.submitted .form-control.form-control-invalid {
    border-color: #dc3545;
}

.timelist .table .time-block:hover {
    background-color: #60DCAA;
    cursor: pointer;
    color: #fff;
}

.timelist .table .time-block.blank {
    background-color: #F2F3F7;
    cursor: default;
}

.fa.circle {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0px 0px 2px #888;
    padding: 0.5em 0.6em;
}

.video-client {
    width: 100%;
    height: 100%;
}

.video-client video {
    width: 100%;
    height: 100%;
}

.video-local {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 10;
}

.video-local {
    width: 100%;
    height: 100%;
}

.video-local video {
    width: 100%;
    height: 100%;
}

.slp-blink {
    animation: slp-blinker 2s linear infinite;
}

@keyframes slp-blinker {
    50% {
        opacity: 0;
    }
}

.modal-body.fix-height {
    height: calc(100vh - 100px);
}

.line-camp-1 {
    word-break: break-all;
    line-height: unset;
}

.button-align-central {
    display: flex;
    align-content: baseline;
    flex-wrap: wrap;
    padding-top: 5px;
    justify-content: flex-end;
}

.form-group.compound input.form-control::placeholder {
    color: unset !important;
    opacity: 0.7;
}

.floating-button {
    background-color: transparent;
    border: none;
}

.question-working {
    background-color: gainsboro;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 25px;
    animation: question-working-blinker 4s linear infinite;
}

@keyframes question-working-blinker {
    50% {
        background-color: white;
    }
}

.modal-backdrop.dark.show {
    opacity: 1;
}

.submitted .input-group-text.invalid {
    border-color: #dc3545;
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

#cda-form .btn-man:not(.btn-light) {
    background: #54a7b8;
}

#cda-form .btn-man:not(.btn-light) span {
    color: #1E1E1E !important;
}

.wcag-text-contrast,
.wcag-text-contrast label {
    color: #1E1E1E !important;
}

.wcag-text-contrast-menu .nav-link-text,
.wcag-text-contrast-menu .badge-danger {
    color: #040404 !important;
}

.wcag-text-contrast-opacity {
    opacity: 1 !important;
}

.receipt-print-content tr.title td {
    background-color: #F0F0F0 !important;
}

.receipt-print-content table.table-bordered td {
    border: 2px solid black !important;
}

.receipt-print-content table.table-bordered-slim td {
    border: 1px solid black !important;
}

@media print {
    @page {
        size: auto;
        margin: 0;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }

    #print-body {
        padding-top: 0.4in;
        padding-bottom: 0.4in;
        padding-left: 0.4in;
        padding-right: 0.4in;
    }

    .letter {
        height: 99%;
        padding: 1cm;
        page-break-after: always;
        position: relative;
        width: 100%;
    }
}

.receipt-active>td {
    border: 1px solid lightblue;
    background-color: lightblue;
}

.receipt-working {
    background-color: #f2f7f8 !important;
}

.receipt-working>td {
    border: 1px solid lightblue;
    border-top: none;
}

.receipt-working.receipt-working-transparent {
    background-color: transparent !important;
}
