﻿.br-sideleft{
    background-color: #00395d !important;
}

.br-menu-sub {
    background-color: #00395d !important;
}

.dark-blue-text-color {
    color:#00395d !important;
}

.bg-dark-blue-color {
    background-color: #00395d;
}

.bg-notify-1 {
    background-color: #8797d7!important;
}

.bg-notify-2 {
    background-color: #eea6f5!important;
}

.bg-notify-3 {
    background-color: #77edf0!important;
}

.bg-notify-4 {
    background-color: #f5e893 !important;
}

.m-top-60{
    top: 60px!important;
}

.sidenav {
    /*position: fixed;
    top: 60px;
    right: -230px;
    bottom: 0;
    z-index: 100;
    width: 180px;
    background-color: #1D2939;
    padding-left: 10px;
    padding-right: 10px;
     transition: all 0.2s ease-in-out;
   height: 100%;*/
    width: 220px;
    height: 100%;
    top: 60px;
    position: fixed;
    z-index: 2000;
    
    right: 0;
    background-color: #18222f;
    overflow-x: hidden;
    transition: 0.5s;
}

/*@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    } 
}*/  