/* Layout
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 75px;
  font-size: 12px;
}
#footer {
  width: 100%;
  height: 75px;
  background-color: #f5f5f5;
}

body > .container {
  padding: 130px 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: #666;
}

li.active > a {
	color: #fff;
}

span.nav-product-label {
    background-color: #367C21;
	padding: 4px;
}

.navbar-header {
	min-height: 120px;
}

/* 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 {
	width: 250px;
}

input.input-xxlarge, .form-inline input.input-xxlarge {
    width: 330px;
    
}

.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;
}

/* 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: #367C21;
}

div.panel-primary {
	border-color: #367C21;
}

.btn-primary {
	background-color: #367C21;
	border-color: #367C21;
}

.btn-primary:hover, .btn-primary:focus{
	background-color: #022536;
	border-color: #367C21;
}

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;
}

div.property-panel div.panel div.row {
    min-height: 35px;
    margin-bottom: 3px;
    
}


#underwriting-info div.panel div.row {
    min-height: 35px;
    margin-bottom: 3px;
    
}


.col-md-auto {
     width: auto;
     padding: 2px;
     float:left;
}

div#underwriting-info label.checkbox-inline {
	width:100%;
}

div.panel-tier-premium {
	cursor: pointer;
}

#loading-indicator {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  border: 0;
}

.panel-body .form-group .btn-aligned-form{
	padding: 7px 10px;
	margin-top: 23px;
	background-color: cyan;
}

h4.address-suffix {
   	padding-top: 20px;
}

div.map-small .gmnoprint a, div.map-small .gmnoprint span, div.map-small .gm-style-cc {
    display:none;
}
div.map-small .gmnoprint div {
    background:none !important;
}

a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

div.map-small {
	height: 60px; width:300px; float:right; border: solid #e5e5e5  1px; border-radius: 4px;
}

span.map-text{
	text-align: center;
	margin-top: 2px;
}

div.zipCode input{
	padding: 1px;
	/*text-align: center;*/
	/*font-size: 12px;*/
}

.content {
  background-color: #f4f4f4; /* fceded */
  padding: 20px;
  margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
          box-shadow: 0 1px 2px rgba(0,0,0,.15);
}

.content input{
	margin-bottom: 20px ;
}

input.input-2char {
	padding: 5px;
	width: 30px;
}

.padless{
	padding:0px;
	margin: 0px auto;
	margin-bottom: 10px;
	padding-left: 12px;
}

.padless input{
	padding:0px;
	margin: 0px auto;
	margin-bottom: 10px;
	padding-left: 12px;
}

.narrow{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#quote-page-center-next{
    width: 361px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}