
ul.multiMenu ul {
	border-bottom: 2px solid #bd1e56;
}

.textt, .zart, .zarEnt, .zarsmallEnt, .zart.frontend, .zarsmallt.frontend, .zarEnt.frontend, .textt.frontend, .zarsmallEnt.frontend  {
	border-color: #ccc;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
	border: 1px solid #ccc;
}

.highcharts-title,
.highcharts-subtitle {
	direction: rtl;
}

.highcharts-tooltip > span > span {
	display: inline-block;
}

a {
	color: #215B90;
	transition: all 200ms linear 0s;
}
a:hover, a:focus, .faa-parent.animated-hover:hover>i {
	color: #e31863;
}
a i {
	color: #215B90;
}
a i:hover, a:hover i {
	color: #e31863;
}

.list-table.flat th a i.fa-sort {
	color: gray;
}

.list-table.flat th a:hover i.fa-sort {
	color: #e31863;;
}

tr.selectable:hover,
.list-table tr:nth-child(even).selectable:hover,
tr.selected,
tr.selected:hover,
.list-table tr:nth-child(even).selected,
.list-table tr:nth-child(even).selected:hover {
	/*background: inherit !important;*/
}

.list-table.flat tr.selected:first-child,
.list-table.flat tr.selectable:first-child:hover {
	/*box-shadow: -2px 0 0 0 *//*, 2px 0 0 0 *//*;*/
}

.list-table.flat th {
	/*background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 85%, rgba(255,242,253,1) 100%);*/
}

#result-table .text {
	font-size: 11pt;
}

legend {
	/*color: #fff !important;*/
	/*background-color: *//*;*/
	/*text-shadow: none;*/
	border-radius: 4px;
	color: #ffffff !important;
	text-shadow: 0 -1px 0 #8d002b;
	background: -moz-linear-gradient(top, #eb1067 4%, #c31e33 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(4%,#eb1067), color-stop(100%,#c31e33));
	background: -webkit-linear-gradient(top, #eb1067 4%,#c31e33 100%);
	background: -o-linear-gradient(top, #eb1067 4%,#c31e33 100%);
	background: -ms-linear-gradient(top, #eb1067 4%,#c31e33 100%);
	background: linear-gradient(top, #eb1067 4%,#c31e33 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb1067', endColorstr='#c31e33',GradientType=0 );
}

.list-table tbody {
	color: #000;
}

* {
	outline: 0 !important;
}

.theme-border {
	border: 1px solid #ccc;
}

.themed .select2-container--default .select2-selection--single, .themed .select2-container--default .select2-selection--multiple {
	border: 1px solid #ccc;
}

.themed .select2-container--default .select2-selection--single:focus {
	background-color: white;
}

fieldset legend a.tooltip i {
	color: white;
}

.select-transparent {
	border: none;
	background-color: transparent;
	border-bottom: 1px dashed #bbb;
}
.select-transparent option {
	color: gray;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #fff3f8;
	border-color: #bd1e56;
	margin: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	margin-top: 0;
}