.is-invalid + .select2 .select2-selection{
    border-color: #dc3545!important;
}
*:focus{
  outline:0px;
}
.select2-invalid {
    padding-top: 2.25rem;
}

.gj-datepicker-bootstrap [role=right-icon] button {
    border-color: #9f9f9f;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.menu-item {
    font-size: 15px;
    margin: 6px;
    text-align: center;
}

.content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
    height: 3.125rem;
    padding: .75rem;
}

.form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    cursor: text; /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

.select2-margin-bottom {
    margin-bottom: 10px;
}

.select2-height {
    min-height: 38px;
    margin-top: 6px;
}

.select2-height-no-margin {
    min-height: 38px;
}

.no-shadow, button {
    outline: none;
    box-shadow: none !important;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.table-text-sm {
    font-size: 0.8rem;
}

.table td.fit, .table th.fit {
    white-space: nowrap;
    width: 1%;
}

.select2-selection__arrow {
    min-height: 38px;
    margin-right: 5px;
}

.select2-selection--single {
    min-height: 38px;
}

.select2 select2-container select2-container--default select2-container--below {
    left: 0 !important;
}

.select2-container--default {
    left: 0;
    width:100% !important;
}

.custom-select {
    left: 0 !important;
}

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

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 38px;
    font-size: 14px;
}

@media all and (min-width:960px) and (max-width: 1024px) {
    .modal-xl {
        max-width: 96%;
        margin: 2%;
    }
}

@media all and (min-width:801px) and (max-width: 959px) {
    .modal-xl {
        max-width: 96%;
        margin: 2%;
    }
}

@media all and (min-width:769px) and (max-width: 800px) {
    .modal-xl {
        max-width: 96%;
        margin: 2%;
    }
}

@media all and (min-width:569px) and (max-width: 768px) {
    .modal-xl {
        max-width: 96%;
        margin: 2%;
    }
}

@media all and (min-width:481px) and (max-width: 568px) {
    .modal-xl {
        max-width: 96%;
        margin: 2%;
    }
}

@media all and (min-width:321px) and (max-width: 480px) {
    .modal-xl {
        max-width: 96%;
        margin: 2%;
    }
}

@media all and (min-width:0px) and (max-width: 320px) {
    .modal-xl {
        max-width: 96%;
        margin: 2%;
    }
}
