.sm-input {
    width: 4rem;
}

.form-control[type="number"] {
    padding-right: 0;
    width: 4rem;
}

.progress {
    height: auto !important;
    font-weight: bold;
}

.changeSort {
    cursor: pointer;
    cursor: ;
}

.booking td,
.booking th {
    padding: .05rem .3rem !important;
    line-height: 0.7rem;
    font-size: 0.8rem;
    vertical-align: middle;
}

.booking th {
    text-align: center;
}

.booking td:last-child {
    text-align: center;
    font-size: 0.9rem;
}

.booking td:last-child .bi {
    cursor: pointer;
    margin-right: 0.3rem;
}

.bi-save-fill {
    font-size: 1rem !important;
}

.booking td:last-child .bi:hover {
    opacity: 50%;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .05rem .25rem !important;
    font-size: .675rem !important;
    border-radius: .2rem !important;
}

.popover-body {
    padding: 0 !important;
}

.inputError {
    color: #F00;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100% - 38px);
    margin-top: 38px;
}

@media print {
    @page {
        margin: 20mm 10mm 20mm 20mm;
    }
    ul,
    ol,
    table {
        page-break-inside: avoid;
    }
    body * {
        visibility: hidden;
        height: auto;
        overflow: visible;
    }
    .booking,
    .booking * {
        visibility: visible;
    }
    .modal {
        position: static !important;
    }
    .printRel {
        position: relative;
    }
    .hidePrint {
        color: #FFF !important;
        text-indent: -9999px;
        content: none;
    }
    .container,
    .modal-header button,
    .badge,
    td:last-child,
    .serviceBt {
        display: none;
    }
    .modal-header,
    .modal-header * {
        visibility: visible;
        margin: 0;
        padding: 0 0 0 1rem;
    }
    .booking {
        padding: .1rem .3rem;
        width: 100%;
        font-size: 0.6rem;
    }
    .col-lg-8 {
        width: 100% !important;
    }
}

.flex {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.formSignIn {
    max-width: 330px;
}

.splashBtn {
    min-height: 10rem;
    display: block;
    margin: .5rem;
}

.splashBtn i {
    font-size: 4rem;
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.a2cldr-btn:before {
    padding-right: 6px;
}

.btn-outline-success:hover {
    color: #FFF !important;
}

.btn-outline-danger:hover {
    color: #FFF !important;
}

.pickSearch:hover {
    cursor: pointer;
    background: #333;
    color: #fff;
}

.bookModal {
    width: 100%;
    text-align: left;
}

table td {
    vertical-align: middle;
}