.login-logo{
    max-width: 85%;
    max-height: 120px;
}
.navbar-custom .app-search {
    max-width: 200px;
}
.footer {
    padding: 7px 15px 7px;
}
.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.8rem;
}
.navigation-menu > li > a {
    padding: 15px 20px;
}
.wrapper {
    padding: 125px 12px 0 12px;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #F1F1F1;
}
.flatpickr-input[readonly] {
    background-color: #FFFFFF !important;
}
.table .form-group {
    margin: 0;
}
.env-development {
    position: fixed;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1999;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 135px;
}
.env-development span{
    width: 150px;
    height: 25px;
    color: #ba8b00;
    display: table;
    background: rgba(255, 193, 7, 0.5);
    text-align: center;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    font-weight: bold;
    line-height: 25px;
}
.env-test {
    position: fixed;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1999;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 135px;
}
.env-test span{
    width: 150px;
    height: 25px;
    color: #FFFFFF;
    display: table;
    background: rgba(220, 53, 69, 0.8);
    text-align: center;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    font-weight: bold;
    line-height: 25px;
}
.dataTables_wrapper.container-fluid{
    max-width: 100%;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.select2-container .select2-selection--multiple .select2-selection__choice,
.select2-container .select2-selection--single .select2-selection__choice{
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
}
.select2-container--default .select2-results__option[aria-selected=true]:hover {
}
.form-group-sm .select2-container .select2-selection--multiple{
    min-height: 31px;
    /*height: 31px !important;*/
    line-height: 0.9;
}
.form-group-sm .select2-container .select2-selection--single{
    min-height: 31px;
    height: 31px !important;
    line-height: 0.9;
}
.form-group-sm .select2-container .select2-selection--multiple .select2-selection__choice{
    margin-top: 3px !important;
    line-height: 1.5;
    font-size: 0.855rem;
}
.form-group-sm .select2-container .select2-selection--single .select2-selection__rendered{
    line-height: 2;
    padding: 1px 0.8rem;
}
.form-group-sm .select2-container .select2-selection--multiple .select2-selection__rendered{
    line-height: 1.5;
    padding: 1px 0.8rem;
    font-size: 0.855rem;
}
.form-group-sm .select2-container .select2-selection--multiple .select2-search__field:active,
.form-group-sm .select2-container .select2-selection--multiple .select2-search__field:focus,
.form-group-sm .select2-container .select2-selection--single .select2-search__field:active,
.form-group-sm .select2-container .select2-selection--single .select2-search__field:focus{
    padding-left: 0.8rem;
}
.form-group-sm .select2-container .select2-selection--multiple .select2-search__field::-webkit-input-placeholder,
.form-group-sm .select2-container .select2-selection--single .select2-search__field::-webkit-input-placeholder{
}
.custom-control-input:checked ~ .custom-control-label::before {
}
.form-group-sm .select2-container .select2-selection--single .select2-selection__arrow {
    height: 30px;
    width: 30px;
    right: 3px;
}