﻿@import 'colors.css';
/* Facility Green #0475a4 */
/* Darker green #009ecb */

/*--------------- Generic Web Items ---------------*/
body {
	margin: 0;
	padding: 0;
	/*font-size:12pt;*/
}

body {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	/*border: solid 1px #2f76a3;*/
	/*TODO: background color*/
	/*background-image: url(../images/bgGradient.jpg);*/
    /*background-image: url(../images/phase2bggradient.gif);*/
	/*background-repeat:repeat-x;*/
	/*background-color: #dbe6ed;*/
	width: 100%;	
	min-width:745px;	
}

body, h1, h2, h3, form {
	font-family: Nunito, Arial, Helvetica, Sans-Serif;
	font-size:12px;
	/*margin-top: 10px;*/
	color: #000000;
}

ul, li {
	margin-left:5px;
	padding: 5px 5px 5px 5px;
	font-size:9pt;
}
/*img {
	border-style: none;
    border-color: inherit;
    border-width: 0;
    width: 384px;
    height: 159px;
}*/
a {
    font-weight: bold;
    font-size: 14px;
    color: #256ba2;
    color: var(--c-primary-medium);
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a.NoUnderLine {
    text-decoration: none;
}

/*TEXTAREA 
{    
	font-family:inherit;
	font-size:inherit;
}*/

INPUT {
	font-family:inherit;
	font-size:inherit;
}

td {
    vertical-align: top;
}

/*-----------------------Classes-----------------------*/

.headerTable {
    width: 100%;
    height: 100%;
    margin-top: -10px;
}

	.headerTable td {
    vertical-align: middle;
    padding: 0;
}

.displayTable {
     width: 100%;
}

	.displayTable td {
    text-align: left;
    padding: 3px;
}   

.contentDisclaimer {
	white-space:normal;
	min-width:150px;
	max-width:950px;
	padding: 5px;
}

.badge {
	background-image: url(../images/badge.jpg);
	background-repeat: no-repeat;
}

.leftSideImage {
	text-align: center;
	padding-bottom:20px;
}

.wrapper /*formerly #wrapper*/ {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	max-width:900px;
}

.wrapperInterior { /*formerly .body*/
	padding: 5px;
	/*padding-top: 2px;
	padding-bottom:10px;*/
	margin-left:auto;
	margin-right:auto;
	display:table;
	background-color: #ffffff;
	width: 100%;
	/*margin: -20px 5px 0 5px;*/
}

.wrapperInteriorCenter { /*formerly .body*/
	text-align: center;
	padding-top: 2em;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	display:table;
	background-color: #ffffff;
}

.wrapperLogin {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;	
	width:900px;
	padding: 0px 0px 0px 0px;
}
	
#wrapperHome {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	background-color: #ffffff;
}
#wrapperBordered {
	/*border: solid 1 #009ecb;*/
}

.noticeList {
    border: none;
}

	.noticeList td li {
    margin-left: 20px;
    padding: 3px;
}


.mainHeader {
	background-color: #0475a4;
	width:100%;	
	height:21px;
}
.mainHeader h1 {
	display:none;
}
.mainHeader h1 img {
	display: inline;
}

.siteTitle {
	/*position:relative;
	top: -7px;
	left: 87px;*/
	font-size: 18px;
	font-style:italic;
	font-weight: bold;
	color: #0475a4;
	vertical-align: middle;
	text-align: right;
	padding-right: 15px;
}

.subTitle {
    background-color: #dbe6ed;
    margin: 0;
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.footer {
    background-color: #d6d2c4;
    background-color: var(--c-tertiary);
    display: flex;
    justify-content: space-between;
    min-width: 100%;
    border-top: solid 1px #000;
    /*border:solid 1 #ff0000;*/
}

.footerText {
    font-size:12px;
    color: black;
}

/*Footer Elements*/
#footer a:link {
    text-decoration: none;
}

#footer a:visited {
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}


.copyright {
    font-weight: bold;
}

.pageTitle /*formerly headerText*/ {
	font-size:12px;
	font-weight:bold;
}

.pageTrail {
	/*text-align:center;*/
	margin:auto;
	margin-top:20px;
	width:900px;
	border-bottom:solid 1px #eeeeee;
}

.titleArea /*formerly clientName*/ {
	display:inline-block;
	float:left;
	font-weight: bold;
}

.rightTitleArea /*formerly userName*/ {
	display:inline-block;
	float:right;
	font-weight: bold;
}

.breadCrumb {
	font-weight:bold;
	display:inline-block;
	font-size: 9pt;	
}

.errorText /*formerly error-text */ {
  font-weight:bold; 
  font-size:12px; 
  color:#FF0000; 
  line-height:16px; 
  font-family:Nunito,Arial,Helvetica,sans-serif;
}

.mainContentArea {
	padding-bottom:10px;
    text-align: center;
	margin-left:auto;
	margin-right:auto;
	display:table;
	background-color: #ffffff;
	width:100%;
}

.contentMaxWidth {
	border: solid 1px #009ecb;
	white-space:normal;
	background-color:#ffffff;	
	min-width:450px;
	width:100%;
}

.contentMinWidth {
    border: solid 1px #009ecb;
	white-space:normal;
	background-color:#ffffff;	
	width:450px;
	/*width: 100%;*/
}

.contentTableHeaderBar /*formerly headerBar*/ {
    border-bottom: solid 1px;
    border-bottom-color: #256ba2;
    border-bottom-color: var(--c-primary-medium);
    background-color: #256ba2;
    background-color: var(--c-primary-medium);
    padding: 2px 2px 2px 4px;
    color: #ffffff;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    width: 100%;
}

.contentTable /*formerly contentBody*/ {
	/*background-image:url(../images/bgGradientGrayH.jpg);
	background-repeat:repeat-y;*/
	text-align:left;
	padding:2px 2px 2px 2px;
	font-size:9pt;
	min-width: 450px;
}

.formTable {
    width: 100%;
}

	.formTable td {
    padding: 3px;
    text-align: left;
}

.informationTable {
    margin: 0;
    padding: 0;
    width: 100%;
    border: solid 1px #0475a4;
}

.modalPopupForeground {
   padding: 5px;
   border: 1 solid #0475a4;
   /*background-color: #dbe6ed;*/
   background-color: #ECF6D0;
   width: 550px;
}

.modalPopupBackground /*formerly newsAndUpdatesBackground*/ {
	padding-top: 0em;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	display:table;
	min-height:255px;
	width:98%;
	overflow:auto;
	background-color: #0475a4;
	moz-opacity: 0.9;
    khtml-opacity: .9;
    opacity: .9;
    filter: alpha(opacity=60);
}

span.helpText {
    text-align: left;
    cursor: help;
    font-weight: bold;
}

span.errorText {
    text-align: left;
    cursor: help;
    color: Red;
    font-weight: bold;
}

span.definitionText {
    font-size: 10px;
    font-style: italic;
}

div.scrollable {
    width:98%; 
    height:150px; 
    overflow:scroll;
    text-align: left;
    padding: 5px;
    border: solid 1px black;
    background-color: #FFFFFF;
}

	div.scrollable label {
    margin-left: 25px;	
    margin-top: -20px;
    margin-bottom: 10px;
	display: block;
}

td.addressVerification {
    background-color: #ECF6D0;
    border: solid 1px #000000;
}

/*****************************AJAX Styles*************************************/
.ajax__calendar_container {
    z-index : 1000 ; 
}

.ajax__calendar_month {
    cursor:pointer;
    height:44px;
    overflow:hidden;
    text-align:center;
    margin-top:-5px;
    width:35px !important;
}
.ajax__calendar_year {
    cursor:pointer;
    height:44px;
    overflow:hidden;
    margin-top:-5px;
    width:35px !important;
}

div.ajax__calendar_days table tr td {
    padding: 0;
}
/*--------------------------these should be classes and not ids----------------*/

#qm0 {
	z-index: 999;
}

.newsAndUpdatesBackground {
	padding-top: 0em;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	display:table;
	min-height:255px;
	width:98%;
	overflow:auto;
	background-color: #aaaaaa;
	moz-opacity: 0.9;
    khtml-opacity: .9;
    opacity: .9;
    filter: alpha(opacity=70);
}

.repeater {
    width: 98%; 
    height: 200px;
    overflow: auto; 
    border-width: thin; 
    border-style: solid;
    border-color: #009ecb; 
	padding: 5px;
}

.headerText {
	font-size:12px;
	font-weight:bold;
}

.headerText2 {
	font-size:14px;
	font-weight:bold;
	color:#a24d48;
}

#siteTitle {
	position:relative;
	font-size: 18px;
	font-style:italic;
	font-weight: bold;
	color: #009ecb;
	text-align:left;
	top:45px;	
}

#siteTitle2 {
	position:relative;
	top: 5px;
	left: 5px;
	font-size: 18px;
	font-style:italic;
	font-weight: bold;
	color: #009ecb;
	text-align:left;
}

.treeView {
    overflow: auto; 
    width: 240px;
    height: 412pt;
}

.gridDiv {
    overflow:auto; 
    width:860px;
    padding: 4px 4px 4px 4px;
}

.gridSmallDiv {
    overflow:auto; 
    width: 650px;
    padding: 4px 4px 4px 4px;
}

table.gridTable {
    margin: 0;
    padding: 0;
    width: 100%;
	border-width: 0px;
	border-left-width: 0px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #aaaaaa;
	border-collapse: separate;	
	background-color: white;
	border-spacing:0px;
}

tr.headerRow th {
    border-width: 1px;
    border-color: #aaaaaa;
    border-style: solid;
    border-left-width: 0px;
	background-color: #f6edd0;
	font-weight:bold;	
	padding: 4px 4px 4px 4px;
	vertical-align:bottom;
	white-space:nowrap;
}

tr.footerRow td {
    border-width: 1px;
    border-style:solid;
    border-color: #aaaaaa;
    border-left-width: 0px;
    border-top-width: 0px;
	background-color: #f6edd0;
	font-weight:bold;	
	padding: 4px 4px 4px 4px;
	vertical-align:bottom;
}

tr.defaultRow td {
	white-space:nowrap;
    border-width: 1px;
    border-color: #aaaaaa;
    border-style: solid;
    border-top-width: 0px;
    border-left-width: 0px;
	background-color: #ffffff;
	padding: 4px 4px 4px 4px;
}

tr.alternateRow td {
	white-space:nowrap;
    border-width: 1px;
    border-color: #aaaaaa;
    border-style: solid;
    border-top-width: 0px;
    border-left-width: 0px;
	background-color: #ECF6D0;
	padding: 4px 4px 4px 4px;
}

/*themes*/

textarea.textBoxDimGray {
    width: 370px;
    height: 185px;
    font-weight: bold; 
    padding: 0px 0px 0px 5px; 
    color: DimGray;
    background-color:#f8f8f8;
}

input:disabled, textarea:disabled, option:disabled, optgroup:disabled, select:disabled:disabled {
	background-color: lightgray;
}

/*Begin - Styles for Trip Correction Request forms*/
.tcrOuterDiv {
    position: relative;
    padding-left:0px;
    padding-top: 20px;
    padding-bottom:5px;
    padding-right:0px;
    display: table;
    text-align: left;
    min-width:650px;
    border:none;
}

.tcrButtons {
    text-align: left;
    padding-left: 15px;
    padding-bottom: 10px;
    clear: both;
    max-width:300px;
    /*vertical-align:initial;*/
}

.continueButton {
    text-align: left;
    padding-left: 50px;
    padding-top: 40px;
    padding-bottom: 10px;
}

.tcrCustomFields {
	width: 510px;
    float: left; 
    text-align: left; 
    padding-left: 5px;
    border:none;
    padding-right:0px;
}

.tcrPrepopulatedFieldsOuter {
    /*width: 300px; */
    width: 500px;
    float: left; 
    text-align: left; 
	/*padding-left: 0px;*/
    padding:0px;
}

.tcrPrepopulatedFieldsInnerLeft {
    /*width: 120px;*/ 
    width: 150px;
    float: left;
    min-height:10px;
}

.tcrPrepopulatedFieldsInnerRight {
    /*width: 180px;*/ 
    width: 350px;
    float: left;
    padding-left: 0px;
    min-height: 10px;
}

.tcrPrepopulatedResultsOuter {
    width: 600px; 
    float: left; 
    text-align: left; 
    padding-left: 5px;
}

.tcrPrepopulatedResultsInnerLeft {
    float: left;
    padding-left: 15px;
}

.tcrPrepopulatedResultsInnerRight {
    width: 200px; 
    float: left;
    padding-left: 0px;
}

.tcrProviderComments {
	width: 400px;
    float: left;
    text-align: left;
    padding-left: 5px;
    clear: both;
    padding-top: 10px;
}


.tcrButtonsForReview {
    text-align: left;
    padding-left: 20px;
    padding-bottom: 10px;
    max-width: 300px;
}

.tcrAttestationBlock {
    width: 400px; 
    float: left;
    text-align: left;
    padding-left: 3px;
    clear: both;
    /*border-top: solid 1px gray ;*/
    padding-bottom: 5px;
    padding-top: 15px;
}

.tcrAttestationCheckBox {
    width: 30px; 
    float: left;
}

.tcrAttestationVerbiage {
    width: 350px; 
    float: left;
    padding-left: 0px;
    text-align: left;
}

.Succeed {
    color: green;   
}

a img.alignMiddle {
    display: block;
    line-height: 32px;
    float: left;
    padding-left: 5px;
    border: none; 
}
img.alignMiddle {
    display: block;
    float: left;    
}
.floatRight {
    display: inline-block;
    float: right;
    padding-left: 5px;
    padding-right: 5px; 
}

.floatRightBold {
    display: inline-block;
    float: right;
    padding-left: 5px;
    padding-right: 5px; 
    font-weight: bold
}
.floatLeft {
    display: inline-block;
    float: left;
    padding-right: 5px;
    padding-left: 5px; 
}

.floatLeftBold {
    display: inline-block;
    float: left;
    padding-right: 5px;
    padding-left: 5px; 
    font-weight: bold
}
.floatRightWarning {
    display: inline-block;
    float: right;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: bold;
    color: #ff0000;
}
ul.errorList li {
    padding-left: 5px;
    padding-right: 5px;
    color: #ff0000;
    font-weight: bold;
    list-style: none;
}
.clear
{
    clear: both;
}
.clearScroll
{
    clear: both;
    overflow-x: auto;
}

/*End - Styles for Trip Correction Request forms*/

/*Pending Trip Cancellations*/
.processingModal {
    position: fixed;
    font-family: Nunito, Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity: 1;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: auto;
}

.processingModal > div {
	width: 250px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 5px;
	background: #fff;
}