.container {
    margin: 0 auto;
    /*max-width: 1200px;*/
    max-width:95%;
    /*max-width:1488px;*/
    text-align: left;
    min-height:100%;
}

header {
    background-color: #183b95;
    color: #FFFFFF;
  /*  position: fixed;*/
    width: 100%;
    z-index: 1;
}

    header td a {
        font-family: 'Comfortaa', Arial,sans-serif;
        font-size: 17px;
        margin-right: 20px;
        text-decoration: none !important;
        font-weight: 400 !important;
        letter-spacing: .4px;
        cursor: pointer;
        color: #ffffff !important;
        height: 50px;
        line-height: 50px;
        text-align: center;
        text-shadow: none;
    }


.diagnosis-collapsible .ui-collapsible-content, .gross-desc-wrapper .ui-collapsible-content {
    border: none !important;
}

.body-content {
    /*max-width: 1080px;*/
    /*margin-top:90px;*/
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.name {
    text-align: center;
    margin-top: -50px;
    margin-bottom: 10px;
    color: #183B95;
    font-size: 24px;
    overflow-wrap: break-word;
}

.float-boxes {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.float-info-box {
    width: 23%;
}

.info-box {
    color: #333333;
    max-width: 100%;
    word-wrap: break-word;
    background-color: #dbedff;
    padding: 7px;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    margin-block-end: 15px !important;
    margin-block-start: 5px !important;
    min-height: 18px;
}

.alpha-checkboxes ul {
    list-style: none;
    padding-left: 1em;
}

    .alpha-checkboxes ul > li {
        margin: 0.5em 0;
    }

table.alpha-checkboxes {
    border-spacing: 0.5em;
}

.label-btn-inline {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.tabContainer {
    border: 1px solid #DDDDDD;
}

h1 {
    color: #555555;
    margin-bottom: 20px;
    margin-top: 0px;
    display: inline;
}

#roadmap-div {
    padding-bottom: 5px;
    display: inline;
    margin-left: 25px;
}

.roadmap-item {
    display: inline-block;
}

    .roadmap-item.highlighted {
        border-bottom: solid 2px blue;
    }

.alpha-label-inline {
    display: inline-block !important;
    width: auto !important;
    margin: 0 0.75em !important;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #2d89e5 !important;
    border-top: none;
    border-left: none !important;
    border-right: none !important;
}
.table td, .table th {
    padding: 0.2rem 0.75rem;
    vertical-align: unset;
    border-top: 1px solid #dee2e6;
}

.requisitionTable td:last-child, .requisitionTable th:last-child {
    border-right: none !important;
}

.requisitionTable td:first-child, .requisitionTable th:first-child {
    border-left: none !important;
}

.style-table thead th {
    border-bottom: solid 1px #037ac1 !important;
    background-color: white !important;
    color: #037ac1 !important;
}

.requisitionTable th {
    background:white !important;
}

.requisitionTable th {
    background: white !important;
    color: #0087ff;
    border-bottom: solid 1px black;
}



.alpha-checkbox-label-inline {
    display: inline-block !important;
    width: auto !important;
}

.requisitionTable th {
     background: white !important; 
}

.alpha-control {
    /*color: #333333 !important;*/
    word-wrap: break-word;
    background-color: lightcyan !important;
    height: 2em !important;
    padding: 0.15em 0.25em;
    border-radius: 0px;
    border: 1px solid #B9B9B9 !important;
    box-shadow: none !important;
    font-size: 18px;
    font-weight: 700;
    width: -webkit-fill-available;
}

    .alpha-control:disabled {
        background-color: #f0f0f0 !important;
        opacity: 1;
        border-color: rgba(118, 118, 118, 0.5);
        /*cursor: not-allowed;*/ /*20221127 Brian does not want to show this*/
    }

    .alpha-control:read-only {
        background-color: #f0f0f0 !important;
        opacity: 1;
        border-color: rgba(118, 118, 118, 0.5);
    }

.form-group {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.form-group-block {
    margin: 1em 0;
    display: block;
}

    .form-group-block:first-child {
        margin-top: 0.5em;
    }

    .form-group-block:last-child {
        margin-bottom: 0.5em;
    }

.alpha-control.short {
    width: 3.2em !important;
}

.alpha-control.white {
    background-color: #FFFFFF !important;
}

input.alpha-control.sm {
    height: 2.15em !important;
    padding: 0.35em 0.5em !important;
}

select.alpha-control.sm {
    height: 2em !important;
    padding: 0.35em 0.5em !important;
}

textarea.alpha-control {
    height: 4em;
    width: calc(100% - 10em);
}

    textarea.alpha-control.more {
        height: 7.5em !important;
        width: 100% !important;
        box-sizing: border-box;
        resize: vertical;
    }

.dataTables_paginate {
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: right;
}

    .dataTables_paginate a {
        padding: 5px;
        color: #328ff6;
    }

td a {
    text-decoration: none;
    color: #328ff6;
}

.logout .greeting-text {
    margin-right: 1em;
    font-weight: normal;
    text-shadow: none;
    font-size:18px;
}

#logoutForm {
    display: inline;
}

.btn-inactive {
    background-color: transparent !important;
    color: #0091FF !important;
    border: 1px solid #0091FF !important;
    text-shadow: none !important;
    display: inline-block !important;
}

    .btn-inactive:hover {
        background-color: #0091FF !important;
        color: white !important;
        box-shadow: none !important;
    }

.btn-active {
    background-color: #0091FF !important;
    color: white !important;
    border: 1px solid #0091FF !important;
    text-shadow: none !important;
    display: inline-block !important;
    font-weight: normal !important;
    border-radius:4px;
}

    .btn-active:hover {
        background-color: #3DACFF !important;
        box-shadow: none !important;
    }

.alpha-table {
    width: 100%;
}

    .alpha-table td, .alpha-table th {
        padding: 14px 10px;
        margin: 0;
        font-size: 14px;
    }

    .alpha-table th {
        color: #183b95;
    }

    .alpha-table tbody {
        background-color: #f2f1f7;
    }

    .alpha-table td, .alpha-table th {
        border-top: solid 1px #dddddd;
    }

        .alpha-table td:first-child, .alpha-table th:first-child {
            border-left: solid 1px #dddddd;
        }

        .alpha-table td:last-child, .alpha-table th:last-child {
            border-right: solid 1px #dddddd;
        }

    .alpha-table tbody tr:last-child td {
        border-bottom: solid 1px #dddddd;
    }

.view-detail-link {
    color: #328ff6 !important;
}

.alpha-table tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.file-table {
    margin-top: 10px;
}

    .file-table td {
        padding: 14px 10px;
        margin: 0;
        font-size: 15px;
        font-weight: bold;
    }

.text-center {
    text-align: center;
}

.checkmark-icon {
    display: inline-block;
    width: 20px;
}

.profile-icon {
    display: inline-block;
    width: 23px;
    margin-right: 8px;
}

.print-icon {
    display: inline-block;
    margin-right: 6px;
}

.delete-icon {
    display: inline-block;
    margin-right: 6px;
}

.view-details-Btn {
    border: none;
    color: #38c;
    font-weight: 700;
    background-color: transparent;
}

.underline {
    border-bottom: 2px solid #797979;
}

.view-details-Btn:hover {
    color: #059;
}

.checkbox_containter {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox_containter input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: -5px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #dfffff;
    border: 1px solid #cacece;
}

.checkbox_containter input:checked ~ .checkmark {
    background-color: #2196F3 !important;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox_containter input:checked ~ .checkmark:after {
    display: block;
}

.checkbox_containter .checkmark:after {
    left: 7px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ml-0 {
    margin-left: 0px !important;
}

.alpha-control:focus {
    border: 2px solid #0091FF !important;
    outline: none !important;
}

.ui-focus {
    box-shadow: none !important;
    border: 2px solid #0091FF !important;
}

.ui-shadow-inset {
    box-shadow: none !important;
}

label.inline-label-audit-first {
    display: inline;
}

label.inline-label-audit {
    display: inline;
    margin-left: 30px;
}

.edit-mode {
    background-color: #DFFFFF !important;
}

/* Table styles from CRM */

/* start */
.requisitionTable {
    width: 100%;
    overflow: hidden;
}

    .requisitionTable td {
        padding: 2px 2px;
        margin: 0;
        font-size: 14px;
    }

    .requisitionTable th {
        padding: 8px 5px;
        font-size: 14px;
        color: white;
        background: #bdbdbd !important;
        text-shadow: none !important;
    }

    .requisitionTable tbody {
        background-color: #ffffff;
    }

    .requisitionTable td, .requisitionTable th {
        border-top: solid 1px #bdbdbd;
    }

        .requisitionTable td:first-child, .requisitionTable th:first-child {
            border-left: solid 1px #bdbdbd;
        }

        .requisitionTable td:last-child, .requisitionTable th:last-child {
            border-right: solid 1px #bdbdbd;
        }

    .requisitionTable tbody tr:last-child td {
        border-bottom: solid 1px #bdbdbd;
    }

.view-detail-link {
    color: #328ff6 !important;
}

.requisitionTable tbody tr:nth-child(even) {
    background-color: white;
}

.requisitionTable-campaign-status {
    border: solid 1px;
    border-radius: 20px;
    padding: 5px 5px;
    display: block;
    text-align: center;
}

div#followupsTable_paginate {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
}

    div#followupsTable_paginate a {
        padding: 5px;
        color: #328ff6;
    }

        div#followupsTable_paginate a:hover {
            color: #059;
            border: none;
            background-color: white;
            cursor: pointer;
        }
.errorMsg {
    color: red;
    font-size: 14px;
}

.btn-blue {
    background-color: #0091FF !important;
    color: #FFFFFF !important;
    font-weight: normal;
    text-shadow: none;
    border: solid 1px #0091FF !important;
    cursor: pointer;
}
.DoctorManager-select options, .DoctorManager-select {
    /*color: #333333 !important;*/
    word-wrap: break-word;
    background-color: lightcyan !important;
    color: rgb(25,60,150) !important;
    padding: 0.15em 0.25em;
    border-radius: 0px;
    border: 1px solid #B9B9B9 !important;
    box-shadow: none !important;
    font-size: 18px;
    font-weight: 700;
    width: -webkit-fill-available;
}

    .btn-blue:hover {
        background-color: #FFFFFF !important;
        color: #0091FF !important;
    }

.lookup-btn {
    height: 2.45em;
    padding: 0.25em 0.75em;
    margin: 0;
    margin-left: 1em;
    border-radius:4px;
}

.btnSquare {
    float: right;
    /*height: 40px;*/
    margin-top: 12px;
    margin-bottom: -3px;
    /*box-sizing: border-box;*/
    display: inline-block;
    position: relative !important;
    font-weight: normal !important;
    padding: 0.5em 0.75em !important;
    vertical-align: middle !important;
    text-align: center !important;
    text-decoration: none !important;
    /*background-color: #328ff6 !important;
    color: #ffffff !important;  
    border: 2px solid #328ff6 !important;*/
    background-color: white !important;
    cursor: pointer;
    border: 0.02px solid #DDDDDD;
}

.btnSquare-selected, .btnSquare:hover {
    background-color: #328ff6 !important;
    color: #ffffff !important;
    outline: none;
}

.page-title {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
}

.panel {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 20px;
}

.btn-round {
    border-radius: 5px;
}

.btn-small {
    font-size: 13px;
    font-weight: bold !important;
    width: fit-content !important;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 3px;
}

.section-title {
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
}

/*end*/
    .DoctorManager-select:disabled {
        background-color: #f0f0f0 !important;
    }
        .inputField {
    font-size: 15px;
    color: #007bff;
    font-weight: 400;
}

.inputNumber::-webkit-outer-spin-button,
.inputNumber::-webkit-inner-spin-button{
    -webkit-appearance:none;
    margin:0;
}


.inputNumber {
    -moz-appearance: textfield;
    width: -webkit-fill-available;
}
.test-table .alpha-control {
    border-radius: 0px !important;
}

.testName{
    margin:0px;
    padding:0px;
}

.alpha-checkboxes {
    /*color: #333333 !important;*/
    word-wrap: break-word;
    /*background-color: #dbedff !important;*/
    color: rgb(25,60,150) !important;
    padding: 0.5em;
    border-radius: 0px;
    border: 0px solid #B9B9B9 !important;
    box-shadow: none !important;
    font-size: 18px;
    font-weight: 700;
    width: -webkit-fill-available;
    transform:scale(1.25);
    margin:5px;
}

    .alpha-checkboxes:disabled {
        opacity: 1;
        background-color: #f0f0f0 !important;
        border-color: rgba(118, 118, 118, 0.5);
        /*cursor: not-allowed;*/ /*20221127 Brian does not want to show this*/
    }

.test-table testName, .test-table labCode {
    text-align: left !important;
}

.alpha-control textarea:disabled {
    background-color: #f0f0f0 !important;
}

/* Table styles from CRM */
.crm-table {
    width: 100%;
    overflow: hidden;
}

    .crm-table td {
        padding: 2px 5px;
        margin: 0;
        font-size: 14px;
    }

    .crm-table th {
        padding: 8px 10px;
        font-size: 14px;
        color: white;
        background: #88c1ed !important;
        text-shadow: none !important;
    }

    .crm-table tbody {
        background-color: #ffffff;
    }

    .crm-table td, .crm-table th {
        border-top: solid 1px #88c1ed;
    }

        .crm-table td:first-child, .crm-table th:first-child {
            border-left: solid 1px #88c1ed;
        }

        .crm-table td:last-child, .crm-table th:last-child {
            border-right: solid 1px #88c1ed;
        }

    .crm-table tbody tr:last-child td {
        border-bottom: solid 1px #88c1ed;
    }

.crm-table tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.crm-table-campaign-status {
    border: solid 1px;
    border-radius: 20px;
    padding: 5px 5px;
    display: block;
    text-align: center;
}


/* ===========================Create/Update doctor===========================*/
.office-info {
    background-color: #f6f6f6;
    color: white;
    padding: 5px;
    margin-right: 5px;
    cursor: pointer;
    margin-top: 5px;
    width: 14rem;
    border-color: #ddd;
    color: black;
    font-weight: bold;
}

.office-selected {
    background-color: lightcyan;
    color: #333;
}

#search-result, #selected-offices {
    display: flex;
    flex-wrap: wrap;
}
/* ===========================Create/Update doctor===========================*/

/* ===========================Create/Update sample type===========================*/
.sample-type-info {
    background-color: #f6f6f6;
    color: white;
    padding: 5px;
    margin-right: 5px;
    cursor: pointer;
    margin-top: 5px;
    width: 14rem;
    border-color: #ddd;
    color: black;
    font-weight: bold;
}

.sample-type-selected {
    background-color: lightcyan;
    color: #333;
}

#search-result, #selected-sample-type {
    display: flex;
    flex-wrap: wrap;
}
/* ===========================Create/Update sample type===========================*/