﻿
/* TODO: Bundle css for optimization */

/* TODO: The following temp styling will change after UX CSS is provided */

body {
    min-width: 700px;
}

header {
    padding: 10px;
    background-color: gainsboro
}

footer {
    clear: both;
    background-color: gainsboro
}

.card {
    background-color: gainsboro !important
}
.sorting {
    vertical-align: middle !important;
}
.dataTables_info{
    font-size:12px;
}
.custom-select {
    font-size: 12px !important;
    width: 50px !important;
    height: 25px !important;
}
.dataTables_length {
    font-size: 12px;
    white-space: nowrap !important;
}
.page-link {
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #343a40 !important;
}

.btn-reset {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1.5rem;
    border-radius: 0.38rem;
    border-block-width: 1px;
    border-width: thin;
    width: 68px;
    padding-bottom: 4.2px;
}

.btn-primary {
    color: #fff;
    background-color: #286090 !important;
    border-color: #204d74 !important;
    display: inline-block !important;
    padding: 6px 12px !important;
    margin-bottom: 0px;
    font-size: 14px !important;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px !important;
}
.btn-success {
    color: #fff;
    background-color: #286090 !important;
    border-color: #204d74 !important;
    display: inline-block !important;
    padding: 6px 12px !important;
    margin-bottom: 5px;
    font-size: 12px !important;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px !important;
}

.btn-multiselect {
    color: #fff;
    background-color: white !important;
    border-color: #204d74 !important;
    display: inline-block !important;
    padding: 6px 12px !important;
    margin-bottom: 0px;
    font-size: 14px !important;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px !important;
    margin-left: 15px !important;
}
table.dataTable {
    background-color: #f5f5f5;
    font-size: 12px
}
.buttons {
    background-color: #f5f5f5;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

.table-bordered {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

.navbar-link{
    color: #23527c!important;
}

.app-header {
    float: left;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.pull-left {
    width:160px;
    padding: 0px 5px 0px 5px;
    font-size: 12px;
}
.approval-btn-container {
    padding: 5px;
    font-size: 12px;
}
.date-container {
    padding: 5px;
}

.nav-top {
    float: left;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    width: auto;
}

    .nav-top ul {
        list-style-type: none;
    }

        .nav-top ul li {
            display: inline;
            padding-right: 30px;
        }

#viewContainer {
    clear: left;
    border-top: solid 1px lightgray;
}

#settingsViewContainer {
    clear: left;
}

.sub-view-container {
    padding: 12px;
}

.grid-container {
    padding: 10px;
}

.grid-control {
    width: 1450px;
    height: 400px;
    position: relative;
}

    .grid-control.wide {
        width: 1575px;
    }

    .grid-control .ui-grid-column-menu-button-last-col {
        margin-right: -18px;
    }

.gridchkbox {
    visibility: hidden;
}

.ui-grid-header-cell .ui-grid-cell-contents {
    text-overflow: clip;
}

.ui-grid-cell-center {
    text-align: center;
}

.ui-grid-instruction-container {
    text-align: center;
    width: 100%;
}

.ui-grid-instruction-contents {
    width: 75%;
    margin: 0 auto;
}

ui-grid-top-panel {
    font-weight: normal;
}

.ui-grid-header-cell-label {
    font-weight: bold;
}

.nav-sub {
    padding-top: 10px;
    border-bottom: solid 1px lightgray;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding-left: 43px;
    padding-bottom: 5px;
}

    .nav-sub ul {
        list-style-type: none;
    }

        .nav-sub ul li {
            display: inline;
            padding-right: 30px;
        }

.date-container {
    clear: right;
    width: 375px;
    margin-left: 0px;
}

.filter-dropdown-button {
    width: 230px;
    background-color: white;
    text-align: left;
    padding-left: 6px;
    border: 1px solid #C0C0C0;
    border-radius: 4px;
    height: 29px;
    font-size: 12px;
}
.multiselect-selected-text {
    font-size: 12px;
    width:134px;
}
.checkbox {
    font-size: 12px;
}
.dropdown-container {
    clear: left;
    padding-top: 15px;
    background-color: white !important;
}

.checkbox-container {
    clear: left;
    padding-top: 15px;
}

.checkbox {
    width: 230px;
    background-color: #efe9e9;
    text-align: left;
}

.filter-button {
    background-color: #3693ca;
    color: white;
}

.filter-selection-container {
    display: inline-block;
    width: 1084px;
    white-space: normal;
}

    .filter-selection-container div {
        display: inline-block;
        margin-right: 10px;
        margin-top: 5px;
        padding: 2px 5px;
        border-radius: 4px;
        background-color: gainsboro;
    }

.filter-button-container {
    display: inline-block;
}

    .filter-button-container a {
        padding: 0 10px;
    }

.filter-input[type="text"] {
    width: 230px;
    padding: 6px 12px;
    border: 1px solid #C0C0C0;
    border-radius: 4px;
}

.filter-input-container {
    clear: left;
    padding-top: 15px;
}

.date-range-picker .well {
    margin-bottom: 0px;
    min-height: 32px;
    padding-top: 5px;
}

.unlimited-date-range-picker .well {
    margin-bottom: 0px;
    min-height: 32px;
    padding-top: 5px;
}

/* this will force the custom calendar to display the start and end calendars side-by-side */
.daterangepicker.show-calendar {
    width: 730px;
}

/* this will force the custom calendar to display the start and end calendars side-by-side */
.unlimiteddaterangepicker.show-calendar {
    width: 730px;
}

.filter-container {
    clear: both;
    position: inherit;
    z-index: 1000;
    background: #F0F0F0;
    width: 100%;
    padding: 10px;
    padding-left: 10px;
    border-bottom: solid 1px lightgray;
    white-space: nowrap;
}

.breadcrumb-container {
    padding: 0px;
    clear: left;
}

.xbreadcrumbs {
    font-size: 15px;
    clear: both;
    position: relative;
    z-index: 1000;
    background: #F0F0F0;
    width: 100%;
}

    .xbreadcrumbs, .xbreadcrumbs LI, .xbreadcrumbs UL, .xbreadcrumbs UL LI {
        border-top: solid 1px lightgray;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .xbreadcrumbs, .xbreadcrumbs LI {
            float: left;
        }

            .xbreadcrumbs LI {
                padding: 10px;
                border-right: 1px solid #CECECE;
                border-top: 0px;
            }

                .xbreadcrumbs LI A {
                    text-decoration: none;
                    font-size: 15px;
                }

            .xbreadcrumbs li {
                border-right: none;
                background: url("./images/separator.gif") no-repeat right center;
                padding-right: 15px;
                padding-left: 10px;
            }

/* Batch filter modal classes */
.modal-close {
    float: right;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    padding: 0 3px;
    margin-top: -20px;
}

    .modal-close.large {
        font-size: 30px;
    }

    .modal-close.small {
        font-size: 18px;
    }

    .modal-close:before {
        content: "x";
        padding-right: 10px;
    }

/* ---------------------------
    Overrides of bootstrap.css 
    -------------------------- */

.filter-modal.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .filter-modal.modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .5s ease-out;
        -o-transition: -o-transform .5s ease-out;
        transition: transform .5s ease-out;
        -webkit-transform: translate(25%, 0);
        -ms-transform: translate(25%, 0);
        -o-transform: translate(25%, 0);
        transform: translate(25%, 0);
    }

    .filter-modal.modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .filter-modal.modal {
    overflow-x: auto;
    overflow-y: hidden;
}

.filter-modal .modal-dialog {
    position: relative;
    width: auto;
    min-width: 385px;
    margin: 0;
    float: right;
    height: 100%;
}

.filter-modal .modal-content {
    position: relative;
    height: 100%;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.filter-modal .modal-footer {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

    .filter-modal .modal-footer .error-message {
        color: #ff0000;
        text-align: left;
        padding-top: 10px;
    }

/*----------------------------------------------------------------------------*/

/* Approval modal classes */
.approval-modal .modal-title {
    text-align: center;
}

.approval-modal .modal-content {
    width: 600px;
    padding-left: 12px;
}

.approval-modal .modal-close.large {
    font-size: 30px;
}

.approval-modal .modal-close:before {
    content: "x";
}

.approval-modal.modal {
    top: 115px;
}

.approval-modal .consent-disclaimer {
    font-size: 17px;
}

.approval-modal .modal-footer {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

    .approval-modal .modal-footer .error-message {
        color: #ff0000;
        text-align: left;
        padding-top: 10px;
    }

/*----------------------------------------------------------------------------*/

/* comment modal classes */
.comments-modal .modal-title {
    text-align: center;
}

.comments-modal .modal-content {
    width: 325px;
    padding-left: 7px;
}

.comments-modal.modal {
    top: 115px;
}

.comments-modal .modal-header {
    padding: 40px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    border-bottom: 0px;
}

.comments-modal .modal-body {
    padding-top: 35px;
    padding-right: 4px;
    padding-left: 19px;
    padding-bottom: 1px;
}

.comments-modal .modal-footer {
    padding-left: 11px;
    padding-bottom: 18px;
    text-align: center;
    border-top: 0px;
}

.comments-modal textarea {
    width: 270px;
    height: 100px;
    vertical-align: middle;
    resize: none;
}

.nav-top .dropdown {
    position: relative;
    display: inline;
}

.dropdown .dropdown-menu {
    z-index: 9999;
    width: 222px;
}

.dropdown-menu.profile {
    padding: 15px;
    min-width: 350px;
}

    .dropdown-menu.profile .profile-section {
        margin-bottom: 15px;
    }

.dropdown-menu.userprofile {
    padding: 15px;
    min-width: 280px;
}

    .dropdown-menu.userprofile .profile-section {
        margin-bottom: 15px;
    }
/* -------------------------------
    End of bootstrap.css overrides
    ------------------------------ */

.approval-btn-container {
    margin-top: 5px;
}

    .approval-btn-container .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: none;
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

.approval-btn {
    margin-left: 10px;
    background-color: #efe9e9;
}

.approval-dropdown-btn {
    margin-left: 5px;
    width: 200px;
    height: 35px;
    text-align: left;
}

.approvaltype-dropdown-btn {
    display: inline-block !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border-radius: 4px !important;
    border: 1px solid #C0C0C0;
}

.action-row {
    margin-top: 20px;
    margin-left: 10px;
}

.loading-indicator-mask {
    background-color: #cecece;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 10000;
    opacity: 0.4;
}

.loading-indicator {
    background-color: #cecece;
    background: url("./images/spinner.gif") no-repeat center;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 10001;
}

    .loading-indicator img {
        width: 100%;
        height: 100%;
    }

.ack-send-label {
    display: inline;
    margin-left: 5px;
}


/* Patient detail classes */

.patient-detail .header, .footer {
    padding: 20px 0;
    width: 920px;
    min-height: 150px;
}

.patient-detail .content {
    height: 600px;
    width: 920px;
    border: solid 1px #C0C0C0;
    overflow: scroll;
}

.patient-detail .contentText {
    height: 200px;
    width: 920px;
    border: solid 1px #C0C0C0;
    overflow: scroll;
    padding: 20px 0;
}

.patient-detail .action-container {
    display: inline-block;
    float: right;
}

.patient-detail .navigation-container {
    display: inline-block;
    clear: right;
    float: right;
    margin-left: 40px;
}

    .patient-detail .navigation-container button {
        margin-right: 5px;
    }

.patient-detail .record-indicator {
    float: right;
    padding-bottom: 10px;
    margin-right: 5px;
    color: #565353;
    font-size: 12px;
    font-weight: bold;
}

.patient-detail .navigation-link {
    padding-top: 10px;
    margin-right: 5px;
    clear: right;
    float: right;
}

.patient-detail .document-port {
    padding: 5px;
}

.patient-detail .row {
    padding-left: 24px;
    padding-bottom: 15px;
}

.patient-detail .pdLabel {
    display: inline;
    padding-right: 5px
}

.patient-detail .pdValue {
    display: inline;
    padding-right: 20px;
    font-weight: bold;
}

.placeholder-default-text {
    color: #999999;
}

.search-input {
    padding: 8px 12px;
    border: 1px solid #C0C0C0;
    border-radius: 4px;
}

    .search-input.small {
        width: 50px;
        font-size: 100%;
    }

    .search-input.medium {
        width: 80px;
    }

    .search-input.large {
        width: 230px;
    }

.field-divider {
    padding: 0 5px;
    font-size: 130%;
}

.input-hint-text {
    font-size: 75%;
    color: #565353;
}

    .input-hint-text.lower {
        padding-top: 3px;
    }

.warning-text {
    color: dimgray;
    font-weight: normal;
    font-size: 18px;
}

.version-text {
    color: dimgray;
    font-weight: lighter;
    font-size: 11px;
}

.report-name {
    color: dimgray;
    font-weight: normal;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

#divNoResultsMessage {
    position: relative;
    top: -330px;
    left: 40px;
    z-index: 1;
}

.input-file-hidden {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .input-file-hidden + label {
        font-weight: normal;
        color: #fff;
        border: solid 1px #2e6da4;
        border-radius: 4px;
        padding: 6px;
        display: inline-block;
        cursor: pointer;
        background-color: #337ab7;
    }

        .input-file-hidden:focus + label,
        .input-file-hidden + label:hover {
            background-color: #286090;
            border-color: #204d74;
        }

.inline {
    display: inline-block;
    padding-right: 10px;
}

    .inline.wide {
        padding-right: 40px;
    }

.error-message {
    color: #ff0000;
}

.modal-footer.justified {
    padding: 13px;
    text-align: inherit;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer.justified .error-message {
        color: #ff0000;
        float: left;
        padding-top: 10px;
    }



    .modal-footer.justified .error-messagedialogue {
        color: #ff0000;
        float: left;
        padding-top: 10px;
        padding-right: 123px;
    }

    .modal-footer.justified .buttons {
        float: right;
        padding-top: 10px;
    }

.btncancel {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid darkgray;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.timeoutSaveMessageClass {
    margin-left: 40px;
    color: green;
}

.marginLeft5px {
    margin-left: 5px;
}

.marginLeft15px {
    margin-left: 15px;
}

.marginLeft20px {
    margin-left: 20px;
}

.marginLeft25px {
    margin-left: 25px;
}

.marginLeft30px {
    margin-left: 30px;
}

.marginLeft40px {
    margin-left: 40px;
}

.consent-agreement-modal-header {
    padding: 5px;
    text-align: center;
    border-bottom: 0px;
}

.consent-agreement-modal-title {
    text-align: center;
    margin-top: -47px;
}


.modal-header-consentAgreement {
    border: 0;
    padding: 0;
    position: relative;
}

    .modal-header-consentAgreement .close {
        margin: 0;
        position: absolute;
        right: 2px;
        width: 23px;
        color: #333;
        font-size: 26px;
        opacity: 1;
        z-index: 10;
        outline: none
    }

.modal-footer-consentAgreement {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer-consentAgreement .btn-primary {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
        font-size: 15px;
        border-radius: 4px;
        padding-top: 2px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

        .modal-footer-consentAgreement .btn-primary:hover {
            background-image: none;
            background-color: #337ab7;
        }


.modal-body-consentAgreement {
    position: relative;
    padding: 15px;
    font-size: 12.5px;
    color: black;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    max-width: fit-content;
}

    .modal-body-consentAgreement p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .modal-body-consentAgreement ul {
        list-style-type: none;
        width: 500px;
    }

        .modal-body-consentAgreement ul li {
            display: list-item;
            padding-right: 30px;
            list-style: disc;
        }


.modal-custom {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 30px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content */
.modal-contentcustom {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #333;
    width: 600px;
    border-radius: 8px;
    /*color: black;*/
    overflow: hidden;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}


.modal-titlefiledialogue {
    margin-bottom: 0;
    line-height: 1.5;
    padding-left: 150px;
}

.modal-headerfiledialogue {
    display: -ms-flexbox;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

    .modal-headerfiledialogue .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.font12px{
    font-size: 12px;
}
.legend {
    line-height: 0;
    width: fit-content;
    border: groove;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left:5px;
    margin-right:10px;
    margin-top:5px;
    display: none;
    position:absolute;
    right:0;
}

    .legend p {
        display: inline-block;
        vertical-align: middle;
        margin-top: 8px;
    }
.selectboxfilter {
    width: 120px;
    height: 20px;
    display: inline-block !important;
    font-size: 12px !important;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border-radius: 4px !important;
    border: 1px solid #C0C0C0;
}

.pdf {
    over-flow: scroll;
    width: 540px;
}

.pdf-viewer {
    width: auto;
    display: block;
    margin: 0 auto;
    border: 1px solid darkgrey;
    height: 800px;
    overflow-y: scroll;
}

canvas {
    width: 100%;
}


.marginRight12px{
    margin-right:12px;
}

.colPatientMismatch {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 27%;
}


.btn-canceldatepicker {
    line-height: 1.5;
    padding: 6px 12px !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    border-color: darkgray;
    padding-top: revert;
}

.patientsearch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 0.8rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: 0.25rem;
    font-size: 15px;
    background: #F0F0F0;
}

    .patientsearch th,
    .patientsearch td,
    .patientsearch thead th,
    .patientsearch tbody + tbody {
        padding-left: 0px;
        border-radius: 4px;
        /*background-color: gainsboro;*/
    }