/* 
 * RF4 overrides
 */
a,
legend {
	font-size: 1.0em;
}

button, 
input[type="reset"], 
input[type="submit"], 
input[type="button"] {
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top, #f6f6f6 0%,#dddddd 100%);
	background: -o-linear-gradient(top, #f6f6f6 0%,#dddddd 100%);
	background: -ms-linear-gradient(top, #f6f6f6 0%,#dddddd 100%);
	background: linear-gradient(to bottom, #f6f6f6 0%,#dddddd 100%);
	border-radius: 4px;
	outline: none;
	padding: 2px 8px;
}

button:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover, 
input[type="button"]:hover {
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top, #f6f6f6 0%,#dddddd 100%);
	background: -o-linear-gradient(top, #f6f6f6 0%,#dddddd 100%);
	background: -ms-linear-gradient(top, #f6f6f6 0%,#dddddd 100%);
	background: linear-gradient(to bottom, #f6f6f6 0%,#dddddd 100%);
}

button:focus, 
input[type="reset"]:focus, 
input[type="submit"]:focus, 
input[type="button"]:focus {
	text-decoration:underline;
    box-shadow:0 0 10px #0076ba;
}

button[disabled], 
input[type="reset"][disabled], 
input[type="submit"][disabled], 
input[type="button"][disabled] {
	background: #f2f2f2;
}
input[type="image"][disabled] {
	cursor: default;
}

input,
input[type="text"], 
input[type="password"], 
input[type="reset"], 
input[type="submit"], 
input[type="button"],
select, 
textarea, 
button {
	font-size: 13px;
	border-color: #696559;
}

input[type="text"], 
input[type="password"], 
select, 
textarea {
	background-image: none !important;
}

textarea {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

textarea[disabled], 
input[type="text"][disabled], 
input[type="password"][disabled], 
select[disabled],
.disabled-control {
	background: #eeeeee !important;
	border: 1px solid #cccccc !important;
	color: #565656 !important;
}

/* remove the IE10+ input clearing "x" button */
input::-ms-clear {
	display: none;
}

*.rf-sel {
	*zoom: 1;
	*display: inline !important;
}

/* data tables */
.rf-dt-shdr {
	background-color: #F1EEE9;
}
.rf-dt-shdr-c {
	background: none !important;
}

/* tabs */
*.rf-tab-lbl {
	font-size: 1.0em !important;
}
*.rf-tab-lbl a {
	text-decoration: none;
	color: #000;
}
*.rf-tab-lbl a:hover {
	color: #B24C53;
}
*.rf-tab-hdr-inact *.rf-tab-lbl a {
	font-weight: normal;
}
*.rf-tab-hdr-inact *.rf-tab-lbl a:hover {
	color: #fff;
}
*.rf-tab-cnt {
	border-radius: 0 5px 5px 5px;
	font-size: 0.8em !important;
}
*.rf-tab-hdr-act.rf-tab-hdr-top {
	background: #fff !important;
	border-bottom-color: #fff !important;
	font-weight: bold;
}
*.rf-tab-hdr-inact.rf-tab-hdr-top,
*.rf-tab-hdr-dis.rf-tab-hdr-top {
	background: #f2f2f2 !important;
	border-bottom-color: #C4C0B9 !important;
}
*.rf-tab-hdr-dis.rf-tab-hdr-top.locked {
	background: #f2f2f2 url("/daddap/javax.faces.resource/img/icon-lock-darkgray.png.xhtml?ln=com.highmark.daddap") no-repeat 10px 5px !important;
}
*.rf-tab-hdr-dis.rf-tab-hdr-top.locked .rf-tab-lbl {
	padding-left: 25px;
}
*.rf-tab-hdr-inact.rf-tab-hdr-top:hover {
	background: #3A6889 !important;
}
*.rf-tab-hdr-inact.rf-tab-hdr-top:hover a {
	color: #fff !important;
}
*.rf-tab-hdr-top {
	border-radius: 5px 5px 0 0 !important;
	padding: 8px 20px !important;
}
*.rf-tab-hdr-tabline-vis.rf-tab-hdr-tabline-top {
	background: none !important;
	border: none !important;
	bottom: -1px;
	height: 40px !important;
	position: relative;
}
.rf-tab-hdr-brd,
.rf-tab-hdr-tabs tr > .rf-tab-hdr-spcr:first-child {
	display: none;
}
*.rf-tab-hortab-tabspcr-wdh {
	padding-left: 5px !important;
}

/* messages */
*.rf-msg-err, *.rf-msgs-err {
	background-image: url("/daddap/javax.faces.resource/img/error.png.xhtml?ln=com.highmark.daddap") !important;
	color: #b94a48 !important;
}

/* pagination */
.pagination {
	background-color: #f2f2f2;
	margin-top: 1px;
	padding: 5px;
}

.pagination .results {
	float: left;
	padding: 5px;
}

*.rf-ds {
	background: none !important;
	float: right;
	font-size: 1.0em !important;
}

*.rf-ds-btn,
*.rf-ds-nmb-btn,
*.rf-ds-act {
	background: none !important;
	border: none !important;
	color: #003366 !important;
	font-size: 1.0em !important;
	margin: 0 !important;
	min-width: 2em;
	padding: 5px !important;
	text-align: center;
	text-decoration: none !important;
}
*.rf-ds-nmb-btn {
	text-decoration: underline !important;
}
*.rf-ds-act,
*.rf-ds-act:hover,
*.rf-ds-act.rf-ds-nmb-btn:hover {
	background: #003366 !important;
	color: #ffffff !important;
	text-decoration: none !important;
}
*.rf-ds-btn:hover,
*.rf-ds-nmb-btn:hover {
	background: #cccccc !important;
}
*.rf-ds-btn.rf-ds-dis {
	color: #565656 !important;
}
*.rf-ds-btn.rf-ds-dis:hover {
	background: none !important;
}

/* popup panel */
*.rf-pp-hdr {
	background: #2a5680 !important;
	padding: 10px !important;
}
*.rf-pp-hdr *.rf-pp-hdr-cnt,
*.rf-pp-hdr-cntrls a {
	color: #fff !important;
	font-size: 16px !important;
	padding: 0 !important;
	text-decoration: none !important;
}
*.rf-pp-hdr-cntrls {
	top: 10px !important;
	right: 10px !important;
    background: #2a5680;
}

/* collapsibleSubTableToggler */
*.rf-csttg-colps > img,
*.rf-csttg-exp > img {
	display: none;
}

/* End
 * RF4 overrides
 */

/* Backgrounds */
.shadow-nav {
	background: #eee url("/daddap/javax.faces.resource/img/shadow-top.png.xhtml?ln=com.highmark.daddap") repeat-x left -1px;
}
.shadow-top {
	background: transparent url("/daddap/javax.faces.resource/img/shadow-top.png.xhtml?ln=com.highmark.daddap") repeat-x left -1px;
}
.shadow-right {
	background: transparent url("/daddap/javax.faces.resource/img/shadow-right.png.xhtml?ln=com.highmark.daddap") repeat-y right top;
}
.shadow-left {
	background: transparent url("/daddap/javax.faces.resource/img/shadow-left.png.xhtml?ln=com.highmark.daddap") repeat-y left top;
}
.shadow-bottom {
	background: transparent url("/daddap/javax.faces.resource/img/shadow-bottom.png.xhtml?ln=com.highmark.daddap") repeat-x left bottom;
}
.shadow-box {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.rounded {
	border-radius: 5px;
}
.rounded-top {
	border-radius: 5px 5px 0 0;
}
.rounded-bottom {
	border-radius: 0 0 5px 5px;
}

/*
 * Top Navigation
 */
#topnav {
	border-bottom: solid 1px #ccc;
	font-size: .85em;
	padding: 10px;
}
#topnav a { text-decoration: none;	} 
#topnav ul {
	line-height: 21px;
	margin: 0 10px 0 0;
	padding: 0;
}
#topnav li {
	display: inline-block;
	list-style-type: none;
}
#topnav li.separator { margin: 0 3px; }
#topnav li.navmenu {
	position: relative;
	z-index: 100;
}
#topnav ul.submenu { 
	background-color: #ffffff;
	border: solid 1px #ccc;
	display: none;
	line-height: 15px;
	padding: 0px 10px;
	position: absolute;
	right: -20px;
	text-align: left;
	width: 200px;
}
#topnav ul.submenu.actions {
	left: auto;
}
#topnav ul.submenu li {
	display: block;
	margin: 10px 0;
}

.navmenu .caret, .navmenu .caret:before {
		width: 0px;
		height: 0px;
}
.navmenu .caret {
    margin-left: 3px;
    border-top: 4px solid #f2f2f2;
}
.navmenu .caret:after {
    position: absolute;
    content: "";
    border-top: 6px solid rgb(0, 51,153);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-top: 8px;
}
#profile{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
/* END
 * Top Navigation
 */

.clearFloat:after {
  content: "";
  display: table;
  clear: both;
}

.tempTextAlignCenter {
	text-align: left;
}
/*
   This is to remove the space from above the forms.
*/
form {
	margin: 0px;
}
td.align-right{
	text-align: right;
}
td.align-left{
	text-align: left;
}
th {
	font-size: .80em;
	text-align: center;
}
legend {
	color: #000000;
}
caption {
	text-align: center;
}
.grayInfoArea {
	font-size: .80em;
	margin-left: .5em;
	padding: .25em;
	text-align: left;
	background-color: silver;
	border: 2px double #112E72;
	width: 70%;
}
.grayInfoArea2021 {
	font-size: .80em;
	padding: 15px;
	text-align: left;
	border: 1px solid #112E72;
	width: 100%;
	box-sizing: border-box;
}
#maintable,
#maintable2,
#lefttable,
#servicetable,
#appointmenttable,
#attachmentstable,
.maintable {
	border-collapse: collapse;
}
#resultstable {
	width: 100%;
}
.primaryHeading {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: .25em;	
	margin-top: .25em;
}
.secondaryHeading {
	font-size: 1.0em;
	font-weight: bold;
}
.dartInputText {
	font-size: .80em !important;
}
.dartInputLaunchText{
	font-size: .80em;
	width: 7em;
}
.dartInputText2Chars {
	font-size: .80em;
	width: 2.2em;
}
.dartInputText5Chars {
	font-size: .80em;
	width: 3.5em;
}
/*
.dartDataField is for text in a td which is
a label for the field.
.dartFieldLabel is for a td which needs the
style for a field label.
*/
.dartDataField, .dartFieldLabel {
	font-size: .80em !important;
	text-align: left;
}
.dartDataFieldBold {
	font-size: .80em;
	font-weight: bold;
	text-align: left;
}
.dartDropDown {
	font-size: .80em;
}
.dartButton {
	width: 10em;
}
.wordyDartButton {
	width: 15em;
}
.veryWordyDartButton {
	width: 23em;
}
.newwordyDartButton {
	width: 15em;
	display: block;
}
.newveryWordyDartButton {
	width: 23em;
	display: block;
}
.launchButton {
	display: block;
	margin-bottom: 5px;
	width: 100%;
}
.launchNewButton{
	width:200px;
	float:left;
	margin-bottom:15px;
}
.launchCancelButton{
	margin-left:8px;
	margin-bottom:15px;
	width:120px;
	float:left;
}

.inputGroup {
	border-spacing: 0;
	margin-bottom: 3px;
}
.inputGroup td {
	padding: 0;
}
.inputGroup label,
.inputGroup td input {
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: middle;
}
.inputGroup td input {
	margin-left: 10px;
}
.inputGroup td:first-child input {
	margin-left: 0;
	padding-left: 0;
}
.underlineHover{
	border-bottom: 1px dashed #999;
}
.launchGrayText{
	color: #6a6a6a;
}
.addLinesBtn {
	margin-top: 13px;
	margin-left: 10px;
}
.primaryAction {
	font-weight: bold;
}

.btn {
	background-image: none !important;
	cursor: pointer;
	border: 1px solid #bbb;
	font-weight: bold;
	padding: 10px !important; 
	text-decoration: none !important;	
}
.btn.btn-blue,
.btn.btn-blue:hover {
	background-color: #356687;
	color: #fff;
}
.btn.btn-gray,
.btn.btn-gray:hover {
	background-color: #ddd;
	color: #333;
}

.pill-container {
	margin-bottom: 10px;
}
.pill {
	background-color: #f2f2f2;
	color: #003366;
	display: inline-block;
	font-weight: normal;
	line-height: 14px;
	margin: 2px 5px 2px 0;
	padding: 8px 12px;
	text-decoration: none !important;
	
	border-radius: 5px;
}
.pill:hover {
	background-color: #003366;
	color: #fff;
}
.pill.pill-home {
	background-color: #2c5e81;
	color: #fff;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 12px 0;
}
.pill.pill-home:hover {
	background-color: #003366;
	color: #fff;	
}
span.pill.pill-home,
span.pill.pill-home:hover {
	background-color: #ddd;
	color: #565656;
}
.pill.pill-tasks-active {
	background-color: #003366;
	color: #fff;
}
.pill.pill-tasks-inactive {
	background-color: #fff;
	color: #003366;
}
.pill.pill-tasks-inactive:hover {
	background-color: #f2f2f2;
}

.home-box-container {
	margin: 25px 0;
	text-align: center;
}
.home-box {
	background-color: #f2f2f2;
	border: solid 1px #ccc;
	display: inline-block;
	margin: 0 15px;
	min-height: 290px;
	vertical-align: top;
	width: 260px;
	
	border-radius: 5px;
}
.home-box-heading {
	background-color: #e4e4e4;
	color: #242424;
	font-size: 1.1em;
	margin: 0;
	padding: 8px 0;
	width: 100%;
}
.home-box-body {
	color: #242424;
	margin: 0;
	padding: 20px 20px 0 20px;
}

.darthome-col1 {
	vertical-align:text-top;
}
.darthome-col2 {
	vertical-align:text-top;
}
.darthome-col3 {
	vertical-align:text-top;
}
.darthome-colheader {
	font-weight: bold;
	text-align: center;
}
legend {
	font-weight: bold;
	text-align: left;
}
.legendSubtext{
	font-weight:normal;
}

.row1 {
	background-color: #ffffff;
}
.row2 {
	background-color: #dddddd;
}
.selected-row { 
	background-color: yellow; 
}
.unselected-row { 
	background-color: transparent; 
}
.header1 {
	font-size: .80em;
	text-align: center;
	font-weight: bold;
}
.sort-asc { 
	background-image: url("/daddap/javax.faces.resource/img/down.gif.xhtml?ln=com.highmark.daddap");  
	background-position: bottom right; 
	background-repeat: no-repeat; 
}
.sort-desc { 
	background-image: url("/daddap/javax.faces.resource/img/up.gif.xhtml?ln=com.highmark.daddap"); 
	background-position: bottom right; 
	background-repeat: no-repeat;  
}

/*
#valmessages span {
	text-align: left;
	float: left;
	position: relative;
	border: 1px solid green;	
}
*/
.globalMessageBoundingStyle > ul {
	padding: 0;
}
.globalMessages ul.alert {
	padding: 8px 8px 8px 25px;
}
.globalMessages ul.alert > li {
	list-style-type: disc;
	margin: 2px 0;
}
.globalMessages ul.alert > li:only-child {
	list-style-type: none;
	margin-left: -15px;
}

.messageAreaError {
	color: red; 
	font-size: .80em;
	font-style: italic;
	width: 100%;
	display: block;
}
.messageAreaError-boxed {
	font-family: monospace;
	width: 80%;
	color: black;
	background-color: #FA9;
	font-size: 1.2em;
	font-weight: bold;
	border: 2px solid red; 
	text-align: center;
	text-decoration: none;
	list-style-type: none;
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.validationError {
	color: #b94a48;
	display: block;
	font-size: small;
}
.validationErrorRight {
	color: #b94a48;
	display: block;
	font-size: small;
	text-align: right; 
}
/* Dart CSS Form formatting */

fieldset.cssForm {
	margin-bottom: .50em;
}

.cssForm fieldset {
	margin-bottom: .50em;
}

.cssFormOutputText {
	display: block;
	float: left;
	font-size: .80em;
	text-align: left;
	margin-bottom: .25em;
} 
.cssFormOutputBoldText {
	display: block;
	float: left;
	font-size: .80em;
	text-align: left;
	font-weight: bold;
	margin-bottom: .25em;
} 

.cssForm .cssLabel {
	display: block;
	float: left;
	font-size: .80em;
	text-align: left;
	padding-right: 1.5em;
}

.cssForm label {
	display: block;
	float: left;
	font-size: .80em;
	text-align: left;
	padding-right: 1.5em;
} 

.cssForm input {
	display: block;
	float: left;
	font-size: .80em;
	margin-bottom: .25em;
}
.cssForm select {
	display: block;
	float: left;
	font-size: .80em;
	margin-bottom: .25em;
}
.cssFormButton {
	width: 10em;
	margin-left: 2em;
	margin-bottom: .25em;
}
.cssFormWordybutton {
	width: 15em;
	margin-left: 2em;
	margin-bottom: .25em;
}
.cssFormVerywordybutton {
	width: 23em;
	margin-left: 2em;
	margin-bottom: .25em;
}
.cssForm br {
	clear: left;
}

.cssDialogSectionInfo {
	font-size: small;
	font-style:italic;
	padding-bottom: 10px;
	padding-top: 15px;
	text-align:left;
}

fieldset.cssDialog {
	margin-bottom: 10px;
}

.cssDialog fieldset {
	margin-bottom: 10px;
}

.cssDialogOutputText {
	display: block;
	float: left;
	font-size: small;
	text-align: left;
	margin-bottom: 5px;
} 
.cssDialogOutputBoldText {
	display: block;
	float: left;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
} 
.cssDialog label {
	display: block;
	float: left;
	font-size: small;
	text-align: left;
	padding-right: 5px;
}
.cssDialog input {
	display: block;
	float: left;
	font-size: small;
	margin-bottom: 5px;
}
.cssDialog select {
	display: block;
	float: left;
	font-size: small;
	margin-bottom: 5px;
}
.cssDialogButton {
	width: 100px;
	margin-left: 20px;
	margin-bottom: 5px;
}
.cssDialogWordybutton {
	width: 150px;
	margin-left: 20px;
	margin-bottom: 5px;
}
.cssDialogVerywordybutton {
	width: 250px;
	margin-left: 20px;
	margin-bottom: 5px;
}
.cssDialog br {
	clear: left;
}
.cssDialogValidationError {
	margin-left: 10px;
	color: #b94a48;
	display: block;
	font-size: small;
}
.cssDialogMessageAreaError {
	color: #b94a48;
	font-size: small;
	font-style: italic;
	width: 100%;
	display: block;
}
.authServiceTableHeader {
	padding: 4px;
	height: 24px;
}
.authServiceTableRow {
	padding: 4px;
	height: 24px;
}

/* Dart Reports Additions */

div#Reports{
	font-size: .8em;
}

span#archive-toggle{
	margin-left: 10px;
	font-size: .75em;	
	
}
span#archive-toggle a{

	background-color: #FFFFFF;
	border: 1px solid #00498E;
	color: #00498E;
	font-weight: bold;
	margin: 5px 25px;
	margin-right: 5px;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;	
	width: 110px;
}
span#archive-toggle a:hover{
	text-decoration: underline;
	color: #B24C53;
}

span#report-view{
	display: inline-block;
	vertical-align: middle;
	width: 390px;
    color: #B24C53;
    font-size: 0.75em !important;
}

span.reportName{
	color: #4C64B2;
}

table#reportListingForm\003AreportListingTbl,
table#outerTable table td{
	padding: 7px;
}
table#outerTable table{
	width: 550px;
	/*border-top: 2px dotted #4C64B2;*/
	margin-bottom: 7px;
}

table#outerTable table th{
	font-size: 1.0em;
	font-weight: bold;
	background-color: #2C5E81;
	color: white;
}
td.col1, table#outerTable table td.col1 {
	
	width: 45px;
}
td.col2, table#outerTable table td.col2{ 
	
}

table#reportListingForm\003AreportListingTbl td,
table#outerTable table td{
	font-size: .8em;
	padding: 5px;
	background-color: #ecebea
	
}

span#home-button{
	margin-left: 10px;
	font-size: .75em;	
}
span#home-button a{

	background-color: #FFFFFF;
	border: 1px solid #00498E;
	color: #00498E;
	font-weight: bold;
	margin: 5px 5px;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;	
	width: 110px;
}
span#home-button a:hover{
	text-decoration: underline;
	color: #B24C53;
}

#reportListingForm{
	margin-top: 13px;
	background-color: transparent;
}

/* BreadCrumb for Reports */

#breadbox-dart {
	font-weight: bold;
	font-size: 0.8em;
 	padding: 5px 0 0 0;
}

#breadbox-dart A:link {text-decoration: underline; color: #B24C53;
}
#breadbox-dart A:visited {text-decoration: underline; color: #B24C53;}
#breadbox-dart A:active {text-decoration: underline}
#breadbox-dart A:hover {text-decoration: underline; color: #0000ff;}

#breadcrumbs-dart
{
	float: left;
	padding: 3px;
	background-color: #dedede;	
}

#breadcrumb-dart-right
{
	float: right;
	padding: 3px;
}
.oddrow
{
	background-color: yellow;
}

table.resultsTable{
	border-left: 1px solid #C4C0C9;
	border-top: 0px solid black;
	width: 100%;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	text-align: left; 
}
table.resultsTable .headerRow th{
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC !important;
	font-size: .8em;
	white-space: nowrap;
}
table.resultsTable td, table.ref-servicesTable td{
	font-size: .8em;
	font-family: arial,helvetica,sans-serif;
}
table.resultsTable td input,
table.resultsTable td select, 
table.ref-servicesTable td input,
table.ref-servicesTable td select {
	font-size: 1.0em;
}
table.ref-servicesTable{
	font-size: 14pt;
	
}

table.shaded {
	background-color: #eeeeee;
	border: 1px #c4c0c9 solid;
	width: 100%;
} 

table.resultsTable .row1 {
	color: black;
}
table.resultsTable .row2 {
	color: black;
	/*background-color: #d5d5ff*/
	background-color: #dfdde1
}

table.resultsTable td.on{
	background-color: #E1EAFE;
}

/*
	Example use on Rich:datatable
	onrowmouseover="toggleRowHoverStyle(this)"
*/
table.resultsTable td.off{
	background-color: transparent;
}

table.providerSelectionTable {
	font-size: 1.4em !important;
}

.donotshow{
	display: none;
}

.dartEligDataField {
	font-size: 0.8em;
	text-align: left;
	width: 20em;
}
.dartProviderDataField {
	font-size: 0.8em;
	text-align: left;
	width: 20em;
}
.submitAsLink {
	background: none !important;
	border: none;
	color: #003399 !important;
	cursor: pointer;
	font-weight: bold;
	margin: 0;
	overflow: visible;
	padding: 0 !important;
	text-align: left;
	text-decoration: underline;
}
.submitAsLink:hover {
	color: #B24C53 !important;
}

.tbl-appointmentListing{
	width: 100%;
	background-color: #e6e6e6
}

.tbl-appointmentListings .lastColumn, .tbl-newAppointment .lastColumn{
	text-align: right;
}

.tbl-appointmentListings .appointmentGroup {
	border-bottom: 2px dotted black;
	margin-bottom: 1px;
}
.tbl-appointmentListings{
	width: 100%;
	border-collapse: separate;
}

#tbl-newAppointment{
	width: 100%;
	border-collapse: separate;
	margin-top: 5px;
}

.infoMessageWrapper, .infoMessageWrapper2{
	display: block;
	color: blue;
	font-style: italic;
	text-align: left;
	padding-left: 22px;
	margin-bottom: 3px;
	background: #e6e6e6;
	font-family: sans-serif;
	
	background-image: url("/daddap/javax.faces.resource/img/info.png.xhtml?ln=com.highmark.daddap");
	background-repeat: no-repeat;
}
.infoMessageWrapper {
	font-size: .8em;
}
#refServices table {
	border-collapse: collapse !important;
}
.refProcedureTableCol {
	font-size: .8em !important;
}
.refProcedureTableCol input[type="input"],
.refProcedureTableCol select {
	margin: 0 !important;
}
.procedureCodeButton {
	border-width: 0px; 
	margin-left: 3px !important; 
	padding: 0px;
	vertical-align: top;
}
.procedureCodeDescription > div {
	color: #666;
	font-size: .9em;
	padding: 5px;
}
.specialtyProviderMessage {
	display: inline-block;
	padding: 5px;
}
.refCol20 {
	width: 20%;
}
.refCol35 {
	width: 35%;
}
.refCol45 {
	width: 45%;
}
fieldset.eligibility {
	margin-bottom: 5px;
	margin-left: 10px; 
}
fieldset.eligibility table{
	font-size: .8em;
}
.dart-nowrap {
	white-space: nowrap;	
}

.blank-column-header {
	background-color: white;
}

table.requestedServicesPanelGrid{
	font-size: 12pt;
	font-family: arial,helvetica,sans-serif;
}
table.requestedServicesPanelGrid .col1{
	width: 30%;
	background-color: #efefef;
}
table.requestedServicesPanelGrid .col2{
	width: 70%;
}

label.dtfUA{
	float: left;
	margin-right: 3px;
}
#UAManagerForm\003AsearchUserId  {
	float: left;
}
#UAManagerForm\003AsearchUserId input{
	font-size: 12.8px;
}
.rich-combox{
	display: inline;
}

.rich-message-marker img {
   padding-top: 2px;
   padding-right:7px;
}
.rich-message-label {
   color:red;
}
.rich-combobox-font {
	font-size: 12.8px;
}
td.col-update{
	text-align: center;
}
#UAManagerForm\003A btn-updateall {
	margin-top: 10px;
	float: right;
}
#UAManagerForm\003AsearchUserIdSelect > span {
	vertical-align: top;
}

.dr-mpnl-pnl {
	/*This is currently cutting off the top-right of the header in ie */
	/*overflow-y: auto;*/
}

.vertical-scroll {
	overflow-y: auto;
	height: 315px;
}

.rf-dt-shdr-c a {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

textarea.removeStyles {
	border: none;
	background: none;
	resize: none;
}
textarea.removeStyles:focus {
	outline: none;
}

.box,
.alert {
	background-color: #f2f2f2;
	border: solid 1px #999999;
	font-size: 13px;
	list-style-type: none;
	margin: 10px 0 10px 0;
	padding: 8px;
}
.alert.alert-error {
	background-color: #fdf8f8;
	border-color: #b94a48;
	color: #b94a48;
}
.alert.alert-success {
	background-color: #dff0d8;
	color: #006600;
}
.alert.alert-warn {
	background-color: #fcf8e3;
	border-color: #c7ab7c;
	color: #8e4700;
}

.settingBox {
	border: 1px #999999 solid;
	box-sizing: border-box;
	display: table;
	float: right;
	font-size: .9em;
	font-weight: bold;
	padding: 4px 10px;
	text-align: center;
	width: 450px;
}
.settingBox.inactive {
	background-color: #fff;
}
.settingBox.active {
	background-color: #ffc;
}
.settingBox > div {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	width: 20%;
}
.settingBox > div:first-child {
	line-height: 13px;
	text-align: left;
	width: 80%;
}

.hide {
	display: none;
}

.success-text {
	color: #006600;
}

.success-text-font {
	color: #006600;
	font-size: .80em;
}

.error-text {
	color: #a23f3d;
}

.warn-text {
	color: #8e4700;
}

.warn-text-font {
	color: #8e4700;
	font-size: .80em;
}

.disabled-text {
	color: #565656 !important;
	cursor: default;
}
input.rf-plhdr,
textarea.rf-plhdr,
.placeholder,
.gray-text {
	color: #474747 !important;
}
.mask-date {
	/*color: #666666 !important;*/
}
.hidden {
	display:none !important;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}

.dropdown-header {
    color: rgb(0, 51, 153);
    font-size: 1em;
    font-weight: bold;
}

.icon-sort {
	vertical-align: middle;
	border: none;
}

.notesTable {
	margin-bottom: 10px;
	width: 100%;
}
.notesTable th {
	text-align: left !important;
}
.notesCol1{
	width: 440px;
}
.noteTextArea {
	margin: 0;
	padding: 0;
	width: 100%;
}

/* spinner styles */
.spinner {
	border: none;
	height: 30px;
	margin-left: 6px;
	vertical-align: middle;
	width: 30px; 
}
.spinner.spinner-medium {
	height: 20px;
	width: 20px; 
}
.spinner.spinner-small {
	height: 10px;
	width: 10px; 
}

/* 
 * New appointment mod layout
 */ 
.apptModMemberInfo {
	float: left;
	margin: 0 0 10px 0; 
	width: 62%; 
}
.apptModRelatedRec {
	float: right; 
	margin: 0 0 10px 0;
	width: 32%;	
}
.apptModDeersInfo {
	float: right;
	margin: 0 0 10px 0;
	width: 32%;
}
.apptModAcnContainer {
	clear: both; 
	margin-bottom: 10px;
}

#apptmodform .column1 {
	width: 15%
}

#apptmodform .column2 {
	width: 70%
}

#apptmodform .column3 {
	width: 75%
}

#apptmodform .column4 {
	width: 150px;
}

#apptmodform .column5 {
	width: 175px;
}

#apptmodform .column6 {
	width: 300px;
}

#apptmodform .dartSmallTextBold {
	font-size: .75em;
	font-weight: bold;
	text-align: left;
}

/* END
 * New appointment mod layout
 */ 

/* 
 * Attachment Manager CSS
 */ 
#attachmentsPanel {
	margin: 10px 0;
}
#attachmentsPanel > div {
	margin: 5px 0;
}
#attachmentsPanel label {
	display: inline;
	padding: 0;
}
#attachmentsPanel .alert {
    font-size: 1.0em;
}

#attachmentsPanel .alert.alert-warn {
    font-size: 13px;
}

#attachmentsPanel .alert div:first-child {
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 10px;
}
#attachmentsPanel .alert label {
	float: none;
}

#attachmentManager .secondaryHeading {
	font-size: 0.9em;
}
#attachmentManager table.resultsTable td {
	border: solid 1px #a8a8a8;
	word-break: break-all;
}
#attachmentManager table.resultsTable th.col1,
#attachmentManager table.resultsTable td.col1 {
	width: 25%;
}
#attachmentManager table.resultsTable th.col2,
#attachmentManager table.resultsTable td.col2 {
	width: 55%;
}
#attachmentManager table.resultsTable th.col3,
#attachmentManager table.resultsTable td.col3 {
	width: 20%;
}

#attachmentManager table.existingTable th.column1,
#attachmentManager table.existingTable td.column1 {
	width: 5%;
}

#attachmentManager table.existingTable th.column2,
#attachmentManager table.existingTable td.column2 {
	width: 20%;
}

#attachmentManager table.existingTable th.column3,
#attachmentManager table.existingTable td.column3 {
	width: 20%;
}

#attachmentManager table.existingTable th.column4,
#attachmentManager table.existingTable td.column4 {
	width: 45%;
}

#attachmentManager table.existingTable th.column5,
#attachmentManager table.existingTable td.column5 {
	width: 10%;
}

#attachmentManager table.existingTable td.subcolumn1 {
	width: 35%;
}

#attachmentManager table.existingTable td.subcolumn2 {
	width: 65%;
}

#attachmentManager .errorMessage {
	display: none;
}
#attachmentManager [class$="-summaryRow"], 
#attachmentManager [class*="-summaryRow "] {
	background-color: #f2f2f2;
	border: solid 1px #a8a8a8;
	border-bottom: none;
	padding: 5px;
}
#attachmentManager [class$="-summaryRow"] h2, 
#attachmentManager [class*="-summaryRow "] h2 {
	margin: 0;
}
#attachmentManager #fileupload .fileupload-emptyRow td {
	text-align: center;
}
#attachmentManager #fileupload .template-upload > td,
#attachmentManager #fileupload .template-download > td {
	padding: 4px;
}
#attachmentManager #fileupload .progressContainer {
	display: none;
	padding: 10px 50% 10px 10%;
}
#attachmentManager #fileupload .template-download .progressContainer {
	display: block;
}
#attachmentManager #fileupload .progress {
	border: solid 1px #a8a8a8;
	height: 21px;
	margin-bottom: 5px;
	overflow: hidden;
}
#attachmentManager #fileupload .progress .bar {
	background-color: #006600;
	float: left;
	height: 100%;
	width: 0%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#attachmentManager input[type="image"] {
	margin: 0 8px;
}

#attachmentManager #existingAttachmentForm input[type="image"] {
	margin: 0 5px;
}

#attachmentManager .template-upload .fileInformation .name,
#attachmentManager #attachmentEditPanel .fileInformation .name {
	width: 60%;
}
#attachmentManager .template-upload .fileInformation .filename {
	margin-bottom: 10px;
}
#attachmentManager .fileInformation,
#attachmentRemovePanel_content .fileInformation {
	font-size: 1.2em;
	width: 100%;
}
#attachmentManager .fileInformation td {
	border: none !important;
	line-height: 20px;
	padding: 0 0 5px 0;
	text-align: left;
}
#attachmentManager .fileInformation td.col1 {
	width: 22% !important;
}
#attachmentManager .fileInformation td.col2 {
	width: 78% !important;
}
/* Second set of column classes used in existingAttachment table. */ 
#attachmentManager .fileInformation td.column1 {
	width: 30% !important;
}
#attachmentManager .fileInformation td.column2 {
	width: 70% !important;
}
#attachmentManager .fileInformation span {
	display: inline-block;
}
#attachmentManager .fileInformation span.rf-msg {
	display: inline;
}
#attachmentManager .fileInformation input,
#attachmentManager .fileInformation select {
	margin: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#attachmentManager .fileInformation .name {
	width: 100%;
	word-break: normal;
}
#attachmentManager .fileInformation .category {
	margin-right: 5px;
	width: auto;
}
#attachmentManager .fileInformation .category-tag {
	background-color: rgba(0, 101, 164, 1);
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 11px;
	padding: 0 4px;
	margin: 3px;
}
#attachmentManager .fileInformation .category-tag a {
	color: #FFFFFF;
	margin-left: 5px;
}
#attachmentManager .fileInformation a {
	text-decoration: none;
}
#attachmentManager .fileInformation .date {
	width: 85px;
}
#attachmentManager .fileInformation .description {
	width: 100%;
	word-break: normal;
}
#attachmentManager .fileupload-buttonbar {
	margin-top: 5px;
}
#attachmentManager .fileinput-button {
	display: inline;
	overflow: hidden;
	position: relative;
}
#attachmentManager .fileinput-button:hover a {
	color: #B24C53;
}
#attachmentManager .fileinput-button input {
	cursor: pointer;
	direction: ltr;
	margin: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-filter:'alpha(opacity=0)';
		filter: alpha(opacity=0);
}
/* Fixes for IE < 8 */
@media screen\9 {
	#attachmentManager .fileinput-button input {
		font-size: 100%;
  	}
}				
#attachmentManager .alert h2 {
	margin: 0;
}
#attachmentManager .alert-summary,
#attachmentManager .alert-summary button,
#attachmentManager .alert-error,
#attachmentManager .alert-validation {
	display: none;
}
#attachmentManager .alert-validation {
	background-color: #fdf8f8;
	border-color: #b94a48;
	color: #b94a48;
}
#attachmentManager .processing {

}

/* END
 * Attachment Manager CSS
 */
 
/**
 * Existing Attachment Module styles
 * Since the attachment module is in a rich popup panel, the font-sizes
 * have to be overwritten in places where they are also altered by em sizes.
 */
#existingAttachmentForm .pagination {
	font-size: 13px;
}

#existingAttachmentForm .box .text,
#existingAttachmentForm .box .section {
	float: left;
	padding-right: 25px;
	padding-left: 10px;
}

#existingAttachmentForm .box .text {
	padding-top: 4px;
}

#existingAttachmentForm .box select {
	width: 200px;
}

#existingAttachmentForm div.box {
	overflow: auto;
}

#existingAttachmentForm .fileInformation .category {
	margin-right: 5px;
	width: 100%;
}

#existingAttachmentForm table.resultsTable th {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC !important;
	font-size: .8em;
	white-space: nowrap;
	vertical-align: top;
}

#existingAttachmentForm table.resultsTable th a{
	font-size:13px;
}

#existingAttachmentForm .primaryHeading {
	font-size: 18px;
}
 
/*
 * Image Viewer CSS
 */
#imageViewer {
	background-color: #f2f2f2;
	text-align: left; 
}
#imageViewer .header {
	background: #2c5e81 url("/daddap/javax.faces.resource/img/dart-icon-small.png.xhtml?ln=com.highmark.daddap") no-repeat right center;
	border-bottom: solid 1px #999999;
	height: 80px;
	padding: 10px 10px;
}
#imageViewer .header h1,
#imageViewer .header h2 {
	color: #fff;
	margin: 0 0 10px 0;
}
#imageViewer .header h2 {
	display: inline-block;
	font-size: 1.25em;
	font-weight: normal;
	margin: 0;
}
#imageViewer .header .headerActions {
	display: inline-block;
	margin-left: 20px;
}
#imageViewer .header .headerActions,
#imageViewer .header .headerActions a {
	color: #fff;
	font-weight: normal;
}
#imageViewer .viewer {
	background-color: #fff;
	border-bottom: solid 1px #999999;
	height: 500px;
	position: relative;
	width: 100%;
}
#imageViewer #toolbars {
	background-color: #f2f2f2;
	border-bottom: solid 1px #999999;
	height: 30px;
	padding: 10px;
}
#imageViewer .toolbar {
	float: left;
}
#imageViewer #viewerPagination > * {
	float: left;
	margin: 0 5px;
}
#imageViewer #viewerPagination > span {
	color: #003399;
	line-height: 30px;
}
#imageViewer .actions {
	background-color: #f2f2f2;
	border-bottom: solid 1px #999999;
	text-align: center;
	padding: 10px;
}
#imageViewer .footer {
	background-color: #fff;
	border-bottom: solid 1px #999999;
	padding: 10px;
	text-align: center;
}
#imageViewer .alert.alert-error {
	margin: 20px;
}

#imageViewer .iviewer_common {
	border: none;
	height: 30px;
	margin: 0 10px;
	position: static;
	float: left;
}

#imageViewer .iviewer_button {
	width: 30px;	
}
#imageViewer .iviewer_zoom_in {
	background-image: url("/daddap/javax.faces.resource/img/viewer-zoom-in-icon.png.xhtml?ln=com.highmark.daddap");
}
#imageViewer .iviewer_zoom_out {
	background-image: url("/daddap/javax.faces.resource/img/viewer-zoom-out-icon.png.xhtml?ln=com.highmark.daddap");
}
#imageViewer .iviewer_zoom_zero {
	background-image: url("/daddap/javax.faces.resource/img/viewer-zoom-reset.png.xhtml?ln=com.highmark.daddap");
}
#imageViewer .iviewer_zoom_fit {
	background-image: url("/daddap/javax.faces.resource/img/viewer-zoom-to-fit.png.xhtml?ln=com.highmark.daddap");
}
#imageViewer .iviewer_zoom_status {
	border: solid 1px #003399;
	color: #666666;
	font: inherit;
	line-height: 30px;
}
#imageViewer .iviewer_rotate_left {
	background-color: transparent;
	background-image: url("/daddap/javax.faces.resource/img/viewer-rotate-left-icon.png.xhtml?ln=com.highmark.daddap");
}
#imageViewer .iviewer_rotate_right {
	background-color: transparent;
	background-image: url("/daddap/javax.faces.resource/img/viewer-rotate-right-icon.png.xhtml?ln=com.highmark.daddap");
}
/* END
 * Image Viewer CSS
 */
 
/*
 * Claim Submit CSS
 */
#claimform input {
	float:left;
	margin-top: 1em; 
	margin-bottom: 0em; 
}
#claimform input[type="submit"] {
	padding-left: 2em;
	padding-right: 2em;
}
#claimform label {
	float: left;
	padding-right: 0em;
	margin-top: 1em; 
	margin-bottom: 0em; 
}
#claimform fieldset {
	margin-top: 1em;
}
#claimform\:memberPanel label {
	width: 55%;
}
#claimform\:claimInfoPanel label {
	width: 40%;
}
#claimform\:billProvPanel label,
#claimform\:perfProvPanel label {
	width: 25%;
}
#claimform\:billProvPanel input[type="text"],
#claimform\:perfProvPanel input[type="text"] {
	width: 15%;
}
#claimform\:billProvPanel input[type="submit"],
#claimform\:perfProvPanel input[type="submit"] {
	width: 25%;
}
#claimform\:claimServiceTable > tbody > tr > td,
#claimform\:claimServiceTable > thead > tr > th,
#claimform\3AclaimServiceTable > tbody > tr > td,
#claimform\3AclaimServiceTable > thead > tr > th {
	padding: .5em;
}
#claimform\3AclaimServiceTable > tbody,
#claimform\:claimServiceTable > tbody {
	border: 1px gray solid;
}
#claimform\3AclaimServiceTable input,
#claimform\:claimServiceTable input {
	float: none;
	margin-top: 0em;
	margin-bottom: 0em;
}
#claimform .simpleText {
	float: left;
	margin:1em 0em 0em 0em;
	font-size:.80em;
}
#claimform select {
	margin:1em 0em 0em 0em;
}
/*END
 * Claim Submit CSS
 */ 
 
 /*
 * Advanced Search CSS
 */
#advsearchform .headerText {
	vertical-align:top;
}

#advsearchform .provIdHover {
	border-bottom: 1px dashed #999;
 	display: inline;
}

#advsearchform .lineSortingBackground {
	background-color: #f2f2f2;
	border: #c4c0b9 solid 1px;
	display: inline-block;
}
#advsearchform .lineSortingBackground > label {
	display: inline-block;
	margin: 3px 3px 3px 0px;
}

#advsearchform table.resultsTable .rf-dt-shdr-c {
	background: #FFC !important;
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	font-size: .8em;
	white-space: nowrap;	
}
#advsearchform table.resultsTable .rf-dt-shdr-c a {
	font-size: 1.0em;
}

#advsearchform *.rf-ds {
	font-size: 0.8em !important;
}

#advsearchform .rf-cst {
	border-bottom: solid 2px #000;
	text-align: center;
}
#advsearchform .rf-cst-r.row1 td {
	background-color: #ddd;
}
#advsearchform .rf-cst-r.row2 td {
	background-color: #eee;
}

#advsearchform .indvColumnClass1 {
	width: 35%;
}

#advsearchform .indvColumnClass2 {
	width: 65%;
}

#advsearchform .resultsCol1 {
	width: 150px;
	height: 85px;
	
}

#advsearchform .resultsCol2 {
	width: 65px;
	height: 85px;
	text-align: center;
}

#advsearchform .resultsCol3 {
	width: 80px;
	height: 85px;
	text-align: center;
}

#advsearchform .resultsCol4 {
	width: 90px;
	height: 85px;
	text-align: center;
}

#advsearchform .resultsCol5 {
	width: 85px;
	height: 85px;
	text-align: center;
}

#advsearchform .resultsCol6 {
	width: 80px;
	height: 85px;
	text-align: center;
}

#advsearchform .resultsCol7 {
	width: 70px;
	height: 85px;
	text-align: center;
}

#advsearchform .resultsCol8 {
	width: 80px;
	height: 85px;
	text-align: center;
}

#advsearchform .resultsCol9 {
	width: 160px;
	height: 85px;
	text-align: center;
}

#advsearchform .grayFont {
	color: #707070;
}

#advsearchform .resultsHeading {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: .25em;	
	margin-top: .25em;
}

#advsearchform .claimsLink {
	font-size: .85em;
	margin-bottom: .25em;	
	margin-top: .25em;
}

/* END
 * Advanced Search CSS
 */
 
/*
* Appeal Form CSS
*/
#appealForm .infoCol1{
	width: 45%;
}
  
#appealForm .infoCol2{
	width: 40%;
}

#appealForm .infoTableLeft{
	width: 40%;
}

#appealForm .infoTableRight{
	width: 40%;
	padding: 5px 0px;
}

#appealForm .inputError{
	background-color: #ffcccc;
}

#appealPublicForm .inputError{
	background-color: #ffcccc;
}

#appealPublicForm .topInfo{
	border-style:solid; 
	border-color:#0000ff; 
	padding:5px; 
	margin:5px;
}

#appealForm .intNotesHeader{
	text-align:left;
}

#appealForm .serviceTableHeader{
	vertical-align: top;
}

#appealForm .appealSectionInfo {
	font-style: italic;
	font-size: .80em;
	text-align: left;
	padding-bottom: 1em;
	padding-top: .5em;
	float: left; 
	clear: left;
}

.appealConfBox{
	background-color: #f2f2f2;
	border: solid 1px #999999;
	border-radius: 7px;
	font-size: 16px;
	font-weight:bold;
	padding: 15px;
	width: 225px;
	text-align: center;
	margin-top: 15px;
}

#appealForm .headerText {
	vertical-align: top;
}

#appealPublicForm .headerText {
	font-size: 13px;
	vertical-align: top;
}

#appealForm .serviceSubHeader{
	width: 100%;
	text-align: center;
}

#appealPublicForm .serviceSubHeader{
	width: 100%;
	text-align: center;
}

#appealPublicForm fieldset {
	margin-bottom: .50em;
}

#appealForm .chargeCol{
	width: 80px;
}

#appealPublicForm .chargeCol{
	width: 80px;
}

#appealForm .statusItem{
	width: 100%;
	vertical-align: middle;
}

#appealForm .statusSeparator{
	background-color: #C4C0B9;
	height: 1px;
	margin: 0;
	border-style: none;
	vertical-align: middle;
}

#appealForm .repInfoLine{
	float: left;
	clear: left;
	margin-bottom: 5px;
}

#appealForm .requiredDocCol{
	vertical-align: middle;
}

/*public form overrides default error msg class*/
#appealPublicForm .rf-msg-err, .rf-msgs-err {
	background-image: none !important;
	padding-left: 3px !important;
}

.topMessage{
	font-weight:bold;
	color: #B24C53;
}

.provWarnPanel{
	font-weight:bold; 
	padding:0px; 
	margin-left:1px
}
.popoverContent{
	padding-bottom: 10px;
	width: max-content;
}
.toothTooltip-style{
	position: initial !important;
	left: 701px !important;
	top: 514px !important;
	font-weight: normal;
}
.toothTooltip-style-bold{
	font-weight: bold;
}
.toothTooltip-style-italic{
	font-style: italic;
}
/* END
* Appeal Form CSS
*/
/*
* Authorization Form CSS
*/

#authForm #authInfo{
	clear: both;
}

#authForm .infoCol1{
	width: 45%;
}
  
#authForm .infoCol2{
	width: 40%;
}

#authForm .chargeCol{
	min-width: 80px;
}

#authForm .infoTableLeft{
	width: 40%;
}

#authForm .infoTableRight{
	width: 40%;
	padding: 5px 0px;
}

#authForm .inputError{
	background-color: #ffcccc;
}

#toothTooltip .header {
	font-weight: bold;
}

#toothTooltip .acceptable, 
#toothTooltip .examples {
	font-style: italic;
}

#authForm .serviceTableHeader{
	vertical-align: top;
}

#authForm .authSectionInfo {
	font-style: italic;
	font-size: .80em;
	text-align: left;
	padding-bottom: 1em;
	padding-top: .5em;
	float: left; 
	clear: both;
}

#authForm .headerText {
	vertical-align: top;
}

#authForm .serviceSubHeader{
	width: 100%;
	text-align: center;
}

#authForm .statusItem{
	width: 100%;
	vertical-align: middle;
}

#authForm .statusSeparator{
	background-color: #C4C0B9;
	height: 1px;
	margin: 0;
	border-style: none;
	vertical-align: middle;
}

#authForm .requiredDocCol{
	vertical-align: middle;
}
  
/* END
* Authorization Form CSS
*/

/*
* My Task CSS
*/
#mytask-form table.resultsTable .noteHover {
	border-bottom: 1px dashed #999;
	display: inline;
	cursor: pointer;
}
.task-notes-tt ul {
	padding: 0;
}	
.task-notes-tt li {
	list-style-type: none;
}
#mytask-form .task-homeButton {
	margin-top: 20px;
	text-align: center;
}

#mytask-form .task-statusText.first {
	width: 130px
}

#mytask-form .task-statusText.appt-first {
	width: 150px
}

#mytask-form .task-statusText {
	line-height: 25px; 
}
#mytask-form .task-updateButton {
	margin-left: 130px;
}
#mytask-form .task-note {
	margin: 5px 0;
	padding: 0 5px;
}
#mytask-form table.resultsTable {
	text-align: center;
}
#mytask-form table.resultsTable {
	font-size: 1.3em;
}
#mytask-form table.resultsTable .rf-dt-shdr-c a {
	font-size: 1.2em;
}
#mytask-form table.resultsTable .rf-dt-shdr-c {
	background: #FFC !important;
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	white-space: nowrap;
}
#mytask-form table.resultsTable .rf-cst {
	text-align: left;
}
#mytask-form table.resultsTable .rf-cst .rf-cst-fst-r .rf-cst-c {
	border-top: solid 1px #C4C0C9;
}
#mytask-form table.resultsTable .rf-cst .rf-cst-c {
	border-bottom: none;
}
#mytask-form table.resultsTable .rf-cst .even .rf-cst-c {
	background-color: #ffffff;
}
#mytask-form table.resultsTable .rf-cst .odd .rf-cst-c {
	background-color: #dfdde1;
}
#mytask-form div.filter-criteria-section {
	border-bottom: 1px solid #ddd; /* define separator */
	margin-bottom: 5px;
	padding: 5px 0px;
}
#mytask-form div.filter-criteria-section .filter-criteria-element {
	margin-left: 20px;	
	margin-right: 5px;
}
#mytask-form .filter-criteria-section table td {
	float: left;
	width: 185px;
}
#mytask-form table.resultsTable > tbody > tr:last-child td {
	border-bottom: none !important;
}
#mytask-form table.resultsTable .rf-dt-ftr-c {
	background: #FFC !important;
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	white-space: nowrap;
}
#mytask-form table.resultsTable .rf-dt-ftr-c .footer-element {
	margin: 0px 16px;
}
#mytask-form table.resultsTable .rf-dt-ftr-c .footer-element > select {
	margin-right: 5px;
}
#mytask-form table.resultsTable .rf-dt-shdr-c .select-all {
	margin-top: 17px;
}
/* END
* My Task CSS
*/

/*
* Manage Task CSS
*/

#managetask-form .task-homeButton {
	margin-top: 20px;
	text-align: center;
}

#managetask-form .task-statusText.first {
	width: 130px
}

#managetask-form .task-statusText.appt-first {
	width: 150px
}

#managetask-form .task-statusText {
	line-height: 25px; 
}
#managetask-form .task-updateButton {
	margin-left: 130px;
}
#managetask-form table.resultsTable {
	text-align: center;
}
#managetask-form table.resultsTable {
	font-size: 1.3em;
}
#managetask-form table.resultsTable .rf-dt-shdr-c a {
	font-size: 1.2em;
}
#managetask-form table.resultsTable .rf-dt-shdr-c {
	background: #FFC !important;
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	white-space: nowrap;
	vertical-align: text-top; 
}
#managetask-form table.resultsTable .rf-dt-shdr-c .select-all {
	margin-top: 17px;
}
#managetask-form div.filter-criteria-section {
	border-bottom: 1px solid #ddd; /* define separator */
	margin-bottom: 5px;
	padding: 5px 0px;
}
#managetask-form div.filter-criteria-section .filter-criteria-element {
	margin-left: 20px;	
	margin-right: 5px;
}
#managetask-form table.resultsTable > tbody > tr:last-child td {
	border-bottom: none !important;
}
#managetask-form table.resultsTable .rf-dt-ftr-c {
	background: #FFC !important;
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	white-space: nowrap;
}
#managetask-form table.resultsTable .rf-dt-ftr-c .footer-element {
	margin: 0px 16px;
}
#managetask-form table.resultsTable .rf-dt-ftr-c .footer-element > select {
	margin-right: 5px;
}
#managetask-form .filter-criteria-section table td {
	float: left;
	width: 185px;
}

#managetask-form\3Aassignments-dtf table.resultsTable > tbody > tr:last-child > td,
#managetask-form\:assignments-dtf  table.resultsTable > tbody > tr:last-child > td {
	border-bottom: 1px solid #C4C0C9 !important;
}
#managetask-form\3Aassignments-dtf .resultsTable td,
#managetask-form\:assignments-dtf  .resultsTable td {
	vertical-align: middle;
}
#managetask-form\3Aassignments-dtf .resultsTable .col1,
#managetask-form\:assignments-dtf  .resultsTable .col1 {
	width: 50%;
}
#managetask-form\3Aassignments-dtf .resultsTable .col2,
#managetask-form\:assignments-dtf  .resultsTable .col2 {
	width: 35%;
}
#managetask-form\3Aassignments-dtf .resultsTable .col3,
#managetask-form\:assignments-dtf  .resultsTable .col3 {
	width: 15%;
}
#managetask-form\3Aassignments-dtf .rf-pp-cnt,
#managetask-form\:assignments-dtf  .rf-pp-cnt {
	font-size: 1.0em;
}
#managetask-form\3Aassignments-dtf .rf-pp-cnt .rf-msg,
#managetask-form\:assignments-dtf  .rf-pp-cnt .rf-msg {
	font-size: 1.0em;
	line-height: 20px;
}

/* END
* Manage Task CSS
*/
  
#toothTooltip .header {
	font-weight: bold;
}

#toothTooltip .acceptable, 
#toothTooltip .examples {
	font-style: italic;
}

#grievanceform .topInfo{
	border-style:solid; 
	border-color:#0000ff; 
	padding:5px; 
	margin:5px;
}

#adminForm td {
	padding: 18px;
}

#refreqform .inputError {
	background-color: #ffcccc;
}

#refreqform .serviceSubHeader {
    width: 100%;
    text-align: center;
}

#refmodform .inputError {
	background-color: #ffcccc;
}

#refmodform .serviceSubHeader {
    width: 100%;
    text-align: center;
}

#claimform .inputError {
	background-color: #ffcccc;
}

/*
 * BEGIN .webForm
 * 
 * webForm styles can be used to style a webForm in the same way that 
 * the Training Request Form was styled.  It allows for stacking divs
 * as well as rows of divs. The webForm style should be placed on the 
 * form being styled and the divs, labels, inputs, fieldsets, etc should
 * not need additional classes for the most part.
 */

.webForm,
.webForm .rf-msg,
.webForm input[type="text"], 
.webForm select, 
.webForm textarea,
.webForm table, 
.webForm .rf-cal {
	font-size: 13px;
}

.webForm fieldset legend,
.webForm h1 {
	font-size: 16px;
}

.webForm h1 {
	color: #b94a48;
}

/*
 * Creates an underline element, generally for use under a header
 */ 
.webForm div.underline {
	width: 100%; 
	border-top: 1px solid #a8a8a8;
}

.webForm label {
	font-weight: bold;
}

.webForm input[type="text"], 
.webForm select, 
.webForm .rf-msg, 
.webForm textarea,
.webForm table, 
.webForm .rf-cal, 
.webForm label {
	float:left;
	clear: both;
}

.webForm .box input {
	margin-right: .5em;
}

.webForm div {
	padding-bottom: .5em;
	clear:both;
	display:table;
	content: "";
}

.webForm fieldset,
.webForm div.box {
	margin: 1em 0em 0em 0em;
}

.webForm div.box {
	display:block;
}

.webForm div.padFree,
.webForm div.rf-cal {
	padding-bottom: 0px;
}

/*
 * Lets you place divs side by side (all divs in the row should have this style)
 */
.webForm div.inputColumn {
	padding-right: 1em;
	float:left;
	clear: none;
}

/*
 * This is intended to format radio button labels which are automatically 
 * placed within a table when created using an <h:selectOneRadio/>.
 */
.webForm table label {
	font-weight: normal;
	clear:none;
	padding-right: 1em;
	padding-top: .1em;
}
.webForm input[type="radio"] {
	float:left;
	clear:none;
	padding:0em;
}

/*
 * clearFree styles allow for labels to be placed next to their inputs on a row.
 */
.webForm .clearFree input[type="text"] {
	width:75px;
	clear:none;
}
.webForm .clearFree label {
	margin-right: 1em;
	margin-top: .4em;
	width:100px;
	font-weight: normal;
}
/*
 * END .webForm
 */

.editModal {
	font-size:13px;
}
.editModal .long {
	width: 300px;
}
.editModal .midLong {
	width: 200px;
}
.editModal .mid {
	width: 150px;
}
.editModal .short {
	width: 100px;
}
.editModal input,
.editModal select,
.editModal div.leftDiv  {
	margin: 2px 5px 2px 0px;
	float: left;
}
.editModal .rf-msg {
	line-height: 20px;
	float: left;
}
.editModal div.leftDiv {
	clear: both;
	width: 180px;
	min-height: 1px;
}
.editModal .stackRight {
	float:left;
}
.editModal .contactPreference td{
	padding: 4px;
}
.editModal .topBottom {
	padding-top: 10px;
	padding-bottom: 10px;
}
.expiredFlag {
	background-color: #8e4700;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 0.9em;
	font-weight: bold;
	padding: 3px 12px;
	margin-top: 5px;
}

.sr-only{
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	border:0;
}

.dartTab{
    text-decoration: none !important;
    font-weight: normal !important;
    color: black !important;
}

/* Add missing style causing 'hidden' to show on popup */
.rf-pp-btn {
	clip: rect(0px,0px,1px,1px);
}

/* Hide duplicate richfaces table column sort
.rf-dt-srt {
	display: none !important;
}*/

/* Hide richfaces tbody filtering rows
.rf-dt-flt {
	display: none;
}*/

/* Override fixed centered loading div to be dynamic */
#loadingPanel_container {
	position: absolute!important;
	top: 0!important;
	bottom: 0!important;
	left: 0!important;
	right: 0!important;
	margin: auto!important;
}

/* Accessibility */

.float-right {
	float: right !important;
}

.image-size {
	width: 950px;
	height: 100px;
}

.sectionInfoBox {
	border: 1px solid black;
	padding: .2em;
	width: 100%;
}

.modal-header {
    font-size: 16px;
    margin: 0px;
}

h2.resultsHeading {
    margin: 0px;
    height: 6px;
}

.report-heading {
    font-size: 1em;
    font-weight: bold;
    color: white;
    margin: 0px;
}

.modal-width,
.modal-width #memberEdit\:memberEditDialog_shadow,
.modal-width #memberEdit\:memberEditDialog_content_scroller,
.modal-width #providerEdit\:providerEditDialog_shadow,
.modal-width #providerEdit\:providerEditDialog_content_scroller {
    width: 800px !important;
    height: 500px !important;
}

.columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.dental-fields, .provider-fields {
    width: 80%;
}

.dtf-fields {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 52px;
}

.acn-fields {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.row {
    display: flex;
    flex-direction: row;
    margin-bottom: 4px;
}

.provider-fields .row, .acn-fields .row {
    margin-bottom: 2px;
}

.acn-fields .row {
    justify-content: center;
}

.dental-fields .row div:nth-child(1) {
    width: 30%;
}

.dental-fields .row div:nth-child(2) {
    margin-left: 28px;
}

.provider-fields .row div:nth-child(1) {
    width: 32%;
}

.acn-fields .row div:nth-child(2) {
    margin-left: 2px;
}

.acn-fields .row:nth-child(2) {
    margin-left: 57px;
}

.acn-fields .row:nth-child(3) {
    margin-left: 43px;
}

.acn-fields .row:nth-child(4) {
    margin-left: 37px;
}

.acn-fields .row:nth-child(5) {
    margin-left: 27px;
}

.acn-fields .row:nth-child(6) {
    position: relative;
    margin-bottom: 23px;
}

.acn-fields .row:nth-child(6) div:nth-child(1) {
    position: absolute;
    top: 0px;
    left: -24px;
    width: 150px;
}

.acn-fields .row:nth-child(6) div:nth-child(2) {
    position: absolute;
    top: 1px;
    left: 113px;
}

.acn-fields .row:nth-child(7) {
    margin-left: 28px;
}

.row.add-margin {
    margin-bottom: 20px;
}

.row.add-margin-more {
    margin-bottom: 30px;
}

.row.add-margin-even-more {
    margin-bottom: 40px;
}

.row .external-links {
    width: 42% !important;
    margin-left: 178px;
}

.position-row-phone {
    position: relative;
}

.move-label-phone {
    width: 230px;
    position: absolute;
    top: 0px;
    left: -214px;
}

.add-width-age {
    width: 112px;
}

#memberEdit\:memberEditForm\:contactPreference\:0 {
    margin-left: 10px;
}

#memberEdit\:memberEditForm\:contactPreference\:1 {
    margin-left: 160px;
}

#privacyFrame {
    min-width: 720px;
}

/* Styling for 200% zoom */
@media (max-width: 675px) {
	body {
		margin: 0px;
		overflow-x: hidden;
	}

	#master {
		width: 600px;
	}

	.image-size {
		width: 608px;
		height: 74px;
	}

	#contentwide {
		width: 588px;
	}

	.home-box:nth-child(1), .home-box:nth-child(2) {
		margin-bottom: 30px;
	}

	.scroll-table {
		width: 566px;
		overflow-x: scroll;
	}

	.scroll-table-auto {
		width: 566px;
		overflow-x: auto;
	}

	.scroll-table-wide {
		width: 582px;
		overflow-x: scroll;
	}

	.scroll-table-search {
		width: 588px;
		overflow-x: scroll;
	}

	.scroll-table-fieldset {
		width: 562px;
		overflow-x: scroll;
	}

	.apptModRelatedRec, .apptModDeersInfo {
		float: none;
	}

	.sectionInfoBox {
		width: 98%;
	}

	#advsearchform\:refTypeCheckboxes td {
		display: flex;
	}

    /* Force Referral Modification form fields into one column */
    .position-table-referral {
        position: relative;
        margin-bottom: 700px;
    }

    .move-label-asterisks {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 220px;
    }

    .move-label-referral {
        position: absolute;
        top: 50px;
        left: 0px;
    }

    .move-text-referral {
        position: absolute;
        top: 66px;
        left: 110px;
    }

    .move-label-dtf {
        position: absolute;
        top: 100px;
        left: 0px;
        width: 110px;
    }

    .move-dropdown-dtf {
        position: absolute;
        top: 116px;
        left: 110px;
    }

    .move-label-point {
        position: absolute;
        top: 170px;
        left: 0px;
        width: 110px;
    }

    .move-input-point {
        position: absolute;
        top: 186px;
        left: 110px;
    }

    .move-label-dentist {
        position: absolute;
        top: 240px;
        left: 0px;
        width: 110px;
    }

    .move-input-dentist {
        position: absolute;
        top: 256px;
        left: 110px;
    }

    .move-label-email {
        position: absolute;
        top: 310px;
        left: 0px;
        width: 110px;
    }

    .move-input-email {
        position: absolute;
        top: 326px;
        left: 110px;
    }

    .move-label-phone-new {
        position: absolute;
        top: 380px;
        left: 0px;
        width: 110px;
    }

    .move-input-phone {
        position: absolute;
        top: 396px;
        left: 110px;
    }

    .move-label-readiness {
        position: absolute;
        top: 450px;
        left: 0px;
        width: 110px;
    }

    .move-dropdown-readiness {
        position: absolute;
        top: 466px;
        left: 110px;
    }

    .move-label-fax {
        position: absolute;
        top: 520px;
        left: 0px;
        width: 110px;
    }

    .move-input-fax {
        position: absolute;
        top: 536px;
        left: 110px;
    }

    .move-label-expected {
        position: absolute;
        top: 590px;
        left: 0px;
        width: 110px;
    }

    .move-dropdown-expected {
        position: absolute;
        top: 606px;
        left: 110px;
    }

   	.move-label-oral {
   	    position: absolute;
   	    top: 660px;
   	    left: 0px;
   	   	width: 110px;
   	}

   	.move-dropdown-oral {
   	    position: absolute;
   	    top: 676px;
   	    left: 110px;
   	}

	/* Rearrange Referral Modification form fields */
	.columns {
	    flex-direction: column;
	}

	.dental-fields, .dtf-fields {
	    width: 100%;
	}

	/* Rearrange ACN form fields */
	.acn-fields .row:nth-child(2),
    .acn-fields .row:nth-child(3),
    .acn-fields .row:nth-child(4),
    .acn-fields .row:nth-child(5),
    .acn-fields .row:nth-child(6),
    .acn-fields .row:nth-child(7) {
        margin-left: 0px;
    }

    .acn-fields .row:nth-child(6) {
        margin-bottom: 0px;
    }

    .acn-fields .row:nth-child(6),
    .acn-fields .row:nth-child(6) div:nth-child(1),
    .acn-fields .row:nth-child(6) div:nth-child(2) {
        position: initial;
    }

    .acn-fields {
        margin-top: 30px;
    }

    .provider-fields, .acn-fields {
        width: 100%;
    }

    /* Force Appointment Modification form fields into one column */
	.position-table-appointment {
	    position: relative;
	    margin-bottom: 200px;
	}

	.move-label-creation {
	    position: absolute;
	    top: 350px;
	    left: 0px;
	}

	.move-text-creation {
	    position: absolute;
	    top: 350px;
	    left: 170px;
	}

	.move-label-age {
	    position: absolute;
	    top: 375px;
	    left: 0px;
	}

	.move-text-age {
	    position: absolute;
	    top: 375px;
	    left: 170px;
	}

	.move-label-status {
	    position: absolute;
	    top: 400px;
	    left: 0px;
	}

	.move-dropdown-status {
	    position: absolute;
	    top: 400px;
	    left: 170px;
	}

	.move-label-void {
	    position: absolute;
	    top: 425px;
	    left: 0px;
	}

	.move-dropdown-void {
	    position: absolute;
	    top: 425px;
	    left: 170px;
	}

	.move-label-duplicate {
	    position: absolute;
	    top: 450px;
	    left: 0px;
	}

	.move-input-duplicate {
	    position: absolute;
	    top: 450px;
	    left: 170px;
	}

	.move-label-requester {
	    position: absolute;
	    top: 475px;
	    left: 0px;
	}

	.move-dropdown-requester {
	    position: absolute;
	    top: 475px;
	    left: 170px;
	}

	.move-label-claim {
	    position: absolute;
	    top: 500px;
	    left: 0px;
	}

	.move-input-claim {
	    position: absolute;
	    top: 500px;
	    left: 170px;
	}

    /* Force Referral Request form fields into one column */
	.position-table-request {
	    position: relative;
	    margin-bottom: 750px;
	}

	.move-label-date {
	    position: absolute;
	    top: 380px;
	    left: 0px;
	    width: 110px;
	}

	.move-input-date {
	    position: absolute;
	    top: 396px;
	    left: 110px;
	    width: 100px;
	}

	.move-label-phone-request {
	    position: absolute;
	    top: 450px;
	    left: 0px;
	    width: 110px;
	}

	.move-input-phone-request {
	    position: absolute;
	    top: 466px;
	    left: 110px;
	}

	.move-label-readiness-request {
	    position: absolute;
	    top: 520px;
	    left: 0px;
	    width: 110px;
	}

	.move-dropdown-readiness-request {
	    position: absolute;
	    top: 536px;
	    left: 110px;
	}

	.move-label-fax-request {
	    position: absolute;
	    top: 590px;
	    left: 0px;
	    width: 110px;
	}

	.move-input-fax-request {
	    position: absolute;
	    top: 606px;
	    left: 110px;
	}

	.move-label-expected-request {
	    position: absolute;
	    top: 660px;
	    left: 0px;
	    width: 110px;
	}

	.move-dropdown-expected-request {
	    position: absolute;
	    top: 676px;
	    left: 110px;
	}

	.move-label-oral-request {
	    position: absolute;
	    top: 730px;
	    left: 0px;
	   	width: 110px;
	}

	.move-dropdown-oral-request {
	    position: absolute;
	    top: 746px;
	    left: 110px;
	}

    .modal-width,
    .modal-width #memberEdit\:memberEditDialog_shadow,
    .modal-width #memberEdit\:memberEditDialog_content_scroller,
    .modal-width #providerEdit\:providerEditDialog_shadow,
    .modal-width #providerEdit\:providerEditDialog_content_scroller,
    .modal-width #loadingPrivacyPanel_shadow
    .modal-width #loadingPrivacyPanel_content_scroller {
        width: 600px !important;
        height: 200px !important;
    }

    #privacyFrame {
        min-width: 570px;
    }

    #appealPublicForm\:expApp {
        width: 555px;
    }
}

/* Styling for 400% zoom */
@media (max-width: 320px) {
	#master {
		width: 300px;
	}

	.image-size {
		width: 300px;
		height: 46px;
	}

	#contentwide {
		width: 280px;
		padding: 0px;
	}

	.home-box-container {
		display: flex;
		flex-direction: column;
	}

	.home-box:nth-child(1), .home-box:nth-child(2) {
		margin-bottom: 30px;
	}

    .rf-tab-hdr-act.rf-tab-hdr-top,
    .rf-tab-hdr-inact.rf-tab-hdr-top {
        padding: 8px 8px !important;
    }

    .scroll-table {
        width: 260px;
    }

    .scroll-table-fieldset {
        width: 270px;
    }

    .scroll-table-search,
    .scroll-table-wide {
        width: 280px;
    }

    .scroll-table-member,
    .scroll-table-reports,
    .scroll-table-admin {
        width: 280px;
        overflow-x: scroll;
    }

	.scroll-table-auto {
		width: 278px;
		overflow-x: auto;
	}

    #mytask-form .task-updateButton,
    #managetask-form .task-updateButton {
        margin-left: 56px;
    }

    .input-width {
        width: 240px;
    }

    .input-width-medium {
        width: 192px;
    }

    .input-width-short {
        width: 150px;
    }

    .input-width-shorter {
        width: 120px;
    }

    /* Force Appeal Form form fields into one column */
    .position-table-appeal {
        position: relative;
        margin-bottom: 170px;
    }

    .move-table-appeal {
        position: absolute;
        top: 330px;
        left: 6px;
    }

    .modal-width,
    .modal-width #memberEdit\:memberEditDialog_shadow,
    .modal-width #memberEdit\:memberEditDialog_content_scroller,
    .modal-width #providerEdit\:providerEditDialog_shadow,
    .modal-width #providerEdit\:providerEditDialog_content_scroller {
        width: 290px !important;
        height: 100px !important;
    }

    .editModal .midLong,
    .editModal .long {
        width: 192px;
        margin: 2px 0px;
    }

    #managetask-form\:managetask-panelheader.rf-tab-hdr-tabline-vis.rf-tab-hdr-tabline-top,
    #advsearchform\:tabPanelheader.rf-tab-hdr-tabline-vis.rf-tab-hdr-tabline-top {
        height: 78px !important;
    }

    #managetask-form\:managetask-panelheader table.rf-tab-hdr-tabs,
    #advsearchform\:tabPanelheader table.rf-tab-hdr-tabs {
        height: 38px;
    }

    #managetask-form\:assignments-dtf\:header,
    #advsearchform\:individualrecords\:header {
       position: absolute;
       top: 44px;
       left: 0px;
    }

    .settingBox {
        width: 258px;
    }

    .move-dropdown-dtf, .move-input-point,
    .move-input-dentist, .move-input-email,
    .move-input-phone, .move-input-fax {
        width: 170px;
    }

    /* Move Services table form fields */
    .position-table-services tr {
        position: relative;
        height: 120px;
    }

    .position-table-services td.refCol20 {
        position: absolute;
        top: 76px;
        left: 0px;
        width: 30%;
    }

    .position-table-dob {
        position: relative;
        margin-bottom: 50px;
    }

    .move-field-dob {
        position: absolute;
        top: 22px;
        right: 134px;
    }

    .position-table-name {
        position: relative;
        margin-bottom: 70px;
    }

    .move-field-middle-appointment {
        position: absolute;
        top: 27px;
        left: -148px;
    }

    .move-field-last-appointment {
        position: absolute;
        top: 54px;
        left: -148px;
    }

    .position-table-state {
        position: relative;
        margin-bottom: 30px;
    }

    .move-label-state-appointment {
        position: absolute;
        top: 26px;
        left: -148px;
    }

    .move-dropdown-state-appointment {
        position: absolute;
        top: 27px;
        left: -88px;
    }

    .position-row-required {
        position: relative;
    }

    .move-text-required {
        position: absolute;
        top: 6px;
        left: 0px;
    }

    .position-table-preference {
        position: relative;
        margin-bottom: 36px;
    }

    .move-field-preference {
        position: absolute;
        top: 30px;
        left: -148px;
    }

    .position-table-scheduler {
        position: relative;
        margin-bottom: 78px;
    }

    .move-label-scheduler {
        position: absolute;
        top: 76px;
        left: -26px;
    }

    .move-dropdown-scheduler {
        position: absolute;
        top: 98px;
        left: 92px;
    }

    .position-row-id {
        position: relative;
        height: 100px;
    }

    .move-button-data {
        position: absolute;
        top: 62px;
        left: 6px;
    }

    .position-row-provider {
        position: relative;
        height: 70px;
    }

    .move-label-specialist {
        position: absolute;
        top: 48px;
        left: 0px;
    }

    .move-checkbox-specialist {
        position: absolute;
        top: 46px;
        left: 70px;
    }

    .position-row-city {
        position: relative;
        height: 80px;
    }

    .move-field-state-city {
        position: absolute;
        top: 38px;
        left: -82px;
    }

    .move-text-approver {
        position: absolute;
        top: 688px;
        left: 0px;
    }

    .position-table-appointment {
        margin-bottom: 250px;
    }

    .move-label-creation {
        top: 730px;
    }

    .move-text-creation {
        top: 730px;
        left: 140px;
    }

    .move-label-age {
        top: 720px;
    }

    .move-label-status {
        top: 590px;
    }

    .move-dropdown-status {
        top: 590px;
        left: 140px;
    }

    .move-label-void {
        top: 812px;
    }

    .move-dropdown-void {
        top: 812px;
        left: 140px;
    }

    .move-label-duplicate {
        top: 836px;
    }

    .move-input-duplicate {
        top: 836px;
        left: 140px;
    }

    .move-label-requester {
        top: 860px;
    }

    .move-dropdown-requester {
        top: 860px;
        left: 140px;
    }

    .move-label-claim {
        top: 884px;
    }

    .move-input-claim {
        top: 884px;
        left: 140px;
    }

    /* Move appointment priority radio buttons */
    .position-table-priority {
        position: relative;
        margin-bottom: 50px;
    }

    .position-table-priority td:nth-child(3) {
        position: absolute;
        top: 40px;
        left: 2px;
        width: 50px;
    }

    .position-table-priority td:nth-child(4) {
        position: absolute;
        top: 40px;
        left: 76px;
        width: 110px;
    }

    .position-table-new {
        position: relative;
        margin-bottom: 120px;
    }

    .move-field-status-new {
        position: absolute;
        top: 50px;
        left: 0px;
    }

    .move-field-cancelled {
        width: 54%;
        position: absolute;
        top: 100px;
        left: -7px;
    }

    .header-width {
        width: 150px;
    }

    .position-table-info {
        position: relative;
        margin-bottom: 250px;
    }

    .position-table-info .infoCol2 {
        position: absolute;
        top: 260px;
        left: 2px;
    }

    #authForm\:memberPhone.cssFormOutputText {
        float: right;
    }

    .add-flex {
        display: flex;
    }

    .position-row-member {
        position: relative;
        height: 54px;
    }

    .move-fieldset-type {
        position: absolute;
        top: 14px;
        left: 0px;
    }

    .position-row-continue {
        position: relative;
        height: 70px;
    }

    .move-button-continue {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 300px;
    }

    .position-table-name-referral {
        position: relative;
        margin-bottom: 80px;
    }

    .move-field-middle {
        position: absolute;
        top: 40px;
        left: -90px;
    }

    .move-field-last {
        position: absolute;
        top: 70px;
        left: -90px;
    }

    .position-row-preference {
        position: relative;
        height: 68px;
    }

    .move-label-preference-referral {
       position: absolute;
       top: 48px;
       left: 0px;
    }

    .move-dropdown-preference-referral {
        position: absolute;
        top: 48px;
        left: 130px;
    }

    /* Move DEERS info box */
    .position-table-member-info {
        position: relative;
    }

    .add-height-referral {
        height: 260px;
    }

    .move-box-deers {
        position: absolute;
        top: 800px;
        left: 0px;
    }

    .position-table-state-referral {
        position: relative;
        margin-bottom: 70px;
    }

    .move-field-province {
        position: absolute;
        top: 40px;
        left: -66px;
    }

    .move-label-code {
        position: absolute;
        top: 66px;
        left: -66px;
    }

    .move-input-code {
        position: absolute;
        top: 66px;
        left: 12px;
    }

    .widen-fieldset {
        width: 96% !important;
    }

    .dtf-modal-width,
    .dtf-modal-width .rf-pp-shdw,
    .dtf-modal-width .rf-pp-cnt-scrlr {
        height: 100px !important;
    }

    .move-label-phone-flex {
        width: auto;
        position: relative;
    }

    .provider-fields, .acn-fields {
        margin-left: 2px;
    }

    .row .external-links {
        margin-left: 0px !important;
    }

    .stackRight td.col2:nth-child(2) {
        position: relative;
    }

    #memberEdit\:memberEditForm\:contactPreference\:1 {
        margin-left: 0px;
        position: absolute;
        top: 22px;
        left: 10px;
    }

    #memberEdit\:memberEditForm\:contactPreference\:1 + label {
        position: absolute;
        top: 22px;
        left: 28px;
    }

    #privacyFrame {
        min-width: 260px;
        max-width: 260px;
    }

    #appealPublicForm\:expApp {
        width: 248px;
    }

    .position-table-appeal-form {
        position: relative;
        margin-bottom: 200px;
    }

    .move-table-appeal-claim {
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .move-table-appeal-office {
        position: absolute;
        top: 50px;
        left: 0px;
    }

    .move-table-appeal-provider {
        position: absolute;
        top: 100px;
        left: 0px;
        width: 200px;
    }

    .move-table-appeal-phone {
        position: absolute;
        top: 150px;
        left: 0px;
        width: 200px;
    }

    .position-table-patient-rank {
        position: relative;
        margin-bottom: 100px;
    }

    .move-table-patient-rank {
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .move-table-patient-branch {
        position: absolute;
        top: 50px;
        left: 0px;
        width: 200px;
    }

    .position-table-patient-name {
        position: relative;
        margin-bottom: 100px;
    }

    .move-table-patient-first {
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .move-table-patient-middle {
        position: absolute;
        top: -16px;
        left: 190px;
    }

    .move-table-patient-last {
        position: absolute;
        top: 50px;
        left: 0px;
    }

    .reflow-id-number {
        display: flex;
        flex-direction: column;
    }

    .position-table-patient-address {
        position: relative;
        margin-bottom: 150px;
    }

    .move-table-patient-city {
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .move-table-patient-state {
        position: absolute;
        top: 50px;
        left: 0px;
    }

    .move-table-patient-zip {
        position: absolute;
        top: 100px;
        left: 0px;
    }

    #requestTypeFieldset {
        height: 92px;
    }

    #requestForm\:requestRadio {
        position: absolute;
        margin-bottom: 48px;
    }

    #requestForm\:requestRadio td:nth-child(1) {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100px;
    }

    #requestForm\:requestRadio td:nth-child(2) {
        position: absolute;
        top: 0px;
        left: 108px;
        width: 176px;
    }

    #requestForm\:requestRadio td:nth-child(3) {
        position: absolute;
        top: 26px;
        left: 0px;
        width: 115px;
    }

    #requestForm\:requestRadio td:nth-child(4) {
        position: absolute;
        top: 26px;
        left: 107px;
        width: 100px;
    }

    #imageViewer .header {
        background: #2c5e81 url("/daddap/javax.faces.resource/img/dart-icon-small.png.xhtml?ln=com.highmark.daddap") no-repeat right top;
        height: 164px;
    }

    #currentImage {
        margin-top: 22px;
    }

    #toolbars {
        height: 52px;
    }
}
