/* 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: 75px 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;
}

a.collapse-panel {
	display: block;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}

a.collapse-panel:before {
	font-family:'Glyphicons Halflings';
	content:"\e114";
	color: white;
}

a.collapse-panel.collapsed:before {
	content:"\e080";
}

span.delLink {
	display: inline-block;
	float: right;
	margin-top: -23px;
}

span.delLink a {
	margin-right: 15px;
}

/* Nav
-------------------------------------------------- */
a.nav-btn-inactive {
	color: #999;
}

span.nav-product-label {
    background-color:#0a5686;
	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 {
	width: 250px;
}

input.input-xxlarge, .form-inline input.input-xxlarge {
    width: 330px;
    
}
/*
    these are the size groups as above, but using these should work for input-group-addon fields
*/
div.input-group-mini {
    width: 100px;
}
div.input-group-small {
    width: 117px;
}
div.input-group-medium {
    width: 137px;
}
div.input-group-large {
    width: 167px;
}
div.input-group-xlarge {
    width: 267px;
}
div.input-group-xxlarge {
    width: 347px;
}

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

label.radio-error {
	font-size: 10px;
	color: #ee5f5b;
	font-weight: bold;
	display: block;
	margin-top: 2px;
	width: 100px;
}

/* Login page
-------------------------------------------------- */
div.login-well {
	border: 1px solid #bebdbd;
	margin-top: 25px;
	background-color:#fff;
	height: 225px;
	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: #0a5686;
}

div.panel-primary {
	border-color: #0a5686;
}

.btn-primary {
	background-color: #0a5686;
	border-color: #0a5686;
}

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

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-t-10 {
	margin-top: 10px;
}

.margin-r-10 {
	margin-right: 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.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;
}

.prod-mod { width: 100px; }
.prod-mod input {
	width: 60px; margin-left: 5px;
}

div.test {
	display:none;
}
div.selection-container {

	text-align: center;
	vertical-align: middle;
border-radius: 100px 100px 100px 100px;
-moz-border-radius: 100px 100px 100px 100px;
-webkit-border-radius: 100px 100px 100px 100px;
border: 9px dotted #e3e3e3;
}

div.panel-heading {
	padding: 5px;
}

h3.panel-title {
	font-size: 12px;
	font-weight: normal;
}

.btn {
	font-size: 12px; 
}

.form-control {
	height: 31px;
}

div#wrapper-container.container-fluid {
	padding-top: 60px;
}

div.panel-body {
	padding: 10px;
}

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

h4.sub-head {
	font-size: 15px;
}

.bgwhite {
	background-color: #fff;
}

select.coinsurance {
	width: 80px;
}

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

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 #0a5686 1px;
}

legend > label {
	font-weight: normal;
	margin-bottom: 0;
	display: inline;
	max-width: none;
}

span.authority > span {
	margin: 0 5px;
}

div#quick-quote-result {
	margin-top: 10px;
}

div#quick-quote-result span.quick-quote-rate {
	margin-right: 10px;
}

div.tria-chkbx{
	border: 2px solid #d5d5d5;
	padding-bottom: 15px;
}
ul#quote-conditions li{
	margin-bottom: 1px;
	border: solid #e5e5e5 1px;
	padding: 5px;
	border-radius: 5px;
}
.additionalgl-entry ul.typeahead.dropdown-menu{
	position:initial;
}

.addcoverage-option{
	margin-left:50px;
}
.addcoverage-option input{
	width:30%;
}

.addcoverage-option .rdio-chkbx-container {

}

.lossClaim-entry table{
	width: 100%;

}
.lossClaim-entry table th{
	border: 1px solid #787878;
	background-color: #D9D9D9;
	text-align: center;

}
.lossClaim-entry table td{
	border: 1px solid #787878;
	text-align: center;

}
.lossClaim-entry table td input{

	text-align: center;
	border-radius: 0;
}

.loss-claim .btn-group{
	margin-left: 15px;
	margin-bottom: 10px;
}

.lossClaim-entry{
	background:#787878;
}

.lossClaim-entry .form-group{
margin-bottom: 5px;
}

.lossClaim-entry .delLink{
	margin-top: 0;
	float:initial;
}

.input-group .glyphicon{
top:0;
}
.input-group .form-control{
    z-index: 0;
}
.tooltip-inner {
	max-width: 500px;
	min-width: 300px;
}
.tip-text{
	height: 20px;
	width: 30px;
	text-align: center;
}

.vlcText .btn-group{
    margin-left: 15px;
    margin-bottom: 10px;
}
.vlcText-entry .delLink{
    margin-top: 0;
    float:initial;
}
.claimantText .btn-group{
    margin-left: 15px;
    margin-bottom: 10px;
}
.claimantText-entry .delLink{
    margin-top: 0;
    float:initial;
}
.soacCoverage .btn-group{
    margin-left: 15px;
    margin-bottom: 10px;
}
.soacCoverage-entry .delLink{
    margin-top: 0;
    float:initial;
}

.eventText .btn-group{
	margin-left: 15px;
	margin-bottom: 10px;
}
.eventText-entry .delLink{
	margin-top: 0;
	float:initial;
}

.dbaText .btn-group{
	margin-left: 15px;
	margin-bottom: 10px;
}
.dbaText-entry .delLink{
	margin-top: 0;
	float:initial;
}

a.navbar-brand {
 	height: auto;
 	padding: 10px;
  }

#newBusiness_excessCoverages label{
	width:100%;
	margin-left: 10px;
	padding-top:10px
}

.contractingExposure-row{
	padding-bottom:10px;
	padding-top:10px;
}

.consultingExposure-row{
	padding-bottom:10px;
	padding-top:10px;
}

.page-questions .col-md-12 .col-md-10{
	margin-right:10px;
}

.additional-name-insured-entry .delLink{
	margin-top:22px;
	float:none;
}

.additional-name-insured-entry .delLink-addins{
	margin-top:22px;
	float:none;
	display:inline-block;
}

.dba-aka-entry .delLink{
	margin-top:22px;
	float:none;
}
.nav-justified.nav-tabs li a{
	font-size: 8pt;
}

.add-cov-entry ul.typeahead.dropdown-menu{
	position:absolute;
	max-height: 150px;
	overflow-y: auto;
	z-index: 2000;
}

iframe#issuance-frame {
	width: 1300px;
	height: 600px;
	background-color: transparent;
	border: 1px solid #0066CC;
	padding: 0px;
	overflow: hidden;
	margin-left: -80px;
}

div#issuance-head {
	background-color: #0066CC;
	color: #fff;
	font-size: 14px;
	padding-top: 5px;
	width: 1300px;
	height: 35px;
	border-radius: 15px 15px 0px 0px;
	margin-left: -80px;
}

.content iframe#issuance-frame {
	height: 750px;
}

div.noDays table {
	display:none;
}