/*body { padding-top: 40px; }
@media screen and (max-width: 768px) {
    body { padding-top: 0px; }
}
*/

body {
    
    background-color: #424246;
    color: #ffffff;
    font-size: 17px;
}

a {
    color: cyan;
}
a:hover, a:focus {
    color: cyan;
}

a.nav-link {
    color: #ffffff !important;
}
a.nav-link:hover {
    color: #80ffff !important;
}
.btn-link{
    color: #80ffff;
}
.btn-link:hover{
    color: #80ffff;
}
.bg-light {
    background-color: #626266  !important;
}
.bg-white {
    background-color: #424246  !important;
}
/** fonts **/
.large {
  font-size: 1.2em;
}

.medium {
    font-size: 1.0em;
}

.huge {
  font-size: 1.5em;
}

.giant {
  font-size: 2.2em;
}

.tiny {
    font-size: 0.6em;
}

.menu-font {
    font-size: .9em;
}

.header {
    border-bottom: solid 1px lightgray;
    margin-bottom: 8px;
}

.text-muted{
    color: #bbbbbb !important;
}

.progressbar {
  display: none;
}

.vspace {
  padding: 8px;
}

.padded {
    margin: 0px 0px 0px 10px;
}
.tag-line {
  /*padding-top: 80px;*/
  font-size: 1.2em;
  text-shadow: 4px 4px 4px #aaa;
}

.row-colored {
    background-color: #424246;
    padding: 8px;

}

.newsflash {
    float: right;
}

.navbar-collapse{
    min-height: 30px;
}
.footer-bar {
  background: #dfdfdf;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.footer-pad {
    padding-top: 24px;
}

.sidebar {
  background: #fafafa;
  padding: 6px;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.xthumbnail { min-width:180px; min-height:220px;}

.thumbnails .span3:nth-child(5)  {
    margin-left: 0;
    clear: left;
}
.logo {
  float: left;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  }

.no_routed_image {
  background-image: url('/static/images/routed_map.png');
  background-repeat: no-repeat;
  background-size: 400px 270px;
  min-width: 400px;
  min-height: 270px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.strong_text {
  opacity: 1;
  filter: alpha(opacity=100);
}

.txtonimg {
  position: relative;
  z-index: 1;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}

.txtonimg .routed_img {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .4;
  width: 100%;
  height: 100%;
  background-image: url('/static/images/routed_map.png');
  background-repeat: no-repeat;
  min-width: 400px;
  min-height: 270px;
  opacity: 0.3;
  filter: alpha(opacity=30);

}
.txtonimg .qmd_img {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .4;
  width: 100%;
  height: 100%;
  background-image: url('/static/images/qmd_map.png');
  background-repeat: no-repeat;
  min-width: 400px;
  min-height: 270px;
  opacity: 0.3;
  filter: alpha(opacity=30);

}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 50%;
    z-index: 9999;
    background: url('/static/images/loading1.gif') 50% 50% no-repeat; 
    }
.check_text {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    }

/*.navbar-default {
  background: #238443;
  border-color: #78c679;
}
*/
.navlink{
color: #ffffff;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  padding-left: 8px;
  padding-right: 8px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffff00;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background: #238443;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #000000;
  background: #78c679;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li.divider {
  background: #78c679;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000000;
  background: #78c679;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background: #78c679;
}
.navbar-default .navbar-toggle {
  border-color: #78c679;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
  background-color: #78c679;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
    background: #424246;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background: #424246;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background: #78c679;
  }
}
.panel-locatepress > .panel-heading {
    color: #ffffff;
    background-color: #228b22;
    border-color: #228b22;
}
.panel-locatepress  {
    border-color: #ddd;
}

.no-underline {
    text-decoration: none !important
}
.card-text{
    font-size:16px;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
    color: #ffffff;
}
.card-img-top{
    max-width: 180px;
}
.card-book{
    min-height: 350px;
    /*min-width: 250px;*/
    background: #424246;
    color: #ffffff;
}

.card-body {
    background: #424246;
    color: #ffffff;
    
}
.card {
    background: #424246;
    color: #ffffff;
    
}
.nav-link:focus{
    color: #800000;
}
.navbar-dark .navbar-nav .nav-link{
    color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link.active{
    color: #80ffff;
}
.glyphicon-remove:before{content:"\e014";}

.edit-glyph{
    fill: blue;
    color: blue;
}

.show {
    background-color: #626266;
}
.dropdown-item{
    color: #ffffff;
    
}

pre {
    color: #bbbbbb;
}
