/* 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:#53004b;
	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;
}

.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: #53004b;
}

div.panel-primary {
	border-color: #53004b;
}

.btn-primary {
	background-color: #53004b;
	border-color: #53004b;
}

.btn-primary:hover, .btn-primary:focus{
	background-color: #51124b;
	border-color: #53004b;
}

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;
}

.classification-entry .panel-body div.row, .liquor-entry .panel-body div.row {
    margin-bottom:3px;
}

.brand-color {
	background-color: #53004b;
}

td.money-value, th.money-value {
    text-align:right;
}


ul.dropdown-menu {
    z-index:1200;

}

th.table-title {
    font-weight:bold;
    font-size:14px;
    color:#fff;
    background-color:rgb(150, 70, 120);
    -webkit-border-radius: 4px;
}

iframe#issuance-frame {
	width: 1300px;
	height: 600px;
	background-color: transparent;
	border: 1px solid #53004b;
	padding: 0px;
	overflow: hidden;
	margin-left: -80px;
}

div#issuance-head {
	background-color: #53004b;
	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;
}

.doc-req td{
	min-width:50px;
}

.doc-opt td{
	min-width:50px;
}

.navbar-brand {
	padding-top: 0px;
	height: 100px;

}

.container .navbar-collapse.collapse {
	height: 100px;

}


.container .content{
	padding-top:  50px;
}