﻿
body {
}

.link-contrast {
  color: #008dff;
}

.link-contrast-alt {
  text-decoration: underline;
  color: #008dff;
}

.text-muted {
  color: #666666
}

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}

.search-container {
  margin-top: 10px;
}


@media (max-width:992px) {
  .search-container {
    margin-top: 10px;
    padding-left: initial;
    padding-right: initial;
  }

  #Search {
    margin-top: 0px;
  }

  .body-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.search-input {
  min-width: 100%;
  font-size: 20px;
}

.search-button {
  padding-left: 0px;
  text-align: left;
}

.search-results {
  float: left;
}

.resultEntry {
  margin: 5px 0 15px 0;
}

.resultDetails {
  padding-left: 30px;
}

.navbar-inverse {
  background-color: #09347a;
  border-color: #09347a
}


/* This one */
@media (max-width:767px) {
  body {
    margin-top: 50px
  }
}

.jumbotron {
  margin: 0 !important
}

.modal-header {
  background: #09347a;
  border-bottom: 2px solid #f1632a;
  min-height: 60px
}

  .modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4 {
    color: #fff;
    font-weight: 200
  }



.large-logo-container a {
  position: relative;
  top: 25px;
  left: 0;
  z-index: 1031;
  height: 60px;
  width: 205px;
  z-index: 2000;
}

  .large-logo-container a img {
    height: 60px;
  }

.nav.nav-tabs {
  border-bottom: none
}

  .nav.nav-tabs > li {
    text-align: center;
    border-bottom: solid 3px #d4d8e3
  }

    .nav.nav-tabs > li a {
      border: none;
      color: #666972;
      cursor: pointer;
      display: inline-block;
      font-size: 16px
    }

      .nav.nav-tabs > li a:hover {
        background-color: #eee
      }

    .nav.nav-tabs > li.active {
      border-top: 0;
      border-bottom: solid 3px #00a8e2;
      font-weight: 700
    }

.nav.nav-justified .active a {
  border: 0
}

.oswald {
  font-family: Oswald,sans-serif;
  letter-spacing: 0;
  word-spacing: 3px;
  text-transform: uppercase
}

.page-header h1, .page-header h2, .page-header h3 {
  font-family: Oswald,sans-serif;
  letter-spacing: 0;
  word-spacing: 3px;
  text-transform: uppercase
}

h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
}

footer {
  margin-top: 80px
}

.list-group-item-divider {
  background: #eee;
  color: #333;
  font-weight: 300;
  font-size: .9em;
  padding: 5px 15px;
  font-family: Oswald,sans-serif;
  letter-spacing: 0;
  word-spacing: 3px;
  text-transform: uppercase;
  height: 25px
}

.radiolabel {
  font-weight: 400
}

.top-header {
  background-color: #09347a;
  height: 50px;
}

.navbar {
  border-bottom: 3px solid #f1632a
}

.navbar-brand {
  padding: 10px 10px 0 20px
}

.mobile-only {
  display: none;
}

  .mobile-only.inline {
    display: none;
  }

@media (max-width:768px) {
  .large-logo-container {
    display: none
  }

  .mobile-only {
    display: block;
  }

    .mobile-only.inline {
      display: inline;
    }

  .desktop-only {
    display: none;
  }
}

/* This one */
@media (min-width:769px) {
  .body-content {
    margin-top: 50px;
  }

  .large-logo-container {
    position: relative;
  }

    .large-logo-container.ui-scrollfix {
      display: none
    }

  .navbar-fixed-top {
    position: absolute;
    top: 50px
  }

  .navbar-brand {
    opacity: 0
  }

    .navbar-brand.ui-scrollfix {
      animation: fadein .5s;
      -moz-animation: fadein .5s;
      -webkit-animation: fadein .5s;
      -o-animation: fadein .5s;
      opacity: 1
    }

  .navbar-form.navbar-left {
    opacity: 0
  }

    .navbar-form.navbar-left.ui-scrollfix {
      animation: fadein .5s;
      -moz-animation: fadein .5s;
      -webkit-animation: fadein .5s;
      -o-animation: fadein .5s;
      opacity: 1
    }
}

@keyframes fadein {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes fadein {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-o-keyframes fadein {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.navbar-fixed-top.ui-scrollfix {
  position: fixed;
  top: 0
}

.btn-user {
  height: 52px;
  background-color: #006BA6 !important;
  border-color: #0095c9;
  color: #fff;
  font-size: 1.2em !important
}

a.btn-user span {
  font-size: 1.0em !important;
}

@media (max-width:768px) {
  a.btn-user span {
    font-size: 1.0em !important;
    vertical-align: -webkit-baseline-middle;
  }
}

.btn-user:hover {
  background-color: #0072ce !important;
  color: #fff
}

.btn-user:focus {
  background-color: #0072ce !important;
  color: #fff
}

.btn-user:hover {
  background-color: #00a8e2;
  border-color: #0095c9
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
  }

.custom-combobox {
  position: relative;
  display: inline-block;
}

.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
}

.custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
}

.navbar-inverse .sr-only {
  color: #FFFFFF;
}
/* to pass accessibility 1*/

#divLoading {
  position: absolute;
  width: 80%;
  height: 100%;
  margin-top: 60px;
}

  #divLoading img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
