.navbar-default {
    background-color: #a40dca /*#f48928*/ !important;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    padding: 0 20px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.logo, .menu-title, .right-bar h4 {
    text-transform: none !important;
}
.logo {
    color: #a40dca /*#f48928*/!important;
    font-size: 24px;
    font-family: 'Hind Madurai',sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 60px;
}

.topbar .topbar-left {
    background: #ffffff !important;
    float: left;
    text-align: center;
    height: 60px;
    position: relative;
    width: 250px;
    z-index: 1;
}
#sidebar-menu>ul>li>a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #a40dca /*#f48928*/;
}
#sidebar-menu ul ul li.active a{color:#ffffff}
#sidebar-menu>ul>li>a.active{color:#ffffff!important;background-color:#a40dca /*#f48928*/}
.margin-5{
    margin: 5px !important;
}
.btn-danger {
    background-color: #a40dca /*#f48928*/ !important;
    border: 1px solid #a40dca /*#f48928*/ !important;
}
.table-colored.table-danger thead th {
    background-color: #a40dca /*#f48928*/;
}

#datatable-buttons_filter {
    text-align: right;
}
#wrapper.enlarged .left.side-menu #sidebar-menu>ul>li>a:active,#wrapper.enlarged .left.side-menu #sidebar-menu>ul>li>a:focus,#wrapper.enlarged .left.side-menu #sidebar-menu>ul>li>a:hover{
    background-color:#a40dca /*#f48928*/ !important
}
.btn-custom {
    background-color: #4e4b47 !important;
    border-color: #a40dca /*#f48928*/;
}
.dataTables_empty{
    text-align: center;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
    background-color: #fff !important;
    border: 1px solid #a40dca /*#f48928*/ !important;
    color: #0d9ee8 !important;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #0d9ee8 !important;
    border-color: #a40dca /*#f48928*/;
}