body{
    font-family:'Calibri'
}
.accent-orange table td a:not(.btn),.accent-orange .content-header a,
.accent-orange .nav-pills .nav-link:hover{
    color:#F15E38;
}
.accent-orange .btn-fairfare{
    color: #fff !important;
}
.accent-orange .navbar-orange ,
.sidebar-light-orange .nav-sidebar>.nav-item>.nav-link.active,
.accent-orange .btn-fairfare,
.accent-orange .btn.btn-primary.btn-lg.position-fixed,
.accent-orange .page-item.active .page-link{
    background-color:#f15e38;
    background-image: linear-gradient(#F15E38, #F78F22);
}
.accent-orange .btn.btn-primary.btn-lg.position-fixed{
    border:0;
    font-size: 1.25rem !important;
}
.accent-orange .modal-header,
.accent-orange .page-item.active .page-link,
.accent-orange .btn.btn-primary.btn-lg.position-fixed {
    background-color:#f15e38;
    background-image: linear-gradient(#F15E38, #F78F22);
}
.accent-orange .thead-light th,.accent-orange .thead-light > th,.accent-orange .thead-light > td,
.accent-orange .card.card-widget.widget-user.bg-orange.disabled{
    background-color: #F78F22 !important;
    border-color:#ebcb8f;
}
.accent-orange .sidebar-menu .treeview-menu>li.active>a, .accent-orange .sidebar-menu .treeview-menu>li>a:hover{
    background-color: #e15935;
    background-image:linear-gradient(#F15E38, #F78F22);
}
::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb{
    border-radius: 0px !important;
    background-color: #f15e38;
    background-image: linear-gradient(#F15E38, #F78F22);
}
::-webkit-scrollbar, ::-webkit-scrollbar{
    max-width: 10px !important;
    max-height: 4px !important;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .3) !important;
    background-color: #F5F5F5 !important;
}

.logo-lg {
    font-size: 20px;
    font-weight: 600;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    background-color : #f15e38;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    display: inline-block;
    z-index: 99999 !important;
}