﻿
label.error {
    display: block;
    color: red;
    padding: .5rem;
}

input:focus {
    outline: none;
}

.card-title.text-with-subtext {
    display: block !important;
}

.avatarremove[data-kt-image-input-action=remove] {
    background-color: red !important;
}

.avatarremove i {
    color: #fff !important;
}

.nav-line-tabs .nav-item .nav-link.active, .nav-line-tabs .nav-item .nav-link:hover:not(.disabled), .nav-line-tabs .nav-item.show .nav-link {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #296573;
    transition: color .2s ease;
}

.shiftDays li a:is(.disabled) {
    pointer-events: auto;
    cursor: not-allowed !important;
    text-decoration: line-through !important;
    color: #bcbcbc !important;
}

.text-active-primary.active {
    transition: color .2s ease;
    color: #296573 !important;
}
/*.neosBColor {
    background-color: #296573 !important;
}

.neosTextColor {
    color: #296573 !important;
}*/
.emptyData {
    padding: 1rem;
    font-size: 1.2rem;
}

.shiftTimeLabel {
    font-size: .9rem;
}


.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #1BC5BD;
    padding-right: calc(1.5em + 1.3rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231BC5BD' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.325rem) center;
    background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #F64E60;
    padding-right: calc(1.5em + 1.3rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F64E60' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F64E60' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.325rem) center;
    background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}

/* 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;
}

#resetPasswordLayout, #signInLayout {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*.menu-here-bg.active{
    background-color  : red !important;
}*/
.content {
    padding: 10px 0 0 0 !important;
}

.menu-root-here-bg-desktop > .menu-item.here > .menu-link.active {
    background-color: var(--bs-primary);
}

    .menu-root-here-bg-desktop > .menu-item.here > .menu-link.active .menu-title {
        color: #fff;
    }

table.dataTable tfoot td, table.dataTable tfoot th, table.dataTable thead td, table.dataTable thead th {
    /*background-color: #f1f1f4 !important;*/
}

.table > thead {
    background-color: whitesmoke !important;
}

.table:not(.table-bordered) > :not(:last-child) > :last-child > * {
    padding-right: 1rem;
}

.table:not(.table-bordered) td:first-child, .table:not(.table-bordered) th:first-child, .table:not(.table-bordered) tr:first-child {
    padding-left: 1rem;
}
/*.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    padding : 0 !important;
}*/
/*#kt_header_navs_wrapper .tab-content {
    padding: 0 0 0 30px !important;
}
*/

select.hourselect, select.minuteselect {
    width: 25% !important;
    font-size: 20px !important;
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0 auto;
    line-height: 30px;
    position: relative;
    border: 2px solid #296573 !important;
    border-radius: 10px !important;
}
