/***********************************************************************
 * Common
 **********************************************************************/

/***********************************************************************
 * Misc
 **********************************************************************/

* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}
*:focus {
	outline: none;
}
.nsel {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#loading_ajax, #loading_ajax_alt {
	display:none;
	z-index:10000;
	position:fixed;
	top:45%;
	width:100%;
	text-align:center;
	line-height:0;
}
.addCursor {
	cursor:hand;
	cursor:pointer;
}
.req {
	color:#FF0200;
	font-size:1.25em;
	font-weight:bold;
	position:relative;
	top:4px;
}
.button_icon {
	margin-left:5px;
	margin-top:1px;
}

/***********************************************************************
 * Auto Space Content
 **********************************************************************/

.auto_space {
	text-align: justify;
	text-justify: distribute-all-lines;
	-ms-text-justify: distribute-all-lines;
}

.auto_space > *,
.auto_space > span:last-child {
	display: inline-block;
	vertical-align: top;
	text-justify: auto;
	-ms-text-justify: auto;
}

.auto_space > span:last-child {
	width: 100%;
}

/***********************************************************************
 * Descriptive Text
 * 
 * ie. Hidden text which appears in background / image
 **********************************************************************/
 
.desc_text {
    line-height: 0; 
    font-size: 0;
    color: transparent;
}

/***********************************************************************
 * Forms
 **********************************************************************/

#inputs label, #inputs input:not(.ui-button), #inputs select {
	display:inline-block;
	width:175px;
	margin-bottom:10px;
	padding: 5px;
	vertical-align: top;
	transition: background-color 0.25s ease, color 0.25s ease;
}
#inputs input:not(.ui-button), #inputs select, #inputs textarea {
	padding:10px;
	border: 1px solid #999999;
	transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
#inputs input[type=checkbox],#inputs input[type=radio]{
	width: auto;
	border: none;
}
#inputs input.ui-button {

}
#inputs input:focus:not(.ui-button), #inputs select:focus, #inputs select:focus option, #inputs textarea:focus {
	border-color:#555;
}
#inputs textarea {
	display:inline-block;
	width:350px;
	margin:10px 0;
}
#inputs label {
	font-size: 1em;
	padding-right: 10px;
	text-align: right;
	width: 200px;
}
#inputs br {
	clear:left;
}

/**********************************
 * Form Interactions
 *********************************/

.form_msg {
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
}
.notification_icon {
	margin-right:10px;
	position:relative;
	top:4px;
}
#inputs label.form_label_loading {
  height: 32px;
  margin-bottom: 0;
}
label.form_label_loading img {
	position: relative;
	right: 2px;
	top: 0;
}
#captcha_img {
	display: inline-block;
}
.ccaptcha {
	display: inline-block;
	font-size: 0.75em;
	position: relative;
	right: 180px;
	text-align: center;
	text-transform: lowercase;
	top: 15px;
	width: 180px;
}
.ccaptcha:hover {
	color:#FF0200;
}
.error {
	border-color:#FF0200;
}
.error_text {
	color:#FF0200;
}
.form_text {
	position:relative;
	top:3px;
}
.remaining {
	display: inline-block;
	font-style: italic;
	margin-left: 10px;
	vertical-align: top;
	font-size: 0.750em;
}

/***********************************************************************
 * Drawer
 **********************************************************************/

#drawer {
	background-color:#fff;
	color:#666666;
	overflow:visible;
	position:fixed;
	left:0;
	top:0;
	text-align:center;
	padding:15px;
	font-size:18px;
	font-family:"Arial";
	border-bottom:2px solid #C6C6C6;
	width:100%;
	display:none;
	z-index:9999;
}
.drawer_close {
	color:#333333;
	text-align:center;
	font-size:09px;
	padding-top:5px;
	font-family:"Arial";
	font-style:italic;
}

/***********************************************************************
 * Tooltips
 **********************************************************************/

div.tooltip_contact, div.tooltip_light, div.tooltip_dark {
	background-color:#CECECE;
	padding:10px 15px;
	width:275px;
	display:none;
	color:#333333;
	text-align:left;
	font-size:16px;
	z-index:9999;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	box-shadow: 0 0 10px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
}
