/* CSS Document */

input, textarea {
	outline: none;
}

input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=time], textarea:not(.editor), select {
	padding: 5px;
	
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.22);
	border-radius: 3px;
	border: 1px solid #a0a0a0;
	
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=time]:focus, textarea:not(.editor):focus, select {
	border: 1px solid #5695db;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.22),
				0 0 7px rgba(86,149,219,0.69);
	
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}


input[type=text][disabled], input[type=password][disabled], input[type=date][disabled], input[type=datetime][disabled], input[type=time][disabled], textarea:not(.editor)[disabled] {
	background: #e8e8e8;
	border: 1px solid #a0a0a0;
	
	cursor: not-allowed;
}

textarea[disabled] {
	resize: none;
}

input[type=button] {
	font-family: 'PT Sans',sans-serif;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	cursor: not-allowed;
}



form .row {
	padding: 0 15px;

	/*border: 1px solid #d2d2d2;*/
	border-top: 0;
}

form .row.no-bg {
	background: none;
	border: none;
}

form .row:before, form .row:after {
	display: table;
	content: '';
}

form .row:after {
	clear: both;
}

form .row > label {
	float: left;
	max-width:150px;
	padding: 3px 0;
	margin-right: 15px;
	color:#006633;
	font-weight:bold;
	font-size:14px;
}

form .row > div {
	position: relative;
	margin-left:100px;
	padding-left: 15px;
	/*border-left: 1px solid #d2d2d2;*/
}

form .row > div:after, form .row > div:before {
	display: table;
	content: '';
}

form .row > div:after {
	clear: both;
}

form .row > div > *:not(.icon):not(label) {
	margin: 3px 0;
	width: 100%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

form .row  label strong, form .row  label small {
	display: block;
}

form.box .row, .box form .row {
	/*border-left: none;
	border-right: none;*/
	margin: 0 -10px;
}

form.box .row:last-child, .box form .row:last-child {
	border-bottom: none;
}

form .row input {
	float:right;
}
/*
     FILE ARCHIVED ON 08:41:29 Mar 20, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:02:59 Mar 05, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.625
  exclusion.robots: 0.043
  exclusion.robots.policy: 0.033
  esindex: 0.009
  cdx.remote: 7.226
  LoadShardBlock: 130.899 (3)
  PetaboxLoader3.datanode: 256.681 (5)
  PetaboxLoader3.resolve: 170.044 (3)
  load_resource: 439.676 (2)
*/