<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FORMS */
.form-error.alert.alert-danger{
	background: #EF7777; 
	color: #FFF1F1; 
	border-radius: 2px; 
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	font-family:arial;
	font-size:12px;
	padding:20px;
}
.help-block.form-error{
	background: #FDD; 
	color: #936F6F; 
	border-radius: 0 0 2px 2px;
	font-family:arial;
	padding:5px;
	font-size:11px;
}

input, select {font-family:arial !important;}


.single-input {border-radius: 2px 0px 0 2px; height: 40px; color:black !important; }
.single-ok {border-radius: 0 2px 2px 0px; height: 40px;}

.content .column-2-1, .content .column-2-2 {width:45%;}
.content .column-2-1.wide100 {width:100%;}
.content .column-2-3 {width:100%;}
.content .column-2-1 li, .content .column-2-2 li, .content .more-details li{
	padding-top:5px;
	padding-bottom:6px;
	list-style:none;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	color:#6E6E6E;
	text-align:left;
}
.content .column-2-1 li.noborder, .content .column-2-2 li.noborder{border-bottom:none;}
.content .column-2-1 li:hover, .content .column-2-2 li:hover, .content .more-details li:hover{border-color:#00678E;color:#57bae8;}
.content .column-2-1 .label, .content .column-2-2 .label, .content .more-details .label{
	font-size:12px;
	color: #3F454A;
}
.content form .column-2-1 .label, .content form .column-2-2 .label{border-bottom:none;margin-bottom:0;}
.content .column-2-1 input[type=password], .content .column-2-2 input[type=password], .content .column-2-1 input[type=text], .content .column-2-2 input[type=text], .content .column-2-1 textarea, .content .column-2-2 textarea, .content .column-2-1 select, .content .column-2-2 select{
	padding:10px !important;
    font-family: 'arial';
	font-size:12px;
	text-align:left;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	
	border:1px solid #E6DFDF;

	width:100%;         

	background: #fff;
	color:#333;
	box-sizing:border-box;
}
.content .column-2-1 input[type=password]:hover, .content .column-2-2 input[type=password]:hover, .content .column-2-1 input[type=text]:hover, .content .column-2-2 input[type=text]:hover, .content .column-2-1 textarea:hover, .content .column-2-2 textarea:hover, .content .column-2-1 select:hover, .content .column-2-2 select:hover{border-color:#7bb108;}

.content .column-2-1 input[type=password]:focus, .content .column-2-2 input[type=password]:focus, .content .column-2-1 input[type=text]:focus, .content .column-2-2 input[type=text]:focus, .content .column-2-1 textarea:focus, .content .column-2-2 textarea:focus, .content .column-2-1 select:focus, .content .column-2-2 select:focus{background: #fff; color:#868686; border-color: #7bb108; box-shadow: 0 0 5px rgb(213, 215, 126);}

textarea {resize: none; height:140px !important;  max-height:140px !important;}

.content input[type=submit]{
	padding: 0.6em 1.2em;
  	border-radius: 3px;	
	font-size:12px;
	font-weight:600;
	border: 1px solid #d5d5d5;
	
	display: inline-block;
	color: #03445D;
	text-shadow: 0 1px 0 #fff;
	white-space: nowrap;
	background-color: #eeeeee;
	background-image: -moz-linear-gradient(#fcfcfc, #eee);
	background-image: -webkit-linear-gradient(#fcfcfc, #eee);
	background-image: linear-gradient(#fcfcfc, #eee);
	background-repeat: repeat-x;
	vertical-align: middle;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;	
}
.content input[type=submit]:hover{
	background-color: #012F45;
	background-image: -moz-linear-gradient(#077FAD, #012F45);
	background-image: -webkit-linear-gradient(#077FAD, #012F45);
	background-image: linear-gradient(#077FAD, #012F45);
	background-repeat: repeat-x;
	color:#fff;
	text-shadow: none;
	border: 1px solid #fff;
}
input[type=submit], button{
	font-family: 'arial' !important;
	font-weight:600;
	box-sizing:border-box;
}
.content .column-2-1 .Zebra_DatePicker_Icon_Wrapper, .content .column-2-2 .Zebra_DatePicker_Icon_Wrapper {width:100%;}

.bgDarkBlueGradient.current-footer-menus{
	background-color: #01385B;
	background-image: -moz-linear-gradient(#5B9CB3, #00578D);
	background-image: -webkit-linear-gradient(#5B9CB3, #00578D);
	background-image: linear-gradient(#5B9CB3, #00578D);
	background-repeat: repeat-x;
}
.bgOrangeGradient{
	background-color: #BD4809;
	background-image: -moz-linear-gradient(#e86b28, #BD4809);
	background-image: -webkit-linear-gradient(#e86b28, #BD4809);
	background-image: linear-gradient(#e86b28, #BD4809);
	background-repeat: repeat-x;
}


/* SEARCH */
input[type=search] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
font-family: inherit;
font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
display: none;
}

input[type=search] {
background: #ededed url(../images/search-icon.png) no-repeat 9px center;
border: solid 1px #ccc;
padding: 9px 10px 9px 32px;
width: 55px;
-webkit-border-radius: 10em;
-moz-border-radius: 10em;
border-radius: 10em;
-webkit-transition: all .5s;
-moz-transition: all .5s;
transition: all .5s;
}

/* demo B */
#demo-b input[type=search] {
width: 15px;
padding-left: 10px;
color: transparent;
cursor: pointer;
}
#demo-b input[type=search]:hover {
background-color: #fff;
}
#demo-b input[type=search]:focus {
width: 130px;
padding-left: 32px;
color: #000;
background-color: #fff;
cursor: auto;
}
#demo-b input:-moz-placeholder {
color: transparent;
}
#demo-b input::-webkit-input-placeholder {
color: transparent;
}
</pre></body></html>