/* CWT trial system css */
#trial-form #top_message{
	padding:5px 0px 20px;
	font: inherit;
}

#trial-form #span_wrapper_STATE_PROVINCE, 
#trial-form #span_wrapper_city, 
#trial-form #span_wrapper_zip {
	display:none;
}


/* CWT addition */
#trial-form #selectproduct_flavor {
	padding-right: 35px; /* Keep the text away from that background image */
}

#trial-form #password_wrapper{
	display:none;
	margin-left:20px;
}

#trial-form .subtitle{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333;
}

#trial-form button#trial-submit{
	/* margin-bottom:40px; */
}

#trial-form label[for='password'] {
	margin-top: 10px;
}

#trial-form #location label{
	display: inline-block;
}

#trial-form #other_country_msg{
	display:none;
	height:auto;
	margin-bottom:50px;
}

/* Addition for block labels */
#trial-form label, #trial-form ol li label.block, #trial-form span.field label.block {
	display: block;
}

#trial-form ol
{
	margin: 0px;
	padding: 0px;
}

#trial-form ol li label, #trial-form span.field label {
	display:block;
}

#trial-form ol li{
	display: inline-block;
	/* margin-right: 25px; */
	margin: 0 22px 6px 0px;
}

#trial-form select, #trial-form #trial-version{
	margin-bottom: 10px;
}

#trial-form span.field, #trial-form div.field {
	display: block;
	margin-bottom: 10px;
}

.confirmation{
	color: #1984D8;
}

.error{
	color: #CC0000;
}

#trial-form .field_description{
	display:block;
	padding: 0 0 0 20px;
}

#trial-form .field_help {
	display:block;
}

/* BEGIN Country selector */
	.ui-autocomplete {
      padding: 0;
      list-style: none;
      background-color: #fff;
      width: 218px;
      border: 1px solid #B0BECA;
      max-height: 350px;
      overflow-y: scroll;
    }
    
    .ui-autocomplete .ui-menu-item a {
      border-top: 1px solid #B0BECA;
      display: block;
      padding: 4px 6px;
      color: #353D44;
      cursor: pointer;
    }
    
    .ui-autocomplete .ui-menu-item:first-child a {
      border-top: none;
    }
    
    .ui-autocomplete .ui-menu-item a.ui-state-hover {
      background-color: #D5E5F4;
      color: #161A1C;
    }
    
    .ui-autocomplete-input{
    	height: 35px;
    	border: 1px solid #ccc;
    	width:70%;
    	padding: 0 8px;
    	margin: 0px 0px 10px 0px;
    	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15) inset;
		box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15) inset;
    }

	ul.ui-autocomplete li.ui-menu-item div.ui-menu-item-wrapper {
		font-weight: 400;
		font-size: 1.15rem;
	}

	div#trial-below-banner .custom-combobox{
		width:93%;
	}
/* End Country selector */

#instructions #logout {
	font-style: normal;
	float: right;
}

#thank-you .download p{
	font-size: 18px;
	font-size: 1.1rem;
}

#thank-you .download table{
	margin-bottom:30px;
}

#thank-you .download td{
	padding:3px;
}

#thank-you .download hr {
	color: #ccc;
	background-color: #fff;
	border: 1px dotted #ccc;
	border-style: none none dotted;
	margin:0px;
}

#thank-you .download .thankyou_msg_title{
	font-family: InterstateLight;
	font-size: 18px;
	font-size: 1.1rem;
	/* font-weight: bold; */
}

ul.check li {
	list-style-image: url(../../images/check.png);
	margin-left: 1em;
}

.ui-menu-item{
	padding:2px 10px;
}

#optional_password{
	font-weight:bold;
	font-size:16px;
	font-size:1rem;
	margin-bottom:5px;
}

.whoops h1{
	font-size:26px;
	font-size: 1.625rem;
	font-weight:normal;
	font-family: 'InterstateLight', Arial, Verdana, sans-serif;
	
}

.whoops p{
	line-height: 160%;
	font-size:16px;
	font-size:1rem;
}

.wait, .login-wait{
	display:none;
}

.wait img, .login-wait img{
	vertical-align:middle;
}

.ui-helper-hidden-accessible{
	display: none;
}

#span_wrapper_reseller_company_name, 
#span_wrapper_reseller_email_address, 
#span_wrapper_reseller_area_code, 
#span_wrapper_reseller_phone_number, 
#span_wrapper_reseller_phone_extension{
	display:none;
}

.select-style select{
	width: 120%;
}

#location legend{
	font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
}


.overlay-top h2{
	letter-spacing: normal;
}

@media only screen and (max-width: 600px) {

	.overlay-top h1{
		letter-spacing: normal;
	}
}


