﻿.color0 {
	color: #ffffff !important;
}
.color1 {
	color: #e4e4e4 !important;
}
.color2 {
	color: #8dd546 !important;
}
.color3 {
	color: #3030ed !important;
}
.color4 {
	color: #dedddd !important;
}
.color5 {
	color: #ccd9f1 !important;
}
.color6 {
	color: #ccd9f1 !important;
}
.color7 {
	color: #d4efbb !important;
}
.color8 {
	color: #000000 !important;
}
.color9 {
	color: #3030ed !important;
}
.color10 {
	color: #000000 !important;
}
.color11 {
	color: #3030ed !important;
}
.color12 {
	color: #e4e4e4 !important;
}
.bg0 {
	background: #ffffff !important;
}
.bg1 {
	background: #e4e4e4 !important;
}
.bg2 {
	background: #8dd546 !important;
}
.bg3 {
	background: #3030ed !important;
}
.bg4 {
	background: #dedddd !important;
}
.bg5 {
	background: #ccd9f1 !important;
}
.bg6 {
	background: #ccd9f1 !important;
}
.bg7 {
	background: #d4efbb !important;
}
.bg8 {
	background: #000000 !important;
}
.bg9 {
	background: #3030ed !important;
}
.bg10 {
	background: #000000 !important;
}
.bg11 {
	background: #3030ed !important;
}
.bg12 {
	background: #e4e4e4 !important;
}

.bg_section {
	background: rgba(228, 228, 228, 0.25) !important;
}
ul.dropdown-menu ul.dropdown-menu li::marker {
    color: #3030ed !important;
}
.categories_tabs .nav-link.active {
    border-color: #3030ed !important;
}
.single-timeline-area-read .timeline-date::after, .single-timeline-area-read .timeline-date::before {
	background: #3030ed !important;
}
.accordion_article {
    background: rgba(228, 228, 228, 0.25) !important;
}
.table_article thead tr th {
   background: #ccd9f1 !important;
}
.damka_img {
	box-shadow: 10px 10px 0px 5px #ccd9f1 !important;
}
.category_header_color {
	background: #3030ed !important;
}

#acl {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
}

#acl .icon {
	background: #000000 url('../images/icon_eye.png') 10px center no-repeat;
	padding: 5px 0 5px 0;
	<?if ($rtl == "rtl") {?>
	padding-right: 10px;
	padding-left: 30px;
	<?} else {?>
	padding-left: 10px;
	padding-right: 30px;
	<?}?>
	font: normal 14px Arial;
	color: #ffffff;
	cursor: pointer;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

#acl .acl {
	display: none;
	position: absolute;
	width: 220px;
	margin: 0;
	background-color: #ffffff;
	padding: 0;
	border: 2px solid #505050;
	list-style: none;
}

#acl .acl > span {
	display: block;
	padding: 0 10px 0 10px;
	text-decoration: none;
	font: normal 14px Arial;
	line-height: 29px;
	color: #000000;
	cursor: pointer;
}

#acl .acl > span:hover, #acl .acl > span:focus {
	text-decoration: underline;
}

#acl .acl > span.active {
	display: inline-block;
	padding-left: 10px;
	content: "● ";
}

#acl .acl > span.active {
	font-weight: bold;
}

/*--- Gradient support for IE9 ---*/
@media screen and (min-width:0\0) {
	.gradient {
		filter: none;
	}
}
