﻿html, body {
}
body {
    font-family: "Segoe UI"!important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #565656;
    margin: 0 5px;
    min-width: 850px;
}
body.transformed {
	background-color: #000000;
}
a {
	color: #B04E44;
}
fieldset {
	border: 1px solid #398196;
	margin: 1em 0;
	padding: 10px;
}
legend {
	color: #003366;
	font-size: 11px;
	font-weight: bold;
}

.focusEmail {
    border: 1px solid #B04E44;
    background-color: salmon;
}

div.scrollWrapper{

  height:250px;
  width:200px;
  overflow:scroll;
}

.maincontent-outer {
    position: relative;
    max-width: 1250px;
    width:90%;
    display:block;
    margin:auto;
    height:auto;
}
.maincontent-public {
	margin-top: 8px;
}

.nobreak {
    page-break-after: avoid;
    page-break-before: avoid;
    page-break-inside: avoid;
    border: 1px solid blue;
}

.notes_header_col1 {
    width:100%;
}

.maincontent-inner-reportsinging {
    font-size: 0.9em;
    background-color: #ffffff;
    margin-bottom: 15px;
    padding: 4px;
    max-width: 1100px;
    width: 90%;
    display: inline-block;
    margin: auto;
    left: 0;
    height: auto;
    page-break-after: avoid;
    page-break-before: avoid;
    page-break-inside: avoid;
}

.maincontent-inner {
    font-size: 0.9em;
    background-color: #ffffff;
    margin-bottom: 15px;
    padding: 4px;
    max-width: 1250px;
    left: 0;
    page-break-after: avoid;
    page-break-before: avoid;
    page-break-inside: avoid;
}

#onlineorder-steps-content {
    float: right;
    margin-right: 50px;
}

.contentcontainer {
    max-width: 1100px;
    width: 60%;
}

.section-public {
    margin: auto auto auto auto;
    background-color: white;
    width: 90%;
    max-width: 1250px;
    color: #949490;
}

.section-public h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
}

.section-public p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.section-public-banner {
	margin: 0 auto 60px auto;
	background-color: #d0ddb9;
    align-items:center;
	width: 1250px;
	color: black;
	padding: 20px 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: solid 1px #e8e7e2;
}

.section-public-banner-invisible {
	margin: 0 auto 60px auto;
	background-color: #d0ddb9;
    align-items:center;
	width: 1250px;
	color: black;
	padding: 20px 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: solid 1px #e8e7e2;
    display:none;
}

/*** this section controls the banner for rad signing*/

.section-public-banner-rads {
	margin: 0 auto 50px auto;
	background-color: #d0ddb9;
    align-items:center;
	width: 1250px;
	color: black;
	padding: 20px 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: solid 1px #e8e7e2;
}

.section-public-banner-rads-invisible {
	margin: 0 auto 50px auto;
	background-color: #d0ddb9;
    align-items:center;
	width: 1250px;
	color: black;
	padding: 20px 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: solid 1px #e8e7e2;
    display:none;
}

.exam-button {
    font-size: 13px;
    width: 175px;
    height: 33px;
    border: 0;
    display: inline-block;
    right: 0;
    top: 0;
    background-color: #58595B;
    color: white;
}

#SignOrder {
    margin-bottom: 10px;
}

.button {
    font-size: 13px;
    width: 175px;
    height: 33px;
    border: 0;
    display: inline-block;
    right: 0;
    top: 0;
    background-color: #58595B;
    color: white;
}

.button_rad {
	background: none repeat scroll 0 0 #F4F1E1;
	border: 1px solid #555045;
	color: #b04e45;
	font-weight: bold;
	padding: 5px 25px;
	font-size: 11px;
	text-decoration: none;
}

.ie6 .button, .ie7 .button {
	margin-right: 4px;
}

.button:disabled {
	background: none repeat scroll 0 0 #555045;
	color: #F4F1E1;
}

.roundedinput {
    border: 3px solid #c7c7c7;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: inset #ddd 1px 1px 2px;
    -moz-box-shadow: inset #ddd 1px 1px 2px;
    box-shadow: inset #ddd 1px 1px 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #f1f4f9;
}

.roundedcorners {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.bold {
	font-weight: bold;
}

.good, .bad {
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}

.good {
	background-image: url("/Content/images/icon_good.png");
}

.bad {
	background-image: url("/Content/images/icon_bad.png");
}

.printonly {
	display: none;
}

.ie6 .pie, .ie7 .pie, .ie8 .pie {
	behavior: url("/Scripts/Libraries/PIE.htc");
	position: relative;
}

.transformed .hideontransform {
	display: none;
}


/****** css objects ******/


/*** navigation ***/

.patientExamGrid {
}


/*.patientExamGrid*/ .k-grid-header th.k-header {
    vertical-align: top;
}

#Patients > div.k-grid-content {
    height: 355px!important;
}

.navigation {
    padding: 0;
}

.navigation-patientexam {
    padding: 0;
    display: inline-block;
}

.navigation-patientexam li {
    display: inline-block;
    list-style-type: none;
    margin-right: 10px;
    font-size: 14px;
}

.navigation li {
	display: inline-block;
	list-style-type: none;
    margin-right: 10px;
    font-size:14px;
}

.ie6 .navigation li, .ie7 .navigation li {
	display: inline;
	margin-right: 2px;
}

.navigationradsign {
	padding: 0;
    border-color: transparent;
    border-style:none;
}
.navigationradsign li {
	display: inline-block;
	list-style-type: none;
    border-color: transparent;
}
.ie6 .navigationradsign li, .ie7 .navigation li {
	display: inline;
	margin-right: 4px;
    border-color: transparent;
}

/* extends navigation{} */
.header-navigation {
    font-size: 14px;
    float: left;
}
.header-navigation li {
	margin-right: 4px;
	background-color: #c6d4b2;
	border-left: solid 1px #b2bc9f;
	font-weight: bold;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.ie6 .header-navigation, .ie7 .header-navigation {
	margin-top: 20px;
}
.ie6 .header-navigation li, .ie7 .header-navigation li, .ie8 .header-navigation li {
	border-radius: 6px;
	padding-bottom: 10px;
	margin-bottom: -10px;
}
.header-navigation .active {
	background-color: #f7f6f0;
	border-left: solid 1px #f6f5ef;
}
.header-navigation a {
	display: block;
	padding: 10px;
	color: #555045;
	text-decoration: none;
}
.header-navigation a:hover {
	color: #666666;
}


/* place class "form" on the containing ul/ol */
.form {
	padding: 0;
	list-style-type: none;
}
.form li {
	margin-bottom: 5px;
}
.form label {
	display: block;
	float: left;
	min-width: 145px;
	margin-right: 5px;
}
.form label:after {
	content: ":";
}
.form .checkbox label {
	display: inline;
	float: none;
	min-width: 0;
	margin-right: 0;
	margin-left: 5px;
	vertical-align: top;
}
.form .checkbox label:after {
	content: "";
}
.form input[type="text"], .form input[type="password"] {
	width: 150px;
}
.form input[type="checkbox"] {
	margin-top: 2px;
}
.form select {
	max-width: 400px;
}
.form input[readonly] {
	border: none;
	cursor: default;
}
.form input[type="text"].form-long {
	width: 250px;
}
.form-short {
	width: 50px;
}

/* this section use for notification on user setting*/
/* place class "form" on the containing ul/ol */
.form-notify {
	padding: 0;
	list-style-type: none;
}
.form-notify li {
	margin-bottom: 0px;
}
.form-notify label {
	display: block;
	float: left;
	min-width: 145px;
	margin-right: 2px;
}
.form-notify label:after {
	content: ":";
}
.form-notify .checkbox label {
	display: inline;
	float: none;
	min-width: 0;
	margin-right: 0;
	margin-left: 0px;
	vertical-align: top;
}
.form-notify .checkbox label:after {
	content: "";
}
.form-notify input[type="text"], .form input[type="password"] {
	width: 150px;
}
.form-notify input[type="checkbox"] {
	margin-top: 0px;
}
.form-notify select {
	max-width: 400px;
}
.form-notify input[readonly] {
	border: none;
	cursor: default;
}
.form-notify input[type="text"].form-long {
	width: 250px;
}
.form-notify-short {
	width: 50px;
}



/* the grid table needs to be in a containing div called mpp-grid-data */
.mpp-grid {
	overflow: visible;
	min-height: 775px;
}
.mpp-grid-data {
	float: left;
	position: relative;
}
.mpp-grid-data a {
	color: #398196;
	font-weight: bold;
}
.mpp-grid-data table {
	font-size: 12px;
}
.mpp-grid-data th, .mpp-grid-data td {
	padding: 3px 7px;
	text-align: left;
	background-color: #F7F6F0;
	border-color: #FFFFFF;
	border-style: solid;
	white-space: nowrap;
}
.ie7 .mpp-grid-data th {
	white-space: nowrap;
}
.mpp-grid-data .header a {
	color: #555045;
	font-weight: bold;
	text-decoration: none;
}
.mpp-grid-data .header a:after {
	content: ' ';
	width: 15px;
	position: relative;
	color: #555045;
	margin-right: -5px;
}
.mpp-grid-data .header a[href*="DESC"]:after {
	content: '▲';
}
.mpp-grid-data td {
	background-color: #F4F1E1;
}
.mpp-grid-data .selectedrow td {
	background-color: #D0DDB9;
}

.mpp-grid-spinner {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #F4F1E1;
	border: 1px solid #555045;
	padding: 5px;
	height: 50px;
	line-height: 20px;
	width: 125px;
	text-align: center;
	z-index: 1000;
}

/* this has been created to supprt the report signing section*/
.mpp-rpt-grid {
	overflow: visible;
	min-height: 775px;
}
.mpp-rpt-grid-data {
	float: left;
	position: relative;
}
.mpp-rpt-grid-data a {
	color: #398196;
	font-weight: bold;
}
.mpp-rpt-grid-data table {
	font-size: 12px;
}

.mpp-rpt-grid-data th, .mpp-rpt-grid-data td {
    padding: 3px 2px;
    text-align: left;
    background-color: #F7F6F0;
    border-color: #FFFFFF;
    border-style: solid;
    white-space: nowrap;
}

.ie7 .mpp-rpt-grid-data th {
	white-space: nowrap;
}
.mpp-rpt-grid-data .header a {
	color: #555045;
	font-weight: bold;
	text-decoration: none;
}
.mpp-rpt-grid-data .header a:after {
	content: ' ';
	width: 15px;
	position: relative;
	color: #555045;
	margin-right: -5px;
}
.mpp-rpt-grid-data .header a[href*="DESC"]:after {
	content: '▲';
}
.mpp-rpt-grid-data td {
	background-color: #F4F1E1;
}
.mpp-rpt-grid-data .selectedrow td {
	background-color: #D0DDB9;
}

.mpp-rpt-grid-spinner {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #F4F1E1;
	border: 1px solid #555045;
	padding: 5px;
	height: 50px;
	line-height: 20px;
	width: 125px;
	text-align: center;
	z-index: 1000;
}



/* this has been created to supprt the online order summary section*/
.mpp-order-grid {
	overflow: visible;
	min-height: 775px;
}
.mpp-order-grid-data {
	float: left;
	position: relative;
}
.mpp-order-grid-data a {
	color: #398196;
	font-weight: bold;
}
.mpp-order-grid-data table {
	font-size: 12px;
}
.mpp-order-grid-data th, .mpp-order-grid-data td {
	padding: 3px 7px;
	text-align: left;
	background-color: #F7F6F0;
	border-color: #FFFFFF;
	border-style: solid;
	white-space: nowrap;
}
.ie7 .mpp-order-grid-data th {
	white-space: nowrap;
}
.mpp-order-grid-data .header a {
	color: #F7F6F0;
	font-weight: bold;
	text-decoration: none;
}
.mpp-order-grid-data .header a:after {
	content: ' ';
	width: 15px;
	position: relative;
	color: #F7F6F0;
	margin-right: -5px;
}
.mpp-order-grid-data .header a[href*="DESC"]:after {
	content: '▲';
}
.mpp-order-grid-data td {
	background-color: #F4F1E1;
}
.mpp-order-grid-data .selectedrow td {
	background-color: #D0DDB9;
}

.mpp-order-grid-spinner {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #F4F1E1;
	border: 1px solid #555045;
	padding: 5px;
	height: 50px;
	line-height: 20px;
	width: 125px;
	text-align: center;
	z-index: 1000;
}

/* add this section for rich text area*/
.adminRichText
{
width:450px;
}



/* fix the scrollbars */
.fht-table-wrapper {
	padding-bottom: 5px;
}
.ie6 .fht-table-wrapper, .ie7 .fht-table-wrapper, .ie8 .fht-table-wrapper, .ie9 .fht-table-wrapper {
	padding-bottom: 30px;
}
.ie8 .fht-tbody {
	padding-right: 0px;
}


/* procedure data table */
.mpp-procedure-data {
    font-size: 12px;
    width: 100%;
    padding: 3px;
    text-align: left;
}
.mpp-procedure-data-procedure {
	width: 200px;
	text-align: center;
	font-weight: bold;
}

.mpp-procedure-cds-session {
	width: 60px;
	text-align: center;
	font-weight: bold;
    
}
.mpp-procedure-data-authorizationnumber {
	width: 100px;
}
.mpp-procedure-data-accessionnumber {
    width: 95px;
}
.mpp-procedure-data-examscore {
    width: 150px; 
}

.mpp-procedure-data-examlabeldsn {
    width: 25px;
}

.mpp-procedure-data-examdsn {
    width: 150px;
}

.mpp-procedure-data input[type="text"], .mpp-procedure-data input[type="checkbox"], .mpp-procedure-data select {
	border: 1px solid gray;
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 5px;
}

/* title box */

.titlebox {
	background-color: #628fa1;
	color: #ffffff;
	padding: 14px 10px;
}
.titlebox span {
	display: block;
	font-weight: normal;
	font-size: 0.8em;
}
.titlebox a {
	color: #ffffff;
}

.procedureTest {
}

.aimDiagnosis {
    width: 85%;
    height: 100%;
    padding: 5px;
    z-index: 10;
}

.aimDiagnosis  a{
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.aimFrame {
    position: absolute;
    float: left;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
    height: 98%;
    background-color: white;
    overflow: hidden;
    padding: 5px;
    display: inline-block;
    overflow: visible;
}

.aimFrame-header {
    position: relative;
    float: right;
    left: 0;
    top: 0;
    display: block;
    width: 98%;
    height: 20px;
    max-width: 1100px;
    margin: 0 auto 2px auto;
    height:50px;
}

.aim-cancel-button-overlay {
    position:relative;
    right: 100px;
    top: 10px;
    display: block;
    z-index:100;
}
.blue-border {
}
.aimFrame-iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: scroll;
}

.aimFramebutton {
    position: absolute;
    background-color: #58595B;
    color: white;
}


/****** search panel ******/
.searchpanel {
    padding-bottom: 10px;
    z-index: 1;
}
.ie7 .searchpanel, .ie8 .searchpanel {
	zoom: 1;
	position: absolute;
}
.searchpanel .down {
	border-top: 0;
}

.searchpanelOpen {
    background-color: #f3f3f4 !important;
    border: #dedee0;
    border-style: solid;
    border-width: 1px;
    margin-top: 5px;
    right: 50px;
}

.searchpanelClosed {
    background-color: #ffffff !important;
    border-style: none !important;
    margin-top: 6px !important;
    right: 51px !important;
}

.container-fluid {
    width: 75%;
    padding-right: 15px;
    padding-left: 0;
    margin-right: auto;
    background-color: #f3f3f4;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: 45px;
}

.col {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-top: 10px;
}

.main-search-panel {
    background-color: #f3f3f4;
    border: #dedee0;
    border-style: solid;
    border-width: 1px;
    display: block;
    float: right;
    height: auto;
    margin-top: 5px;
    padding-bottom: 40px;
    position: absolute;
    right: 50px;
    top: -65px;
    width: 325px;
    z-index: 4;
}
.searchpanel-search {
    list-style: none;
    font-size: 12px;
    position: relative;
    right: 0;
    top: 0;
    display: inline-block;
    height: auto;
    color: #221e1f;
}
.searchpanel-search li {
    display: inline-block;
    margin-bottom: 15px;
    padding-right:15px;
    margin-right: -4px;
}

.searchpanel-last {
    width: 125px;
    margin-right: 4px;
    margin-bottom: 5px;
    width: 100px;
    padding-right: 20px;
}
.searchpanel-first {
    width: 125px;
}
.searchpanel-dob {
    width: 125px;
}
.searchpanel-mrn {
	width: 125px;
}
.searchpanel-state {
	width: 60px;
}
.searchpanel-phone {
    width: 125px;
}
.searchpanel-search .searchpanel-patients {
    font-size: 10px;
    margin-right: 4px;
    margin-bottom: 5px;
    width:100px;
    padding-right:20px;
}
.searchpanel-patients input {
    margin-right: 3px;
    vertical-align: top;
    margin-top: -1px;
    
}
.searchpanel-clear {
    display: block;
    text-align: center;
    color: #221e1f;
    font-size: 11px;
    margin-bottom: 5px;
}
.searchpanel-button, .searchpanel-arrow {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	position: relative;
	background-repeat: no-repeat;
	background-color: transparent;
}
.searchpanel-button {
    font-size: 11px;
    width: 176px;
    height: 43px;
    border: 0;
    right: 0;
    top: 0;
    background-color: #FF6900;
}
.searchpanel-arrow {
    font-size: 16px;
    width: 175px;
    height: 33px;
    border: 0;
    display: block;
    right: 0;
    top: 0;
    background-color: #58595B;
}
.searchpanel .validation-summary-errors {
    position: absolute;
    right: 285px;
    width: 180px;
    min-height: 90px;
    border: 1px solid black;
    padding: 3px;
    font-size: 12px;
    bottom: 0;
    background-color: #fff;
    z-index: 9990;
    cursor: pointer;
}
.searchpanel .validation-summary-errors ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.searchpanel .validation-summary-errors li {
	margin-bottom: 3px;
}
.searchpanel .validation-hipaa {
	position: absolute;
	right: 330px;
	width: 180px;
	min-height: 90px;
	border: 1px solid black;
	padding: 3px;
	font-size: 12px;
	bottom: -50px;
	background-color: #fff;
	z-index: 100;
	cursor: pointer;
}
.searchresultspanel {
    position: absolute;
    display:inline-block;
    right: -50px;
    top: 225px;
    width: 198px;
    background-color: #f3f3f4;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
}

.searchheading {
    color: #fff;
    padding: 6px;
    border-bottom: 1px solid #b9bbaa;
    background-color: #a9a99f;
}
.searchheading-close {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url("/Content/images/icon_close.gif");
	display: block;
}
.searchresults-loading {
	padding: 10px 5px;
	font-weight: bold;
}
.searchresults-row {
    padding: 10px 5px;
    right: 400px;
}
.searchresults-row a {
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}
.searchresults-row a span {
	font-size: 10px;
}
.searchresults-row label {
	font-weight: bold;
}

/****** public layout ******/
.public-largetitle {
	text-align: center;
	margin-bottom: 15px;
	color: #767269;
	font-size: 35px;
	font-weight: normal;
	letter-spacing: -0.05em;
}
.public-message {
	max-width: 720px;
	margin-top: 100px;
	min-height: 50px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.public-block {
    float: left;
    width: 25%;
    margin: 0 2.5%;
    max-width: 300px;
    min-width: 175px;
}

.public-block-middle-banner {
	width: 100%;
	margin: 0;
	text-align: center;
}

.public-block-middle {
    width: 40%;
    margin: 0;
    text-align: center;
}
.public-block p {
	border-top: 1px solid #dedcd7;
	margin-top: 0;
	padding-top: 1em;
}
.public-block p:first-child {
	border-top: none;
}
.public-forgotpassword-block {
	margin: 0 auto;
	float: none;
}
.public-forgotpassword-block p {
	border: 0;
}
.login-form {
    padding: 0;
    list-style-type: none;
    text-align: center;

}
.login-form li {
	min-height: 50px;
	position: relative;
}
.login-form label {
	display: none;
}
.login-form .checkbox label {
	display: inline;
	vertical-align: top;
	margin-left: 5px;
}
.login-form input[type="text"], .login-form input[type="password"] {
	width: 75%;
	display: block;
	margin: 0 auto;
}
.ie8 .login-form span.placeholder, .ie9 .login-form span.placeholder {
	top: -22px !important;
}
.ie7 .login-form span.placeholder {
	top: -29px !important;
}

.login-button {
    background-color: #58595B;
    color: #fff;
    border: 3px solid #fff;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: #ddd 2px 2px 1px;
    -moz-box-shadow: #ddd 2px 2px 1px;
    box-shadow: #ddd 2px 2px 1px;
    padding: 5px 25px;
    text-align: center;
    width: auto;
    font-size: 0.85em;
    text-decoration: none;
}
.ie7 .login-button {
	z-index: 1000;
}
.button-disabled {
    background-color: #FF6900;
}




/*** header ***/
header {
	margin-top: 5px;
	font-size: 0.8em;
	line-height: 1.4em;
}

.header-title {
    margin-right: 25px;
    color: #58595B;
    font-style: normal;
    font-size: 22px;
    left: 200px;
    top: 80px;
    position: relative;
    display: inline-block;
}

.header-new {
    margin: auto;
    top: 0;
    left: 0;
    background-color: #FF6900;
    width: 90%;
    max-width: 1250px;
    padding: 15px 0;
    border: none;
    color: white;
    text-align: center;
    color: white;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
}

.header-userprofile {
    float: right;
    margin-right: 25px;
    color: #398196;
    font-weight: bold;
}
.transformed .header-userprofile, .transformed .header-userprofile a {
	color: #ffffff;
}
.header-userprofile a {
	color: #398196;
}
.header-help {
	padding-left: 18px;
	background-image: url("/Content/images/icon_help.gif");
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
}
.header-startpage {
	float: right;
	clear: right;
	margin-right: 5px;
	margin-top: 7px;
}
.header-reports {
    float: right;
    margin-right: 150px;
    margin-top: 15px;
}
.ie7 .header-reports {
	margin-right: -150px;
	margin-top: 30px;
}

/****** footer ******/

footer {
	text-align: center;
	font-size: 11px;
	margin-bottom: 40px;
	position: relative;
	border-top: 4px solid #ffffff;
}
.transformed footer p {
	color: #ffffff;
}

.footer-public-2 {
    background-color: #4a4a4a;
    width: 90%;
    margin: auto;
    height: 200px;
    position: relative;
    display: block;
    max-width: 1250px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.footer-public-2 ul {
    padding: 0 0 0 40px;
    margin: 0 0 0 0;
    padding-inline-start: 0px;
}

.footer-public {
    left:20%;
    margin: auto;
    height: 200px;
    position: absolute;
    display: inline-block;
    background-color: #4a4a4a;
    width:100%;
    max-width: 1100px;    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color:white;
}

footer a {
	color: #334B54;
	text-decoration: none;
}
.footer-private a {
	padding-left: 10px;
	background-image: url("/Content/Images/bg_arrow.gif");
	background-repeat: no-repeat;
	background-position: left 4px;
}
.footer-private:after, .footer-public, .footer-public-2:after {
    position: absolute;
    left: 50%;
    background-position: left top;
    background-repeat: no-repeat;
}
.footer-private:after {
	content: '';
	background-image: url("/Content/Images/logo_smallcdi.gif");
	width: 40px;
	height: 32px;
	top: -10px;
	margin-left: -20px;
}

footer nav {
}
.footer-private nav {
	height: 50px;
	background-position: left 8px;
}
.footer-public nav {
}

/* extends navigation{} */
.footer-navigation {
	background-color: #85aac5;
	margin-right: auto;
	margin-left: auto;
}
.footer-private .footer-navigation {
	margin-top: 9px;
	height: 41px;
	font-size: 12px;
}
.footer-public .footer-navigation {
	margin-top: 16px;
	height: 74px;
	font-size: 14px;
}
.footer-private li, .footer-public, .footer-public-2 li {
    margin-right: 20px;
}
.footer-private li {
	margin-top: 20px;
}
.footer-public li {
}


/*** specific page styles ***/

/* home page */
.welcome-title {
    margin-top: 5px;
    color: #6e6259;
}

.home-title {
    margin-top: 5px;
    color: #FF6900;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #a9a99f;
    margin-bottom: 10px;
}


.home-title h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    color: #FF6900;
    margin-bottom: 10px;
}


.home-recentreports, .home-onlineordering {
	width: 45%;
	white-space: nowrap;
	margin-top: 15px;
}
.home-recentreports {
	margin-right: 4%;
}


.home-news dt {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.home-news dd {
    margin-bottom: 15px;
    margin-left: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

/* patient exam */
.patientexam-filter {
	font-size: 12px;
}
.patientexam-filter {
	padding-right: 2px;
}
.patientexam-filter label {
	display: block;
}
.patientexam-widget {
	z-index: 1000;
	position: absolute;
	left: -1px;
	top: -13px;
	background-color: #ffffff;
	display: none;
}
.patientexam-history {
    width: 240px;
    font-size: 10px;
    position: relative;
    top: 3px;
    max-height: 650px;
    overflow: auto;
    z-index: 50;
}
.patientexam-download {
    width: 240px;
    font-size: 12px;
    position: relative;
    top: 3px;
    max-height: 650px;
    overflow: auto;
    z-index: 50;
}
/*This is for the report sign */
.radreportsign-form {
	border-top: 2px solid #fff;
	margin: 0;
	padding-top: 3px;
	background-color: #F4F1E1;
	min-height: 150px;
}

.radreportsign-report {
    width: auto;
    font-size: small;
    position: relative;
    margin: 0;
    top: 3px;
    max-height: 90%;
    background-color: #F4F1E1;
    border-top: 2px solid #fff;
    overflow: hidden;
    z-index: 50;
    height: auto;
}

.radreportsign-notes {
	width: 100%;
	font-size:  small;
	position: relative;
	margin: 0;
	top: 3px;
	max-height: 90%;
	background-color: #F4F1E1;
	border-top: 2px solid #fff;
	overflow: auto;
	z-index: 50;
}

.radreportsign-notes-details {
	width: 100%;
	height:250px;
	font-size:  small;
	position: relative;
	margin: 0;
	top: 3px;
	max-height: 90%;
	background-color: #F4F1E1;
	border-top: 2px solid #fff;
	overflow: scroll;
	z-index: 50;
}

.radreportsign-detail input[type="text"], .radreportsign-detail input[type="checkbox"], .radreportsign-detail select, .radreportsign-detail input[type="password"], .radreportsign-detail textarea {
	border: 1px solid gray;
	font-size: 12px;
	padding: 0 0 0 5px;
	height: auto;
	width: 800px;
	max-height: 300px;
}
/*This is for the exam history next to the patient search results*/
.patientsearchexam-history {
    width: 240px;
    font-size: 10px;
    position: absolute;
    right: 150px;
    top: 225px;
    max-height: 650px;
    overflow: auto;
    z-index: 12000;
}
.patientexamhistory-form {
    border-top: 2px solid #fff;
    margin: 0;
    padding-top: 3px;
    background-color: #f3f3f4;
    min-height: 50px;
    z-index: 1000;
}
.patientexamhistory-form:first-child {
	border-top: none;
	background-color: #f1f4f9;
}
.patientexamhistory-form li {
	padding-left: 3px;
	margin: 0;
	width: 220px;
	min-height: 14px;
}
.patientexamhistory-form li label {
	min-width: 95px;
	clear: right;
}
.patientexamhistory-expandedform {
	display: none;
	border-top: none;
}

/* market resources page */

.marketresources-resources {
	margin-left: 10px;
}
.marketresources-resources dt {
	font-weight: bold;
}
.marketresources-resources dd {
	margin-bottom: 15px;
	margin-left: 0;
}
.marketresources-link {
	display: block;
	color: #555045;
	font-weight: normal;
	width: 100px;
}
.marketresources-link[href$=".pdf"] {
	padding-left: 22px;
	background-image: url("/Content/images/icon_smallpdf.gif");
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 16px;
}



/* medical records */
.medicalrecords-offices {
	width: 25%;
	text-align: center;
	list-style-type: none;
	padding: 0;
	margin-left: 3%;
	float: left;
}
.medicalrecords-title {
	font-weight: bold;
	color: #b04e45;
}
.medicalrecords-numbers {
	margin-bottom: 15px;
	margin-left: 0;
	list-style-type: none;
	padding: 0;
}



/* patientexam icons */
.patientexam-icons {
	line-height: 20px;
	clear: left;
}
.patientexam-icons img, .patientexam-iconspacer {
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: -2px;
}
.patientexam-iconspacer {
	display: inline-block;
	width: 16px;
	height: 16px;
}
.ie6 .patientexam-iconspacer, .ie7 .patientexam-iconspacer {
	display: inline;
}

/* patientexam page */
.patientexam-outer {
	margin-top: 45px;
}


.patientexam-navigationwrapper {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    page-break-after: avoid;
    page-break-before: avoid;
    page-break-inside: avoid;
}

/* extends navigation{} */
.patientexam-navigation {
	background-color: #F7F6F0;
	border: 1px solid #D7D5CE;
	font-size: 75%;
	margin: 5px;
	margin-bottom: 0;
}
.patientexam-navigation li {
	border-left: 1px dotted #d7d5ce;
	vertical-align: middle;
}
.patientexam-navigation li:first-child {
	border-left: 0;
}
.patientexam-navigation a {
	color: #666666;
	text-decoration: none;
	padding: 6px 8px 6px 25px;
	display: block;
	background-position: 5px center;
	background-repeat: no-repeat;
}

.notie .patientexam-showcopy {
	display: none;
}

.patientexam-patientinfo {
	background-image: url("/Content/images/icon_patient.gif");
}
a.patientexam-previous {
	background-image: url("/Content/images/icon_previouspatient.gif");
	padding-left: 30px;
}
a.patientexam-previous-disabled {
	background-image: url("/Content/images/icon_previouspatient.gif");
	padding-left: 30px;
	color:#b9bbaa;
}
a.patientexam-next {
	background-image: url("/Content/images/icon_nextpatient.gif");
	padding-left: 30px;
}
a.patientexam-next-disabled {
	background-image: url("/Content/images/icon_nextpatient.gif");
	padding-left: 30px;
	color:#b9bbaa;
}
a.originalreport-exist {
	background-image: url("/Content/images/icon_newreport.gif");
	padding-left: 30px;
}

.report-exist {
    background-image: url("/Content/images/icon_newreport.gif");
}

.report-viewed {
    background-image: url("/Content/images/icon_reportviewed.gif");
}
.icon_noreport {
	background-image: url("/Content/images/icon_noreport.gif");
}

a.originalreport-exist-disabled {
    background-image: url("/Content/images/icon_noreport.gif");
    padding-left: 30px;
    color: #b9bbaa;
}
.patientexam-copy {
	background-image: url("/Content/images/icon_copyreport.gif");
}
.patientexam-showimages {
	background-image: url("/Content/images/icon_newimages.gif");
}
.patientexam-archivedimages {
	background-image: url("/Content/images/icon_imagesarchived.gif");
}
.patientexam-transferringimages {
	background-image: url("/Content/images/icon_imagestransferring.gif");
}
.patientexam-noimages {
	background-image: url("/Content/images/icon_noimages.gif");
}
.patientexam-print {
    background-image: url("/Content/images/icon_printavailable.gif");
}
.patientexam-printed {
    background-image: url("/Content/images/icon_printed.gif");
}
.patientexam-orderexam {
	background-image: url("/Content/images/icon_orderexam.gif");
}
.patientexam-summaryrecord {
	background-image: url("/Content/images/icon_summaryreport.png");
}
.patientexam-help {
	background-image: url("/Content/images/icon_help.gif");
}
.patientexam-close {
	background-image: url("/Content/images/icon_close.gif");
}
.patientexam-note {
	background-image: url("/Content/images/icon_edit.gif");
}
.patientexam-sign {
	background-image: url("/Content/images/icon_orderexam.gif");
}
/* view exam */
.viewexam-upper {
    padding: 27px;
    font-size: 11px;
    page-break-after: avoid;
    page-break-before: avoid;
    page-break-inside: avoid;
    max-width: 1175px;
    text-align:right;
}
.viewexam-lower {
    padding: 27px;
    min-height: 600px;
    page-break-after: avoid;
    page-break-before: avoid;
    page-break-inside: avoid;
    max-width: 1405px;
}
.viewexam-column {
    width: 370px;
    page-break-after: avoid;
    page-break-before: avoid;
    page-break-inside: avoid;
}

.viewexam-image {
    width: 150px;
    page-break-after: avoid;
    page-break-before: avoid;
    page-break-inside: avoid;
    position:absolute;
    display:block;
}

/* account update */

.notificationstable {
	border: 1px solid #638ea5;
	font-size: 12px;
	margin-bottom: 10px;
}
.notificationstable th {
	background-color: #638ea5;
	color: #fff;
	padding: 4px 6px;
}
.notificationstable td {
	padding: 4px 6px;
	border: 1px solid #638EA5;
	text-align: center;
}
.notificationstable td:first-child, .notificationstable th:first-child {
	text-align: left;
}

/* online ordering */
.onlineorder-spinner {
    display: block;
    position: absolute;
    top: 115px;
    left: 580px;
}
.onlineorder-sidebar {
    font-size: 11px;
    padding: 25px 50px 0 15px ;
    width: 154px;
}
.onlineorder-sidebar-list {
	list-style-type: none;
	padding-left: 10px;
}
.onlineorder-form {
    padding: 0;
    margin: 0;
    font-size: 12px;
    margin-top: 5px;
}
.onlineorder-form li {
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 15px;

}
.onlineorder-form label {
	width: 120px;
	margin-right: 5px;
	display: block;
	float: left;
}
.onlineorder-form .labellong, .onlineorder-form .labellong label {
	width: auto;
	float: none;
}
.onlineorder-form label:after {
	content: ':';
}
.onlineorder-form input[type="text"], 
    .onlineorder-form input[type="checkbox"], 
    .onlineorder-form select, 
    .onlineorder-form input[type="password"], 
    .onlineorder-form textarea {
	border: 1px solid #dedee0;
	font-size: 12px;
	padding: 0 0 0 5px;
	height: auto;
    color: slategray;
}

.onlineorder-signsandsymptoms {
    color: slategray;
}

.onlineorder-form select {
    height: 18px;
}

.onlineorder-form input[type="text"] {
    width: 190px;
    height: 18px;
}

.onlineorder-form input[type="radio"] {
	margin-left: 10px;
	margin-top: 2px;
	margin-right: 5px;
}
.onlineorder-form input[type="text"].long, .onlineorder-form textarea.long {
	width: 400px;
}

.onlineorder-form input.middleinitial {
	width: 50px;
}

.onlineorder-form input.date {
	width: 75px;
}
.onlineorder-form input.zip {
	width: 40px;
}
.onlineorder-form input.email {
	width: 259px;
}
.onlineorder-steps fieldset {
	border-color: #B04E45;
	position: relative;
	top: -10px;
	margin-right: 10px;
	margin-left: 10px;
}
.onlineorder-steps legend {
	border: 1px solid #B04E45;
	background-color: #ffffff;
	padding: 2px 6px;
}

.onlineorder-searchresultstop {
	border-top: 10px solid #ffffff;
}
.onlineorder-searchresultstop img {
	margin-bottom: -4px;
}

.onlineorder-searchresultstitle {
	margin: 0;
	text-align: left;
	padding-right: 20px;
	font-weight: bold;
	background: url("/Content/Images/shaded_head.png") no-repeat scroll right top transparent;
	display: inline;
}

.onlineorder-searchresults {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	height: 250px;
	overflow-y: scroll;
	font-size: 12px;
	overflow-x: auto;
}
.onlineorder-searchresults li {
	margin: 10px;
}
.onlineorder-signsandsymptoms, .onlineorder-othercomments, .onlineorder-procedurelist {
    height: 150px;
    width: 690px;
    border: 1px solid #dedee0 !important;
    font-size: 12px;
    margin-bottom: 10px;
}
}
.onlineorder-procedurelist {
	width: 350px;
}
.onlineorder-scenarioslist, .onlineorder-indicationslist {
	height: 100px;
	width: 280px;
	border: 1px solid gray;
	font-size: 12px;
    overflow:scroll;
}
.onlineorder-manualscoreinputtext {
    width:150px;
}
.onlineorder-manualscoreinputarea {
    width: 450px;
    height: 75px;
}
/* extends navigation{} */
.onlineorder-nav {
	height: 17px;
	line-height: 17px;
}
.onlineorder-nav li {
	padding-right: 5px;
}
.onlineorder-nav a {
	color: #7AABBD;
	text-decoration: none;
}
a.onlineorder-nav-active {
	font-weight: bold;
	color: #4186A1;
	cursor: text;
}
.onlineorder-nav label {
	color: #b7cd8c;
	font-weight: bold;
	border-right: 1px solid #b7cd8c;
	margin-right: 5px;
	padding-right: 2px;
}
.onlineorder-steps {
    margin: 10px 0 0;
    padding-top: 15px;
    margin-bottom: 40px;
    border: #dedee0;
    border-style: solid;
    border-width: 1px;
}
.onlineorder-bottomnav {
	height: 17px;
	padding-bottom: 10px;
}
.ie7 .onlineorder-bottomnav {
	position: relative;
}
.onlineorder-bottomnav li {
	position: relative;
}
li.onlineorder-bottomnav-right, li.onlineorder-bottomnav-left {
	background-color: #FFFFFF;
	margin: 0;
	margin-top: 10px;
	background-repeat: no-repeat;
}
.ie7 li.onlineorder-bottomnav-right, .ie7 li.onlineorder-bottomnav-left {
	display: block;
}
.onlineorder-bottomnav-right {
	padding-right: 15px;
	background-image: url('/content/images/shaded_Foot.png');
	padding-left: 17px;
	background-position: top left;
}
.ie7 li.onlineorder-bottomnav-right {
	margin-right: 0;
}
.onlineorder-bottomnav-left, .onlineorder-bottomnav-plaintext {
	padding-left: 15px;
}
.onlineorder-bottomnav-left {
	background-image: url('/content/images/shaded_LeftFoot.png');
	background-position: right top;
	padding-right: 17px;
}
li.onlineorder-bottomnav-plaintext {
	font-size: 12px;
	line-height: 12px;
	height: 22px;
	margin: 0;
}
.onlineorder-mammo {
	list-style-type: none;
}
.onlineorder-mammo li {
	padding: 0;
	margin-bottom: 8px;
}
.onlineorder-review fieldset {
    border: 1px solid #dedee0;
    padding-top: 0;
}

.onlineorder-review .span-legend {
    border: 0;
    color: #58534C;
    font-weight: 600;
    margin-left: -25px;
    padding-right: 30px;
    padding-left: 30px;
}

.onlineorder-submit {
	display: block;
	float: right;
	margin-bottom: 10px;
	margin-top: -15px;
}

.onlineorder-bottomsubmit {
    position: relative;
    left: 37%;
    margin-top: 20px;
}

.notie .onlineorder-copy {
	display: none;
}


.onlineorder-printleft {
	width: 50%;
	margin-right: 5%;
}
.onlineorder-printright {
	width: 45%;
}
.onlineorder-printform {
	list-style-type: none;
	padding: 0;
	margin-top: 3px;
}
.onlineorder-printform li {
	margin-right: 10px;
	margin-bottom: 3px;
}
.onlineorder-printform .newline {
	clear: left;
}
.onlineorder-printform label:after {
	content: ":";
}
#insuranceoptioncontainer li {
	margin-right: 15px;
}

/* ProceduresDialog */
#ProceduresDialog {
	font-size: 12px;
}
#ProceduresDialog input[type="radio"], #ProceduresDialog input[type="checkbox"] {
	margin-right: 5px;
}

/* visage popup viewer */

#helppopupbackground {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: #000; /* RGBa with 0.6 opacity */
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 101;
}


#helppopup {
	display: none;
	position: fixed;
	width: 850px;
	top: 30px;
	left: 50%;
	margin-left: -425px;
	background-color: white;
	border: 1px solid black;
	padding: 15px 10px;
	z-index: 1001;
}
#helppopupheading {
	background-color: #F7F6F0;
	border: 1px solid #CCC;
	height: 20px;
	margin: 0px;
	padding: 10px;
}
#helppopupheading span {
	font-size: larger;
	font-weight: bolder;
	float: left;
}
#helppopupheading a {
	float: right;
	text-decoration: none;
}

/* online help */
.onlinehelp-list {
	list-style-type: none;
	padding: 0;
}
.onlinehelp-list li {
	margin-bottom: 5px;
}
.onlinehelp-list a {
	background-image: url('/Content/Images/icon_folder.gif');
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
}

/* admin */
.adminusergrid-active {
	display: block;
	margin: 0 auto;
}
.adminselect-buttons {
	margin-top: 50px;
}
.adminselect-buttons button {
	display: block;
	text-align: center;
}
.adminselect-outer {
	overflow: auto;
	white-space: nowrap;
}


/*** center the rad signing page banner*/
.redtext-rads-banner {
    color: #b04e45;
    font-size: 0.9em;
}

/*** misc helper styles styles ***/

.redbg {
	background-color: #b04e45;
}
.redtext {
	color: #b04e45;
}
.bluetext {
	color:  #398196;
}
.greentext {
	color: #b2c78e;
}
.lightbluetext {
	color: #398196;
}


.lightblueback {
    background-color: red;
}
.italic {
	font-style: italic;
}
.clearleft {
	clear: left;
}
.nomargin {
	margin: 0;
}
.nomargintop {
	margin-top: 0;
}
.nomarginbottom {
	margin-bottom: 0;
}
.marginbottom10 {
	margin-bottom: 10px;
}
.marginleft10 {
	margin-left: 10px;
}

.marginleft15 {
	margin-left: 15px;
}
.marginleft125 {
	margin-left: 125px;
}
.marginleft150 {
	margin-left: 150px;
}
.marginright25 {
	margin-right: 25px;
}
.nopadding {
	padding: 0;
}
.darkborderbottom {
    border-bottom: 1px solid #dedee0;
}
.ie7 .darkborderbottom th {
    border-bottom: 1px solid #dedee0;
}
.darkbordertop {
    border-top: 1px solid #dedee0;
}
.darkborderbox {
	border: 1px solid #696969;
	padding: 10px;
}
.hidetext {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.error, .field-validation-error {
	color: #B04E45;
	font-weight: bold;
}
.right {
	float: right;
}
.left {
	float: left;
}
.textalignright {
	text-align: right;
}
.textaligncenter {
	text-align: center;
}
.hidetext {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.hidden {
	display: none;
}
.small {
	font-size: 0.7em;
}
.slash {
	background-image: url("/Content/Images/bg_slash.png");
	background-position: left 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 15px;
	margin-bottom: -3px;
	margin-top: 3px;
	width: 7px;
}
.ie7 .slash, .ie8 .slash {
	display: inline;
}

.clearfix {
    page-break-after: avoid;
    page-break-before: avoid;
    page-break-inside: avoid;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.ie6 .clearfix, .ie7 .clearfix, .ie11 .clearfix {
    zoom: 1;
}


/*** javascript plugin styles ***/

/* jquery.validate.min.js styles */
.field-validation-valid, .validation-summary-valid {
	display: none;
}
.field-validation-error-newline {
	display: block;
}
.input-validation-error {
	border-color: #B04E45;
	background-color: #ffeeee;
}
.validation-summary-errors {
	font-weight: bold;
	color: #B04E45;
}

/* jquery.placeholder.min.js styles */
.placeholder {
	color: #aaa;
}

.locationPopupShow {
	display: block;
	z-index: 200;
	position: absolute;
	background-color: #ffffc0;
	border: .1em solid rgb(200, 128, 0);
	margin-top: -5px;
	padding: 2px 5px 2px 5px;
}

.locationPopupHide {
	z-index: -1;
	display: none;
}


/*---------------- maintenance form*/
.maintenancemsg-form {
	padding: 0;
	margin: 0;
	font-size: 14px;
	margin-top: 5px;
    width:100%;
}

.maintenancemsg-form li {
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 15px;
}

.maintenancemsg-form label {
	width: 150px;
	margin-right: 5px;
	display: block;
	float: left;
    vertical-align: central ; 
}

.maintenancemsg-form .labellong, .maintenancemsg-form .labellong label {
	width: 150px;
	float: none;
}

.maintenancemsg-form label:after {
	content: ':';
}

.maintenancemsg-form input[type="text"], .maintenancemsg-form input[type="checkbox"], .maintenancemsg-form select, .maintenancemsg-form input[type="password"] {
	border: 1px solid gray;
	font-size: 12px;
	padding: 0 0 0 5px;
	height: 25px;
}

.maintenancemsg-form textarea {
	border: 1px solid gray;
	font-size: 14px;
	padding: 0 0 0 5px;
	height: 100px;
}

.maintenancemsg-form input[type="text"] {
	width: 210px;
    height: 25px;
    text-align: left;
    vertical-align: top;  
}

.maintenancemsg-form input.date {
	width: 150px;
}


/*---------------- maintenance form*/
.AdminMarketNews-form {
	padding: 0;
	margin: 0;
	font-size: 14px;
	margin-top: 5px;
    width:100%;
}

.AdminMarketNews-form li {
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 15px;
}

.AdminMarketNews-form label {
	width: 150px;
	margin-right: 5px;
	display: block;
	float: left;
    vertical-align: central ; 
}

.AdminMarketNews-form .labellong, .maintenancemsg-form .labellong label {
	width: 150px;
	float: none;
}

.AdminMarketNews-form label:after {
	content: ':';
}

.AdminMarketNews-form input[type="text"], .maintenancemsg-form input[type="checkbox"], .maintenancemsg-form select, .maintenancemsg-form input[type="password"] {
	border: 1px solid gray;
	font-size: 12px;
	padding: 0 0 0 5px;
	height: 25px;
}

.AdminMarketNews-form textarea {
	border: 1px solid gray;
	font-size: 14px;
	padding: 0 0 0 5px;
	height: 100px;
}

.AdminMarketNews-form input[type="text"] {
	width: 625px;
    height: 25px;
    text-align: left;
    vertical-align: top;  
}

.AdminMarketNews-form input.date {
	width: 150px;
}

/* ------------------ spinning ------------------------*/

#loading
{
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.8);
    z-index:1000;
}
  
#loadingcontent
{
    display:table;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
  
#loadingspinner
{
    display: table-cell;
    vertical-align:middle;
    width: 100%;
    text-align: center;
    font-size:larger;
    padding-top:80px;
}

.backimagedevider
{
    background: url("..\Images\shaded_head.png");
    background-image:url("..\Images\shaded_head.png");
    background-repeat:repeat-x;
}

.section-public-nav-container {
    width: 90%;
    margin: auto;
    height: auto;
    position: relative;
    display: block;
    max-width: 1250px;
}

.section-public-logo-nav-public-container {
    position: relative;
    display: inline-block;
    max-width: 200px;
}

.section-public-logo-nav-two {
    display: inline-block;
    right:5%;
    bottom: 0;
    overflow: hidden;
    text-align: right;
    min-width:400px;
    max-width:1000px;
    position:absolute;
}

.section-public-logo-nav-container {
    width: 90%;
    margin: auto;
    padding: 10px 0 10px 10px;
    height: 90px;
    position: relative;
    display: block;
    max-width: 1250px;
}

.section-public-logo-nav-one {
    width: 185PX;
    display: inline-block;
    overflow: visible;
    float:left;
}

.section-public-logo-nav-two {
    display: inline-block;
    overflow: hidden;
    text-align: right;
}

.section-public-logo-nav-two ul {
    display: inline;
    list-style: none;
    text-align: right;
}

.section-public-logo-nav-two li {
    display: inline;
    cursor: pointer;
    border: none;
    font-size: medium;
    padding: 5px;
    color: #4a4a4a;
}

.public-largetitle-blue {
    text-align: center;
    margin-bottom: 15px;
    color: white;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 1px;
}

.contentcontainer-smaller {
    width: 60%;
    word-wrap: break-word;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #4a4a4a;
    display: inline-block;
}

.contentcontainer-smaller a {
    color: #398196;
    text-decoration: none;
    font-size: 14px;
}

.public-block-right {
    width: 30%;
    display: inline-block;
    text-align: center;
    color: black;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    background-color: #f3f3f4;
    padding: 20px 40px 20px 40px;
}
.public-block-right h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
}

.public-block-left {
    float: left;
    padding-left: 5px;
    padding-right: 75px;
    position: relative;
    width: 55%;
    display: block;
    text-align: Left;
    color: black;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.public-block-left h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
}


.public-block-left span {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
}

.public-block-left i {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    color: #264777;
    max-width: 100%;
    position:relative;
}

.public-block-left a {
    color: blue;
}

.Gothom-Headline {
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
}

.navbar-logon-menu {
    margin: auto;
    position: relative;
    width: 100%;
    max-width: 1250px;
    display: block;
    padding: 10px 0 10px 10px;
    text-align: left;

}

.navbar-logon-menu ul {
    display: inline-block;
    list-style: none;
    text-align: right;
    width: 100%;
}

    .navbar-logon-menu li {
        display: inline-block;
        cursor: pointer;
        color: white;
        background-color: #58595B;
    }
  
.navbar-logon-menu li a {
    display: inline-block;
    padding: 5px 5px 5px 5px;
    text-align: left;
    width: auto;
    color: white;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}

    .navbar-logon-menu li a:hover {
        background-color: #233B66;
        text-decoration: none;
        color: white;
    }


.navbar-logon-menu li a .fa {
    margin-right: 6px;
}

.navbar-logon-menu li a:hover .fa {
    color: #428bca;
}

.navbar-primary-menu {
    margin: auto;
    position: relative;
    width: 90%;
    max-width: 1250px;
    display: block;
    padding: 10px 0 10px 10px;
    text-align: left;
}
.navbar-primary-menu ul {
    display: inline-block;
    list-style: none;
    text-align: right;
    width: 100%;
}

    .navbar-primary-menu li {
        display: inline-block;
        cursor: pointer;
        color: white;
        background-color: #58595B;
    }

.navbar-primary-menu li a {
    display: inline-block;
    padding: 15px 15px 15px 15px;
    text-align: left;
    width: auto;
    color: white;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.navbar-primary-menu li a:hover {
    background-color: #233B66;
    text-decoration: none;
    color: white;
}

.navbar-primary-menu li a .fa {
    margin-right: 6px;
}

.navbar-primary-menu li a:hover .fa {
    color: #428bca;
}

.bluetext {
    color: #FF6900;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.selectedMenuItem a {
    background-color: #4e859f;
    text-decoration: solid;
    color: white !important;
    display: inline-block;
}

.selectedMenuItem li {
    background-color: #4e859f;
}

.mpp-footer {
    background-color: #4a4a4a;
    color: white;
    font-family: "Calibri";
    margin: auto;
    max-width: 1240px;
    width: 90%;
    padding: 20px 0 20px 0;
}

.mpp-footer a {
    color: white;
}

.mpp-footer hr {
    width: 75%;
}

.mpp-footer-corp-link {
    text-align: left;
    padding: 12px 0px 0px 120px;
}

.mpp-footer-list {
    list-style: none;
    color: white;
}

.mpp-footer-list  li {
    display: inline;
    margin: 0 50px 0 50px;
}

.mpp-footer-reg-mark {
    text-align: right;
    padding: 0 50px 10px 0;
}

.chris-footer-nav {
    background-color: #4a4a4a;
    text-align: justify;
    text-align: left;
    color: white;
    display: inline-block;
    position: absolute;
    left: 20px;
    width: 15%%;
    height: 20px;
    top: 25px;
}

.chris-footer-legal {
    text-align: left;
    width: auto;
    color: white;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    left: 275px;
    display: inline-block;
    position: absolute;
    top: 40px;
}

.chris-footer-nav:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.chris-footer-nav li {
    display: inline-block;
    font-family: Calibri;
    font-size: 14px;
    top:0;
    position:relative;
}

.chris-footer-nav li a {
    color:white;
}

.chris-footer-nav-bottom {
    background-color: #4a4a4a;
    text-align: justify;
    padding-top: 15px;
    display: inline-block;
    position: absolute;
    left: 20px;
    bottom: 0;
    min-width: 70%;
}

.chris-footer-nav-break {
    margin:auto;
    text-align: justify;
    top:95px;
    display: inline-block;
    position: relative;
    left: 0;
    height: 10px;
    width: 85%;
    max-width:1000px;
    border-top: 1px solid white;
}

.chris-footer-nav-bottom:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.chris-footer-nav-bottom li {
    display: inline-block;
    font-family: Calibri;
    font-size: 14px;
    padding: 5px;
}

.chris-footer-nav-bottom li a {
    color: white;
}

.chris-footer-nav-bottom-copy {
    text-align: right;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.chris-footer-nav-bottom-copy:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.chris-footer-nav-bottom-copy li {
    display: inline-block;
    font-family: Calibri;
    font-size: 10px;
    color: white;
}


.mpp-grid .k-grid-header .k-header {
    background-color: #4e859f;
}


.lightblueback .k-grid-header .k-header {
    background-color: #f1f4f9;
}

.procedure-dialog {
    background: white;
    position: absolute;
    float: left;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #555045;
    padding: 20px;
    z-index: 10;
    width:auto;
    height:auto;
}


.section-public-top-blue {
    margin: auto;
    top: 0;
    left: 0;
    background-color: #58595B;
    width: 90%;
    max-width: 1250px;
    padding: 15px 0;
    border: none;
    color: white;
    text-align: center;
    color: white;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
}

.sitenews {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
}

.heavy {

    font-weight: 700;

}