/*
==============================================
	General settings for contrast version
==============================================
*/

body.contrast-grey-active {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}



body.contrast-black-yellow-active {
  color: #ffc107 !important;
  border-bottom: 1px solid #ffc107 !important;
  border-color: #ffc107 !important;
  background-color:#000000;
  background:#000000;
}

body.contrast-black-yellow-active .nav_white {
    background-color: #000;
}

body.contrast-black-yellow-active .searchbar {border: 1px solid #ffc107;}

body.contrast-black-yellow-active .search_icon{background-color: #ffc107;}

body.contrast-black-yellow-active .search_icon img{filter: invert(0%) sepia(90%) saturate(7500%) hue-rotate(78deg) brightness(10%) contrast(108%);}

body.contrast-black-yellow-active .plus {
    background: #ffc107;
}

body.contrast-black-yellow-active .minus1 {
    color: #000; border-right-width: 1px; border-right-style: solid; border-right-color: #000; }

body.contrast-black-yellow-active  a.minus1 {color: #000!important; }
	
body.contrast-black-yellow-active .minus {
    color: #000; border-right-width: 1px; border-right-style: solid; border-right-color: #000; }

body.contrast-black-yellow-active a.minus {color: #000!important; }
	
body.contrast-black-yellow-active .minus1 img{filter: grayscale(1);}

body.contrast-black-yellow-active .top_blue_pl .dropdown a {
    color: #000000 !important;  background: #ffc107;
}
body.contrast-black-yellow-active .top_blue_pl .dropdown-menu{background: #ffc107;}

body.contrast-black-yellow-active .top_blue_pl .dropdown-toggle::after {filter: invert(0%) sepia(90%) saturate(7500%) hue-rotate(78deg) brightness(10%) contrast(108%);}

body.contrast-black-yellow-active .top_blue_pl .dropdown-menu {
    background-color: #ffc107;
}

body.contrast-black-yellow-active .but_yellow {
    background: #ffc107;
    color: #000;
}

body.contrast-black-yellow-active .navbar-brand img{filter: invert(30%) sepia(70%) saturate(1694%) hue-rotate(354deg) brightness(160%) contrast(100%);}

body.contrast-black-yellow-active .gsc-input {background-color: #000;}

body.contrast-black-yellow-active .acnav__link, body.contrast-black-yellow-active .acnav__label{color: #ffc107; border-bottom-color: #ffc107;}

body.contrast-black-yellow-active .acnav__label a{color: #ffc107;}

body.contrast-black-yellow-active .acnav__list--level2 li a {
    background: #000;
    color: #ffc107;
    border-bottom-color: #ffc107;

}

body.contrast-black-yellow-active .has-children > .acnav__label::after{filter: invert(30%) sepia(90%) saturate(1694%) hue-rotate(17deg) brightness(105%) contrast(101%);}

body.contrast-black-yellow-active .page_right h2 {
    color: #ffc107;
}

body.contrast-black-yellow-active .page_right h2::after {
    background-color: #ffc107;
}

body.contrast-black-yellow-active .page_right h3 {
    color: #ffc107;
}

body.contrast-black-yellow-active .page_right p {
    color: #ffc107;
}

body.contrast-black-yellow-active  .blue_line {
    border-bottom-color: #ffc107; color: #ffc107; 
}

body.contrast-black-yellow-active .info_title {
    color: #ffc107;
}

body.contrast-black-yellow-active .bot_menu ul li a {color: #ffc107;}

body.contrast-black-yellow-active .bot_menu ul li {border-right-color: #ffc107;}

body.contrast-black-yellow-active .bot_menu ul li img{filter: invert(25%) sepia(80%) saturate(1694%) hue-rotate(354deg) brightness(160%) contrast(100%);}

body.contrast-black-yellow-active footer {background-color: #000; border-top-width: 2px; border-top-style: solid; border-top-color: #ffc107;}

body.contrast-black-yellow-active .bot_left {
    color: #ffc107;
}

body.contrast-black-yellow-active .bot_right {
    color: #ffc107;
}

body.contrast-yellow-black-active header .container {
    border-bottom-color: #ffc107;
}


body.contrast-black-yellow-active footer a {color: #ffc107;}
body.contrast-black-yellow-active .add {color: #ffc107;}

body.contrast-black-yellow-active .bot_right img, body.contrast-black-yellow-active .bot_left img{filter: invert(25%) sepia(100%) saturate(1694%) hue-rotate(354deg) brightness(100%) contrast(100%);}

body.contrast-black-yellow-active .mega-sub-menu li.mega-menu-item {border-bottom-color: #ffc107 !important;}

body.contrast-black-yellow-active #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #000;
    color: #ffc107;
}

body.contrast-black-yellow-active header .container {
    border-bottom-color: #ffc107;
}

body.contrast-black-yellow-active .attachments ul li {
    border-bottom: 2px solid #ffc107;
    background: #000000;
}

body.contrast-black-yellow-active .download {
    color: #ffc107;
}

/*
==============================================
==============================================
*/

body.contrast-yellow-black-active {
  color: #000 !important;
  border-bottom: 1px solid #000 !important;
  border-color: #000 !important;
  background-color:#ffc107;
  background:#ffc107;
}

