/************ Header Styling ************/

#header  {
	width: 100%;
	min-width: 1024px;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	background: #3295e6;
	background: -moz-linear-gradient(left, #3295e6 0%, #37d1c9 100%);
	background: -webkit-linear-gradient(left, #3295e6 0%,#37d1c9 100%);
	background: linear-gradient(to right, #3295e6 0%,#37d1c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3295e6', endColorstr='#37d1c9',GradientType=1 );
	z-index: 99;
}

#header_toolbar_container  {
	width: 100%;
	height: auto;
	background-color: #e7f2f8;
}

.toolbar_item  {
	height: auto;
	float: left;
	font-size: 11px;
	padding: 2px 0 !important;
}

#toolbar_left  {
	width: 25%;
	padding-left: 10px !important;
}

#toolbar_middle  {width: 50%;}

#submission_reminder  {
	width: 100%;
	height: auto;
	text-align: center;
}

#toolbar_right  {width: 25%; padding: 0 !important;}

.toolbar_right_item  {float: right;}

#trans_ind_container  {
	width: 61px;
	height: 15px;
	background-size: 61px 15px;
	background-position: center center;
	background-repeat: no-repeat;
}

.transstatus_connected #trans_ind_container  {background-image: url('./../images/trans_ind_connected.png');}

.transstatus_issue #trans_ind_container  {background-image: url('./../images/trans_ind_issue.png');}

.transstatus_disconnected #trans_ind_container  {background-image: url('./../images/trans_ind_disconnected.png');}




/************ Main Navigation Styling ************/

#nav_container  {
	width: 100%;
	height: auto;
	position: relative;
}

#nav_left  {
	width: 100%;
	height: 40px;
	/*padding: 8px 60px 5px 10px;*/
	padding: 0 60px 0 10px;
}

#nav_right  {
	width: 151px;
	height: auto;
	position: absolute;
	top: 0;
	right: 0px;
}

.navbtncontainer  {
	width: auto;
	height: auto;
	float: left;
}

.nav_dropdown_container  {
	max-width: 300px;
	position: relative;
}

.nav_dropdown_body  {
	width: 100%;
	height: auto;
	position: absolute;
	top: 40px;
	left: 0;
	background-color: #30a3dc;
}

.nav_dropdown_container .navbtn  {
	width: 100%;
	min-width: 174px;
	background-image: url('./../images/drop_arrow_white.svg');
	background-position: 152px 17px;
	background-size: 12px auto;
	background-repeat: no-repeat;
}

.nav_dropdown_container .navbtn:hover  {background-image: url('./../images/drop_arrow_blue.svg');}

.nav_dropdown_body .navbtn  {
	background-image: none;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.nav_dropdown_body .navbtn:hover  {background-image: none;}

.navbtn  {
	width: auto;
	height: 40px;
	float: left;
	color: #FFF;
	font-size: 14px;
	line-height: 40px;
	font-family: 'Montserrat', sans-serif;
	cursor: pointer;
}

#nav_left .navbtn img  {
	width: auto;
	height: 20px;
}

#nav_left .navbtn  {
	padding: 0 12px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box;
}

#nav_left .navbtncontainer:nth-child(1) a .navbtn  {
	padding-top: 9px;
	padding-left: 10px;
	padding-right: 10px;
}

#nav_left .navbtn:hover  {background-color: rgba(255,255,255,0.85); color: #3295e6;}

#nav_right .navbtn  {
	padding: 9px 0 0 0;
	margin-right: 8px;
}

#nav_right .navbtn img  {
	width: auto;
	height: 20px;
}




/************ Main Navigation Styling ************/

.sub_navigation  {
	width: 100%;
	min-width: 1024px;
	height: auto;
	background-color: #e7f2f8;
	padding: 6px 54px 6px 10px;
	border-bottom: 1px solid #c8c8c8;
}

.sub_navigation_title  {
	width: auto;
	height: auto;
	float: left;
	padding: 0 6px 0 0;
	color: #435F80;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	border-right: 1px solid #CCCCCC;
	margin: 6px 6px 7px 0;
}




/************ Subheader Styling ************/

.subheader  {
	width: 100%;
	height: auto;
	padding: 0;
	font-size: 15px;
	padding-bottom: 10px;
}

.subheader_item  {
	width: auto;
	height: auto;
	float: left;
	margin-right: 10px;
}

.subheader .subheader_item:nth-child(4)  {float: right;}

.label  {
	width: auto;
	height: auto;
	float: left;
}

.labelled_item  {
	width: auto;
	height: auto;
	float: left;
}

.subheader_item .standardbtn {
	margin: 0;
	line-height: 26px;
}

.labelled_item .standardbtn  {
	margin: -6px 0 0 6px;
}

/*.subnavbtn  {
	width: auto;
	height: auto;
	float: left;
	box-sizing:border-box;
  	-moz-box-sizing:border-box;
 	-webkit-box-sizing:border-box;
	margin-right: 10px;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	white-space: normal;
	color: #FFF;
	text-align: left;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	border-radius: 4px;
	background-color: rgba(50,149,230, 1);
	padding: 6px 10px 6px 8px;
}

.subnavbtn:hover  {background-color: rgba(50,149,230,0.7);}*/

.subnavbtn img  {
	width: auto;
	height: 13px;
	float: left;
	margin-right: 6px;
}

.subnavbtn span  {float: right;}




/************ Footer Styling ************/

.footer  {
	width: 100%;
	height: auto;
	padding: 4px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #e7f2f8;
	border-top: thin solid #2ea5ca;
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	z-index: 9;
	letter-spacing: 1px;
}