/* font size equivalent to 10pt in default */
body {
    font-family: Arial, Verdana, sans-serif;
    font-size: 81.3%;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, select, option, textarea{
    font-family: Arial, Verdana, sans-serif;
    font-size: 1em;
}

.aligntop {
    vertical-align: top;
}

h1 {
    font-size: 1.231em;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
h2 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
h3 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
h4 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

/* Because in IE the default for <th> is text-align: center */
th {
    text-align: left;
    font-weight: bold;
}

a:link {
    color: #4D76B6;
    text-decoration: none;
}
a:visited {
    color: #4D76B6;
    text-decoration: none;
}
a:hover {
    color: #333333;
    text-decoration: underline;
}

/* default border varies in different browsers */
fieldset {
    border: 2px solid gainsboro;
    border-radius: 5px;
}

.fieldsetdoctype {
    border: 2px solid gainsboro;
    padding-left: 0.5em;
    text-align: left;
    max-height: 30%;
    width: 90%;
    display: block;
    overflow: auto;
    background-color: #fff;
}

fieldset.search {
    padding-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-top: 15px;
    float: left;
    width: 45%;
}

div.search {
    padding-left: 15px;
    padding-bottom: 10px;
}

.body {
    margin: 0;
    padding: 0;
    text-align: left;
    top: 0;
    left: 0;
    z-index: 999;
}

.highlightMessage {
    font-weight: bold;
    text-align: left;
}

.errmsg {
    color: #FF0000;
}

span.errmsg.customStyle {
    margin-left: 10px;
}

.errtable {
    position: fixed;
	top: 138px;
	z-index: 999;
	background-color: #FFFFFF;
    border-collapse: collapse;
    border-color: #C4C5C6;
    border-style: solid;
    border-width: 1px;
}

.footertext {
    color: #999A9B; 
    font-weight: bold;
}

.headertext {
    background-image: url('../../images/headerbackground.gif');
    background-color: #99CCFF;
    color: #FFFFFF;
    font-weight: bold;

    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    
    text-align: left;
}

.pageFormContainer {
	position: fixed;
	top: 138px;
	left: 0;
	z-index: 999;
}

[name="patientSetupActionForm"] {
	margin-top: 150px;
    position: relative;
    min-height: auto;
}

[name="phqPreOpActionForm"],
[name="setupUserGroupActionForm"],
[name="patientActionForm"],
[name="preOpAssessmentActionForm"],
[name="associatedStaffActionForm"],
[name="triageExaminationActionForm"],
[name="preOpMessageActionForm"],
[name="worklistActionForm"],
[name="generalQuestionnaireActionForm"],
[name="riskAssessmentActionForm"],
[name="preOpLabActionForm"],
[name="perioperativePlanActionForm"],
[name="dischargePlanningActionForm"],
[name="investigationActionForm"],
[name="followUpActionForm"],
[name="examinationActionForm"],
[name="documentLogActionForm"],
[name="examinationActionForm"],
[name="anaestheticAssessmentActionForm"],
[name="clinicalOverviewActionForm"] {
	position: relative;
    z-index: 0;
    margin-top: 200px;
    min-height: auto;
}

[name="setupUserGroupListActionForm"],
[name="setupLabListActionForm"],
[name="setupLabActionForm"],
[name="setupProcedureListActionForm"],
[name="setupProcedureActionForm"],
[name="setupStaffActionForm"] {
	margin-top: 86px;
}

[name="preOpLabActionForm"] {
	margin-top: 0;
}

[name="setupUserGroupActionForm"],
[name="patientActionForm"] {
	margin-top: 85px;
	position: relative;
	min-height: auto;
}

.patientSetupActionForm {
    margin-top: 200px;
    min-height: auto;
}

#preopHistory {
	margin-top: 180px;
	position: relative;
}

.patientheadertext {
    background-color: #99CCFF;
    color: #FFFFFF;

    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
}

.headbkglft {
    background-image: url('../../images/menu_left.gif');
    background-position: top left;
    background-repeat: no-repeat;

    height: 20px;
    width: 12px;
}

.headbkgmid {
    background-image: url('../../images/menu_bg.gif');
    background-position: top left;
    background-repeat: repeat-x;

    height: 20px;
    width: 1600px;
}

.headbkgrgt {
    background-image: url('../../images/menu_right.gif');
    background-position: top right;
    background-repeat: no-repeat;

    height: 20px;
    width: 12px;
}

.labelsetup {
    padding-left: 20px;
}

.patientsearch td{
    text-align: left;
    font-size: 100%; /**12pt*/
}

.selectstyle {
    height: 2em;
	padding:0.1em;
}

.selectstylepreopstatus {
    height: 2em;
	padding: 0.1em;
    width: 95%;
}

.proc {
    text-align: left;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.linknavigation {
    font-weight: bold;
}

.linkenterapp {
    text-align: center;
}

.listheader {
    background-color: #99CCFF;
    color: #FFFFFF;
    font-weight: bold;

    padding-bottom: 2px;
    padding-top: 3px;
}

.listheaderleft {
    background-color: #99CCFF;
    color: #FFFFFF;
    font-weight: bold;

    padding-bottom: 2px;
    padding-top: 3px;
    text-align: left;
}

.navigationdatarow {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
}

.navigationlinkrow {
    font-weight: bold;

    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
}

.outertable {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #C4C5C6;
    border-collapse: collapse;
}

.outertablebackground {
    /**
    border-style: solid;
    border-width: 1px;
    border-color: #C4C5C6;
    border-collapse: collapse;
    */
}

.tabtable {
    /** border-style: solid;
    border-width: 1px;
    border-color: #C4C5C6;
    border-collapse: collapse; */
    width: 100%;
    position: relative;
}

.innertable {
    border-style: solid;
    border-width: 1px;
    border-color: red;
    border-collapse: collapse;
}

#table_home {
    height: 289px;
}

.page {
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #FFFFFF;
}

.rowfirst {
    background-color: #FFFFFF;
}

.rowsecond {
    background-color: #F8F8F8;
}

.rowlast {
    color: white;
    font-weight: bold;
    background-color: #99CCFF;
}

.tableheader {
    background-image: url('../../images/tableheader.gif');
    background-position: top left;
    background-repeat: repeat-x;

    border-bottom: 1px solid #C4C5C6;
    color: #FFFFFF;
    font-weight: bold;

    padding-bottom: 2px;
    padding-left: 20px;
    padding-top: 3px;
    
    text-align: left;
}

.menuheader {
    background-image: url('../../images/menubackground.gif');
    background-position: top left;
    background-repeat: repeat-x;
    
    padding-bottom: 0px;
    padding-left: 20px;
    padding-top: 0px;
    height: 40px;
    z-index:2;
    position:relative;
}

/*
.menuheaderleft {
    background-image: url('../../images/title_left.gif');
    background-position: top left;
    background-repeat: no-repeat;

    height: 38px;
    width: 16px;
}
*/

.menuheaderleft {
    background-image: url('../../images/menubackground.gif');
    background-position: top left;
    background-repeat: repeat-x;
    
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    height: 40px;
}

.menuheadermiddle {
    background-image: url('../../images/title_middle.gif');
    background-position: top left;
    background-repeat: repeat-x;

    height: 38px;
}

/*
.menuheaderright {
    background-image: url('../../images/title_right.gif');
    background-position: top right;
    background-repeat: no-repeat;
	
    height: 38px;
    width: 16px;
}
*/

.menuheaderright {
    background-image: url('../../images/menubackground.gif');
    background-position: top right;
    background-repeat: no-repeat;
	
    height: 38px;
    width: 16px;
}

.tb2 {
    border-style: none;
    border-collapse: collapse;
}

.welcomeapptitle {
    /*color: #99CCFF;*/
    color: #222222;
    font-style: italic;
    font-weight: bold;

    text-align: center;
}

.welcomeenterapp {
    text-align: center;
}

.fieldset {
    text-align: center;
    width: 92%;
}

.fieldsetbackground {
    text-align: center;
    width: 92%;
}

.hide {
    display: none;
}

.left {
    float: left;
    width: 200px;
    background-color: #f0f8FF;
    text-align: left;
}

.centre{
    padding: 0px 10px 5px 10px;
    margin: 0px; 
    background-color: #f0f8FF;
    width: 100%;
}

.question_all {
    text-align: left;
    padding-left: 1.5em;
}

.question_single {
    text-align: left;
    padding-left: 10px;
}

.qtitle {
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 3px;
    width: 90%;
}

.attention {
    font-weight: bold;
    color: #0050EF;
    background-image: url('/images/icons/lightbulb.png');
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-bottom: 2px;
}

.attention_question {
    font-weight: bold;
    color: #0050EF;
    background-image: url('/images/icons/lightbulb.png');
    background-repeat: no-repeat;
    padding-left: 20px;
    width: 10px;
    padding-bottom: 2px;
}

.attention_text {
    font-variant: small-caps;
    font-weight: bold;
    color: #0050EF;
}

legend {
	text-align: left;
    color: #4D76B6;
    font-size: 107.7%;
    font-weight: bold;
}

.dynamictable {
    border-color: #C4C5C6; 
    border-width: 1px; 
    border-style: solid; 
    border-collapse: collapse;
}

.dynamictable td {
    text-align: left;
}

.redcenter {
    color: red;
    text-align: center;
}

.fieldsetphq {
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
    text-align: left;
}

.fieldsetbackground {
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
    padding-left: 1.5em;
    text-align: left;
}

fieldset.childsections {
    border: none !important;
    margin-top: 1em;
    padding-left: initial;
}

legend.child_dischargePlanning_legend{
	 margin-top: 1em;
}


.fieldsetlarger {
    text-align: center;
    width: 95%;
}

.fieldsetphq dt {
    float: left;
    width: 5%;
}

.fieldsetphq dd {
    padding-bottom: 8px;
    width: 95%;
}

#phqleftcolumn .fieldsetphq dl {
    margin: 0;
}

#phqleftcolumn .fieldsetphq dd {
    padding-bottom: 0;
}

.fieldsetbackground dt {
    float: left;
    width: 5%;
}

.fieldsetbackground dd {
    padding-bottom: 8px;
}

.configcolumn {
    float: left;
    text-align: left;
    margin: 0;
    padding: 0;
    width: 40%;
}

.indentdisplay {
    display: block;
    padding-left: 50px;
}

.indenthide {
    display: none;
    padding-left: 50px;
}

.displaynone {
    display: none;
}

.displayinline {
    display: inline;
}

.displayblock {
    display: block;
}

.indent {
    padding-left: 40px;
}

.indentmenu {
    padding-left: 10px;
}

#checkbox {
    text-align: center; 
}

.teeth {
    float: left;
    width: 40%;
    padding-left: 50px;
}

.teethlabel {
    padding-left: 20px;
}

.dynamiclistoutertable{
    border-width: 1px;
    border-spacing: 2px;
    border-style: solid;
    border-color: #C0C0C0;
    border-collapse: collapse;
    background-color: #FFFFFF;
}

.dynamiclisttableheader {
    background-image: url('../../images/dynamictableheader.gif');
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-size: 1em;
    padding-bottom: 2px;
    padding-top: 2px;	
    text-align: left;
}

#phqleftcolumn {
	float: left; 
    width: 20%;  
    height: 100%;
	position: fixed;
	background-color: #fff;
    z-index: 1;
    left: 0;
    padding-top: 20px;
    margin-top: -20px !important;
    
}

#phqleftcolumn #contents{
   height: 80% !important;
}

#phqrightcolumn{
	float: right;
	width: 80%;
	height: 100%;
	clear: right;
	position: relative;
	margin-top: 0px !important
}

#phqrightcolumn,
#phqleftcolumn {
	margin-top: 0px;
}

[name="preScreeningActionForm"] #phqleftcolumn {
	margin-top: 120px;
}

#leftcolumn{
	float: left; 
    width: 20%;  
    height: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 1;
    left: 0;
    padding-top: 20px;
    margin-top: -20px !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#rightcolumn{
	float: right;
	width: 80%;
	height: 100%;
	clear: right;
}

#rightcolumn,
#phqrightcolumn {
	min-height: 100vh;
}

.questionlistposition{
    position: static;
}

.questionlist{	
	border-style: solid;
	border-color: #C4C5C6;
	border-width: 1px;
	padding: 2px 2px 2px 2px;
	overflow-y: auto;
	overflow-x: hidden;
	min-height: 50px;
	max-height: 10%;
	width: 90%;
	margin-top: 10px;	
	font-size: 0.923em;
	text-align: left;
	white-space: nowrap; 
}

@media screen and (min-width: 801px) {
  .questionlist {
	max-height: 30%;
  }
}

#preoppagecontainer {
	min-width: 800px;
	height: 100%;
	padding:0px 20px;
}

#contents {
	height: 80%;
}

.contentstatic{
	position: static;
	width: 90%;
	text-align: left;
	overflow-x: hidden;	
}

.contentabsolute{
	position: absolute;
	width: 90%;		
	text-align: left;
	margin-left: 2px;
	overflow-x: hidden;
}

.contentstaticdoctype_{
    position: static;
    width: 90%;
    text-align: left;
    overflow-x: hidden; 
}

.contentabsolutedoctype_{
    position: absolute;
    width: 90%;     
    text-align: left;
    margin-left: 2px;
    overflow-x: hidden;
}

.contentstaticdoctypetriage_ {
    position: static;
    text-align: left;
}

.contentabsolutedoctypetriage_ {
    position: absolute;
    text-align: left;
}

.nursetriagequestionlist {    
    text-align: left;  
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 200px;
}

.fieldsettriage {  
    width: 90%;
    padding: 0 0 0 0.5em;
    border: 1px solid gainsboro;    
 }

.nursetriagebutton {
    width: 90%;
	text-align: left;
}

#links{
	font-weight: bold; 
	padding-left: 10px; 
	padding-bottom: 10px;
	padding-top: 10px;
}

.linkspadding{
	padding-bottom: 2px;
}

.aligncenter{
	text-align: center;
}

#clear{
	clear: both;	
}

.highlight{
	font-weight: bold;
}

.lastmenstrualperioddisabled{
	background-color: #D8D8D8;
}

.indentfollowup{
	padding-left: 7px;	
}

.staffsearchselectheading{
	color: #4D76B6;	
}

.picklistsearch{
	border: 1px solid black;
}

.disclaimerholder{
    width: 100%;
    text-align: center;
}

.inlineblock{
    display: inline-block;
}

.disclaimer{
    width: 70%;
    display: inline-block;
    text-align: left;
}

.acceptdisclaimertext{
	text-align: left;	
}

.acceptdisclaimertext2{
	font-style: italic;
	font-size: 0.923em;
}

#currentMedications td{
	vertical-align: top;
}

.pickListMedication{
	display: none; 
	width: 220px;
}

#allergies td{
	vertical-align: top;
}

.pickListAllergy{
	display: none; 
	width: 300px;
}

.textBoxAsLabel{
   border: none;
   
   background: transparent;
}

.homepage{
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 90px;
    position: relative;
    z-index: 0;
}

.imagealign {
    vertical-align: bottom;
}

#login td {
	padding-left: 40px;
}

.loginhospitalwelcome {
    font-size: 150%; /**18px*/
    font-weight: bold;
}

.loginpleasesignin {
    font-size: 150%; /**18px*/
    color: #2A8BB0;
    font-weight: bold;
}

.logincredentialtitle {
    font-size: 112.5%; /**14px*/    
}

.logincredentialsize {
    width: 350px;
    height: 35px;
    font-size: 112.5%; /**14px*/
}

.bigbutton, input[type=button], input[type=submit] {
    height: 40px;
    min-width: 100px;
    font-weight: bold;
    font-size: 112.5%; /**14px*/
    background-color: #13B5EA;
    color: #FFFFFF;
    background-image: linear-gradient(top, #13B5EA, #13B5EA);
    box-shadow: inset 0 0 0 1px #13B5EA;
    border: none;
    border-radius: 5px;    
    width: auto;
    overflow: visible;
    padding-right: 20px;
    padding-left: 20px;
}

.loginerror {
    font-size: 112.5%; /**14px*/  
}

#header-body {
	margin: 0;
    padding: 0;
    text-align: left;
    top: 0;
    left: 0;
	z-index: 999;
}

.footer-body {
	position: relative;
    background: #fff;
    padding: 10px;
    margin-top: 10px;
    display: block;
    border-top: 1px solid #C4C5C6;
    bottom: -1px;
}

#footercontainer {
    background-color: #222222;
    color: #FFFFFF;
    height: 100px;
    min-width: 800px;
    width: 100%;
}

#footerleftcolumn {
    float: left;
    width: 50%; 
    
}

#footerrightcolumn {
    float: right;
    width: 50%;
    clear: right;
}

.footerspacingleft {
    padding-bottom: 8px;
    padding-left: 20px;
    border-right: 4px solid white;
    text-align: left;
}

.footerspacingright {
    padding-bottom: 8px;
    padding-left: 20px;
}

#footercontainer a:link {
    color: #FFFFFF;
    text-decoration: none;
}

#footercontainer a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#footercontainer a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.notificationssummary {
    font-size: 112.5%;
}

.question {
	width: 65%; 
	float: left; 
	clear: both;  
	display: block;
	margin: 15px 0px 0px 0px;
}

.answer {
	width: 33%; 
	float: right; 
	display: block;
	margin: 15px 0px 0px 0px;
}

.answerexpanded {
	width:100%; 
	float: left; clear: both; 
	display: block;
	margin: 7px 0px 0px 0px;
}

/******************************************/
/* Patient Banner Styling                 */
/******************************************/
#patientbanner {
    background-color: #DADADB;
    color: #45474D;
    padding: 10px;
    width: 100%;
}

.deceased {
    background-image: url('../../images/deceased_background.png');
    background-repeat: repeat-x;
}

#div_patientbanner span {
    font-style: italic;
    font-size: 0.923em;
    font-weight: normal;
}

#div_patientbanner td {
    font-weight: bold;
}

.watermarked{
	font-style: italic;
	color: gray;
}

#nursingassessmenttable{
	width: 100%;
}

.nursingassessmenttablecheckbox{
	width: 1.5em;
    display: inline;
}

.nursingassessmenttabledesc{
	width: 50%;
    vertical-align: text-top;
}

.disabledtextcolour {
    color: #848484;
    background-color: #F2F2F2;
}

/************************************************************/
/* Styling added because of new HTML for permissioned items */
/* Primarily for Observations section                       */
/************************************************************/
.paddeddiv {
    padding-bottom: 20px;
}

.wrapingClass {
    display: inline-block;
    white-space: nowrap;
}
.obslabel {
    display: inline-block;
    width: 20%;
    margin-right:4em;
}

.obslabel_question {
    display: inline-block;
    width: 20%;
    margin-right:2.5em;
}

.obslabelfloat {
    display: inline-block;
    width: 20%;
    margin-right: 4em;
    vertical-align: top;
}

.obslabelfloat child_questionlist{
    width: 35%;
}

label.obslabel.child_questionlist.customStyle {
    width: 100%;
}

.obstable {
    display: inline;
}

.obstableinlineblock {
    display: inline-block;
}

.obstd {
    padding-right: 40px;
}

.abnormaldiv {
    margin-left: 28%;
}
.varicosediv {
    margin-left: 28%;
}
.phqbutton {
    text-align: left;
    margin-left: 20px;
}

.tabsizing {
    margin-right: 10%;
    margin-left: 10%;
}

.fieldsetbackground dttri {
    clear: left;
    float: left;
    width: 18%;
    padding: 0.2em;
    margin: 0 0.2em 0 0;
    text-align: left;
    font-size: 0.923em;
    font-weight: normal;
    vertical-align: bottom;
}

.checkboxes {
    padding-left: 15%;
}

.checkboxspacing {
    padding-bottom: 1%;
}

.labelcheck {
    padding-left: 47%;
}

.smallnumber {
    font-size: 10px;
    vertical-align: sub;
}

#noalign{
    vertical-align: sub;
}

.textBoxWidthLabel {
    border: none;
    background: transparent;
    width: 1.5em;
}

.align {
    margin-left: 10%;
    display: inline-block;
}
.paddingSub {
    padding-bottom: 8px;
}

.tableWidthFixed {
    padding-left: 40px;
    width: 114px;
}

.teethPadd {
    padding-bottom: 115px;
}

.quadrantsAlignment {
    margin-left: 22%;
    display: inline-block;
}

.divAlignment {
    margin-left: 26%;
    padding-top: 1%;
}

.noBorder {
    border: none;
    background: transparent;
}

.otherBox {
    width: 33%;
    float: left;
    display: block;
    margin-left: 67%;
    margin-top: 15px;
}

.margin-pulse {
    margin-left: 20em;
}

#medsIntolerances td {
    vertical-align: top;
}
.importantText {
    text-align: center;
}
.lunghealthlabel{
	display: inline-block;
	width: 20%;
	margin-right: 4em;
	vertical-align: super;
}

#patient_menu td {
    padding-right: 30px;
}

.worklistComment {
    width: 250px;
}

.worklistText {
    width: 75px;
    border: 0;    
    text-align: center;
}

.worklistCheckBox {
    width: 75px;
    text-align: center;
}

.worklistRecordedCheckBox {
    width: 150px;
    text-align: center;
}

.worklistReviewComment {
    width: 350px;
}

.worklistInvestigationWidth {
    width: 75px;
    text-align: center;
}

#mental-health-team td {
    padding-left: 10px;
}

.disabledlabel {
    color: darkgray;
}

.documentLogComment {
    width: 500px;
    border: 0;    
    vertical-align: top;
}

.documentLogCommentLarge {
    width: 750px;
    border: 0;    
    vertical-align: top;
}

.documentLogStaffDetail {
    width: 500px;
    text-align: right;
    font-style: italic;
    font-size: 85%;
    border: 0;
}

.documentLogStaffDetailLarge {
    width: 750px;
    text-align: right;
    font-style: italic;
    font-size: 85%;
    border: 0;
}

.documentLogIcons {
     vertical-align: top; 
     text-align: center;
}

.documentlogError {
    text-align: center;
    color: red;
}

.documentLogWatermark {
    font-style: italic;
    color: gray;
}

.timeoutWarning{
    text-align: center;
    font-size: 1.125em;
    padding-top: 7em;
    padding-bottom: 7em;
}

.timeoutWarningPadding{
    padding-top: 8em;
}

.errorPageMain {
    text-align: center;
    padding-top: 7em;
    padding-bottom: 1em;
}

.errorPageSub {
    text-align: center;
    padding-bottom: 1em;
}

.errorPageLinks {
    text-align: center;
    padding-bottom: 7em;
}

.disabled {
   color: darkgrey;
}

.cciHighlight {
    border: none;
    background: transparent;
    font-weight: bold;
    font-size: 1.231em;
    padding-left: 5px;
}

#frailtyScoreTable td {
    text-align: center;
    padding-right: 15px;
}

/********************************************************************/
/* DO NOT REMOVE THE CSS BELOW                                      */
/* Required for hiding Unsure / Yes (Incomplete) from questionnaire */
/********************************************************************/
.showUnsure_961477 {
    display: block;
}

.hideUnsure_961477 {
    display: none;
}

.showYesIncomplete_743985 {
    display: block;
}

.hideYesIncomplete_743985 {
    display: none;
}

.bigbuttondisabled{
    opacity: 0.5;
}

.spacebelow td {
    padding-bottom: 10px; 
}

.mstspacebelow{
    padding-bottom: 5px; 
}

.sh-non-matching-patient-field{
	color:#fff;
	background-color:red;
}

.alcoholImgSize{
  width:40px;
  height:40px;
}

.concentricLogoSize{
  width: 30%;
  height: auto;
}

/******************************************/
/* Pending Downloads Alert Styling        */
/******************************************/
.procedureAlert {
  padding: 10px 20px;
  background: linear-gradient(red 30%, white 10%);
  position: fixed;
  margin-top: 138px;
  left: 0;
  top: 0;
  z-index: 999;
}

.procedureAlert_warning_img {
  float: left;
  margin-top: 10px;
  padding:2px 20px;
}

.procedureAlertText {
  padding-top: 25px;
  margin-top: 0;
}

.procedureAlert_closebtn {
  margin-left: 15px;
  color: black;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

#procedureAlert_demographics {
    /* background-color: #DADADB; */
    /* color: #45474D; */
    padding: 10px;
    width: 50%;
    text-align: center;
}

#div_procedureAlert_demographics {
	margin-top: 0px;	
}

#div_procedureAlert_demographics span {
    font-style: italic;
    font-size: 0.923em;
    font-weight: normal;
}

#div_procedureAlert_demographics td {
    font-weight: bold;
}

.procedureAlert_demographics_nonMatch{
	color: red;
}

/******************************************/
/* View Open Preops Button  Styling        */
/******************************************/
.bigbuttonopenpreops {
    height: 40px;
    min-width: 150px;
    font-weight: bold;
    font-size: 112.5%; /**14px*/
    background-color: #28A828;
    color: #FFFFFF;
    background-image: linear-gradient(top, #28A828, #28A828);
    box-shadow: inset 0 0 0 1px #28A828;
    border: none;
    border-radius: 5px;    
    width: auto;
    overflow: visible;
    padding-right: 20px;
    padding-left: 20px;
}

/*Highlight continue link if coming isFromViewOpenPreOpButton*/

.highlight_continue_link_for_open_preops {
	color: #28A828;
	font-weight: bold;
}

/********************************************************************/
/* CSS Cards Styles */
/* https://www.w3schools.com/howto/howto_css_column_cards.asp */
/********************************************************************/

* {
  box-sizing: border-box;
}

.eLeaflets {
    overflow-x: hidden;
    max-height: 550px;
}

.disable-div {
  pointer-events: none;
  opacity: 0.4;
}

/* Float four columns side by side */
.card-column {
  float: left;
  width: 20%;
  padding: 10px;
}

/* Clear floats after the columns */
.card-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
  padding: 16px;
  text-align: left;
  background-color: #f1f1f1;
  height: 247px;
}

/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 600px) {
  .card-column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

.leafletgrouplabel {
	/* UI Properties */
	letter-spacing: 0px;
	font-weight: bold;
}

.leafletlist {
	/* Layout Properties */
	margin: 10px 0px 0px 0px;
	/* UI Properties */
	letter-spacing: 0px;
	overflow-x: hidden;
	height: 190px;
}


.tag_list_wrapper{
    background-color: #99CCFF;
    padding: 10px;
    min-height: 80px;
}
.tag_list {
    display: inline-block;
    vertical-align: top;
    background: #f7f7f7;
    border-radius: 30px;
    margin: 5px;
    padding: 10px 25px 10px 10px;
    border: 1px solid #d6d6d6;
    position: relative;
}
.tag_list.tag_list_hide{
    display: none;
}
.tag_list span {
    position: absolute;
    right: 8px;
    top: 10px;
    cursor: pointer;
}

.tag_list_label {
	/* UI Properties */
	color: #ffffff;
	font-weight: bold;
}

.epiSelectHospital {
	width: 100%;
	height: 40px;
}

.noleaflets {
    text-align: center;
    padding: 20px;
    font-weight: bold;
    color: black;
}

.lastSentDetails {
   background-color: #99ccff;
   padding: 0px 0px 10px 10px;
}

.lastSentUser {
	display: inline-block;
	margin-left: 50px;
}

.lastSentDateTime {
	display: inline-block;
	margin-left: 30px;
}

.noPendingDownlods {
    text-align: center;
    font-weight: bold;
    color: black;
    display: none;
}

.safeguardAdditionalInfoPrase {
	display: inline-block;
	width: 30%;
    margin-right: 4em;
    color: blue;
    font-style: italic;
}
.safeguardRemarkAnswer {
    padding-left: 25%;
}

.referToBloodBank {
    font-style: italic;
    color: #13b5ea;	
}

.fieldsetBorderLess {
	border: none !important;
}

/* SYN-8422 Patient Leaflet*/
.patientLeaflets {
    overflow-x: hidden;
    max-height: 550px;
}

.patient_leaflet_tag_list_wrapper{
    background-color: #99CCFF;
    padding: 10px;
    min-height: 80px;
}

.patientLeafletSelectHospital {
	width: 100%;
	height: 40px;
}

/*SYN-8667 Discharge Planning for Paeds */
div#q_additionalCareType1_extended, div#q_additionalCareType2_extended,
div#q_additionalCareType3_extended, div#q_additionalCareType4_extended {
	margin-top: 1em;
}

/******************************************/
/* Display Lab Result Styling        */
/*****************************************/

tr.labtestname {
    font-weight: bold;
    background-color: gainsboro;
}

.grayscale-section {
    filter: grayscale(100%) !important;
    opacity: 0.5 !important;
}

/*SYN-9129 New question types */
select#dropdown_answerKey1_singleDropDown_sub_1, 
select#dropdown_answerKey2_dateDropDown_month_key_26, select#dropdown_answerKey2_dateDropDown_year_key_26,
select#year_combo_answerKey3_dateDropDown10_year_key_27, select#year_combo_year_key_28 {
	margin-top: 1em;
}

.welcomeMessage {
	text-align: left;
    font-size: 112.5%;
    padding: 15px 40px;
    font-weight: bold;
    margin-top: 60px;
}

div#landingPageContent {
    padding: 200px;
    width: 95%;
    border: 1px solid #dddddd;
    color: #362b36;
}

.homePageHeading {
    text-align: left;
    border: solid #237D97 15px;
    background: #237D97;
    font-weight: bold;
    color: #ffffff;
    width: 95%;
}

.second-word-break {
    white-space: nowrap;
}

button.assessmentBtn {
    width: 15%;
    height: auto;
    padding: 20px 0px 0px 0px;
    background: #237D97;
    border: solid #237D97 15px;
    color: #ffffff;
}

.colorize {
        filter: invert(1) hue-rotate(180deg);
}

a.prescreenBtn{
    height: 20px;
    min-width: 120px;
    font-weight: bold;
    font-size: 100%; /**14px*/
    background-color: #13B5EA;
    color: #FFFFFF;
    background-image: linear-gradient(top, #13B5EA, #13B5EA);
    box-shadow: inset 0 0 0 1px #13B5EA;
    border: none;
    border-radius: 5px;    
    width: auto;
    overflow: visible;
    padding-right: 20px;
    padding-left: 20px;
    text-decoration: none;
}    

.custom-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.custom-modal .modalClose {
	position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 4px 8px;
    background: transparent;
    font-size: 1.15rem;
    font-family: Verdana, sans-serif;
}
 
.modal-content {
    position: absolute;
    top: 95px;
    text-align: right;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
 
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
 
button {
    margin: 5px;
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}

#noButton,
#closeButton {
    color: black;
}
#noButton:hover,
#closeButton:hover {
    background-color: gainsboro;
}

.btn-primary,
#yesButton {
    background-color: #0C66E4 !important;
    color: white !important;
}

.btn-primary:hover,
#yesButton:hover {
    background-color: #0052CC !important;
    color: white !important;
}

.mfaSetupTitle {
    font-size: 150%;
    font-weight: bold;
    text-align: left;
    padding-left: 30px;
}

table.mfaPageContent {
    width: 75%;
    vertical-align: top;
}
td.steps{
	width: 17%;
    padding-bottom: 3%;
    vertical-align: baseline;
}
td.content {
    padding-bottom: 3%;
    vertical-align: baseline;
}
.mfaPageContent tr td {
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #f1f1f1 !important;
}
 .pin-input {
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 0px;
    font-size: 18px;
    border: 0.4px solid #000;
    border-radius: 0px;
    }
.pin-container {
    display: flex;
    justify-content: start;    
}
.loginerrorMFA {
    font-size: 106.5%;
}

h3.mfaMethodTitle {
	font-size: 125%;
    color: #2A8BB0;
    font-weight: bold;
    padding-left: 30px;
}

table.mfaSetupMethodContent {
    width: 53%;
    vertical-align: top;
}

 .authenticator-setup {
	display: flex;
    align-items: center;
    gap: 15px;/* Adjusts the spacing between elements */
    border-radius: 5px;
    border: 1px solid #dddddd;
    padding: 0px 15px 0px 15px;
    font-size: 11px;
}

.calendar-icon {
    height: 15px;
    width: 15px;
}

.authenticator-text {
    padding: 5px;
    margin-left: 10px; /* Adjusts the spacing between the image and the text */
    margin-right: auto;
}

.setup-link {
    font-weight: 600;
    margin-left: 10px; /* Adjusts the spacing between the text and the link */
}

.accountDetailsForAuthApp{
	display: inline-flex;
	width:50%;
}
.accountDetailsForAuthApp textarea {
    width: 100%;
    background-color: #f0f8FF;
    border: none;
    padding: 5px;
    resize: none;
}

.children-question {
	width: 65%; 
	float: left; 
	clear: both;  
	display: block;
	border-top: 1px solid #C8CDD2;
    border-bottom: 1px solid #C8CDD2;
    font-weight: bold;
    margin-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.triggerQuestionModal {
	margin-right: 4px;
}

#questionModalContent dt {
    float: left;
    width: 5%;
}

#questionModalContent dd {
    padding-bottom: 8px;
}

#questionModalContent .triggerQuestionModal,
#questionModalContent input#heightEstimated,
#questionModalContent label#hideLabel,
#questionModalContent input#weightEstimated,
#questionModalContent tr.bmiClass,
#questionModalContent dl.question1TopLevelAnswer,
#questionModalContent #iQOnlyTextAreas,
#questionModalContent .tBodyExtendedFields,
#questionModalContent #otherBowelProblems_extended,
#questionModalContent #q_otherBreathingProblem_extended,
#questionModalContent textarea#FamilyProblemAnaesthesiaOther,
#questionModalContent #copdEmphysemaOther_extended,
#questionModalContent tr.fibromyalgiadep,
#questionModalContent #q_excessivebleedingbruising_extended,
#questionModalContent dt.showYesIncomplete_743985,
#questionModalContent dd.showYesIncomplete_743985,
#questionModalContent #currentCoughColdDetails,
#questionModalContent .otherIllnessIQOnly,
#questionModalContent #q_specialistOrGPComment_extended,
#questionModalContent textarea#remainingProblemsOther,
#questionModalContent #q_pregnant_extended,
#questionModalContent textarea#remainingOperations,
#questionModalContent #lmp_not_applicable,
#questionModalContent #lmp_not_applicable_extended
{
    display: none;
}

div#questionModal {
    width: 700px !important;
}

#question-overlay {
	position: fixed; /* Sit on top of the page content */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0); /* Black background with opacity */
	z-index: 999; /* Specify a stack order in case you're using a different order for other elements */
}

#question-overlay .question-overlay-text {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 36px;
	color: white;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}

.no-click {
    pointer-events: none;
}
.d-flex {
	display: flex;
}
.d-block {
	display: block;
}
.align-items-center {
	align-items: center;
}
.position-fixed {
	position: fixed;
}
.w-100 {
	width: 100%;
}
.allergy-display {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: 1px solid white;
    background: white;
}

.allergy-label {
    cursor: pointer;
    padding: 10px;
}

span.allergy-text {
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 1em !important;
    margin-right: 20px;
    color:red;
}

.allergy-dropdown-content {
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 8px;
    z-index: 1;
    display: none; 
}
.warning-icon {
    font-size: 1.5em !important;
    color: #CC0000;
    margin-right: 2px; /* Adjust this value as needed */
    display: inline-block;
    font-style: normal !important
}
.dropdown-icon {
    margin-left: 2px;
    color: black;
    font-weight: bold !important;
    font-size: 20px !important;
    vertical-align: middle !important;
}
/* Add this new rule */
.allergy-dropdown-row {
    display: none;
}

.allergy-dropdown-row.visible {
    display: table-row;
}
/* Rotate arrow when open */
.allergy-display.active .dropdown-icon .fa {
    transform: rotate(180deg);
}

div#patientAllergyExpand {
	display: flex;
    justify-content: end !important;
    width: 100%;
    padding: 0 12%;
    background: #fff;
}

.allergy-list {
    display: flex;
    color: red;
}

.allergy-item{
	display: inline-block;
    padding: 8px;
    border-right: 2px solid gainsboro !important;
    font-weight: 600;
}

.allergy-item:last-child{
    border-right: none !important;
}

.loading-icon {
    margin-left: 2px;
    color: black;
    font-weight: bold !important;
    font-size: 20px !important;
    vertical-align: middle !important;
}

.default-icon {
    margin-left: 2px;
    color: black;
    font-weight: bold !important;
    font-size: 20px !important;
    vertical-align: middle !important;
    transition: transform 0.3s ease;
}

.allergy-display.active .default-icon {
    transform: rotate(180deg);
}

.saveAndSaveandDownloadBtn, .assessmentSaveBtn {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px;
}

div.editPatientIdentifierData {
	padding-bottom: 10px;
}

.toggle-buttons {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.toggle-button.active {
    background-color: #FFFFFF;
    color:#000000;
}

/* Audit trail styles */
.audit-trail-info {
    padding: 10px;
}

.patient-info {
    margin: 15px 0;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.new-mrn-section {
    margin: 15px 0;
}

.new-mrn-section p {
    font-weight: bold;
    font-size: 16px;
}

.reason-section {
    margin: 15px 0;
}

.mrnNotification {
    border: 1px solid #dddddd;
    background: #f2f5f7 url(images/ui-bg_highlight-hard_100_f2f5f7_1x100.png) 50% top repeat-x;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
}

button#editMRNButton, button#auditTrailButton {
    width: 48%;
}

div#patientAllergyContainer {
    overflow-x: auto;
}

@media ( max-width : 1728px) {
	#pendingDownloadsSerchToolsSection {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		gap: 0.5rem;
		font-size: 0.9rem;
	}
	#pendingDownloadsSerchToolsSection>* {
		flex: 0 1 auto;
		white-space: nowrap;
	}
	#pendingDownloadsSerchToolsSection input,
		#pendingDownloadsSerchToolsSection select {
		width: 150px;
		padding: 4px 8px;
		font-size: 0.9rem;
	}
	#pendingDownloadsSerchToolsSection button {
		padding: 6px 10px;
		min-width: 90px;
		font-size: 0.85rem;
	}
	#pendingDownloadsSerchToolsSection, #pendingDownloadsSerchToolsSection label,
	#pendingDownloadsSerchToolsSection input,
	#pendingDownloadsSerchToolsSection select,
	#pendingDownloadsSerchToolsSection button {
		font-size: 0.75rem;
		padding: 4px 8px;
	}
	.bigButton{
		font-size: 0.75rem;
	    padding: 4px 8px;
	    white-space: nowrap;
    }
}

.patient-info-row {
	width: 100%;
    background-color: #e6f3fb;
    padding: 10px;
    font-size: 14px;
}

.patient-info-row td {
    padding: 8px;
}

.history-container {
    margin-top: 20px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 4px;
    background: #f9f9f9;
}

.identifier-history-table {
    width: 100%;
    border-collapse: collapse;
}

.identifier-history-table th {
    background-color: #eaeaea;
    padding: 8px 12px;
    text-align: left;
}

.identifier-history-table td {
    padding: 8px 12px;
    border-bottom: 1px solid #ddd;
}

.identifier-history-table tr:hover {
    background-color: #f5f5f5;
}

.loading-spinner {
    text-align: center;
    padding: 20px;
    color: #666;
}

.no-history, .error-message {
    padding: 15px;
    text-align: center;
    color: #666;
}

.error-message {
    color: #d9534f;
}

.editPatientIdentifierData {
    margin-bottom: 20px;
}

.editPatientIdentifierData .obslabel {
    display: block;
    color: #333;
    font-size: 14px;
    margin-bottom: 8px;
}

.editPatientIdentifierData input[type="text"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

.editPatientIdentifierData input[type="text"]:focus {
    outline: none;
    border-color: #4a90e2;
    box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
    background-color: #fff;
}

.editPatientIdentifierData input::placeholder {
    color: #999;
}

.editPatientIdentifierData + br {
    display: none; /* Better to use margin instead of <br> */
}

.button-container {
    margin-top: 25px;
    text-align: right;
}

@media (max-width: 768px) {
    .editPatientIdentifierData input[type="text"] {
        padding: 8px 10px;
    }
}

.editPatientIdentifierData textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
    white-space: pre-wrap;
    /* overflow-wrap: break-word; */
}

.editPatientIdentifierData textarea:focus {
    outline: none;
    border-color: #4a90e2;
    box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
    background-color: #fff;
}
.text-wrap {
 white-space: nowrap !important;
}

@media screen and (max-height: 600px) {

  #phqleftcolumn #contents{
     height: 45% !important;
  }

  #contents, #contents .fieldsetdoctype  {
      height: 45%;
  }
  .nursetriagequestionlist {
  	max-height: 50px;
  }
}

.question-textarea {
    margin-top: 20px;
}

.question-textarea label {
    display: block;
    margin-bottom: 10px;
}

