/* 
	TradeSchool Inc.
	McKenzie Huff, Lance Hallberg
	2013.01.04
	Copyright 2013 - TradeSchool Inc.
	All Rights Reserved
*/

#trainingCenterName {
    margin: 0;
}

#navBar {
    max-width: 100%;
}
/*  Login styles  */
#loginBox {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	border: 1px solid #CCD4DB;
	background-color: #FBFBFB;
	border-radius: 8px 8px 8px 8px;
}

.hrefRow a:link, .hrefRow  a:visited {
	color: #5887C8;
}

.loginSpacer {
	width: 390px;
	height: 203px;
	padding: 20px 32px 25px 32px;
	vertical-align: top;
	border-right: 1px solid #CCD4DB;
}

.errorMessage {
	font-size:12px;
	font-weight:normal;
	margin: 0.5rem 0;
	box-sizing: border-box;
	border:1px solid #FF9C9C;
	color:#F01A1A;
	width:260px;
	padding:3px 6px 3px 6px;
	border-radius:5px 5px 5px 5px;
	box-sizing: border-box;
	background-color:#FFF6F8;
}

.successMessage {
    font-size:12px;
	font-weight:normal;
	margin: 0.5rem 0;
	box-sizing: border-box;
    color:#5B955D;
    border: 1px solid #5B955D;
	width:260px;
	padding:3px 6px 3px 6px;
	border-radius:5px 5px 5px 5px;
	box-sizing: border-box;
	background-color:#f9fff9;
}

.loginField {
	width: 100%;
	box-sizing: border-box;
	height: 22px;
}

.loginTable {
	font-size:14px;
	margin-top: 7px;
	font-size: 12px;		
}

.loginLabel {
	text-align: left;
	height: 34px;
	padding-left: 14px;
	font-weight: bold;
	width: 80px;
}

.loginLabelRow2 {
	padding-top: 4px;
}

.hrefRow {
	padding-top:10px;
}

#loginButton {
	margin-top:6px;
	width:50px;
}

#loginInfo {
	font-size: 12px;
	padding: 20px 20px 20px 20px;
	padding-top:25px;
	vertical-align: top;
	line-height: 18px;
}

#loginInfo a:link, #loginInfo a:visited {
	color: #5887C8;
}

#masterWrapper #loginForm .ssoLoginButton {
    margin: 0.75rem auto 0;
}
.ssoLoginButton {
    width: 100%;
    max-width: 200px;
    display: flex;
    align-items: center;
    opacity: 1;
    transition: all .25s ease-in-out;
    cursor: pointer;
}
.ssoLoginButton:hover {
    opacity: .65;
}
.ssoLoginButton a {
    transition: all .25s ease-in-out;
}
.ssoLoginButton img {
    width: 100%;
}
#googleSignin {
    width: 100%;
    max-width: 200px;
}
.ssoLoginButton.disabled {
    opacity: .5;
}
.ssoLoginButton.microsoft a {
    margin-bottom: -5px;
}
#appleid-signin {
    height: 38px;
}

/* About Web Services */
#aboutWebServices {
	margin-left: auto;
	margin-right: auto;
	padding: 27px 32px;
	width: 100%;
	background-color: #F4F4F4;
	border-top: 1px solid #CCD4DB;
	border-radius: 0px 0px 8px 8px;
    box-sizing: border-box;
}

#aboutWebServices table {
	line-height:120%;
}

.webServicesText {
	font-size: 12px;
}

.webServicesHeader {
	font-size: 12px;
	font-weight: bold;
}

/* Footer */
img.center { 
    display: block; 
    margin-left: auto; 
    margin-right: auto;
    margin-top: 17px;
}

#footerText {
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	text-align: center;
	font-size: 9px;
	color: #ABAEB4;
}
