
@media (min-width: 992px) {
    .modal-lg {
        max-width : 950px !important;
    }
}

.form-data {
    text-transform: uppercase;
}

.form-data-with-controls {
    text-transform: uppercase;
    margin-top: 7px;
}

.form-label {
    font-size: 1rem;
    margin-bottom: 0.3rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    display: block;
}

.form-label-margin {
    margin-bottom: 1.4rem;
}


.scroll-default-thin::-webkit-scrollbar-track {
    background-color: #eaeaea !important;
}

.scroll-default-thin::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5 !important;;
}

.scroll-default-thin::-webkit-scrollbar-thumb {
    background-color: #c0baff !important;;
}

.scroll-default-thin::-webkit-scrollbar-button {
    background-size: 100%;
    height: 0;
    width: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}

label {
    font-size: 0.9rem !important;
}

.mandatory-label::after {
    content: " *";
    color: red;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b, .select2-container--default .select2-selection--single .select2-selection__arrow b {
    padding-right: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 70% !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #D8D6DE !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #D8D6DE !important;
}

.badge-inside-form {
    font-size: 90% !important;
}

.main-menu .navbar-header .navbar-brand {
    margin-top: 1rem !important;
}

.main-menu .navbar-header {
    padding: 0.35rem 1rem 0.3rem 1rem !important;
    height: auto !important;
}

.card-chart {
    min-height: 369px;
}

.scroll-default::-webkit-scrollbar-track {
    background-color: #eaeaea;
}

.scroll-default::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #F5F5F5;
}

.scroll-default::-webkit-scrollbar-button {
    background-size: 100%;
    height: 10px;
    width: 10px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}

.scroll-default-thin::-webkit-scrollbar-track {
    background-color: #eaeaea !important;
}

.scroll-default-thin::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5 !important;;
}

.scroll-default-thin::-webkit-scrollbar-button {
    background-size: 100%;
    height: 0;
    width: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}

.table-with-scroll {
    overflow-y: auto !important;
    max-height: calc(100vh - 280px);
    margin-bottom: 0;
    display: block;
}

.table-fixed-header {
    overflow-y: auto !important;
}

.table-fixed-header thead th {
    position: sticky !important;
    top:-1px;
    background-color: #f7f7f7;
    z-index: 1;
}

.table-fixed-header-search thead th {
    top: -20px !important;
}

.table-fixed-header::-webkit-scrollbar-track {
    background-color: #eaeaea;
}

.table-fixed-header::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.table-fixed-header::-webkit-scrollbar-thumb {
    background-color: #7367F0;
}

.table-fixed-header::-webkit-scrollbar-button {
    background-size: 100%;
    height: 10px;
    width: 10px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}

.form-date-popup, .form-datetime-popup {
    cursor: pointer;
    background-color: #fff !important;
}

.form-date, .form-datetime {
    cursor: pointer;
    background-color: #fff !important;
}

.dark-layout .form-date, .dark-layout .form-datetime {
    cursor: pointer;
    background-color: #283046 !important;
}

.dark-layout .form-date-popup, .dark-layout .form-datetime-popup {
    cursor: pointer;
    background-color: #283046 !important;
}

.dark-layout .select2-container--default .select2-selection--single {
    border: 1px solid #404656 !important;
}

.dark-layout .select2-container--default .select2-selection--multiple {
    border: 1px solid #404656 !important;
}

.table thead th, .table tfoot th {
    vertical-align: middle !important;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
    font-size: 19px !important;
}

.timeline .timeline-point-done {
    border-color : #28C76F !important;
    background-color : #28C76F !important;
}

.timeline .timeline-point-done i, .timeline .timeline-point-done svg {
    stroke : #fff !important;
}

input {
    text-transform: uppercase;
}

textarea {
    text-transform: uppercase;
}

.select2-choices {
    min-height: 150px;
    max-height: 150px;
    overflow-y: auto;
}

.timeline-point-done-glow {
    box-shadow : 0 0 10px #28C76F;
}

.card-clickable {
    cursor: pointer;
}

.card-clickable:hover {
    box-shadow: 0 4px 24px 0 rgb(133 121 241 / 40%);
}


.scroll-default::-webkit-scrollbar-track {
    background-color: #eaeaea !important;
}

.scroll-default::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5 !important;;
}

/*
table table-hover table-responsive-sm    

table-fixed-header
table-fixed-header-provider-search
scroll-default
table-report
 */

.scroll-default::-webkit-scrollbar-thumb {
    background-color: #7367F0 !important;
}

.scroll-default::-webkit-scrollbar-button {
    background-size: 100%;
    height: 0;
    width: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}

.table-with-scroll {
    overflow-y: auto !important;
    max-height: calc(100vh - 280px);
    margin-bottom: 0;
    display: block;
}

.table-report {
    overflow-y: auto !important;
    overflow-x: auto !important;
    height: calc(100vh - 280px);
    margin-bottom: 0;
    display: block;
}

.table-report > thead > tr > th {
    white-space: nowrap;
}

.table-report > tbody > tr > td{
    white-space: nowrap;
    text-transform: uppercase;
}

.table-report-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 99909;
    height: 100vh;
    width: 100vw;
    padding: 10px;
}

.table-report-fullscreen .table-report {
    height: calc(100vh - 55px);
}

.table-item-highlight {
    background-color: #deffe4;
    color: #00a01c;
}

.breadcrumb-float-right {
    position: absolute;
    right: 15px
}