.webauth h1,
.webauth h2,
.webauth p
{
	margin: 0px;
	padding: 0px;
}

h1.error
{
    padding: 100px;
}

.webauth
{
	background-color: rgba(255, 255, 255, 0.3);
	width: 340px;
	padding: 3px;
	overflow: hidden;
	border-radius: 7px;
	/* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4); */
  box-shadow: 0px 0px 24px 10px rgba(0, 0, 0, 0.4);
}

.auth_dialog
{
	background-color: #EFEFEF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EFEFEF));
	background: -moz-linear-gradient(top, #FFFFFF, #EFEFEF);
	font-size: 13px;
	overflow: hidden;
	border-radius: 5px;
}

.auth_dialog h1
{
	color: #474747;
	background: #D5D5D5 url(./img/dialog_header_bg.png) 0 0 repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#D5D5D5));
	background: -moz-linear-gradient(top, #F9F9F9, #D5D5D5);
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	text-shadow: 0px 1px 1px #FFFFFF;
	/* border-bottom: 1px solid #b7b7b7; */
  box-shadow: 0px 0px 5px black;
}

.auth_dialog .icon
{
	padding-top: 8px;
	text-align: center;
}

.auth_dialog .img
{
	height: 44px;
	width: 44px;
	display: inline-block;
}

.auth_dialog .img.user {
	background-image: url(/static/user_44x44.png);
	background-image: -webkit-image-set(url(/static/user_44x44.png) 1x, url(/static/user_44x44@2x.png) 2x);
}

.auth_dialog .img.deviceManager {
	background-image: url(/auth/images/deviceManager.png);
	background-image: -webkit-image-set(url(/auth/images/deviceManager.png) 1x, url(/auth/images/deviceManager@2x.png) 2x);
}

.auth_dialog h2
{
	color: #666666;
	font-size: 20px;
	max-width: 320px;
	font-weight: normal;
	overflow: hidden;
	padding: 2px 2px 2px 2px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.auth_dialog .section + .section
{
	padding-top: 8px;
}

.auth_dialog .sections
{
	padding-bottom: 16px;	
}

.auth_dialog .section tbody tr td {
	background-color: #f6f6f6 !important;
	background-image: none;
border-left-color: #f6f6f6;
border-top-color: #f6f6f6;
border-right-color: #f6f6f6;
border-bottom-color: #f6f6f6;
}

.auth_dialog .section tbody tr:hover td {
	background-color: #f6f6f6 !important;
	background-image: none;
border-left-color: #f6f6f6;
border-top-color: #f6f6f6;
border-right-color: #f6f6f6;
border-bottom-color: #f6f6f6;
}


.auth_dialog dt
{
	height: 10px;
}

.auth_dialog input[type=text],
.auth_dialog input[type=username],
.auth_dialog input[type=password]
{
	border: 1px solid #DBDBDB;
	color: #5F5F5F;
	height: 20px;
	outline: none;
	padding: 2px;
	resize: none;
	width: 200px;
}

.auth_dialog input[type=text]:-moz-placeholder,
.auth_dialog input[type=username]:-moz-placeholder,
.auth_dialog input[type=password]:-moz-placeholder
{
	font-style: italic;
	color: #DBDBDB;
}

body:not(.en) .auth_dialog input[type=text],
body:not(.en) .auth_dialog input[type=username],
body:not(.en) .auth_dialog input[type=password]
{
	width: 190px;
}

.auth_dialog label
{
	color: #fff;
	float: left;
  font-size: 14px;
  line-height: 20px;
	font-weight: normal;
	height: 20px;
	/* line-height: 26px; */
	overflow: hidden;
	/* padding: 0px 8px; */
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 82px;
margin-top: 10px;
}

.auth_dialog .remember_me_checkbox label
{
	color: #616161;
	display: block;
	font-size: 11px;
	font-weight: normal;
	float: none;
	height: auto;
	margin-bottom: -18px;
	text-align: left;
	padding: 6px 16px 0px 95px;
	width: auto;
}

.auth_dialog .remember_me_checkbox label input {
	margin-right: 5px;
}

body:not(.en) .auth_dialog label {
	width: 112px;
}

body:not(.en) .auth_dialog .remember_me_checkbox label
{
	padding-left: 125px;
}

.auth_dialog .buttons
{
	padding: 10px 16px 12px 16px;
	text-align: right;
}

.auth_dialog .buttons input + input
{
	margin-left: 6px;
}

.auth_dialog input[type="button"],
.auth_dialog input[type="submit"]
{
	/*width: 238px;*/
	width: 200px;
  height: 34px;
  -webkit-appearance: push-button ;
  /* margin-top: 16px; */
  /*margin-bottom: 20px;*/
  margin-left: 0px;

  background: #FFFFFF;
  color: #000;
  border-radius: 5px;
}
body:not(.en) .auth_dialog input[type="button"],
body:not(.en) .auth_dialog input[type="submit"]
{
	width: 85px;
}

.auth_dialog p.error
{
	color: red;
}

.auth_dialog p.info
{
	color: #666666;
	text-shadow: #FFFFFF 0px -1px 0px;
}

.auth_dialog p.error,
.auth_dialog p.info
{
	font-size: 12px;
	text-align: center;
	padding-top: 6px;
}


/* @end */

/* @group Standalone */

#auth_server,
#auth_server body
{
	background: #7A7A7A;
	font-size: 11px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
}

#auth_server .webauth
{
	position: absolute;
	left: 50%;
  top: 30%;
	margin-left: -170px;
}

#auth_server p.footer
{
	bottom: 0px;
	color: #B5B5B5;
	font-size: 13px;
	left: 0px;
	padding: 16px;
	position: absolute;
	right: 0px;
	text-align: center;
	text-shadow: rgba(0,0,0,0.4) 0px 1px 0px;
}

#auth_server p.logout,
#auth_server p.link
{
	text-align: center;
}

#auth_server p.logout
{
	padding: 24px 0px 10px 0px;
}

input.verifying,
p.error,
.webauth.verifying input.login
{
	display: none;
}

#login_spinner
{
	bottom: 17px;
	display: none;
	height: 16px;
	left: 16px;
	position: absolute;
	width: 16px;
}

.webauth.verifying #login_spinner
{
	display: block;
}

.webauth.verifying input.verifying
{
	display: inline;
}

.webauth.error p.error
{
	display: block;
}

.webauth .messages {
	/*color: #ff3333;*/
	color: #ffe633;
  text-shadow: 1px 1px 2px black;
}
