a{
    color:#BFA642;
}
a:hover,a:focus,a.active{
    color:#BFA642;
}

.online_demand td,
.online_open td,
.onstage_demand td,
.online_demand.tile,
.online_open.tile,
.onstage_demand.tile
{
            color:#FFFFFF;
    }

body{
    background-color: #000000;
}
.background {
    background-color: #000000 !important;
}
.color-default {
    color: #2A897B;

}
.color-main {
    color: #BFA642;
}
.color-text {
            color:#FFFFFF;
    }
.color-header {
            color:#ffffff;
    }

.display-table table thead tr:last-child {
    background-color: #2A897B;
    border-color: #2A897B;
}
.display-table table thead tr:last-child th{
    color:#ffffff;
}
.display-table table,
.display-table table tbody,
.display-table table thead,
.display-table table thead th,
.display-table table tbody td
{
    border-color: #2A897B !important;
}
.display-tile .tile .content{
    border-color:#BFA642;
}

form input[type="text"] {
            color:#FFFFFF;
        border-color:#2A897B;
}

select.select-style {
    background-color: #BFA642;
    color:#ffffff;
}
select.select-style option:checked,select.select-style option:hover {
    color:#ffffff;
    
}

.selectboxit.form-control{
    background-color: #BFA642;
    color:#ffffff;
}
.selectboxit-container .selectboxit-options{
    background-color: #BFA642;
}
.selectboxit-container .selectboxit-options a{
    color:#ffffff;
}
.selectboxit-container .selectboxit-options .active a{
    background-color: #2A897B;
}

.control--checkbox .control__indicator:after {
    border-color: #ffffff;
}
.control__indicator,
.control input:checked ~ .control__indicator,
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator,
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator{
    background:  #BFA642;
}

.btn-faq{
    color:#F2A6A6;
}
.btn-faq:hover,.btn-faq:focus {
    color:#F2A6A6;
}
.btn.btn-style {
    background-color: #BFA642;
    color:#ffffff;
}
.btn.btn-style.focus, .btn.btn-style:focus, .btn.btn-style:hover {
    background-color: #BFA642;
    color:#ffffff;
}

ul.pagination > li > a{
    background-color: #2A897B;
    border-color: #2A897B;
    color:#ffffff;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    border-color: #BFA642;
    background-color: #BFA642;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #2A897B;
    background-color: #000000;
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover{
    color: #2A897B;
    background-color: #000000;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
    background-color: #2A897B;
    border-color: #2A897B;
    color:#ffffff;
}

.popover {
    background-color: #BFA642;
}

svg .svg-color-header{
            fill:#ffffff;
    }

svg .svg-color-main{
    fill:#BFA642;
}
svg .svg-color-side{
    fill:#2A897B;
}
svg .svg-color-bg{
    fill:#000000;
}