/* @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600'); */
/* source-sans-pro-regular - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
		 url('fonts/Source_Sans_Pro/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/Source_Sans_Pro/source-sans-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('fonts/Source_Sans_Pro/source-sans-pro-v11-latin-regular.ttf') format('truetype') /* Safari, Android, iOS */
  }
  
  /* source-sans-pro-600 - latin */
  @font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
		 url('fonts/Source_Sans_Pro/source-sans-pro-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/Source_Sans_Pro/source-sans-pro-v11-latin-600.woff') format('woff'), /* Modern Browsers */
		 url('fonts/Source_Sans_Pro/source-sans-pro-v11-latin-600.ttf') format('truetype') /* Safari, Android, iOS */
  }

/* ----------------- RESET ----------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea {
	border: 0;
	font-size: 12px;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
}

 

/*------------------------------ HTML ---------------------------------------*/
html, body, .tabsBackgroundColor {
	color: #000000;
	font-family: "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 12px;
	font-weight: normal;
}

input, label, a, td {
	font-size: 12px;
}

div {
	font-size: 12px;
}

span {
	font-size: 12px;
	vertical-align: middle;
}

input, textarea, select {
	min-height: 20px;
	min-width: 40px;
	border: 1px solid #BEBEBE;
	-webkit-appearance: none;
	min-height:24px;
	min-width:40px;
	width: 100%;
}

button, input[type=button], input[type=submit], input[type=reset], .button, .oraButton {
	width: auto;
	cursor: pointer;
}

a, label, img, th, td, input[type=checkbox], input[type=radio]  {
	vertical-align: middle;
}

a{
	color: #145C9E;
	cursor: pointer;
	text-decoration: none;
}

img{
	border: 0;
}

/* -------------------------------- Live ------------------------------------ */
input:focus{
	box-shadow: 1px 1px 1px 1px rgba(5, 114, 206, 0.2);
}

a:focus{
	text-decoration: underline;
	color: #145C9E;
}

button:not([disabled]):focus, input[type=button]:not([disabled]):focus, input[type=submit]:not([disabled]):focus, input[type=reset]:not([disabled]):focus{
	border: 1px solid #2E6BE6;
}

input:hover{
	border: 1px solid #333333;
}

button:not([disabled]):hover, input[type=button]:not([disabled]):hover, input[type=submit]:not([disabled]):hover, input[type=reset]:not([disabled]):hover{
	background: none repeat scroll 0 0 #2E6BE6;
	border: 1px solid #2E6BE6;
	border-radius: 2px;
	box-shadow: none;
	color: #FFFFFF;
}

a:hover{
	text-decoration: underline;
	color: #145C9E;
	background: inherit;
}

input:read-only{
	border-style: none;
}

input:required{
	content: "*";
	display:inline;
	color: #2E6BE6;
}

a:visited {
	color: #72007C;
} 
/*------------------------------ Layout ---------------------------------------*/
body,div,form,input,th,td {  
    color: #000000;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

table { 
    border-collapse: collapse; 
    border-spacing: 0; 
}

.loginForm {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	height:65px;
	margin-top: 20px; 
	text-align:center
}

.loginLabel {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0); 
    font-weight: bold;
    color: #996132;
	line-height: 20px;
	padding-right: 8px;
	text-align: right;
}

.loginField {
    margin-bottom: 10px;
    margin-top: 2px;
    padding: 2px;
	background-color: #ffffff;
}

.loginButton:hover {
	background: none repeat scroll 0 0 #2E6BE6;
	border: 1px solid #2E6BE6;
	border-radius: 2px;
	box-shadow: none;
	color: #FFFFFF;
}

.loginButton:focus {
	border: 1px solid #2E6BE6;
}

.promptText, .languageText {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0); 
	height: 18px;
	margin-top: 21px; 
	margin-left: 2ex;
	margin-right: 2ex;
	padding-bottom: 5px; 
}

.promptText {
	text-align: left; 
}

.promptText span {
	padding-bottom: 5px;
}

.languageText {
    text-align: center;
	text-decoration: none;
}

.languageTextSpan {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-weight: bold;	
}

/* ##### NEW STYLES ##### */
/* Note: These are in part dependent on old styles, but much of the above can be scrubbed */

body { 
	background-color: #ededed; 
	font-family: 'Source Sans Pro', HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.d-flex { 
	display: flex; 
}
.bold { 
	font-weight: 600;
}
#brandingArea { 
	height: 42px; 
	background-color: #293940; 
	color: #ffffff; 
	padding: 0 30px;
	align-items: center;
	justify-content: space-between;
	font-size: 1.4em;
	width: 100vw;
	position: fixed;
	left: 0;
	top: 0;
}
#brandingArea__left {
	color: #ffffff;
}
#brandingArea span { 
	font-size: 1.33em; 
}

#footer { 
	height: 42px; 
	color: #0d0d0d; 
	padding: 0 30px;
	align-items: center;
	justify-content: space-between;
	font-size: 1em;
	width: 100vw;
	position: fixed;
	left: 0;
	bottom: 0;
}

#footer__left { 
	text-align: left; 
}

#footer__right { 
	flex-shrink: 0; 
	flex-grow: 1;
	text-align: right;
}

#footer__language-title {
	font-weight: 600;
}

a.footer__language-link { 
	text-decoration: none; 
	color: #2E6BE6;
}

a.footer__language-link:hover {
	text-decoration: underline;
}

a.footer__language-link::before {
	content: " | ";
}

a.footer__language-link:first-of-type::before {
	content: "";
}

#formArea { 
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

#formBox {
	padding: 30px;
	background-color: #ffffff;
	box-shadow: 2px 2px 0px #b5b5b5;
	max-width: 350px;
}

#formBox__prod {
	padding-bottom: 15px;
	align-items: center;
	justify-content: left;
}

#formBox__prod-img-bg {
	width: 60px;
	height: 60px;
	background-size: cover;
	background-position: center;
	border: solid;
	flex-grow: 0;
	flex-shrink: 0;
	border: solid 1px #b5b5b5;
	border-radius: 50%;
	margin-right: 1em;
}

#formBox__prod-text {
	font-weight: 400;
	font-size: 1.5em;
	color: #0F0F0F;
	text-align: left;
}

#mainMessageHolder {
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 1.2em;
	padding-bottom: 1em;
}

#loginForm {
	width: 250px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}

.loginError {
	padding-left: .25em;
	font-size: 1.1em;
	color: #E32609;
}

.formGroup {
	display: flex;
	flex-direction: column;
	text-align: left;
}

label {
	line-height:20px;
	min-width:40px;
	text-align: left;
	white-space:nowrap;
	color:#3d3d3d;
	text-transform: uppercase;
}

button,input[type=button],input[type=submit],input[type=reset],.button  {
	border:1px solid #d6d6d6;
	border-radius:3px;
	font-family:inherit;
	font-size:inherit;
	min-height:25px;
	text-align:center;
	background-color: #d6d6d6;
	color: #0f0f0f;
	font-weight:400;
	padding:3px 20px;
}

.loginButton { 
	margin-top: 10px;
}
