    .navbar {
        background-color: #2c397e!important;
    }
    
    .skin-green-light .main-header .logo {
        background-color: #1b2663!important;
    }
    
    .BottomPopupMessage {
        min-width: 18em;
        max-width: 40em;
        padding: 0.8em;
        position: fixed;
        bottom: 2em;
        left: 4em;
        z-index: 2000;
        text-align: center;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        font-size: 14px;
        visibility: hidden;
        opacity: 0;
        transform: scale(0);
    }
    
    .BottomPopupMessage {
        min-width: 18em;
        max-width: 40em;
        padding: 0.8em;
        position: fixed;
        bottom: 2em;
        left: 4em;
        z-index: 2000;
        text-align: center;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        font-size: 14px;
        visibility: hidden;
        opacity: 0;
        transform: scale(0);
    }
    
    .wrapper {
        background-color: #fff!important;
    }
    
    .QCListButton {
        max-width: 123px!important;
    }
    
    .elips {
        cursor: pointer;
        width: 150px;
        white-space: nowrap;
        overflow: hidden;
    }
    
    .elips2 {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .elips3 {
        display: -webkit-box!important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        width: 260px;
    }
    
    .padding-bottom-0 {
        padding-bottom: 0;
    }