/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.navbar {
    opacity: 0.9;
    max-height: 40px;
}

.navbar-collapse {
    background-color: #f8f8f8;
}

.navbar-default .navbar-nav>li>a {
    color: #262626;
}

.navbar-default .navbar-brand {
    color: #262626;
}

/* navbar brand picture */
.navbar-brand-centered {
    position: absolute;
    display: block;
    text-align: center;
}

.navbar-brand-centered>img {
    margin-top: -17px;
}

.navbar>.container .navbar-brand-centered,
.navbar>.container-fluid .navbar-brand-centered {
    margin-left: -10px;
}


body {
  min-height: 60rem;
  margin-bottom: 60px; /* Margin bottom by footer height */
  margin-top: 80px; /* Margin bottom by navbar height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 80%;
  padding-right: 50px;
  padding-left: 50px;
}

/* loading imitation div */
div.container#loading-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

div#loading {
    width: 300px;
    height: 35px;
    display: none;
    background: url(../img/loading.gif) no-repeat;
    cursor: wait;
}

/* live search elements */
.search-results tr[visible='false'],
.no-result{
  display:none;
}

.search-results tr[visible='true']{
  display: inline-table;
  width: 100%;
  table-layout: fixed;
}

.search-results tbody[visible='false'],
.no-result{
  display:none;
}

.counter{
  padding: 30px;
  color:#ccc;
}

/* scrollable table */
.table-box {
    background: none;
    height: 400px;
}

.table-scroll tbody {
    position: absolute;
    overflow-y: scroll;
    height: 300px;
    max-height: 300px;
}

.table-scroll tr {
    width: 100%;
    table-layout: fixed;
    display: inline-table;
}


.table-bordered>tbody>tr>th.button-column,td.button-column {
    text-align: center;
    vertical-align: middle;
}

.event-num {
    max-width: 50px
}

#map {
    width: auto;
    height:400px;
    margin: 20px;
}

.event-details {
    padding-top: 20px;
    padding-right: 30px;
}


