#sideMenu{
    background-color:#F2F2F2;
    min-width: 230px;
    width: 275px;
    min-height: 300px;
}
#sideMenu ul{
    list-style-type: none;
    padding-left: 0 !important;
}
#sideMenu ul li{
    height: 55px;
}
.dashed{
    border-bottom: 1px dashed blue;
}
#sideMenu ul li a{
    color: #03256C;
    font-weight: 300;
}
#sideMenu ul li.active a{
    font-weight: 500 !important;
}
#sideMenu ul li a i{
    height: 25px;
}
#sideMenu ul li a span{
    font-size: 17px;
}
#directionBar{
    position: relative !important;
    top: 0;
    left: 0;
}
@media only screen and (max-width: 1200px) {
    #sideMenu {
        width: 250px;
    }
}
@media only screen and (max-width: 991px) {
    #sideMenu {
        width: 230px;
    }
}
@media only screen and (max-width: 425px) {
    #sideMenu{
        display: none;
    }
}