html {
  width: 100%;
}

body {
  color: #333333;
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  padding:0; 
  border:0;
  padding-top: 60px;
  /* padding-bottom: 0px; */
}

.caption blockquote {
  font-size: 14px;
}

.dropdown-menu {
  font-size: 12px;
  font-weight: 500;
}

.label {
  font-weight: 400;
}

.page-header {
  margin:20px;
}

.panel-heading {
  font-size: 13px;
  font-weight: normal;
}

.topbar .header {
  background-color: #F8F8F8;
  border-bottom: 1px solid #E0E0E0;
  padding: 9px 0 0;
  padding-right: 0;
}

h1 h2 h3 h4 h5 h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1 {
  font-size: 24px;
}

.submenu h1 {
  margin-top: 2px;
  margin-bottom: 12px;
}

h2 {
  font-size: 21px;
  line-height: 26px;
}

h3 {
  font-size: 18px;
}

.panel-body h3 {
  margin-top: 2px;
}

h4 {
  font-size: 15px;
}


input.span6,textarea.span6 {
  display: inline-block;
  float: none;
  margin-left: 0;
  width: 330px;
}

/**
.container,.navbar-fixed-top .container,.navbar-fixed-bottom .container {
  width: 80%;
}
*/

.span4 {
  width: 250px;
}

.span6 {
  width: 340px;
}

/**
 * form-group has paddin -15 as default
 */
.form-horizontal .form-group {
  margin-right: 0px;
  margin-left: 0px;
}

/* Understrike selected items in the main menu */
ul.navbar-nav li.active {
  border-bottom: 1px solid #BAC1C8;
}

/** 
 * Navigation Bar Settings 
 */
 .navbar {
   min-height: 30px;
   height: 39px;
 }
 
a.navbar-brand {
 padding-top: 6px;
 padding-bottom: 0px;
 height: 38px;
}

.navbar>.container .navbar-brand {
  margin-left: 0px;
}
 
.navbar-nav li a, .navbar-brand {
  padding: 9px;
}

.navbar-nav li a {
  line-height: 19px;
}

.navbar-nav li a.login-button  {
  padding: 4px;
}

.navbar-toggle {
  padding: 5px 5px 5px 5px;
}


/**
 * Date Time Windows
 */
.bootstrap-datetimepicker-widget {
  padding-left: 20px;
}
 
.rt-align {
  text-align: right;
}

/**
 * Vertical alignment for div
 */
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.border-bottom {
  border-width: 0 0 1px;
  border-color: #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.menu {
  background-color: #f8f8f8;
  max-height: 400px;
}

.code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}


#footer {
  background: #242729;
  background-color: #242729;
  padding: 0;
}

/**
 * Footer
 */

.full { width: 100%; }

.gap {
  height: 30px;
  width: 100%;
  clear: both;
  display: block;
}

.footer {
  background: #f8f8f8;
  height: auto;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #DDDDDD;
  padding: 0 0 30px 0;
}

.footer p {
  margin: 0;
}

.footer .row {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0;
}


.footer img {
  max-width: 100%;
}

.footer h3 {
  border-bottom: 1px solid #BAC1C8;
  color: #777777;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  padding: 10px 0 10px;
  /* text-transform: uppercase; */
}

.footer ul {
  font-size: 13px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 15px;
  color: #7F8C8D;
}

.footer ul li a {
  padding: 0 0 5px 0;
  display: block;
}

.footer a {
  color: #78828D
}

.supportLi h4 {
  font-size: 20px;
  font-weight: lighter;
  line-height: normal;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.newsletter-box input#appendedInputButton {
  background: #FFFFFF;
  display: inline-block;
  float: left;
  height: 30px;
  clear: both;
  width: 100%;
}

.newsletter-box .btn {
  border: medium none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  height: 40px;
  padding: 0;
  width: 100%;
  color: #fff;
}

.newsletter-box {
  overflow: hidden;
}

.bg-gray {
  background-image: -moz-linear-gradient(#BBBBBB 0%, #F0F0F0 100%);
  box-shadow: 0 1px 0 #B4B3B3;
}

.social li {
  background: none repeat scroll 0 0 #B5B5B5;
  border: 2px solid #B5B5B5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  float: left;
  height: 36px;
  line-height: 36px;
  margin: 0 8px 0 0;
  padding: 0;
  text-align: center;
  width: 36px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.social li:hover {
  transform: scale(1.15) rotate(360deg);
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
}

.social li a {
  color: #EDEFF1;
}

.social li:hover {
  border: 2px solid #2c3e50;
  background: #2c3e50;
}

.social li a i {
  font-size: 16px;
  margin: 0 0 0 5px;
  color: #EDEFF1 !important;
}

.footer-bottom {
  background: #E3E3E3;
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  padding-bottom: 0px;
}

.footer-bottom p.pull-left {
  padding-top: 6px;
}

.payments {
  font-size: 1.5em; 
}

.banner .jumbotron {
  background-image: url("/img/firefighter_banner.png");
  background-color: #17234E;
  margin-bottom: 0;
  min-height: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.jumbotron p {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 200;
}