@CHARSET "UTF-8";

/* ============================ blueStandard.css ============================ */

/*
 * @author Rohan R. Tuladhar
 * @version 1.0 (10/01/15)
 */

/* ==================== RESET ==================== */
html,body,div,span,h1,h2,h3,h4,h5,h6,input,textarea,select,header,footer,figure,thead,tbody,tfoot,tr,th,td,form,fieldset,legend,small,strike,strong,sup,sub,b,u,i,em,ul,ol,li,dl,dt,dd,p,code,pre {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: 100%;
	color: inherit;
}

ol,ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
}

/* ==================== GENERAL TAGS ==================== */
html {
	font-family: "Segoe UI", Tahoma, Arial, Verdana, Sans-serif;
	overflow-y: auto;
}

body {
	display: block;
	background-color: #FBFBFB;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1,.h1 {
	font-size: 19px;
}

h2,.h2 {
	font-size: 18px;
}

h3,.h3 {
	font-size: 17px;
}

h4,.h4 {
	font-size: 15px;
}

h5,.h5 {
	font-size: 14px;
}

h6,.h6 {
	font-size: 13px;
}

p {
	padding: 10px 5px;
	color: #003789;
}

small {
	font-size: 10px;
}

em,i {
	font-style: italic;
}

strong,b {
	font-weight: bold;
}

code,pre {
	font-family: monospace;
}

sup,sub {
	line-height: 0px;
	font-size: 10px;
}

sup {
	top: -5px;
}

sub {
	bottom: -5px;
}

ul,ol,dl,dd {
	padding-left: 20px;
}

dt {
	font-weight: bold;
}

hr {
	height: 1px;
	background-color: #333333;
	border: 0px;
}

a {
	text-decoration: underline;
	color: #0A54A8;
}

a:link,a:visited {
	text-decoration: underline;
	color: #0A54A8;
}

a:hover {
	color: #1979CA;
}

a:active {
	color: #0000EE;
}

th {
	font-size: 12px;
}

tbody {
	font-size: 11px;
}

td {
	padding: 2px;
}

fieldset {
	display: block;
	margin: 0px 5px;
	padding: 5px 5px;
	border: 1px solid #B9B9B9;
}

legend {
	padding: 2px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

input,textarea,select {
	border: 1px solid #8c8c8c;
	font-size: 11px;
}

input,textarea {
	padding: 0px 3px;
}

textarea {
	overflow: auto;
}

input[type=file] {
	width: 350px;
}

optgroup {
	padding: 2px 0px;
	background-color: #6BADF6;
	text-align: center;
	font-style: normal;
	color: #363636;
}

option {
	background-color: #FFFFFF;
	text-align: left;
	font-weight: normal;
}

option:hover, option:active {
	background-color: #CBE3FC;
}

/* ==================== DISABLED/READONLY ==================== */
[disabled],[readonly] {
	background-color: #F0F0F0;
	color: #6D6D6D;
}

input[type=button][disabled] {
	cursor: default;
}

select:disabled option {
	background-color: #F0F0F0;
}

/* ==================== TABLES/CELLS ==================== */
.table-bottom {
	bottom: 0px;
	left: 0px;
	position: fixed;
	width: 100%;
	height: 30px;
}

.table-top {
	left: 0px;
	position: fixed;
	width: 100%;
	height: 30px;
}

.appTableBorder {
	border: 1px solid #ABB4BC;
}

.formTableHead {
	background-color: #1979CA;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0px 1px 0px black;
}

.formTableBody {
	background-color: #F5F6F7;
	border: 1px solid silver;
	font-size: 11px;
}

.oddEven tr:nth-child(odd) {
	background-color: #FBFBFC;
}

.oddEven tr:nth-child(even) {
	background-color: #DCDFE3;
}

tr.oddEven:nth-child(odd) {
	background-color: #FBFBFC;
}

tr.oddEven:nth-child(even) {
	background-color: #DCDFE3;
}

.altTable {
	border-collapse: collapse;
}

.altTable tr:nth-child(4n+3) {
	background-color: #DCDFE3;
}

.altTable tr:nth-child(4n+4) {
	background-color: #DCDFE3;
}

.listTableHead {
	padding: 0px 5px;
	background-color: #EBEDEF;
	height: 22px;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: none solid solid none;
	border-color: #ABB4BC;
	color: #333333;
}

.listTableVal {
	padding: 0px 5px;
	background-color: #FBFBFC;
	height: 22px;
	font-size: 11px;
	border-width: 1px;
	border-style: none none solid none;
	border-color: #D6DADE;
	color: #333333;
}

.listTableVal:hover {
	background-color: #F2F3F5;
}

.listTableValHighlight {
	padding: 0px 5px;
	background-color: #9BC8F9;
	height: 22px;
	font-size: 11px;
	border-width: 1px;
	border-style: none none solid none;
	border-color: #D6DADE;
	color: #333333;
}

tr.listTableVal td,tr.listTableValHighlight td {
	padding: 0px 5px;
}

.listPriority0 {
	background-color: #FBFBFC;
	border-width: 1px;
	border-style: none none solid none;
	border-color: #D6DADE;
}

.listPriority1 {
	background-color: #FE000C;
	border-width: 1px;
	border-style: none none solid none;
	border-color: #D6DADE;
}

.listPriority2 {
	background-color: #FFF665;
	border-width: 1px;
	border-style: none none solid none;
	border-color: #D6DADE;
}

.listPriority3 {
	background-color: #65B200;
	border-width: 1px;
	border-style: none none solid none;
	border-color: #D6DADE;
}

.listPriority4 {
	background-color: #40E0D0;
	border-width: 1px;
	border-style: none none solid none;
	border-color: #D6DADE;
}

.listAlt {
	background-color: #800080;
	border-width: 1px;
	border-style: none none solid none;
	border-color: #D6DADE;
	font-weight: bold;
	color: white;
}

/* ==================== FORMS ==================== */
.appField,.appDropDown {
	width: 150px;
	height: 20px;
}

.appTextArea {
	width: 150px;
	height: 50px;
}

.appDateField {
	width: 110px;
	height: 20px;
}

.formField,.formDropDown {
	width: 200px;
	height: 20px;
}

.formLargeField,.formLargeDropDown {
	width: 300px;
	height: 20px;
}

.formTextArea {
	width: 200px;
	height: 50px;
}

.formDateField {
	width: 160px;
	height: 20px;
}

.fieldElement,.dropdownElement {
	height: 20px;
}

.textAreaElement {
	width: 100%;
	height: 50px;
}

/* ==================== BOXES ==================== */
.boxsolid {
	border: 1px solid #4598F4;
}

.boxsolid-active {
	background-color: #CBE3FC;
	border: 1px solid #4598F4;
}

.boxsolid-disabled {
	background-color: #A9A9A9;
	border: 1px solid #484848;
}

.boxcutter {
	border: 1px dashed #4598F4;
}

.boxcutter-active {
	background-color: #CBE3FC;
	border: 1px dashed #4598F4;
}

.boxcutter-disabled {
	background-color: #A9A9A9;
	border: 1px dashed #484848;
}

/* ==================== Lists ==================== */
ul.discList {
	list-style: outside none disc;
}

ul.circleList {
	list-style: outside none circle;
}

ul.squareList {
	list-style: outside none square;
}

ol.numberList {
	list-style: outside none decimal;
}

ol.lowerAlphaList {
	list-style: outside none lower-alpha;
}

ol.upperAlphaList {
	list-style: outside none upper-alpha;
}

ol.lowerRomanList {
	list-style: outside none lower-roman;
}

ol.upperRomanList {
	list-style: outside none upper-roman;
}

/* ==================== ANCHORS ==================== */
.noUnderlineLink,.noUnderlineLink:link,.noUnderlineLink:visited,.noUnderlineLink:hover,.noUnderlineLink:active {
	text-decoration: none;
}

.redLink,.redLink:link,.redLink:visited,.redLink:hover,.redLink:active {
	text-decoration: underline;
	color: #FF0000;
}

.whiteLink,.whiteLink:link,.whiteLink:visited,.whiteLink:active {
    padding: 4px;
	text-decoration: underline;
	color: #000;
}

.whiteLink:hover {
	background: #696969;
    color: #FFF;
}

.disabledLink,.disabledLink:link,.disabledLink:visited,.disabledLink:hover,.disabledLink:active {
	text-decoration: underline;
	color: #A7ADAD;
	cursor: default;
}

.anchorToButton,.anchorToButton:link,.anchorToButton:visited,.anchorToButton:active {
	padding: 2px 8px;
	display: inline-block;
	text-decoration: none;
	background-color: #1979CA;
	border: 1px solid #1874C1;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

.anchorToButton:hover {
	background-color: #1B81D8;
	border: 1px solid #1A7CCF;
}

/* ==================== BUTTONS ==================== */
.appButton {
	background-color: #1979CA;
	border: 1px solid #0B6ABA;
	color: #FFFFFF;
	cursor: pointer;
}

.appButtonDisabled {
	background-color: #808080;
	border: 1px solid #666666;
	color: #D9D9D9;
	cursor: default;
}

.appButtonBold {
	padding: 1px 5px;
	background-color: #1979CA;
	border: 1px solid #0B6ABA;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

.appButtonBold:focus {
	box-shadow: 0 0 0 2px #fff, 0 0 0 0.25rem #0B6ABA;
    outline: none;
    border: none;
}

.appButtonBoldDisabled {
	padding: 1px 5px;
	background-color: #808080;
	border: 1px solid #666666;
	font-weight: bold;
	color: #D9D9D9;
	cursor: default;
}

.appButtonBig {
	padding: 2px 20px;
	background-color: #1979CA;
	border: 1px solid #1874C1;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

.appButtonBigDisabled {
	padding: 2px 20px;
	background-color: #808080;
	border: 1px solid #666666;
	font-weight: bold;
	color: #D9D9D9;
	cursor: default;
}

.appButton:hover,.appButtonBold:hover,.appButtonBig:hover,.pickButton:hover {
	background-color: #398BE6;
	border: 1px solid #1271DB;
}

.greyButton {
	background-color: #DDE0E4;
	border: 1px solid #DDE0E4;
	color: #333333;
	cursor: pointer;
}

.greyButtonBold {
	padding: 1px 5px;
	background-color: #DDE0E4;
	border: 1px solid #DDE0E4;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
}

.greyButtonBig {
	padding: 2px 20px;
	background-color: #DDE0E4;
	border: 1px solid #DDE0E4;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
}

.greyButton:hover,.greyButtonBold:hover,.greyButtonBig:hover {
	background-color: #B7BEC5;
	border: 1px solid #474747;
}

.darkButton {
	background-color: #5A5A5A;
	border: 1px solid #424242;
	color: #FFFFFF;
	cursor: pointer;
}

.darkButtonBold {
	padding: 1px 5px;
	background-color: #5A5A5A;
	border: 1px solid #424242;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

.darkButtonBig {
	padding: 2px 20px;
	background-color: #5A5A5A;
	border: 1px solid #424242;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

.darkButton:hover,.darkButtonBold:hover,.darkButtonBig:hover {
	background-color: #6B6A6A;
	border: 1px solid #474747;
}

.redButton {
	padding: 1px 5px;
	background-color: #C75050;
	border: 1px solid #E50000;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

.yellowButton {
	padding: 1px 5px;
	background-color: #FFF665;
	border: 1px solid #FFF665;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
}

/* ==================== TEXT ==================== */
.fontFix {
	font-family: "Segoe UI", Tahoma, Arial, Verdana, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
}

.tcenter {
	text-align: center;
}

.tleft {
	text-align: left;
}

.tright {
	text-align: right;
}

.tupper {
	text-transform: uppercase;
}

.tlower {
	text-transform: lowercase;
}

.tnormal {
	text-transform: none;
}

.ttop {
	text-align: top;
}

.tmiddle {
	text-align: middle;
}

.tbottom {
	text-align: bottom;
}

.onHeaderTitle {
	font-size: 14px;
	font-weight: bold;
	color: #0A54A8;
}

.onSectionTitle {
	font-size: 12px;
	font-weight: bold;
	color: #0A54A8;
}

.italicTextInfo {
	font-style: italic;
	vertical-align: top;
}

.appFieldTitle {
	font-weight: bold;
}

.appFieldText {
	color: #0A54A8;
}

.appFieldHint {
	font-size: 10px;
	color: #0A54A8;
}

.appDateText {
	font-size: 10px;
	padding-left: 15px;
}

/* ==================== IMAGE BUTTONS ==================== */
.calendarButton {
	border: none;
	background-image: url('../images/calendar.png');
	background-color: rgba(0, 0, 0, 0);
	width: 16px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.cancelButton {
	border: none;
	background-image: url('../images/cancel.png');
	background-color: rgba(0, 0, 0, 0);
	width: 16px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.closeButton {
	border: none;
	background-image: url('../images/close.png');
	background-color: rgba(0, 0, 0, 0);
	width: 16px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.deleteButton {
	border: none;
	background-image: url('../images/delete.png');
	background-color: rgba(0, 0, 0, 0);
	width: 16px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.downloadButton {
	border: none;
	background-image: url('../images/download.png');
	background-color: rgba(0, 0, 0, 0);
	width: 16px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.downloadButtonBig {
	border: none;
	background-image: url('../images/download_big.png');
	background-color: rgba(0, 0, 0, 0);
	width: 80px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.emailButton {
	border: none;
	background-image: url('../images/email.png');
	background-color: rgba(0, 0, 0, 0);
	width: 16px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.pdfButton {
	border: none;
	background-image: url('../images/document-pdf.png');
	background-color: rgba(0, 0, 0, 0);
	width: 16px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.eraserButton {
	border: none;
	background-image: url('../images/eraser.png');
	background-color: rgba(0, 0, 0, 0);
	width: 16px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.ui-datepicker-trigger {
	border: none;
}

.pickButton {
	padding: 1px 5px;
	border: 1px solid #1874C1;
	background-image: url('../images/arrow_right.png');
	background-color: #1979CA;
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.leftButton {
	border: none;
	background-image: url('../images/left.png');
	background-color: rgba(0, 0, 0, 0);
	width: 16px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.leftAllButton {
	border: none;
	background-image: url('../images/left_all.png');
	background-color: rgba(0, 0, 0, 0);
	width: 16px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.rightButton {
	border: none;
	background-image: url('../images/right.png');
	background-color: rgba(0, 0, 0, 0);
	width: 16px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.rightAllButton {
	border: none;
	background-image: url('../images/right_all.png');
	background-color: rgba(0, 0, 0, 0);
	width: 16px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.upButton {
	border: none;
	background-image: url('../images/up.png');
	background-color: rgba(0, 0, 0, 0);
	width: 16px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.downButton {
	border: none;
	background-image: url('../images/down.png');
	background-color: rgba(0, 0, 0, 0);
	width: 16px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.noteButton {
	border: none;
	background-image: url('../images/note.png');
	background-color: rgba(0, 0, 0, 0);
	width: 16px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.calendarButton:focus,.cancelButton:focus,.closeButton:focus,.deleteButton:focus,.downloadButton:focus,.downloadButtonBig:focus,.emailButton:focus,.eraserButton:focus,.leftButton:focus,.leftAllButton:focus,.rightButton:focus,.rightAllButton:focus,.noteButton:focus {
	border: none;
	outline-offset: 2px;
}

/* ==================== IMAGES ==================== */
#courtMontage {
	width: 386px;
	height: 70px;
	position: relative;
	border: 1px solid #ABB4BC;
	text-align: left;
}

.courtLogo {
	position: relative;
}

.courtMontageCrop {
	left: 36px;
	position: absolute;
}

/* ==================== WINDOWS/FRAMES ==================== */
/* ---------- LARGE WINDOW/FRAME ---------- */
#frameContainer {
	position: fixed;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #CECECE;
}

#appLargeFrame {
	width: 95%;
	margin: 15px auto;
	padding: 3px;
	background-color: #6BADF6;
	border: 1px solid #4598F4;
}

#greyLargeFrame {
	width: 95%;
	margin: 15px auto;
	padding: 3px;
	background-color: #C8CDD3;
	border: 1px solid #ABB4BC;
}

/* ---------- FLUID WINDOW/FRAME ---------- */
#fluidFrameContainer {
	position: fixed;
	overflow-y: auto;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #CECECE;
	text-align: center;
}

#fluidFrameContainer:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

#appFluidFrame {
	display: inline-block;
	vertical-align: middle;
	padding: 3px;
	background-color: #6BADF6;
	border: 1px solid #4598F4;
}

#greyFluidFrame {
	display: inline-block;
	vertical-align: middle;
	padding: 3px;
	background-color: #C8CDD3;
	border: 1px solid #ABB4BC;
}

/* ---------- COMMON WINDOW/FRAME ---------- */
#frameCard {
	display: inline-block;
	vertical-align: middle;
	background-color: #F5F6F7;
}

#frameHeading {
	padding: 4px 0px 7px 0px;
	text-align: left;
	font-weight: bold;
}

#appFrameSubHeading {
	margin: auto;
	padding: 5px 5px;
	background-color: #B5D6FA;
	border: 1px solid #ABB4BC;
	text-align: left;
	font-weight: bold;
	color: #404040;
}

#greyFrameSubHeading {
	margin: auto;
	padding: 5px 5px;
	background-color: #E0E3E6;
	border: 1px solid #ABB4BC;
	text-align: left;
	font-weight: bold;
	color: #404040;
}

#frameBody {
	background-color: #F5F6F7;
	border-width: 1px;
	border-style: none solid solid solid;
	border-color: #ABB4BC;
}

/* ==================== MODAL WINDOW ==================== */
.modalContainer:target {
	display: block;
}

.modalContainer {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
}

.modalContainer:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.appModalCard {
	display: inline-block;
	vertical-align: middle;
	padding: 3px;
	background-color: #6BADF6;
	border: 1px solid #4598F4;
}

.greyModalCard {
	display: inline-block;
	vertical-align: middle;
	padding: 3px;
	background-color: #C8CDD3;
	border: 1px solid #ABB4BC;
}

.modalHeading {
	padding: 4px 0px 7px 0px;
	text-align: left;
	font-weight: bold;
}

.modalSubHeading {
	padding: 5px 5px;
	background-color: #C8CDD3;
	text-align: left;
	font-weight: bold;
	color: #404040;
}

.modalHeading .closeButton {
	float: right;
}

.modalContent {
	margin: 0px;
	padding: 0px;
	min-width: 300px;
	max-width: 800px;
	min-height: 100px;
	max-height: 500px;
	overflow-y: auto;
	background-color: #F5F6F7;
	border: 1px solid #ABB4BC;
	text-align: left;
}

/* ==================== PANELS ==================== */
.appHeaderPanel {
	padding: 2px 5px 3px;
	background-color: #6BADF6;
	border: 1px solid #4598F4;
	line-height: 16px;
	font-weight: bold;
	font-size: 11px;
	color: #363636;
}

.appHeaderShortPanel {
	padding: 2px 5px 3px;
	background-color: #6BADF6;
	border: 1px solid #4598F4;
	line-height: 16px;
	font-weight: bold;
	font-size: 11px;
	color: #363636;
}

.appHeader {
	font-weight: bold;
	font-size: 11px;
	color: #363636;
}

.appHeaderWhite {
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

.greyHeaderPanel {
	padding: 2px 5px 3px;
	background-color: #C8CDD3;
	border: 1px solid #ABB4BC;
	line-height: 24px;
	font-weight: bold;
	font-size: 11px;
	color: #363636;
}

.darkGreyHeaderPanel {
	padding: 2px 5px 3px;
	background-color: #5A5A5A;
	border: 1px solid #000000;
	line-height: 24px;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
}

.darkGreyHeaderShortPanel {
	padding: 2px 5px 3px;
	background-color: #5A5A5A;
	border: 1px solid #000000;
	line-height: 16px;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
}

/* ==================== SECTIONS ==================== */
.fixedSection {
	padding: 5px;
	background-color: #F1F2F4;
	font-weight: bold;
}

.variableSection {
	padding: 5px;
	background-color: #F5F6F7;
}

.spacer {
	background-color: rgba(0, 0, 0, 0);
}

.errorMessageSection {
	padding: 5px;
	background-color: #FCCDCB;
	border: 1px solid #F99E9B;
	text-align: center;
}

/* ==================== HEADER/FOOTER ==================== */
#superHeader {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	position: fixed;
	background-color: #000000;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}

#superFooter {
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	position: fixed;
	background-color: #000000;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

#hfWrapper {
	width: 100%;
	height: 100% - 60px;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* ==================== LOGIN ==================== */
#loginContainer {
	background-color: #f5f8fa;
}

#loginCard {
	max-width: 400px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #0B6ABA;
}

#loginHeading {
	color: #fff;
    background-color: #0B6ABA;
    border-color: #0B6ABA;
}

#loginSubHeading {
	margin: auto;
	padding: 10px 0;
	background-color: #d9edf7;
	text-align: center;
	color: #31708f;
}

#loginForm {
	position: relative;
	margin: auto;
	padding: 20px 10px 10px 10px;
	background-color: #F5F6F7;
	text-align: left;
}

#login_msg {
	background-color: #F5F6F7;
	font-weight: bold;
	color: #FF0000;
}

#noscript_msg {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 100;
	background-color: #F5F6F7;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #FF0000;
}

#noscript_msg:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

#caps_msg {
	font-weight: bold;
	font-size: 18px;
	color: #FF0000;
}

/* ==================== LOADING ==================== */
#loadingContainer {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
}

#loadingCard {
	position: relative;
	top: 50%;
	margin: -20px auto;
	display: inline-block;
	background-color: #F5F6F7;
	border: 1px solid #ABB4BC;
}

#loadingMessage {
	margin: 2px;
	padding: 4px 5px 4px 25px;
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: 5px center;
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	line-height: 16px;
	color: #222222;
}

/* ==================== MENUS ==================== */
#menuOptions {
	background-color: #DDE0E4;
	width: 100%;
	height: 28px;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
}

#menuOptions ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#menuOptions ul li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menuOptions ul li a {
	display: block;
	margin: 0px;
	padding: 8px 4px;
	color: #333333;
	text-decoration: none;
	line-height: 1.2em;
}

#menuOptions ul li a:hover {
	background-color: #646464;
	color: #FFFFFF;
}

#menuOptions ul li a.active,#menuOptions ul li a.active:hover {
	background-color: #DDE0E4;
	color: #333333;
	cursor: default;
}

.menuDivider {
	width: 0px;
	height: 14px;
	margin-top: 7px;
	border-left: 1px solid #B2BAC2;
	border-right: 1px solid #FFFFFF;
}

/* ==================== TABS ==================== */
#tabOptions {
	padding-top: 2px;
	background-color: #F5F5F5;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	color: #363636;
	border-bottom: 4px solid #1979CA;
	overflow: hidden;
}

#tabOptions ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#tabOptions ul li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	right: 50%;
}

#tabOptions ul li a {
	display: block;
	margin: 0 0 0 4px;
	padding: 4px 5px;
	color: #606060;
	text-decoration: none;
	line-height: 1.2em;
}

#tabOptions ul li a:hover {
	color: #FFFFFF;
	background-color: #479FE9;
}

#tabOptions ul li a.active,#tabOptions ul li a.active:hover {
	color: #FFFFFF;
	background-color: #1979CA;
	cursor: default;
}

/* ==================== NAVIGATION/MENU ==================== */
.navButton {
	margin-top: -1px;
	margin-left: -2px;
	background-color: #DDE0E4;
	border: none;
	text-decoration: none;
	color: #363636;
	cursor: pointer;
	font-weight: bold;
}

.navButton:hover {
	background-color: #73818f;
	color: #ffffff;
	border: none;
}

.navDropdown {
	background-image: url('../images/s-arrow-noline.gif');
	background-repeat: no-repeat;
	padding-right: 12px !important;
}

#menuDiv {
	top: -1px;
}

#menuDiv ul {
	margin: 0px;
	padding: 0px;
	width: 230px;
	list-style-type: none;
	border: 1px solid #000000;
	background-color: #DDE0E4;
}

#menuDiv ul li {
	position: relative;
	overflow: visible;
	background-color: #DDE0E4;
}

#menuDiv ul li ul {
	position: absolute;
	width: 184px;
	padding: 0px;
	top: 0px;
	visibility: hidden;
	background-color: #DDE0E4;
}

#menuDiv ul li a {
	display: block;
	overflow: auto;
	padding: 2px 4px 2px 8px;
	background-color: #DDE0E4;
	text-decoration: none;
	font-size: 11px;
	color: #363636;
}

#menuDiv a:hover {
	background-color: #1979CA;
	text-decoration: none;
	color: #FFFFFF;
}

#menuDiv hr {
	display: block;
	margin: 0 !important;
	margin: -6px 0;
	height: 1px;
	color: #A8A8A8;
	background-color: #798C7C;
	border: 0px;
}

#menuDiv .subfolderstyle {
	background: url('../images/ArrowPopup.gif') no-repeat center right;
}

/* ==================== VALIDATION ==================== */
input.inputError {
	border: 1px solid #FF0000;
	background-image: url('../images/exclamation.png');
	background-position: right 1px;
	background-repeat: no-repeat;
}

textarea.inputError {
	border: 1px solid #FF0000;
	background-image: url('../images/exclamation.png');
	background-position: right 1px;
	background-repeat: no-repeat;
}

select.appDropDown.inputError {
	border: 1px solid #FF0000;
	background-image: url('../images/exclamation.png');
	background-position: 115px 1px;
	background-repeat: no-repeat;
}

select.formDropDown.inputError {
	border: 1px solid #FF0000;
	background-image: url('../images/exclamation.png');
	background-position: 165px 1px;
	background-repeat: no-repeat;
}

select.formLargeDropDown.inputError {
	border: 1px solid #FF0000;
	background-image: url('../images/exclamation.png');
	background-position: 265px 1px;
	background-repeat: no-repeat;
}

/* ==================== EXTRAS ==================== */
.text-default {
	color: #333333;
}

.text-app {
	color: #003789;
}

.text-black {
	color: #000000;
}

.text-white {
	color: #FFFFFF;
}

.text-red {
	color: #FF0000;
}

.bg-app {
	background-color: #6BADF6;
}

.bg-black {
	background-color: #000000;
}

.bg-white {
	background-color: #FFFFFF;
}

.bg-grey {
	background-color: #C8CDD3;
}

.border-grey {
	border: 1px solid #ABB4BC;
}

.vertical-line {
	width: 1px;
	background-color: black;
	height: 100%;
	float: left;
}

#wrapper {
	overflow: hidden;
}

.container-fill-height {
    display: table;
    width: 100%;
    height: 100vh;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.container-fill-height .container-content-middle {
    display: table-cell;
    vertical-align: middle;
}
.form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form-control {
    margin: 2px 0;
	border: 1px solid #8c8c8c;
}
.form-control::placeholder {
    color: #617798;
}
.form-control input {
    margin-left: 5px;
    border: 1px solid #707070;
}
#loginContainer input:focus {
	outline: 1px solid #707070;
}
.form-control label {
    display: inline-block;
    width: 50px;
    font-weight: 500;
    text-align: right;
}
.info-message {
    margin-top: 18px;
    font-weight: 700;
    color: red;
}

.inputError-block {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #C11A2E;
    text-align: left;
    display: none;
}
.showOnhover{
	display: none;
	border: 1px solid #000;
    background: white;
    padding: 0px 2px;
    color: #000;
    margin-left: 5px;
    margin-top: 4px;
}
ul li:hover .showOnhover{
	display: block;
}
.appHeaderPanel-wrapper{
	display:flex;
	justify-content:space-between;
	background-color:#6BADF6;
	border:1px solid #4598F4;
}
.flex-item{
	width: 27%;
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
}
.content-left{
	width: 25%;
	text-align: right;
	margin-right:5px;
}
.content-right{
	width: 70%;
}
.search-buttons-wrapper{
	display: flex;
    justify-content: flex-end;
    text-align: right;
    padding: 0px 32px;
    background-color: #F1F2F4;
}
.search-buttons-wrapper input{
	margin-left: 9px;
}

.search-page-danger-red {
	color: #CA0B00;
}

@media only screen and (max-width: 920px) {
  .search-filter.fixedSection {
  	flex-direction: column;
  }
  .search-filter.fixedSection .flex-item{
  	width: 100%;
  	justify-content: flex-start;
  	margin-bottom: 10px;
  }
}

input.inputError {
    border-color: #C11A2E;
}

/* START : Accordion */
.accordion{
	width: 100%;
	min-width: 340px;
    margin:0 auto; 
}
.accordion h3{
    width:100%;
    height:auto;
    color:white;
    background:rgb(31,104,150);
    padding:10px;
    border:1px solid rgb(31,104,150);
    margin-top:10px;
    margin-bottom: 0;
    font-size:15px;
    text-align:left;
}
.accordion h3 + div{
    border:1px solid rgb(31,104,150);
    height:auto !important;
}
/* END : Accordion */

.icon:before {
  position: relative;
  top: 2px;
  display: inline-block;
  font-family: "toolkit-entypo";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-add-user:before {
  content: "\EA04";
}
.text-semibold{
	font-weight: 600;
}
#forgotPasswordForm input.inputError, #expiredPasswordForm input.inputError, #loginForm input.inputError {
	background-position: center right 10px;
}

/* Form Animation */
.animated-form .form-group{
	position: relative;
	text-align: start;
	margin-bottom: 20px;
}
.animated-form .form-group>label, input:-webkit-autofill ~ label {
	position: absolute;
	top: 7px;
    left: 6px;
    color: #536570;
    background-color: white;
    padding: 0px 5px 0px 5px;
    transition: 0.2s;
    font-weight: normal;
    pointer-events: none;
    z-index: 1;
}
.animated-form .form-group.label-animate>label{
	top: -7px !important;
	left: 5px !important;
}

.animated-form input:-webkit-autofill,
.animated-form input:-webkit-autofill:hover, 
.animated-form input:-webkit-autofill:focus, 
.animated-form input:-webkit-autofill:active {
	-webkit-background-clip: text;
	border-color: #1C79C4;
}

#loginForm .info-message{
	color: #1979CA;
}

.required-asterisk::after {
	content: "*";
    color: red;
}

/* Welcome to Xchange Modal */

#welcomeModal .modal-footer #gotIt {
	background-color: #B1611F;
    color: white;
    width: 20%;
	border: 1px solid #ffffff;
}

#welcomeModal .modal-footer #gotIt:focus {
	box-shadow: 0 0 0 0.2rem #0071eb;
}

#welcomeModal .modal-footer #gotIt:hover {
	background-color: #BF6315;
}
/* Start:  user Maintenance */

.guestUtilization .wrapper{
	font-weight: bold;
	display: flex;
    padding-bottom: 5px;
}
.guestUtilization-wrapper form{
	padding-bottom: 20px;
}  
.guestUtilization-wrapper{
	font-weight: bold;
	padding: 10px 30px;
    font-weight: bold;
}
.guestUtilization label.appFieldTitle {
    padding-right: 5px;
}
.guestUtilization .appField {
    margin-right: 20px;
}
.guestUtilization .detailsWrapper{
	padding-top: 20px;
    padding-bottom: 10px;
}
.guestUtilization .heading{
	width: 200px;
}
.guestUtilization-wrapper{
	padding: 10px;
}
.display-flex{
	display: flex;
}

/* Payment Receipt Modal */
#receiptModal .modal-footer button.btn-primary{
	background-color: #0071EB;
}

.appField {
	border: 1px solid #8c8c8c;
}

.btn-primary:focus {
	border: 1px solid #fff;
	box-shadow: 0 0 0 0.2rem #268ffff0;
}

.btn-primary:active {
	background-color: #11659c;
}

.btn-secondary:focus {
	box-shadow: 0 0 0 0.2rem #828a91;
	border-color:#ffffff;
}
.visually-hidden {
	position: absolute!important;
	width: 0px!important;
	height: 0px!important;
	padding: 0!important;
	margin: -1px!important;
	overflow: hidden!important;
	clip: rect(0,0,0,0)!important;
	white-space: nowrap!important;
	border: 0!important;
}
