﻿@charset "utf-8";
/* CSS Document */
@import url("../../top_css/gwr.css");
@import url("../../top_css/commons_fonts.css");

/*Custom Font*/
@import url('https://fonts.googleapis.com/css?family=Raleway');


html{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c1f35+0,b1562c+100 */
	background: #4c1f35; /* Old browsers */
	background: -moz-linear-gradient(top, #4c1f35 0%, #b1562c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #4c1f35 0%,#b1562c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #4c1f35 0%,#b1562c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c1f35', endColorstr='#b1562c',GradientType=0 ); /* IE6-9 */
}

input{
	outline: none;
}

input[type="submit"]{
	width: auto;
    min-width: 100px;
	background-color: red;
	font-size: 18px;
	letter-spacing: 0.5px;
	cursor: pointer;
	color: white;
	border: none;
	padding: 11px 11px 11px 11px;
	margin-bottom: 10px;
	-webkit-appearance: none;   
    filter: brightness(.9);
}

.logincontainer{
	padding: 26px 24px 24px; 
}
.login{
	width: 40vw;
	margin: 0 auto;
}

#login{
	width: 40vw;	
	position: relative;
	top: 5vh;	
}

#login_logo img{
	/*width: 100%;*/
}

#websitetitle {
    color: white;
    font-family:'Raleway', sans-serif;
    font-size: 24px;
    padding-bottom: 15px;
    text-align: left;
    letter-spacing: 0.5px;
	padding-top: 20px;
}

.sub-websitetitle {
	margin-top: 5px;
	font-size: 14px;
	font-style: italic;
	color: white;
	letter-spacing: 0.2px;
	padding-top: 10px;
}

.signin-container{
	margin: 0 auto;
}
.secquestion-container{
    max-width: 500px;
    margin: unset;
}
.signin-container > p{
	color: white;
}
.signin-method{
	margin: 20px 0;
	font-size: 18px;
	letter-spacing: 0.5px;
}

.signin-method .method-notice{
	color: #6A6A6A;
	font-size: 12px;
}

.method-form{
	margin: 2px 0;
	display: flex;
}

.secquestion-form{
    display: unset;
}
.flat-outlined-button{
	/*border-radius: 5px;
	border: 1px solid #346192;*/
	padding: 15px 0;
	text-align: center;
	display: block;
	color: #346192;
}
.flat-outlined-button:hover{
	text-decoration: none;
}

.signin-method.SSO .flat-outlined-button{
	border: 1px solid #F95F62;
	color: #F95F62;
}

.input-field{
	margin-bottom: 10px;
	margin-right: 25px;
}
.input-field > div{
	position: relative;
}

.input-field input{
	font-size: 16px;
	padding: 10px 10px 10px;
	/* border-radius: 5px;
	border: 1px solid #8492A6;
	border: 1px solid #97a3b4; */
	background-color: #fff;
	display: block;
	width: 100%;
	color: #346192;
	/*transition: 0.3s all;*/
	box-sizing        : border-box;
	-moz-box-sizing   : border-box;
	-webkit-box-sizing: border-box;
	opacity: .5;
}
/*.input-field input:focus{
	border: 1px solid #1f61a8;
}*/

.input-field span{
	/*line-height: 30px;*/
    font-size: 10px;
	color: #F95F62;
}

.input-field.error{
	background-color: transparent;
	border: 0;
	color: #346192;
	font-weight: normal;
	padding: 0;
}
/*.input-field.error input, .input-field.error input.hasValue{
	border: 1px solid #F05457;
}*/
.input-field.error input.hasValue + label{
	color: #F05457;
}

.input-field select{
	padding: 5px 10px;
	width: auto;
}

.input-field div:not(.dropdown) label{
	font-size: 16px; 
	color: white; 
	/*position: absolute; */
	top: 50%; 
	/*transform: translateY(-50%);*/
	left: 10px;
	/*transition: 0.3s all;*/
	cursor: text;
}
/*.input-field input:focus + label{
	top: 10px;
	font-size: 12px;
	color: lightsteelblue;
}
.input-field input.hasValue + label{
	top: 10px;
	font-size: 12px;
	color: lightsteelblue;
}
.input-field input.hasValue{
	border: 1px solid #346192;
}
*/
.method-form.column-two .input-field.checklist label{
	font-size: 12px;
	top: auto;
	transform: none;
	left: auto;
	cursor: auto;
}
.method-form.column-two .input-field.checklist input{
	padding: 0;
	border: none;
}

.method-form{
	clear: both;
	align-items: center;	
	color: white;
	font-family:'Raleway', sans-serif;
}
.method-form.column-two .input-field{
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 20px);
	float: left;
	margin: 10px 10px 0;
}

.method-form.column-two .input-field input{
	padding: 10px 10px 7px;
	font-size: 14px;
}

.method-form.column-two .input-field label{
	font-size: 14px;
}
.method-form.column-two .input-field input:focus + label,
.method-form.column-two .input-field input.hasValue + label{
	top: 8px;
	font-size: 14px;
}

.method-form.column-two .input-field input[type="checkbox"]{
	display: inline-block;
	width: auto;
}

.method-form .form-heading{
	font-size: 14px;	
}
.method-form.column-two .form-heading{
	padding: 0 10px;
	font-size: 14px;
}

.method-form textarea{
	padding: 10px;
	outline: none;
	box-sizing        : border-box;
	-moz-box-sizing   : border-box;
	-webkit-box-sizing: border-box;
	opacity: .5;
}

.divider{
	height: 2px;
	width: 300px;
	margin: 0 auto;
	background-color: #97a3b4;
	float: none;
}

.signin-method ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #97a3b4;
}
.signin-method ::-moz-placeholder { /* Firefox 19+ */
  color: #97a3b4;
}
.signin-method :-ms-input-placeholder { /* IE 10+ */
  color: #97a3b4;
}
.signin-method :-moz-placeholder { /* Firefox 18- */
  color: #97a3b4;
}

.account-actions{
	list-style: none;
	text-align: left;
	padding-left: 0;
	color: white;
}
.account-actions li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	color: white;
	/*opacity: .5;*/
}
.account-actions li a{
	display: block;
	color: white;
	/*opacity: .5;*/
}

.access-actions{
	margin: 20px 0;
	list-style: none;
}
.access-actions li{
	padding: 3px 0;
}
.access-actions a{
	text-decoration: none;
}

.security-question{
	color: white;
	font-size: 18px;
	margin: 20px 0 5px;
	line-height: 22px;
}

.notice{
	font-style: italic;
	color: white;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.2px;
	margin: 20px 0 10px;
}
.notice a{
	color: white;
	text-decoration: underline;
}

#login_error, .login_error, #emailsent{
	width: 20vw;
	/*margin: 10px auto;*/
	padding: 0;
	box-sizing        : border-box;
	-moz-box-sizing   : border-box;
	-webkit-box-sizing: border-box;
	color: #fff;
	line-height: 15px;
}
#login_error > div, .login_error > div, #emailsent{
	padding: 10px;
	border-radius: 5px;
	box-sizing        : border-box;
	-moz-box-sizing   : border-box;
	-webkit-box-sizing: border-box;
}
#login_error > div.center{
	text-align: center;
}
#login_error > div.red, .login_error > div.red{
	background-color: #F05457;
}
#login_error > div.yellow{
	background-color: #EECB35;
	color: #6A6A6A;
}
#login_error a{
	color: #fff;
	text-decoration: underline;
}

#emailsent{
	background-color: #EECB35;
	color: #6A6A6A;
}

#backtoblog{
	position: absolute;
	top: -10px;
	left: 0px;
}
#backtoblog a{
	text-decoration: none;
	font-size: 24px;
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	border: 1px solid white;
	text-align: center;
	line-height: 24px;
	/*color: #6A6A6A;*/
	color: white;
	transition: 0.3s all;
}
#backtoblog a:hover{
	/*border: 1px solid #000*/
    border: 1px solid #FD0016;
	color: #FD0016;
    background-color: lightgray;
    opacity: .7;
}

#requestaccess{
	margin-bottom: 80px;
}

.flat-dropdown{
	position: relative;
	margin: 10px 0;
	outline: none;
}

.flat-dropdown .current{
	position: relative;
}

.flat-dropdown .current input{
	display: none;
	outline: none;
}

.flat-dropdown .current label{
	width: 100%;
	outline: none;
	display: block;
	padding: 15px 30px 15px 10px;
	border-radius: 5px;
	border: 1px solid #97a3b4;
	color: #97a3b4;
	font-size: 16px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing   : border-box;
	box-sizing        : border-box;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 18px;
}
.flat-dropdown.active .current label{
	border-radius: 5px 5px 0 0;
	border-bottom-width: 0;
}
.flat-dropdown.filled label{
	color: #346192;
	border-color: #346192;
	background: white;
}

.flat-dropdown .current .down-arrow{
	position: absolute;
	top: calc(50% - 7px);
	right: calc(7px + 2px + 10px); /* 10px is arrow's size, 2px is the arrow's border width */
}
.flat-dropdown .current .down-arrow:after{
	content: '';
	position: absolute;
	height: 7px;
	width: 7px;
	border: 1px solid #97a3b4;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.flat-dropdown.filled .current .down-arrow:after{
	border-color: #346192;
}

.flat-dropdown.error{
	background-color: transparent;
	border-color: transparent;
	color: #97a3b4;
	font-weight: normal;
	padding: 0;
	-webkit-animation: shake 1s cubic-bezier(.36,.07,.19,.97) both;
	-o-animation: shake 1s cubic-bezier(.36,.07,.19,.97) both;
	animation: shake 1s cubic-bezier(.36,.07,.19,.97) both;
}
.flat-dropdown.error .current label, .flat-dropdown.error.filled label{
	border-color: #F05457;
	color: #F05457;
}
.flat-dropdown.error .current .down-arrow:after, .flat-dropdown.error.filled .current .down-arrow:after{
	border-color: #F05457;
}

@keyframes shake{
	10%, 90%{
		-webkit-transform: translate3d(-1px, 0, 0);
		-ms-transform: translate3d(-1px, 0, 0);
		-o-transform: translate3d(-1px, 0, 0);
		transform: translate3d(-1px, 0, 0);
	}
	20%, 80%{
		-webkit-transform: translate3d(2px, 0, 0);
		-ms-transform: translate3d(2px, 0, 0);
		-o-transform: translate3d(2px, 0, 0);
		transform: translate3d(2px, 0, 0);
	}
	30%, 50%, 70%{
		-webkit-transform: translate3d(-4px, 0, 0);
		-ms-transform: translate3d(-4px, 0, 0);
		-o-transform: translate3d(-4px, 0, 0);
		transform: translate3d(-4px, 0, 0);
	}
	40%, 60%{
		-webkit-transform: translate3d(4px, 0, 0);
		-ms-transform: translate3d(4px, 0, 0);
		-o-transform: translate3d(4px, 0, 0);
		transform: translate3d(4px, 0, 0);
	}
}

.flat-dropdown ul{
	display: none;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	position: absolute;
	z-index: 100;
	background: #fff;
	border: 1px solid #97a3b4;
	width: 100%;
	height: 180px;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing   : border-box;
	box-sizing        : border-box;
}
.flat-dropdown.active ul{
	display: block;
}
.flat-dropdown.filled ul{
	border-color: #346192;
}

.flat-dropdown ul li{
	padding: 10px;
	font-size: 14px;
	color: #8190A5;
	cursor: pointer;
}
.flat-dropdown ul li:hover{
	background: #E5E9F2;
}

.flat-dropdown + .input-field{
	margin-bottom: 30px;
}

.flat-outlined-button{
	width: 100%;
	background-color: #fff;
	font-size: 18px;
	letter-spacing: 0.5px;
	cursor: pointer;
	/*border-radius: 5px;
	border: 1px solid #346192;*/
	padding: 15px 0;
	text-align: center;
	display: block;
	color: #346192;
}
.flat-outlined-button:hover{
	text-decoration: none;
}
.secquestion-button{
    background: red;
    color: white;
}
.flat-outlined-button.disabled{
	pointer-events: none;
	border-color: #8190A5;
	color: #8190A5;
    background: white;
}

.flat-outlined-button.success{
	cursor: default;
	border-color: #4FC75B;
	color: #4FC75B;
}
.flat-outlined-button.success .check-mark{
	display: inline-block;
	margin-right: 10px;
	width: 20px;
	height: 11px;
	border-width: 0 0 3px 3px;
	border-color: #4FC75B;
	border-style: solid;
	transform: rotate(-45deg);
	margin-bottom: 3px;
}

.flat-outlined-button + .flat-outlined-button{
	margin-top: 25px;
}

.flat-outlined-button.error{
	cursor: default;
	border-color: #F05457;
	color: #F05457;
	background-color: #fff;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
}
.flat-outlined-button.error .error-mark{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
}
.flat-outlined-button.error .error-mark:before, .flat-outlined-button.error .error-mark:after{
	content: '';
	width: 20px;
	height: 3px;
	background: #F05457;
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	margin-top: -1.5px;
	margin-left: -10px;
}
.flat-outlined-button.error .error-mark:before{
	transform: rotate(45deg);
}
.flat-outlined-button.error .error-mark:after{
	transform: rotate(-45deg);
}

.flat-outlined-button.error span{
	display: inline-block;
	vertical-align: middle;
}
.flat-outlined-button.error span a{
	color: #F05457;
	text-decoration: underline;
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.headerbottom {
    margin-top: -10px;
}
#portalheader{
	display: none;
}
#sitetitle{
	font-family:'Raleway', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	color: #666666;
}

#container {
    width: 100%;
}

#containermain{
	width:100%
}
#mainheader{
	margin-left: 30px;
	width: 97%;
}
#pagecontent{
	margin-left: 30px;
	width: 97%;
}
#footer{
	margin-left: 30px;
	width: 97%;
}
.headertop {
	margin-bottom: 10px;
	margin-top: 20px;
}

/********table structure*****************/
	.edittable {
		display: table;
		/*width: 100%;*/
	}

	.editrow {
		display: table-row;
		
	}

	.editcell {
		vertical-align: middle;
		padding: 5px 10px;
		display: table-cell;
		border: 2px solid #fff;
	}
	
	.editblock{
		vertical-align: middle;
		padding: 5px 10px;
		border: 2px solid #fff;
	}
	.editlabel {
		
		background-color: #eee;
		font-weight: bold;
	}
	
	.editgroup {
		border: 1px solid #CCCCCC;
		margin: 2px;
		padding: 5px;
		width: 98%;
	}
	
/************format utilities**************/
	.tblborder {
	border-collapse:collapse;
	margin-bottom:20px;
	}

	.tblborder td, .tblborder th{
		border:1px solid #999;
		padding:5px;
	}
	.linebreaker {
		height:5px;
		clear:both;
	}
	.pbreaker {
		height:15px;
		clear:both;
	}
	.greyline{
		height:5px;
		border-bottom:1px solid #CCCCCC;
	}
	.controlbox{
		padding:5px 0;
		color:#000;
		font-weight:bold;
	}
	.alert {
		color: red;
		font-weight: bold;
	}
	.message {
		margin: 10px 0;
		padding: 12px;
		border: 1px solid #e0e0e0;
		background-color: lightYellow;

	}
	
	.error {
		background-color: #FFEBE8;
		border-color: #C00;
		color:red;
		font-weight:bold;
		margin: 0 0 10px 0;
		padding: 12px;
	}
	
	.smallediticon{
		max-height:14px;
		border: none;
		padding: 1px;
		vertical-align: middle;
}
.caption {
	width:100%;
 }
 
 .pagebox {
	font-size: 11pt;
	font-weight: bold;
	color: #6C6C6C;
	padding-left:10px;
	padding-top: 5px
	border: #CCC 1px solid;
	margin:5px 0;
	background-color: #F8F8F8;
}
	 .pagebox  a {
		color: #0051C7;
	}
	.captionlink a{
		color: #0051C7;
	}

	.adminmsg {
	margin: 10px 0;
	padding: 12px;
	border: 1px solid #e0e0e0;
	background-color: #eaf8fc;
	}
	.thumbnail{
		border:0;
	}
 .tablelist{
	width:100%;
	border-collapse:collapse;
	border: 1px solid #e0e0e0;
	background:#fff;
	margin:0px auto;
}


 .tablelist thead th {
  text-align:left;
  padding:6px;
  border-top:1px solid #e0e0e0;
  Background:#eee;
}

	.tablelist tbody tr td {

	  padding:6px;
	  border-bottom:1px solid #e0e0e0;
	  
	}
	.tablelist tbody tr:hover {
	background-color: #F8F8F8;
	}
	 .tablelist a {
		color: #0051C7;
	}

	.tbleft {
		width:auto;
		margin-left:0;
	}
	#setdate{
		display:inline;
	}
	.delbox{
		text-align:right;
		vertical-align:top;
	}
.archivedimg
{
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
.archivedrow
{
	Background:#eee;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}

.slideimage  img{
	max-width:550px;
}


input[type='checkbox'].flagcheck {

    /* Hide the input, but have it still be clickable */
/*    opacity: 0;*/
display: none;
/*    float: left;
    width: 32px;*/
}

input[type='checkbox'] + label {
    margin: 0;
    clear: none;
    /* Left padding makes room for image */
    padding: 3px 10px;
    /* Make look clickable because they are */
    cursor: pointer;
}
input[type='checkbox']:disabled + label {
	cursor: default;
}
input[type='checkbox'] + label {
    background-image: url('../../top_images/flag_0.png');
}
input[type='checkbox']:checked + label {
    background-image: url('../../top_images/flag.png');
}

/*Request Access*/
#selectregion{
	display: none;
}
label[for=regioncode]{
	display: none;
}

.reminder-container{
    max-width: 500px;
    margin-left: 0;
}

/*tablet styles*/
@media screen and (max-width:1366px){
	#login{
		width: 50vw;
	}
	input[type="submit"] {
		width: 10vw;
	}
}

/*mobile styles*/
@media screen and (max-width: 768px){
	.method-form{
		display: block;
	}
}

@media screen and (max-width: 450px){	
	.method-form{
		display: block;
	}
	input[type="submit"]{
		width: 25vw;
	}
	#login{		
		width: 80vw;
		margin-left: -50px;
	}
	.login{
		zoom: .8;
		padding-bottom: 100px;
	}
	.logincontainer{
		padding-top: 0px;
	}
	#login_error{
		width: 75vw;
	}
	#websitetitle{
		padding-top: 0px;
	}
}
	