/* 
    Created on : 27 janv. 2021, 22:03:13
    Author     : walid
*/

@media (min-width:1200px){
    .container{max-width:100%}
}


.layout #wrapper > .aside > .aside-content-wrapper > .aside-content > #sidenav .nav-link.active {
    background-color: #FFD800;
    /*color: #fff;*/
    color: #150F05;
}



#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 100px;
    z-index: 100;
}

.message {
    font-size: 2.0rem;
}

.green {
    color: #2F884E;
}

.red {
    color: #C04C4C;
}


.swal2-show {
    min-width: 35%;
}


.swal-wide{
    width: 39em !important;
    max-width: 100%;
    padding: 2.25em;
}

.myselect {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.myselect option {
    white-space: nowrap;
    width: 100% ;
    /*border-bottom: 1px #ccc solid;*/
    /*This doesn't work.*/ 
}


/*.label_enabled > label {
    color: #150F05;
}

.label_disabled > label {
    color: #DFDBD4;
}*/

.form-group > label {
    /*color: rgba(0,0,0,.38);*/
    color: #150F05;
    font-weight: bold;
}

.parsley-errors-list {
    list-style-type: none;    
    color: red;
}

.swal2-actions {
    font-size: 1.8em;
}

.error_field {
    margin-top: .25rem;
    font-size: 1.875rem;
    color: #f44336;
}

.largeli {
    font-size: 1.4em;
    /*    font-weight: bold;*/
}

.info .subject {    
    width: 20%;
    float: left;
}

.info .message {    
    font-size: 1.4rem;
    width: 40%;
    float: left;
}

.swal2-popup .swal2-title {
    font-size: 2.875em;
}

.swal2-popup .swal2-content {
    font-size: 2.125em;
}