body
{
    font-family: Arial, Helvetica, sans-serif;
    color: #232323;
    background-color: #003a4e;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

/**:not(html) {
    -webkit-transform: translate3d(0, 0, 0);
}*/

table 
{
	border-collapse : collapse; 
	border: none;
}

.window table {
    width: 100%;
}

.window .reportWrapper table {
    width: auto;
}

table td, table th {
	padding : 0; 
}

table.tableCellPadding td, table.tableCellPadding th {
	padding : 5px; 
}

h1
{
	font-size: 30px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	white-space:nowrap;
	margin-top: 0;
}

.pageTitle
{
	font-size: 30px;
	color:#333;
	font-weight:normal;
	white-space:nowrap;
}

.sub-title
{
	font-size: 14px;
	color:#DDD;
	font-weight:normal;
	white-space:nowrap;
}

.sub-title-padding {
    padding-left: 35px;
}

.titleicon img
{
    width: 30px;
    height: 30px;
    position: absolute;
    margin-top: -3px;
}

.titleicon
{
    width: 30px;
    height: 30px;
    display: inline;
}

.section-title .sub-title {
    color: #666;
}

button 
{
	cursor:pointer;	
}

body.window
{
	background-color:#F7F7F7;
    background-image: none;
}


/*----------------------------------- */

.display-label-cell
{
	width: 135px;
	font-weight: bold;
	height: 23px;
	color: #333;
	vertical-align: top; 
	padding-top: 3px;
}

.editor-field-cell
{
	width: 282px;
	height: 26px;
}

.date-picker
{
	width: 80px;
}

select
{
    border: 1px solid silver;
    width: 276px;
    margin: 1px;
	padding: 1px;
}

.section-sub-header select{
    width: 250px;
}

.section-sub-header input[type="text"], input[type="password"] {
     width: 228px;
}

.lookup
{
    width: 253px;
    background-image: url("../Images/Design/lookup12.png");
    background-repeat: no-repeat;
    background-position:right;
    padding-right: 20px;
}

.textWrap {
    text-wrap: normal;
    word-wrap: break-word;
    width: 600px;
    line-height: 18px;
}

.single-line
{
}

.time-picker
{
    width: 50px;
}

.blue, .blue16, .blue14, .blue20, .blue11
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    color: #2692d0;
}

.blue20
{
	font-size: 20px;
}
.blue16
{
	font-size: 16px;
}

.blue14
{
	font-size: 14px;
}

.blue11
{
	color: #2692d0;
	text-decoration: none;
	font-size: 11px
}

.blue11:hover
{
	color: #00567a;
}

.darkGrey, .darkGrey14, .darkGreyLink14
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    color: #333333;
}

.darkGrey14
{
	font-size: 14px;
}

.lightGrey16
{
	font-size: 16px;
	color:#656565;
}

.darkGreyLink14{
	font-size: 14px;
	font-weight: bold;
}
.darkGreyLink14:hover{
	text-decoration:none;
}

.black24{
	font-size: 24px;
	color: #000;
}

.footerText{
    float: left;
	color: #80a2ad;
    padding: 19px 0 0 10px;
	line-height: 1;
}

.bold
{
	font-weight: bold;
}

a.hhlink:hover,
a:hover {
    color:#000;
}

.moduleButtons
{
	padding-left:6px;
	padding-right:6px;
	padding-top:3px;
	padding-bottom:3px;
	border: 1px solid #ffffff;
	background-color: #f4f4f4;
}

.rolloverDivButton
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	width: 132px;
	height: 23px; 
    text-align: center; 
    padding-top: 3px;
}

.rolloverDivButtonImage
{
    background-image: url("../Images/Design/menuButton.png")
}

.rolloverDivButtonImageRollover
{
    background-image: url("../Images/Design/menuButtonRollover.png")
}



div.verticalMenuLink
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    color: #0e58a4;
    font-size: 14px;
    font-weight: bold;
    
    background-image: url("../Images/Design/submeniuButtonBackground.png");
    background-position:bottom right;
    background-repeat:no-repeat;
}

div.verticalMeniuArrow
{
	background-image: url("../Images/Design/submeniuArrow.png");
    background-position:center left;
    background-repeat:no-repeat;
    padding-left: 24px;
    border-bottom: 1px #e1e1e1 dotted;
       
    padding-top:10px;
	padding-bottom:10px;
}

div.verticalMenuLink:hover
{
    color: #2692d0;
}

.rightMenu
{
	padding:2px 0px 2px 10px;
}

.imgborder {
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.4), 0 0 15px rgba(0, 0, 0, 0.1);
}

.imgbutton {
    margin-top: 6px;
}

.mainAreaHeader{
	height: 300px; 
	background-repeat:repeat-x; 
	background-image: url(../Images/Design/headerSpacer.png); 
	vertical-align: top; 
	background-color: #ffffff;
}

.footer{
	height: 100px; 
	background-repeat:repeat-x; 
	background-image: url(../Images/Design/footerSpacer.png);
	padding-top:60px;
	text-align:center;
}

.dotedLine{
	height: 1px; 
	background-repeat:repeat-x; 
	background-image: url(../Images/Design/horizontalSeperatorSpacer.png);
}
.mainAreaFooter{
	height: 300px; 
	vertical-align: top; 
	padding-top: 10px; 
	padding-bottom: 10px;
}
table.mainArea{
	width:100%;
	
}

.mainArea .topRow
{
	padding-left:15px; 
	padding-right:15px;
	height: 30px; 
	padding-top:6px; 
	text-align:right;
}

div.largeButton{
	background:url(../Images/Design/btnLarge.png);
	background-repeat:no-repeat;
	width:326px;
	height:101px;
	cursor:pointer; 
	text-align:center;
	padding-top:8px;
	padding-left:8px;
	padding-right:12px;
	padding-bottom:12px;
}

div.mediumButton{
	background:url(../Images/Design/btnMedium.jpg);
	background-repeat:no-repeat;
	width:264px;
	height:80px;
	cursor:pointer; 
	text-align:center;
	padding-top:8px;
	padding-left:8px;
	padding-right:12px;
	padding-bottom:12px;
}

div.helpButton{
	background:url(../Images/Design/btnHelpLarge.jpg);
	background-repeat:no-repeat;
	width:24px;
	height:24px;
	cursor:help; 
	float:right;
}

div.loginHelp{
	background:url(../Images/Design/btnHelpLargeGrey.jpg);
	background-repeat:no-repeat;
	width:24px;
	height:24px;
	cursor:help; 
	float:right;
}

.dottedHeader{
	background:url(../Images/Design/horizontalSeperatorSpacer.png);
	background-repeat:repeat-x;	
	background-position:top;
	height:1px;
	padding-top:40px;
}

.toolBar
{
    text-align:right;
    vertical-align:bottom;
}

.vpadding20 {
    padding: 20px 0;
}

ul.uiCollection  {
    /*border: 1px solid silver;
    margin: 1px;
    padding: 1px;*/
    list-style-type: none;
    /*width: 272px;
    height: 72px;*/
    /*overflow: auto;*/
}

.uiCollection li {
    /*background-color: #FFF;
    border: 1px solid #EFEFEF;*/
    padding: 2px;
    list-style-type: none;
}

.redflag
{
    width: auto;
    height: 11px;
    background-image: url("../Images/redflag.gif");
    background-repeat: no-repeat;
    background-position:center;
}

div.horizontalAjaxLoader {
	width: 100%;
	height: 4px;
	background: transparent url("../Images/horizontalAjaxLoader.gif") no-repeat center center;
}

/* Slider Styles -------------------------------------------------------------------------*/
 .slider-container
{
    width: 640px;
    height: 50px;
    float: left;
}


/* TreeView Styles -------------------------------------------------------------------------*/
.t-treeview span.t-in
{
    cursor: pointer;
}

#TreeView {
    background-color: transparent;
}

.t-menu-vertical {
    background-color: #037193;
    border:1px solid #004258;
	-moz-box-shadow:2px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:2px 2px rgba(0,0,0,0.7);
	box-shadow:2px 2px rgba(0,0,0,0.7);
}

.t-menu-vertical li.k-item a{
    color: #FFF;
    font-weight: bold;
    white-space: nowrap;
    line-height: 18px;
}

.t-menu-vertical li:hover{
    background-color: #004258;
}

li.t-item .treeItemEdit 
{
    padding: 10px;
    height: 100px;
    border: 1px solid #004258;
    background: #004258;
	background:-webkit-gradient(linear, left top, left bottom, from(#004258), to(#037193));
	-moz-box-shadow:inset 0px 0px 15px rgba(0,0,0,0.7), inset 0px 0px 15px rgba(0,0,0,0.7);
	-webkit-box-shadow:inset 0px 0px 15px rgba(0,0,0,0.7), inset 0px 0px 15px rgba(0,0,0,0.7);
	box-shadow:inset 0px 0px 15px rgba(0,0,0,0.7), inset 0px 0px 15px rgba(0,0,0,0.7);
}

/*-------------------------*/
#NUSA_containerId {
    width: 60px;
    float: left;
}

#NUSAI_Options_Container{
    /*z-index: 99 !important;*/
}

#NUSAI_CommandBar_Container{
    /*z-index: 99 !important;*/
}

.divMain {
    padding: 10px 0;
}
/* Tooltip -------------------------*/
.dotted {
    border-bottom: 1px dotted #000000; 
}
.tooltip 
{
	color: #000000; outline: none;
	cursor: help; text-decoration: none;
	position: relative; 
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
}
.spanCssClass{
	padding: 10px 0 18px 0;
	float: left;
}

.instructionsCssClass {
    padding: 10px 0 18px 0;
    vertical-align: top;
    overflow: hidden;
}

.instructionsCssClass .instructionsTitle {
    float: left;
}

.instructionsCssClass .instructionsText {
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.smallInstructionsCssClass {
    padding: 10px 0 18px 0;
    vertical-align: top;
    overflow: hidden;
}

.smallInstructionsCssClass .instructionsTitle {
    float: left;
}

.smallInstructionsCssClass .instructionsText {
    padding-top: 5px;
    overflow: hidden;
    text-align: left;
}

.instructionsFilterCssClass {
    padding: 0px 0 0px 0px;
    vertical-align: top;
    font-weight: bold;
    text-align: left;
    display: inline;
}

.instructionsFilterCssClass .instructionsText {
    margin-top: 5px;
}

span.instructionsTitle {
    line-height: normal;
    margin-right: 10px;
}

.tooltip:hover span, .tooltip:active span, .tooltip:focus span {
    visibility: visible;
}
.tooltip:hover, .tooltip:focus
{visibility:visible;}


.tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute; left: 1em; top: 2em; z-index: 99;
	margin-left: 0; width: 250px;
}

.tooltip:hover img.tooltipIcon {
	border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute;
}

.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}

.classic { padding: 0.8em 1em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }
.classic {background: #FFFFAA; border: 1px solid #FFAD33; }
.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }

/*-------------------------*/
.password-recovery-pages {
        text-align:right;
        padding:20px 0 0 0;
    }
    
/*-----------TIME PICKER--------*/
.timePickerComponent div{
        display:inline;
}

.timePickerComponent label,.timePickerComponent input {
        white-space: nowrap;
        padding:0;
        margin:0;
}

.timePickerComponent input[type="text"] {
    width:50px;
    text-align: center;
}

.timePickerComponent label,
.form-row .timePickerComponent label {
    width:16px;
}
/*-------*/

.chart {
    border: 1px solid #CCC;
}
/*-------------------------------*/

/*-------SOCIAL SUMMARY CSS----------*/


#social-summary fieldset legend {
    font-weight: bold;
}

#social-summary .container {
    border:1px solid; padding:10px; margin:20px 0 20px 0;
}

#social-summary legend {
    padding-bottom:10px;
}

#social-summary fieldset table {
    
}

#social-summary fieldset .webGrid {
    width: 100%
}

#social-summary fieldset .webGrid thead th {
    text-align: left;
    padding-left:2px;
}

#social-summary fieldset .webGrid tbody tr:nth-child(even) {
    background: #ddd
}

#social-summary fieldset .webGrid tbody tr:nth-child(odd) {
    background: #eee
}
#social-summary fieldset .webGrid tbody tr {
    padding:3px;
    border-top:1px solid #eee;
    border-right:   1px solid #eee;
    border-bottom: 1px solid #ccc;
    border-left:1px solid #ccc;
    margin:2px;
}

#social-summary fieldset .webGrid tbody tr:hover,#social-summary .container div:hover {
    background:#fff;
}

#social-summary fieldset .webGrid  tbody td {
    padding:3px;
    margin:5px;
}


/*-------------------------------*/

/*-------PATIENT SUMMARY CSS----------*/


#patient-summary fieldset legend {
    font-weight: bold;
}

#patient-summary .container {
    border:1px solid; padding:10px; margin:20px 0 20px 0;
}

#patient-summary legend {
    padding-bottom:10px;
}

#patient-summary fieldset table {
    color: #2e2e2e;
}

#patient-summary fieldset .webGrid {
    width: 100%
}

#patient-summary fieldset .webGrid thead th {
    text-align: left;
    padding-left:2px;
}

#patient-summary fieldset .webGrid tbody tr:nth-child(even) {
    background: #ddd
}

#patient-summary fieldset .webGrid tbody tr:nth-child(odd) {
    background: #eee
}
#patient-summary fieldset .webGrid tbody tr {
    padding:3px;
    border-top:1px solid #eee;
    border-right:   1px solid #eee;
    border-bottom: 1px solid #ccc;
    border-left:1px solid #ccc;
    margin:2px;
}

#patient-summary fieldset .webGrid tbody tr:hover,#social-summary .container div:hover {
    background:#fff;
}

#patient-summary fieldset .webGrid  tbody td {
    padding:3px;
    margin:5px;
}

#patient-summary .k-header, #patient-summary .k-grid-header {
    border-color: inherit;
    background: inherit;
    padding: inherit;
    border-width: inherit;
    border-style: inherit;
    font-weight: inherit;
    white-space: inherit;
    text-overflow: ellipsis;    
}


/*-------------------------------*/

.btn-padding-row {
    padding: 15px 0;
}

.test-question-row {
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.test-question-row label, .test-questions-form label
{
     font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
     font-size: 14px;
}

.test-question-row input[type="radio"] 
{
    margin-right: 3px;      
}

.test-question-row input[type="checkbox"] 
{
    margin-left: 4px;    
    margin-right: 3px;   
}

.test-question-row table
{
    width: auto;   
}

.test-questions-form legend, .test-questions-form legend label
{
    font-size: 16px;
    font-weight: bold;
    color: #362B36;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
}

textarea[readonly="readonly"], textarea[readonly], 
input[readonly="readonly"], input[readonly], 
input[type="checkbox"][readonly="readonly"], input[type="checkbox"][readonly]
{
    opacity:0.4;
}

[disabled] {
    opacity:0.4;
} 

input[type="checkbox"][disabled] {
    opacity:0.4;
} 

#hhtabs.ui-tabs .ui-tabs-panel .section-body {
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #FBFBFB; 
}

.timeout {
    text-align: center;
    line-height: 60px;
    width: 100%; 
    height: 100%;
}

#timeout {
    top:0; 
    background-image:url("../Images/UIv2/menubg.png");
    text-align:center; 
    color:red; 
    font-weight:bold; 
    width:100%; 
    padding-top:16px; 
    padding-bottom:16px; 
    display:none;
}

#timeout span {
    padding-right: 20px;
}

.timeout .countDownTimer {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.timeout .hhbutton {
    display: inline-block;
    vertical-align: top;
}

.hhbuttonIcon {
    float: left;
    margin-left: -10px;
    padding-right: 5px;
    height: 16px;
    width: 16px;
}

li:focus, a:focus {
	outline:none;
}

table.RadioButtonListTable {
    width: auto;
}

.CheckBoxListTable .check-box-label {
    width: auto; /*Changed to auto to fix view of checkbox list in Forms*/
    padding-left: 0px;
}

.CheckBoxListTable input {
    vertical-align: top;
    margin-right: 5px;
}

.fullCalendar {
    width: 1170px;
    margin: 0 auto;
}

.fullCalendar .fc-day div {
    min-height: 39px !important;
}

.t-menu .k-item {
    padding: 3px 11px;
}

.k-treeview .k-in.k-state-selected {
    background-color: #deecfe;
    background-image: none;
    border-color: #8fb0d6;
    color: black;
}

.k-treeview .k-in.k-state-hover {
    background-color: lightgray;
    background-image: none;
    border-color: lightgray;
}

.k-button:active {
    background-color: #e3e3e3;
    border-color: rgb(155, 155, 155);
    color: initial;
}

.brown {
    color: brown;
}

.listitem-remove
{
	border: 1px solid #efefef;
	float: right;
	cursor: pointer;
}

.symptomModifiersSection .section {
    min-height: 450px;
}

table.symptomModifiersSummary {
    float:right; 
    width:450px;
}

.symptomModifiersSummary #nuanceContainer {
    width: 370px;
}

.symptomModifiersSummary .areaNotes {
    height: 100px;
}

.symptomModifiersSummaryContent {
    margin-left: 20px;
}

#symptomModifiersSummaryContentBody{
    display: block;
    max-height: 370px;
    overflow-y: auto;
}

.symptomModifiersSummaryGroupTitle {
    text-align: right;
    padding-right: 10px; 
    width:90px;
}

.symptomModifiersSummaryGroupContent {
    font-weight: bold;
}

.symptomModifiersTypeGroup {
    padding-bottom: 20px;
}

.symptomModifiersTypeGroup label.symptomModifiersTypeLabel {
    font-size: 18px;
    padding-bottom: 10px;
    width: initial;
}

.symptomModifiersTypeGroup .validation-summary-errors {
    width: 500px;
}

.symptomModifiersLookup {
    width: 270px;
}

.symptomModifierLine {
    width: 530px;
    float: left;
    border: 0;
    border-bottom: 1px solid lightgrey;
}

.lookupEmpty {
    color: darkgrey; 
}

.disable-scroll {
    position: relative;
    z-index: 1;
}

.question-label {
    width: 100% !important;
    padding-bottom: 5px;
    font-weight: bold;
}

.question-textbox {
    width: 98% !important;
    margin-bottom: 20px;
}

.question-number-textbox {
    width: 150px;
    margin-bottom: 20px;
}

.question-dropdown {
    margin-bottom: 20px !important;
} 

.normalTextColor {
    color: black;
    font-weight: normal;
}

.goodTextColor {
    color: green;
    font-weight: bold;
}

.warningTextColor {
    color: #FFD800;
    font-weight: bold;
}

.errorTextColor,
.start-dates-warning {
    color: red;
    font-weight: bold;
}

.disable-link {
    pointer-events: none;
}

.preView {
    white-space: pre;
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
}
.preLine {
    white-space: pre-line;
}

.personInfoCell {
    max-width: 250px;
}

.buttonList {
    width: 100%;
}

    .buttonList input[type="checkbox"],
    .CheckBoxListTable.ButtonsListOnly input[type="checkbox"] {
        margin: 4px;
        background-color: #EFEFEF;
        border-radius: 4px;
        border: 1px solid #D0D0D0;
        overflow: auto;
        float: left;
        position: absolute;
        left: -20px;
    }

.buttonList .CheckBoxListTable td {
    padding-right: 20px;
}

    .buttonList label.check-box-label:hover,
    .CheckBoxListTable.ButtonsListOnly label.check-box-label:hover {
        cursor: pointer;
		background: #cccccc;
    }

	.buttonList label.check-box-label,
	.CheckBoxListTable.ButtonsListOnly label.check-box-label {
		 line-height: 10px;
		 text-decoration: none;
		 -webkit-appearance: none;
		 color: #3C404B;
		 padding: 6px 18px;
		 border: 1px solid black;
		 background: white;
		 -moz-border-radius: 8px;
		 -webkit-border-radius: 8px;
		 border-radius: 8px;
		 -moz-background-clip: padding;
		 -webkit-background-clip: padding-box;
		 background-clip: padding-box;
		 display: inline-block;
		 -webkit-touch-callout: none;
		 -webkit-user-select: none;
		 -khtml-user-select: none;
		 -moz-user-select: none;
		 -ms-user-select: none;
		 user-select: none;
		 cursor: pointer;
	}

    .buttonList.grey input[type="checkbox"] + label,
    .CheckBoxListTable.ButtonsListOnly input[type="checkbox"] + label {
        color: #3C404B;
        border-top: 1px solid #FFF;
    }

    /*BLUE CHECKED STATE FOR CHECKBOX*/
    /*----------------------------------------------------------*/
    .buttonList label.check-box-label-blue.checked,
    .CheckBoxListTable.ButtonsListOnly label.check-box-label-blue.checked {
        line-height: 10px;
        padding: 6px 18px;
        color: white;
		background: #037092;
		border: 1px solid black;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        cursor: pointer;
    }

    .buttonList input[type="checkbox"]:checked + label.check-box-label-blue,
    .CheckBoxListTable.ButtonsListOnly input[type="checkbox"]:checked + label.check-box-label-blue {
        line-height: 10px;
        padding: 6px 18px;
        color: white;
        border-width: 2px;
        border-color: black;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        cursor: pointer;
    }
    /*----------------------------------------------------------*/

	.buttonList label.check-box-label.checked:hover,
	.CheckBoxListTable.ButtonsListOnly label.check-box-label.checked:hover {
		cursor: pointer;
		background: #00435F;
	}

	.buttonList label.check-box-label.checked,
	.CheckBoxListTable.ButtonsListOnly label.check-box-label.checked {
		color: white;
		background: #037092;
		border-width: 1px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px; 
		border-radius: 8px; 
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
	}

    .buttonList input[type="checkbox"]:checked + label,
    .CheckBoxListTable.ButtonsListOnly input[type="checkbox"]:checked + label {
        color: #3C404B;
        background: #bebebe;
        border-width: 1px;
        border-color: #bebebe;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px; 
        border-radius: 8px; 
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

/*GREY CHECKBOX*/
/*----------------------------------------------------------*/
.buttonList label.check-box-label-grey,
.CheckBoxListTable.ButtonsListOnly label.check-box-label-grey {
    display: block;
    text-align: center;
    line-height: 10px !important;
    text-decoration: none;
    -webkit-appearance:none;
    padding: 6px 18px;
    border-right:none;
    border-left:none;
    border-bottom:none;
    color: #3C404B;
    border-top:1px solid #FFF;
    background: #aeaeae;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    cursor: pointer;
}

.buttonList label.check-box-label-grey:hover,
.CheckBoxListTable.ButtonsListOnly label.check-box-label-grey:hover
{
    background: #bebebe;
}

.buttonList label.check-box-label-grey.checked,
.CheckBoxListTable.ButtonsListOnly label.check-box-label-grey.checked {
    color: #3C404B;
    background: #bebebe;
    border-width: 1px;
    border-color: #bebebe;
}

.buttonList input[type="checkbox"]:checked + label.check-box-label-grey.checked,
.CheckBoxListTable.ButtonsListOnly input[type="checkbox"]:checked + label.check-box-label-grey.checked {
    color: #3C404B;
    background: #bebebe;
    border-width: 1px;
    border-color: #bebebe;
}
/*----------------------------------------------------------*/

.sureScriptsLogMessage {
    width: 900px; 
    height: 200px;
    opacity: 1 !important;
}

.resultDisplayArea {
    width: 685px; 
    height: 200px;
    opacity: 1 !important;
}

.resultIsValidCell {
    width: 100px;
}

.confirmationCode {
    width: 100px;
}

#serverEnvironmentInfo {
    position: absolute; 
    color: white; 
    right: 10px; 
    top: 55px; 
}

.analyte-text {
    width: 90% !important;
    padding: 5px;
    line-height: normal !important;
}

.isabelKnowledge {
    background:url(../Images/isabelKnowledge.ico);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	cursor:pointer; 
	text-align:center;
    border: 0;
    display: block;
}

.lightGreyBg {
    background-color: #BBB
}

.darkGreyBg {
    background-color: #999
}

.lab-test-label {
    width: 150px;
    display: inline-block;
    line-height: 20px !important;
}

.lab-question-label {
    width:50%;
    font-weight: normal;
    display: inline-block;
    line-height: normal !important;
}

.lab-answer-input {
    width: 45%;
    margin-bottom: 2px;
}

.lab-result-table {
    width: 100%;
    border-collapse: collapse;
}
      
.lab-result-table > thead > tr 
{
    border-bottom: 1px solid #e1e1e1;
}
          
.lab-result-table > thead > tr > th 
{
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 5px;
}

.lab-result-table > tbody > tr > td
{
    vertical-align: middle !important;
    padding-left: 2px;
    padding-right: 2px;
}

.lab-result-table > tbody > tr > td.InfoButton
{
    text-align: center;
    width: 75px;
}

/* fixed toolbar in popups */
div.modal-box form.form-fixed-toolbar > div.toolbar 
{
	margin-top: 0px;
	position: absolute;
	top: 0px;
	padding: 15px 0 15px 0;
	z-index: 100 !important;
	background: #F7F7F7;
	width: calc(100% - 36px);
	height: 20px;
}

div.modal-box form.form-fixed-toolbar div.form-fixed-content {
	margin-top: 50px;
}

div.modal-box form.form-fixed-toolbar > div.validation-summary-success {
	margin-top: 40px;
	margin-bottom: -40px;
}

div.modal-box form.form-fixed-toolbar > div.validation-summary-valid {
	margin-top: 40px;
}

div.modal-box form.form-fixed-toolbar > div.validation-summary-errors {
	margin-top: 40px;
	margin-bottom: -40px;
}
iframe.modal-iframe {
    width: 100%;
    height: 100%;
}
/* end fixed toolbar in popups */

.count-of-selected-items {
    float: left;
    margin-left: 50px;
    margin-top: 8px;
}

.consent-type {
    font-size: large;
    font-weight: bold;
}

/* fixed overlaping close button in addImage form*/

.k-filename {
    margin-right: 2em;
    margin-left: 1em;
}

.removeLeftLabelPadding .check-box-label {
    padding-left: 0px;
}

.gridColorDisplay {
    width: 60px;
    height: 18px;
}

.k-colorpicker {
    width: 125px;
}

.k-colorpicker .k-selected-color {
    width: 100%;
}

/*Captcha*/

.g-recaptcha:first-child div.error {
  border: solid 2px #c64848;
}

.jquery-ajax-loader {
    position: absolute !important;
}

/* design fix for unobrusive and normal validator functionality*/
/*.form-row label.error {
    display: none;
}*/

.expanding-textarea {
    overflow: hidden;
}

.session-expire {
    z-index: 900001 !important;   
}

.section-arrows {
	display: inline;
	margin-left: 4px;
}

.section-collapsed {
	padding-top: 5px;
	padding-right: 10px;
}

.doNotAddToClaim {
	background-color: #ffe5e5 !important
}

#bdhChatSearch {
	width: 87%;
	margin: 2%;
}

.draggableFillInListAdvanced ul {
	cursor: move;
}

form input.string-field.width500 {
	width: 500px;
}

.breakWord {
	word-break: break-word;
}

.normalWordBreak {
    word-break: normal;
}

.formMedicalRecordTable {
	border: 1px solid lightgray;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

.formMedicalRecordTable td {
	border: 1px solid lightgray;
	padding: 5px 5px 5px 5px;
    vertical-align: middle;
}

.formMedicalRecordTable .hhbutton {
        margin: 0;
}

.formMedicalRecordMainFieldSet {
    margin-top: 10px;
    width: 50%;
    padding-top: 16px;
}

.formMedicalRecordLegend {
    font-weight: bold;
}

.formMedicalRecordButtonAddColumn {
    width: 70px;
}

.formMedicalRecordButtonColumn {
	width: 100px;
}

.formMedicalRecordDeleteColumn {
	width: 15px;
}

.formMedicalRecordDeleteColumn > span {
    margin-top: 5px;
}

.driverLicense {
    vertical-align: top;
}

.driverLicense .driverLicenseEditor {
    margin: 0 10px 0 0;
    vertical-align: top;
}

.driverLicense .driverLicenseEditor label {
    vertical-align: middle;
}

.dicPayerClaimFilingAddress {
	max-width: 258px;
}

.opsLogDetails, .gecLogDetails, .cdsmLogDetails, .gePacsLogDetails, .integrationMessageLogDetails, .eFaxlogDetails, .aledadeLogDetails, .lifetrackLogDetails {
    font-family: monospace;
    line-height: 1;
    white-space: pre;
    overflow-x: scroll;
    overflow-y: hidden;
}

.pendingMessageLogDetails {
	font-family: monospace;
	line-height: 1;
	white-space: pre-line;
	word-break: break-word;
	overflow-y: hidden;
}

.gePacsLogResponse, .lifetrackLogResponse {
    padding-top: 10px;
    font-family: monospace;
    line-height: 1;
    overflow-y: hidden;
}

.opsLogModifiedMessage, .gecLogModifiedMessage, .integrationModifiedMessage {
	font-family: monospace !important;
	line-height: 1;
}

.italic {
	font-style: italic;
}

.imagingModifiers .inline-search, .cptCodes .inline-search {
    width: 100px;
}

.imagingModifiers .li {
	width: 270px;
}

.cptCodes .li {
    width: 280px;
}

div.bottomToolbarSection {
	margin-top: 41px;
}
.documentRouteComment {
	max-width: 130px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dashboard-header-text-message, .dashboard-header-text-message div {
	color: red;
	font-size: 14pt;
	font-weight: bold;
}

.dashboard-header-text-message div {
	padding-bottom: 4px;
}

.appointment-header-text-message {
    margin-top: 6px;
	display:inline-block;
	float:left;
}

.appointment-header-text-message div {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.two-lines-truncated-with-ellipsis {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.disclaimerTextContainer {
    width: 100%;
    text-align: center
}

.disclaimerText {
    font-size: xx-small;
    width: 100% !important;
}

div.disclaimerTextContainer label.disclaimerText {
    line-height: 16px
}

.timeSpan {
	height: 16px;
	padding: 7px 6px 7px 6px;
}

.ancillaryDataEditor {
	width: 100%; 
	height: 200px;
}

.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}