﻿body
{
background: #0b1b22 url("../App_Themes/Rebrand/images/esq_login_bg.jpg") no-repeat center 0!important;
	padding:0px!important; 
	margin:0px!important;
}
body,input,textarea,select	{ font-family: "SegoeUI", Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif!important;}
#login-wrapper    
{
    margin: 0px auto;
    width: 800px;
 
    min-height: 600px;
    }
    #login-wrapper a    {color: #16A2B4;}
#login-header
{
    height: 50px;
    width: 390px;
    margin: 0 auto;
    padding: 20px 0 15px 0;
    text-align: center;

}
#login-header a.logo
{
display: block;
margin: 0px auto;

}
#login-header ul#links,#login-header ul#links li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#login-header ul#links
{
	float: right;

}

#login-wrapper input[type="checkbox"],#login-wrapper input[type="radio"] {margin:5px;}
 #login-wrapper input[type="radio"], #login-wrapper input[type="checkbox"]	{float:left; display:block; margin-right:5px;border:none!important;}

#login-content
{
	margin:20px auto;
	width:370px; 
	height:410px;
	padding:10px;
	/* CSS3 Gradient */
	background: #24292b; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#24292b), to(#131617)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #24292b,  #131617); /* for firefox  */
	background: linear-gradient(#24292b, #131617);
	border:1px solid #292f2f;
   /* Shadow */
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, .3);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .3);
/* rounded corners */
		border-radius: 10px; /* CSS3 */
		-webkit-border-radius: 10px; /* Safari and chrome */
		-moz-border-radius: 10px; /* Firefox */
		-khtml-border-radius:10px; /* Linux browsers */
	}
	
	#innerscreen
	{
	border:1px solid #292f2f;
	height:310px;
	padding:20px 25px;
		/* CSS3 Gradient */
	background: #1f2325; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#1f2325), to(#131617)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #1f2325,  #131617); /* for firefox  */
	background: linear-gradient(#1f2325, #131617);
   /* Shadow */
	-webkit-box-shadow:inset 1px 1px 2px #141718 ;
	-moz-box-shadow:inset 1px 1px 2px #141718;
	box-shadow:inset 1px 1px 2px #141718;
/* rounded corners */
		border-radius: 10px; /* CSS3 */
		-webkit-border-radius: 10px; /* Safari and chrome */
		-moz-border-radius: 10px; /* Firefox */
		-khtml-border-radius:10px; /* Linux browsers */
	}
		#innerscreen h2	{     font-family: 'PTSansNarrowBold';  color:#fff; font-weight:normal;text-shadow:-1px -1px 0px #000;margin:0px 0px 30px 0px;font-size: 30px;
line-height: 34px;}
		#innerscreen p	{ font-size:13px; line-height:17px; margin-bottom:12px;text-shadow:1px 1px 0px #000;color:#fff;}
		#innerscreen input[type="text"],#innerscreen input[type="password"]	{width:282px;}
		#innerscreen p  {clear:both;margin:0 0 12px 0;}

	footer	{clear:both;padding-top:8px; border-top:1px solid #5b6163;width:400px;}

	/*  FORM STUFF */
	.login-username input[type="text"],
    .login-username input[type="password"]
	{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear; 
	
	background:#282d2f;
	border:1px solid #3e4548;
	padding:3px 5px;
	color:#fff;
	font-size:1.1em;
	line-height:1.5em;
	   /* Shadow */
	-webkit-box-shadow:inset 1px 1px 2px #141718 ;
	-moz-box-shadow:inset 1px 1px 2px #141718;
	box-shadow:inset 1px 1px 2px #141718;
	/* rounded corners */
		border-radius: 10px; /* CSS3 */
		-webkit-border-radius: 10px; /* Safari and chrome */
		-moz-border-radius: 10px; /* Firefox */
		-khtml-border-radius:10px; /* Linux browsers */
		margin-bottom:1em;
	}
			.login-username	input[type="text"]:focus,
            .login-username	input[type="password"]:focus
	{outline:none; border:1px solid #16a2b4;}
	.login-username	input[type="checkbox"],
    .login-username input[type="radio"]	{	clear:both;	}
	.inputbig	
	{
	font-size:24px!important;
	line-height:28px!important;
	padding:5px 10px!important;
	 margin-right: 5px;
	}
	
	
	/* ADAMS CLASSES */
	
	.button,#login-wrapper input[type="button"]	,.blue
	{
		-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear; 
	text-decoration:none;
	margin:10px 10px 0px 0px;

	border:1px solid #5a5e60;
	color:#fff!important;
	font-size:1.2em!important;
	letter-spacing:0px;
	cursor:pointer;
	padding:12px 20px 11px 20px!important;
	/* CSS3 Gradient */
	background: #262a2c; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#262a2c), to(#1f2324)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #262a2c,  #1f2324); /* for firefox  */
	background: linear-gradient(#262a2c, #1f2324);
   /* Shadow */
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
/* rounded corners */
		border-radius: 25px; /* CSS3 */
		-webkit-border-radius: 25px; /* Safari and chrome */
		-moz-border-radius: 25px; /* Firefox */
		-khtml-border-radius:25px; /* Linux browsers */
	}
	
		.button:hover,#login-wrapper input[type="button"]:hover
	{
			/* CSS3 Gradient */
	background: #434648; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#434648), to(#1f2324)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #434648,  #1f2324); /* for firefox  */
	background: linear-gradient(#434648, #1f2324);
	border:1px solid #494d4e;
	}

	.blue 	{	
			-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear; 
	border:1px solid #16a2b4!important;
	/* CSS3 Gradient */
	background: #148299!important; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#148299), to(#116d80))!important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #148299,  #116d80)!important; /* for firefox  */
	background: linear-gradient(#148299, #116d80)!important;
	}
		.blue:hover
	{
		/* CSS3 Gradient */
	background: #0d6b7f!important; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#0d6b7f), to(#065161))!important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #0d6b7f,  #065161)!important; /* for firefox  */
	background: linear-gradient(#0d6b7f, #065161)!important;
	border:1px solid #8ea6a9!important;
	}
	.right	{float:right;margin-right:0px!important}
	.left	{float:left;}


ul#links a
{
	text-decoration: none;
	color: #444;
}

#login-content a
{
	color: #16A2B4;
}

#content #support-text
{
	float: left;
	width: 450px;
	padding-right: 50px;
	border-right: 1px solid #ccc;
	height: 300px;
}
#content #support-text p
{
	font-size: 13px;
	line-height: 16px;
}
#login
{
	float: right;
	width: 380px;
	margin-right: 20px;
}
#login input:focus
{
	border: 1px solid #666!important;
	outline: none!important;
}
#content #login_body
{
	margin: 10px 0px 0 0!important;
	background: #eee url() repeat-x 0 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background: -webkit-linear-gradient(top, #eee, #ccc);
	background: -moz-linear-gradient(top, #eee, #ccc);
	background: -ms-linear-gradient(top, #eee, #ccc);
	background: -o-linear-gradient(top, #eee, #ccc);
	background: linear-gradient(top, #eee, #ccc);
	padding: 20px 15px 10px 15px;
	border: 1px solid #999;
	webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
	moz-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
	border-radius: 8px;
	webkit-border-radius: 8px;
	moz-border-radius: 8px;
	khtml-border-radius: 8px;
}
#content #login h1
{
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #00A0D6;
}
#ctl00_PageContentPlaceholder_Loginbox
{
	left: 0px!important;
}
.sticky
{
	display: none;
}
.button_holder  {clear:both;}
#forget
{
	top:0px !important;
	position:relative;
}
.text,span.rem
{
	margin-bottom: 10px;
	text-align: right;
	margin-right: 15px;
	text-shadow: 1px 1px 0px #fff;
}
span.rem
{
	font-weight: bold;
	font-size: 14px !important;
	padding: 2px 0px!important;
	color: #5A5B5E !important;
	text-shadow: 1px 1px 0px #fff;
}
#login label
{
	color: #5A5B5E !important;
	text-shadow: 1px 1px 0px #fff;
	display: block;
	float: left;
	font-size: 14px !important;
	line-height: 36px;
	width: 100px !important;
}
#login input[type="text"],#login input[type="password"]
{
	padding: 6px!important;
	font-size: 18px!important;
	line-height: 24px!important;
	margin-bottom: 14px;
	border-radius: 5px;
	webkit-border-radius: 5px;
	moz-border-radius: 5px;
	khtml-border-radius: 5px;
	border: 1px solid #999;
	webkit-box-shadow: inset 2px 1px 2px rgba(0, 0, 0, 0.3);
	moz-box-shadow: inset 2px 1px 2ppx rgba(0, 0, 0, 0.3);
	box-shadow: inset 2px 1px 2px rgba(0, 0, 0, 0.3);
}
/*.button
{
	background: #00A0D6;
	text-shadow: -1px -1px 0px #00749B;
	border: 1px solid #047196!important;
	color: #fff!important;
	text-decoration: none!important;
	padding: 6px 10px;
	font-size: 16px;
	font-weight: bold;
}*/
.login_validation
{
	font-size: 1em!important;
	padding: 5px 0 5px!important;
	font-weight: bold;
	text-shadow: 1px 1px 0 #000000;
	margin:10px 0 10px!important;
	width:100%;
	float:left; color:Red;
	
}
#support-text p
{
	margin-bottom: 15px;
	font-size: 12px!important;
	line-height: 15px!important;
}
#support-text ul
{
	font-size: 12px!important;
	line-height: 15px!important;
	margin: 10px 0px 10px 18px;
	list-style-type: disc;
}
#support-text ul li
{
	margin-bottom: 2px;
}

/* Tooltip */

.rtWrapperContent div   {padding:5px;}

.login-footer
{
    width: 100%;
}

.login-footer p
{
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

    .login-footer img
    {
        margin-top: 24px;
        text-align: center;
    }