
/* custom css 27 aug */
a{
    color: #f57c00 !important;
}

.navbar.navbar-default {
    position: relative;
    background: #000;
}

.navbar.navbar-default:before {
    content: '';
    background: linear-gradient(90deg, #44FF9A -0.55%, #44B0FF 22.86%, #8B44FF 48.36%, #FF6644 73.33%, #EBFF70 99.34%);
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.navbar-brand{
    padding: 10px 8px;
}

.navbar-brand img {
    width: auto;
    height: 42px;
}
.topbar{
    background: #f57c00 !important;
}
.topbar a{
    color: #000 !important;
}
.alert-info, .btn-info, .btn-primary{
    background: #f57c00 !important;
    border-color: #f57c00 !important;
    color: #fff !important;
}

.bootstrap-dialog.type-primary .modal-header{
    background: #f57c00 !important;
}

.modal .close {
    color: #000000;
    opacity: 1;
    font-size: 26px;
}
.ranges li.active, .btn-success, .daterangepicker td.active, .daterangepicker td.active:hover {
    background: #f57c00 !important;
    border-color: #f57c00 !important;
    color: #fff !important;
}
.ranges li{
    color: #f57c00 !important;
}

.ranges li:hover{
    background: #f57c00 !important;
    border-color: #f57c00 !important;
    color: #fff !important;
}