/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
  font-size: 13px;
  font-family: "open sans",serif;
  background: #d1d1d1;
  margin: 0;
  padding: 0;
}

h2 {
  color: #123867;
}



#site-notice {
  font-size: 1.2em;
  color: #ff0000;
  margin: 1em 4em;
}
#site-notice a {
  color: #880000;
}



#header {
  height: 110px;
  background: #ffffff url("/img/gray_bg.png") repeat-x;
  background-position: bottom;
  border-top: 5px solid #14497a;
}

#header #logo {
  margin-top: 25px;
}

#header #nara {
  float: right;
  margin-top: 10px;
}

#header #header-links {
  font-size: 85%;
  text-transform: uppercase;
  margin-top: 20px;
}

#header #header-links a:hover {
  text-decoration: none;
}

#header .gsc-control-cse,
.navbar .gsc-control-cse {
  width: 32em;
  font-size: .8em;
  background: transparent;
  border: 0;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button {
    box-sizing: content-box; 
    line-height: normal;
}



.navbar {
  min-height: 45px;
  background: #14497a url("/img/menu_blue.png") repeat-x;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.navbar-inverse .navbar-toggle {
  border-color: #cccccc;
}

.navbar-inverse .navbar-nav>li>a {
  color: #ffffff;
  text-transform: uppercase;
  line-height: 15px;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background: #3b70a1;
}

.dropdown-menu {
  text-transform: uppercase;
  background: #3b70a1;
  box-shadow: 0 0 3px #7a7a7a;
  border-radius: 0;
  padding: 0;
}

.dropdown-menu>li>a {
  color: #ffffff;
  padding: .8em;
}

.dropdown-menu>li>a:hover {
  color: #ffffff;
  background: #16497b;
}

.navbar .gcse-block {
  display: none;
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in{
    display:block !important;
  }
  #header #logo img {
    width: 100%;
    max-width: 380px;
  }
  #header #header-other {
    display: none;
  }
  .navbar .gcse-block {
    display: block;
  }
  .navbar .gsc-control-cse {
    width: 100%;
  }
}



#body {
  background: #ffffff;
  padding-bottom: 5em;
}

#body #banner img {
  width: 100%;
  border: 1px solid #000000;
}

#body #right #banner img {
  max-width: 360px;
  margin-top: 1em;
}

#body address {
  margin-left: 3em;
}
#body table th {
  background-color: #eeeeee;
}
#body table th:first-child,
#body table td:first-child,
.nowrap {
  white-space: nowrap;
}



#body .collapse {
  margin-left: 2em;
  margin-bottom: 2em;
}
#body .collapse h5 {
  font-weight: bold;
  text-decoration: underline;
}



#body .data-search {
  padding: 0 1em;
}
#body .data-search .form-control {
  height: 28px;
  font-size: 10px;
}
#body .data-search .btn {
  font-size: 10px;
}
#body .dataTables_filter input {
  margin-left: 1em;
}



#body .alert-danger a {
    color: #880000;
    text-decoration: underline;
}


#body #search-content,
#body #search-date {
  display: none;
  position: relative;
  margin: 2em 0;
}
#body #search-content i,
#body #search-date i {
  position: absolute;
  right: 0px;
  padding: 10px 12px;
  pointer-events: none;
}



.datepicker {
  background: #ffffff;
}



#body .gallery img {
  border: 1px solid #000000;
  margin: .5em;
}
#body .gallery img {
  height: 75px;
  width: 75px;
  object-fit: cover;
}
#body #videos.gallery img {
  height: 90px;
  width: 120px;
  cursor: pointer;
}
#videos>div {
  height: 120px;
  overflow: hidden;
  margin-bottom: 1em;
}
#blueimp-gallery .description {
  position: absolute;
  bottom: 2em;
  left: 0;
  right: 0;
  width: 90%;
  color: #cccccc;
  text-shadow: 1px 1px #000000;
  margin: 0 auto;
}
#blueimp-gallery .image-credit {
  font-size: .8em;
  margin-top: 1em;
}


#footer {
  font-size: 80%;
  background: #d1d1d1;
  padding: 20px 5px;
}

#footer .buttons a {
  display: block;
  width: 175px;
  color: #ffffff;
  font-size: 120%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #b5b5b5;
  padding: 10px 5px;
  margin: auto;
  margin-bottom: 25px;
}

#footer h3 {
  color: #174b7c;
  font-size: 100%;
  font-weight: bold;
  margin-top: 0;
}

@media (max-width: 767px) {
  #footer .info div {
    border-top: 1px solid #b5b5b5;
    padding-top: 1em;
    margin-top: 1em;
  }
}



/*
 * print settings
 */

@media print {
  a[href]:after {
    content: none;
  }
}
