/* HTML TAGS */

body {    
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif; /* If the browser does not support the first font, it tries the next font */
    color: #333333; /* Very dark gray */
    background: #f1f5f673; /* Lightest blue  */
    line-height: 1.2; /* A number that will be multiplied with the current font-size to set the line height */
}

input {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	background: #e7dcb3;
	font-size: 11pt;
    padding: 5px;
    border: 0;    
    width: 25em;    
}

input[type="submit"], input[type="button"], input[type="reset"], button {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;	
	color: #e9e2e2;	
	background-image: linear-gradient(to bottom, #2C2F31 0%, #2C2F31 100%);
	font-size: 11pt;
	text-decoration: none;
	text-align: center;
	padding: 5px 10px;
	border: none;		
	width: auto;	
	line-height: 1.2;
	display: inline-block;
}

.button {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #e9e2e2;		
	background-image: linear-gradient(to bottom, #2C2F31 0%, #2C2F31 100%);	
	font-size: 11pt;
	text-decoration: none;
	text-align: center;	
	padding: 5px 10px;
	border: none;
	width: auto;	
	line-height: 1.2;		
	display: inline-block;	
}

input:disabled,  input[type=radio].disabled, input[type="text"]:disabled, input[type="select"]:disabled, input[type="tel"]:disabled, input[type="search"]:disabled, select:disabled, textarea:disabled, textarea:read-only {
    background: #d2d2d2;
    font-size: 11pt;
    padding: 5px;    
    border: 0;
    outline: 0;    
    display: inline;    
}

input[type="radio"] {  
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 5px;
}

select {
	width: auto;
    padding: 5px;
    border: 0;
    background: #e7dcb3;
    font-size: 11pt;
}

select.large {
	width: 25em;
	padding: 5px;
    border: 0;
    background: #e7dcb3;
    font-size: 11pt;
}

select.extraLarge {
	width: 50em;
	padding: 5px;
    border: 0;
    background: #e7dcb3;
    font-size: 11pt;
}

textarea {
	width: 50em;
	height: 7em;
	padding: 5px;
	border: 0;
    background: #e7dcb3;
    font-size: 11pt;
}

textarea.large {
	width: 100%;
	height: 10em;
	padding: 5px;
	border: 0;
    background: #e7dcb3;
    font-size: 11pt;
}

textarea.long {
	width: 50em;
	margin: 1px 0px 1px 0px;
	font-size: 11pt;
}

label {
	font-size: 11pt;
  	margin-left: 2px;  	
}

.pagedisplay {
  	margin-left: 2px;
  	font-size: 10pt;
}

b {
	font-weight: bold;
}

hr {
    background-color: #D6D0C1;
    border: 0;
    height: 1px;
    margin: 20px 0;
}

sup {
	vertical-align: super;
    font-size: 10pt;
}

.bold {
	font-weight: bold;
}

.smallbold {
	font-weight: bold;
	font-size: 10pt;
}

.smalltext {
	font-size: 11pt;
}

/* NOTIFICATIONS */

.notice {	
	background: #ff99006b;
	padding: 10px;
	margin-bottom: 10px;	
}

.maintenance {	
	background: #e3e34c;
	padding: 10px;
	font-weight: bold;
	margin: auto auto 10px auto;
  	width: 45%;
}

.afeatureNotice {
	background: #88dd88;
	padding: 10px;
	margin-bottom: 5px;
	margin: auto;
  	width: 50%;
  	font-weight: bold;
    text-align: center;
}

.notice, .maintenance h1, .afeatureNotice h1 {
	font-size: 11pt;
}

.warning {
	font-size: 12pt;
	font-weight: bold;
	color: #036275;
	background: #e3e34c;
	padding: 10px;
	margin-bottom: 5px;
}

/* OTHER */

.courtesy {
	font-size: 12pt;
    font-style: italic;
}

.link {
	color: blue;
    text-decoration: underline;
}

.bullet {
	margin: 0px 5px 2px 0px;
}

.datePicker {
	display: inline;
}

.disclaimer {	
	font-size: 12pt;
	font-style: italic;
    color: #036275;
}

.important {
	font-weight: bold;
	margin: 10px 0;
	font-size: 9pt;
}

.message {
	background: #f3f8fc none 8px 50% no-repeat;
	border: 1px solid #B2D1FF;
	color: #006DBA;
	margin: 10px 0 5px 0;
	padding: 5px 5px 5px 5px;
}

.alignTopLeft {
	margin-top: 5px;
}

.alignTopLeftInline {
	margin-top: 5px;
    display: inline-flex;
}

.alignTopLeftInline span {
	margin-left: 10px;
	margin-right: 10px;
}

.space {
	margin-top:2px;
}

.disclaimer a, .content a {

}

.mandatoryIcon {
	color:red;
    font-weight:bolder;
}

.errors {
  	background-image: url(images/icons/error-small.png);
  	background-repeat: no-repeat;
  	background-position: left center;  
  	color: red;
  	padding-left: 20px;
  	font-size: 11pt;  
  	margin-left: 20px;
}

.errors_padding_small {
  	background-image: url(images/icons/error-small.png);
  	background-repeat: no-repeat;
  	background-position: left center;  	
  	color: red;
  	padding-left: 15px;
  	vertical-align: top; 
  	font-size: 11pt;
}

.errorsNoMargin {
  	color: red;
  	vertical-align: top;
}

.radio {
	padding-top: 5px;
	padding-bottom: 20px;
}

.radio label {
  	float: left;
  	clear: none;
  	display: block;
  	padding: 0 25px 0 1px;
}

.radio input[type=radio]{
  	float: left;
  	clear: none;
  	margin-top: 0px;
  	margin-right: 10px;  	    
  	width:auto;
}

div.tableScroll {
	overflow-x: auto;
	overflow-y: visible;
	width: 100%;
}

.scrollable {
  	overflow: auto;
  	height: 100px;
  	margin: 10px 0px;
  	border: 1px solid #000;
}

.hidden {
  font-size: 1px;
  height: 1px;
  left: -1500em;
  line-height: 1px;
  margin-bottom: 1px;
  margin-right: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

/* TERMS AND CONDITIONS */

#termsAndConditions {
	font-size: 10pt;
}

#termsAndConditionsAccepted {
	font-size: 11pt;
}

#termsAndConditionsAccepted input[type=checkbox] {
  	width:auto;
  	display:inline-block;  		
}

#termsAndConditions b {
    font-weight: bold;
}

.documents-control {
  padding: 10px;
  padding-top: 5px;
  border: 1px solid #888;
  margin-top: 5px;
}

.filecontrol {
	margin-top:2px;
	width: 100%;
}

.filecontrol label {
  width: 100px;
}

.fileinput {
    width: 25em;
    background: #e7dcb3;
}

.fileinputholder a {
    color: blue;
    text-decoration: underline;
}

.pager {
  float: right;
}

.not-loading {
	display: none;
}	
		
.loading {
  	width: 100%;
  	height: 100%;
  	top: 0px;
  	left: 0px;
  	position: fixed;
  	display: block;
  	opacity: 0.7;
  	background-color: #fff;
  	z-index: 99;
  	text-align: center;
}	
		
#loading-image {
  	position: absolute;
  	top: 100px;
  	left: 240px;
  	z-index: 100;
}

.page-loading {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	opacity: 0.7;
	background-color: #fff;
	z-index: 99;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#page-loading-image {
	position: absolute;
	display: block;
	z-index: 100;
	top: 50%;
	left: 50%;
}

.alert {
	color: red;
	font-weight: bold;
}

/* HEADER */

#headerContainer {
	background: #ededed;
	padding-bottom: 65px;
}

#header {
	position: relative;    
	height: 126px;
	background: url('${layoutContext}/images/header.jpg') no-repeat scroll left top #343233;
}

/* NAVIGATOR */

nav {
	position: relative;
    max-width: 1380px;
    margin: 0px auto 0px auto;    
}

#menu {
	position: absolute;
	border-left: 2px solid #fff;
	z-index: 3;
    color: #000;
    line-height: 40px;
    font-size: 10pt;
}

#menu a span { 
	display: block; 
	float: right; 
	margin-left: 5px; 
}

#menu li {
    display: block;
    float: left;
    position: relative;
}

#menu li a {	
    display: flow-root;
    text-decoration: none;
    color: #5a5a5a;
    background: none;
    border: none;
    height: 45px;
    padding: 10px 10px 10px 10px;
    margin: 0;
    width: 100px;
    line-height: normal;
    border-right: 2px solid #fff;
}

#menu li a:hover {
    color: teal;
}

#menu li a:focus { 
	outline: none;
}

#menu li > a:after {
	font-family: FontAwesome;
	content: "\f107";
    display: inline-block;    
    position: absolute;
    right: 5px;
    bottom: 5px;
    text-decoration: none;
}

#menu li > a:only-child:after {
	margin-left: 0; 
	content: ''; 
}

#menu li:hover ul.submenu {
	display: block;
}

.submenu {
    display: none;
    border: none;    
    background-color: rgba(255,255,255,0.9);
    float: none;
    margin: 0;
    position: absolute;
    width: 19em;
    z-index: 10;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    padding: 1px;
    line-height: 1.6em;
    min-width: 15em;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    transition: opacity 150ms ease-in;
}

.submenu a { 
	border: none !important;
    border-bottom: 1px solid #eaeaea !important;
    background: none !important;
    width: auto !important;
    height: auto !important;
    padding: 0.5em 1em !important;
    text-shadow: 0 0 5px #FFF !important;
}

.submenu li {    
    border: 0;    
    width: 19em;
}

.submenu li > a:after {
	font-family: FontAwesome;
	content: "\f105" !important;
    display: inline-block;    
    position: absolute;
    right: 5px;
    bottom: 10px !important;
    text-decoration: none;
}

.submenu li > a:only-child:after {
	margin-left: 0; 
	content: '' !important; 
}

.submenu li:hover ul.subsubmenu {
	display: block;
}

.subsubmenu {
    display: none;
    border: none;    
    background-color: rgba(255,255,255,0.9);
    float: none;
    margin-left: 19.1em;
    margin-top: -32px;
    position: absolute;
    width: 19em;
    z-index: 10;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    padding: 1px;
    line-height: 1.6em;
    min-width: 15em;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    transition: opacity 150ms ease-in;
}

/* BREADCRUMD */

#sessionCountdown {
	float: right;
	color: #353535;
    font-size: 10pt;
    margin-bottom: 10px;
}

#breadcrumbContainer {
    font-size: 10pt;
    margin-bottom: 10px;
}

#breadcrumbContainer a { 
	color: #d53a0b;
	font-weight: bolder;
	text-decoration: none;
}

/* CONTENT */

#content {
	position: relative;
	max-width: 1380px;
	margin: 5px auto 5px auto;
	margin-top: 20px;
	margin-bottom: 20px;
	display: flow-root;	
}

.welcome {
	margin-bottom: 20px;
}

.welcome h1 {
	font-size: 20pt;
    font-weight: bold;
    color: #46B2B8;
    margin-bottom: 5px;
}

.welcome h2 {  
	font-size: 15pt;
	font-weight: bold;
    color: #036275;
    margin-bottom: 5px;
}

.welcome i {
	font-style: italic;
}

.img-item {
	float: left;    
    width: 25%;    
}

.img-item figure {
	border: 1px solid black;
	background-color: #ededed;
    width: 90%;
}

.img-item img {	
	width: 100%;
	border-bottom: 1px solid black;
}

.img-item h2 {
	font-size: 15pt;
	font-weight: bold;
    color: #036275;
    margin-bottom: 5px;
}

.img-item p {
	font-size: 12pt;
}

.img-item div {
	text-align: center;
	width: 90%;
}

.img-item a {
	position: relative;
    display: inline-block;
}

figcaption {
    text-align: left;
    padding: 0 10px 0 10px;
    min-height: 190px;
}

.one_column, .two_columns, .three_columns {
	margin-bottom: 10px;
}

.one_column article {
	margin-bottom: 10px;
}

.one_column section header {
	margin-bottom: 10px;
}

.one_column header h2, .two_columns header h2, .three_columns header h2 {    
    font-size: 20pt;
    font-weight: bold;
    color: #46B2B8;
    border-bottom: 1px solid #D6D0C1;
    padding: 0 0 5px 0;
    margin-bottom: 10px;
}

.one_column header h3, .two_columns header h3, .three_columns header h3 {
    color: #036275;
    margin-bottom: 5px;
}

.content {
	margin-bottom: 10px;
}

.content header h2 {
	font-size: 15pt;
	color: #036275;
	margin-bottom: 5px;
}

/* ONE COLUMN */

.one_column article.content {        
    width: 100%;
}

.one_column article.content h3 {
    padding: 10px 0;
    font-weight: bold;
}

.one_column article.content p {
	text-align: justify;
	margin-bottom: 5px;
	font-size: 11pt;
}

.one_column article.content ul {
	list-style-type: upper-latin;
	padding-left: 25px;
	margin-bottom: 5px;
}

.one_column header .disclaimer {    

}

.one_column article.diagram {
    float: left;
}

/* TWO COLUMNS */

.two_columns article.row {        
	float: left;
    background-color: aliceblue;
    margin-top: 30px;
}

.two_columns article.row p { 
    margin-left: 60px;
    display: inline;
    line-height: 80px;
    font-weight: bold;
}

.two_columns article.row a {        
	float: right; 
    padding: 2px 100px;
    margin-right: 60px;
    margin-top: 20px;
    background-image: linear-gradient(bottom, #ffffff 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    color: #000000;
    text-decoration: none;
    font-weight: bold;       
}

.two_columns article.row a:hover {
	
}

.two_columns article.column1 {        
    float: left;
    width: 60%;
    margin-right: 20px;
}

.two_columns article.column1 h3 {
    font-size: 15pt;
	font-weight: bold;
    color: #036275;
    margin-bottom: 5px;
}

.two_columns article.column1 p {
	text-align: justify;
	margin-bottom: 5px;
}

.two_columns article.column1 i {
	font-style: italic;
}

.two_columns article.column1 ul {
	list-style-type: upper-latin;
	padding-left: 25px;
	margin-bottom: 5px;
}

.two_columns article.column2 {        
    float: left;
    width: 38%;
}

.two_columns article a {
	position:relative;
}

.two_columns article.column2 img {
	 float:right;
	 width: 100%;
	 margin-bottom: 5px;
}

.two_columns label {
  display: inline-block;
  width: 20%;
  padding: 15px;
  border: none;
  margin-bottom: 5px;
  box-sizing: border-box;
  font-size: 12pt;
  text-align: center;
  text-decoration: none;
  background: gold;
}

/* FOOTER */

footer {
	position: relative;
	max-width: 1380px;
	margin: 5px auto 5px auto;
    font-size: 9pt;
    color: #4d4d4d;
    border-bottom: 1px solid #D6D0C1;
}

footer a {
	color: #5a5a5a;
    text-decoration: none;
}

footer a:hover {
  	text-decoration: underline;
}

footer a:active {
  	color: blue;
}

.fl {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.fr {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hiddenIframe {
  	width: 0;
  	height: 0;
  	display: none;
}

/* SITE SUBMISSION */

.header_text {
	display: inline-flex;
}

label.headerField {
    font-weight: bold;    
}

.header_text label {
	padding-right: 5px;
}

.separator {
	margin-right: 20px;
}

#container-1 a span, #container-2 a span {
	font-size: 11pt;
}

#container-1 .alignTopLeft p, #container-2 .alignTopLeft p {
	display: inline-block;
    font-size: 11pt;
    margin-bottom: 0px;
}

div.labelCheckbox {
  	margin-top: 5px;
}

div.inputCheckbox {
  	float: left;
}

div.inputCheckbox input[type=checkbox] {
	width: 50px;
	margin-top: 8px;
} 
.text {
	width: 25em;
}

.loadinggif {
    background:url('images/loading.gif') no-repeat center;
}

.password {
	width: 25em;
}

::-webkit-file-upload-button {
  	padding: 5px 10px;	
	background-image: linear-gradient(to bottom, #2C2F31 0%, #2C2F31 100%);
	color: #e9e2e2;
	border: none;
	text-decoration: none;
	display: inline-block;
	margin-right: 5px;
	text-align: center;	
	width: auto;
	font-size: 11pt;				
}

#attributeValue {
	margin-top: 5px;
}

.formLabel {
	font-style: italic;
    font-size: 12pt;
}

.formAttributes {
	font-size: 11pt;
}

.login_error {
	color: red;
    font-weight: bold;
	margin: 5px 0;
    line-height: 25px;
}

/*popup*/
.welcome-popup-overlay {
	visibility: hidden;
	opacity: 1;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vw;
	z-index: 100;
	cursor: pointer;
	transition: opacity 0.3s;
}

.welcome-popup {
	/*Hides pop-up when there is no "active" class*/
	visibility: hidden;
	position: absolute;
	background: #ffffff;
	border: 3px solid #666666;
	width: 30%;
	left: 34%;
	top: 10%;
	z-index: 100;
}

.welcome-popup button {
  display: inline-block;
  vertical-align: middle;
  margin: 1.1rem;
  font-size: 1rem;
/*  color: #666666;
  background: #CBCBCB;
  border: 1px solid #666666;*/
  width: 100px;
}

.welcome-popup.active {
	/*displays pop-up when "active" class is present*/
	visibility: visible;
	text-align: center;
}

.welcome-popup-overlay.active {
	/*displays pop-up when "active" class is present*/
	visibility: visible;
	text-align: center;
}

.welcome-popup .popup-content img{
	text-align: center;
	vertical-align: middle;
	margin-top: -4px;
}


