@charset "utf-8";

#quote_container{
	/*background: #FFF url(../img/featured-banner-inside.jpg) 10% 0% no-repeat; */
	/*padding:20px; 
	border: 1px solid #666; */
	min-height:600px;
}
#table_container{
	/*width:520px; */
	min-height:375px;
	padding:20px;
	background: #f5f5f5;
}
#review_div{
	padding-top:40px;
}

#finish_quote_div{
	display:none;
	margin-top:30px;
	margin-left:40px;
	width:480px;
	padding:40px;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	background-color:#79bbff;
	border-radius: 10px;
	border: 1px solid #666;
	color:#FFF;
}
#finish_quote_div table td{
	padding:5px;
	width:520px;
	font-size:bold !important;
}
#finish_quote_div table th{
	font-size:18px;
	padding:5px;
	text-shadow: 1px 2px 2px rgba(0,0,0,1);
}
#finish_quote_div table input, #benefits_table table input{
	padding:10px;
	color:#333;
	width:140px;
}

.finish_quote_btn{
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	background-color:#ffffff;
	border-radius:6px;
	border:1px solid #000;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin-top:10px;
	font-size:normal;
}
.finish_quote_btn:hover {
	background:linear-gradient(to bottom, #e3e3e3 5%, #ffffff 100%);
	background-color:#e3e3e3;
}
.finish_quote_error{
	display:none;
}
.start_new{
	padding-top:10px;
}
.start_new:hover{
	text-decoration:underline;
	cursor:pointer;
}
.report_disclaimer{
	font-size:11px;
}
.our_carriers{
	padding-bottom:15px;
	font-weight:bold;
	color:#d40808;
	font-size:16px;
}
#fact_finder, #benefits_table{
	display:none;
	width:520px;
	padding:10px;
	background: rgba(255,255,255, 0.3);
	border: 1px solid #dbdbdb;	
	border-radius: 5px;
	min-height:375px;
	margin-bottom:25px;
	margin-top:20px;
}

@media only screen and (max-width: 768px) {
	#fact_finder, .ff_section table {
		width:unset !Important;
	}
	.ff_section table TH {
		width:70%;
	}
}

#ff_nav_div{
	margin-top:10px;
}
.btn_div{
	text-align:center;
}
.ff_btn{
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	background-color:#79bbff;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
	margin-right:25px;
}
.ff_btn:hover {
	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	background-color:#378de5;
}
.active {
	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	background-color:#378de5;
	color:#FFF !important;
}
.hide_table, .business_location_hide, .business_payroll_hide, .business_sub_payroll_hide, .commercial_property_hide, .wc_hide, .loading_gif{
	display:none;
}
.ff_section {
	
}
.ff_section input[type=text], .ff_section select{
	width:140px;
	padding:5px;
	float:right;
}

.email_result{
	font-weight:bold;
}


.ff_question{
	padding:5px;
	background:red;
}

.ff_section .table-header{
	font-weight:bold;
}

.ff_section table{
	color:#4f4f4f;
	width:500px;
	background-color:#FFF;
	
}
.ff_section table td{
	padding: 5px;
}

.ff_section table td:nth-child(1){
	padding:10px;
}
.ff_section table tr:nth-child(odd){
	background-color: #ededed;
}
.ff_section table th {
  padding: 10px 5px 10px 5px;
  text-align: left;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	background-color:#79bbff;
	color: white;
	text-shadow:0px 1px 0px #528ecc;

}
.ff_property table th {
  padding: 10px 5px 10px 5px;
  text-align: left;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	background-color:#79bbff;
	color: white;
	text-shadow:0px 1px 0px #528ecc;

}
.line_header{
	background-color:#3b3838 !important;
	color:#c9c9c9;
}
.clear{
	clear:both;
}

.ff_nav{
	padding:5px;
	font-size: 12px;
	cursor:pointer;
	color:#4388d1;
	background-color:none;
	border:none;
	margin-bottom:2px;
	margin-right:2px;
}
.ff_nav:hover{
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	background-color:#79bbff;
	color: white;
	text-shadow:0px 1px 0px #528ecc;

}

.show_want_coverage, .show_want_umpd, .property_used{
	display:none;
}



::-webkit-input-placeholder { /* Edge */
  color: #cccccc;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cccccc;
}

::placeholder {
  color: #cccccc;
}

.killsession{
	display:none;
}
#code_values{
	display:none;
	margin-top:15px;
}
#code_values table tr:nth-child(odd){
	background-color: #f2f2f2;
}
#code_values table tr:nth-child(even){
	background-color: #fff;
}

.disclaimer{
	font-size:12px;
	text-decoration:italic;
	color:red;
	
}
.married_div{
	display:none;
}

#benefits_table ul li, #complete ul li{
	padding: 5px 0px 5px 0px;
	
}
#benefits_table, #complete, #submit{
	position: relative;	
}
.quality-logo {
 /* position: absolute;
  top: -15px;
  right: -25px;
  */
  width: 90px;
  height: 90px;
}

@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

#start_table{
	display:none;
	width:500px;
}

#start_table h1{
	font-size:24px;
}
#left_div{
	width:225px;
	float:left;
}
#right_div{
	width:225px;
	float:left;
	margin-left:15px;
}
.line_header{
	padding: 5px;
	text-align: left;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	background-color:#79bbff;
	color: white;
	text-shadow:0px 1px 0px #528ecc;
	border-radius: 3px;
}

.submit-header{
	padding-right:50px !important;
}

input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  margin:5px 0px 5px 20px;
}

input[type=checkbox] + label:before { content: "\f096"; } /* unchecked icon */
input[type=checkbox] + label:before { letter-spacing: 10px; } /* space between checkbox and label */

input[type=checkbox]:checked + label:before { content: "\f046"; } /* checked icon */
input[type=checkbox]:checked + label:before { letter-spacing: 8px; } /* allow space for check mark */




/**
 * CSS style for carouselTicker
 **/


#content-wrapper{
	margin-top:60px;
	width:100%;
	height:60px;
}
.carouselTicker__list {
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  height:40px;
}

.carouselTicker__item {
  margin: 0 0 0 5px;
  float: left;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.carouselTicker__loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/**
 * CSS style for vertical direction
 **/

.carouselTicker_vertical .carouselTicker__list {
  margin: 0;
}

.carouselTicker_vertical .carouselTicker__item {
  margin: 0 0 5px 0;
  border: 4px solid red;
  width: 100px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

#carouselTicker .carouselTicker__item,
#carouselTicker-destructor-example .carouselTicker__item {
  width: auto;
  height: auto;
  line-height: normal;
}

.carouselTicker__item img {
  vertical-align: top;
  margin-right:20px;
}

			.line_header { 
				font-weight: bold;
				margin-top: 8px;
				margin-bottom: 8px;
			}
			.ff_section INPUT {
				margin-bottom: 10px;
				margin-left:10px;
			}