@charset "utf-8";
/* CSS Document */
/*ABC Logo Color: #04709F*/

html {
	background-color: #ECEEF1;
}

body {
	background: #ECEEF1 !important;
	color: #3B3B3B;
}

.login-background {
	background-color:#ECEEF1; /*url(../images/cityscape-of-boise.jpg) center center/cover no-repeat!important;*/
	/*background: url(../images/gradient-blue.jpg) center center/cover no-repeat!important;*/
	/*background: url(../images/abstract-blue.jpg) center center/cover no-repeat!important;*/
	z-index: -4;
	min-height: 100%;
}
.shadow {
	border-radius: 3px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 6px 18px 0 rgba(0, 0, 0, 0.05);
	
}

.bar-shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 6px 18px 0 rgba(0, 0, 0, 0.05);
	
}

.container {
	width: 75%;
	padding-top: 150px;
    padding-bottom: 150px;
    display: flex;
    height: 100%;
    background: #ECEEF1;
}

.reg-container {
	width: 30%;
	margin: 150px auto 0px auto;
}

.login-box{
	background:#fff;
	width:33%;
	margin: 0 10px;
	padding: 10px;
	position: inline-block;
	float: right;
	overflow: hidden;
	flex: 1;
		flex-wrap: nowrap;
	z-index:1;
}

.register-box{
	background:#fff;
	width:33%;
	margin: 0 10px;
	padding: 10px;
	position: inline-block;
	float: right;
	overflow: hidden;
	flex: 1;
		flex-wrap: nowrap;
}

.content-box{
	background:#fff;
	width:65%;
	margin:0 10px;
	padding: 20px 40px 40px 40px;
	float: left;
	overflow: auto;
	position: inline-block;
	flex: 2;
		flex-wrap: nowrap;
}

.custom-modal{
	padding-left: 30px;
	padding-right: 30px;
}

.top-bar {
	position: fixed;
	width: 100%;
	height: 50px;
	float: left;
	top: 0;
	z-index:2;
}

.white-section {
	display: inline-block;
	background-color: white;
	height: 100%;
	min-width: 185px;
	padding-left:20px;
	padding-top: 4px;
}


.form-control {
	border: 1px solid #D9D9D9;
}

.login-logo {
	position: fixed;
	float: left;
	margin: 1px;
}

.login-text {
	position: fixed;
	left: 60px;
	top: 14px;
	margin: 2px;
	padding-right: 10px;
}

#login-title {
	margin-left: 20px;
	position: fixed;
	color: white;
	left: 182px;
	top: 4px;
}

.checkbox label::before{-o-transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;background-color:#fff;border-radius:1px;border:1px solid rgba(120,130,140,.50);content:"";display:inline-block;height:17px;left:0;margin-left:-20px;position:absolute;transition:.3s ease-in-out;width:17px;outline:0!important}

.logo-container{
	position: inline-block;
	right: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:75%;
}
.logo-container-pay{
	position: inline-block;
	right: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:90%;
}
.logo-container-ripon{
	position: inline-block;
	right: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:100%;
}

.log{
	padding-right: 30px;
	padding-left: 30px;
}

.button2{
	width: auto;
	padding: 8px 15px 7px;
	margin-right:20px;
	font-size: 12pt;
}

.button4{
	margin: 3px 0;
	margin-right:20px;
	font-size: 12pt;
}

.button3{
	width: auto;
	background-color: #fff;
	border-color: #fff;
	color: black;
	float: right;
	position: relative;
	top: -42px;
	right: 20px;
	font-size: 15px;
	font-weight: 400;
	padding: 6px 25px 5px 25px;
	border-color:#fff;
}

.button3:hover {
	background-color: #fff;
	color: black;
	border-color: #fff;
}

.cancel-2 {
	background-color: #fff;
	border-color: #555;
	color: #555;
	width: auto;
	padding: 8px 15px 7px;
	margin-right:20px;
	font-size: 12pt;
}
.cancel-2:hover {
	background-color: #EEE;
	color: #555;
		border-color: #555;
}

.cancel-2:focus {
	background-color: #EEE;
		border-color: #555;
}

.cancel-2:active {
	background-color: #EEE;
	border-color: #555;
}

.mobile-only{
	display: none;
}

.m-t-80{
	margin-top: 80px;
}

.help-image {
	margin-top: -190px;
	max-width: 950px;
	padding-left: 40px;
}

.right-content {
	margin-top: -700px;
	max-width: 950px;
	height: 700px;
	padding-left: 40px;
	position: absolute;
	right: 0;
}


@media (max-height:800px){ 
	
	.container {
		margin: 100px auto;
	}
}

@media (max-height:690px){ 
	
	.container {
		margin: 90px auto;
	}
}


@media (max-width:1500px){
	
	.container {
		width: 96%;
	}
	.reg-container {
		width: 35%;
}
}

@media (max-width:1247px){
	.help-image{
		width: 700px;
		margin-top: 25px;
		padding-left: 0px;
	}
	
	.help-image-2 {
		width: 700px;
		margin-top: 25px;
		padding-left: 0px;
	}
}

@media (max-width:1020px){

	.content-box{
		padding: 20px 10px 40px 10px;
	}
	.container {
		width: 98%;
		margin-top: 100px;
	}
	.reg-container {
		width: 60%;
}
	.right-content {
		display: none;
	}

}

@media (max-width:923px){
	.content-box{
		display: none;
	}
	.mobile-only {
		display: block;
	}

	.help-image{
		width: 100%;
		margin-top: 25px;
		padding-left: 0px;
	}
}

@media (max-width:800px){
	.container {
		margin-top: 90px;
	}
	.reg-container {
	width: 75%;
}
	
	.sttabs nav a icon {
		display: none; 

}

@media (max-width:692px){
	.button2{
		width: 100%;
	}
	#login-title{
		display: none;
	}
	.full {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width:631px){
	.container {
		margin: 75px 0;
		width: 100%;
	}
}

@media (max-width:462px){
	.container {
		padding: 0 0;
		margin: 60px 0px;
	}
	.content-box {
		padding: 20px 0px 40px 0px;
}
	.reg-container {
		width: 100%;
}
	.register-box {
		margin: 0 0;
}
	.no-mobile{
		display: none;
	}
}

@media (max-width:379px){

	.button2{
		margin: 0 0;
		font-size: 12pt;
}
	
	#city-name{
		font-size: 12pt;
	}


}

.sttabs nav a span