body {
    margin: 0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
}

.header-section {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
}

.is-admin-header {
    top: 58px;
}

.header-section .containers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #007BFF;
    color: white;
    padding: 10px 3% 9px 16%;
}

.header-section .containers .left-header .city-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-section .containers .left-header .city-title .city-title-logo {
    width: 60px;
    height: 60px;
}

.header-section .containers .left-header .city-title .city-title-text {
    margin-left: 7px;
    margin-right: 7px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}

.header-section .containers .left-header {
    display: flex;
    flex-direction: column;
}

.header-section .containers .left-header .left-icon-menu {
    cursor: pointer;
    display: none;
    width: fit-content;
}

.header-section .containers .info-user {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.header-section .containers .info-user .info-user-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-section .containers .info-user .info-user-name .name {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    margin: 0 13px;
}

.header-section .containers .info-user .info-user-name .vector {
    margin-right: 4px;
    height: 6px;
    width: 10px;
}

.header-section .containers .info-user .menu-logout {
    position: absolute;
    background-color: white;
    color: #007bff;
    padding: 10px;
    top: 80px;
    right: 10px;
    width: 110px;
    text-align: center;
    display: none;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    z-index: 1;
}

.header-section .containers .info-user .menu-logout:hover{
    background-color: #007bff;
    color: white;
}

.header-section .containers .info-user .menu-change {
    position: absolute;
    background-color: white;
    color: #007bff;
    padding: 10px;
    top: 40px;
    right: 10px;
    width: 110px;
    text-align: center;
    display: none;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    z-index: 1;
}

.header-section .containers .info-user .menu-change:hover{
    background-color: #007bff;
    color: white;
}

.footer-section .containers {
    text-align: center;
    background-color: #e3e3e36e;
    color: black;
    font-size: 14px;
    padding: 0 88px;
    min-height: 70px;
}

.footer-section .containers .footer-info-row1 {
    padding-top: 5px;
    font-weight: bold;
}

.footer-section .containers .footer-info-row2 {
    border-bottom: 1px solid ;
    box-sizing: border-box;
    font-weight: normal;
}

.footer-section .containers .footer-info-row3 {
    font-weight: 300;
}


.body-section {
    margin-top: 30px;
}

.is-admin-body {
    margin-top: 88px;
}

.body-section .containers {
    display: flex;
    position: relative;
}

.body-section .containers .left-side-bar {
    box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
    margin-top: 50px;
    font-size: 16px;
    min-width: 226px;
    color: #111010;
    min-height: calc(100vh - 155px);
    box-sizing: border-box;
    transition: all 2s;
    width: 226px;
}

.body-section .containers .left-side-bar .list-nav-link {
    border-bottom: 1px solid #EEEEEE;
    min-height: 40px;
    display: flex;
    line-height: 22px;
    flex-direction: column;
    justify-content: center;
    padding: 5px 0 5px 24px;
}

.body-section .containers .left-side-bar .list-nav-link a {
    color: #111010;
    text-decoration: none;
}

.body-section .containers .left-side-bar .list-nav-link .active {
    color: #007BFF !important;
}

.body-section .containers .left-side-bar .list-nav-link a:hover {
    color: blue;
    text-decoration: none;
}

.body-section .containers .left-side-bar .list-nav-link ul {
    display: none;
    margin: 7px 0 0 0;
    padding: 0;
}

.body-section .containers .left-side-bar .list-nav-link li {
    list-style: none;
    line-height: 22px;
    font-size: 14px;
    border-top: 1px solid #EEEEEE;
    min-height: 35px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 5px 5px 5px 22px;
}

.body-section .containers .left-side-bar .list-nav-link .sub-menu {
    display: flex;
    align-items: center;
    width: fit-content;
}

.body-section .containers .left-side-bar .list-nav-link .sub-menu:hover {
    color: blue;
}

.body-section .containers .left-side-bar .list-nav-link .sub-menu .sub-menu-icon{
    width: 6px;
    height: 10px;
    margin-left: 10px;
    cursor: pointer;
    margin-bottom: 10px;
}

.body-section .containers .left-side-bar .list-nav-link .sub-menu .sub-menu-name {
    cursor: pointer;
}

.body-section .containers .left-side-bar .close-side-bar{
    display: none;
}

.body-section .containers .main-content {
    flex-grow: 1;
    width: 100%;
    padding: 0px 15px;
    min-height: auto;
}

#wrapper {
    padding-top: 0;
}

.portlet-layout .portlet-header {
    display: none;
}

@media only screen and (max-width: 768px) {
    .body-section .containers .left-side-bar {
        position: fixed;
        z-index: 3;
        top: 0;
        margin: 0;
        padding: 0;
        height: 100vh;
        width: 226px;
        left: -100%;
        overflow-y: auto;
        transition: all 1s;
    }

    .body-section .containers .is-admin-left-side-bar {
        top: 58px;
    }
    .body-section .containers .left-side-bar .close-side-bar{
        border-bottom: 1px solid #CBCBCB;
        padding-left: 24px;
        min-height: 40px;
        display: flex;
        align-items: center;
        color: black;
        font-size: 18px;
        cursor: pointer;
    }

    .body-section .containers .left-side-bar .close-side-bar:hover{
        color: #0a88e8;
        background-color: #CBCBCB;
    }
    .body-section .containers .left-side-bar .close-side-bar span{
        margin-left: 10px;
    }

    .header-section .containers .left-header .city-title .city-title-text {
        font-size: 16px;
    }

    .header-section .containers .left-header .left-icon-menu {
        display: block;
    }

    .body-section {
        margin-top: 83px;
    }

    .is-admin-body {
        margin-top: 141px;
    }

}

@media only screen and (max-width: 575px) {
    .is-admin-header {
        top: 50px;
    }

    .is-admin-body {
        margin-top: 110px;
    }

    .body-section .containers .is-admin-left-side-bar {
        top: 50px;
    }

    .header-section .containers .left-header .city-title .city-title-text {
        font-size: 11px;
    }

    .footer-section .containers {
        font-size: 13px;
        padding: 0 25px;
    }

    .header-section .containers {
        padding: 10px 10px;
    }

    .header-section .containers .info-user .info-user-name {
       display: none;
    }

}

@media only screen and (max-width: 424px) {
    .is-admin-body {
        margin-top: 133px;
    }
}
 .theme-change {
     background: white;
     margin-top: 5.9%;
     height: 260px;
     margin-left: 94%;
}

.bg-bright-green {
    background-color: #17a2b8;
}

.bg-bright-gray {
    background-color: #e9ecef;
}

.menu-theme {
    background-color: white;
    color: black;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
}

.menu-theme:hover {
    background-color: #007bff;
    color: white;
}


.header-section .containers .green {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #17a2b8;
    color: white;
    padding: 10px 21px;
}

.loadingWhenRun {
    display:    none;
    position:   fixed;
    z-index:    10000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
    url('../images/ajax-loader.gif')
    50% 50%
    no-repeat;
}

body.loading .loadingWhenRun {
    overflow: hidden;
}

body.loading .loadingWhenRun {
    display: block;
}