﻿:root {
    --bg-orange:#f0ad4e;
    --bg-list:#487493; 
     --bg-orange-hover:#ec971f; 
    --bg-dark-orange:#7f4530; 
    --bg-lightdark-orange:#b37225; 
    --br-orange:#eea236;
    --br-orange-hover:#d58512;
    --br-dark-orange:#985f0d;
    --br-dark-blue:#4F677B;
    --br-blue:#4f677b;
}

#sidebar a:hover {
    background: #487493;
}
#sidebar h2 {
    background:#4f677b;
}
#sidebar li a:hover .number{
    background-color: #4F677B;
}
#sidebar li.active a{
     background:#487493!important;
}
#sidebar li.active > .number{
    background-color: #4F677B;
}
.alert-title {
     background: #4f677b;
    border-color:#4f677b;
}
.head-yback{
background:#487493;
color:#fff;
}
.btn-primary{
        background-color: #487493!important;
    border-color:#305067!important;
}
.btn-primary:hover{
        background-color: #305067!important;
    border-color:#305067!important;
}
/* Loader Style Start */
.ytLoad{
    background:#7f4530;
}
 .ytLoad.error {
        background: #b37225;
    }

 .ytLoad dd, .ytLoad dt{
  -moz-box-shadow: #7f4530 1px 0 6px 1px;
        -ms-box-shadow: #7f4530 1px 0 6px 1px;
        -webkit-box-shadow: #7f4530 1px 0 6px 1px;
        box-shadow: #7f4530 1px 0 6px 1px;
 }
.ytLoad.error dd, .ytLoad.error dt {
        -moz-box-shadow: #b37225 1px 0 6px 1px;
        -ms-box-shadow:#b37225 1px 0 6px 1px;
        -webkit-box-shadow: #b37225 1px 0 6px 1px;
        box-shadow: #b37225 1px 0 6px 1px;
    }
/* Loader Style END */
.yellow_back {
    background: #487493;
}

.SelectedMenu{
    background:#487493 !important;
}

/*Multiselect CSS Start*/
.fs-wrap.multiple .fs-option.selected .fs-checkbox i{
    background-color:#487493;
}
/*Multiselect CSS END*/

/*New Sidebar START*/
.sidebar ul li a:hover{background:#487493;}
.sidebar ul li.active > a{
background: #487493;
}
/*New Sidebar END*/
/*Bootstrap START*/

.btn-warning{
    background-color:#f0ad4e!important;border-color:#eea236!important;
}
.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f!important;border-color:#985f0d!important;}
.btn-warning:hover{color:#fff;background-color:#ec971f!important;border-color:#d58512!important;}

/*Bootstrap START*/


/*Kendo Style  Start*/

.k-block, .k-draghandle, .k-grid-header, .k-grouping-header, .k-header,  .k-toolbar, .k-treemap-tile, html .km-pane-wrapper .k-header{
        background-color: #487493;
        color:#fff!important;
}
.k-button.k-primary {
    background-color: #487493;
}
.k-grid-filter.k-state-active{
        background-color: #1f405d!important;
            border-color: #1f405d!important;
}
.k-grid-header .k-link:link, .k-grid-header .k-link:visited, .k-grid-header .k-nav-current.k-state-hover .k-link, .k-grouping-header .k-link{color:#fff!important;}
.k-calendar .k-link.k-nav-fast{color:#fff!important;}
.k-grid-header .k-header>.k-link, .k-header, .k-treemap-title{color:#fff!important;}

.k-grid .k-state-selected, .k-grid .k-state-selected:link, .k-grid .k-state-selected:visited, .k-grid .k-state-selected:hover{
    color:#333!important;
        background-color: #9eb6c7!important;
}
.k-grid td.k-state-selected:hover, .k-grid tr.k-state-selected:hover td{
      color:#333!important;
        background-color: #9eb6c7!important;

}
/*Kendo Style  END*/
/*Kendo Style  END*/

.panel-primary{border-color:#487493!important}
.panel-primary>.panel-heading{border-color:#487493!important;background-color:#487493!important}