.dropdown-menu::before{
    display: none!important;
}

.dataTables_length{
    margin-left: 2%!important;
}

.dataTables_length > label > select{
    height: 38px!important;
}

.sub_menu{
    width:30px!important;
}

.help-block-error{
    color: #FF5B5C!important;
}

label{
    font-size:1rem;
}

.select2-results__option{
    background-color:inherit!important;
}
.select2-results__option:hover{
    background-color: #5A8DEE!important;
    color:#ffffff!important;
}
.select2-results__options .select2-results__option[aria-selected='true']{
    background-color: #5A8DEE!important;
    color: #FFFFFF !important;
}

.select2-selection__arrow{
    border-right: 0px!important;
}
.select2-selection select2-selection--single{
    padding-top:10px;
    padding-bottom:30px;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#row_files>tr:hover{
    cursor:pointer;
}