/*
TODO
*/

@import url("flat.min.css");
@import url("v7.css");

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
.h1, h1 {
  font-size: 40px;
}
@media (max-width: 768px) {    
  .h1, h1 {
    font-size: 29px;
  }
}
.h2, h2 {
  font-size: 30px;
  padding-top: inherit;
  padding-bottom: inherit;
}
.h3, h3 {
  font-size: 25px;    
}
h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h5, h5 {
  font-size: 15px;    
}
.h4, .h5, .h6, h4, h5, h6 {
  margin-bottom: 0px;
}
#browse .h4, #browse h4 {
  margin-top: 0px;
  padding: 0;
}
@media (max-width: 768px) {    
  #browse .h4, #browse h4 {
    font-size: 14px;
  }
  #browse .jumbotron-contents {
    padding: 10px;
  }
}
h3.download {
  margin-bottom: 0;
}

.nounderline {
  text-decoration: none !important;
}
.textwhite {
  color: white !important;
}


.docs-header {
  padding-top: initial;
  border-top: initial;
  background: initial;
  background-color: #002e5f;
}
.topic {
  position: relative;
  padding: 15px 0 10px;
}
@media (min-width: 768px) {
  .topic {
    padding: 25px 0 13px;
  }
}
.docs-header .topic .container {
  height: 60px;
}
@media (min-width: 768px) {
  .docs-header .topic .container {
    height: 130px;
  }
}
.logo-mini img {
  height: 60px;
}
img.logotype {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
img.logotype.bolin {
  margin-top: 25px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  img.logotype.bolin {
    margin-top: 90px;
    padding-left: 0;
  }
}

.navbar-default {
  min-height: initial;
  border: initial;
  background-color: #e4e4e2;
  border-color: #002e5f;
}

.navbar > .container {
  margin-top: -4px;
}

.navbar {
  margin-bottom: 0;
}
.navbar-nav {
  margin-left: -15px;
}
.navbar-default .navbar-nav > li {
  margin-bottom: initial;
}
.navbar-default .navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 20px;
  font-size: 110%;
  font-weight: 500;
  color: #005b7f;
  text-decoration: none;
  border-top: 0 !important;
}
@media (min-width: 768px) {    
  .navbar-default .navbar-nav > li > a {
    border-top: solid 4px #002e5f !important;
  }
}
.navbar-default .navbar-nav > li > a {
  border-top: solid 4px #002e5f;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #005b7f;
  text-decoration: underline;
}
@media (max-width: 768px) {    
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    background-color: initial;
  }
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
  color: #005b7f;
  background-color: #fff;
  border-top-color: #fff !important;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
  color: #005b7f;
  background-color: #D5D5D5;
}
/*
.navbar-toggle {
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-toggle:focus,
.navbar-toggle:hover,
.navbar-toggle.active,
.navbar-toggle:active {
  background-color: #fff;
  border-color: #fff;
}
.navbar-toggle:focus .icon-bar,
.navbar-toggle:hover .icon-bar {
  background-color: #002e5f;
}
*/
.navbar .navbar-form {
  margin-top: -7.5px;
  margin-bottom: 7.5px;  
}
.navbar .form-control {
  width: 100%;
  height: initial;
  padding: 1px 12px;
}
@media (min-width: 768px) {
  .navbar .navbar-form {
    margin-top: 7px;
    margin-bottom: 2px;  
  }
  .navbar .form-control {
    width: 132px;
  }
}
.form-control:focus {
  border-color: #002e5f;
}
@media (max-width: 768px) {    
  .navbar-form.navbar-right {
    border: none;
  }
}
.navbar .search-only .search-icon {
  font-size: 18px;
  line-height: 20px;
}

/*
.carousel .item {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.carousel .item.image {
  background-image: url(../img/earth.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 300px;
}
@media (max-width: 768px) {
  .carousel .item.image {
    height: 150px;
  }
}
#headimage.small .carousel .item.image {
  height: 150px;
}

.carousel .active.left,
.carousel .active.right {
    left: 0;
    opacity: 0;
    z-index: 2;
}
.carousel .next, .carousel .prev {
    left: 0;
    opacity: 1;
    z-index: 1;
}
.carousel-control {
  color: #fff !important;
  background-image: none !important;
}
*/
.headimage .container.text {
  height: 300px;
}
@media (max-width: 768px) {
  .headimage .container.text {
    height: 150px;
  }
}
#headimage.small .container.text {
  height: 150px;
}
.headimage .container {
  position: relative;
}
/*
.carousel-inner {
  position: absolute;
  top: 0;
}
.headimage .carousel-caption {
  bottom: 0;
  left: 0;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
.headimage .carousel-caption a {
  color: #fff;
}
@media (max-width: 768px) {
  .headimage .carousel-caption {
    padding-bottom: 10px;
  }
}
#headimage.small .carousel-caption {
  padding-bottom: 10px;
}
*/
.absolute-right {
  right: 0;
  text-align: right;
}
@media (max-width: 992px) {    
  .headimage .absolute-right {
    position: static;
    margin-bottom: -40px;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 0;
  }
}
.headimage img {
  min-width: 100%;
  height: 300px !important;
}
@media (max-width: 768px) {
  .headimage img {
    height: 150px !important;
  }
}
#headimage.small img {
  height: 150px !important;
}

.btn-arrow {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 170%;
  text-align: left;
}
.carousel-caption .btn-arrow {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 150%;
  text-align: left;
}
@media (max-width: 992px) {    
.btn-arrow {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 120%;
  text-align: left;
}
}
.btn-arrow:after {
  font-family: 'Glyphicons Halflings';
  content: "\e258";
  float: right;
}
.btn-atmosphere.active,
.btn-atmosphere:active,
.btn-atmosphere:focus,
.btn-atmosphere:hover,

.btn-su {
  margin-bottom: 15px;
  background-color: #002e5f;
  border-color: #ccc;
  color: #fff !important;
  text-decoration: none !important;
}
@media (min-width: 1200px) {    
  #topimage .btn-su:not(:last-child) {
    margin-bottom: 38px;
  }
}
.btn-su.active,
.btn-su:active,
.btn-su:focus,
.btn-su:hover,
.open>.dropdown-toggle.btn-su {
  background-color: #003b7a;
  border-color: #adadad;
  color: #fff;
  text-decoration: underline !important;
}
.btn-su.active,
.btn-su:active,
.open>.dropdown-toggle.btn-su {
  background-image: none;
}
.btn-su.disabled,
.btn-su.disabled.active,
.btn-su.disabled:active,
.btn-su.disabled:focus,
.btn-su.disabled:hover,
.btn-su[disabled],
.btn-su[disabled].active,
.btn-su[disabled]:active,
.btn-su[disabled]:focus,
.btn-su[disabled]:hover,
fieldset[disabled] .btn-su,
fieldset[disabled] .btn-su.active,
fieldset[disabled] .btn-su:active,
fieldset[disabled] .btn-su:focus,
fieldset[disabled] .btn-su:hover {
  border-color: #ccc;
}
.btn-su .badge {
  background-color: #fff;
}


.btn-atmosphere {
  background-color: #9bb2ce;
}
.btn-atmosphere.active,
.btn-atmosphere:active,
.btn-atmosphere:focus,
.btn-atmosphere:hover,
.open>.dropdown-toggle.btn-atmosphere {
  background-color: #afc6e2;
}
.btn-atmosphere.disabled,
.btn-atmosphere.disabled.active,
.btn-atmosphere.disabled:active,
.btn-atmosphere.disabled:focus,
.btn-atmosphere.disabled:hover,
.btn-atmosphere[disabled],
.btn-atmosphere[disabled].active,
.btn-atmosphere[disabled]:active,
.btn-atmosphere[disabled]:focus,
.btn-atmosphere[disabled]:hover,
fieldset[disabled] .btn-atmosphere,
fieldset[disabled] .btn-atmosphere.active,
fieldset[disabled] .btn-atmosphere:active,
fieldset[disabled] .btn-atmosphere:focus,
fieldset[disabled] .btn-atmosphere:hover {
  background-color: #afc6e2;
}
.btn-atmosphere .badge {
  color: #9bb2ce;
}
.btn-atmosphere .badge {
  background-color: #fff;
}

.btn-marine {
  background-color: #acdee6;
}
.btn-marine.active,
.btn-marine:active,
.btn-marine:focus,
.btn-marine:hover,
.open>.dropdown-toggle.btn-marine {
  background-color: #c0f2fa;
}
.btn-marine.disabled,
.btn-marine.disabled.active,
.btn-marine.disabled:active,
.btn-marine.disabled:focus,
.btn-marine.disabled:hover,
.btn-marine[disabled],
.btn-marine[disabled].active,
.btn-marine[disabled]:active,
.btn-marine[disabled]:focus,
.btn-marine[disabled]:hover,
fieldset[disabled] .btn-marine,
fieldset[disabled] .btn-marine.active,
fieldset[disabled] .btn-marine:active,
fieldset[disabled] .btn-marine:focus,
fieldset[disabled] .btn-marine:hover {
  background-color: #c0f2fa;
}
.btn-marine .badge {
  color: #acdee6;
}
.btn-marine .badge {
  background-color: #fff;
}

.btn-terrestrial {
  background-color: #d95e00;
}
.btn-terrestrial.active,
.btn-terrestrial:active,
.btn-terrestrial:focus,
.btn-terrestrial:hover,
.open>.dropdown-toggle.btn-terrestrial {
  background-color: #ed7214;
}
.btn-terrestrial.disabled,
.btn-terrestrial.disabled.active,
.btn-terrestrial.disabled:active,
.btn-terrestrial.disabled:focus,
.btn-terrestrial.disabled:hover,
.btn-terrestrial[disabled],
.btn-terrestrial[disabled].active,
.btn-terrestrial[disabled]:active,
.btn-terrestrial[disabled]:focus,
.btn-terrestrial[disabled]:hover,
fieldset[disabled] .btn-terrestrial,
fieldset[disabled] .btn-terrestrial.active,
fieldset[disabled] .btn-terrestrial:active,
fieldset[disabled] .btn-terrestrial:focus,
fieldset[disabled] .btn-terrestrial:hover {
  background-color: #ed7214;
}
.btn-terrestrial .badge {
  color: #d95e00;
}
.btn-terrestrial .badge {
  background-color: #fff;
}

.btn-lacustrine {
  background-color: #a3a86b;
}
.btn-lacustrine.active,
.btn-lacustrine:active,
.btn-lacustrine:focus,
.btn-lacustrine:hover,
.open>.dropdown-toggle.btn-lacustrine {
  background-color: #b7bc7f;
}
.btn-lacustrine.disabled,
.btn-lacustrine.disabled.active,
.btn-lacustrine.disabled:active,
.btn-lacustrine.disabled:focus,
.btn-lacustrine.disabled:hover,
.btn-lacustrine[disabled],
.btn-lacustrine[disabled].active,
.btn-lacustrine[disabled]:active,
.btn-lacustrine[disabled]:focus,
.btn-lacustrine[disabled]:hover,
fieldset[disabled] .btn-lacustrine,
fieldset[disabled] .btn-lacustrine.active,
fieldset[disabled] .btn-lacustrine:active,
fieldset[disabled] .btn-lacustrine:focus,
fieldset[disabled] .btn-lacustrine:hover {
  background-color: #b7bc7f;
}
.btn-lacustrine .badge {
  color: #a3a86b;
}
.btn-lacustrine .badge {
  background-color: #fff;
}

.breadcrumb-arrow {
  background-color: transparent;
  opacity: 0.5;
  font-size: 80%;
  height: 20px;
  line-height: 20px;
}
.breadcrumb-arrow:hover,
.breadcrumb-arrow:focus,
.breadcrumb-arrow:active {
  opacity: 1;
}
.breadcrumb-arrow li a {
  height: 20px;
  padding: 0 5px 0 15px;
  background-color: #e7e7e7;
  border-color: #e7e7e7;
  line-height: 20px;
  color: #005b7f;
}
.breadcrumb-arrow li:first-child a {
  padding: 0 5px 0 10px;
}
.breadcrumb-arrow li a:hover,
.breadcrumb-arrow li a:focus,
.breadcrumb-arrow li a:active {
  background-color: #002e5f;
  border-color: #002e5f;
  color: #fff;
}
.breadcrumb-arrow li a:before {
  right: -7px;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 8px;
  border-left-color: #e7e7e7;
}
.breadcrumb-arrow li a:hover:before,
.breadcrumb-arrow li a:focus:before,
.breadcrumb-arrow li a:active:before {
  border-left-color: #002e5f;
}
.breadcrumb-arrow li a:after {
  right: -8px;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 8px;
  border-left-color: #c2c2c2;
}

.form-control.strong {
  border-width: 5px;
  padding: 15px;
}
span.twitter-typeahead, .tt-menu {
  width: 100%;
}
.tt-menu {
  border: solid 5px #dfdfdf;
}
.selecter .selecter-item {
  border-color: #dfdfdf;
}
.selecter .selecter-item:hover,
.selecter .selecter-item.active {
  background-color: #002e5f;
  color: #fff
}

a.jumbotron {
  text-decoration: none;
}
a.jumbotron:hover,
a.jumbotron:focus,
a.jumbotron:active {
  color: #7d7d7d;
  text-decoration: underline;
}
a .jumbotron.highlight:hover,
a .jumbotron.highlight:focus,
a .jumbotron.highlight:active {
  background-color: #002e5f;
}
a .jumbotron.highlight:hover h4,
a .jumbotron.highlight:focus h4,
a .jumbotron.highlight:active h4 {
  color: #fff;
}

a.list-group-item,
a.list-group-item {
  text-decoration: none;
}
a.list-group-item.protected {
  background-color: #f08f90;
}
a.list-group-item:focus .list-group-item-heading,
a.list-group-item:hover .list-group-item-heading {
  text-decoration: underline;
}
a.list-group-item:focus,
a.list-group-item:hover,
a.list-group-item:hover .list-group-item-heading {
  background-color: #002e5f !important;
  color: #fff !important;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover,
.list-group-item.active:hover .list-group-item-heading {
  background-color: #b2c0cf !important;
  border-color: #b2c0cf !important;
}
.list-group-item-heading {
  margin-bottom: 0;
  padding-bottom: 1px;
}
#searchresults .list-group-item-heading:hover {
  color: #fff !important;
}
#searchresults .list-group-item-text {
  font-weight: 200;
}

#map-container.affix {
  top: 0;
}
#map-container.affix-bottom {
  position: relative;
}
#map {
  height: 300px;
}
.fixed {
  position: fixed;
}

.site-footer.logo {
  padding: 20px 0 10px;
  border-top: initial;
  background-color: #002e5f;
  color: #fff;
}
.site-footer.logo .logotype {
  margin-top: -11px;
}
@media (max-width: 768px) {    
  .site-footer.logo .links {
    padding-top: 1em;
  }
}
.site-footer.padding-bottom {
  padding-bottom: 40px;
}
.site-footer.old {
  background-color: #dfdfdf;
}
