/* Body and structure
-------------------------------------------------- */
body {
  background: #fff;
  color: #000;
  position: relative;
  padding-top: 40px;
  background-position: 0 40px;
}
/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */
.navbar-fixed-top .brand {
  padding-right: 0;
  padding-left: 0;
  margin-left: 20px;
  font-weight: bold;
  color: #ffe926;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
.navbar-fixed-top .brand:hover {
  text-decoration: none;
}
.clickable {
  cursor: pointer;
}
.hidetext {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.definition {
  color: #444;
  font-size: 15.6px !important;
}
.definition p {
  font-size: 15.6px !important;
}
/* Space out sub-sections more
-------------------------------------------------- */
section {
  padding-top: 60px;
}
/* Home page
-------------------------------------------------- */
.btn-t1,
.btn-t2,
.btn-t3,
.btn-t4 {
  margin-bottom: 5px;
  width: 145px !important;
}
.center-outer {
  float: left;
  position: relative;
  left: 50%;
  clear: both;
}
.center-inner {
  float: left;
  position: relative;
  left: -50%;
  text-align: center;
}
.searchbox {
  width: 330px;
  margin: 0 auto;
}
.searchbox .search {
  font: normal normal normal 15px/normal arial, sans-serif;
  height: 28px;
}
.searchbox .index {
  width: 310px;
  margin: 5px auto 0;
}
.searchbox a {
  color: #208CD9;
  text-decoration: none;
}
.alphaindex {
  margin-left: 3px;
}
.btn-xlarge {
  font-size: 18px !important;
  font-weight: normal !important;
  padding: 13px 24px !important;
  margin-right: 10px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
}
.leftcol h1 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 22px;
}
/* Contact page
-------------------------------------------------- */
#map_canvas {
  margin: 0 0 20px 0;
  width: 300px;
  height: 300px;
}
/* result tables
-------------------------------------------------- */
.table-result .item_name {
  width: 30%;
  color: #161b87;
  font-size: larger;
}
.table-result .item_description {
  width: 70%;
}
.table-result th a.btn,
.table-result td a.btn {
  display: none;
}
.table-result th:hover a.btn,
.table-result td:hover a.btn {
  display: inline;
}
/* Jumbotron
-------------------------------------------------- */
.jumbotron {
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
}
.jumbotron .sitelogo {
  background: url("/assets/images/logo.png") 0 0 no-repeat;
  text-indent: -9999px;
  width: 352px;
  height: 29px;
  margin: 0 auto 0 auto;
  padding-bottom: 10px;
}
.jumbotron h1 {
  margin-bottom: 0;
}
.jumbotron p {
  margin-bottom: 12px;
  font-weight: 300;
  text-align: center;
  font-size: larger;
}
/* Branding
-------------------------------------------------- */
.branding-left {
  display: block;
  width: 160px;
  height: 200px;
  margin-bottom: 20px;
}
/* Dictionary
-------------------------------------------------- */
.symbol {
  background: #f7f7f7;
  border: 1px solid #EFEFEF;
  margin: 10px 0 0 0;
  padding: 10px;
}
.symbol .term {
  padding-left: 20px;
  font: normal 36px times-roman, serif;
}
.symbol .seealso,
.symbol .categories,
.symbol .term {
  padding-bottom: 10px;
}
/* Sticky footer
-------------------------------------------------- */
html,
body {
  height: 100%;
}
#wrapper {
  min-height: 100%;
}
#container-wrapper {
  padding: 10px 0 170px 0;
}
#footer {
  border-top: 1px solid #e5e5e5;
  clear: both;
  height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  margin-top: -160px;
}
#footer p {
  margin-bottom: 0;
  color: #555;
}
/* Misc
-------------------------------------------------- */
img {
  max-width: 100%;
}
/* For input sizes, make them display block */
.docs-input-sizes select,
.docs-input-sizes input[type=text] {
  display: block;
  margin-bottom: 9px;
}
/* Icons
------------------------- */
.the-icons {
  margin-left: 0;
  list-style: none;
}
.the-icons i:hover {
  background-color: rgba(255, 0, 0, 0.25);
}
/* Responsive Docs
-------------------------------------------------- */
@media (max-width: 480px) {
  body {
    padding: 0 5px 0 5px !important;
  }
  /* Change up some type stuff */
  h1 {
    font-size: 26px !important;
  }
  h2 {
    margin-top: 27px;
  }
  h2 small {
    display: block;
    line-height: 18px;
  }
  h3 {
    margin-top: 18px;
  }
  /* Adjust the jumbotron */
  .jumbotron h1,
  .jumbotron p {
    text-align: center;
    margin-right: 0;
  }
  .jumbotron h1 {
    font-size: 45px;
    margin-right: 0;
  }
  .jumbotron p {
    margin-right: 0;
    margin-left: 0;
    font-size: 18px;
    line-height: 24px;
  }
  .jumbotron .btn {
    display: block;
    font-size: 18px;
    padding: 10px 14px;
    margin: 0 auto 10px;
  }
  .search {
    width: 200px !important;
  }
}
@media (max-width: 768px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }
  /* Jumbotron buttons */
  .jumbotron .btn {
    margin-bottom: 10px;
  }
  /* Subnav */
  .subnav {
    position: static;
    top: auto;
    z-index: auto;
    width: auto;
    height: auto;
    background: #fff;
    /* whole background property since we use a background-image for gradient */
  
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .subnav .nav > li {
    float: none;
  }
  .subnav .nav > li > a {
    border: 0;
  }
  .subnav .nav > li + li > a {
    border-top: 1px solid #e5e5e5;
  }
  .subnav .nav > li:first-child > a,
  .subnav .nav > li:first-child > a:hover {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  /* Popovers */
  .large-bird {
    display: none;
  }
  .popover-well .popover-wrapper {
    margin-left: 0;
  }
  /* Space out the show-grid examples */
  .show-grid [class*="span"] {
    margin-bottom: 5px;
  }
  /* Unfloat the back to top link in footer */
  .footer .pull-right {
    float: none;
  }
  .footer p {
    margin-bottom: 9px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  /* Scale down the jumbotron content */
  .jumbotron h1 {
    font-size: 54px;
  }
  .jumbotron p {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }
  /* Scale down the jumbotron content */
  .jumbotron h1 {
    font-size: 72px;
  }
}
@media (max-width: 980px) {
  /* Unfloat brand */
  .navbar-fixed-top .brand {
    float: left;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* Inline-block quick links for more spacing */
  .quick-links li {
    display: inline-block;
    margin: 5px;
  }
}
/* LARGE DESKTOP SCREENS */
@media (min-width: 1210px) {
  /* Update subnav container */
  .subnav-fixed .nav {
    width: 1168px;
    /* 2px less to account for left/right borders being removed when in fixed mode */
  
  }
}
/* Ads
-------------------------------------------------- */
.ad_728x90 {
  width: 728px;
  height: 90px;
  margin: 0 auto 0 auto;
}
.ad_728x90_fake {
  display: block;
  width: 728px;
  height: 90px;
  background-color: #ccc;
  margin: 0 auto 10px auto;
}
.ad_320x50 {
  width: 320px;
  height: 50px;
  margin: 0 auto 0 auto;
}
.ad_320x50_fake {
  width: 320px;
  height: 50px;
  background-color: #ccc;
  margin: 0 auto 0 auto;
}
.ad_160x600 {
  width: 160px;
  height: 600px;
  margin: 0 auto 0 auto;
}
.ad_160x600_fake {
  display: block;
  width: 160px;
  height: 600px;
  background-color: #ccc;
  margin: 0 auto 10px auto;
}
