h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    color: #185A7D;
}

body {
    margin:0;
    padding: 0;
    color: #646464;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

table > thead > tr > th, table > tbody > tr > td {
    color: #646464;
}

.btn-light {
    border-color: #d1d4d7;
}

.btn-primary {
    background: #185A7D;
}

.btn-primary:hover {
    background: #0061af;
}

label{
  font-weight:bold;
}

.navbar-default .navbar-nav > li > a {
    color: #0074ce;
}

.navbar-default .navbar-nav > li > a:hover, a:focus {
    color: #fb9e4c;
}

.navbar-default .navbar-right > li > a {
    color: #fb9e4c;
}

.navbar-default .navbar-right > li > a:hover, a:focus {
    color: #0074ce;
}

.navbar-default .navbar-nav > li > a.navbar-current, a.navbar-current:hover, a.navbar-current:focus {
    color: #0074ce;
}


a {
    color: #0074ce;
    text-decoration: none;
}

a:hover, a:focus {
    color: #fb9e4c;
    text-decoration: underline;
}

.h-divider{
    margin-top:11px;
    margin-bottom:20px;
    height:1px;
    width:100%;
    border-top:1px solid gray;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs > li.active {
    /* border-bottom: 2px solid #DDD; */
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #0074ce;
    background-color: #ffffff;
    border: none;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs>li>a:hover {
    border: none;
    background: transparent;
}

.nav-tabs>li>a {
    /* background-color: #f8f5f0; */
    border-color: #dfd7ca;
    color: #75746b;
    line-height: 1.42857143;
    border: none;
    border-radius: 4px 4px 0 0;
}

.nav>li>a {
    border-color: #dfd7ca;
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs>li>a::after {
      content: "";
      background: #0074ce;
      height: 1px;
      position: absolute;
      width: 100%;
      left: 0px;
      bottom: 0px;
      transition: all 250ms ease 0s;
      transform: scale(0);
  }
  .nav-tabs>li.active>a::after,
  .nav-tabs>li:hover>a::after {
      transform: scale(1);
  }
  .tab-nav>li>a::after {
      background: #21527d none repeat scroll 0% 0%;
      color: #fff;
  }

  .subnav-tabs {
      border-bottom: 1px solid #dee2e6;
  }
  .subnav-tabs > li.active {
      /* border-bottom: 2px solid #DDD; */
  }

  .subnav-tabs > li.active > a, .subnav-tabs > li.active > a:hover, .subnav-tabs > li.active > a:focus {
      color: #0074ce;
      background-color: #ffffff;
      border: none;
      border-bottom-color: transparent;
      cursor: default;
  }

  .subnav-tabs>li>a:hover {
      border: none;
      background: transparent;
  }

  .subnav-tabs>li>a {
      /* background-color: #f8f5f0; */
      border-color: #dfd7ca;
      color: #75746b;
      line-height: 1.42857143;
      border: none;
      border-radius: 4px 4px 0 0;
  }

  .subnav>li>a {
      border-color: #dfd7ca;
      position: relative;
      display: block;
      padding: 10px 15px;
  }

  .subnav-tabs>li>a::after {
        content: "";
        background: #0074ce;
        height: 1px;
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: 0px;
        transition: all 250ms ease 0s;
        transform: scale(0);
    }
    .subnav-tabs>li.active>a::after,
    .subnav-tabs>li:hover>a::after {
        transform: scale(1);
    }
    .tab-nav>li>a::after {
        background: #21527d none repeat scroll 0% 0%;
        color: #fff;
    }

.nav {
    font-size: 11px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
}
.subnav {
    font-size: 11px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
}


.breadcrumb {
  background-color: white;
  margin-bottom: 0px;
}

.relative-footer {
    width: 100%;
    position: relative;
    background-color: #185A7D;
    padding: 30px 0;
  }
  .relative-footer{
    bottom:0;
  }
  .footer-info{
    font-family: 'Open Sans';
    text-align: center;
    color:#FFFFFF;
  }
  div.webtitlebold {
    font-family: 'Open Sans';
    font-size: 32px;
    color: #185A7D;
    font-weight: 500;
    text-align: right;
  }
  div.webtitle {
    font-family: 'Open Sans';
    font-size: 28px;
    color: #185A7D;
    font-weight: 600;
    text-align: right;
      .nav-item{
         text-align: right;
      }
      .breadcrumb {
          border-radius: 20px;
      }

      .card-body {
        padding: 5px;
      }

      h1 {
        color: white;
      }

      #odo3 .odometer-inside:before {
          content: "$";
      }

      .odometer {
          font-size: 40px;
          font-weight: bold;
      }

      .card{
        border-radius: 20px;
        box-shadow: 0 20px 20px rgba(0,0,0,.08), 0 0 20px rgba(0,0,0,.05);
        transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
        cursor: pointer;
      }

      div.headertitle {
        font-family: 'Open Sans';
        font-size: 25px;
        color: #185A7D;
        text-align: center;
      }

      div.headervalue {
        font-family: 'Open Sans';
        font-size: 72px;
        color: #EB6150;
        font-weight: 500;
        text-align: center;
      }

      div.updatedtitle {
        text-align: left;
        color: #EB6150;
        font-size: 21px;
        font-family: 'Open Sans';
        font-weight: 600;
      }


  }
  .login_box{
      border:1px solid #DDDDDD;
       max-width: 365px;
       margin-left:auto;
       margin-right:auto; 
       padding: 1em 1em 2em;

  }

  .margin-top{
    margin-top:20px;
  }


  .form-headline {
    padding-bottom: 30px;
    line-height: 1.4;
    text-align: left;
}

.form-headline--line-gold:after {
    content: '';
    width: 55px;
    height: 4px;
    background-color: #185A7D;
    margin-top: 10px;
    display: block;
}

.form-headline__subcopy {
    margin: 8px 0;
    line-height: 1.5;
    color: #0074CE;
}

.form-headline__title {
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
}

.form-headline__super {
    font-size: 14px;
    font-weight: 500;
    color: #0074CE;
    display: block;
}

@media (min-width: 882px)
.form-headline--line-gold:after {
    margin-left: 0;
    margin-right: 0;
}

label, label>.relative {
    display: block;
}
label {
    font-weight: 700;
    font-size: 12px;
    position: relative;
}

.m-t-0 {
    margin-top: 0!important;
}
.w-100 {
    width: 100%;
}

.btn-login {
  display: inline-block;
  padding: 15.5px 28px;
  line-height: 16px;
  font-size: 12px;
  appearance: none;
  outline: 0;
  border: 0;
  color: #fff;
  border-radius: 3px;
  transition: all 300ms ease;
  background: #185A7D;
  font-weight: 600;
  cursor: pointer;
  font-family: "Gotham SSm A","Gotham SSm B","Helvetica Neue",Helvetica,Arial,sans-serif;
  text-decoration: none!important;
  text-align: center;
}

.btn:hover {
background: #004882;
color: #fff;
}

.form-field__help-link {
  display: inline-block;
  font-size: 14px;
}
.form-field__help-link {
  display: inline-block;
  font-size: 14px;
  margin: 1em 0;
}

.text-xs {
  font-size: 12px;
}

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

a {
  color: #185A7D;
  text-decoration: none;
  cursor: pointer;
}
div.title {
color: #185A7D;
font-size: 28px;
font-weight: 200;
font-family: 'Open Sans';
text-align: center;
}
div.title-sub{
font-size:16px;
color: #EB6150;
font-weight:600;
font-family: 'Open Sans';
text-align: center;

}

.customer-icon{
    display: block;
    margin-top:30px;
    margin-right:auto;
    margin-left:auto;
}

.margin-top-default{
    margin-top: 1em;
}

.login-input{
    font-size: 16px;
    font-family:'Open Sans';
    font-weight:600;
    text-transform: uppercase;
}
