/* art css stuff */

body {
    margin: 0px;
    padding: 0px;
    font: 14px 'Open Sans', sans-serif;
    color: #12438a;
}

a:visited {
    color: #551A8B;
}

td a:link {                                           
    text-decoration: none;
}

td a:hover {
    text-decoration: underline;
}

html, body {
    height: 100%;
}

#wrap {
    min-height: 100%;
}

#wrap2 {
    padding-bottom: 59px;
    background: #f1f4f7; /*#EFF2F4;*/
}
/* must be same height as the footer */ /* ------ */

.maincontent {
    text-align: left;
    color: #12438a;
}

.ContentTitle {
    font-size: 16pt;
    font-weight: 600;
    color: #81858f;
    display: block;
}

.ddStyle {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #12438a;
}
.ddStyle label{
    margin-left:5px;
}

.ddStyle label {
    margin-left: 5px;
}

.artPageCat {
    height: 80%;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    float: left;
    width: 25%;
    display: table; /*to vertically center the text*/
    margin-top: 37px;
    line-height: 29px;
}

    .artPageCat span {
        display: table-cell;
        vertical-align: middle;
        padding: 0px 10px 0 10px;
    }

.chartmain {
    margin-top: 24px;
    margin-bottom: 28px;
    border-radius: 8px;
    background: white;
    /*box-shadow: 0px 0px 7px 3px #e7e7e7;*/
    padding: 0px 13px 10px 13px;
}

.chartShowBttn {
    margin-top: 4px;
    text-align: right;
    padding-right: 25px;
    font-size: 10pt;
}

.divMainTable {
    margin-top: 14px;
    margin-bottom: 20px;
    border-radius: 8px;
    background: white;
    /*box-shadow: 0px 0px 7px 3px #e7e7e7;*/
    padding: 0px 13px 10px 13px;
}

.chartInner {
    padding: 0px 0px 0px 0px;
}

.DataTableTitle {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0px 7px 0px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    color: #585858;
    margin-bottom: 29px;
    display: flex;
    flex-flow: row nowrap;
}

.DataTableTitleLeft {
    flex: 1;
}

.DataTableTitleRight {
    flex: 1;
    text-align: right;
    font-size: 10pt;
    font-weight: 600;
}

    .DataTableTitleRight select, .freezeHeaderTitleRight select {
        height: 26px;
        vertical-align: middle;
    }

.WithExport {
    padding: 7px 0px 3px 0px;
}

/*.ExcelExportBtn {   */
/*height:29px;*/
/*vertical-align: middle;
}*/

/*.artDataTable {
    border-collapse: collapse;
    border-radius: 7px;
    font-size: 9pt;
    font-weight: 400;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 19px;
}

    .artDataTable thead td {
        background-color: white;
        padding: 6px 9px 6px 9px;
        color: white;
        font-weight: 600;
    }

    .artDataTable thead th {
        font-weight: 600;
        background-color: white;
        text-align: center;
        vertical-align: bottom;
        color: black;
        padding: 2px 4px 2px 4px;
    }

        .artDataTable thead th a, .artDataTable thead th a:hover {
            color: black;
        }

    .artDataTable tbody td, .artDataTable tfoot td {
        padding: 6px 4px 6px 4px;
        color: #686868;
    }

    .artDataTable td:first-child {
        text-align: left;
    }

    .artDataTable td:last-child {
        border-right: 0px;
    }

    .artDataTable tbody tr:nth-child(odd), .artDataTable tfoot tr:nth-child(odd) {
        background-color: #Eff4FF;
        text-align: center;
    }


    .artDataTable tfoot td {
        font-weight: 600;
        color: darkblue;
        background-color: white;
    }

    .artDataTable a {
        text-decoration: underline;
    }


.artDataTableCP {
    border-collapse: collapse;
    border-radius: 7px;
    font-size: 9pt;
    font-weight: 400;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 19px;
}

    .artDataTableCP thead td {
        background-color: white;
        padding: 6px 9px 6px 9px;
        color: white;
        font-weight: 600;
    }

    .artDataTableCP thead th {
        font-weight: 600;
        background-color: white;
        text-align: center;
        vertical-align: bottom;
        color: black;
        padding: 2px 4px 2px 4px;
    }

        .artDataTableCP thead th a, .artDataTable thead th a:hover {
            color: black;
        }

    .artDataTableCP tbody td, .artDataTable tfoot td {
        border-right: solid 2px white;
        padding: 4px 4px 0px 4px;
        color: #686868;
        text-align: center;
    }

    .artDataTableCP td:first-child {
        text-align: left;
    }

    .artDataTableCP td:last-child {
        border-right: 0px;
    }



    .artDataTableCP tfoot td {
        font-weight: 600;
        color: darkblue;
        background-color: white;
    }

    .artDataTableCP a {
        text-decoration: underline;
    }*/

#ContentTop {
    background-color: #70C5D4;
    height: 182px;
    background-image: url("../Images/theme1/Artemetrx_Header.png");
    background-repeat: no-repeat;
    background-position: center;
}

#ContentTopInner {
    max-width: 1245px;
    margin: 0 auto;
    padding: 0 7px 0 7px;
    height: 100%;
}


.artOptions {
    height: 100%;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    width: 50%;
    float: right;
    text-align: right;
    display: table; /*to vertically center the text*/
    line-height: 40px;
}

    .artOptions > span {
        display: table-cell;
        vertical-align: middle;
        padding: 0 20px 0 0;
    }

.artbtn {
    border-radius: 6px;
    color: #ffffff;
    font: 10pt 'Open Sans', sans-serif;
    background: #2E8AE2;
    padding: 3px 20px 3px 20px;
    border: solid #2E8AE2 1px;
    text-decoration: none;
    cursor: pointer;
}


    .artbtn:hover {
        color: #ffffff;
        background: #62a8ea;
        text-decoration: none;
        border: solid #62a8ea 1px;
    }

.artbtndisabled {
    border-radius: 6px;
    color: #ffffff;
    font: 10pt 'Open Sans', sans-serif;
    background: #888888;
    padding: 3px 20px 3px 20px;
    text-decoration: none;
    cursor: default;
}
.artpill {
    border-radius: 15px;
    color: #ffffff;
    font: 10pt 'Open Sans', sans-serif;
    background: #007bff;
    padding: 3px 20px 3px 20px;
    border: none;
    text-decoration: none;
    cursor: pointer;
}


    .artpill:hover {
        color: #ffffff;
        background: #62a8ea;
        text-decoration: none;
        border: solid #62a8ea 1px;
    }

.artpilldisabled {
    border-radius: 15px;
    color: #007bff;
    font: 10pt 'Open Sans', sans-serif;
    background: #B7BECD;
    padding: 3px 20px 3px 20px;
    text-decoration: none;
    cursor: default;
    border:none;
}
.artpilldisabledExReport {
    border-radius: 15px;
    color: #007bff;
    font: 10pt 'Open Sans', sans-serif;    
    padding: 3px 20px 3px 20px;
    text-decoration: none;
    cursor: default;
    border: none;
}
#footermain {
    /*background-color: white;*/
    position: relative;
    margin-top: -59px; /* negative value of footer height */
    height: 59px;
    clear: both;
}

#footerinner {
    margin: 0 auto;
    padding: 15px 7px 0px 7px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    color: #bdbecc;
    font-weight: 600;
}

#ContentInner {
    margin: 0 auto;
    text-align: center;
}

.Contentbold {
    text-transform: none;
    font: bold 11pt Verdana, Tahoma, Arial;
    color: black;
    text-decoration: none;
}

.txtwatermark {
    background-image: url('../Images/arrowdown.gif');
    background-repeat: no-repeat;
    background-position: right;
    vertical-align: middle;
    background-color: white;
    border: 1px solid #ccc;
    border-bottom: hidden;
    margin-left: 0px;
    margin-right: 18px;
    width: 328px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 22px;
    line-height: 22px;
    box-shadow: 1px 1px 1px #888888;
    height: 27px;
    font-family: 12pt,'Open Sans',sans-serif;
    font-size: 16px;
    color: #12438a;
}

.tvwatermark {
    background-repeat: no-repeat;
    background-position: right;
    vertical-align: middle;
    background-color: white;
    border: 1px solid #ccc;
    width: 232px;
    margin-left: 0px;
    margin-right: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 22px;
    box-shadow: 1px 1px 1px #888888;
    font-family: 12pt,'Open Sans',sans-serif;
    font-size: 16px;
    color: #12438a;
}

.textareamark {
    background-repeat: no-repeat;
    background-position: right;
    vertical-align: middle;
    background-color: whitesmoke;
    border: 1px solid #ccc;
    width: 100%;
    height: 300%;
    margin-left: 0px;
    margin-right: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 22px;
    box-shadow: 1px 1px 1px #888888;
    font-family: 12pt,'Open Sans',sans-serif;
    font-size: 16px;
    color: #12438a;
}

.imgrecommendation {
    text-align: right !important;
}

#add:hover {
    background-color: white;
}

.modal {
    z-index: 1000;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-input {
    padding: 0.5em;
    font-size: 16px;
    color: #12438a;
}

.autoComplete_Wrapper_Width {
    width: 23em;
    margin-right: -21px;
}

a.ui-button.ui-widget {
    background-color: white;
    background-image: url("/Images/downarrow1.png");
    max-width: 1em;
    top: -2px;
}

.ui-autocomplete-loading {
    background: white url("/Images/ui-anim_basic_16x16.gif") right center no-repeat;
}

#ctl00_MainContent_ibtnExcel {
    cursor: pointer;
}

.ui-button:hover {
    background: white;
}

.ui-widget-content.ui-menu {
    background-color: white;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    color: #12438a;
}
/*Adding scroll bar in autocomplete comboboxes*/

.ui-autocomplete.ui-front {
    max-width: 380px;
    max-height: 340px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index: 1000 !important;
}

.textClass {
    width: 23em;
    height: 1.3em;
    padding-right: 4px;
}

.backNewBlue1 {
    background-color: #f58026;
}

#ContentTop1 {
    height: 182px;
    background-image: url("../Images/theme2/Artemetrx_Logo_Orange.png");
    background-repeat: no-repeat;
    background-position: center;
}

.wrapCls {
    background-image: url('../Images/theme1/ArtOneLoginBlue.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.wrapCls1 {
    background-image: url('../Images/theme2/LoginLandingPage.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.reportInfoLabels {
    font: bold;
    font-size: 13px;
    text-align: center;
}

.dashboardTile {
    height: 500px;
    width: 600px;
    /*box-shadow: 5px 5px 10px #d3d3d3,2px 2px 10px #d3d3d3;*/
    border-radius: 10px;
    background: #F4F7F9;
    text-align: center;
}

    .dashboardTile table {
        width: inherit;
    }

.dashboardContent {
    padding: 0px 12px 0px 12px;
    height: 385px;
}

.reportTitle {
    font-family: 'Open Sans';
    font-size: 13pt;
    font-weight: 600;
    color: #808080;
    padding: 12px 12px 6px 12px;
    height: 22px;
}

.iconCss {
    padding: 14px 0px 0px 0px;
}

.filterDisplay {
    padding: 5px 12px 5px 12px;
    text-align: left;
    color: #707070;
    height: 25px;
    vertical-align: bottom;
}

.tileHorizontalBar {
    height: 0px;
    border-bottom: solid 2px darkgray;
}
/* The Modal (background) */

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding: 15px 19px 10px 15px;
    transform: translateX(-50%) translateY(calc(-50% ));
    left: 50%;
    top: 50%;
    width: 450px; /* Full width */
    height: 301px; /* Full height */ /*overflow: hidden;*/ /* Enable scroll if needed */
    background-color: #fefefe;
    /*border: 1px solid #888;*/
    box-shadow: 5px 5px 10px #d3d3d3,2px 2px 10px #000000;
    border-radius: 10px;
    text-align: center;
    vertical-align: central;
}
/* Modal Content */

.modal-content {
    background-color: #fefefe;
    /*border: 3px solid #70C5D9;
    border-radius: 10px;*/
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 96%;
}

.diagHeading {
    font-weight: 600;
    font-size: 12pt;
    color: #c2c2c2;
    text-align: left;
}


.diagLabel {
    /*color: #000 !important;*/
    /*font-weight: 700;
    color: #81858f;
    font:13.3333px  "Open Sans",sans-serif;*/
}

/* The Close Button */

.close {
    color: #808080;
    float: right;
    padding-right: 5px;
    margin-top: -2px;
    font-size: 24px;
    font-weight: bold;
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.btnModalFont {
    color: #FFFFFF;
    font: 'Open Sans';
    font-size: 13pt;
}

.reportSelectorTitle {
    color: #365C64;
    font: 'Open Sans';
    font-size: 25pt;
}

.modalDropDown {
    font: 'Open Sans';
    color: #808080;
    font-size: 13pt;
    height: 30px;
}

.btnReportSelector, .btnReportSelector:hover {
    border: 2px solid #888;
    text-align: center;
    vertical-align: central;
    background-color: #FFFFFF;
}

/*.artDataTableTile tbody tr:nth-child(even) {
    background-color: #ccc;
}*/

.tableHeader {
    height: 31px;
}

.noDataFound {
    font-weight: bold;
    color: #c562b7;
    font-size: x-large;
}
/* end of art css stuff */



div#left {
    order: 1;
    flex: 5;
    overflow: visible;
    clear: both;
}

div#right {
    flex: 1;
    order: 2;
    min-height: 600px;
    /*width:335px;*/
    background: white;
    font-size: 12px;
    color: dimgrey;
    border-radius: 7px;
    margin-top: 3px;
    margin-bottom: 32px;
}

div#showright {
    position: absolute;
    right: 0px;
    top: 90px;
    width: 25px;
    background: white;
    font-size: 10pt;
    color: dimgrey;
}

div#content {
    padding: 13px 16px 13px 16px;
}

div#topleft {
    order: 1;
    flex: 5;
    height: 90px;
    padding: 20px 0px 0px 16px;
    /*overflow: hidden;   */
    /*border-bottom: 1px solid #E4E7F0;*/
    background: white;
}

div#topright {
    flex: 1;
    order: 2;
    min-width: 267px;
}

div#containertop {
    background: white;
    display: flex;
    flex-flow: row nowrap;
}

div#containermain {
    background: #f1f4f7;
    display: flex;
    flex-flow: row nowrap;
}

.sidebar-hr {
    height: 1px;
    color: #f1f2f5;
    margin: 16px 0px 16px 0px;
}

.sidebar-hr-main {
    height: 1px;
    color: #f1f2f5;
    margin: 16px 0px 16px 0px;
}

.sidebar-section {
    font-weight: 600;
    color: #B8BECC;
    margin-bottom: 13px;
    display: block;
    clear: both;
}
.sidebar-section-span {
    font-weight: 600;
    color: #B8BECC;
    margin-bottom: 13px;
    margin-right: 8px;
    width: 120px;
}
.sidebar-item {
    display: inline-block;
    float: left;
    text-align: left;
    width: 170px;
    vertical-align: middle;
}

.sidebar-input {
    display: inline-block;
    margin-left: 20px;
    margin-top: 2px;
}

.filter_fontsize {
    font-size: 11pt;
    font-weight: 600;
}

.freezeHeaderTitle {
    border-bottom: 1px solid #ddd;
}

.freezeHeaderTitleLeft {
    text-align: left !important;
    font-weight: 600 !important;
    font-size: 11pt !important;
    color: #585858 !important;
    padding: 13px 0px 10px 0px !important;
}

.freezeHeaderRow2 {
    padding: 10px 0px 10px 0px !important;
}

.freezeHeaderTitleRight {
    text-align: right !important;
    color: #585858 !important;
    font-size: 10pt !important;
    font-weight: 600 !important;
    padding: 0px;
    height: 35px;
    width: 140px;
}

.footerLabels {
    font-size: 9pt;
    color: #777;
    padding: 15px 0px 10px 0px;
}

.record_exceed {
    color: gray;
    font-size: large;
    background: white;
    padding: 5px;
    border-radius: 8px;
}

    .record_exceed a {
        color: blue;
        font-size: large;
        background: white;
    }

select {
    border-radius: 5px;
    padding: 1px 17px 1px 5px;
    background: url('/Images/downarrowdate.png') no-repeat scroll right center;
    background-color: white !important;
    -webkit-appearance: none;
    /* min-width: 90px;*/
    border-color: silver !important;
}

.nounderlinetab {
    border-bottom: 4px solid white;
    cursor: pointer;
}

.underlinetab {
    border-bottom: 4px solid #37c2cf;
    cursor: pointer;
}

.tabSlider {
    clear: left;
    margin-top: 22px;
    padding: 4px;
    display: inline-block;
    background-color: white;
    cursor: pointer;
    border-radius: 10px;
}

.tabStyle {
    position: relative;
    color: #B7BECD;
    font-size: 10pt;
    font-weight: 600;
    padding: 6px 15px 6px 15px;
    display: inline-block;
    margin-right: 8px;
}

    .tabStyle:hover {
        text-decoration: none;
        color: white;
        border-radius: 13px;
        background-color: #B7BECD;
    }

    .tabStyle:last-of-type {
        margin-right: 0px;
    }

/*.tabActive {
    border-radius: 13px;
    background-color: #2E8AE2 !important;
    color: white;
}

    .tabActive:hover {
        color: white !important;
        background-color: #2E8AE2 !important;
    }*/

.noteHeader {
    box-shadow: 2px 2px 5px #d3d3d3,2px 2px 5px #d3d3d3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #F4F7F9;
    margin: 5px 8px 8px 8px;
    height: 29px;
    padding-top: 5px;
}

.noteBody {
    /*box-shadow: 2px 2px 5px #d3d3d3,2px 2px 5px #d3d3d3;*/
    /*border-radius: 6px;*/
    background: #F4F7F9;
    margin: 8px;
    margin-bottom: 23px;
}

.noteContent {
    padding: 0px 12px 0px 12px;
    height: 385px;
}

.sidebarFilterControl {
    clear: both;
    margin-top: 19px;
    padding: 0px 5px 0px 12px;
}

.btnUpdate {
    margin: 20px 0px 20px 105px;
}

/*.drugselectCls .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 16px;
    color: #000;
}

.drugselectCls .select2-container--default .select2-selection--single {
    max-height: 28px;
    border-radius: 5px;
    border-color: rgb(130, 130, 130) !important;
}*/

/*.filterIcons {
    margin: 25px 20px 0px 20px;
    height: 25px;
    cursor: pointer;
}*/

/*.widgetTop {
    display: flex;
    justify-content: center;
}

    .widgetTop > div {
        width: 100px;
        text-align: center;
    }*/

/*.WidgetBlue {
    color: #2e8ae2;
}*/

/*.WidgetGreen {
    color: #50cbd3;
}*/
/*.smallWidgetText {
    text-align: left;
    font-size: 17pt;
}*/
.dateInput {
    border-radius: 5px;
    border-width: 1px;
    width: 93px;
    padding: 1px 5px 1px 5px;
    background: url('/Images/downarrowdate.png') no-repeat scroll right center;
    -webkit-appearance: none;
    border-color: silver;
    border-style: solid;
}
.viewMorebtn:visited{
    color: #007bff;
}

/*
    Font change from Card 13140 on Azure
*/

.artemetrxMagenta {
    /*
        #c562b7 OR IS IT THIS ONE?
        color: #FF00FF;
*/
    /* Change the font color of text to magenta */
    color: #c562b7;
    font-weight: bold;
}
/* Fullscreen overlay for PDF Document Viewer */
#therapyModal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.65);
    display: none;
    z-index: 9999;
}

#therapyModal.show {
    display: block;
}

#therapyModal .modal-body {
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
    width: min(1200px, 94vw);
    height: 94vh;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0,0,0,.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

#therapyModal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

#therapyModal .modal-content {
    padding: 0;
    margin: 0;
    overflow: auto;
    height: 100%;
    background: #f8f9fa;
}

#therapyModal .close-btn {
    border: 0;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
    color: #666;
}

.pdf-toolbar {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 8px 12px;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.pdf-toolbar button {
    padding: 4px 8px;
    cursor: pointer;
}

.pdf-stage {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 12px;
}

.pdf-canvas {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.12);
}

a.therapy-link {
    color: #0056b3;
    text-decoration: underline;
    cursor: pointer;
}

a.therapy-link:hover {
    color: #003d80;
}
/* Make the FA exclamation icon grayscale */
.warn-icon {
    color: #6c757d; /* neutral gray */
    filter: grayscale(100%); /* modern browsers */
    -webkit-filter: grayscale(100%);
    opacity: 0.9;
    margin-right: 6px;
    vertical-align: middle;
}

.warn-icon:hover {
    color: #495057; /* slightly darker gray on hover */
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 1;
}
