/*** Custom CSS ****/
.logo{
    width: 290px;
}
.login-logo{
    width:340px;
}
.login-copyright{
    width:30%;
    height:auto;
}
.error{
    border-color:red;
}

.chartLoader {
    height: 300px;
    text-align: center;
    padding-top: 120px;
}
.report-anchor{
    text-decoration:none !important;
    color:#fff !important;

}

.ddlSession{
    border:none !important;
}

.input-group-text, .badge.badge-info {
    background-color: #0E0060 !important;
    color: #fff !important;
}

.filter-section .form-control {
    border: 1px solid #0E0060 !important;
}

.filter-btn {
    color: #fff !important;
    text-decoration: none;
}

.ui-widget-header {
    border: 1px solid #0E0060 !important;
    background: #0E0060 !important;
}
.dynamic-menu-bar
{
    display: block !important;
}
.dynamic-nav {
    background-color: white;
    z-index: 1000;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.15);
    left: -80%;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
    position: fixed !important;
}
body.navigation-show .navigation {
    left: 0;
    opacity: 1;
}

.select-row {
    background-color: #0E0060;
    color:#fff;
}