@import url('https://bluejeans.com/media/css/bjn/common/common.css');

html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #336699;
}

h1, h2 {
	font-weight: normal;
	color: #666 !important;
	font-size: 22px;
}

#signup h2 {
	margin-top: 0;
	text-indent: 20px;
	font-weight: normal;
	color: #666;
}

#login h2 {
	margin-bottom: 15px;
}

#block_header {
	width: 960px;
	margin: 20px auto 0 auto;
	background-color: #FFFFFF;
	background-image: none;
	height: 155px;
	/* -webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px; */
}

#headerMain {
	position: relative;
	width: 960px;
	height: 155px;
	margin: 0 auto 0 auto;
	background: transparent url('/images/CLP/bottomline-logo.png') no-repeat 40px 40px;
	/* -webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;*/
}

#top_logo {
	display: block !important;
	float: right !important;
	top: 60px;
	margin: 0px 40px 0 40px;
	position: relative;
}

#main-content, #mainContent {
	position: relative;
	width: 960px;
	min-height: 400px;
	margin: 0 auto 0 auto;
	background-color: transparent;
}

#clp_content {
	width: 100%;
	min-height: 250px;
	overflow: hidden;
	margin-top: 0;
	background-color: #FFFFFF;
}

#clp_boxes {
	width: 700px;
	margin: 0 auto 0 auto;
}

#login, #attend, #custom-content {
	float: left;
	background-color: #FFFFFF;
	overflow: hidden;
	width: 290px;
	height: 330px;
	margin-left: 50px !important;
}

#login {
	margin-left: 0;
}

#attend {
	margin: 0;
}

#custom-content, #custom-content iframe {
	height: 400px;
}

#auth_container {
	width: 960px;
	margin: 0 auto 0 auto;
}

#block_footer {
	display:none !important;
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	top: auto;
	bottom: 0px;
	margin: 0;
	padding-bottom: 20px;
	background-color: white;
	border-top: 1px solid #F6F6F6;
	/* -webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px; */
}

#logo {
	background: white url('/images/CLP/blue-jeans-logo_80.png') no-repeat 0 0;
	background-size: 131px 51px;
	height: 51px;
	float: right;
	width: 131px;
	margin: 20px 40px 0 0;
}

/* Sign Up Styles */
#signup_link_container {
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0px 0 40px 0;
	text-align: center;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	background-color: #FFFFFF;
}

#register_now_link {
	color: #336699 !important;
}

.ui-dialog {
	height: 340px !important;
}

.ui-dialog-titlebar {
	background: none !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.ui-dialog-content {
	height: 550px !important;
	padding: 0px !important;
	margin: 0 auto 0 auto !important;
	background: none !important;
}

div#login > div {
	color: #333;
}

#welcomeMsg {
	display: block;
	color: #336699;
	margin-left: 20px;
	margin-top: 10px;
}

#block_header a {
	color: #336699 !important;
}

#links {
	display: block;
	margin-top: 10px;
	margin-right: 20px;
	color: #336699;
	float: right !important;
	position: relative;
	left: 240px;
}

/* ----- Login Styles ---------*/

input[type=text], input[type=password] {
	background-image: url('https://bluejeans.com/media/images/homev2/input-bg.png');
	height: 28px;
	padding-left: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #333;
	width: 100%;
	border: 1px solid #CCCCCC;
	border-radius: 0;
	-moz-border-radius: 0;
	margin-bottom: 5px;
}

.fieldwrapper {
	margin: 0 !important;
	width: 240px;
	padding: 0;
}

div#login_new_remember_me {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #333;
}

.text-13 {
	color: #333333;
}

#forgot-password-link {
	display: none;
	float: none;
	margin-top: 10px;
}

button#login-btn {
	font-family: 'ProximaNovaBold', 'Arial', Helvetica, sans-serif;
	color: white !important;
	border: 1px solid #305D78;
	text-shadow: 0px 1px 0px #294F6D;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#4787B7), to(#4787B7) );
	background-image: -moz-linear-gradient(top, #4787B7, #4787B7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4787b7', endColorstr='#4787b7' );
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4787b7', EndColorStr='#4787b7')";
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 109px;
}

button#login-btn:hover {	
	border: 1px solid #2B5372;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#3B719B), to(#3B719B) );
	background-image: -moz-linear-gradient(top, #3B719B, #3B719B);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B719B', endColorstr='#3B719B' );
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#3B719B', EndColorStr='#3B719B')";
	button#login-btn {
	color: #FFFFFF !important;
	margin-top: 20px;
}