/***** CUSTOM DL/DT/DD *****/
a, a:link {
    color: #0d6fba;
}
dl {
    border: 1px solid #bdc8ca;
    background-color: #f7fafa;
    padding: 1px 0;
}
.ie7 dl {
    overflow: hidden;
}
dt,
dd {
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 0;
}
dd ~ dt,
dd ~ dd {
    border-top: 1px solid #bdc8ca;
}
dt {
    float: left;
    width: 35%;
    padding-bottom: 0;
}
.ie7 dt {
    padding-bottom: 10px;
    clear: both;
}
dd {
    margin-left: 35%;
    border-left: 1px dotted #bdc8ca;
    background-color: #fff;
}
.ie7 dd {
    margin-left: 40%;
    overflow: hidden;
}
dd:after {
    content: "";
    display: block;
    clear: both;
}
/*dt*/.row2 + dd:after {
    content:none;
}

dl.large-label dt {
    width:45%;
}

dl.large-label dd {
    margin-left:45%;
}

.ie7 dl {
    overflow: hidden;
}
dt,
dd {
    box-sizing: border-box;
    padding: 10px;
}
dd ~ dt,
dd ~ dd {
    border-top: 1px solid #bdc8ca;
}
dt {
    float: left;
    width: 35%;
    padding-bottom: 0;
}
.ie7 dt {
    padding-bottom: 10px;
    clear: both;
}
dd {
    margin-left: 35%;
    border-left: 1px dotted #bdc8ca;
    background-color: #fff;
}
.ie7 dd {
    margin-left: 40%;
    overflow: hidden;
}
dd:after {
    content: "";
    display: block;
    clear: both;
}
/***** Bootstrap Fixes *****/
.navbar-collapse {
  z-index: 9999;
  background-color: #262626;
}

/***** CUSTOM Form inputs *****/
.input-stretch input[type=text],
.input-stretch input[type=password],
.input-stretch input[type=email],
.input-stretch select,
.input-stretch textarea {
    width: 100%;
}

.btn {
  font-size: 12px;
  font-size: 0.8rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border: 0 none;
  text-shadow: 0 1px 0px #000000;
}
.btn.focus, .btn:focus {
  box-shadow: none;
}
.btn-action {
  font-weight: bold;
  background: transparent!important;
  border: 1px solid #333;
  text-shadow: none;
}
.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active {
  color: #0d6fba;
  border-color: #0d6fba;
}
.btn-primary {
  color: #fff!important;
  background-color: #0d6fba;
  font-weight: bold;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff!important;
  background-color: #125B92;
}

.btn-danger, .btn-danger:hover, .btn-danger:focus, .btn-danger:active,
.btn-info, .btn-info:hover, .btn-info:focus, .btn-info:active,
.btn-secondary, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  color: #fff!important;
  font-weight:bold;
}

.btn-lg {
  padding: 12px 35px;
}
.accordion .card:last-of-type {
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.table .thead-dark th {
  background-color: #444444;
  border-color: #444444;
}
.table thead th {
  border: none;
}

.card-header,
.card-header button.btn-link{
  background-color: #444444;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-shadow: none;
}

.striped-colrows .row:nth-of-type(odd) {
  background-color: rgba(0,0,0,.05);
}

.bg-dark {
  background-color: #262626!important;
}

.badge {
  border-radius: .15rem;
}
.badge-success, .btn-success {
  background-color: #579e68;
}
h3 {
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4em;
  vertical-align: middle;
  color: #666666;
  text-transform: uppercase;
}
.jumbotron {
  background-color: #fcfcfc;
  border: 1px solid #eeeeee;
}
.jumbotron label {
  color: #666666;
}
nav.navbar {
  height: 56px;
}

.registration-form fieldset {
  border: 1px solid #cccccc;
  padding: 0px 11px;
}
.registration-form legend {
  width: auto;
  padding: 5px 10px;
  font-size: 1.2rem;
}
.registration-form p {
  font-size: 0.9375rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
h1 {
  font-size: 40px;
  font-size: 2.5rem;
  color: #0d6fba;
}
h2 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #0d6fba;
}
h3 {
  font-size: 30px;
  font-size: 1.875rem;
}
h4 {
  font-size: 24px;
  font-size: 1.5rem;
}
h5 {
  font-size: 20px;
  font-size: 1.25rem;
}
