﻿html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #eee;
    margin-bottom: 60px;
}

.panel{
    border-color: #6a83b5;
}

.panel-heading {
    background-color: #6a83b5;
    color: #fff;
}

 /*footer*/
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #6a83b5;
  z-index: 2;
}

.container .text-muted {
  margin: 20px 0;
  text-align: center;
  color: #fff;
}

/*container option styling*/
.container .buttons_div {
    position: relative;
    top: 50%;
    margin: 0 auto;
    width: 350px;
    height: 25px; 
}

.btn-padding {
    padding: 0 15px;
}

.btn-custom {
    color: #ffffff;
    background-color: #004b8d;
}

.btn-custom.focus, .btn-custom:focus, .btn-custom:hover {
    color:#ffffff;
    text-decoration: none;
}

/*loader*/
.loader { 
    position: absolute; 
    width: 100%; 
    height: 100%; 
    top: 0px; 
    left: 0px; 
    background-color: rgba(0,0,0,0.45); 
    z-index: 3; 
    text-align: center; 
}

.loader > img { 
    position: relative; 
    top: 20em; 
    height: 5em; 
    width: 5em; 
    border-radius: 2.50em; 
}

.download-div {
    margin-top: 16.5em;
}

.download-img {
    font-size: 100px;
}

.download-txt {
    top: 2.5em;
    font-size: 24px;
}

a:focus, a:hover {
    text-decoration: none;
}

.alert {
    z-index: 1;
    text-align:center;
    position:absolute;
    width:98%;
    margin-top: 56px;
}

.alert.ng-enter {
     -webkit-animation: slidedown 750ms ease both; 
     animation: slidedown 750ms ease both; 
}
.alert.ng-leave { 
    -webkit-animation: slidedownLeave 750ms ease both; 
    animation: slidedownLeave 750ms ease both;
}

#logout{
    margin:20px 20px 0px 0px;
}

a{
    color: #002b5c;
    cursor:pointer;
}

a:focus, a:hover {
    color: #e31937;
}

.hreftext {
    text-decoration: underline;
}

.navbar-default {
    /*background-color: #6a83b5;*/
    background-color: #eee;
    border-color: #6a83b5;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-brand.page-scroll {
    margin-top: -10px;
}

.login {
    top: 10em;
}

.labinfo {
    margin-top: 4em;
}

.navbar-static {
    /*position: static;*/
}

.card {
    text-align: center;
    height: 15em;
    margin-top: 5em;
    margin-bottom: 2em;
}

.card-info {
    color: #fff;
    font-weight: bold;
}

.shairreporting {
    border-left: 2px solid #000;
    margin-top: .8em;
    bottom: 0;
    margin-left: 15em;
    padding-left: 5px;
    font-weight: 800;
    color: #e31937;
}

.navbar-default .navbar-brand {
    color: #e31937;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #e31937;
}

::-webkit-scrollbar { 
    width: 0.438em;
    background-color: #fff;
} 

::-webkit-scrollbar-track { 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0.313em;
}

::-webkit-scrollbar-thumb { 
    border-radius: 0.313em; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.material-card.Sonic h2 {
    background-color: #002b5c;
}
.material-card.Sonic h2:after {
    border-top-color: #002b5c;
    border-right-color: #002b5c;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.material-card.Sonic h2:before {
    border-top-color: transparent;
    border-right-color: #002b5c;
    border-bottom-color: #002b5c;
    border-left-color: transparent;
}
.material-card.Sonic.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #002b5c;
    border-bottom-color: #002b5c;
    border-left-color: transparent;
}
.material-card.Sonic.mc-active h2:after {
    border-top-color: #002b5c;
    border-right-color: #002b5c;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.material-card.Sonic .mc-btn-action {
    background-color: #e31937;
}
.material-card.Sonic .mc-btn-action:hover {
    background-color: #e31937;
}
.material-card.Sonic .mc-footer h4 {
    color: #e31937;
}
.material-card.Sonic .mc-footer a {
    background-color: #e31937;
}
.material-card.Sonic.mc-active .mc-content {
    background-color: #6a83b5;
}
.material-card.Sonic.mc-active .mc-footer {
    background-color: #002b5c;
}
.material-card.Sonic.mc-active .mc-btn-action {
    border-color: #ffebee;
}

.material-card .mc-description {
    bottom: 38px;
}

.material-card.Sonic h2 {
    font-size: 14px;
}
.material-card.mc-active .mc-btn-action {
    top: 36px;
}

.material-card.mc-active .mc-description {
    padding-top: 2em;
}

.material-card.mc-active .img-container {
    display: none;
}

.material-card.mc-active h2 {
    padding: 10px 16px 10px 20px;
}

.signout {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

#gmaps {
    width: 345px;
    height: 330px;
}