/* Move down content because we have a fixed navbar that is 50px tall */

body {
	margin-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
	padding-bottom: 10px;
	position: relative;
	background-color: #eeeeee;
}

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

.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:1px;
}

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

.padded {
	padding: 10px;
}

.entry:not(:first-of-type) {
	margin-top: 10px;
}

.tab-content {
	padding-top:20px;
	border: 1px solid #2e6da4;
	border-top: none;
	padding: 10px;
}

#jAlert {
	position:fixed; 
	top:60px; 
	min-width:400px;
	max-width:80%;
}
.nav-tabs {
	border-bottom: 1px solid #2e6da4;
}

.nav-tabs > li > a:hover {
  border-color: #2e6da4 #2e6da4 #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	cursor: default;
	border: 1px solid #2e6da4;
	border-bottom-color: transparent;
	color: #fff;
	background-color: #337ab7;
}

.btn-orange {
  background-color: #f27706;
  border-color: #f27706;
  color: #fff;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
  background-color: #d96b05;
  border-color: #c05f05;
  color: #fff;
}
.btn-orange.disabled:hover,
.btn-orange.disabled:focus,
.btn-orange.disabled:active,
.btn-orange.disabled.active,
.btn-orange[disabled]:hover,
.btn-orange[disabled]:focus,
.btn-orange[disabled]:active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange:hover,
fieldset[disabled] .btn-orange:focus,
fieldset[disabled] .btn-orange:active,
fieldset[disabled] .btn-orange.active {
  background-color: #f27706;
  border-color: #f27706;
  color: #fff;
}

.text-orange {
	color: #f27706;
}

.alert-large {
	font-size: 3em;
}

.attachment-btn {
        color: #ec971f;
}

.attachment-btn:hover {
        color: #c7254e;
}

/*Following code is for slider on settings page*/
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}