header {
    background: #373737;
}
/* == Sticky header === */
.sticky_button_header{
    background: #373737;
}
.sticky {
   background: #373737;
}
.sticky1 {
   background: #373737;
}
.dashboard_blue_box {
    background-color:#848484;
}
.circle_box{
	border: solid 10px #747474;
}
.icons_circle {
    background: #8a8a8a;
}
.login_btn {
    background: #848484;
}
.login_btn:hover {
    background: #757575;
}
input:checked + .slider {
    background-color: #848484;
}


/*color- 1*/
.tile_boxRight h2 {
    color: #9D9D9D;
}
.dillner_pagination .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #9D9D9D;
}
.tile_boxLeft svg{
    fill: #9D9D9D;
}
/*color- 1 End*/

/*color- 2*/
.tile_boxRight h3 {
    color: #3C3C3C;
}
.gridbox th, .dataTable th {
    background: #3C3C3C;
}
.blue_header_box td {
    background: #3C3C3C;
}
.white_container .dataTables_wrapper .dataTables_paginate .paginate_button.current, .white_container .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background:#3C3C3C !important;
    color:#fff !important;
    border:0px !important;
    border-radius:5px;
}
 .white_container .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
   background:#3C3C3C;
    border-radius:5px;
}
/*color- 2 End*/

/*color- 3*/
.color_1 {
    background: #9D9D9D;
}
.clientoption ul li a:hover {
    background: #9D9D9D;
}
a {
    color: #9D9D9D;
}
a:focus, a:hover {
    color: #9D9D9D;
}
.paging-nav .selected-page {
    background: #9D9D9D;
}
.table_top_bg {
    background: #9D9D9D !important;
}
/*color- 3 End*/

/*color- 4*/
.modal-header {
    background: #3C3C3C;
}
 .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border-top: solid 3px #3C3C3C;
}
 .checkbox-primary input[type="checkbox"]:checked + label::before, .checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #3C3C3C;
    border-color: #3C3C3C;
}
.clientoption ul li a:hover i {
    background: #3C3C3C;
}
.searchbox_h {
    background: #3C3C3C;
}
/*color- 4 End*/


.color_2 {
    background: #B5B5B5;
}
.color_3 {
    background: #C1C1C1;
}





@media (max-width: 1203px) {
    .top_menu .navbar-collapse{
     background-color: #373737 !important;
    }
}

.impersonation_header{
    background: #282323 !important;
}