/* Layout
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 75px;
  font-size: 13px;
}
#footer {
  width: 100%;
  height: 75px;
  background-color: #f5f5f5;
}

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

#footer > .container {
  padding:15px;
}

footer p, footer a {
  text-align: center;
  color: #999;
  font-size: 10px;
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

div.form-flow-ctnr {
	margin-top: 45px;
}

span.label-brand {
	font-size: 11px;
}

div.recent-quotes {
	height: 275px;
	overflow: auto;
}

div.search-results-quotes {
	height: 400px;
	overflow: auto;
	padding-bottom: 25px;
}

h3.panel-title {
	font-size: 14px;
	font-weight: bold;
}

/* Nav
-------------------------------------------------- */
a.nav-btn-inactive {
	color: #999;
}

span.nav-product-label {
    background-color:#159acf;
	padding: 4px;
}

/* Global forms
-------------------------------------------------- */
input.form-control[type=radio], input.form-control[type=checkbox] {
	height: 15px;
	width: 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 2px;
}

select.input-mini, input.input-mini, .form-inline input.input-mini {
	width: 73px;
}

select.input-small, input.input-small, .form-inline input.input-small {
	width: 90px;
}

select.input-medium, input.input-medium, .form-inline input.input-medium {
	width: 120px;
}

select.input-large, input.input-large, .form-inline input.input-large {
	width: 150px;
}

select.input-xlarge, input.input-xlarge, .form-inline input.input-xlarge, .form-inline select.input-xlarge{
	width: 250px;
}

.form-inline input.form-control.maxlen {
	width: 100%;
}

/* Errors
-------------------------------------------------- */
form#primary-form label.error {
	font-size: 10px;
	color: #ee5f5b;
	font-weight: bold;
	display: block;
	margin-top: 2px;
	width: 100px;
}

form#primary-form .custom-error-container label.error {
	position: relative;
	display: inline;
}

form#primary-form .customer-error-container-left label.error {
	width: 200px;
	margin-left: -20px;
}

input.input-error, input.error, select.error, input.input-error-display {
	color: #B94A48 !important;
	border: 1px solid #B94A48 !important;
}

/* Login page
-------------------------------------------------- */
div.login-well {
	border: 1px solid #bebdbd;
	margin-top: 25px;
	background-color:#fff;
	height: 250px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

/* Modals
-------------------------------------------------- */
div.modal-body {
	margin-left: 25px;
	margin-right: 25px;
}

/* Maps
-------------------------------------------------- */
div.map-container {
	height: 300px;
	width: 100%;
	margin-top: 10px;
}

/* Properties page
-------------------------------------------------- */
div.property-panel div.panel div.row {
	min-height: 35px;
	margin-bottom: 3px;
}

div.property-panel div.rdio-chkbx-container {
	display: inline;
}

/* Quote page
-------------------------------------------------- */
div.quote-page-premium {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Utility
-------------------------------------------------- */
.nowrap {
	white-space:nowrap;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.bgblack {
	background-color: #000;
}

.bold-weight {
	font-weight: bold;
}

div.panel-black {
	border-color: #000;
}

div.panel-black > div.panel-heading {
	background-color: #000;
	border-color: #000;
}

div.panel-primary div.panel-heading {
	background-color: #159acf;
}

div.panel-primary {
	border-color: #159acf;
}

div.panel-primary div.panel-heading {
	border: none;
}

div.panel-sm {
	margin-bottom: 10px;
}

div.panel-sm > div.panel-heading {
	height: 30px;
	padding-top: 5px;
}

.label-black {
	background-color: #000;
}

.margin-b-10 {
	margin-bottom: 10px;
}
.margin-l-10 {
	margin-left: 10px;
}
.margin-lr-10 {
	margin-left: 10px;
	margin-right: 10px;
}

span.dollar {
    font-weight: bold;
    font-size: 15px;
    margin-right: 5px;
}

ul.plain-list {
    list-style-type: none;
}

h6.classic {
	margin:0;font-family:inherit;font-weight:bold;color:inherit;text-rendering:optimizelegibility;
	font-size:11px;color:#999999;text-transform:uppercase;line-height:18px;
}

ul.plain-list {
    list-style-type: none;
}

/* Misc
-------------------------------------------------- */
small.small-h3 {
	font-size: 12px;
}

span.label-large {
	font-size: 12px;
}

span.label-collapse-ctnr {
	display:inline-block;
	padding-bottom: 5px;
}

div.row-border-bottom > div.row {
	border-bottom: 1px solid #F0F0F5;
	padding-bottom: 5px;
}

span.input-error {
	display: inline-block;
	margin-top:5px;
	font-weight: bold;
}


@media (min-width: 768px) {
	.form-inline .form-group {
	    display: inline-block;
	    margin-bottom: 15px;
	    vertical-align: middle;
	}
}
