

@-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 fieldset {
	position: relative;
	padding-bottom: 10px;
	padding-top: 0;
	margin-bottom:20px;	
	border: 1px solid #DDDDDD;
	background: #F6F6F6;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EFEFEF));
	background: -moz-linear-gradient(center top, #FFFFFF, #EFEFEF 100%);	
	-moz-box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
}

#qab form.form-horizontal legend {
	margin-left:-1px;
	margin-bottom:25px;
	background:#563d7c;
	-moz-box-shadow: 3px 3px 5px #625070;
	-webkit-box-shadow: 3px 3px 5px #625070;			
}

#qab form.form-horizontal legend span {
      font-size:1.6em;
	  min-height:40px;
      color:#ffffff;
      display:block; 
      width:100%;
      left:20px;
	  padding-top:10px;
	  padding-left:20px;
      top:0px\9;/ie7 & ie8 8 ugly hack thanx to FF FF goes nuts of theres a top:0; so to correct that we have to add a selector for ie8*/
      padding:0 0 0 10px;
     }

#qab form.form-horizontal .control-label {
	float: left;
	padding-right:20px;
	padding-bottom:10px;
	padding-top: 5px;
	text-align:left;
 	font-size:14px;	
  
}		

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: 12px;
  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 .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;
	border-bottom: 1px solid #DBD3DB;
}

#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;
}
.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 {
  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;
}
.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%;
}
/* 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(66, 68, 152, 0.62);box-shadow: inset 4px 5px 7px 0px rgba(66, 68, 152, 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;
    margin-bottom: 20px;
}

#qab .login-keyboard-error-qab {
    display:none;    
}

#qab .login-error-qab {
    
}

#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;
}