@CHARSET "ISO-8859-1";
.hero{
    max-width:unset;
}
.hero_grad.demo{
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0px 0px 0px;
    clear: both;
}
span.ipad_land_hide.quote{
	color: #25343a;
	font-weight: 600;
}
.warning, span.warning{
	color: crimson;
	font-style: italic;
	font-size: 12px;
	float: right;
	margin-bottom: -7px;
	line-height: 22px;
}
.warning_dark{
	color: darksalmon;
	font-style: italic;
	font-size: 12px;
	float: right;
	margin-bottom: -7px;
	line-height: 22px;
}
.required{
	font-size: 12px;
	font-style: italic;
}
.req_combo{
	width:100%;
	height:56px;
	border:#d3d3d3 1px solid;
	outline:0;
	background:#fff url(../../assets/images/combobox_arrow_up.png) no-repeat center right;
	
	overflow: hidden;
	text-overflow: ellipsis;
	
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#b1b8ba;
	line-height:32px;
	
	margin:6px 0px 30px 0px;
	padding:0px 0px 0px 20px;
	box-sizing: border-box; /*important for 100% width and padding to coexist */
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-appearance: none;
}
.req_combo:focus{
	background:#fff url(../../assets/images/combobox_arrow_over.png) no-repeat center right;
	border-color:#267cce;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-style:italic;
}

/* Following seected is for truncation of text in selected combo box */
select#buglocation.req_combo{
	padding-right: 50px;
}
select#buglocation.req_combo:focus{
	padding-right: 50px;
}
::-webkit-input-placeholder {
   font-style: italic;
}
:-moz-placeholder {
   font-style: italic;  
}
::-moz-placeholder {
   font-style: italic;  
}
:-ms-input-placeholder {  
   font-style: italic; 
}
.content_wrapper_bluegrad label.input_label{
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
}
label.input_label{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
}	
.content_wrapper_bluegrad label.input_label, .content_wrapper_bluegrad h1, .content_wrapper_bluegrad a{
	color:#fff;
 }		
 .content_wrapper_bluegrad a:hover{
	 color:bisque;
 }
 .content_wrapper_bluegrad em{
	 font-weight: 100;
 }
 .content_wrapper_bluegrad .req_combo, .content_wrapper_bluegrad .short_input{
	 border: 1px #fff solid;
 }	
	
	/* Bens Modal */
/* The Modal (background) */
.modal_wrap{
	display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	}
.modal {
	width: 660px;
	height: 450px;
	padding: 8px;
	font-size: 18px;
	font-weight: 300;
	background: rgba(0, 0, 0, .3);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	margin-top: -240px !important;
	margin-left: -338px !important;
	z-index: 1200;
}

/* Modal Content */
#heading{
	width: 660px;
	height: 47px;
	font-size: 24px;
	font-weight: 400;
	padding-top: 15px;
	border-bottom: #bababa 1px solid;
	background: #e9e9e9;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e9e9e9));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #e9e9e9 100%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0 );
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	text-align: center;
	color: #444444;
	text-shadow: 0px 1px 0px #fff;
}
#modal_content{
	width: 620px;
	padding: 20px;
	line-height: 26px;
	height: 345px;
	background: #fcfcfc;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
	margin-right: 20px;
	margin-top: -5px;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.error_field {
	border: 1px solid crimson;
}

.warning {
	display: none;
}

#error_total {
	color: crimson;
	font-style: italic;
	font-size: 14px;
	text-align: center;
}