@CHARSET "ISO-8859-1";

.logoDiv {
    flex: 1 1 auto;
    min-height: 1px;
}
.login-flex-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    flex-wrap: nowrap;
    padding-top: 20px;
}
.login-dna-wrapper {
    flex: 0 0 auto;
    display: flex;
    align-items: stretch;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.3);
}
.login-dna {
    width: auto;
    align-self: stretch;
    display: block;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.3);
    object-fit: cover;
}

#login-panel {
    /*flex: 0 0 413px;*/
    flex: 0 1 auto;
    padding: 37px !important;
    box-sizing: border-box;
    flex-shrink: 0;
    background-color: #f8f9fa;
    border-radius: 0 20px 20px 0 !important;
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.3);
}

#login-panel h1#loginPage {
    margin-bottom: 22px;
}

.font-weight-bold {
    font-weight: var(--font-weight-600, 600);
}

#login-panel .row.remforgot {
    margin-bottom: 18px !important;
}

.mainlogo, .patientSearchInput, .addPatientButton {
    float: left;
}

.beforelgpd {
    padding-top: 5px !important;
}

.afterlgpd {
    padding-top: 6px !important;
}

#searchpatient-typeahead, #search-typeahead {
    -webkit-border-top-right-radius: 4px !important;
    -webkit-border-bottom-right-radius: 4px !important;
    background-image: url("../../images/search-input.png");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 3% 56%;
    box-sizing: border-box;
    padding-left: 30px;
    height: 34px;
    /*line-height: 2.428571 !important;*/
}

/* search drop down position */

#ui-id-1 {
    z-index: 5080 !important;
}

.mainlogo {
    margin-right: 5px;
}

.mainlogo afterlogin{
    width: 30px;
    height: 30px;
    padding-top: 3px;
    margin-right: 5px;
}

.patientSearchInput {
    width: 312px;
}

.patientSearchInput .input-group {
    padding: 0px 0px 0px 0px !important;
    display: block;
}


#patient-pane, #results-pane, #helper-pane {
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.print_ir, .print_ir_sigcas {
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.print_ir_sigcas {
    margin-bottom: 0px;
    background-color: transparent !important;
}

.print_ir_sigcas tr td {
    padding: 5px 0px 0px 0px !important;

}

.print_ir > tr > td {
    padding: 10px 10px 10px 0px !important;

}

.print_ir tr {
    border-bottom: 2px solid #dad6d6 !important;
}

.print_ir_sigcas tr {
    border-bottom: none !important;

}

.print_ir_sigcas tr td {
    border-top: none !important;
}

.icon-legend-table_print tr td {
    padding: 5px;
    text-align: left;
    vertical-align: middle;
}

.icon-legend-table .icon-td {
    padding: 9px 5px !important;
}

.icon-legend-table_print tr td p {
    line-height: 18px;
    margin: 0px !important;
}

#interactionSummary {
    display: none;
}

#edit-profile-page, #patient-list-page, #allPatients-list-page, #edit-patient-page, #dashboard-page,
#alllab-reports-list-page, #import-patient-page,
#change-password-page, #interaction-page #helper-pane, #allInterventionHistory-pane, #manageAllPatients-page,#uploadAllPatients-page {
    display: none;
}

.manageAllPatients, .uploadAllPatients{
    padding: 5px 20px 20px 20px;
	background:#ffffff !important;
}

.manageAllPatients .dataTables_length,.uploadAllPatients .dataTables_length, .interv_history_table .dataTables_length{
    float: left;
}

.manageAllPatients .dataTables_filter,.uploadAllPatients .dataTables_filter, .interv_history_table .dataTables_filter{
    float: right;
    text-align: right;
}

.interv_history_table .dataTables_length{
    margin-left: 10px;
    margin-bottom: 5px;
}

.interv_history_table .dataTables_filter{
    margin-right: 10px;
    margin-bottom: 5px;
}

.filtersectionProto div{
	padding-bottom:20px !important;
}

#interventionPrototype{width:300px; float:left;}
#search-prototype{width:300px !important; float:right;}

#interactionSummary .well {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

}

.form-control {
    border: #cecece 1px solid !important;
}

#output .row {
    margin: 0px !important;
}

#pharmaco_genetic_section .interaction_probability {
    text-align: right !important;
}

#output {
    min-height: unset !important;
}

#two_panel_view, #three_panel_view {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#two_panel_view:hover, #three_panel_view:hover, #two_panel_view:focus, #three_panel_view:focus, #two_panel_view:active, #three_panel_view:active {
    background-color: #0773a3 !important;
}

.navbar-nav li a:hover, .navbar-nav li a:focus {
    color: #0773a3 !important;
}



.navbar-fixed-top {
    border-width: 0 0 0px !important;
}

/* ----------------------------- PATIENT SEARCH - LEFT PANEL  START ----------------------------- */

.patient_pane_heading {
    height: 25px;
    margin-left: 5px;
}

.interactionprotocss{
	padding: 1px 8px 4px 6px !important;	
}


.impact-info, .affected-drug-info, .pkinetic-info, .pdynamic-info, .causative-agent-info {
    font-weight: bold;
}

.contraindicated_print {
    background: url(../../images/contra-lg.png) no-repeat;
    width: 24px;
    height: 24px;
    margin: auto;

}


.red-pill_print {
    background: url('../../images/red-hand-lg.png') no-repeat;
    width: 24px;
    height: 24px;
    margin: auto;

}

.orange-pill_print {
    background: url('../../images/orange-warning-lg.png') no-repeat;
    width: 24px;
    height: 24px;
    margin: auto;

}

.yellow-pill_print {
    background: url('../../images/yellow-warning-lg.png') no-repeat;
    width: 24px;
    height: 24px;
    margin: auto;

}

.green-pill_print {
    background: url('../../images/green-check-lg.png') no-repeat;
    width: 24px;
    height: 24px;
    margin: auto;

}

.clinical_bullets_print {
    margin-top: 0px !important;
    margin-left: 23px !important;
    padding-left: 0px !important;

}

.patient_details_heading {
    padding: 5px 10px 4px 14px;
    background: #005175;
    display: flex;
    align-items: center;
    gap: 12px;
}


.patient_details_heading h1{
    color: #ffffff;
    padding-top: 2px;
    width: 109.579px;
    white-space: nowrap;
    font-family: "Segoe UI", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: var(--font-size-16, 16px);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--font-size-25, 25px);

}

.add_patient, .import_ehr_user {
    float: left;
    padding-right: 5px;
}

.patient_detail{
    float: left;
    vertical-align: bottom;
    width: 24px;
    height: 24px;
}

.add_patient_button{
    float: left;
    width: 34px;
    height: 34px;
}

#mmc-notice-banner .alert{
    padding: 2px !important;
      background-color: #ffe5b4;
    color: #6b4e14;
}

#drugListSearch {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
}

#search-alert {
    padding: 0px 18px !important;
}

.counter {
    font-weight: bold;
}

.comments_labreports h4 {
    margin-bottom: 0px;
    font-weight: bold;
    margin-top: 20px;
}

.comments_labreports a, #interventionHistoryLink a {
    color: #000;
}

.comments_labreports a:hover, #interventionHistoryLink a:hover {
    color: #0773a3;;
}

.comments_labreports img, #interventionHistoryLink img {
    vertical-align: top;
}

#ptDetails_commentAndInterventLinks {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 0px 0px 7px 0px;
    margin: 0px !important;
}

#ptDetails_commentAndInterventLinks div a:focus {
    text-decoration: none !important;
}


#allInterventionHistory-pane {
    background: none !important;
    margin-bottom: 0px !important;
}

.noCursor {
    cursor: default !important;
}

#intervention_hisotry_contents {
    padding-top: 15px !important;

}

#interventionAllhistory_table thead th {
    padding: 8px 10px !important;
}

.interv_history_table .dataTables_info {
    padding-left: 1.5em !important;
}

.interv_history_table .dataTables_paginate {
    margin: 0px auto !important; 
}

.dataTables_wrapper .dataTables_paginate a.paginate_button{
    display: unset !important;
}

.dataTables_wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.add-comment-container{
    display: flex;
    padding: 0px 10px 10px 10px;
    flex-direction: column;
    align-self: stretch;
    border-radius: 2px;
    border: var(--sds-size-stroke-border) solid var(--sds-color-border-default-default);
    background: #E9EBEC;
}

#add_button_comment {
    display: flex;
    height: 45px;
    padding: 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--sds-size-space-200);
    border-radius: 2px;
    border: var(--sds-size-stroke-border) solid var(--sds-color-border-default-default);
    background: #E9EBEC;
}

#add_button_comment:hover {
    cursor: pointer;
}

/* #add_button_comment div {
    float: right !important;
    margin-bottom: 5px !important;
} */


#write_comment_section p {
    display: inline-block;
}

#labreports-output {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #ffffff;
}

#labresults-table{
    width: -webkit-fill-available;
}

#labresults-table tbody tr:hover td{
    background-color: #EDEDED !important;
    cursor: pointer;
}

.needReview{
    font-weight: bold !important;
}

.sc_button {
    float: right;
}

.sc_button p {
    float: left;
    margin: 5px !important;
}

.note_title_sec {
    height: 30px;
}

.note_title_sec_left, .note_title_sec_right {
    float: left;
    width: 50%;
}

.notes_trash_icon {
    text-align: right;
    padding-left: 20px;
}

.lists-careticon {
    position: absolute;
    margin-top: 8px;
    right: 31px;
    width: 8px;
}
.druglist-labels, .gene-list-labels .age-considerations-list-labels {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.section-separator {
    border-top: 1px #e3e3e3 solid;
    margin-top: 0px;
    margin-bottom: 10px;
}
.no-underline, .no-underline:hover, .no-underline:focus, .no-underline:active {
    text-decoration: none;
    color: inherit;
}
.notes_trash_icon img {
    width: 20px;
}

.notes_trash_icon img:hover {
    cursor: pointer;
    content: url("../../images/note_trash_icon_hover.png"); 
    width: 27px;
}

.comments_notes_hd {
    display: flex;
    height: 25px;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5px;
    color: #005175;
    font-size: var(--line-height-15, 15px);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--font-size-25, 25px);
}
.comments_notes {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    position:relative;
    background-color: #E9EBEC;
    border: 1px solid #E9EBEC;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.comments_notes p {
    margin: 0px !important;
}

.drugsListContainer{
    display: flex !important;
    align-items: center;
    gap: 4px;
}

.drugsListContainer.hide {
  display: none !important;
}

.drug_phenotype_list h5 {
    margin: 12px 0px 9px 0px !important;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none; 
}

.genetic_phenotype_header {
    padding-left: 20px;
    padding-top: 10px;
}

.drug_phenotype_list {
    padding: 0px 14.5px;
}

#show-manual-instructions{
    margin-bottom: 0px;
}

.required-field b, .required-field p{
    font-size: 11px !important;
    font-style: italic !important;
    margin: 0px !important
}

#patient-content a {
    color: #ffffff;
}

#edit-patient-form {
    display: flex;
    padding: 48px 24px;
    flex-direction: column;
    gap: 18px;
}

#add-patient-form{
    display: flex;
    padding: 48px 24px 0px 24px;
    flex-direction: column;
    gap: 18px;
}

#add-patient-form .error, #edit-patient-form .error {
    display: block; 
    width: 100%; 
    margin-top: 4px; 
    margin-bottom: 0px;
    color: #E33 !important; 
    text-align: right; 
    font-family: "Segoe UI", Arial, "Helvetica Neue", Helvetica, sans-serif; 
    font-size: var(--font-size-14, 14px); 
    font-weight: var(--font-weight-400, 400) !important;
}

#add-patient-form .has-error .control-label, #edit-patient-form .has-error .control-label {
    color: #E33 !important;
}

#form-add-patient-body, #form-edit-patient-body{
    display: flex;
    flex-direction: column;
}

.buttons-container .cancel  {
    border-radius: 4px;
    border: 1px solid #D7D7D7 !important;
}

.submit:hover .button-icon, .submit:focus .button-icon{
    content: url("../../images/save-icon-hover.png"); 
}

.refresh:hover .button-icon, .refresh:focus .button-icon{
    content: url("../../images/refresh-icon-white.png"); 
}

.confirm-delete-icon:hover .button-icon, .confirm-delete-icon:focus .button-icon{
    content: url("../../images/note_trash_icon_white.png");
}

.upload:hover .button-icon, .upload:focus .button-icon{
    content: url("../../images/upload-icon-white.png"); 
}

.input-group {
    width: 100%;
    padding: 20px 15px;
}

.drgadjpad {
    padding: 0px 15px !important;
}

.drgadjpad input {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    -moz-border-top-right-radius: 4px !important;
    -moz-border-bottom-right-radius: 4px !important;
    -webkit-border-top-right-radius: 4px !important;
    -webkit-border-bottom-right-radius: 4px !important;
}

#gene-list {
    margin-bottom: 14px;
}

.saverefreshbtn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
    margin: 14px 15px 17px 0px;
}

#drug-list, #gene-list, #age-considerations-list {
    padding-right: 4px;
    margin-bottom: 16px;
}

.plaintext:hover {
    color: #0773a3;
}

#drug-list div:hover, #gene-list div:hover,  #age-considerations-list div:hover{
    background: #e9ebec;
    color: #0773a3;
    cursor: pointer;
}

#drug-list div input, #gene-list div input, #age-considerations-list div input{
    vertical-align: bottom !important;
    height: 19px !important;
    width: 18px !important;
    flex-shrink: 0;
}

.interv_history_row .radio, .interv_history_row  .checkbox {
    margin-bottom: 0px !important;
    margin-top:0px !important;
}


#drug-list a img, #gene-list a img, #age-considerations-list a img{
    vertical-align: text-bottom !important;
    width: 17px;
    height: 17px;
}

/* ----------------------------- PATIENT SEARCH - LEFT PANEL END ----------------------------- */

/* ----------------------------- COMMENTS AND LAB REPORTS CSS START  -----------------------------*/

.modal-dialog .modal-content{
    border-radius: 8px !important;
    border: 0px !important;
}

.notes-container{
    clear: both;
    padding: 15px 20px 10px 20px;
}

#comments-modal .modal-body{
    padding:0;
}

#comments-modal .modal-dialog{
    min-width: 1200px;
    margin-top: 68px;
}

.comment_hd_container {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-bottom: 1px solid var(--sds-color-border-default-default);
    background: #FFF;
    border-bottom: 1px solid #D9D9D9;
}

#patient-notes-history{
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow-y: scroll;
    padding: 24px 24px 2px 24px;
    max-height: 546px;
    scrollbar-width: thin;
    scrollbar-color: #0773A3 #f0f0f0;
}

.note_section{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#deleteNoteConfirm{
    display: flex !important;
    width: 605px;
    height: 61px;
    padding: 12px 13px 12px 18px;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    margin-top: -7px;
    right: 3px;
    border-radius: 4px;
    border: var(--sds-size-stroke-border) solid var(--sds-color-border-default-default);
    background: #002332;
}

.confirm-delete{
    font-size: 16px;
    margin: 0;
    color: #FFF;
    font-size:  16px;
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: 25px;
}

.intervention-container {
    clear: both;
    background-color: #ffffff;
}

.interventionpd {
    padding: 15px;
}

.interv_history_notfound {
    color: #a94442;
    margin: 20px;
}

.interv_dropdown_right .form-control{
    padding: 0px 0px !important;
}

.sol-input-container input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000 !important;
    /* font-weight:bold !important; */
    font-size:14px;
}
.sol-input-container input::-moz-placeholder { /* Firefox 19+ */
  color: #000000 !important;
/* font-weight:bold !important; */
    opacity: 1;
    font-size:14px;
}
.sol-input-container input:-ms-input-placeholder { /* IE 10+ */
  color: #000000 !important;
    /* font-weight:bold !important; */
    font-size:14px;
}
.sol-input-container input:-moz-placeholder { /* Firefox 18- */
  color: #000000 !important;
    /* font-weight:bold !important; */
    font-size:14px;
}

.sol-option:hover, .sol-option:hover label .sol-label-text{
	background: #1e8fff !important;
    color: #fff !important;
}

#allpatientdashboard_providers_select .sol-container{
    padding: 0px !important;
    width: 300px !important;
    visibility: initial;
    margin: 0px !important;
    height: 35px !important;
}

#allpatientdashboard_providers_select{
    height: 50px;
    padding-top: 15px;
    margin: 0px;
    background:#ffffff;
    clear: both;
}

#allpatientdashboard_providers_select div h2{
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 36px !important;
    margin-right:5px !important;
}

#allpatientdashboard_providers_select div{
    float: left;
    margin-left:15px;
}

#uploadpatient_file{
    display: flex;
    flex-direction: row;
    margin: 16px 20px;
    align-items: baseline;
}

#uploadpatient-form{
    display: flex;
    flex-direction: column;
    margin-left: auto;
    width: fit-content;
    }

#uploadpatient_file div h2{
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 36px !important;
    margin-right:5px !important;
}

.upload-file{
    display: flex;
    flex-direction: row;
    align-items: center;
}

#uploadfile{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top:3px;
}

#uploadInstructions {
    display: flex;
    align-items: center;
    gap: 4px;    
    color: #535353;
}    

#uploadInstructions:hover {  
    color: #0773a3;
}    

.managePatient_section, .uploadPatient_section{
    background: #ffffff;
}

#patient-details-name{
    margin: 0 0 10px;
    color: #062C44;
    font-family: "Segoe UI", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: var(--font-size-25, 25px);
}
.genderagedetials{
    font-size: 14px !important;
    margin: 0px 0px 0px 0px;
    color: #000;
    font-family: "Segoe UI", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
}
.genderagedetials label{
    margin-bottom: 0px !important;
}

.intervention-container select {
    margin: 0px 0px 0px 0px;
    width: 98%;
    color: #000000;    
}


/* INTERVENTION TRACKING PANEL CSS START */
.intervention-container select option {
    color: #000000;
    font-weight: normal !important;
}

.intervention-container .form-group {
    padding-bottom: 0px !important;
}

#intervention.form-control{
	padding: 6px 3px !important;
}

#intervention_select .left_p .sol-container{
	min-height:34px !important;
}


.intervention_hd {
    border-bottom: #e4e5e6 solid 1px;
    margin-bottom: 10px;
    padding-bottom: 7px;
}


#significant_cause_list p {
    padding: 1px !important;
    margin: 0px !important;
}

#significant_cause_list p input {
    float: right;
    margin-right: 2px;
}

.significantCausesDisable{
	   /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;

    /* IE 5-7 */
    filter: alpha(opacity=50) !important;

    /* Netscape */
    -moz-opacity: 0.5 !important;

    /* Safari 1.x */
    -khtml-opacity: 0.5 !important;

    /* Good browsers */
    opacity: 0.5 !important;
}

#significant_cause_list label {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}


.intervention-container h2 {
    font-size: 14px !important;
    font-weight: bold !important;
}

#intrvhd_popup {
    height: 26px;
}

.intrvcomponentof {
    width: 100%;
    padding-left: 28px;
    padding-bottom: 7px;
    font-weight: bold;
    line-height:12px !important;
}

#intrvhd_popup p, #intrvhd_popup h2 {
    float: left;
    padding-right: 5px;
    margin-bottom: 0px;
}

.intervform_signicauses_list p {
    float: left;
}

#intervention_details {
    width: 100%;
    height: 150px;
    text-align: left;
    vertical-align: top;
    margin-top: 10px;
}

.intervention-history-container {
    clear: both;
    margin-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;

    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.intrv_histry_compof {
    line-height: 13px;
    font-style: italic;
}


#IRForSInglePatient {
	background:none !important;
}


.intervention-history-container .interv_history_table {
    clear: both;
    margin: 2%;

}

#interventionAllhistory_table tr {
    border-bottom: #e4e5e6 1px solid;
}

#interventionAllhistory_table {
    margin-bottom: 5px;
}

#allInterventionHistory-pane .interv_history_table {
    padding-bottom: 20px;
}

.interv_history_data {
    border: #e4e5e6 1px solid;
}

.interv_history_data .impact_img {
    text-align: center;
}

.interv_history_component {
    font-size: 12px;
    font-style: italic;
}

.interv_history_signature {
    vertical-align: middle !important;
    padding-right: 10px !important;
    border-bottom: #e4e5e6 1px solid;
}

.interv_history_signature p {
    font-size: 12px;
    font-style: italic;
    float: right;
}

.interv_history_table th {
    background-color: #062C44;
    font-size: 12px !important;
    padding: 8px 10px;
}

.table>thead>tr>th {
    background-color: #062C44;
    font-size: 14px;
    padding: 8px;
    vertical-align: middle;
    color: #fff;
    font-style: bold;
    line-height: 20px;
}

#prescribing-results-table td ul {
    padding-inline-start: 25px !important;
}

.interv_history_data td {
    font-weight: normal;
    font-size: 14px;
    padding: 5px;
    vertical-align: top;
}

#interventionAllhistory_table table thead {
    border: 1px solid #626363 !important;
}

.dataTables_wrapper .dataTables_paginate {
    float: none !important;
    text-align: center !important;
    margin: 30px auto;
}

 .modal-body .dataTables_wrapper .dataTables_paginate .paginate_button,
 .paging_full_numbers a.paginate_button
 {
    color: #005175 !important;
    background: #ffff !important;
    border-radius: 4px !important;
    border: 1px solid  #005175 !important;
    margin: 0px !important;
}

  .dataTables_wrapper .dataTables_paginate .paginate_button:hover,  .dataTables_wrapper .dataTables_paginate span .paginate_button.current, 
.paging_full_numbers a.paginate_button:hover, 
 .paging_full_numbers a.paginate_button.current,
 .dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover
  {
    color: #ffff !important;
    background:  #005175 !important;
}

.interv_history_table .dataTables_info {
    font-size: 12px !important;
}

.interv_history_table div label input, .manageAllPatients div label input,  .uploadAllPatients div label input{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.allinterv_save_padding {
    margin-right: 8px !important;
}


.interv_history_data td p {
    margin: 0px;
    padding:0px;
    display: flex;
    align-items: center;
}

.interv_history_data td p input {
    float: left;
    flex-shrink: 0;
}

.interv_history_data td p label {
    line-height: normal;
    margin-left: 3px;
    margin-bottom: 0px !important;
}

table.dataTable thead th, table.dataTable tfoot th { 
    color: #FFF;
    font-size: 12px;
    line-height: var(--line-height-20, 20px);
    background-size: 16px 16px;
    padding: 8px 10px !important;
}

#intervention_container .interv_info {
    padding: 15px 0px 0px 15px;
    color: #B94A48;
}

/* The switch - the box around the slider */
.intervention-onoff .switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 18px;
}

/* Hide default HTML checkbox */
.intervention-onoff .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.intervention-onoff .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.intervention-onoff .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.intervention-onoff {
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 4px;
}

.intrv_icon_set {
    display: none;
}

.intervention-onoff input:checked + .slider {
    background-color: #0773a3;
}

.intervention-onoff input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.intervention-onoff input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.intervention-onoff .slider.round {
    border-radius: 34px;
}

.intervention-onoff .slider.round:before {
    border-radius: 50%;
}


.intervention-micon .tooltip {
    z-index: 52458;
}

.intervention-micon .button {
    color: white;
    position: relative; /* All 'absolute'ly positioned elements are relative to this one */
    padding: 2px 0px;

}

.intervention-micon {
    text-align: right;
}

.interv_dropdown_left, .interv_dropdown_right {
    position: relative;

}


.interv_dropdown_left .left_p, .interv_dropdown_right .left_p {
    width: 94% !important;
    float: left;
}

.interv_dropdown_left .right_p, .interv_dropdown_right .right_p {
    width: 4% !important;
    float: left;
    color: black;
    font-weight: 200 !important;
    font-size: 16px;
    padding-left: 5px;
}


.interv_details_section .left_p {
    width: 97%;
    float: left;
}

.interv_details_section .right_p {
    width: 3%;
    float: left;
    padding-left: 5px;
    color: #B94A48;
    font-weight: 200 !important;
    font-size: 16px;
}

#intervention-form select, #intervention-form textarea {
    width: 100%;
}

#intervention-form select option:nth-child(1){
    color: #000000 !important;
    /*font-weight:bold !important;*/
}

.instructions-onoff {
    display: flex;
    justify-content: flex-end; /* Align the switch to the right */
    align-items: center;
    margin: 16px 20px 10px 10px;
    background-color: white;
}

.instructions-onoff .switch {
    position: relative;
    width: 32px;
    height: 18px;
}

.instructions-onoff .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.instructions-onoff .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.instructions-onoff .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.instructions-onoff input:checked + .slider {
    background-color: #0773a3;
}

.instructions-onoff input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.instructions-onoff input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

.instructions-onoff .slider.round {
    border-radius: 34px;
}

.instructions-onoff .slider.round:before {
    border-radius: 50%;
}

.hide-content {
    visibility: hidden; 
    height: 10px;
}

#other_required {
    display: none;
}

.signi_causes_section .star {
    color: black;
    font-weight: 200 !important;
    font-size: 16px;
}

.transparent_onlybg {
    background: #f4f5f5 !important;
}

.transparent_onlybg:hover {
    background: #f4f5f5 !important;
}


.interv_greyscall_class, .interv_greyscall_class sub-text a, .interv_greyscall_class sub-text {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
    color: #c5c5c5 !important;
}

td.pillrow.interv_greyscall_class div, td.drug-icons.interv_greyscall_class img, td.drug-exposure.interv_greyscall_class img, td.mdrug-icons.interv_greyscall_class img, td.mdrug-exposure.interv_greyscall_class img {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;

    /* IE 5-7 */
    filter: alpha(opacity=50) !important;

    /* Netscape */
    -moz-opacity: 0.5 !important;

    /* Safari 1.x */
    -khtml-opacity: 0.5 !important;

    /* Good browsers */
    opacity: 0.5 !important;
}



#noteArea {
    margin-bottom: 10px;
}


#printPatientNotes, #printPatientNotes2 {
    border: none !important;
}


#printPatientNotes {
    padding-top: 2px !important;
}

.printinstructions {
    height: 35px;
    vertical-align: middle;
    font-size: 12px;
    font-style: italic;
}

.reports-container{
    display: flex;
        padding: 26px 24px;
        justify-content: flex-start;
        align-items: center;
        border-radius: 0px 0px var(--radius-5, 5px) var(--radius-5, 5px);
        background: var(--color-white-solid, #FFF);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.20);
}

#patient-lab-reports{
    display: flex;
    width: 1041px;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px; 
    width: -webkit-fill-available
}

.launch-report-row{
    display: flex;
    flex: 1 0 0;
    width: inherit;
    gap: 8px;
    padding: 12px 10px;
    align-items: center;
    border-radius: 2px;
    border: var(--sds-size-stroke-border) solid var(--sds-color-border-default-default);
    background: #E9EBEC;
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.launch-report-row:hover, .launch-report-row:focus{
    cursor: pointer;
    color: #0773a3;
    text-decoration: underline;
    outline: 1px auto #0773a3;
}

.larger-icon {
    width: 24px;
    height: 24px;
}

#lab-report-modal .modal-dialog{
    width: 85%;
    margin-top: 2vh;
}

#lab-report-modal .modal-header {
    border-bottom: 0px !important;
}

#lab-report-modal .modal-body {
    padding: 0px 0px 9px 0px !important;
}

#lab-report-modal .modal-footer {
    padding: 0px 15px !important;
}

.mark{
    width: auto !important;
    gap: 8px !important;
}

.mark > img{
    width: 10px;
    height: 8px;
}

.mark:hover .button-icon, .mark:focus .button-icon{
    content: url("../../images/white-v-sign-icon.png"); 
}


/* ----------------------------- COMMENTS AND LAB REPORTS CSS END  -----------------------------*/

/* ----------------------------- INTERACTION REPOORT - MIDDLE PANNEL START  ----------------------------- */

.ir_pane_heading {
    padding: 6px 16px 5px 16px;
    background: #005175;
    display: flex;
    align-items: center;
    gap: 12px;
    -webkit-border-top-left-radius: 5px !important;
    -webkit-border-top-right-radius: 5px !important;
}

.close-panel{
    display:flex;
    margin-left: auto !important;
}

#intervention_content {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 4px;
    margin-bottom: 30px;
}

.intervention_history_pane_hd {
    padding: 6px 16px;
    background: #005175;
    display: flex;
    align-items: center;
    gap: 12px;
}

.intervention_history_pane_hd .ireport_hd {
    padding: 3px 12px 0px 0px !important;
}

.interve_hd {
    color: #ffffff;
    font-family: "Segoe UI", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: var(--font-weight-700, 700);
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 !important;
}

.interv_save_padding {
    margin-top: 5px;
}

.intervhistory_save_padding {
    margin-top: 16px;
    margin-bottom: 6px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}


#results-table .highlighted-row td {
    background-color: #E8F0FE;
}

#gRiskDetail-table .highlighted-row td {
    background-color: #E8F0FE;
}

.table-hover > tbody > tr:hover > td {
    background-color: #E8F0FE !important;
}

.table-hover > tbody > tr:hover {
    cursor: pointer;
}

.tableIRPrototype-hover>tbody>tr:nth-child(even) { background: #ffffff !important;}
.tableIRPrototype-hover>tbody>tr:nth-child(odd) { background: #FFF; }


#IRForSInglePatient>tbody tr:nth-child(even) { background: none !important;}
#IRForSInglePatient>tbody tr:nth-child(odd) { background: none !important; }

#IRForSInglePatient{
	background:none !important;
}

.tableIRPrototype-hover > tbody > tr > td {
    background-color:none !important;
}

.tableIRPrototype-hover>thead>tr>th{
	border-bottom: 2px solid #c1bdbd !important;
}

.tableIRPrototype-hover thead{
	background:#e4e5e6 !important;	
}

.tableIRPrototype-hover thead tr th span{
	color:#ffffff;	
}

.tableIRPrototype-hover > tbody > tr:hover > td {
    background-color: none !important; 
}

#patientDashboard-table {
    border: #e4e5e6 solid 1px !important;
    margin-bottom: 10px;
}

.gotoPatient{
    text-decoration: underline;
}

#patientDashboard-table table {
    border: #e4e5e6 solid 1px !important;
}

.interv_history_table .sorting:hover, #patientDashboard-table .sorting:hover, #patientDashboard-table table .sorting:hover, #patient-recomdrisk-table .sorting:hover{
    cursor: pointer;
}

#patientDashboard-table>tbody>tr:nth-child(even) {
    background: #ffffff !important;
}

#patientDashboard-table table thead tr, #patientDashboard-table thead tr{
    background: #e4e5e6 !important;
}

#patientDashboard-table>table>thead>tr>th{
border-bottom:2px solid #c1bdbd !important;
}


.patientD{
    text-align: center;
}

#patientDashboard-table tbody>tr:not([class]) {
    background: #ffffff !important;
}

#IRForSInglePatient>thead>tr>th, #IRForSInglePatient>tbody>tr>th, #IRForSInglePatient>tfoot>tr>th, #IRForSInglePatient>thead>tr>td, #IRForSInglePatient>tbody>tr>td, #IRForSInglePatient>tfoot>tr>td{
	border-top: none !important;
	border-bottom: 1px solid #ddd !important;
	background:none !important;
}

#IRForSInglePatient>tbody>tr>td{
	text-align:center;
}


.IRProAlign{
	text-algin:center !important; 
	vertical-align:middle !important;
}

.tableIRPrototype-hover > tbody > tr:hover {
    cursor: pointer;
}


.ir_pane_heading a {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    color: #0773a3;
}

.ireport_hd {
    color: #ffffff;
    font-family: "Segoe UI", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: var(--font-weight-700, 700);
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 !important;
}

.ir_pane_heading .btn-link {
    color: #0773a3;
}

.ir_pane_heading img {
    float: left;
    width: 24px;
    height: 24px;
}

.printemailico {
    font-size: 14px;
    font-weight: 400;
    color: #000000 !important;
    border: none !important;
    display: flex;
    margin-left: auto;
    gap: 8px;
    align-items: center;
}

.top-interaction-menu{
    display: flex;
    gap: 6px;
    align-items: center;
    color: #FFF;
}

.top-interaction-menu:hover{
    background: #0773A3;
    cursor: pointer;
    border-radius: 1px;
}

.line-saparator{
    width: 0.5px;
    height: 24px;
    background: #FFF;
}

#druggene-icon{
    height: 21px;
    width: 14px;
}

#emailreport {
    float: left;
}

 #emailreport:hover, #printPatientNotes:hover, #printPatientNotes2:hover {
    cursor: pointer;
    color: #0773a3;
    text-decoration: underline;
}

#drug-gene-results-table > tbody  > tr:hover td{
    cursor:default;
    background: #EDEDED;
}

#drug-gene-report-modal .modal-body{
    max-height: 74.5vh;
    overflow-y: scroll;
}

#drug-gene-report-body,
#drug-gene-report-body h3 {
    font-size: 16px !important;
    color: #062C44;
}

#drug-gene-report-body p{
    font-size: 12px;
    color: grey;
    font-style: italic;    
}

#drug-gene-results-table th:first-child,
#drug-gene-results-table td:first-child {
    width: 16%;
    text-align: center;
}

#drug-gene-results-table td {
    vertical-align: middle;
}


#drug-gene-report-modal .modal-dialog .modal-content .modal-header h3{
    font-size: 16px !important;
}

@media print {

    /*-----------------------------------
    General Print Adjustments
    -----------------------------------*/
    * {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    .modal-content, .table {
        box-shadow: none !important;
        border: none !important;
    }

    #drug-gene-report-modal {
        position: static !important;
        display: block !important;
        width: 100% !important;
    }

    #drug-gene-report-modal .modal-dialog {
        width: 100% !important;
        margin: 0 auto !important;
    }

    #drug-gene-report-modal .modal-content {
        page-break-inside: avoid !important;
    }

    #drug-gene-report-modal .modal-body{
        max-height: none;
        overflow-y: unset;
    }
    
    
    #printDrugGeneTablesReport {
        display: none !important;
    }
    

    /*-----------------------------------
    Header Styling
    -----------------------------------*/
    #drug-gene-report-body h3,
    #drug-gene-report-modal .modal-dialog .modal-content .modal-header h3 {
        margin: 0 !important;
        line-height: 40px !important;
        color: #062C44 !important;
        font-size: 20px !important;
    }

    #drug-gene-report-modal .modal-header{
        padding: 0px !important;
        background: #ffffff !important;
    }

    #drug-gene-report-modal .close{
        display: none !important;
    }

    #drug-gene-report-body h3 {
        color: #062C44 !important;
        font-weight: normal !important;
        font-size: 20px !important;
        height: 40px !important;
    }

    #drug-gene-report-modal .modal-header h3 {
        color: #062C44 !important;
        font-size: 20px !important;
        font-weight: bold !important;
    }

    /*-----------------------------------
    Table Styling
    -----------------------------------*/
    #drug-gene-results-table {
        margin-bottom: 15px !important;
    }

    #drug-gene-report-body .table thead tr {
        background-color: #0773a3 !important;
        color: white !important;
    }

    #drug-gene-report-body .table thead tr th {
        font-size: 12pt !important;
        padding: 3px !important;
    }

    #drug-gene-report-body .table tbody tr td {
        padding: 3px !important;
    }

    /*-----------------------------------
    Info Section Styling
    -----------------------------------*/
    #drug-gene-report-modal .modal-body .info_section {
        margin-top: 15px !important;
    }

    #drug-gene-report-modal .info_section .info_description {
        background-color: #f5f3f3 !important;
    }
}

#printPatientNotes img, #printPatientNotes2 img, .printemailico .comments_labreports img {
    float: left;
    padding-right: 2px;
}

#patientLabReports img{
    height: 20px;
    width: 20px;
}

 #printPatientNotes, #printPatientNotes2 {
    padding-right: 10px !important;
}

#emailreport img {
    float: left;
    padding-right: 2px;
}

#emailreport {
    padding-right: 0px !important;
}

.evidence_genetic strong, .interaction_probability strong, #genetic-risk-values-info strong {
    font-size: 1.0em;
    font-weight: bold;
    color: #000000;
}

.evidence_genetic, .interaction_probability {
    height: 20px;
    margin-left: 30px;
}


#pharmaco_genetic_section {
    margin: 16px 0px 12px 0px !important;
    flex-direction: column;
    display: flex;
    gap: 9px;
}


#toggle_genetic_risk {
    margin: 0px !important;
}

#toggle_genetic_risk:hover {
    cursor: pointer;
    text-decoration: underline;
    width: 250px;
}


#full_genetic_risk_table > table {
    border-collapse:collapse; table-layout:fixed;
    margin-bottom: 12px;
    border: #dad6d6 1px solid;
}


#full_genetic_risk_table table tr th {
    background-color: #062C44 !important;
    font-size: 12px !important;
    padding: 2px 8px 2px 8px !important;
    text-align: left !important;
    vertical-align: middle;
}

#full_genetic_risk_table table tr td {
    font-size: 14px !important;
    padding: 5px 8px 5px 8px !important;
    word-wrap:break-word;
}

#full_genetic_risk_table table tr td h3 {
    font-size: 14px !important;
    color: #000000 !important;
    font-weight: normal;
}

#full_genetic_risk_table table tr {
    height: auto !important;
}

#full_genetic_risk_table > table > tr {
    border-bottom: #dad6d6 1px solid;;
}


#full_genetic_risk_table_prnt > table {
    margin-bottom: 5px;
    border-bottom: #dad6d6 2px solid !important;
}


#full_genetic_risk_table_prnt table tr th {
    background-color: #efefef !important;
    font-weight: bold !important;
    font-size: 14px !important;
    height: auto !important;
    padding: 2px 8px 2px 8px !important;
    text-align: left !important;
    vertical-align: middle;
    color: #000000;
}

#full_genetic_risk_table_prnt table tr td {
    font-size: 14px !important;
    padding: 5px 8px 5px 8px !important;
}

#full_genetic_risk_table_prnt table tr td h3 {
    font-size: 14px !important;
    color: #000000 !important;
    font-weight: normal;
}

#full_genetic_risk_table_prnt table tr {
    height: auto !important;
}


.grisk_hd_border {
    border-bottom: #dad6d6 2px solid !important;
    border-top: #dad6d6 2px solid !important;
}

.bdrtop_prnt {
    border-top: #dad6d6 2px solid !important;
}

.grisk_rows_border {
    border-bottom: #dad6d6 2px solid !important;
}

.AstrextxtTo {
    font-size: 12px;
    font-style: italic;
    margin-top: 10px;
}

.componentDrug {
    font-size: 12px;
    font-style: italic;
}

#results-table thead, #icon-legend-table thead {
    height: 37px;
    background-color: #062C44;
} 

.counter{
    font-weight: normal;
}

#interactionRiskChart {
    min-height: 40px;
}

.interaction-row {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    width: 100%;
}

#full_genetic_risk_table {
    margin: 10px 10px 0px 30px;
}

#AstrextxtTo {
    font-size: 12px;
    font-style: italic;
    margin-top: 10px;
}

#getGRiskTblRows p {
    font-size: 12px;
    font-style: italic;
}

.notpatientData {
    margin: 30px;
}

#risk-chart-container{
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 17px !important;
}

#ptgeneticriskchart p, #ptdrugriskchart p, #phrecommdchart p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    margin-bottom: 0px !important;
    color:  #333;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.supportText {
    font-size: 12px;
}


.evidence_rating_p {
    width: 100%;
    height: 17px;
    float: none !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.evidence_rating strong span {
    top: 2px !important;
}

.evidence_rating i {
    top: 1px !important;
}


#minRisk, #maxRisk {
    float: right;
}

#maxRisk {
    margin-right: 20px;
}

#minRisk {
    margin-right: 10px;
}

@media screen and (min-width: 1008px) and (max-width: 1130px) {
    .col-md-6 {
        width: 70% !important;
        float: left !important;
    }
}


@media screen and (min-width: 1500px) {
    .evidence_genetic {
        float: left;
    }

    .interaction_probability {
        float: right;
        margin-right: 20px;
    }

}

@media screen and (min-width: 1007px) and (max-width: 1167px) {
    #maxRisk {
        margin-right: 0px;
        margin-left: 20px;
    }

    #interactionRiskChart {
        padding-top: 0px !important;
    }
}

@media screen and (max-width: 710px) {


    #minRisk, #maxRisk {
        float: none;
    }

    #maxRisk {
        margin: 0px 0px;
    }

    #minRisk {
        margin: 0px 0px;
    }

    #interactionRiskChart {
        padding-top: 8px !important;
    }

}

#interactionRiskChart i {
    line-height: 13px !important;
    color: #626363;
}


.overall-impact {
    text-align: center !important;
}


#report-comment  {
    display: flex;
    justify-content: flex-end;
    margin: 0px 19px;
    height: 50px;
    align-items: center;
    gap: 28px;
}

#report-comment a {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #535353;
    font-size:  14px;
    font-style: normal;
    font-weight: 400;
    line-height:  20px;
}

#report-comment a:hover {
    color: #0773a3;
}


#edit-profile-page, #allPatients-list-page, #patient-list-page, #edit-patient-page,
#dashboard-page, #alllab-reports-list-page, #import-patient-page, #change-password-page
{
	padding: 38px 20px;

}

#interaction-page
{
	padding-top: 38px;
	padding-left: 28px;
	padding-right: 28px;	
}

#manageAllPatients-page, #uploadAllPatients-page{
    padding-top: 38px;
    padding-left: 90px;
    padding-right: 20px;
}


#dashboard-panel b, #dashboard-panel strong,
#lab-report-panel b, #lab-report-panel strong,
#import-patient-panel b, #import-patient-panel strong,
#change-password-panel b, #change-password-panel strong,
#all-lab-report-panel b, #all-lab-report-panel strong,
#patient-panel b, #patient-panel strong,
#manageAllPatients-panel b, #manageAllPatients-panel strong,
#uploadAllPatients-panel b, #uploadAllPatients-panel strong {

    font-weight: 700;
}

#all-lab-report-panel p{
    margin: 0px !important;
    font-size: 14px;
}

.change-password{
    padding: 15px;
    display: flex;
    flex-direction: row;
}

#change-password-form{
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-bottom: 12px;
}

#patient-panel {
    display: flex;
    width: 60%;
    flex-direction: column;
    margin: 0px auto !important;
}

#patient-panel .table-striped tbody tr:hover td {
    background-color: #EDEDED !important;
    cursor: pointer;
}

#patient-list-page, #edit-patient-page{
    display: flex;
    justify-content: center;
}

#edit-user-body .form-create-account{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#edit-user-body .form-create-account .form-group{
    margin: 0px !important;
}

#edit-patient-panel{
    display: flex;
    min-width: 567.297px;
    flex-direction: column;
    margin: 0px auto !important;
}

#patient-panel.well, #edit-patient-panel.well {
    min-height: 0; 
}

#manageAllPatients-panel,#uploadAllPatients-panel {
	background:#ffffff !important;
}


.pagination {
     display: flex;
    height: 37.6px;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.pagination li {
    color: #005175 !important;
    background: #ffff !important;
    border-radius: 4px !important;
}

.pagination li a ,.pagination>li>span {
    color: #005175 ;
    background: #ffff ;
    border-radius: 4px !important;
    border: 1px solid #005175 !important;
}

#lab-report-panel th, #lab-report-panel td,
#import-patient-panel th, #import-patient-panel td,
#change-password-panel th, #change-password-panel td,
#patient-panel th, #patient-panel td,
#all-lab-report-panel th, #all-lab-report-panel td {
    padding: 5.8px 6px 5px 16px;
}

#dashboard-panel th a, #dashboard-panel td a,
#lab-report-panel th a, #lab-report-panel td a,
#import-patient-panel th a, #import-patient-panel td a,
#change-password-panel th a, #change-password-panel td a,
#patient-panel th a,
#all-lab-report-panel th a, #all-lab-report-panel td a {
    color: #000000;
}

#addUser {
    display: flex;
    margin: 15px 15px -30px auto;
    z-index: 1000;
    width: fit-content;
}

/* ----------------------------- INTERACTION REPOORT - MIDDLE PANNEL END ----------------------------- */

/* ----------------------------- INTERACTION REPORT - PRINT VIEW START  ----------------------------- */


.imgfortext14 p {
    float: left;
    padding: 0px;
    margin: 0px;
    line-height: 20px;
}

.imgfortext14 img {
    width: 14px;
    margin: 4px 4px 0px 0px;
    float: left;
}

.imgfortext11 p {
    float: left;
    padding: 0px;
    margin: 0px;
    line-height: 10px;
}

.imgfortext11 img {
    width: 11px;
    height: 11px;
    margin: 0px;
    float: left;
    margin: 0px 2px 0px 0px;
}

.imgfortext11bold p {
    padding: 0px;
    margin: 0px;
    line-height: 15px;
    float: left;
}

.imgfortext11bold img {
    width: 16px;
    margin: 0px 8px 0px 0px;
    float: left;
}

.imgfortextcomment  {
    padding: var(--sds-size-space-300) 10px;
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    }
    
    .imgfortextcomment p {
        color: #005175;
        font-size: 16px;
        font-style: normal;
        font-weight: var(--font-weight-700, 700);
        line-height: 25px;
        margin: 0px;
    }
    
    .imgfortext11comment img {
        width: 16px;
        margin: 0px 3px 0px 0px;
        float: left;
    }

#print-report-modal-body {
    padding: 20px !important;
}

#youscript-logo-modal {
    margin: 5px 0px 0px 5px;
}

#primaryNotesSection, #secondaryNotesSection, #icon-legend {
    margin-top: 10px;
    padding: 15px !important;
    border: #efefef solid 1px;
}

#iconslegendspad {
    padding: 15px;
}

#gRiskDetail-table {
    border: #efefef solid 1px;
}

/* INTERACTION REPORT - PRINT VIEW END  */

/*  ALGO REPORT  START */

#algo-report-body {
    margin-bottom: 25px;

}

.modal-body h3 {
    margin-bottom: 10px;
}

/* ----------------------------- ALGO REPORT END ----------------------------- */

/*  ----------------------------- DRUG INFO - RIGHT PANEL STARTS ----------------------------- */

.product-insert-icon{
    margin-left: auto;
}

.product-insert-icon img{
    height: 24px;
    width: 24px;
}


.product-insert-icon:hover img, .product-insert-icon:focus img{
    content: url("../../images/product-insert-icon-hover.png"); 
}

#drug_conico {
    display: none;
}

.drug_conico img {
    height: 22px;
}

.arrowalternate {
    position: absolute;
    top: 32px;
    left: 75px;
}

.arrowmnotes {
    position: absolute;
    bottom: -17px;
    left: 18px;
}

.arrowmechanism {
    position: absolute;
    top: 32px;
    left: 170px;
}

.arrowdetails {
    position: absolute;
    top: 32px;
    left: 270px;
}

#drug-details sub {
    line-height: 18px;
}


#session_alert,#login_alert{
    width: -webkit-fill-available;
    padding: 7px !important;
    align-items: center;
    text-align: center;
}

#session-error-title{
    color: #535353;
    font-size: 14px;
    font-style: normal;
    font-weight:  700;
}

.alert-danger{
    color :#000000 !important;
    margin: 0px !important;
    border-bottom:  1px solid #B3261E;
    background: #F2DEDE;
}

.new-ui-banner {
    color: #000000 !important;
    margin: 0px !important;
    border-bottom: #cecece 1px solid;
    background: #E8F0FE;
    padding: 12px;
}

.error-content, .banner-content{
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

#username-error{
    display: block;
    position: absolute;
    z-index: 1000;
}

#pwd-error{
    display: block;
    position: absolute;
    z-index: 1000;
}

#careticon {
    padding: 4px;
}

#clinicalnotes-content-pane .panel-heading {
    padding: 0px 0px 0px 0px !important;
}

#clinicalnotes-content-pane .panel-heading a {
    padding-left:10px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#clinicalnotes-content-pane .panel-group {
    margin-bottom: 10px;
}


.pediatric-icon{
    width: 19.873px;
    height: 20.004px;
}

.clinical-note-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    margin-left: 25px;
    background: #e9ebec;
    color: #000000;
    position: relative;
}

.clinical-note-title:hover {
    background-color: #e8eff2;
    color: #000000;
}

.clinical-note-title-noico {
    padding: 10px;
    /* margin-left: 25px; */
    background: #e9ebec;
    color: #000000;
    position: relative;
}

#clinicalnotes-content-pane #rmpadding {
    padding: 0px !important;
}

.clinical-note-title-noico a {
    color: #626363;
}

.clinical-note-title-noico:hover {
    background-color: #e8eff2;
    color: #000000;
}

.clinical-note-title b {
    display: block;
    width: 80%;
}

b {
    font-weight: 500;
    font-size: 13px;
}

#clinicalnotes-content-pane h3, .adverse-effects_header {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
}

#clinicalnotes-content-pane h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

#clinicalnotes-content-pane ul, .adverse-effects-list  {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-left: 19px;
    margin-bottom: 10px;
} 

.adverse-effects-list li sup{
    left: .2em;
}

.defaultxt {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.defaultxt li {
    color: #a94442;
    list-style: none;
}

#clinicalnotes-content-pane ul li {
    font-size: 14px;
}

#clinicalnotes-content-pane p {
    font-size: 14px;
}

.panel-group .panel {
    border-radius: none !important;
}

.careticon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 8px;
}

#clpse_ico span {
    display: inline !important;
}

#drug-name{
    display: flex;
    align-items: center;
    flex-direction: row;
    width: -webkit-fill-available;
}

#drug-name h3 {
    font-size: 16px;
    color: #FFF;
    line-height:  25px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}

#drug-name h3 i {
    color: #ffffff !important;
}

#clinicalnotes-content-pane .panel-group .panel .panel-heading a i {
    margin-top: 4px;
}

.tbletheme tr {
    border-bottom:  0.8px solid  #DDD;
    font-size: 14px;

}

.tbletheme thead tr {
    background: #626363;
    color: #ffffff;
}

.line-below {
    margin-top: 2px;
    border-bottom: 2px solid #e9ebec;

}

#alternate-drugs thead {
    background: #626363;
}

.alter_risk_label_align {
    text-align: center;
}

#alternate-drug-content-result .table > tbody > tr > td {
    padding: 2px 8px !important;
    vertical-align: middle;
}

#alternate-drug-content-result legend {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

#mechanism-content-pane table {
    margin-bottom: 10px !important;
}

#mechanism-content-pane sub {
    display: block;
    padding-bottom: 20px !important;
}

/*  ---- TAB BACKGROUND FOR SPECIFI RESOLUTIONS ----  */

/* #drug-details .nav-tabs > .active > a, #drug-details .nav-tabs > li > a:hover {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #626363 !important;
    padding-right: 4px;
    padding-left: 4px;
    border: none !important;
} */

/*  ---- TAB BACKGROUND FOR SPECIFI RESOLUTIONS ENDf ----  */

/*  ----------------------------- DRUG INFO - RIGHT PANEL END ----------------------------- */

#inactivePatient, #deletePatient, #deleteNote, #dontSaveChanges{
background-color: #ffffff !important;
color: #B3261E !important;
border: #B3261E solid 1px !important;
gap: 4px;
width: 92px;
height: auto;
}

#inactivePatient:hover, #deletePatient:hover, #deleteNote:hover, #dontSaveChanges:hover{
   background-color: #B3261E !important;
   color:#ffffff !important;
   border: #B3261E solid 1px !important;
}

#inactivePatient:focus, #deleteNote:focus, #dontSaveChanges:focus{
    border: #B3261E solid 1px !important;
}

.modal-footer .btn+.btn {
    margin: 0px !important;
}

.edit-patient-icon{
    height: 22px;
    width: 23px;
}

#form-edit-profile legend {
    text-transform: none;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
}

#edit-profile-page  .form-create-account{
display: flex;
flex-direction: column;
gap: 6px;
padding-bottom: 18px;
}

#edit-profile-page .modal-body{
    padding-top: 0px !important;
}

 #countryID{
    width: -webkit-fill-available;
}

.agreementTermsForm {
    margin-top: 40px;
}

.modal-footer .form-group {
    padding-bottom: 0px;
}

.form-horizontal .form-group {
    margin: 0px !important;
}

#form-additional-info{
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 8px 0px 12px;
}

#drugInfoModal .modal-footer{
    padding-top: 0px !important ;
}

#protalPasswordBlock input {
    margin-left: 0px;
}

#protalPasswordBlock small {
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    #edit-profile-page, #patient-list-page, #allPatients-list-page, #edit-patient-page, #dashboard-page,
    #alllab-reports-list-page, #import-patient-page,
    #change-password-page, #interaction-page {
        margin-top: 45px;
    }
}

#profile-panel, #dashboard-panel, #login-panel, #patient-panel,
#lab-report-panel, #import-patient-panel, #change-password-panel, #all-lab-report-panel,
#edit-patient-panel, #allPatients-panel
{
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

#dashboard-panel .row {
    margin: 0px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

#drugRiskChart, #geneticRiskChart, #pharmacogenRecommendChart {
    max-width: none;
}

.page-header {
    text-align: center;

}

.allprovid {
    background: #ffffff;
    padding: 16px 17px;
}

.allprovid .col-md-4{
    padding: 0px !important;
    width: 25% !important;
}
#provider-risk-filter{
    background: #E8F0FE;
    padding: 5px;
}

#homesite {
    display: block;
    color: #000000 !important;
    border: none !important;
}

#homesite:hover {
    color: #0773a3 !important;
}

.btn-lg, .btn-group-lg > .btn {
    font-size: 14px !important;
}

/*  ----------------------------- LOGIN PAGE START ----------------------------- */

.main-login-row{
    display: flex !important;
    flex-direction: column;
}

#login-panel .row {
    margin: 0px !important;
}

#loginPage{
    text-align: center !important;
    padding: 0px 0px 0px 0px !important;
}
.logo_login {
    margin: 0px;
    text-align: center;
}


.form-login {
    width: 361px;
    padding: 27px 20px 12px 0px;
}

.form-login .form-group {
    margin-bottom: 21px;
}

.remforgot .checkbox {
    margin-top: 0px;
}

/* .form-group + .form-group {
    margin-bottom: 21px; /* Gap between password form group and the 'row remforgot' */
/* } */ 
.remforgot .checkbox label {
    padding-left: 3px !important;
    font-size: 13px;
    color: #626363;

}

.labresultspad {
    padding: 20px !important;
}

sup a, sub a {
    font-size: 11px !important;
}

input[type="checkbox"]:focus {
    outline: 0;
}

.remforgot .btm-links {
    border: none !important;
    padding: 0px !important;
    text-align: right;

}

.remforgot .btm-links a {
    font-size: 13px;
    color: #626363;
}

.remforgot .btm-links a:hover {
    color: #0773a3;

}

.creattermss {
    margin-top: 20px;
}

.creattermss div {
    font-size: 16px;
    color: #0773a3;
    text-align: center;
}

.creatteror {
    margin: 10px 0px;
    color: #626363 !important;

}

.creataccount {
    margin-bottom: 40px;
}

.createsignin {
    margin-top: 0px;
    display: inline-block;
    position: relative;
}


#submitId {
    width: 160px;
    box-shadow: none;
    text-shadow: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#submitId svg {
    vertical-align: middle;
}

#create-account {
    font-weight: bold;
    color: #626363;
}

#create-account:hover {
    color: #0773a3;
}

#logintermsconditions{
    font-weight: 500;
    color: #626363;
}

#logintermsconditions:hover {
    color: #0773a3;
}

#create-account-body select {
    display: block;
}

#create-account-body h2{
    font-weight: bold;
    font-size: 14px;
    color: #626363;
    border: none;
    line-height: 20px;
    margin: 20px 0 10px;
}


/* -----------------------------  LOGIN PAGE  END ----------------------------- */

/* ----------------------------- RISK ANALYSYS START  ----------------------------- */

.causitive_agent_star {
    color: #626363;
    font-weight: 800;
    font-size: 13px;
    line-height: 10px;
    padding-left: 1px;
}

#patient-grisk-table_info, #patient-grisk-table_paginate, #patient-drisk-table_info, #patient-drisk-table_paginate {
    padding-top: 5px;
}

#patient-recomdrisk-table tbody tr td:first-child {
    text-align: left;
}

.paging_full_numbers a.current{
    font-weight: bold !important;
    font-size: 14px !important;
} 

.dataTables_paginate{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: -webkit-fill-available;
    justify-content: center;
    margin: 20px auto;
    gap: 2px;
}
.dataTables_paginate > span{
    display: flex;
} 

.dataTables_paginate a:hover
{
    cursor:pointer
}

#patient-panel .modal-body{
    padding-top: 0px;
}


.instrText {
    color: #a94442;
    margin-left: 35px;
    margin-top: 32px;
    font-size: 14px;
}


.phar_desc {
    font-size: 12px;
}

.phar_recinfo {
    list-style: none; /* Remove bullet points */
    padding: 0 !important;
    margin: 0 !important;
}

.phar_recinfo li {
    padding-bottom: 5px; /* Improve spacing between items */
    text-align: left !important;
}

.first-colhd, .first-colvalue {
    text-align: left !important;
}


#patient-risk-modal-body {
    padding: 15px !important;
}

.patient-risk-container{
    display: flex;
    padding: 24px 24px 0px 24px;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.recalculate_rs {
    padding: 20px;
}

.recalculate_rs p {
    font-size: 16px;
}

.historyiconalignment {
    text-align: right;
    margin-left: -10px;
    padding-right: 0px !important;
}


@media only screen and (max-width: 1200px) {
    .historyiconalignment {
        text-align: left !important;
    }

    #ptDetails_commentAndInterventLinks div {
        margin-bottom: 5px !important;
    }
}

@media (max-width: 1534px) and (min-width: 1200px) {
    .historyiconalignment {
        width: 100% !important;
        float: left;
        margin-bottom: 5px !important;
        margin-left: 0px !important;
        text-align: left;
    }

    .comments_labreports {
        width: 100% !important;
        float: left;
        margin-bottom: 5px !important;

    }
}

@media (max-width: 991px) and (min-width: 500px) {

    .historyiconalignment {
        width: 60% !important;
        float: left;
        margin-bottom: 0px !important;
        text-align: right !important;
    }

    .comments_labreports {
        width: 50% !important;
        float: left;
        margin-bottom: 0px !important;
    }
}

@media (max-width: 1250px) and (min-width: 990px) {

    .plotriskValues {
        font-size: 14px !important;
    }

    .plotriskLabels {
        font-size: 14px !important;
    }

    .plotrisktitle {
        font-size: 14px !important;
    }

    #ptgeneticriskchart p, #ptdrugriskchart p, #phrecommdchart p {
        line-height: 22px !important;
        font-size: 14px !important;
    }


}


@media (max-width: 1035px) and (min-width: 990px) {

    #risk-chart-container .col-md-6 {
        padding-right: 5px;
        padding-left: 5px;
    }

}

/* ----------------------------- RISK ANALYSYS END ----------------------------- */

/* ----------------------------- RESPONSIVE REWRITING START ----------------------------- */

@media (min-width: 1124px) {
    .col-md-3 {
        width: 25%;
    }

}

/* ----------------------------- RESPONSIVE REWRITING END -----------------------------  */

/*  ----------------------------- CUSTOMIZING THE DATATABLE  STARTS  ----------------------------- */



#patient-risk-modal table.dataTable tr {
    background: none !important;
}

.modal-content .dataTables_wrapper {
    padding-bottom: 50px;
}

#patient-recomdrisk-table_wrapper, #patient-drisk-table_wrapper{
    padding: 0px !important;
}

table.dataTable thead .sorting:hover, table.dataTable thead .sorting_desc:hover {
    background-image: url("../../images/sort_asc_hover.png") !important;
}

table.dataTable tbody tr:hover td, table.dataTable tbody tr:hover td.sorting_1, table.dataTable.order-column tbody tr:hover>.sorting_1 td, table.dataTable.display tbody tr.odd:hover td,
table.dataTable.display tbody tr.odd:hover>.sorting_1, table.dataTable.display tbody tr:hover>.sorting_1 {
    background-color: #EDEDED !important;
    cursor: pointer !important;
}

table.dataTable tbody tr:hover td:has(table.nested-dataTable), able.dataTable tbody tr.nested-row:hover td,
table.dataTable tbody tr.nested-row:hover td , table.nested-dataTable.dataTable tbody tr:hover td {
    background-color: #ffffff !important;
    cursor: default !important;
  }

table.dataTable thead .sorting_asc:hover {
    background-image: url("../../images/sort_desc_hover.png") !important; 
}

table.dataTable.order-column tbody tr>.sorting_1, table.dataTable.display tbody tr.odd,
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.display tbody tr>.sorting_1  {
    background-color: #ffffff !important;
}
/*  ----------------------------- CUSTOMIZING THE DATATABLE END  ----------------------------- */

/*  ----------------------------- TERMS AND CONDITIONS START  ----------------------------- */

#termsOfServiceCheckboxLabel, #termsOfServiceCheckbox {
    float: left;
}

#termsOfServiceCheckboxLabel a {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}

#termsandConditions-scrollbody {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: #c9cccc 1px solid;
    margin: 15px;
}

#termsandConditions-scrollbody h1 {
    font-size: 24px;
    margin-bottom: 15px !important;
    color: #0F9ACC;
}

#termsOfService-modal .spinner {
    top: 36% !important;
}

#termsOfServiceDna_checkboxLabel{
    display: flex;
    align-items: center;
    gap: 5px;
}

#termsOfServiceDna_checkbox-error{
    margin-bottom: 0px !important;
    margin-left: 5px;
}

#create-account-modal .spinner{
    width: 100px;
    height: 102px;
}

#create-account-modal .spinner img{
    width: 80px !important;
}

#termsOfService-modal {
    outline: none;
}

.termssubtext {
    margin: 0px 15px;
}

.loadText {
    font-size: 11px;
    padding: 5px;
}

.modal-header h1{
    color: #ffffff;
    font-size: 16px !important;
    font-weight: bold;
}

.modal-header {
    background: #005175 !important;
    padding: 10px 13px !important;
    border-radius:5px 5px 0px 0px;
}

.header-content-row {
    display: flex;
    gap: 8px; 
    align-items: center;
}

.header-content-row-no-escape {
    display: flex;
    gap: 8px; 
    align-items: center;
} 

.close-modal-icon{
    width: 14px !important;
    height: 14px !important;
}

.modal-icon {
    color: #ffffff !important;
    width: 17.714px;
    margin-top: 2px;
    height: 18px;
}

#createAnAccount, #addPatientModalLabel, #commentsHeader {
    margin: 0;
    flex-grow: 1;
    width: 109.579px;
}

#login-panel h1{
 font-size:16pt;
 color: #0773a3;
}


/*  ----------------------------- TERMS AND CONDITIONS  END  ----------------------------- */

.hideSubmit {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    /* Modern Browsers */
    opacity: 0;
}

#drug-details-content-pane table thead {
    background: #626363 !important;
}

#recalculate-response {
    padding: 20px;
}

#patient-risk-modal-footer btn {
    padding: 6px 25px !important;
}

/*  -----------------------------INTERGRATION PROBLEM STARTS  ----------------------------- */

.pdmbtm {
    padding-bottom: 10px;
}

.pdngmall {
    padding: 15px;
}

a#addUserEHR {
    position: absolute;
    left: 20px;
    font-size: 14px;
    font-weight: bold;
}

.btn {
    background: #ffffff !important;
    color: #0773a3 !important;
    border: #0773a3 solid 1px !important;
}

.btn:hover, .btn:focus {
    background: #0773a3 !important;
    color: #ffffff !important;
    border: #0773a3 solid 1px !important;
}

/*  -----------------------------INTERGRATION PROBLEM END  ----------------------------- */

/*  ----------------------------- FEATURE CONTROLLING CSS START ------------------------ */

.well-top-radius {

    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;

    -moz-border-top-left-radius: 5px !important;
    -moz-border-top-right-radius: 5px !important;

    -webkit-border-top-left-radius: 5px !important;
    -webkit-border-top-right-radius: 5px !important;

}

.pdetailsbckchange {
    border-radius: none;
    background: #ffffff;
    border-bottom: #efefef 1px solid;

}

.searchpaddingadjust {
    padding: 20px 15px 0px 15px;
}

.spatientbtnadjust {
        display: flex;
        padding: 6.8px 12.8px;
        align-items: center;
        gap: 4px;
        border-radius: 4px;
        text-align: center;
        font-family: "Segoe UI", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-style: normal;
        font-weight: var(--font-weight-400, 700);
        line-height: var(--line-height-20, 20px);
        cursor: pointer;
}

.dplpaddingadjust {
    margin-top: 0px !important;
    padding-bottom: 15px;
}

.adsrchpdngadjust {
    margin-top: 0px !important;
}

/*  ----------------------------- FEATURE CONTROLLING CSS END ------------------------ */

/*  ----------------------------- ADD PRACTICE MODAL CSS START ----------------------- */
.width-50-per {
    width: 50%;
}

.min-width-100-per {
    min-width: 100%;
}

/*  ----------------------------- ADD PRACTICE MODAL CSS END ----------------------- */

.genetic-risk-view {
    width: 600px;
    height: 300px
}

.loggedInUser {
    padding-top: 7px;
    margin-right: 15px;
}

.patient-summary-comment {
    vertical-align: bottom;
    padding-right: 3px;
}

.chart-tooltip {
    font-weight: bold;
}

.tooltip_modify .tooltip-inner {
    max-width: 460px !important;
}

.tooltip_modify td {
    vertical-align: middle !important;
}

#phrecommdchart, #ptdrugriskchart{
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
    padding: 36px;
    border-radius: 12px;
    border-radius: 12px;
    border: 1px solid  #D4D4D4;
    background: #FFF;
}

#phrecommdchart .page-header , #ptdrugriskchart .page-header{
    margin-top: 0px;
    padding-bottom: 36px;
    margin-bottom: 16px;
    border-bottom: 1px solid #D4D4D4;
}

#phrecommdchart .tooltip {
    width: 400px !important;
}

#phrecommdchart ul {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.dashboard-title{
    display: flex;
    justify-content: center;
    margin: auto;
}

#pharmaco-interaction-tip .tooltip {
    width: 400px !important;
    height: auto;
}

#pharmaco-interaction-tip .tooltip p {
    margin-bottom: 5px;
}

.clickable-culprit{
    cursor: pointer;
}

.error_fhir {
    margin-top: 15px;

    padding: 10px;

    text-align: center;
}

.error_txt {
    font-size: 16px;
    color: #a94442;
    vertical-align: bottom;
}

.error_fhir .glyphicon-exclamation-sign {
    color: #a94442;
    font-size: 16px;
}

.tooltip-left
{
    display: inline-flex;
    align-items: flex-start;
    gap: 4px;  
}

.tooltip-left > a.plaintext{
    flex: 1 1 100% !important;
    word-break: break-word !important;
}

.dfrtooltip {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
}

.dfrtooltip .dfrtooltiptext {
    visibility: hidden;
    max-width: 170px;
    font-size: 12px;
    line-height: 18px;
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    border: 1px solid #908071;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    margin-top: 30px;
    left: 30px;
    opacity: 0;
    transition: opacity 0.3s;
}

.dfrtooltip .dfrtooltiptext::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 25px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #908071 transparent;
}

.dfrtooltip:hover .dfrtooltiptext {
    visibility: visible;
    opacity: 1;
}

.dataTables_processing {
    padding: 3px 0 2px 0 !important;
    text-align:center;
}

.dataTables_filter input:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.info_section {
    background: #efefef;
}

.infos_title {
    -webkit-print-color-adjust: exact;
    -moz-print-color-adjust: exact;
    -o-print-color-adjust: exact;
    -ms-print-color-adjust: exact;
    color-adjust: exact;
    background: #d1cfcf;
    padding: 9px 10px;
    height: 44px;
}

.infos_title h2 {
    font-size: 16px;
    font-weight: bold;
    color: #0773a3 !important;
}


.info_description h2 {
    color: #0773a3 !important;;
}


.info_description {
    padding: 9px 10px;
}


.it_column_pad {

}

@media (min-width: 768px) {

    .modal-dialog {
        margin-top: 60px; /*Default*/ 
    }

    #printModal .modal-dialog {
        width: 360px !important;
        margin-top: 66px !important
    }

    #print-report-modal .modal-dialog {
        margin: 65px 133px 50px 133px;   
        width: 100%;
     }
    
    .form-horizontal .control-label{
        margin-right: 42px;
        text-align: left;
    }

    #icon-legend-modal .modal-dialog{
        width: 700px !important;
        margin: 50px auto !important;
    }
    
    #icon-legend-modal .modal-body{
        padding: 12px !important;
    }

    #savePromptModal .modal-dialog {
        width: 419px !important; 
        margin: 60px auto !important; 
    }


}

#printModal .modal-body {
    padding: 24px !important;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.print {
    width: auto !important;
    gap:4px !important;
}

.download{
    width: auto !important;
    height: 37.6px;
    align-items: center !important;
}

.buttons-csv{
    display: flex;
    align-items: center;
    gap: 8px;
}

.download:hover .button-icon, .download:focus .button-icon{
    content: url("../../images/download-icon-white.png"); 
}

.print:hover .button-icon, .print:focus .button-icon{
    content: url("../../images/print-icon.png"); 
}

.dropdown-toggle:hover .caret{
    background-image: url("../../images/clinical_notes_up_hover.png"); 
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    margin-left:8px;
}

.checkbox_align_ys {
    display: flex;
    align-items: flex-end;
    gap: 6px;
}

.checkbox_align_ys input {
    vertical-align: bottom;
    float: left;
    padding: 0px;
    margin: 0px;

}

.checkbox_align_ys input:checked {
    vertical-align: bottom;

}


.checkbox_align_ys label {
    float: left;
    display: block;
    line-height: 11px;
    padding: 0px;
}

#print-report-modal .modal-footer  {
    padding: 8px 23px !important;
}


.large-modal-icon{
    height: 24px;
    width: 24px;
}

.larger-modal-icon{
    height: 25px;
}

.interaction_print_buttons .close {
    padding-bottom: 10px !important;
}

.interaction_print_buttons {
    background-color: #f5f3f3;
    padding: 15px;
    margin: 0px !important;
}

.prnt_pdd {
    margin-right: 4px !important;
}

.gnrisk_pd {
    padding-bottom: 10px;
}


@media print {
    h2 {
        margin: 0 0 10px;
        line-height: 25px;
    }

    .row {
        margin: 0px !important;
    }
}

.close {
    filter: alpha(opacity=70) !important;
    opacity: .9 !important;

}

.fixed_modal_body {
    max-height: calc(100vh - 250px);
    overflow-y: auto;
}

.gnrisk_pd_stars {
    float: left;
    padding-top: 1px;
    padding-left: 2px;
}

.gnrisk_pd_stars img {
    vertical-align: unset;
}

.gnrisk_pd_title {
    float: left;
}

.pt_margin {
    margin: 5px 0px !important;
}

.pharmacores {
    height: 24px;
}

.pharmacoreshd {
    height: 27px !important;
}

.right-padding {
    padding-right: 20px;
}

.comments_close_icon {
    padding-top: 5px !important;
    margin: 0px !important;
}

.intervention_close_icon {    
    display: flex;
    align-items: center;
    padding: 5px 28px;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
    margin: 0px !important;
}


/* Interaction Filter Report  start */


#drug-alert-filter img {
    width: 20px;
    height: 20px;
}


#drug-alert-filter {
    display: flex;
    align-items: center;
    padding: 5px 28px;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
    cursor: pointer !important;
}


.filtersbg {
    position: relative;
    background: #e4e5e6;
}

.drug-gene-interactions {
    padding-bottom: 5px;
    border-bottom: 1px solid #9ea1a2;

}

.serverityFilters {
    display: flex;
    padding: 7px 0px;
    flex-direction: column;
    gap: 2px;

}

#severity_level-selection {
    z-index: 5000;
    width: 230px;
    position: absolute;
    top: 24px;
    right: 7px;
    background: #ffffff;
}

.hidefiltersBox {
    visibility: hidden;
}

#filterbox_fullscrdiv {
    z-index: 4999 !important;
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; /* Opacity for Modern Browsers */
    filter: alpha(opacity=0); /* Opacity for IE8 and lower */
    z-index: 0;
}


.drugFilters {
    padding: 10px !important;
    border: 1px solid #9ea1a2;
}


.applybtnContainer {
    text-align: right;
}

.applybtnContainer .cancel{
    border-radius: 4px;
    border: 1px solid #D7D7D7 !important;
}

.serverityFilters div input, .drug-gene-interactions input {
    padding-right: 8px !important;
    width: 20px !important;
    margin-right: 5px;
    margin-top: 2px !important;
}

.drugFilters div img {
    width: 19px;
    outline: none !important;
    border: none !important;
    padding-right: 5px;
}


.checkbox_align_ys_3 input {
    vertical-align: bottom;
    float: left;
    padding: 0px;
    margin: 0px;
    cursor: inherit;
}

#geneFilter {
    padding-right: 8px !important;
    width: 20px !important;
    margin-right: 5px;
}

.checkbox_align_ys_3 input:checked {
    vertical-align: bottom;

}

.checkbox_align_ys_3 label {
    vertical-align: bottom;
    cursor: inherit;
}

.ctrl-chkbox-curser {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ctrl-chkbox-curser:hover {
    cursor: pointer;
}

.ctrl-chkbox-curser > label {
    margin: 0px  !important;
}

.gr_details {
    padding-left: 20px;
}

/* Interaction Filter Report  start */


.note_pnlbtn_link {
    padding-top: 10px;
    padding-bottom: 20px;
}

.evi_note {
    float: left;
}

.ref_note {
    float: right;
    margin: 0px;
    padding: 0px;
    line-height: 15px;
}

.reflink_lst li {
    line-height: 18px;
    font-size: 12px !important;
    margin-bottom: 10px;
}

.referenceLinks {
    text-decoration: underline;
}

#referenceLinks-modal-content .reflink_lst{
    padding-left: 16px !important;
}

.exit-modal-icon{
    content: url("../../images/close-button.png"); 
    width: 14px;
}

.hideanyinfo {
    display: none !important;
}


.genetic_risk_details {
    clear: both;
    margin: 0px 0px 12px 39px;
    color: #000;
    white-space: nowrap;
    font-weight: 600;
    color: #404040;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.circle:before {
    content: ' \25CF';
    font-size: 50px;
    color: #0773a3;
}


.button_badge {
    background-color: #0773a3;
    border-radius: 5px;
    color: white;
    padding: 1px 3px;
    font-size: 8px;
    position: absolute; /* Position the badge within the relatively positioned button */
    top: -6px;
    right: 0px;
}


#interv_history_data, #interventionAllhistory_table {
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
}

#interventionAllhistory_table thead {
    border: 1px solid #0773a3 !important;
}

.intrvcountholder {
    position: relative;
    width: 35px;
    float: right;
    padding-right: 5px;
}

.intrv_icon_set {
    width: 70px;
    margin: 0px !important;
    padding: 0px !important;
}

.interv_details_section label {
    font-size: 12px;
    color: #856404;
    padding-top: 5px;
}

.interv_details_section label span {
    font-size: 12px;
}

.alternative-note-title {
    padding: 0px 0px;
    color: #000000;
    position: relative;
}

#add-alternative-drugs .panel-heading {
    padding: 0px 0px 8px 0px !important;
}

#add-alternative-drugs .panel-heading:hover {
    cursor: pointer;
}

#add-alternative-drugs .panel-group {
    margin-bottom: 0px !important;
}

#add-alternative-drugs .panel-body {
    padding: 1px 0px 0px 5px !important
}

#add-alternative-drugs .panel {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#alternate-drugs {
    width: 100% !important;
}

#alternate-drugs tr {
    height: unset !important;
}

#alternate-drugs tr td {
    padding: 4px 6px !important;
    border-bottom: none !important;
    border-top: none !important;
    font-family: "Segoe UI", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 13px;
}

#alternate-drugs > tbody > tr:hover {
    cursor: pointer;
}

#alternate-drugs > tbody > tr:hover, #alternate-drugs > tbody > tr:visited, #alternate-drugs > tbody > tr:active {
    background: #efefef;
}

.alternate-drugs-spinner {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    margin-left: 0px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    text-align: center;
}

.alternate-drugs-spinner .img-spinner {
    width: 30px !important;
    height: 32px !important;
}

#drugclasseshd h3, #indicationshd h3, #mechanism-content-pane h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 8px 0px;
}

.alternate-note-title-noico {
    background: none !important;
}

.alternate-note-title-noico div {
    margin-right: 20px;
}

.mdrug-exposure .imgfortext11 {
    padding-left: 1px;
}

.page-footer {
    display: none;
}


@media print {
    #print_preview_ir .page-footer, #print_preview_ir .page-footer-space {
        height: 30px;
        text-align: right;
        font-size: 12px;

    }

    #print_preview_ir .page-footer {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        border-top: 1px solid #efefef;
        background: #ffffff;
        margin-top: 8px;
    }

    #print_preview_ir .page-footer p {
        margin-top: 5px !important;
        margin-right: 10px;
    }

    #print_preview_ir .page {
        page-break-after: always;
    }

    #print_preview_ir .page-header p {
        text-align: right;
        margin-right: 5px;
    }

    #print_preview_ir .table-for-ptinfo-header > thead {
        display: table-header-group;
    }

    #print_preview_ir .table-for-ptinfo-header > tfoot {
        display: table-footer-group;
    }

    .interaction_print_buttons {
        padding: 0px !important;
    }

    #print_preview_ir .table-for-ptinfo-header > tbody > tr {
        height: 6px !important;
    }

    #print_preview_ir .table-for-ptinfo-header > thead > tr {
        height: 0px !important;
    }

    #print_preview_ir .table-for-ptinfo-header > tfoot > tr {
        height: 0px !important;
    }

    #print_preview_ir .modal-header {
        display: none !important;
    }

    #print_preview_ir .modal-footer{
        display: none !important;
    }

    body {
        margin: 0;
    }
}

#processing-notifications {
    position: fixed;
    bottom: -1px;
    left: 0px;
    height: 50px;
    width: 100%;
    background: #ffffff;
    color: red;
    padding-top: 15px;
    padding-left: 5px;
    text-align: center;
}

.sol-label-text{
	color:#000000 !important;
}

#AstrextxtFrom{
font-size: 11px !important;
font-style: italic !important;
}

#alternate-drugs + p, #alternate-drugs + p b, #gene-list + p, #gene-list + p b {
	font-size: 11px !important;
    font-style: italic !important;
}

.youscript-italic{
    font-style: italic !important;
    font-size:12px !important;
}

.termstext{
    color:#626363 !important;
    margin-bottom: 44px !important; 
}

.copyright{
    color:#626363 !important;
}

#login-panel .copyright {
    text-align: center; /* Center-align the copyright text */
}

#login-panel div {
    display: block; 
}

#login-panel .terms-of-service-container{
    display: flex;
    flex-direction: column;
}

/***************************************/

.hidden {
    display: none;
}

.space {
    margin-bottom: 50px;
}
.img-spinner{
    width: 100px; /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}
.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align: center;
    z-index: 1234;
    overflow: none;

}

#login-panel .creattermss .context-spinner {
    position: absolute;
    width: max-content;
    height: max-content;
    top: -40px;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    text-align: center;
    z-index: 1250;
    display: none;
}

.irspinner{
    /* padding-top: 16px; */
    display: flex;
    align-items: center;  /* Center vertically */
    justify-content: center;  /* Center horizontally if needed */
    text-align: center !important;
    z-index: 1000;
}

.irspinner img{
    padding:5px;
    width:26px !important;
    height:26px !important;
}

.line-below {
    width: 100%;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 36px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.report-header {
    padding-bottom: 17px;
    margin: 18px 0;
    border-bottom: 1px solid #eeeeee;
}
.noborder,.noborder tr,.noborder th,.noborder td {
    border: none;
}
.large-font {
    font-size: 120%;
}
.small-font{
    font-size: 90%;
}
.progress-yellow .bar {
    background-color: #CCCC00;
    background-image: none; 
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -ms-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462),
    to(#57a957) );
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(top, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462',
    endColorstr='#57a957', GradientType=0 );
}


.red-pill {
    background: url('../../images/red-hand-lg.png') no-repeat;
    width:24px;
    height:24px;
    margin:auto;
}
.red-pill img {
    display: none;
}
.orange-pill {
    background: url('../../images/orange-warning-lg.png') no-repeat;
    width:24px;
    height:24px;
    margin:auto;
}
.orange-pill img {
    display: none;
}
.yellow-pill {
    background: url('../../images/yellow-warning-lg.png') no-repeat;
    width:24px;
    height:24px;
    margin:auto;
}
.yellow-pill img {
    display: none;
}
.green-pill {
    background: url('../../images/green-check-lg.png') no-repeat;
    width:24px;
    height:24px;
    margin:auto;
}
.green-pill img {
    display: none;
}
.contraindicated {
    background: url('../../images/contra-lg.png') no-repeat;
    width:24px;
    height:24px;
    margin:auto;
}
.contraindicated img {
    display: none;
}
sub-text {
    font-size: 11px;
    color: #4D4D4D;
}
ul.legend{
    list-style-type:none;
}
#icon-legend{
    border: 1px solid #E7E7E9;
    padding: 5px;
}
/* ----------------print version---------------- */
#print #results-pane, #print #helper-pane {width:95%;}
#print .navbar-fixed-top, #print #patient-pane, #print #drug-name, #print #tab-clinicalnotes, #print #tab-mechanism, #print #tab-alternate {display: none;}
#print .accordion-body {height: auto;}
#print .pull-right.clearfix, #severity_level {display: block;}
#print .modal-backdrop, #print  .modal-backdrop.fade.in {display: none;}
.well-print {min-height: 0px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #eee; border: 1px solid rgba(0, 0, 0, 0.05); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);}
#youscript-logo, #print-report-title {display: none;}
#print-report-title {margin-left: 155px;}
#print-outInteractionReport {display: none;}

/* ----------------create an account form------ */
#create-account-error-section, #create-account-server-error-section {padding-left: 5px;}
.form-error-msg {padding-left: 0px; color: #B94A48; font-size: 12px; line-height: 20px;}
#create-account-errorMessagebox, #create-account-successMessagebox { display: none; }
#create-account-modal label {display: inline-block;}
#create-account-modal .help-star {display: inline; float: none; vertical-align: top; padding: 0;}
#agreePolicy {display: none;}
#agreePolicy p, #agreePolicyModal p{font-size: 11.5px; margin: 6px 0; padding: 0;}
#agreePolicy h3, #agreePolicyModal h3{font-size: 13px;}
#termsOfService-link, #npi-link, #termsOfService{font-size: 11.5px;}
#termsOfService-link:hover, #npi-link:hover, #termsOfService:hover{cursor: pointer;}
#termsOfService-checkboxLabel {/*float: left;*/}
/* ----------------algo report modal----------- */
#algoReport {/*margin-top: -7px; padding-right: 2px;*/}

/* ----------------profile form---------------- */
#edit-profile-error-section, #edit-profile-server-error-section {padding-left: 5px;}
#edit-profile-successMessagebox, #edit-profile-errorMessagebox {display: none;}
/* ----------------change passowrd form-------- */
#savePasswordSuccessMessagebox, #savePasswordErrorMessagebox, #modalSuccessMessagebox, #modalErrorMessagebox, #alertSuccessMessagebox, #alertErrorMessagebox {display: none;}
#savepassword-error-section, #savepassword-server-error-section {padding-left: 5px;}
/* ----------------add subscription form------- */
#add-subscription-modal.modal.fade.in {top: 40%;}
#add-subscription-modal {/*margin: -350px 0 0 -280px;*/}
#add-subscription-modal .modal-body {max-height: 500px;}
#medical-professional-section {display: none;}
/* ----------------login form------------------ */
#add-patient-error-section {padding-left: 5px;}
#addPatientSuccessMessagebox,#addPatientErrorMessagebox, #editPatientErrorMessagebox{display: none;}
#registerHere .line-belowDiv {-moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color -moz-use-text-color #E5E5E5; border-image: none; border-style: none none solid; border-width: 0 0 1px; color: #333333; margin-bottom: 10px; margin-top: 10px; padding: 0; width: 100%;}
#login_alert {display: none;}
#login-label {margin-top: 36px;}
/* ---------------- add practice wizard modal ----- */
#nodoctypeErrorMessageBox, #doctypeSuccessMessagebox, #doctypeErrorMessagebox  {display: none;}
/* ---------------- forgot password modal ----- */
#forgotPasswordModalSuccessMessagebox, #forgotPasswordModalErrorMessagebox {display: none; margin-bottom: 0;}
/* ----------------other----------------------- */

#results-table .highlighted-row td { background-color: #E8F0FE;}
#results-table .highlighted-row td + td + td + td {border-right: 0px solid #ffffff; }
.btn-link2 {border-color: transparent; background-color: transparent; border-radius: 0 0 0 0; color: #0088CC; cursor: pointer;}
.btn-link2:hover {border-color: transparent; background-color: transparent; text-decoration: underline;}
.highlight-this {background-color: #eeeeee;}
.icon-pdf {background: transparent url("../../images/icon-pdf.png") center left; background-repeat: no-repeat; display: inline-block; height: 18px; line-height: 18px; vertical-align: text-bottom; width: 18px;}
.notetime {font-size:12px; color: #333333;}
.well {box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);}
#patient-summery-note-label {float:left;}
#patient-summery-note_block {clear: both; padding: 5px 0px 0px 28px;}
textarea {resize:none;}
#drugList-errorMessagebox-left {display: none; padding: 0px; margin: 0px;}
#drugList-errorAlert-left {padding: 4px 6px 4px;}
#drugList-errorMessagebox-right {display: none; padding: 0px; margin: 0px;}
#drugList-errorAlert-right {padding: 4px 6px 4px; }

#rememberme {
    margin-right: 5px; border: none !important;
    -webkit-box-shadow: none !important;
     box-shadow: none !important;
}

#rememberme:focus{
    box-shadow: inset 0 6px 1px rgb(0 0 0 / 7%), 0 0 7px rgb(102 175 233 / 60%) !important;
    -webkit-box-shadow: inset 0 6px 1px rgb(0 0 0 / 7%), 0 0 7px rgb(102 175 233 / 60%) !important;
}

.help-star {color: black;}
#close-labReports {margin: 0px 10px 10px 0px; padding: 0;}
.nav-tabs > li > a, .nav-pills > li > a {padding-left: 5px; padding-right: 5px;}
#editPatient{ line-height: 25px; padding-left:10px; }
/* ----------------add note-------------------- */
#addNoteLabel {display: block; font-size: 19.5px; line-height: 36px;  width: 100%;}
#add-note-successMessagebox, #add-note-errorMessagebox {display:none;}
/* ----------------dropdown menu-------------- */
.btn-dropdownMenu {border-color: transparent; background-color: transparent; border-radius: 0 0 0 0; color: #ffffff; cursor: pointer; padding-left: 12px; padding-right: 9px; line-height: 23px; font-size: 15px;}
.btn-dropdownMenu .caret {border-left-width: 5px; border-right-width: 5px; border-top-width: 5px; margin-top: 9px; margin-left: 5px; border-top: 6px solid white;}
.btn-dropdownMenu:hover {text-decoration: none;}
.btn-dropdownMenu:hover .caret {opacity: 1; filter: alpha(opacity=100);}

/* ----------------get dna test patient modal- */
#getDNATestPatient-error-section{padding-left: 2px;}
#getDNATestPatientErrorMessagebox, #getDNATestPatientSuccessMessagebox {display: none; margin-bottom: 0;}
/* ----------------get dna test patient modal- */
#geneDrugTable-error-section, #geneDrugTable-server-error-section {padding-left: 2px;}
#geneDrugTable-errorMessagebox, #geneDrugTable-successMessagebox {display: none; margin-bottom: 0;}
/* ----------------get patient alert-modal modal- */
#dont-show-again {margin-right: 8px; margin-top: 1px;}
#dont-show-again-block {margin: 22px 0 0;  color: #777777;}
#getPatientAlert-alert-text {margin: 0;padding: 2px 0;}

.severity_level-selected[name=selected]{text-decoration: none; font-weight: bold; color: #434343;}
.severity_level-selected[name=selected]:hover{text-decoration: none; font-weight: bold; color: #434343;}

/* ----------------print report modal------------ */

#print-report-modal-header.modal-header{
    margin-bottom:0px !important;
}

#print-report-modal{
	display: flex;
    align-items: flex-start;
    justify-content: center;
	}

#print-report-modal-body.modal-body{padding: 0 4px 0 7px;}
#youscript-logo-modal img{float: right; height: 40px; line-height: 90px;}
#print-report-title-modal h5{font-weight: normal; margin: 0;}
.doNotDisplay{display:none;}


@media print {

    .red-pill {
        background: url('../../images/red-hand-lg.png') no-repeat;
        width:24px;
        height:24px;
        margin:auto;
    }

    .orange-pill {
        background: url('../../images/orange-warning-lg.png') no-repeat;
        width:24px;
        height:24px;
        margin:auto;
    }

    .yellow-pill {
        background: url('../../images/yellow-warning-lg.png') no-repeat;
        width:24px;
        height:24px;
        margin:auto;
    }

    .green-pill {
        background: url('../../images/green-check-lg.png') no-repeat;
        width:24px;
        height:24px;
        margin:auto;
    }

    .contraindicated {
        background: url('../../images/contra-lg.png') no-repeat;
        width:24px;
        height:24px;
        margin:auto;
    }

}

/* SKIP patient details  CSS START  */

a.skip-patientdetails {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-patientdetails:focus, a.skip-patientdetails:active {
    color: #000;
    text-decoration: none;
    outline: none;
    background-color: #add;
    left: auto;
    top: auto;
    width: 50%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #efefef;
    text-align: center;
    font-size: 12px;
    z-index: 999;
}

/* SKIP patientdetails CSS END */

/* SKIP drugs  CSS START  */

a.skip-drugs {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-drugs:focus, a.skip-drugs:active {
    color: #000;
    text-decoration: none;
    outline: none;
    background-color: #add;
    left: auto;
    top: auto;
    width: 50%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #efefef;
    text-align: center;
    font-size: 12px;
    z-index: 999;
}

/* SKIP drugs CSS END */

/* SKIP phenotypes CSS START  */

a.skip-phenotypes {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-phenotypes:focus, a.skip-phenotypes:active {
    color: #000;
    text-decoration: none;
    outline: none;
    background-color: #add;
    left: auto;
    top: auto;
    width: 50%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #efefef;
    text-align: center;
    font-size: 12px;
    z-index: 999;
}

/* SKIP phenotypes CSS END */


/* PAGE HEADER CSS STARTS FROM HERE - ALL CSS RELATED TO HEADER(LOGO, MENU) HAS TO MOVE HERE */

.header_youscript_right, .header_youscript_left, .header_youscript_right_select_practice, .header_youscript_left_select_practice {
    float: left;
}

.header_youscript_right_select_practice .pull-right{
    display: flex;
    align-items: center;
    gap: calc(clamp(0px, 1vw, 22px));
}

.center-elements{
    display: flex;
    align-items: center;
}

.header_youscript_left_select_practice{
    display: flex;
    height: 34px;
    padding: var(--sds-size-space-300) 10px;
    align-items: center;
    gap: var(--sds-size-space-200);
}

.header_youscript_right {
    display: flex;
    justify-content: right;
    width: 60%;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 12px;
}

.header_youscript_left {
    width: 40%;
}

.header_youscript_right_select_practice {
    width: 70%;
}

.header_youscript_left_select_practice {
    width: 30%;
}

.navbar-default .navbar-nav>li>a {
    color:#333 !important;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color:#0773a3 !important;
}
/* PAGE HEADER CSS STARTS FROM HERE - ALL CSS RELATED TO HEADER(LOGO, MENU) HAS TO MOVE HERE */

.highcharts-figure, .highcharts-data-table table {
    min-width: 320px; 
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid #EBEBEB;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
	font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.highcharts-tooltip {
font-size: 14px !important;
}

input[type="number"] {
	min-width: 50px;
}

a:focus{
    outline-offset: 1px !important;
}

.secondary_hd{
    color: #ffffff !important;
    font-weight: bold !important;
    font-size: 16px !important;
    margin:0px !important;
}



.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;

}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222;
}

.ui-autocomplete > li > div {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    color: #333333;
    white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
    color: #262626;
    padding: 5px 0;
    background-color: #f5f5f5;
    cursor: pointer;
    border: none !important;
    outline: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


body{
    font-family: "Segoe UI", Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: url(../../images/grey-tile-bg.png) repeat;
    word-wrap:break-word;
}

label{
    font-weight: normal;
}
input, button, select, textarea{
    font-family: "Segoe UI", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
select{
    height: 32px;
}
.error{
    color: #b94a48 !important;
    font-size: 12px;
    font-weight: bold !important;
}

.btn:focus {
    outline: thin dotted #333;
    color: #fff;
}
.btn-link:focus {
    outline: thin dotted #333;
    color: #0773a3;
}

.panel-heading a {
    display: block;
}

.panel-heading a:focus {
    outline:unset;
}

.notes-subtext{
    padding: 8px;
}
.printable{
    display:none;
}

.drugNameCol{
    font-weight: bold;
    padding:8px !important;
    vertical-align: middle !important;
}

.mdrugNameCol{
    vertical-align: middle !important;
    padding:8px !important;
}

.drug-icons, .mdrug-icons{
    text-align: center;
    vertical-align: middle !important;
}

.drug-icons > img{
    width: 18px; 
    height: 18px;
}

.drug-exposure, .mdrug-exposure{
    padding:8px !important;
    vertical-align: middle !important;
}

.drug-sigcauses, .mdrug-sigcauses{
    padding:8px !important;
    vertical-align: middle !important;
}

.label-padding{
    padding: 7px 0px 0px 0px !important;
}

.container-full{
    margin: 0 auto;
    width: 100%;
    max-width: none;
}

.header_container_shadow{
    display: flex;
    margin: 0 auto;
    display: grid;
    align-items: center;
    white-space: nowrap;
    width: 100%;
    max-width: none;
    min-height:42px;
    border: #bdbdbd 1px solid;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
}

.nav-row{
    display: flex;
    align-items: center;
}

.metabolite-table{
    width: 100%;
    margin-bottom: 0;
    font-size: 11px;
}
.metabolite-table tbody>tr>td {
    border: none;
}
.metabolite-table tbody>tr {

}
.metabolite-row.collapse.in{
    display: table-row;
}
.metabolite-row.collapse.in > td{
    background-color: #dddddd;
    font-size: 11px;
    padding: 0;
}
.inset-shadow {
    -moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #000000;
}
.cbtn{
    color: #404040;
    font-size: 10px;
}
a{
    font-family: "Segoe UI", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #0773a3;
    font-size: 14px;
}
a:hover{
    color: #0773a3;
    text-decoration: underline;
}
smart{
    color: #000000;
    font-size: 18px;
    line-height: 25px;
}
legend{
    font-weight:bold;
    font-size: 14px;
    color: #626363;
    border: none;
    line-height: 20px;
    margin: 20px 0 10px;

}
h1,h3{
    margin: 0;
}
h2{
    font-size: 25px;
    margin: 0 0 10px;
    line-height: 25px;
}
h3{
    font-weight: normal;
    font-size: 18pt;
    color: #0773a3;
    line-height: 25px;
}
h4 {
    font-size: 14px;
    font-weight: normal;
}
input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    background: url('../../images/checkbox-rest.png') no-repeat;
    background-position-y: bottom;
    height: 18px;
    width: 18px;
    display:inline-block;
    padding:0px;
    margin:0px;

}
input[type=checkbox]:checked {
    -webkit-appearance: none;
    appearance: none;
    background:url('../../images/checkbox-clicked.png') no-repeat;
    background-position: bottom;
    height: 19px;
    width: 18px;
    display:inline-block;
    padding: 0 0 0 0px;
}
#log{
    line-height: 23px;
}

#lab-report-iframe{
    width: 100%;
    height: 83vh;
    padding: 0px !important;
}

@media only screen and (max-width: 480px) {
    .touch .modal .modal-body {
        max-height: none;
    }
    #lab-report-iframe{
        -webkit-overflow-scrolling: touch
    }
}

#mark-reviewed-successMessagebox,#mark-reviewed-errorMessagebox{
    display: none;
}
@media screen and (min-width: 768px){
    #addPractice-modal .modal-dialog{width:800px;}
    #algo-report-modal .modal-dialog, #patient-risk-modal .modal-dialog,#addExternalUsers-modal .modal-dialog {width:75%;}
}

/* tables */
#results-table{
    border-bottom: 1px solid #ddd;
}

.table{
    table-layout: fixed;
    margin: 0px;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #ffffff;
}

.table>thead>tr>td.success, .table>tbody>tr>td.success, .table>tfoot>tr>td.success, .table>thead>tr>th.success, .table>tbody>tr>th.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>tbody>tr.success>td, .table>tfoot>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr.success>th, .table>tfoot>tr.success>th {
    background-color: inherit;
    border-color: #ddd;
}
thead{
    background-color: #0773a3;
    color: #ffffff;
    font-size: 12pt;
}
tr{
    height: 37px;
    vertical-align: text-top;
}
.table-hover>tbody>tr:hover>td{
    background-color: #ffffff;
}
.table tbody>tr>td {
    vertical-align: top;
    color: #000000;
    overflow: hidden;
}
.table thead th {
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle;
}
.table-striped tbody tr:hover td {
    background-color: #EDEDED;
}
.table-striped tbody tr:nth-child(even):hover td {
    background-color: #EDEDED;
}
.table-striped tbody tr:nth-child(even) td {
    background-color: #ffffff;
}
.table-disable-hover.table tbody tr:hover td,
.table-disable-hover.table tbody tr:hover th {
    background-color: inherit;
}
.table-disable-hover.table-striped tbody tr:nth-child(odd):hover td,
.table-disable-hover.table-striped tbody tr:nth-child(odd):hover th {
    background-color: inherit;
}

#interventionAllhistory_table tr.interv_history_row:hover td {
    cursor: default !important;
}

.pull-center{
    text-align: center;
}
.light{
    color: #8ce0e6;
}
.well{
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border: 0;
    padding:0px !important;
    background:#ffffff;
}

.modal-footer{
    border-top: none;
}

.with-border-top {
    border-top: 1px solid #e5e5e5 !important;
}

.no-padding{
    padding: 0px !important;
}

.left-padding{
    padding-left: 20px;
}
.left-margin{
    margin-left: 20px;
}
.navbar-inner {
    background-color: white;
    background-image: none;
    /*	min-height: 48px;
    */
    filter: none;
}
.border-top{
    border-top: 1px dashed;
}
.btn{
    background-image: none;
    background-color: #ffffff;
    box-shadow: none;
    text-shadow: none;
    color: #000000;
    border:#0773a3 1px solid;
}

.btn-info{
    background-color: #d9d9d9;
    border: none;
}

.btn-warning{
    background-color: #0773a3;
    border: none;
}

.btn:hover{
    background-color: #0773a3;
    color: #fff;
}
.btn-link{
    color: #0773a3;
    background-color: transparent;
    font-size: 14px;
}
.btn-link:hover{
    color: #0773a3;
    background-color: transparent;
}
.btn-link:hover .icon-print{
    /* background-image: url("../../images/print-icon-hvr.png"); */
}
.btn-link:hover .icon-envelope{
    background-image: url("../../images/email-icon-hvr.png");
}
.btn-lg{
    padding: 12px 25px;
}

/* Container styling */
.buttons-container {
    display: flex;
    padding: 9px;
    justify-content: flex-end;
    align-items: center;
    gap: 11px;
    align-self: stretch;
}

.btn-save {
    width: 81.6px;
    align-items: center; 
}

.styled-button {
    display: flex;
    padding: 6.8px 12.8px;
    width: 81.6px;
    align-self: stretch;
    border-radius: 4px;
    text-align: center;
    font-family: "Segoe UI", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: var(--font-weight-400, 700);
    line-height: var(--line-height-20, 20px);
    cursor: pointer;
    gap: 2px; 
    justify-content: center; 
}

.modal-header .close {
    margin-right: 5px;
    display: flex;
    margin-left: auto;
}

.button-icon {
    height: 22px; 
    width: 22px;
}

#severity_level_block{
    font-size: 12pt;
    color: #000000;
    padding-right:0;
}
#severity_level_block:hover{
    font-size: 12pt;
    color:#626363;
    padding-right:0;
}
#severity_level_block .caret, .caret-blue{
    height: 15px;
    width: 15px;
    background-image: url("../../images/dropdown-arrow.png");
    margin-left:3px;
    border: 0;
    border-top: 0;
}

.dropdown-toggle .caret {
    width: 12px;
    height: 12px; 
    background: url("../../images/dropdown-arrow.png") no-repeat center center;
    border: none; 
    margin-left: 6px;
    margin-top: -4px;
}

#severity_level_block:hover .caret,.caret-blue:hover{
    background-image: url("../../images/dropdown-arrow-hover.png");
}
.notes-container{
    padding: 20px;
}
.btn-drugAlertFilter{
    background-color: transparent;
    padding: 15px;
}
.btn-drugAlertFilter:hover{
    background-color: transparent;
}

.arrow.repos1{
    top: 100px !important;
}
.popover{
    background-color: #f5f5f5;
}
.popover.right>.arrow:after {
    border-right-color: #f5f5f5;
}
.popover-title{
    color: #000000;
    font-size: 20px;
    line-height: 36px;
    margin: 10px;
    display: none;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: sticky;
    width: -webkit-fill-available;
}
.styled-select select {
    width: 200px;
    border: 0;
    height: 28px;
    font-size: 12pt;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 5px;
    margin: 0;
}
.styled-select{
    background: url('../../images/dropdown-arrow.png') no-repeat right;
    overflow: hidden;
    border: 1px solid #dce4ea;
}

#savePromptModal .modal-dialog .modal-content .modal-body,
#savePromptModal .modal-dialog .modal-content .modal-footer {
    padding: 0px !important;
}

#savePromptModal .modal-dialog .modal-content .modal-footer {
    padding: 0px !important;
}

.large-padding-container{
    padding: 14px !important;
}

.save-message {
    display: flex;
    padding: 26px 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-bottom: 1px solid #e5e5e5 !important;
    margin: 0px !important;
}

.buttons-container

#results-table .glyphicon{
    font-size: 12px;

}

#results-table th .glyphicon {
    font-size: 12px;
    display: block;
}

.metaboliteNameCol{
    font-size:13px;
    overflow: hidden;
}

.table-striped{
    border-bottom: 1px solid #e7e7e9;
}

.toolbar-offset{
    height: 20px;
}
/* submit buttons */
input[type="submit"].btn-block, button[type="submit"].btn-block {
    border-radius: 5px;
    background-color: #0773a3;
    background-image: none;
    border: none;
    width: 180px;
    padding: 12px;
    margin: 15px auto;
    color: white;
    font-family: "Segoe UI", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    text-shadow: none;
}
input[type="submit"].btn-block:hover, button[type="submit"].btn-block:hover {
    background-color: #0773a3;
    text-decoration: none;
    color: #fff;
}
.dropdown-menu a {
    font-size: 14px;
    font-weight: normal;
}
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    color: #0773a3;
    text-decoration: underline;
    background-color: transparent;
    background-image: none;
}
.panel-header{
    margin-bottom: 12px;
}
.panel-header smart{
    font-weight: 600;
    padding-left: 22px;
    padding-bottom: 10px;
}
#testResults > div > smart{
    padding-left:0;
}
.row [class*="span"] {
    box-shadow: none;
}
.tab-content{
    padding: 10px 0;
}
/*.nav{
	margin-bottom: 7px;
}*/
/* .nav-tabs {
    border-bottom: 4px solid #626363;
    margin-bottom: 10px;
} */

.nav-tabs > li > a {
    font-style: normal;
    color: #0773a3;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover{
    color: #626363;
}
@media (min-width: 768px){
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.navbar {
    min-height: 42px;
    background-color: #ffffff;
}

.btn-lg .caret {
    margin-top: 5px;
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px;
    margin-left: 10px;
}


#select-class{
    padding: 15px 25px 0;
}

#alternate-drug-content-filter #select-class{
    padding: 0px;
}

#select-class .btn{
    font-style: normal;
    margin: 5px 0;
    color: #000000;
    font-weight: normal;
    font-size: 14px;
    padding: 5px 12px;
    float: left;
    background-image: none;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    line-height: 20px;
    background-color: #e9ebec;
    white-space: normal;
}
#select-class .btn:hover{
    color: #fff;
    background-color: #626363 ;
    white-space: normal;

}

.dropdown-header{
    font-size:14px;
    font-weight:bold;
}


#riskgraph{
    width: 240px;
}
#home-site{
    font-style: normal;
    color: #31767b;
}
#home-site:hover {
    color: #0773a3;
}
#login-panel h3{
    padding: 0 0 34px 0;
}
#pwd, #username{
    width: 100%;
}
#remembermelabel{
    margin: 0;
}
.help-inline{
    font-size: 11px;
}
.btm-links{
    border-bottom: 1px dashed #ccc;

    padding: 20px 0 10px;
}
.btm-links a{
    font-style: normal;
    text-align: left;
    font-size: 13pt;
    font-weight: normal;
    color: #0773a3;
}
#login-toolbar:hover{
    background-image: none;
    border: none;
    box-shadow: none;
    font-style: normal;
    color: #0773a3;
    background-color: transparent;
    text-decoration: underline;
}
#getInteraction-table{
    margin: 0px !important;
}

#patient-details{
    background-color: #E8F0FE;
    color: white;
    /* margin: 0 -19px; */
}

#getComments{
    display: flex;
    align-items: center;
}

#showAllInterventionHistory{
    display: flex;
    align-items: center;
}

#patient-content{
    padding: 15px 15px 4px 15px;
}

#logo{
    padding-left: 15px;
    padding-top: 4px;
    max-width: 100%;
    border: 0;
}
#pinned-image{
    position: fixed;
    bottom: 0;
    right: 0;
    /*  background: url('../../images/venn-icon-big.png'); */
    width: 289px;
    height: 284px;
    z-index: -100;
}


.table .pillrow{
    vertical-align: middle;
    min-width: 20px;
}


.glyphicon-info-sign{
    font-size: 12px;
    vertical-align: top;
}
[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
}

.icon-trash{
    height: 19px;
    vertical-align: middle;
}
.icon-arrow-up img {
    display: none;
}
.icon-arrow-down img {
    display: none;
}
.icon-seesaw img {
    display: none;
}
.icon-info-sign{
    margin: auto;
}
img.print{
    display: none;
}
.icon-no-info{
    width: 20px;
    height: 20px;
    line-height: 21px;
    vertical-align: text-top;
    background-image: url("../../images/no-info-icon.png");
    background-repeat: no-repeat;
    background-position: 0;
}

.impact-icon > img{
    width: 12px;
    margin: 3px 4px 0px 0px;
    float: left;
}

.icon-th-large{
    width: 21px;
    height: 21px;
    line-height: 21px;
    vertical-align: text-top;
    background-image: url("../../images/2-column.png");
    background-repeat: no-repeat;
    background-position: 0;
}
.icon-th{
    width: 21px;
    height: 21px;
    line-height: 21px;
    vertical-align: text-top;
    background-image: url("../../images/3-column.png");
    background-repeat: no-repeat;
    background-position: 0;
}
.icon-error-alert{
    width: 24px;
    height: 24px;
    line-height: 22px;
    vertical-align: middle;
    background-image: url("../../images/error.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.icon-search{
    width: 24px;
    height: 18px;
    line-height: 22px;
    vertical-align: text-top;
    background-image: url("../../images/search-icon.png");
    background-repeat: no-repeat;
    background-position: 0;
}
.icon-calendar{
    width: 20px;
    height: 21px;
    line-height: 20px;
    vertical-align: text-top;
    background-image: url("../../images/calendar-icon.png");
    background-repeat: no-repeat;
    background-position: 0;
}
.icon-arrow-up{
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 2px;
}
.icon-arrow-down{
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 0;
    padding: 0 2px;
}
.icon-seesaw{
    width: 25px;
    height: 20px;
    background-image: url("../../images/see-saw1.png");
    background-repeat: no-repeat;
    background-position: 0;
    padding: 0 2px;
}
.icon-chevron-up{
    width: 16px;
    height: 16px;
    background-image: url("../../images/chevron-up-hvr.png");
    background-repeat: no-repeat;
    background-position: 0;
}
.icon-minus-sign{
    width: 16px;
    height: 16px;
    background-image: url("../../images/induction-inhibition-minus-icon.png");
    background-repeat: no-repeat;
    background-position: 0;
}
.icon-plus-sign{
    width: 16px;
    height: 16px;
    background-image: url("../../images/induction-inhibition-plus-icon.png");
    background-repeat: no-repeat;
    background-position: 0;
}
.icon-list-alt{
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-image: url("../../images/report.png");
    background-repeat: no-repeat;
    background-position: 0;
    padding: 0 2px;
}
.icon-check{
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-image: url("../../images/reviewed.png");
    background-repeat: no-repeat;
    background-position: 0;
    padding: 0 2px;
}
.icon-flag{
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-image: url("../../images/flag.png");
    background-repeat: no-repeat;
    background-position: 0;
    padding: 0 2px;
}
.icon-folder-close{
    width: 16px;
    height: 16px;
    background-image: url("../../images/save-icon.png");
    background-repeat: no-repeat;
    background-position: 0;
}
.icon-print{
    /* vertical-align: middle; */
    margin-right:2px;
    width: 20px;
    height: 20px;
    background-image: url("../../images/print-icon.png");
    background-repeat: no-repeat;
    background-position: 0;
}
.icon-envelope{
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-image: url("../../images/email-icon.png");
    background-repeat: no-repeat;
    background-position: 0;
}

.icon-contran{
    width: 16px;
    height: 16px;
    background-image: url("../../images/contra.png");
    background-repeat: no-repeat;
    background-position: 0;
}

.icon-red-hand{
    width: 16px;
    height: 16px;
    background-image: url("../../images/red-hand.png");
    background-repeat: no-repeat;
    background-position: 0;
}

.icon-orange-warning{
    width: 16px;
    height: 16px;
    background-image: url("../../images/orange-warning.png");
    background-repeat: no-repeat;
    background-position: 0;
}

.icon-yellow-warning{
    width: 16px;
    height: 16px;
    background-image: url("../../images/yellow-warning.png");
    background-repeat: no-repeat;
    background-position: 0;
}

.icon-green-check{
    width: 16px;
    height: 16px;
    background-image: url("../../images/green-check.png");
    background-repeat: no-repeat;
    background-position: 0;
}
  
.icon-no-drug-info{
    height: 18px;
    width: 18px;
}

.icon-product-label{
    height: 20px;
    width: 16px;
}

.icon-tooltip{
    height: 15px;
    width: 15px;
}
  
  
.page-header{
    /* padding-left: 20px; */
    border-bottom: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
    color: #626363;
    font-size: 17pt;
}

.page-header small{
    padding-left: 20px;
    border-bottom: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 9pt;
    color: #908071;
}
/* Population Risk Table*/
.plotnumberChart{
    background-color: rgba(238, 238, 238, 0.38);
    margin-top: 4px;
    width: 100%;
}
.plotnumberChart td{
    padding: 0 5px;
    width: 58px;
}
.plotnumberChart .cellspace{
    width: 10px;
    padding: 0;
    background-color: #fff;
}
#highRiskColor{
    background-color: #a62e23;
}
#midRiskColor{
    background-color: #e9613b;
}
#lowRiskColor{
    background-color: #ebc85b;
}
#noRiskColor{
    background-color: #26905b;
}

#recomdColor{
    background-color: #a62e23;
}
#optionalColor{
    background-color: #ebc85b;
}
#prevtivColor{
    background-color: #ebc85b;
}
#completedColor{
    background-color: #26905b;
}

.plotriskLabels{
    font-size: 14px;
    line-height: 18px;
    color: #626363;
    height: 45px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    vertical-align: bottom;
}
.plotriskValues{
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #626363;
    height: 35px;
    text-align: center;
    vertical-align: top;
}

.plotrisktitle{
    font-size: 14px !important;
    line-height: 25px;
    color: #626363;
    height: 35px;
    text-align: center;
    vertical-align: top;
    font-weight: normal !important;
}





.plotriskptcount{
    font-size: 11px;
    line-height: 12px;
    color: #626363;
    height: 20px;
    text-align: center;
    vertical-align: top;
}
/* Patient Summary Risk Table */
.numberChart{
    background-color: #efe8e2;
    margin-top: 4px;
    margin-bottom: 10px;
}
.numberChart td{
    padding: 0 0px;
    width: 60px;
}
.numberChart .cellspace{
    width: 3px;
    padding: 0;
    background-color: #fff;
}
#interactionAlertRiskColors{
    height: 5px;
}

#pharmacoRiskColors{
    height: 5px;
}

#drugRiskColors{
    height: 5px;
}

#geneticRiskColors{
    height: 5px;
}

#largeRiskColor{
    background-color: #903223;
}
#mpRiskColor{
    background-color: #f46c22;
}
#minRiskColor{
    background-color: #ecc95c;
}
.riskLabels{
    font-size: 12pt;
    line-height: 10px;
    color: #838383;
    height: 20px;
    text-align: center;
    vertical-align: bottom;
}
.riskValues{
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    color: #908071;
    height: 40px;
    text-align: center;
    vertical-align: top;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    font-size: 11pt;
}
#editNotes{
    /* margin-left: 15px; */
}
/*drug sidebar */
#drug-details{
    background-color: #fff;
    padding: 7px 20px 20px 20px !important;
}

#drug-details .nav-tabs {
    display: flex;
    flex-direction: row;
    margin-bottom: 18px;
    border-bottom: 0px !important;
    flex-wrap: wrap;
    gap: 0.5px;
    max-width: 360px;
    justify-content: space-between;
}


#drug-details .nav-tabs > li > a{
    background:none !important;
    padding: 7px !important;
    color: #626363;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height:  20px;
    border: 0px;
    border-bottom:  4px solid #D4D4D4 !important;
}

#drug-details .nav-tabs > .active > a, #drug-details .nav-tabs > li > a:hover,
#drug-details .nav-tabs > li > a:focus  {
    color: #0773A3;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    border: 0px;
    border-bottom:  4px solid #0773A3 !important;
}

#drug-details .nav-tabs::before,
#drug-details .nav-tabs::after {
    content: none !important; 
    display: none !important;
}

.panel-default > .panel-heading {
    background-color: #ffffff;
    /* border: 1px solid #6cbbc1; */
    border-radius: 3px;
    font-style: normal;
}
.panel-default > .panel-heading:hover{

    text-decoration:none;
    font-style: normal;
}
.panel-default > .panel-default:hover h4 small{
    color: #fff;
}
.panel-default > .panel-heading:hover a{
    color: #fff;
    text-decoration: none;
}
#alternate-drugs th{
    word-wrap: normal;
}

.info-text{
    padding-left: 18px;
}
#orderTestModal{
    width: 800px;
    margin-left: -320px;
    height: 680px;
    margin-top: -350px;
}


.modal-header h3{
    color: #fff;
    font-size:15px !important;
    font-weight:bold;
}
.modal-body label{
    color: #000000;
}
.modal-footer .btn-cancel{
    background-color: #89898a;
    color: #fff;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
}
.modal-footer .btn-cancel:hover{
    background-color: #0773a3;
    color: #fff;
}

#modalErrorMessagebox{
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.paging-selected {
    font-weight: bold;
    padding: 5px 2px;
    color: #ffff !important;
    background: #005175 !important
}

.paging{
    text-align: center;
    padding: 7px;
}
.paging a{
    padding:5px 2px;
}

.plaintext {
    font-family: "Segoe UI", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #333;
    font-size: 11pt;
}
#log .glyphicon{
    /* vertical-align: middle*/
}
.icon-note{
    display: inline-block;
    padding-top: 25px;
    float: left;
}

.icon-note-red{
    margin-right: 4px;
    width: 16px;
    height: 16px;
    background-image: url("../../images/red-hand.png");
    background-repeat: no-repeat;
    background-position: 0;
}
.icon-note-orange{
    margin-right: 4px;
    width: 16px;
    height: 16px;
    background-image: url("../../images/orange-warning.png");
    background-repeat: no-repeat;
    background-position: 0;
}
.icon-note-yellow{
    margin-right: 4px;
    width: 16px;
    height: 16px;
    background-image: url("../../images/yellow-warning.png");
    background-repeat: no-repeat;
    background-position: 0;
}
.icon-note-green{
    margin-right: 4px;
    width: 16px;
    height: 16px;
    background-image: url("../../images/green-check.png");
    background-repeat: no-repeat;
    background-position: 0;
}

.icon-note-contraindicated{
    margin-right: 4px;
    width: 16px;
    height: 16px;
    background-image: url("../../images/contra.png");
    background-repeat: no-repeat;
    background-position: 0 100%;
}
.icon-legend-table{
    width:100%;
    display: table;
}
.icon-legend-table td{
    vertical-align: middle;
}

#icon-legend-table th:nth-child(1), 
#icon-legend-table td:nth-child(1)  
{
    text-align: center;
}

#icon-legend-table td:nth-child(1) img {
    display: block;
    margin: auto;
}

.icon-td{
    text-align: center;
}
#addPractice-modal, #addExternalUsers-modal{
    /* width: 75%;
    left: 12%;
    margin: auto;*/
}
#modalSyncSuccessbox, #modalSyncErrorbox {
    display:none;
}
#no-users-div, #drugList-successAlert-left-target{
    display:none;
}

#drugRiskChart, #geneticRiskChart,#pharmacogenRecommendChart{
    width: 100%;
    height:230px;
    margin:auto;
    max-width:230px;
}

#addExternalUsersError-body,#users-review-tables, #add-provider-progress-bar{
    display:none;
}

.tooltip-inner {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #908071;
}
.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=1);
}

#drug-alert-filter{
    /* width:100%; */
}
.primaryNotesSection, .secondaryNotesSection{
    margin-top: 10px;
}
.tooltip-inner{
    text-align: left;
    font-weight: normal !important;
}

.small-note {
    color: grey;
    font-size: 8px;
    font-style: italic;
    margin: 0;
    padding: 0;
}

#alternates-rank-info .tooltip-inner{

}
.evidenceLegend {
    padding: 0px 0px;
    border-width: 0px;
    text-decoration: underline;
}
#evidence-legend-modal-header {
    margin-bottom: 0px;
}
.widthFifty{
    width: 50px;
}

#allpatientdashboard_providers{
    width:250px;
    background: #E8F0FE;
}


/* autocomplete dropdown override css START */


.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    box-shadow: inset 0 0 0 1px #9ea1a2;
    border: 1px solid #9ea1a2;
    color: #000000 !important;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-background-clip: padding-box;
    -moz-background-clip:    padding;
    background-clip:         padding-box;

    background: rgb(219,219,221);
    background: -moz-linear-gradient(356deg, rgba(219,219,221,1) 0%, rgba(245,245,245,1) 100%);
    background: -webkit-linear-gradient(356deg, rgba(219,219,221,1) 0%, rgba(245,245,245,1) 100%);
    background: linear-gradient(356deg, rgba(219,219,221,1) 0%, rgba(245,245,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dbdbdd",endColorstr="#f5f5f5",GradientType=1);
}


/* autocomplete dropdown override css STOP */

/* file upload button choose file section css  STOP */


/* google recaptcha css START */

.bottommargin{
    margin-bottom:20px !important;
}

.ys-link{
    color: #0773a3;
    text-decoration: underline;
}

.upload_instructions{
    text-decoration: underline;
    font-style: italic;
    font-size: 11px;
}

#btn-file {
    position: relative;
    overflow: hidden;
    color: #0773a3 !important;
}
#btn-file:hover{
    cursor: pointer;
    color: #ffffff !important;
}

#btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.errorText{
    margin-left:10px;
    display: none;
}

.filenametext{
    font-size: 11px;
    font-weight: 700;
    margin: 0px 0px 0px 7px;
    font-style: italic;
}

/* google recaptcha css end */

.drug-gene-sup {
    padding: 1px;
}

#buttons-container-patient-risk{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    margin-left: auto;
}

/* Pharmacogenetic Testing Recommendation Download */
#patient-recomdrisk-table_wrapper.dataTables_wrapper .dt-buttons {
    float:right;
}
#patient-recomdrisk-table_wrapper.dataTables_wrapper .glyphicon:before {
    margin-right: 3px;
}

.bold-label {
    font-weight: bold;
}

.drug-gene_title {
    -webkit-print-color-adjust: exact;
    -moz-print-color-adjust: exact;
    -o-print-color-adjust: exact;
    -ms-print-color-adjust: exact;
    color-adjust: exact;
    background: #0773a3;
    padding: 6px 7px;
    height: 40px;
}

.drug-gene-results-table{
    margin-bottom: 15px;
}

.drug-gene-results-table th:nth-child(1) { width: 20%; }
.drug-gene-results-table th:nth-child(2) { width: 35%; }
.drug-gene-results-table th:nth-child(3) { width: 45%; }

.drug-gene-category_title {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff !important;
    margin-bottom: 0;
}



.print_ir_no_padding {
    padding: 0 !important;
}

.print_ir_druggenecategory {
    background-color: transparent !important;
    margin-bottom: 0 !important;
}

.print_ir_interactions {
    background-color: transparent !important;
}

.print_ir tr.no-bottom-border {
    border-bottom: none !important;
}

#drug_gene_table_prn
    background-color: #efefef !important;
    font-weight: bold !important;
    font-size: 14px !important;
    height: auto !important;
    padding: 2px 8px 2px 8px !important;
    text-align: left !important;
    vertical-align: middle;
    color: #000000;
}

.highcharts-color-10 {
    fill: #000080;
    stroke: #000080;
}

.highcharts-color-11 {
    fill: #1B9ACE;
    stroke: #1B9ACE;
}

.highcharts-color-12 {
    fill: #87CEFA;
    stroke: #87CEFA;
}

.highcharts-color-13 {
    fill: #999999;
    stroke: #999999;
}

.highcharts-color-1 {
    fill: #a62e23;
    stroke: #a62e23;
}

.highcharts-color-2 {
    fill: #e9613b;
    stroke: #e9613b;
}

.highcharts-color-3 {
    fill: #ebc85b;
    stroke: #ebc85b;
}

.highcharts-color-4 {
    fill: #26905b;
    stroke: #26905b;
}

#patient-recomdrisk-table table {
    width: 100%;
    table-layout: fixed;
}

#patient-recomdrisk-table th.first-colhd {
    width: 25%;
}

#patient-recomdrisk-table th.dob-col {
    width: 10%;
}

#patient-recomdrisk-table th.sex-col {
    width: 13%;
}

#patient-recomdrisk-table th.phone-col {
    width: 12%;
}

#patient-recomdrisk-table th.drugcount-col {
    width: 10%;
}

#patient-recomdrisk-table th.pip-col {
    width: 10%;
}

#patient-recomdrisk-table th.pgxdrug-col {
    width: 20%;
}

#patient-recomdrisk-table th.completed-first-colhd {
    width: 30%;
}

#patient-recomdrisk-table th.completed-dob-col {
    width: 15%;
}

#patient-recomdrisk-table th.completed-sex-col {
    width: 15%;
}

#patient-recomdrisk-table th.completed-phone-col {
    width: 15%;
}

#patient-recomdrisk-table th.completed-drugcount-col {
    width: 10%;
}

#patient-recomdrisk-table th.completed-pip-col {
    width: 15%;
}
.fake-input-disabled {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    cursor: not-allowed;
}