.radius-0 {
    border-radius: unset !important;
}
.select2-container--default .select2-selection--single {
    border-color: silver !important;
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    border-radius: unset !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px !important;
}

.notification {
    position: fixed !important;
    right: 10%; top: 20%; z-index: 20000; border-radius: 5px;
}

.btn.disabled, .btn:disabled {
    /*background-color: grey;
    border-color: grey;*/
    opacity: .20;
}
.getMinitab {
    cursor: pointer !important;
}
/*.btn.disabled:hover {
    background-color: red;
    border-color: red;
}*/
/*.custom-file, .custom-file-label, .custom-select, .custom-file-label:after, .form-control[type="color"], select.form-control:not([size]):not([multiple]) {
     height: 0px; 
}*/
/*.input-group-text, select.form-control:not([size]):not([multiple]), .form-control:not(.form-control-sm):not(.form-control-lg) {
    height: 32px;
    padding: 5px 5px;
}*/
/*Scroll*/
/*Custom*/
.scrollbar-custom::-webkit-scrollbar {
    height: 10px !important;
    width: 10px !important;
    background-color: #F5F5F5 !important; 
}
.scrollbar-custom::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1) !important;
    background-color: silver !important; 
}
.scrollbar-custom {
    scrollbar-color: silver #F5F5F5 !important;
}
.table-responsive::-webkit-scrollbar {
    height: 10px !important;
    width: 10px !important;
    background-color: #F5F5F5 !important; 
}
.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1) !important;
    background-color: silver !important; 
}
.table-responsive {
    scrollbar-color: silver #F5F5F5 !important;
}
/*Warning*/
.scrollbar-warning::-webkit-scrollbar {
    height: 10px !important;
    width: 10px !important;
    background-color: #F5F5F5 !important; 
}
.scrollbar-warning::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1) !important;
    background-color: #FF8800 !important; 
}
.scrollbar-warning {
    scrollbar-color: #FF8800 #F5F5F5 !important;
}
/*Primary*/
.scrollbar-primary::-webkit-scrollbar {
    height: 10px !important;
    width: 10px !important;
    background-color: #F5F5F5 !important; 
}
.scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1) !important;
    background-color: #4285F4 !important; 
}
.scrollbar-primary {
    scrollbar-color: #4285F4 #F5F5F5 !important;
}
/*End scroll*/

.font-8 {
    font-size: 8px !important;
}
.font-10 {
    font-size: 10px !important;
}
.font-11 {
    font-size: 11px !important;
}
.font-12 {
    font-size: 12px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-20 {
    font-size: 20px !important;
}
.bold {
    font-weight: bold !important;
}
.italic {
    font-style: italic !important;
}

.main_date {
    height: 37px !important;
}

.buttons-pdf {
    color: #dc3545!important;
    background-color: transparent!important;
    background-image: none!important;
    border-color: #dc3545!important;
}

.buttons-pdf:hover {
    background-color: #fb160a !important;
    color: #fff !important;
}

.buttons-excel {
    color: #28a745!important;
    background-color: transparent!important;
    background-image: none!important;
    border-color: #28a745!important;
}

.buttons-excel:hover {
    background-color: #63ed7a !important;
    color: #fff !important;
}

div.dt-button-collection {
    width: inherit;
}

@media (min-width: 768px) {
    .card-custom{
        width: 30px!important;
        height: 30px!important;
        line-height: 40px!important;
        margin-right: 5px!important;
    }

    .card-header-custom{
        padding-top: 10px!important;
    }

    /*.select2-responsive{
        width: 400px;
    }*/
}

@media (min-width: 992px){
    .col-lg-2-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}