.login-logo{
    max-width: 85%;
    max-height: 120px;
}
.navbar-custom .app-search {
    max-width: 200px;
}
.footer {
    padding: 7px 15px 7px;
}
.content-page {
    min-height: 100vh;
}
.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;
}
body.authentication-bg-pattern {
    background-image: url(../img/bg-pattern.png);
    background-color: #7C9CB4;
}
.footer-alt, .footer-alt a{
    color: #D1D1D1;
}
.min-px-75 {
    min-width: 75px !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice,
.select2-container .select2-selection--single .select2-selection__choice{
    background-color: #04346b;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #04346b;
    color: #fff;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #04346b;
    color: #fff;
}
.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{
    color: #adb5bd !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #04346b;
    border-color: #04346b;
    background-color: #04346b;
}
.form-group-sm .select2-container .select2-selection--single .select2-selection__arrow {
    height: 30px;
    width: 30px;
    right: 3px;
}
#sidebar-menu .menu-arrow {
    right: 5px !important;
}

/* 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;
}
.pace .pace-progress {
    z-index: 20000;
}
.form-control-sm {
    font-size: 0.855rem;
}
.table-budget .form-control-sm{
    padding: 0.28rem 0.3rem;
    border-radius: 0.1rem;
}
.budget-text-small{
    font-size: 0.785rem;
}
.responsive-table-plugin table.focus-on tbody tr.focused th, .responsive-table-plugin table.focus-on tbody tr.focused td, .responsive-table-plugin .sticky-table-header {
    background: #4a81d4;
    border-color: #4a81d4;
    color: #fff;
}
.col-sticky{
    position: sticky;
    left: 0;
    white-space: normal !important;
    min-width: 250px !important;
}
.flotTip {
    padding: 8px 12px !important;
    background-color: #323a46 !important;
    z-index: 1000;
    color: #fff !important;
    opacity: 1 !important;
    border-radius: 3px !important;
    font-size: 0.875rem !important;
}
