.banner {
    color:#FFFFFF;
    background-color:#454545;
    padding: 15px;
}

.system-menu {
  .md-button.md-default-theme:not([disabled]):focus, .md-button:not([disabled]):focus {
    background-color: transparent;
  }
}

/*md-content {
  padding: 24px;
}*/

.panel-default > .panel-heading-custom {
  background-color:#AA9FF0;
  padding-left:5px;
}
/* Responsive iFrame */

.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
}

.button-row { margin-left:1px; }

.empty-link a {
    text-decoration: none;
}

.collapsing {
    -webkit-transition:height .01s ease;
    transition:height .01s ease;
}

.jumbotron {
  padding: 15px;
  margin-bottom: 0px;

}

/*Taken from http://getbootstrap.com/examples/sticky-footer-navbar/ css file.
* Allows for footer on bottom of page.
*/
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  /*margin-bottom: 40px;*/
  overflow:hidden;
  -moz-user-select: auto !important;
  cursor: auto !important;
}

.body-with-footer {
  margin-bottom: 40px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: #f5f5f5;
}


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

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

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

code {
  font-size: 80%;
}

@media screen and (max-width: 599px) {
  h1, h2, h3 {
    margin-top:8px;
    margin-bottom:8px;
  }

  h1 {
    font-size:32px;
  }
  
  h4, h5, h6 {
    margin-top:4px;
    margin-bottom:4px;
  }
  
  body{font-size: 10px;}

}
