.navbar-header{
    background: #4d0920 ;
}
.white-box{
    border-top: 2px solid #4d0920 ;
}
#side-menu>li>a.active{
    border-left-color: #4d0920 ;
}
.navbar-top-links > li > a:hover {
    background: #000;
}
.bg-title .breadcrumb .active{
    color: #4d0920 ;
}
.form-material .form-control.focus, 
.form-material .form-control:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4d0920 ), to(#4d0920 )),-webkit-gradient(linear, left top, left bottom, from(rgba(181,15,0,0.13)), to(rgba(181,15,0,0.13)));
    background-image: linear-gradient(#4d0920 , #4d0920 ),linear-gradient(rgba(181,15,0,0.13), rgba(181,15,0,0.13));
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
}
.btn-success{
    background: #4d0920  !important;
    border-color: #4d0920  !important;
}
.btn-success:hover{
    background: #000 !important;
    border-color: #000 !important;
}
.btn-success:focus {
    background-color: #4d0920 ;
    border: 1px solid #4d0920 ;
}
.btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(203,37,0,0.5);
    box-shadow: 0 0 0 0.2rem rgba(203,37,0,0.5);
}
a {
    color: #4d0920 ;
}
a:hover{
    color: #000;
}
.page-item.active a {
    background-color: #4d0920 ;
    border-color: #4d0920 ;
    color:#fff;
}
.page-item.active a:active,
.page-item.active a:focus,
.page-item.active a:hover{
    background-color: #000;
    border-color: #000;
}

#side-menu li a i{
    color: #4d0920 ;
}
.nav-tabs .nav-link.active {
    border-bottom: 1px solid #4d0920;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #4d0920;
}
.dropdown-item:active i {
    color: #fff !important;
}
.content-footer .btn-primary{
    background: #000;
    border-color: #000;
}
.content-footer .btn-info{
    background: #4d0920;
    border-color: #cb2500;
}
.btn-success-n{
    background: #000;
    border-color: #000;  
}
.btn-success-n:hover{
    background: #333;
    border-color: #333;
}
.notify .heartbit{
    border: 5px solid #ffbc00 !important;
}
.btn-success:hover{
    background: #2e0001   !important;
    border-color:  #2e0001   !important;
}
.hide-sidebar .sidebar{
    width: 105px;
}

.page-item.disabled a {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-item a,.prev a{
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.dtp div.dtp-date, .dtp div.dtp-time{
    background: #4d0920 !important;
}
.dtp>.dtp-content>.dtp-date-view>header.dtp-header{
    background: #4d0920 !important;
    
}
.dtp table.dtp-picker-days tr>td>a.selected{
    background: #4d0920 !important;
    

}
.year-picker-item.active{
    color: #4d0920 !important;
}
.year-picker-item:hover{
    color: #4d0920 !important;
}
