@media print {
    .do-not-print, #sidebar-wrapper {
        display: none !important;
    }

    .btn-success, .btn-primary {
        border: none !important;
        color: #000000 !important;
        padding: 0 !important;
    }

    .card {
        border: none !important;
    }

    .card-header {
        color: #000 !important;
        font-weight: bold !important;
        font-size: 1.2em !important;
        border-bottom: 1px solid #000 !important;
    }

    .pagebreak { page-break-before: always; }

}

.container-fluid {
    padding-top: 15px;
}

.datatable-employee-equipment, .datatable-employee-training, .datatable-standard, .datatable-employee-inspections, .datatable-employee-incidents {
    width: 100% !important;
}

#menu-toggle {
    position: absolute;

    top: 13px;
    right: -14px;
    width: 14px;
    height: 30px;

    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border: 1px solid #dee2e6;
    box-sizing: border-box;

    background-color: #c0c0c0;
    color: #fafafa;

    cursor: pointer;
    z-index: 100;
}

#menu-toggle:hover {
    background-color: #a0a0a0;
}

.toggled #menu-toggle {
    border-left: none;
}

.toggled #menu-toggle #menu-toggle-char {
    left: 2px;
}

#menu-toggle-char {
    position: relative;
    left: 1px;
    top: 3px;
    font-size: 19px;
    color: white;
}

/* Vertical align all table cells. */
table td, table th {
  vertical-align: middle !important;
}

.action-link {
    font-size: 0.85rem;
    margin-right: 6px;
}

.layout-row {
    margin-bottom: 15px;
}

.layout-row h1 {
    margin-bottom: 0;
}

.small-icon-button {
    padding: 2px 5px;
}

.add-button {
    color: green;
    font-size: 1.5rem;
    line-height: 1.5rem;
    cursor: pointer;
}

.help-button {
    color: grey;
    line-height: 1.5rem;
    font-size: 1.5rem;
    cursor: pointer;
}

.remove-button-container {
    color: red;
    font-size: 24px;
    text-align: center;
    margin: auto;
}

.remove-button {
    cursor: pointer;
}

#photo-preview, #covid-preview, .cert-preview {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    max-width: 100%;
}

.card-readonly {

}

.card-readonly label {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.75);
}

.card-readonly .form-control-plaintext {
    font-size: 1.1rem;
    font-weight: 600;
}

.section-edit .btn {
    border: none;
    font-size: 1rem;
    width: 2rem;

    background-color: rgba(0, 0, 0, 0.05);
}

.btnupload.btn:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.btn-upload.btn {
    /*border: none;*/

    background-color: rgba(0, 0, 0, 0.05);
}

.section-edit .btn:hover {
    /*background-color: rgba(0, 0, 0, 0.1);*/
}

.override-section {
    background-color: #007bff !important;
    border-color: #007bff !important;
    /*height: 32px;*/
}

.override-section-danger {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    /*height: 32px;*/
}

.remove-button-disabled {
    color: grey;
    opacity: 0.5;
}

.remove-button-disabled svg {
    cursor: not-allowed;
}

.scheduled-employee, .inspection-employee, .incident-employee, .incident-witness {
    font-size: 1.25rem;
    padding: 4px;
    margin: 4px 0;
    border-radius: 2px;
    background-color: #fafafa;
}

.scheduled-employee:hover, .inspection-employee:hover, .incident-employee:hover, .incident-witness:hover {
    background-color: red;
    color: white;
    cursor: pointer;
}

.sidebar-heading {
    background-image: url("../images/CCS-Logo.png");
    background-size: 100% 100%;
    height: 92px;
}

.inspections-date-button {
    margin: 4px 4px;
}

.not-active {
    opacity: 0.75;
}

.inspections-toggle .btn.active {
    opacity: 1 !important;
}

.inspections-toggle .btn {
    opacity: 0.66;
}

.ui-timepicker-standard {
    border-radius: 4px;
    border: 1px solid #CED4DA;
    transform: translateY(2px);
}

.ui-timepicker-viewport .ui-corner-all {
    font-size: 1em;
    font-family: Helvetica, Nunito;
    font-weight: 300;
    text-align: left;
}

.ui-timepicker-viewport .ui-state-hover {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
}

.charge-box {
    position: relative;
    top: -3px;
}

.color-red {
    color: red;
    font-weight: bold;
}

.color-orange {
    color: orange;
    font-weight: bold;
}
