ul.lerror li {
    list-style: none;
    color: red;
    font-weight: 400;
    font-size: medium;
}

ul.lerror {
    padding-left: 0px;
}

ul.lsuccess li {
    list-style: none;
    color: darkgreen;
    font-weight: 400;
    font-size: medium;
}

ul.lsuccess {
    padding-left: 0px;
}

.logged-user {
    font-size: larger;
    line-height: 27px;
    margin-right: 10px;
}

.table-button {
    margin-bottom: 10px;
}

.table-l {
    margin-top: 15px;
    margin-right: 50px;
    padding-top: 3px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}


.dt-button-collection.dropdown-menu>.active>a, .dt-button-collection.dropdown-menu>.active>a:focus, .dt-button-collection.dropdown-menu>.active>a:hover{
    background-color: #ccd5db!important;
}

@media (min-width: 1600px) {
    .width-xlg-50 {
        width: 50px;
    }
    .width-xlg-100 {
        width: 100px;
    }
    .width-xlg-150 {
        width: 150px;
    }
    .width-xlg-200 {
        width: 200px;
    }
    .width-xlg-250 {
        width: 250px;
    }
    .width-xlg-300 {
        width: 300px;
    }
    .width-xlg-350 {
        width: 350px;
    }
    .width-xlg-400 {
        width: 400px;
    }
    .width-xlg-450 {
        width: 450px;
    }
    .width-xlg-500 {
        width: 500px;
    }
}