

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

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 20px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #2196f3;
  vertical-align: middle;
  color: #b2dbfb;
  padding-top: 20px;
}
.footer a {
    color: #b2dbfb;
}
#jumbo {
    background-color: #f9f9f9;
    padding-top: 20px;
    margin-bottom: 20px;
}
.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 45vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}
.logo_float {
    float: left;
    width: 110px;
    height: 90px;
    margin: 5px 15px 5px 0;
}
.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}
.label a {
    color: white;
}
.sort {
    margin-right: 10px;
}
.sort.desc::after {
    font-family: "Glyphicons Halflings";
    content: " \e094";
}
.sort.asc::after {
    font-family: "Glyphicons Halflings";
    content: " \e093";
}
.shift-right li {
    padding-left: 20px;
}
/*.right {
    text-align: right;
}*/

/* ==========================================================================
   Homepage Newsbox
   ========================================================================== */

.glyphicon {
    margin-right:4px !important; /*override*/
}
.pagination .glyphicon {
    margin-right:0px !important; /*override*/
}
.pagination a {
    color:#555;
}
.panel ul {
    padding:0px;
    margin:0px;
    list-style:none;
}
.news-item {
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555; 
}