
body {
  padding-top: 60px;
  padding-bottom: 20px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}




/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  /*height: 60px;*/
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container .text-muted {
  margin: 20px auto;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

footer.footer {
  text-align: center;
}


/* Turn list-groups into tables. */

.list-group-table-heading {
  border:none;
  font-weight:bold;
}

.lighter {
  font-weight: lighter;
}


/**
 * File input for bootstrap-v3.
 *
 * http://www.abeautifulsite.net/whipping-file-inputs-into-shape-with-bootstrap-3/
 */

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


.mg-1 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.mg-1-bottom {
  margin-bottom: 1em;
}
