.cd-dropdown-trigger, header, .gridViewHeader, .row.footer-top, .row.footer-bottom, .readmore:hover, .home-private-tbl .readmore:hover, #cssmenu, .button-res,
.home-detail-tbl .readmore:hover, .button, .popup .header, .popup a {
    background-color: #B68A35 !important;
}

    #cssmenu > ul > li, .gridViewInnerTitles {
        border-color: #aa8c5b;
    }

    #cssmenu ul ul li a, a:hover, #cssmenu ul ul li a:hover, #cssmenu ul ul li:hover > a, .settings-tbl a, .PageHeaderTitles, h2 span, .PageHeaderTitles, .ServicesInfo h3,
    .quicklinks a:hover, .gridViewReadmore > a:hover, .logo-txt02 {
        color: #B68A35;
    }

span.root a::after {
    color: #b68a35 !important;
}

.button {
    background-image: none;
}

#cssmenu ul li {
    border-color: #aa8c5b !important;
}

.process-tree-tbl .button.current-tab {
    background: #B68A35 !important;
}


#cssmenu.menumega .box1 li a:hover {
    color: #865520;
}



#cssmenu .submenu-button:before, #cssmenu .submenu-button:after {
    background: none repeat scroll 0 0 #CCCCCC;
}


@media all and (max-width: 780px) {
    #cssmenu ul li {
        background-color: #B68A35 !important;
    }

    #marquee, .container-tbl-sticknav, .top-quick-nav {
        background: #B68A35 !important;
    }

    .settings-tbl a {
        color: #fff !important;
    }

    .logo-txt02 {
        color: #B68A35 !important;
    }

    .gold {
        border: 1px solid !important;
    }
}


/* New Changes header footer Design */
h2 span {
    color: #B68A35;
    font-weight: normal;
}

.row.footer-top, .row.footer-bottom {
    background: none repeat scroll 0 0 #B68A35;
}

.home-detail-tbl .useful-link-tbl h3, .wiz-content .button-holder input {
    background-color: #B68A35;
    color: #ffffff;
}

.home-detail-tbl .useful-link-tbl.favairatelinks h3, .home-detail-tbl .useful-link-tbl.no-background h3 {
    background-color: #B68A35;
    color: #ffffff;
}

.home-detail-tbl .useful-link-tbl h3, .home-detail-tbl .useful-link-tbl.no-background h3, .wiz-content .button-holder input {
    background-color: #B68A35;
    color: #ffffff;
}

.dashboardpagetable .dashboarditem {
    border: 1px solid #B68A35;
    width: 50%;
}

.dashboardpagetable .gridViewTitles a, .PageHeaderTitles, .ServicesInfo h3 {
    color: #B68A35;
}

.readmore {
    background: #B68A35 !important;
}

@media all and (max-width: 780px) {

    #marquee, .container-tbl-sticknav, .top-quick-nav {
        background: #B68A35 !important;
    }

    .settings-tbl a {
        color: #fff !important;
    }

    .logo-txt02 {
        color: #B68A35 !important;
    }

    .gold {
        border: 1px solid !important;
    }
}

.backBtn:hover {
    margin: 10px;
    display: inline-block;
    background: #B68A35;
    padding: 5px;
    color: #ffffff !important;
    text-decoration: none;
}

    .backBtn:hover a {
        color: #ffffff !important;
        text-decoration: none;
    }



.dashboardpagetable .dashboarditem .home-private-tbl .landing-bdr a::before {
    color: #B68A35 !important;
}

.dashboardpagetable .collapsedbtn {
    background: #B68A35 !important;
}

.mostUsedBox h3 {
    color: #B68A35 !important;
}

a:hover {
    color: #b68a35;
}


@media (max-width: 415px) {

    span.current {
        COLOR: #b68a35;
    }
}


.simple-card {
    border-top-color: #b68a35;
}

@media only screen and (min-width: 1024px) {
    .no-touch .cd-dropdown-content > li:not(.has-children) a:hover,
    .cd-dropdown-content .cd-secondary-dropdown > li > a,
    .cd-dropdown-content .cd-secondary-dropdown a::before,
    .cd-dropdown-content > .has-children > a.is-active,
    .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
        color: #b68a35 !important;
    }

    .cd-dropdown-content > .has-children > a.is-active {
        box-shadow: inset 2px 0 0 #b68a35 !important;
    }

        .cd-dropdown-content > .has-children > a.is-active::before,
        .cd-dropdown-content > .has-children > a.is-active::after {
            background: #b68a35 !important;
        }

    .open-to-left.cd-dropdown-content > .has-children > a.is-active {
        box-shadow: inset -2px 0 0 #b68a35 !important;
    }
}

.smart-menu-wrapper .smart-menu, .smart-menu-wrapper .smart-menu-items:hover {
    background-color: #B68A35 !important;
}

.smart-menu-content .sub-menu-title label,
.smart-menu-items a::before, .smart-see-all a:hover,
.smart-menu-content .sub-menu-title,
.smart-see-all a {
    color: #B68A35 !important;
}

.gm-style-iw {
    border-top: solid 5px #B68A35 !important;
}

/*********  New Services - Animated Icon - Start ************/
.new-service {
    background: none;
    border: 0;
    box-sizing: border-box;
    box-shadow: inset 0px 0px 2px #999;
    color: #111433;
    font-size: 11px;
    font-weight: 700;
    margin: 1em;
    padding: 0.3em 0.6em;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
}

    .new-service::before, .new-service::after {
        content: '';
        box-sizing: border-box;
        position: absolute;
        border: 2px solid transparent;
        width: 0;
        height: 0;
    }

    .new-service::before {
        top: 0;
        left: 0;
        border-top-color: #B68A35;
        border-right-color: #B68A35;
        animation: border 2s infinite;
    }

    .new-service::after {
        bottom: 0;
        right: 0;
        animation: border 2s 1s infinite, borderColor 2s 1s infinite;
    }

@keyframes border {
    0% {
        width: 0;
        height: 0;
    }

    25% {
        width: 100%;
        height: 0;
    }

    50% {
        width: 100%;
        height: 100%;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}

@keyframes borderColor {
    0% {
        border-bottom-color: #B68A35;
        border-left-color: #B68A35;
    }

    50% {
        border-bottom-color: #B68A35;
        border-left-color: #B68A35;
    }

    51% {
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    100% {
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
}

/*********  New Services - Animated Icon - End ************/
.hrAds,
.refund,
.announsmentTkt2,
.side-ribbon > ul > li, .side-ribbon > ul > li:hover {
    background-color: #B68A35 !important;
}

.icon-circles {
    background-image: url(../Images/tktads_gold.png) !important;
}

.icon-circles2 {
    background-image: url(../Images/hrtads_gold.png) !important;
}

.icon-circles3 {
    background-image: url(../Images/refund_gold.png) !important;
}

.cert-service-container {
    border-top-color: #B68A35 !important
}

.cert-service-icon, span.sub-title {
    background-color: #B68A35 !important;
}

.CR-CardHolder {
    border: 1px solid #B68A35;
}

    .CR-CardHolder .innerPart {
        border-color: #B68A35;
    }

    .CR-CardHolder .iconHolder {
        background: #B68A35;
    }

.card.primaryCard {
    border-color: #B68A35;
}

    .card.primaryCard .card-header {
        background: #B68A35;
    }

/*Chat CSS*/
.chatContainer .chatWindow .chatHeader span,
.chatContainer .moiChatBtn {
    background: #B68A35 !important;
}

.chatOptions {
    border-color: #B68A35 !important;
}

.form {
    border-color: #bfa35b !important;
    box-shadow: 0 0 3px #bfa35b !important;
}

.login-header {
    border-bottom-color: #bfa35b;
}

    .login-header h2 {
        color: #bfa35b !important;
    }

.loginButton {
    background-color: #bfa35b !important;
}

.vehicleSers li {
    border-color: #b68a35 !important;
}

.dashboarditem .gridViewTitles,
.gridViewHeader.boXMoi::after,
.gridViewHeader.boX4::after, .gridViewHeader.boX3::after, .gridViewHeader.boX2::after, .gridViewHeader.boX1::after {
    border-color: #b68a35 !important;
    color: #b68a35 !important;
}

.clerance-footer {
    background: #b68a35 !important;
}

.clerance-header {
    color: #b68a35 !important;
}

.clerance-certificate {
    border-color: #b68a35 !important;
}

.theme-background-color {
    background-color: #b68a35 !important;
}

.theme-text-color,
.theme-after-text-color,
.theme-before-text-color,
.theme-hover-text-color:hover {
    color: #b68a35 !important;
}

.theme-fill-color,
.theme-hover-fill-color:hover,
.theme-fill-color svg,
.theme-fill-color svg path,
.theme-hover-fill-color:hover svg {
    fill: #b68a35 !important;
}

.theme-border-color {
    border-color: #b68a35 !important;
}

.theme-border-top-color {
    border-top-color: #b68a35 !important;
}

.theme-hover-background-color:hover,
.theme-before-background-color:before,
.theme-after-background-color:after,
.theme-hover-before-background-color:hover:before,
.theme-hover-after-background-color:hover:after {
    background-color: #b68a35 !important;
}

.theme-hover-border-color:hover,
.theme-before-border-color:before,
.theme-after-border-color:after,
.theme-hover-before-border-color:hover:before,
.theme-hover-after-border-color:hover:after {
    border-color: #b68a35 !important;
}
/*.cd-dropdown {
    background-color: #b68a35;
}*/

.personalize_bar_menu li a.active-bar {
    color: #b68a35 !important;
}

.sub-service-tabs li.sub-service-selected::after {
    color: #b68a35 !important;
}

.sub-service-tabs li.sub-service-selected {
    border-color: #b68a35 !important;
}


/*.left-sticky-menu li.selected,
body.eservices_Default .left-sticky-menu li.liEServices,
body.MemberServices_Dashboard .left-sticky-menu li.liDashboardDefault,
body.EmployeeServices_Default .left-sticky-menu li.liEmployeeServDefault,
body.OtherServices_Appointments .left-sticky-menu li.liAppointmentsOnline {
    background: #b68a35 !important;
}*/
.left-sticky-menu li:hover,
.left-sticky-menu li.current:hover:before,
.left-sticky-menu li.current:hover:after {
    background: #b68a35 !important;
}

@media only screen and (min-width: 1024px) {
    .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
        color: #b68a35;
    }
}

.footer-wrapper .section a i {
    color: #b68a35 !important;
}

.icon-huawei {
    background-image: url(https://portal.moi.gov.ae/eservices/Images/icon_huaweigold.svg) !important;
}

span.listviewpage span {
    border-color: #B68A35 !important;
    background-color: #B68A35 !important;
}

.select2-dropdown.ddlCompanies .select2-results .select2-results__options .select2-results__option div,
.select2-dropdown.ddlCompanies .select2-results .select2-results__options .select2-results__option[aria-selected=true] div {
    color: #B68A35;
}


body .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border-color: #B68A35 !important;
    background: #B68A35 !important;
    color: #fff !important;
}



body .popup .popup_footer .button:not(.secondary) {
    border-color: #B68A35 !important;
}
