/* Some Basic */
.cls_hide {
	display: none;
}
.cl_both{
  clear: both;
}
.fl_right{
	float:right;
}
.fl_left{
	float:left;
}
.mg_top{
	margin-top: 10px;
}
/* For Validation CSS */
form input[type="text"].error,
form input[type="password"].error,
form input[type="file"].error, 
form select.error,
form textarea.error {
	border-color: #d9534f;
	/*background: none repeat scroll 0 0 rgba(0, 0, 0, 0);*/
  background-color: #F2F1F0;
}
form input[type="text"].error:focus,
form input[type="password"].error:focus,
form input[type="file"].error:focus ,
form select.error:focus ,
form textarea.error:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483;
}
form label.error {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #d9534f;
	font-weight: 500;
	margin: 5px 0 0;
	text-align: left;
}
.read_only {
  background-color: #e7e6e5;
}
.log4.cls_camcap {
  text-transform: capitalize;
}
/* Edit Quote Page */
.fild-1.ed_minht {
    min-height: 95px;
}
.fild-1.new-price {
  min-height: 75px;
}
/* sign up page */
.leftside.after_signup {
	color: #333;
	float: none;
	font-family: "SourceSansPro-Semibold";
	font-size: 19px;
	line-height: 28px;
	margin: 30px 0;
	text-align: justify;
	width: 98%;
}
.ctn-rh.brbx.ctn-rh_signup{
	width: 98%;
}
.fild.extra_fild {
  margin-top: 20px;
  min-width: 100%;
}
@media handheld, only screen and (max-width: 639px) {
	.leftside.after_signup {
		width: 100%;
	}
	.ctn-rh.brbx.ctn-rh_signup{
		border-bottom: 1px solid #ededed;
		margin: 0;
		padding-bottom: 30px;
		width: 100%;
	}
}
/* Forgot Password */
.middle.log.forgot_pass_big {
  min-height: 260px;
}
.middle.log.forgot_pass_small {
  min-height: 100px;
}
.forgotten_msg {
  color: #3a3a3a;
  display: block;
  font-family: "SourceSansPro-Regular";
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 30px;
}

/* For main login */
.fild.remember label {
  width: 50%;
  margin-bottom: 10px;
}
.fild.remember a {
  margin-top: 0px;
  margin-left: 5px;
}
.fild.remember input[type="submit"] {
  margin-top: -28px;
}
@media handheld, only screen and (max-width: 479px) {
  .fild.remember label {
    margin-bottom: 6px;
  }
  .fild.remember input[type="submit"] {
    margin-top: 10px;
  }
}

/* for diss login */
.fild.remember_me label {
  float: left;
  width: 50%;
}
/* For Counter Background None */
.counter.warning {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ajax_sms_result > label {
  color: #3a3a3a;
}
/* For UserName Check On Signup Page */
.available_username {
  background: url("../images/success.gif") no-repeat scroll 97% center rgba(0, 0, 0, 0);
}
.exists_username {
	background: url("../images/cross.gif") no-repeat scroll 97% center rgba(0, 0, 0, 0) !important;
}
/* For Quote Status Page */
.box-fl  a.live span {
  background: none repeat scroll 0 0 #0082BD;
  padding: 10px 42px;
}
.box-fl  a.live_discuss span {
  background: none repeat scroll 0 0 #0082BD;
  padding: 10px 21px;
}
.box-fl  a.expired span {
  background: none repeat scroll 0 0 #FF0000;
  padding: 10px 28px;
}
.box-fl  a.expired:hover span {
  background: none repeat scroll 0 0 #FF0000 ;
}
.box-fl  a.accepted span {
  background: none repeat scroll 0 0 #749b04 ;
  padding: 10px 23px;
}
.box-fl  a.accepted:hover span {
  background: none repeat scroll 0 0 #749b04 ;
}
.box-fl  a.lapsed span {
  background: none repeat scroll 0 0 #FF6161 ;
  padding: 10px 31px;
}
.box-fl  a.lapsed:hover span {
  background: none repeat scroll 0 0 #FF6161 ;
}
/* For status Page */
.ajax_qstatus_img_loader {
  margin: -15px 0;
  padding: 0;
  width: 40px;
}
/* For Quote Discuss Page */
.bxi.fome .cmnt_email input[type="submit"] {
    margin-top: 0px;
    margin-bottom: 15px;
}

.bxi.private{
   background: none repeat scroll 0 0 #F2DEDE;
}
.dis_accept{
  /*float: left;
  width: 76.5%;*/
  clear: both;
  display: block;
  overflow: hidden;
}
.bxi.fome .dis_accept .btn_accept {
  float: left;
  margin-right: 14px;
  padding: 12px 18px;
}
.bxi.fome .dis_accept .bg_expired {
  float: left;
  margin-right: 14px;
  padding: 12px 18px;
}
.bxi.fome .dis_accept .private_comment {
  float: left ;
  margin-top: 30px ;
  min-height: 100px ;
  width: 72.2%;
  padding: 7px;
}
.bxi.fome span.note_text {
  color: #717171;
  display: inline-block;
  float: left;
  font-family: "SourceSansPro-Regular";
  font-size: 16px;
  line-height: 18px;
  margin-top: 7px;
  width: 100%;
}
.bxi.ajax_load {
  text-align: center;
}
@media handheld, only screen and (max-width: 1180px) {
/*  .dis_accept {
    width: 75%;
  }*/
  .bxi.fome .dis_accept .private_comment{
    width: 69%;
  }
} 
@media handheld, only screen and (max-width: 1100px) {
  /*.dis_accept {
    width: 73.5%;
  }
  .bxi.fome .dis_accept .private_comment{
    width: 66%;
  }
	*/    
} 
@media handheld, only screen and (max-width: 1024px)  {
/*  .dis_accept {
    width: 70%;
  }
  .bxi.fome .dis_accept .private_comment{
    width: 62%;
  }*/
} 
@media handheld, only screen and (max-width: 960px) {
/*.dis_accept {
    width: 69%;
  }
  .bxi.fome .dis_accept .private_comment{
    width: 58%;
  }*/
} 
@media handheld, only screen and (max-width: 880px)  {
 /*.dis_accept {
    width: 64%;
  }
  .bxi.fome .dis_accept .private_comment{
    width: 47%;
  }*/
}
@media handheld, only screen and (max-width: 767px)  {
  .dis_accept {
    margin-top: -77px;
    width: 100%;
  }
  .bxi.fome .dis_accept .private_comment{
    width: 100%;
  }
}
@media handheld, only screen and (max-width: 540px) {
  .dis_accept {
    margin-top:0px;
  }
  .bxi.fome .dis_accept .btn_accept{
    padding: 12px 14%;
  }
  .bxi.fome .dis_accept .bg_expired {
    float: right;
    margin-right: 0px !important;
    padding: 12px 18%;
  }
}
.bg_live{
  background: none repeat scroll 0 0 #0082BD !important;
}
.bg_accepted{
  background: none repeat scroll 0 0 #749b04 !important; 
}
.bg_expired{
  background: none repeat scroll 0 0 #FF0000 !important;
}
/* Previre Page */
.ajax_img_loader{
  width: 40px;
}
.mailsend_img {
  width: 40px;
  float: right;
  margin: 25px 12px 0 0;
}
.ajax_send_sms{
  width: 40px;
  float: right;
  margin: 3px 12px 0 0;
}
.analysis_img{
  width: 40px;
  float: right;
  margin: 40px 12px 0 0;
}
.agency_analysis_img{
  width: 40px;
  float: right;
  margin: 0px 12px 0 0;
}
.inactive_quote{
    color: #ff0000;
}
.draft_quote{
    color: #0082bd;
}

.prepare_quote_img{
  width: 40px;
  float: right;
  margin: 40px 12px 0 0;
}
.fsch .fild > span.help_sms{
	font-family: "SourceSansPro-Semibold";
    font-size: 14px;
}
/* Char Count */
.counterTotal.warning, .counterMsg.warning, .counterRem.warning {
  background: none;
  color: #da5d5b !important;
}
/* For Multiple Email Hide Button */
#email_self, #copy_html, #recreate_mail {
  display: none;
}

/** 
  * Temp CSS 
  **/

.oper_back {
  background: none repeat scroll 0 0 #749b04;
  border: 0 none;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  float: right;
  font-family: "SourceSansPro-Bold";
  font-size: 16px;
  padding: 5px 19px;
  text-decoration: none;
  text-transform: uppercase;  
}

.oper_back:hover {
  background: none repeat scroll 0 0 #ff9000;
  color: #fff;
}

.frombox .fild-1.hm input[type="button"] {
  margin-top: 0px;
}
.mg_top {
  margin-top: 20px;
}
/* In disscuss User */
.full_width{
  width: 100%;
}

/* for Multi Email */
.btn_div {
  background: none repeat scroll 0 0 #749b04;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  float: left;
  font-family: "SourceSansPro-Bold";
  font-size: 16px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.btn_div span{
  color: #EDECEB;
  float: left;
  font-family: "SourceSansPro-Bold";
  font-size: 16px;
  margin:0; 
}
.btn_div:hover {
  background: none repeat scroll 0 0 #ff9000 ;
}
.btn_div a {
  color: #fff;
  text-decoration: none;
}
.deselect.btn_div {
  margin-top: 30px;
}
.recreate_mail {
  float: right;
}

#display_page {
  text-align: center;
}
#pagination-menu ul {
  display: inline-block;
  margin-top: 20px;
}
#pagination-menu ul li {
  background: none repeat scroll 0 0 #749b04;
  cursor: pointer;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  min-width: 28px;
  padding: 0 10px;
  width: auto;
  text-align: center;
  margin: 0px 5px 
}

/* For Edit Page Icon */
.edit_icon > img{
  height: 13px;
  margin: 0 5px -1px 0;
  width: 13px;
}
.edit_icon > img:hover {
  height: 16px;
  width: 16px;
}

.small_case{
 text-transform: none;
}
/* Add New Quote Page */
.mg_top.btn_add_quote {
  margin-top: 43px;
}
.draft_quote_loader {
  float: right;
  margin: -48px 135px 0 0;
  width: 40px;
}



.draft_quote_loader img{
  /* bottom: 0;
    height: 100%;
    left: 0;
    margin: 0 auto;
    max-height: 54px;
    max-width: 54px;
    position: fixed;
    right: 0;
    top: 50%;
    width: 100%;
    z-index: 99999999;*/
}
.middle input[type="button"].btn_add_save_quote{
	margin-top: -45px;
	padding: 5px 10px;
}
@media handheld, only screen and (max-width: 480px) {
	.middle input[type="submit"].btn_add_save_quote{
		margin-top: 0px;
	}
}

.fild-1.three-col {
  width: 31.3%;
}

.middle .select input[type="text"].find_us_other {
    float: left;
    margin-left: 2%;
    width: 53.5%;
    display:none;
}
.middle .select .edit_find_us_other input[type="text"].find_us_other {
    width: 100%;
}

@media handheld, only screen and (max-width: 639px)  {
  .fild-1.three-col {
    width: 100%;
  }
  .mg_top.btn_add_quote {
    margin-top: 20px;
  }
}
@media handheld, only screen and (max-width: 479px)  {
  .middle .select input[type="text"].find_us_other {
	margin-top: 10px;
	margin-left: 0%;
    width: 100%;

	}
}

/* In Edit Page */
.fild-1.client_min {
  min-height: 95px;
}

/* For the Prapare Quote */
.fl-cmbox.email_fullbox {
  width: 94%;
}
.prepare_tab ul.ui-widget-header {
  background: none;
  border: none;
}
.prepare_tab.ui-widget-content {
  border: none;
}
.select_quote {
  font-family: "SourceSansPro-Light" !important;
  font-size: 14px !important;
}
.email_ajax_result {
  clear: both;
}
.email_ajax_result .box-fl ul li {
     margin-left: 0px  !important;
}
.email_ajax_result .list_head{
  font-size: 18px;
  line-height: 22px;
  text-transform: inherit;
  padding-top: 30px;
  color: #717171;
}
@media handheld, only screen and (max-width: 1024px)  {
  .fl-cmbox.email_fullbox {
    width: auto;
  }
}
/* For Menu */
/* Style.css :: line no 1134  (Old Font Size is 10.6)*/
.header .head .menu.dark-menu ul li a {
  font-size: 15px;
  font-weight: normal;
  font-family: "SourceSansPro-Regular";
}

/* For Download CSV File */
.btn.csv_download {
	background: none repeat scroll 0 0 #749b04 !important;
}
.btn.csv_download:hover{
	background: #ff9000 !important;
}
.box p.dw_csv {
  color: #333333;
  float: none;
  font-family: "SourceSansPro-Semibold";
  font-size: 23px;
  line-height: 22px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.full_dwcsv h3 {
  margin-top: 15px;
}
.full_dwcsv a.btn {
  margin-top: 0px;
}

/* For Multipul Email */
.bg_save {
  background: #ff9000 !important;
}
.multiemail_tab ul.ui-widget-header {
  background: none;
  border: none;
}
.multiemail_tab.ui-widget-content {
  border: none;
}
.edit_icon.mul-email {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  padding: 0 !important;
  margin: 0 !important;
}
.fl-cmbox.memail_fullbox {
  width: 100%;
  box-sizing:border-box;
}

.right_buttons{
  overflow: hidden;
  padding-left: 10px;
}
#form_commnet .cmnt_email{
  float: right;
}
#form_commnet .cmnt_email input[type="submit"]{
  display: inline-block;
}
#form_commnet .cmnt_email .bg_accepted {
  margin-left: 10px;
}

@media handheld, only screen and (max-width: 479px)  {
	#form_commnet .cmnt_email{
	  width : 100%;
	}
	#form_commnet .cmnt_email .bg_accepted {
	  margin-left: 0px;
	}
}
.padding_remove{
  padding-top: 0;
  padding-bottom: 0;
}
.padding_bottom_0{
  padding-bottom: 0;
}
.hr_line hr {
  background: none repeat scroll 0 0 #dddddd;
  border: medium none;
  clear: both;
  display: block;
  height: 1px;
}
.hr_line {
  border: medium none;
  clear: both;
  display: block;
  float: left;
  margin-top: 18px;
  width: 100%;
}
.space_remove .new-one-full{
  margin-top: 0;
}

.exits_box{
  min-height: 20px;
  font-family: "SourceSansPro-Semibold";

}
#exits_div{
  font-size: 14px;
  color: #f00;
}

.formbox .middle h1{
  margin-bottom:16px;
}

.middle input[type="submit"].bg_live.submit_live {
	text-transform : none; 
}
/* Lapsed Quote */
.box-fl ul li .tw.tb_lapsed {
  width: 13%;
}
a.of.view_lapsed span {
	min-width: 146px;
	padding: 10px 7px;
}

/* Profile Page */
.lg.cls_img_yourlogo > img {
  margin: 0 33px;
  width: 343px;
}
.fullbox_tc {
  width: 100%;
  margin-top: 20px;
}
.fild.plink label {
	display: inline-block;
}
.fild.plink span {
  color: #749b04;
  display: inline-block;
  float: right;
  font-family: "SourceSansPro-Regular";
  font-size: 12px;
  line-height: 18px;
  margin-top: 3px;
}

.fild.plink span a {
    color: orange;
}
.fild.plink span a:hover {
    color: #749b04;
}
.bg_dark_overlay {
	display: none;
	cursor: not-allowed;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 9999;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}
.profile_popup {
    z-index: 9999 !important;
}

/* Home Changes */
/*
.parallax.rel_home {
	position: inherit!important;
}
*/

.container.middle.log.cls_contact {
    min-height: 195px;
}

/* Paging */
.pagination-menu ul.pagination li {
	color: #FFFFFF;
}
.pagination-menu#pagination-menu ul.pagination li:hover {
	background: none repeat scroll 0 0 #ff9000;
}
.pagination-menu#pagination-menu ul.pagination li.selected {
	color: #FFFFFF;
	background: none repeat scroll 0 0 #ff9000;
}

.middle input[type="button"].org.email_market_link {
    float: left ;
}
.org.email_market_link.sml_pading, .fid input[type="submit"].sml_pading {
  padding: 12px 7px;
}

@media handheld, only screen and (max-width: 605px)  {
	.org.email_market_link.sml_pading {
		clear: both;
		float: right !important;
	}
}
@media handheld, only screen and (max-width: 480px) {
 .middle input.btn_add_save_quote[type="button"] {
      float: left;
    margin-top: 0;
    padding: 5px 10px;
    width: auto;
  }

.draft_quote_loader {
    float: left;
    margin: -4px 0 0;
    width: 40px;
}
  .profile_popup {
		box-sizing: border-box !important;
		left: 1.5% !important;
		right: 0 !important;
		width: 96% !important;
		z-index: 9999 !important;
	}
}
.btn_sendmail {
  color: #fff;
  padding: 5px;
  float: left;
  text-align: center;
  width: 100%;
}
.btn_sendmail a {
  background: #afafaf;
  padding: 3px 5px;
  border-radius: 5px;
  cursor: pointer;
}