﻿
.row {
    margin-left: 0;
    margin-right: 0;
}
.navbar {
    padding: 0 !important;
    height: 100%;
}

.cfg-menu {
    height: 100%;
    min-height: 540px;
    background: #ededed;
    left: 0;
    top: 0;
    z-index: 1021;
}


.cfg-menu-bg-darkgray {
    background: #c7c7c7 !important;
}

.cfg-menu-normal {
    width: 250px;
}
.cfg-menu-sm {
    width: 60px !important;
}

.ipad-menu-bg {
    display:none;
}

@media (min-width: 769px) and (max-width: 1280px) {
    #cfg-menu {
        width: 55px !important;
    }
    .ipad-menu-bg {
        display: block;
    }
    .ipad-menu-shadow {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }
}

@media (max-width: 768px) {
    #cfg-menu {
        width: 0 !important;
    }
    .cfg-menu {
        z-index: 1;
    }
    .cfg-menu-normal {
        width: 100%;
    }
    .cfg-menu-sm, .cfg-menu-footer {
        display: none;
    }
}

.cfg-menu-header, .cfg-menu-footer {
    height: 58px;
    background: #c7c7c7;
    width: 100%;
    position: absolute;
    left: 0;
}

.cfg-menu-header {
    top: 0;
    align-items: center;
}

.menu-title {
    font-family: 'Roboto Bold' !important;
    margin-left: 12px;
}

.menu-img {
    width: 25px;
    position: absolute;
    right: 16px;
    cursor: pointer;
}

.cfg-menu-footer span.cfg-menu-cr {
    display: block;
    margin-left: 17px;
}

.cfg-menu-cr {
    font-size: 13px;
}

.cfg-menu-v {
    font-size: 10px;
    display:block;
    text-align:right;
}

.cfg-menu-footer {
    bottom: 0;
    align-items: center;
}

#cfg-menu-nav {
    width: 100%;
    height: 100%;
    margin-top: 30px;
    align-items: start;
}

.cfg-menu-ul {
    margin-top: 43px;
}

.nav-list-item {
    width: 100%;
}

.nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 0;
    color: black !important;
    height:58px;
}

.nav-link:hover, .nav-link-selected {
    text-decoration: none;
    background-color: #f07d00 !important;
}

.nav-link:hover {
    color: #00618b;
}

.nav-link-txt {
    margin-left: 9px;
}

.nav-link-span {
    margin-left: -5px;
}
