
body {
	margin: 10px; 
	padding-bottom: 10px;
	position: relative;
}




#nav-form {
	padding: 20px;
	width: 270px;
}

.indent{
	margin-left: 20px;
}

.radial-gradient {
	background-color: #00c;
	background-image: radial-gradient(ellipse at center center , #00c 31%, #036 98%);
	margin-top: -72px;
	padding-top: 82px;
	min-width: 400px;
	width: 100%;
	color: #fff;
}

.jumbo-image {
	padding: 35px 5px 0 20px;
}

.bottom {
	margin-top: 40px;
	text-align: center;
}

.xs-hero-header {
	margin-top: 0px;
}

#headline {
	margin-bottom: 40px;
}

.left-text-img {
	padding: 0 45px 20px 0;
}
.right-text-img {
	padding: 0 0 20px 45px;
}

/* Sidebar modules for boxing content */

.sidebar {
	font-size: 18px;
}

.sidebar-module {
	padding: 10px;
	margin: 70px -15px 15px;
}
.sidebar-module-inset {
	padding: 25px;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
	margin-bottom: 0;
}

.reg-form {
	max-width: 550px;
}

.reg-note {
	color: #999;
	font-size: 85%;
}

.reg-form label small {
	color: #a94442;
	font-weight: normal;
}

.reg-form label small:before {
	content: "*";
	margin: 0 2px 0 10px;
	font-weight: bold;
	font-size: 110%;
}

#map-canvas {
	height: 500px;
	margin: 0;
	padding: 0px
}

.map-filter {
	padding: 25px;
	background-color: #f5f5f5;
	border-radius: 4px;
}

.map-filter h4 {
	margin: 0 0 35px;
}

#loginbox {
	margin-top:50px;
}

#loginbox .panel-body {
	padding-top:30px;
}

#loginbox .input-group {
	margin-bottom: 25px;
}

#login-notes {
	border-top: 1px solid #999; 
	margin-top:50px; 
	padding-top:10px; 
	font-size:85%;
	color: #999;
}

.fc-inline {
	width: 75px;
}

.carousel-btn {
	position: relative;
	z-index: 999;
}

.external-event {
	cursor: pointer;
	display: block;
	margin-bottom: 3px;
	text-align: left;
}

#external-events h3 {
	margin: 0 0 20px;
}

#external-events p {
	margin: 20px 0 10px;
	font-size: 80%;
}

#external-events label {
	font-weight: normal;
	margin-left: 5px;
}

.navbar-inverse .nav .dropdown .dd-active {
  color: #fff;
  text-decoration: none;
  outline: 0;
}

#quote_form {
	max-width: 400px;
	padding: 1px;
}

#quote_form fieldset {
	padding: 0 20px ;
}

.container  {
}

.dialog {
	background: #fff;
	padding:20px 20px 0 20px;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	box-shadow:2px 2px 3px #aaaaaa;
}


.fcc .form-control-feedback {
    top: 0;
    right: 15px;
}

.agent_info {
	max-width: 400px;
}

.lv-tab th {
	font-size: 75%;
}

.indication div.row {
	margin-top: 10px;
	margin-bottom: 10px;
}

.hiddenRow { padding: 0 !important; }

.review_detail {
	padding: 10px;
}

.padded {
	padding: 10px;
}

.home-columns {
	text-align: center;
}

.home-columns h2 {
	text-align: center;
}

.gallery img {
	width: 200px;
}

.gallery div {
	text-align: center;
}

.gallery h4 {
	text-align: center;
}

.by-line {
	border-top: #ddd 1px solid;
	padding-top: 5px;
	margin-top: 7px;
}

.headroom {
	margin-top: 30px;
}

.table tbody>tr>td.vcenter {
	vertical-align: middle;
}

#loading-indicator {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#signatureparent {
	color:darkblue;
	background-color:darkgrey;
	/*max-width:600px;*/
	padding:20px;
}

/*This is the div within which the signature canvas is fitted*/
#signature {
	border: 2px dotted black;
	background-color:lightgrey;
}

/* Drawing the 'gripper' for touch-enabled devices */ 
html.touch #content {
	float:left;
	width:92%;
}
html.touch #scrollgrabber {
	float:right;
	width:4%;
	margin-right:2%;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAFCAAAAACh79lDAAAAAXNSR0IArs4c6QAAABJJREFUCB1jmMmQxjCT4T/DfwAPLgOXlrt3IwAAAABJRU5ErkJggg==)
}
html.borderradius #scrollgrabber {
	border-radius: 1em;
}

.contract-pic {
	text-align: center; 
	margin: 20px;
}

.navbar-default .navbar-brand {
	color: #ccc;
}

.navbar-default .navbar-text {
  color: #ccc;
}
.navbar-default .navbar-nav > li > a {
  color: #ccc;
}

.navbar-inverse .navbar-brand {
  color: #ccc;
}
.navbar-inverse .navbar-text {
  color: #ccc;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ccc;
}

.smurf{
	display:none !important;
}

.advert {
	float: right;
}

.tabbed-content {
	padding: 20px;
	border: #ccc 1px solid;
	border-top: none;
}

#bb_preview {
	min-height: 300px;
}

.form_table { 
	display: table; width: 100%;
	max-width: 100%;
	margin-bottom: 20px; 
} 
.form_table>* { 
	display: table-row; 
}
.form_table>div { 
	font-weight: bold;
}
.form_table>*:hover { 
	 background-color: #e8e8e8;
}

.form_table>*>* { 
	display: table-cell; 
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.danger_row {
	background-color: #f2dede !important;
}

.warning_row {
	background-color: #fcf8e3 !important;
}

.success_row {
	background-color: #dff0d8 !important;
}



legend {
	background: #ededed;
	padding-left: 10px;
}

fieldset {
	margin-bottom: 20px;
}

.anchor::before {
  content:"";
  display:block;
  height:60px; /* fixed header height*/
  margin:-60px 0 0; /* negative fixed header height */
}

dl:not(.dl-horizontal) dd {
	margin-left: 15px;
	margin-bottom: 7px;
}

.text-sm {
	font-size: .8em;
}

.panel-green {
  border-color: #63AB45;
}
.panel-green > .panel-heading {
  color: #fff;
  background-color: #63AB45;
  border-color: #63AB45;
}
.panel-green > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #63AB45;
}
.panel-green > .panel-heading .badge {
  color: #63AB45;
  background-color: #fff;
}
.panel-green > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #63AB45;
}

.home-nav > div {
	margin:20px;
}

.padded_content {
	padding: 20px;
}


h1 {
	margin-top: 0
}
