

@-moz-document url-prefix(){
	
	 #qab form.form-horizontal legend span {
    /* firefox-only css goes here */
	
	top: 32px !important;
}
}
#qab .table-quote th.insurer{text-align: center;}

#qab form.form-horizontal li {
	list-style:none;	
}



#qab form.form-horizontal .control-label {
	float: left;
	padding-right:20px;
	padding-bottom:10px;
	padding-top: 5px;
	text-align:left;
 	font-size:16px;	
  
}		

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

textarea,
input[type="text"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;!important;
  -moz-transition: border linear .2s, box-shadow linear .2s;!important;
  -o-transition: border linear .2s, box-shadow linear .2s;!important;
  transition: border linear .2s, box-shadow linear .2s;!important;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    width: 100%;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

#qab .radio-inline {
    font-size:14px;
}

#qab .table-quote input[type="radio"], input[type="checkbox"]{
	float:none !important;
}


input[type="radio"], input[type="checkbox"] {
   /*float:none; */
	line-height: normal;
    margin: 4px 0 0;
}


#qab form.form-horizontal .input {
	float: left;
	width: 1%;
	padding-right:20px;
	padding-bottom:10px;
	padding-top: 5px;
	text-align:left;	
}

#qab form.form-horizontal .form-group {
	margin-top:5px;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right:15px;
}

#qab form.form-horizontal label.error {
	font-weight: bold;
	position:relative;
	float:right;
	color: red;
}

#qab form.form-horizontal label.valid {
  width: 24px;
  height: 24px;
  background: url(/img/valid.png) center center no-repeat;
  display: inline-block;
  text-indent: -9999px;
}

#qab form.form-horizontal .add_a_trade {
	margin-top: 5px !important;
}
#qab form.form-horizontal .trade {
	margin-left: -16px;
	margin-top: 3px;
}

/* Table designs */

/* Table for the shopping cart */

#qab .table-cart {
	max-width: 100%;
	background-color: transparent;	
	width: 100%;
	margin-bottom: 20px;	
	border-collapse: separate;
	border-spacing: 1px;	
}

#qab .table-cart td {
	padding: 8px;
	line-height: 20px;	
}

#qab .table-cart thead:first-child tr:first-child th {
	border: 2px solid #ddd;
	font-size: 1.2em;		
}

#qab .table-cart th{
	padding: 8px;
	line-height: 20px;
	vertical-align: middle;
	font-weight:bold;
}

#qab .cart-supplier {
	border: 2px solid #ddd;	
}

#qab .cart-product{
	border: 2px solid #ddd;
	vertical-align:middle;
	font-weight:bold;
}

#qab .cart-limit-cell {
	border: 2px solid #DDD;
	background-color: #563D7C;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.1em;
	color: #fff;	
}

#qab .cart-limitdropdown-cell {
	border: 2px solid #DDD;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.2em;
	color: #000;	
}

#qab .cart-subtotal-cell {
	border: 2px solid #DDD;
	background-color: #563D7C;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.4em;
	color: #fff;	
}

#qab .cart-total-cell {
	color: #fff;
	background-color: #563D7C;
	border: 2px solid #DDD;	
}

#qab .apr_total {
	font-size: 1.4em;
}

#qab .cart-special-offer {
	float: right !important;
	margin-right: 40px;
}

/* Uploader */
#qab div.uploader {
  width: 190px;
  cursor: pointer;
}

#qab div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}

#qab div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
}

#qab div.uploader input {
  width: 190px;
}

#qab div.uploader.disabled span.action {
  color: #aaa;
}

#qab div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}

.select2-container .select2-choice {
	height:30px;	
}
.input-group .form-control{
	 z-index: 1 !important; 
}

/* Admin Section */

#qab .admin-form-container {
	background-color: rgba(0, 86, 159, 0.8);
	padding: 20px;
	margin-bottom: 10px;
	margin-top: 20px;

	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 4px;
	color: #EFEFEF;
}

#qab .block-area {
    width: 100%;
    float: left;
}



@media (min-width: 780px) {
    #qab .block-area {
        padding: 15px 15px 0;
    }
	
}

/* Shortcuts */
#qab .shortcut {
    width: 120px;
    height: 85px;
    display: inline-block;
    margin: 0 10px 0 0;
    text-align: center;
    padding: 11px 10px 0;
    position: relative;
    vertical-align: top;
}

#qab .shortcut > i {
    font-size: 40px;
    color: #fff;
}

#qab .shortcut:hover {
    background: rgba(0,0,0,0.4);
}

#qab .shortcut img {
    opacity: 0.8;
}

#qab .shortcut:hover img {
    opacity: 1;
}

.shortcut small {
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 11px;
}

#qab .shortcut:hover small {
    color: #FFD600;
}

.panel-title, .panel-title > a {
    font-size: 14px;!important;
}

/* Bootstrap Select */

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: -20px;
}
.form-search .bootstrap-select.btn-group {
	margin-bottom: 0;	
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
    margin-bottom: 10px;
}

.bootstrap-select.form-control {
    margin-bottom: 0px;
    padding: 0;
    border: none;
}

.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
    float: right;
}

.input-append .bootstrap-select.btn-group {
    margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px;
}

/*!
 * Bootstrap-select v1.6.2 (http://silviomoreto.github.io/bootstrap-select/)
 *
 * Copyright 2013-2014 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 4px;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    font-size:14px;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
    white-space:normal;
    min-width: 100%;
  z-index: 1035;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  float: none !important;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1035 + 1;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

#qab .qloop20 {
	padding:20px;	
}

#qab .qloopsub {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
}

/*YN buttons */

#qab .qabradio {
	padding-bottom:14px;	
}

#qab .qabradio input[type=radio] { display:none; margin:10px; }
#qab .qabradio input[type=radio] + label { display:inline-block; margin:-2px; padding: 4px 12px; background-color: #e7e7e7; border-color: #ddd;}
#qab .qabradio input[type=radio]:checked + label { background-image: none; background-color: #28517f !important; -webkit-box-shadow:4px 5px 7px 0px rgba(66, 68, 152, 0.62);box-shadow: inset 4px 5px 7px 0px rgba(66, 68, 152, 0.62);}
#qab .qabradio input[type=radio] + label{padding: 4px 12px;background-color: #949494 !important;border-color: #949494 !important;color: #fff;font-size: 18px;margin-right: 1px !important;margin-left:17px !important;padding: 4px 20px !important;min-width: 71px !important;text-align: center !important;}

/*Switch Radio Buttons */
#qab .qabswitchradio {margin-bottom: 15px;}
#qab .qabswitchradio span::before, #qab .qabswitchradio span::after {content: '';position: absolute;top: 0;bottom: 0;margin:auto;}
#qab .qabswitchradio input[type=radio] { display:none; margin:10px;}
#qab .qabswitchradio span.swradio::before {left: -52px;width: 45px;height: 25px;background-color: #32354e;border-radius: 50px;}
#qab .qabswitchradio span.swradio::after {left: -49px;width: 17px;height: 17px;border-radius: 10px;background-color: #6C788A;transition: left .25s,background-color .25s;}#qab .qabswitchradio input[type="radio"]:checked + label span.swradio::after {left: -27px;background-color: #8ce196;}

#qab .btn-qab-purple {
  background-color: hsl(273, 84%, 13%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#500b88", endColorstr="#23053c");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#500b88), to(#23053c));
  background-image: -moz-linear-gradient(top, #500b88, #23053c);
  background-image: -ms-linear-gradient(top, #500b88, #23053c);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #500b88), color-stop(100%, #23053c));
  background-image: -webkit-linear-gradient(top, #500b88, #23053c);
  background-image: -o-linear-gradient(top, #500b88, #23053c);
  background-image: linear-gradient(#500b88, #23053c);
  border-color: #23053c #23053c hsl(273, 84%, 9%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26);
  -webkit-font-smoothing: antialiased;
}

#qab .btn-add-question {
		display: inline-block;
		position: relative;
		height: 36px;
		background-color: #0da9ef;
		color: #fff;
		padding: 0 22px;
    	transform: translateZ(0);
    	transition: all .4s;
    	border: 1px solid transparent;
    	border-radius: 12px;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		letter-spacing: .07em;
		line-height: 42px;
		white-space: nowrap;
		cursor: pointer;
		vertical-align: middle;
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;		
	}

#qab .btn-remove-question {
		display: inline-block;
		position: relative;
		height: 36px;
		background-color: #CD4B67;
		color: #fff;
		padding: 0 18px;
		margin-bottom:10px;
    	transform: translateZ(0);
    	transition: all .4s;
    	border: 1px solid transparent;
    	border-radius: 12px;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		letter-spacing: .07em;
		line-height: 36px;
		white-space: nowrap;
		cursor: pointer;
		vertical-align: middle;
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;
		margin-top: 26px;
	}

#qab .addq-text {
	padding: 15px;
	font-weight: bold;
	font-size: 1.2em;
}

/* New Table for quotepage */

#qab .quotepage-body {
    background: #fff;
    padding: 25px 30px;
}

#qab .tablequotev2 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;

}

#qab .tablequotev2 th {
    border: none;
    font-size: 14px;
    font-weight: 600;
	padding: 10px 20px 5px;
}

#qab .tablequotev2 .quote-insurer-single {
    text-align: center;
	padding: 15px 20px;
	border: 3px solid #f1f1f1;
	background: #fff;
	font-weight: 600;
	width:100%;
}


#qab .tablequotev2 .quote-limit-heading {
    text-align: center;
	padding: 15px 20px;
	border: 3px solid #f1f1f1;
	background: rgba(90, 57, 142, 0.04);
	font-weight: 600;
	width:20%;
}

#qab .tablequotev2 .quote-limit-details {
    text-align: center;
	padding: 15px 20px;
	border: 3px solid #f1f1f1;
	background: rgba(90, 57, 142, 0.04);
	font-weight: 600;
	width:20%;
}

#qab .tablequotev2 .quote-price-heading {
    text-align: center;
	padding: 15px 20px;
	border: 3px solid #f1f1f1;
	background: #fff;
	font-weight: 600;
}

#qab .tablequotev2 .quote-price-details {
    text-align: center;
	padding: 15px 20px;
	border: 3px solid #f1f1f1;
	background: #fff;
	font-weight: 600;
}

#qab .tablequotev2 .qselected {
	background: #ACE0A7;
}

#qab .tablequotev2 .quote-footer-heading {
    text-align: center;
	padding: 15px 20px;
	border: 3px solid #f1f1f1;
	background: rgba(90, 57, 142, 0.04);
	font-weight: 600;
	width:20%;
}

#qab .tablequotev2 .quote-footer-details {
    text-align: center;
	padding: 15px 20px;
	border: 3px solid #f1f1f1;
	background: #fff;
	font-weight: 600;
}

#qab .tablequotev2 .quote-information-box {
    text-align: left;
	padding: 15px 20px;
	border: 3px solid #f1f1f1;
	background: #fff;
	font-weight: 600;
}

#qab .tablequotev2 .quote-buttons-cell {
    text-align: right;
	padding: 15px 20px;
	border: 3px solid #f1f1f1;
	background: #fff;
	font-weight: 600;	
}
tr.trshaddow{box-shadow: #e8e8e8 2px 2px;}



/* Blank design quote page */
.table-quote2{
	background-color:#fff !important;
	    border-collapse: separate !important;
   /* border-spacing: 2px;*/
      /* border-spacing: 0em 11px;*/
	   
    }
	

	
	.table-quote2 td {
    box-shadow: 0 0 0.5px #b5b5b5 !important;
    background: #fff !important;
}

th.qprice{
    font-size: 1.7em !important;
    vertical-align: middle;
}


.table2{padding:10px !important; }

.table-quote2 th.insurer {
   /* border: 1px solid #DDD;*/
	padding-top:8px;
	padding-bottom:8px;
	    box-shadow: 0 0 0.5px #b5b5b5 !important;
    background: #fff !important;
}

.table2 th, #qab .table2 td{padding-top:10px !important; 
padding-bottom:10px !important;
border-top: 0px solid #dddddd;
padding-left:5px;
	padding-right:5px;}

td.noshaddow{    box-shadow: none !important; }

.table-quote2 td.selected {
   
	/*border:2px solid #00599b !important;*/ 
	border:2px solid rgb(242, 242, 242) !important;
	
	background:#f2f4f7 !important;
}
.table-quote2 td {
    min-height: 10px;
    vertical-align: middle;
    border: none;
	padding-left: 10px;
	padding-right:5px;
	
}
td.limitfooter2{
	background-color:#f2f2f2 !important;
	font-weight:bold !important;
	
}
th.limitfooter2{
	background-color:#f2f2f2 !important;
}
/*End blank quote page*/
.product-header{
	background: #28517F; color:#fff; text-align:center; padding-top:1px; padding-bottom:1px;
}
.quote-outline{
	-webkit-box-shadow: 2px 2px 5px #ccc;
	border: 1px solid #DDDDDD;
	padding-left:5px;
	 padding-right:5px;
	 padding-top:5px;
	 margin-left:-10px;
	 margin-right:-10px;
}
.radio-vis{
opacity:1 !important;
}
 .bg-white{
background-color:#fff !important;	
}

.bottom-stick{
	    position: fixed;
    bottom: 0;
	left: 0;
	padding-top: 10px;
    padding-bottom: 10px;
}
/*Help text boxs*/
div.helpBox {
  font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
  display: inline-block;
  background: #E1E8F5;
  position:relative;
  padding: 10px;
  margin-top: 10px;
  margin-left: 40px;
  margin-bottom: 20px;
  border: solid 1px #D8DCE4;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
/*Backoffice user logs*/
#userlogs{
	word-wrap: break-word;
}
/*question category notes*/
#qab .cat_notes {
	padding-left:20px;
	padding-right:20px;	
}
/* Pasrley Validation */

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in-;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

/*********** Quote page *************** */
/*Prices in quotespage table bold and blue*/
#qab .quotePrice {
	font-size: 18px;
	font-weight: 600;
	color: #247DC4;
}

#qab #hor-minimalist-a {
	background: #fff;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	border-bottom: 2px solid #0063BE;
}
#qab #hor-minimalist-a th {
	font-size: 14px;
	font-weight: normal;
	color: #0071B9;
	padding: 10px 8px;
	border-bottom: 2px solid #0063BE;
	text-align: left;
}
#qab #hor-minimalist-a td {
	color: #464646;
	padding: 4px 8px 5px 8px;
}
#qab #hor-minimalist-a tr.overdue td {
	color: #C00 !important;
}
#qab #hor-minimalist-a tbody tr:hover td {
	color: #0071B9;
}
#qab .propTable {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	background: #EEE;
	border-spacing: 0;
	width: 100%;
}

#qab #prop table td {
	/* border-right: 1px solid #949494;*/
	border-bottom: 1px solid #949494;
	font-size: 12px;
	padding: 3px;
	/*color:#000;*/
}
#qab .propTable th, #qab .propTable td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-size: 14px;
	line-height: 1.4em;
	padding: 8px;
	vertical-align: top;
	background-color: #E9EAEB;
background-image: linear-BD032Cnt(bottom, #F5F5F5 13%, #EBEBEB 100%);
background-image: -o-linear-BD032Cnt(bottom, #F5F5F5 13%, #EBEBEB 100%);
background-image: -moz-linear-BD032Cnt(bottom, #F5F5F5 13%, #EBEBEB 100%);
background-image: -webkit-linear-BD032Cnt(bottom, #F5F5F5 13%, #EBEBEB 100%);
background-image: -ms-linear-BD032Cnt(bottom, #F5F5F5 13%, #EBEBEB 100%);
background-image: -webkit-BD032Cnt( linear, left bottom, left top, color-stop(0.13, #F5F5F5), color-stop(1, #EBEBEB) );
color:#000; /*check pop ups */
}
#qab .propTable th {
	font-weight: bold;
	/*background: #E0E0E0;*/
	width: 25%;
	background-color: #E9EAEB;
background-image: linear-BD032Cnt(bottom, #F5F5F5 13%, #EBEBEB 100%);
background-image: -o-linear-BD032Cnt(bottom, #F5F5F5 13%, #EBEBEB 100%);
background-image: -moz-linear-BD032Cnt(bottom, #F5F5F5 13%, #EBEBEB 100%);
background-image: -webkit-linear-BD032Cnt(bottom, #F5F5F5 13%, #EBEBEB 100%);
background-image: -ms-linear-BD032Cnt(bottom, #F5F5F5 13%, #EBEBEB 100%);
background-image: -webkit-BD032Cnt( linear, left bottom, left top, color-stop(0.13, #F5F5F5), color-stop(1, #EBEBEB) );
}

/* Rotates the "Remove" button on quote screen*/
.rotate90 {
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
 filter: progid: DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=6.123031769111886e-17, M12=-1, M21=1, M22=6.123031769111886e-17);
	zoom: 1;
}
/*END "Remove" ROTATE*/

.entcode {
	float: left;
	clear: left;
	margin-left: 12px;
	width: 10%;
	margin-top: 6px;
}
.enttitle {
	float: left;
	margin-left: 12px;
	padding: 5px;
	width: 60%;
}
 .entdetail {
	float: right;
	margin-right: 12px;
}
#qab #enttable .entdetail {
	float: right;
	margin-right: 12px;
}
#qab ol.entlist {
	list-style: decimal
}
#qab .validateTips {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#qab .client_email_address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*********** END quotes page******************/


/*client policy page / additional insurances*/
p.add-ins-type{
font-weight:bold !important;
font-size:14px !important;	
margin-bottom:2px !important;
padding:5px !important;
  color: rgb(25, 115, 200);
}
.add-your-policy{
background:#fff  !important;
padding:3px !important;
margin-bottom:10px;
}

.add-your-policy-main{
background:#fff  !important;
padding:10px 3px 10px 3px !important;
margin-bottom: 20px !important;
}

.policy-header-block {
background:rgba(224, 198, 182, 0.29);  !important;
padding:10px 3px 10px 3px !important;
margin-bottom: 20px !important;
}

.panel-body-add{
	padding:10px !important;
	background:#E5E5E5 !important;
	/*margin-right: 10px;	*/
}
p.additional-policy{
color: #666 !important;
  font-weight: bold !important;	
  padding:5px !important;
}
h3.add-ins-title{
margin-top:0px !important;	
color: dodgerblue;
  font-size: 20px !important;
}


h4.add-ins-title{
color: dodgerblue;
font-size: 22px;
}

h4.add-ins-wording{
margin-top:10px !important;	
margin-bottom:10px !important;	
color:#666 !important;
  font-weight: 400 !important;
}

.add-ins-options {
  background: #f3f0eb;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-top:20px;
  padding-bottom:20px;
}

.add-ins-options ul {
	padding:0px;	
}
  
.add-ins-payable {
	text-align:center;
}
h5.add-ins-wording{
	font-size: 13px !important;
}
.add-your-policy-grey{ 
background: rgba(239, 249, 249, 1) !important;
  padding: 8px !important;
  margin-bottom: 5px;
  /*border-bottom:solid 1px #6CC;*/
    border: solid 2px #C8C8C8;
}

.add-your-policy-light { 
	background: rgba(228, 247, 236, 0.5) !important;
  padding: 8px !important;
  margin-bottom: 5px;
  border: solid 2px #C8C8C8;
}

.add-your-policy-header {
	background:#5A6D74;
	color:#B1C1C1;
	padding: 5px 3px 5px 3px;
	margin-bottom: 20px !important;
}

.your-policy-white{ 
  padding: 8px !important;
  margin-bottom: 5px;
  border: solid 2px #C8C8C8;
}

.client-policy-section-main {
	color:#376A89;
	padding: 5px 3px 5px 3px;
	margin-bottom: 20px !important;
}

.client-policy-section-details {
	background:#fff;
	color:#376A89;
	padding: 5px 3px 5px 3px;
	margin-bottom: 20px !important;

}

.policy-details-break {
	padding-top:10px;
	margin-bottom:20px;
	border-bottom: 4px #e6e6e6 solid;		
}

.policy-summary {
	border: 8px #e6e6e6 solid;	
	display: inline-block;
	word-wrap:break-word;
}

.policy-summary  h4 {
	font-size:18px;
	font-weight:bold;
	color:#5298DF;
	border-bottom: 2px #e6e6e6 solid;
}

.policy-summary  h5 {
	font-size:16px;
	font-weight:bold;
	color:#5298DF;
}

.policy-summary-purchased {
	display: inline-block;
}

.policy-summary-purchased  h4 {
	font-size:18px;
	font-weight:bold;
	color:#5298DF;
	border-bottom: 2px #e6e6e6 solid;
}

.policy-summary-purchased  h5 {
	font-size:16px;
	font-weight:bold;
	color:#5298DF;
}

.policy-summary-purchased  h5.warning {
	font-size:16px;
	font-weight:bold;
	color:red;
}

.policy-purchased-info {
	margin-bottom:20px;	
}

.policy-purchased-info h3 {
	font-size:20px;
	font-weight:bold;
	color:#5298DF;
}

.policy-col-left {
	margin-right: -4px;
	line-height: 28px;
	border-right: 8px #e6e6e6 solid;
}

.policy-col-right {
	margin-left: -4px;
	border-left: 8px #e6e6e6 solid;
}

.policy-detail-hd {
	padding: 5px 5px 6px 10px;
	color: #6F6F6F;
}

.policy-detail-info {
	font-size:1.1em;
	font-weight:bold;
	color: #6F6F6F;
}

/************** Slider bar ***************/
.kv-strength-container {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.kv-strength-container td {
    vertical-align: middle;
}

.kv-meter-container {
    width: 130px;
}

.kv-meter {
    text-align: center;
}

.kv-disabled {
    opacity: .65;
    cursor: not-allowed;
}

.kv-scorebar-border {
    background: none repeat scroll 0 0 #333;
    border: 1px solid #333;
    height: 16px;
    width: 100px;
    margin: 0 auto;
    border-radius: 4px;
}

.kv-scorebar {
    background: url(/img/bg_strength_gradient.jpg) no-repeat 0 0;
    position: absolute;
    width: 98px;
    height: 14px;
    z-index: 0;
    border-radius: 2px;
}

.kv-score {
    font-size: 12px;
    line-height: 13px;
    position: absolute;
    width: 98px;
    z-index: 10;
    border-radius: 2px;
}

.kv-score-0, .kv-score-1, .kv-score-5 {
    color: #fff;
}

.kv-score-2, .kv-score-3, .kv-score-4 {
    color: #333;
}

.kv-verdict {
    width: 100%;
}

/* extend support to BS4 */
.kv-verdict .label {
    display: inline-block;
    padding: .25em .4em;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25rem;
}

/* limit data slider */
.ui-slider .ui-slider-handle {

  width: 2.2em !important;
  height: 1.2em !important;
  cursor: default;
  background: #00acac !important;}
  
  input#price{
	  font-size:20px !important;
	  border:0px solid !important;
	  -webkit-box-shadow:none !important;
	  -webkit-transition:none !important;
	  box-shadow: none !important;
	  transition: none !important;
	  padding:0px !important;
  }

/* end slider*/

td.purchased {
	background-color: aquamarine !important;	

}

.policy-offer {
    overflow: hidden;	
	border: 8px #e6e6e6 solid;	
	padding:0px !important;
	margin-bottom:10px;
}

.policy-offer img{
    width:100%;
}

/*********** OLD quote page still used in test and live ***************/
#qab .table th,
#qab .table td {
  padding: 8px;
  line-height: 20px;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
#qab .table th {
  font-weight: bold;
}
#qab .table thead th {
  vertical-align: bottom;
}
#qab .table caption + thead tr:first-child th,
#qab .table caption + thead tr:first-child td,
#qab .table colgroup + thead tr:first-child th,
#qab .table colgroup + thead tr:first-child td,
#qab .table thead:first-child tr:first-child th,
#qab .table thead:first-child tr:first-child td {
  border-top: 0;
}
#qab .table tbody + tbody {
  border-top: 2px solid #dddddd;
}
#qab .table .table {
  background-color: #ffffff;
}
#qab .table-condensed th,
#qab .table-condensed td {
  padding: 4px 5px;
}


#qab .table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#qab .table-bordered th,
#qab .table-bordered td {
  border-left: 1px solid #dddddd;
}
#qab .table-bordered caption + thead tr:first-child th,
#qab .table-bordered caption + tbody tr:first-child th,
#qab .table-bordered caption + tbody tr:first-child td,
#qab .table-bordered colgroup + thead tr:first-child th,
#qab .table-bordered colgroup + tbody tr:first-child th,
#qab .table-bordered colgroup + tbody tr:first-child td,
#qab .table-bordered thead:first-child tr:first-child th,
#qab .table-bordered tbody:first-child tr:first-child th,
#qab .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
#qab .table-bordered thead:first-child tr:first-child > th:first-child,
#qab .table-bordered tbody:first-child tr:first-child > td:first-child,
#qab .table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
#qab .table-bordered thead:first-child tr:first-child > th:last-child,
#qab .table-bordered tbody:first-child tr:first-child > td:last-child,
#qab .table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
#qab .table-bordered thead:last-child tr:last-child > th:first-child,
#qab .table-bordered tbody:last-child tr:last-child > td:first-child,
#qab .table-bordered tbody:last-child tr:last-child > th:first-child,
#qab .table-bordered tfoot:last-child tr:last-child > td:first-child,
#qab .table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
#qab .table-bordered thead:last-child tr:last-child > th:last-child,
#qab .table-bordered tbody:last-child tr:last-child > td:last-child,
#qab .table-bordered tbody:last-child tr:last-child > th:last-child,
#qab .table-bordered tfoot:last-child tr:last-child > td:last-child,
#qab .table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
#qab .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
#qab .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
#qab .table-bordered caption + thead tr:first-child th:first-child,
#qab .table-bordered caption + tbody tr:first-child td:first-child,
#qab .table-bordered colgroup + thead tr:first-child th:first-child,
#qab .table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
#qab .table-bordered caption + thead tr:first-child th:last-child,
#qab .table-bordered caption + tbody tr:first-child td:last-child,
#qab .table-bordered colgroup + thead tr:first-child th:last-child,
#qab .table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
#qab .table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: rgba(249, 249, 249, 0.22);
}
#qab .table-hover tbody tr:hover > td,
#qab .table-hover tbody tr:hover > th {
background-color: rgba(245, 245, 245, 0.38);
}
#qab .table-quote {
    border-collapse:separate !important;
    border-spacing: 2px;
}
#qab .table-quote th {
	height:45px;
	border:none;
}
#qab .table-quote th.insurer {
	border: 2px solid #DDD;
}
#qab .table-quote th.limitheader {
	font-size:1.7em;
	vertical-align:middle;		
}

#qab .table-quote th.limitfooter {
	font-size:1.4em;
	vertical-align:middle;		
}
#qab .table-quote td {
	min-height:10px;
	text-align:center;
	vertical-align: middle;
	border:none;
	background-color: rgb(233, 234, 235);
	background-image: linear-BD032Cnt(bottom, rgb(245,245,245) 10%, rgb(235,235,235) 100%);
	background-image: -o-linear-BD032Cnt(bottom, rgb(245,245,245) 10%, rgb(235,235,235) 100%);
	background-image: -moz-linear-BD032Cnt(bottom, rgb(245,245,245) 10%, rgb(235,235,235) 100%);
	background-image: -webkit-linear-BD032Cnt(bottom, rgb(245,245,245) 10%, rgb(235,235,235) 100%);
	background-image: -ms-linear-BD032Cnt(bottom, rgb(245,245,245) 10%, rgb(235,235,235) 100%);

	background-image: -webkit-BD032Cnt(linear,left bottom,left top,color-stop(0.13, rgb(245,245,245)),color-stop(1, rgb(235,235,235)));
}
#qab .table-quote td.selected {
	background: #ACE0A7;
	background-image: linear-BD032Cnt(bottom, rgb(218,245,224) 13%, rgb(148,212,158) 100%);
	background-image: -o-linear-BD032Cnt(bottom, rgb(218,245,224) 13%, rgb(148,212,158) 100%);
	background-image: -moz-linear-BD032Cnt(bottom, rgb(218,245,224) 13%, rgb(148,212,158) 100%);
	background-image: -webkit-linear-BD032Cnt(bottom, rgb(218,245,224) 13%, rgb(148,212,158) 100%);
	background-image: -ms-linear-BD032Cnt(bottom, rgb(218,245,224) 13%, rgb(148,212,158) 100%);

	background-image: -webkit-BD032Cnt(linear,left bottom,left top,color-stop(0.13, rgb(218,245,224)),color-stop(1, rgb(148,212,158)));	
}
#qab .table-quote td.limitcell, #qab .table-quote td.coverOptions {
	background-color: #FFF;
	background-image:none;
	border-bottom: 1px solid #FFF;
}
#qab .table-quote td.limitcell, #qab .table-quote td.coverOptions {
color: #FFF;
background-color: #563D7C;
text-align: left;
}
/*Form horizontal styles */

.form-horizontal .label.valid {
	width: 24px;
	height: 24px;
	background: url(../img/valid.png) center center no-repeat;
	text-indent: -9999px;
	display: inline-block;
	margin-right:150px;
	float:right;
}
.form-horizontal label.error {
	font-weight: bold;
	color: red;
	margin-top: 2px;
}
.form-horizontal .controls {

  margin-left: 220px;
}

/*Radio buttons*/
.radio_class{
	max-width:900px;
	text-align:center;
	margin:50px auto 0 auto;
}

.radio_class .buttonwrap{
	margin:0 15px;
	float:left;
	/*height: 150px;*/
	width: 188px;
	padding: 3px;
}
.qhelp {
	padding-top:4px;
	float:right;	
}

/*client offers*/

h4.clientoffer {
  color: rgb(98, 152, 223);
  font-size: 20px;
  font-weight: bold;	
}
/*end client policy */

.border-green{
border-bottom: 1px solid #6CC;	
}

.total-payable{
background: #00acac;
color:#fff !important;
padding: 10px;
  border: 2px solid #107F80;
}

.total-payable .small {
	color:#fff !important;	
}

/* Check box designs */

#qab .multilbl {
	font-size:14px;
	padding-left:20px;
	margin-top:20px;
}

#qab .checkboxv1 input[type="radio"], .checkboxv1 input[type="checkbox"] {
		margin: 0;
		opacity: 0;
}

#qab .checkboxv1 {
	width: 25px;
	margin: 10px 35px;
	position: relative;
}
#qab .checkboxv1 label {
	cursor: pointer;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
  	left: 0;
	background: #fff;
	border:1px solid #949494;
}
#qab .checkboxv1 label:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 6px;
	left: 7px;
	border: 3px solid #0fb941;
	border-top: none;
	border-right: none;

	transform: rotate(-45deg);
}

#qab .checkboxv1 label:hover::after {
	opacity: 0.3;
}

#qab .checkboxv1 input[type=radio]:checked + label:after {
	opacity: 1;
}
#qab .checkboxv1 input[type=checkbox]:checked + label:after {
	opacity: 1;
}

#qab .checkboxv2 input[type="checkbox"] {
		margin: 0;
		opacity: 0;
}
#qab .checkboxv3 input[type="checkbox"] {
		margin: 0;
		opacity: 0;
}

.checkboxv2 {
	width: 120px;
	height: 40px;
	background: #333;
	margin-top: 15px;
	margin-left:40px;
	border-radius: 50px;
	position: relative;
}
	
.checkboxv2:before {
	content: 'Yes';
	position: absolute;
	top: 12px;
	left: 13px;
	height: 2px;
	color: #fff;
	font-size: 16px;
}
	
.checkboxv2:after {
	content: 'No';
	position: absolute;
	top: 12px;
	left: 84px;
	height: 2px;
	color: #fff;
	font-size: 16px;
}
	
.checkboxv2 label {
	display: block;
	width: 52px;
	height: 22px;
	border-radius: 50px;

	transition: all .5s ease;
	cursor: pointer;
	position: absolute;
	top: 9px;
	z-index: 1;
	left: 12px;
	background: #ddd;
}


.checkboxv2 input[type=checkbox]:checked + label {
	left: 60px;
	background: #28517f;
}

.checkboxv3 {
	width: 20px;
	height: 21px;
	background: #ddd;
	margin-top: 20px;
	margin-left:70px;

	border-radius: 100%;
	position: relative;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
.checkboxv3 label {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 100px;

	transition: all .5s ease;
	cursor: pointer;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1;

	background: #333;
	box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
}
.checkboxv3 input[type=checkbox]:checked + label {
	background: #26ca28;
}


/* Table for quote pages version 3 */

#qab .tablequotev3 table, .tablequotev3 table th, .tablequotev3 table td {
  border: 1px solid #eee !important;
  border-collapse: collapse;	
}

#qab .tablequotev3 table {
	width: 100%;
	margin-bottom: 50px;
}

#qab .tablequotev3 table thead th {
    color: #666666;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding: 18px 0;
    text-align: center;
    text-transform: uppercase;
}

#qab .tablequotev3 table tr td {
  color: #999;
  padding: 20px 30px;
}

#qab .insurance-title-v3 {
    color: #666666;
    font-weight: 500;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

#qab .insurance-price-v3, .insurance-subtotal-v3 {
    font-size: 16px;
    font-weight: 700;
}

#qab .insurance-total-v3 {
	background: #f9f8f7;
}

#qab .insurance-details-v3 > p {
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    color: #999999;
	margin-bottom: 0;
}

#qab .insurance-total-price-v3 {
	color: #2c7bd4;
	font-size: 18px;
    font-weight: 700;	
}

/* End of table for quote pages version 3 */


#qab .form-center {
	padding: 30px 40px;
	color: #999;
	max-width: 450px;
	margin: 0 auto;
}
.error{text-align:left;}
#qab form.form-horizontal li.qabunorderedlist {list-style: disc;}
#qab form.form-horizontal li.qaborderedlist {list-style: lower-latin;}
#qab form.form-horizontal li.qaborderedlist-u {list-style:upper-latin;}
#qab form.form-horizontal li.qabnumberedlist {list-style:decimal;}
#qab form.form-horizontal li.qaborderedroman {list-style: lower-roman;}

#qab .bg-silver { background: #f0f3f4 !important; }

#qab .text-inverse {
    color: #2d353c !important;
}

#qab .p-10 {
    padding: 10px !important;
}

#qab .width-250 {
    width: 250px !important;
}

#qab .wrapper {
    padding: 15px !important;
}

#qab .btn.btn-white {
    font-weight: normal;
    color: #333;
    background: #fff;
    border-color: #e2e7eb;
}

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
    background: #e2e7eb;
    border-color: #d8dde1;
}

#qab .vertical-box {
    display: table; 
    table-layout: fixed; 
    border-spacing: 0; 
    height: 100%;
    width: 100%;
}
#qab .vertical-box-column {
    display: table-cell;
    vertical-align: top;
    height: 100%;
}
#qab .vertical-box-row {
    display: table-row;
    height: 100%;
}
#qab .vertical-box-row > .vertical-box-cell {
    position: relative;
    height: 100%;
    width: 100%;
    float: none;
}
#qab .vertical-box-row > .vertical-box-cell > .vertical-box-inner-cell {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

#qab .list-email {
    margin-bottom: 0 !important;
    border-top: 1px solid #e2e7eb;
    border-bottom: 1px solid #e2e7eb;
}
#qab .list-email > li.list-group-item {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}
#qab .list-email > li.list-group-item {
    padding: 15px 15px 15px 20px;
    position: relative;
}
#qab .list-email > li.list-group-item + li.list-group-item {
    border-top: 1px solid #e2e7eb;
}
#qab .list-email > li.list-group-item:before,
#qab .list-email > li.list-group-item:after {
    content: '';
    display: table;
    clear: both;
}
#qab .list-email > li.list-group-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    background: #fff;
}
#qab .list-email > li.list-group-item.success:before {
    background: #00acac;
}
#qab .list-email > li.list-group-item.info:before {
    background-color: #49b6d6;
}
#qab .list-email > li.list-group-item.danger:before {
    background-color: #ff5b57;
}
#qab .list-email > li.list-group-item.primary:before {
    background-color: #348fe2;
}
#qab .list-email > li.list-group-item.inverse:before {
    background-color: #242a30;
}
#qab .list-email > li.list-group-item.warning:before {
    background-color: #f59c1a;
}
#qab .list-email > li.list-group-item.purple:before {
    background-color: #727cb6;
}
#qab .list-email > li.list-group-item.default:before {
    background-color: #b6c2c9;
}
#qab .list-email .email-user {
    float: left;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    color: #6e7179;
    background: #f4f6f7;
}
#qab .list-email .email-user img {
    max-width: 100%;
    display: block;
}
#qab .list-email .email-user + .email-info {
    margin-left: 65px;
}
#qab .list-email .email-checkbox + .email-user + .email-info {
    margin-left: 95px;
}
#qab .list-email .email-checkbox + .email-info {
    margin-left: 35px;
}
#qab .list-email .email-title {
    margin-top: 3px;
    margin-bottom: 3px;
    line-height: 20px;
}
#qab .list-email .email-title .label {
    position: relative;
    top: -1px;
}
#qab .list-email .email-title,
#qab .list-email .email-title a {
    color: #242a30;
}
#qab .list-email .email-time {
    float: right;
    font-size: 11px;
    color: #C8CCCF;
    margin-left: 10px;
}
#qab .list-email .email-checkbox {
    float: left;
    width: 20px;
    margin-right: 10px;
    height: 50px;
    line-height: 50px;
}
#qab .list-email .email-checkbox label {
    color: #e2e7eb;
    display: block;
    cursor: pointer;
}
#qab .list-email .email-checkbox label input[type=checkbox] {
    display: none;
}
#qab .list-email .email-checkbox label .fa {
    font-size: 18px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
#qab .list-email .email-checkbox label.active {
    color: #707478;
}
#qab .list-email .email-checkbox label.active .fa:before {
    content: '\f046';
}
#qab .list-email > li.selected {
    background: #F2FFFB;
}

#qab .qabqpbasket {
	padding-bottom:14px;	
}

#qab .qabqpbasket input[type=radio] { display:none; margin:0px; }
#qab .qabqpbasket input[type=radio] + label { display:inline-block; margin:-2px; padding: 4px 12px; background-color: #e7e7e7; border-color: #ddd;}
#qab .qabqpbasket input[type=radio]:checked + label { background-image: none; background-color: #175895 !important; -webkit-box-shadow:4px 5px 7px 0px rgba(25, 90, 149, 0.62);box-shadow: inset 4px 5px 7px 0px rgba(25, 90, 149, 0.62);}
#qab .qabqpbasket input[type=radio] + label{padding: 4px 12px;background-color: #175895 !important;border-color: #4093ca !important;color: #fff;font-size: 18px; !important;padding: 4px 20px !important;min-width: 71px !important;text-align: center !important;}

#qab .mmselected {background:rgba(0, 255, 92, 0.17) !important;border: 2px solid #56d2c6 !important;}

#qab .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}	
	
#qab .justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

#qab .login-content-qab .input-group {
    margin-bottom: 35px;       
}

#qab .login-qab {
    background:#fff;
    margin: 0 auto; 
    max-width:480px;
    position: relative;    
}

#qab .login-header-qab {
    margin-bottom: 20px;    
}

#qab .login-header-qab h5 {
    font-size: 18pt;    
}

#qab .login-header-qab p {
    font-size: 12pt;   
}

#qab .login-reset-qab {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#qab .login-reset-qab ul {
    padding-left: 0;
    list-style: none;
}

#qab .login-keyboard-error-qab {
    display:none;    
}

#qab .login-error-qab {
	font-size: 16px;
    font-weight: 600;
	color: #e1585a;
	position: relative;
	text-align: center;    
}

#qab .login-input-qab {
    padding-left: 10px;
    padding-right: 10px;
    height: 50px;  
}

#qab .login-buttons-qab {
    margin-top: 25px;    
}

#qab .btn-login-qab {
    border: 0;
    color: #fff;
    font-size: 1.8rem;
    cursor: pointer;
    font-weight: 400;
    padding: 10px 13px;
    position: relative;
    background: #145895;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;    
}

#qab .login-forgotten-password-qab {
    color:#555 !important;
    text-decoration:none;
}