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

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

h1{
  padding-top:1em;
}

h2{
  padding-top:1em;
  /*padding-left:1em;*/
  clear:left;
}

h5{
  color:black;
  padding-left: 1em;
}

a {
  color: rgb(0, 0, 0);
  font-weight: 400;
}

.underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

a:hover, a:focus {
  color: rgb(0, 0, 0);
  font-weight: 400;
}

a.nav-link {
    color: #000000 !important;
    text-decoration: none;
}
a.nav-link:hover {
    color: #7e7e7e !important;
}
.btn {
  border-style:none;
}
.btn-success{
  background-color:#a5b370;
  color: white;
}
.wide{
  width:200px;
  height: 3em;
}
.btn-link{
    color: #000000;
    font-size: 1em;
}
.btn-link:hover{
    color: #233c3c;
}
.bg-light {
    background-color: #fff  !important;
}
.bg-white {
    background-color: #ffffff  !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: 1em;
    color: #000000;
}

.header {
    text-align: center;
    height: 100px;
}

.text-muted{
    color: #2c2c2c !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 {
  padding: 0.5em;
  padding-left: 2em;
}
.row-colored {
    background-color: #afafaf;
    padding: 8px;
}
.toprow {
  padding-top: 1.5em;
  height: 150px;
}


.newsflash {
    float: right;
}

.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;
}
*/
.row.featured{
  column-gap: 2em;
  column-span: all;
  padding-left: 1em;
}

.col-span3{
  text-align: left;
  width: 250px;
  height: 100%;
}
.col-span9{
  /*background-color: rgb(247, 247, 247);*/
  text-align: left;
  column-span: 9;
  flex-grow: 1;
  padding: 1em;
  flex-basis: min-content;
  min-width: 346px !important; 
}

.row.featured.col {
  /*background-color: rgb(247, 247, 247);*/
}
.featured-title{
  font-weight: 600;
 }
 
.featured-author{
  font-weight: 400;
  padding-bottom: 1em;
}
.featured-description{
  color: black;
  font-style: italic; 
  padding-top: -1em;
  column-width: auto;
  flex-basis: 200px;
  
  min-width: 500;
  min-height: 210;
}

.navlink{
color: #000000;
}
.navbar {
  padding-top: 1.5em;
  float: right;
  font-size: medium;
}

.no-underline {
    text-decoration: none !important;
    color: red;
}

small {
  text-decoration: none !important
}
.card-text{
    font-size:14px;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
    color: #000000;
    text-overflow: clip;
}
.card-img-top{
    max-width: 180px;
    /*height: 180px;*/
}
.card-book{
    background: #ffffff;
    color: #000000;
    padding-bottom: 1em;
    
}

.card-body {
    background: #ffffff;
    color: #000000;
    min-width: 180px;
}
.card {
    background: #ffffff;
    color: #000000;   
    min-width: 100px;
}
.card-header{
  color:black;
}

.glyphicon-remove:before{content:"\e014";}

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

.show {
    background-color: #ffffff;
}
.dropdown-item{
    color: #000000;
}
.span12 .dropdown{
  position: absolute;
  top: 50px;
  right: 50px;
}

pre {
    color: #323232;
}

.row.featured_blog{
    column-gap: 2em;
    height: 250px;
    padding: 1.5em;
    padding-left: 3em;
  
}
.featured_blog_thumb{
  text-align: left;
  width: 400px;
/*  height: 100%;*/
  column-span: 3;
}

.featured_blog_desc{
  /*background-color: rgb(247, 247, 247);*/
  text-align: left;
  column-span: 9;
  flex-grow: 1;
  padding: 1em;
  flex-basis: min-content;
  min-width: 346px !important;  
}

.blogpost{
 position: relative;
 text-align: center;
 color: white; 
 padding: 1em;
 width: min-content;  
}

.blogtitle {
  position: absolute;
  top: 80%;
  left:50%;
  width:90%;
  transform: translate(-50%, -70%);
  font-weight: 500;
  color: white;
  background-color: #aaad;
  overflow-wrap:hidden;
  padding: 0.5em;
}

.header {
 position: relative;
 text-align: center;
 color: black;
 width: 100%;
 display:inline-block;
}

.headerrow {
  padding: 0.5em;
  height:min-content;
  padding-bottom: 1rem;
}

.headertext {
  position: relative;
  top: 45%;
  left:50%;
  width:90%;
  transform: translate(-50%, -135%);
  font-weight: 500;
}

.container-fluid{
  margin-left: -3em;
  padding-bottom: 0em;
  padding-top: 1em;
}

@media (min-width: 2900px){
  .container {
    max-width: 960px;
  }
  body{
    padding-top: 0px;
  }
  .row{  
    margin-left: -3em;
    padding-bottom: 0em;
    padding-top: 1em;
    height:auto;
  }
  .row.featured_blog{
    height: auto;
    width: 100%;
  }
  .row.featured_blog_desc{
    flex: 1 0 auto;
    display: flex;
    
  }
  .featured-description{
    height: auto;
    width: auto;
    
  }
}

