  body {
    height: unset;
    padding: 15;
  }
  table {
    background-color: #333333;
    text-align: left;
    border-collapse: collapse;
  }
  table tr {
    padding: 6px 4px;
 
  }
  table td, table th {
    padding: 6px 10px;
  }
  table td.right {
    text-align: right;
  }
  table tbody td {
    font-size: 13px;
  }
  table tr:nth-child(even) {
    background: #555555;
  }
  table thead {
    background: #424242;
  }
  table thead th {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
  }
  table thead th:first-child {
    border-left: none;
  }

  .page-title {
    font-size: xx-large;
    color: darkgrey;
    width: 100%; 
    text-align: center;
  }

  .login {  
    background-image: url(login.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 6px;
    position:absolute;
    top:5;
    right:60;
    height:40;
    width:30;
  }

  .login.authenticated {  
    background-image: url(login.authenticated.png);
  }

  .loggedInUser
  {
    display:none;
  }
  
  .login.authenticated .loggedInUser{  
    display:block;
  }

  .favoriteLink {  
    background-image: url(favorite.png);
    background-size: contain;
    background-repeat: no-repeat;
    /* background-position-y: 6px; */
    position:absolute;
    top:10;
    right:115;
    height:30;
    width:30;
    outline: none;
  }
  

  .theaterLink {  
    background-image: url(theater.png);
    background-size: contain;
    background-repeat: no-repeat;
    /* background-position-y: 6px; */
    position:absolute;
    top:10;
    right:170;
    height:30;
    width:30;
    outline: none;
  }

  table tfoot {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background: #F5F5F5;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #f6f6f6 66%, #F5F5F5 100%);
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #f6f6f6 66%, #F5F5F5 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #f6f6f6 66%, #F5F5F5 100%);
    border-top: 2px solid #444444;
  }
  table tfoot td {
    font-size: 14px;
  }
  table tfoot .links {
    text-align: right;
  }
  table tfoot .links a{
    display: inline-block;
    background: #949494;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
  }
.inUse {
    color: #F5F5F5;
    background-color: #9E2B12;}
.tile-medium.inUse {
  background-image: url(charging-battery.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 6px;
}

.available {
    color: #F5F5F5;
    background-color: #4caf50 }
.offline{
    color: #F5F5F5;
    background-color: #616161 }

.inUse.pulsingNoLongerUse {
    color: #F5F5F5;
    background-color: #9E2B12;
    animation-name: pulsing-red;
    animation-duration: 3s;
    animation-iteration-count: infinite; }

.gridListdemoDynamicTiles md-icon {
    width: 50%;
    height: 30%; }
      
.gridListdemoDynamicTiles md-icon svg {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.gridListdemoDynamicTiles .s64 {
  font-size: 64px; }

.gridListdemoDynamicTiles .s32 {
  font-size: 48px; }

.gridListdemoDynamicTiles md-icon.fa {
  display: block;
  padding-left: 0; }

.gridListdemoDynamicTiles md-icon.s32 span {
  padding-left: 8px; }

.gridListdemoDynamicTiles md-grid-list {
  margin: 8px; }

.gridListdemoDynamicTiles .gray {
  background: #f5f5f5; }

.gridListdemoDynamicTiles .green {
  background: #b9f6ca; }

.gridListdemoDynamicTiles .yellow {
  background: #ffff8d; }

.gridListdemoDynamicTiles .blue {
  background: #84ffff; }

.gridListdemoDynamicTiles .darkBlue {
  background: #80d8ff; }

.gridListdemoDynamicTiles .deepBlue {
  background: #448aff; }

.gridListdemoDynamicTiles .purple {
  background: #b388ff; }

.gridListdemoDynamicTiles .lightPurple {
  background: #8c9eff; }

.gridListdemoDynamicTiles .red {
  background: #ff8a80; }

.gridListdemoDynamicTiles .pink {
  background: #ff80ab; }

.gridListdemoDynamicTiles md-grid-tile md-icon {
  padding-bottom: 32px; }

.gridListdemoDynamicTiles md-grid-tile md-grid-tile-footer {
  background: rgba(0, 0, 0, 0.68);
  height: 36px; }

.gridListdemoDynamicTiles md-grid-tile-footer figcaption {
  width: 100%; }

.gridListdemoDynamicTiles md-grid-tile-footer figcaption h3 {
  margin: 0;
  font-weight: 700;
  width: 100%;
  text-align: center; }

	div.small {
		font-size: small;
  }
  
	div.asOf {
		display: inline-block;
  }
    
  body {
    background-color: #111111;
    width: 100%;
  }


.chargers-body
{
    display: inline-block;
    /* padding-top: 20px; */
    max-width: 100%;
}

.as-of{
  color: #777;
  margin-top: 30px;
  margin-left: 10px;
  font-size: 20px;
} 

.main-site, .other-site {
    display: inline;
    padding: 5px;
}

.main-site{
  padding-top: 15px;
  /* margin: 10px 5px 10px 5px; */
  width: 100%;
  /* background-color: #222; */
}


.other-site-container {
  margin-top: 20px;
}

.other-site {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 10px 5px 10px 5px;
  border-color: darkgray;
  border-width: 1px;
  border-radius: 4px;
  border-style: solid;
}

.no-favorites {
  color: darkgray;
  display: block;
  margin: 40px 10px 10px 10px;
  font-size: xx-large;
  padding: 10px;
  width: 100%;
  text-align: center;
  }


.site-header {
  display: inline-flex;
  padding-top: 20;
}

.site-title {
  color: #999999;
  display: inline-block;
  margin: 2px;
  font-size: xx-large;
}

.site-favorite {
  background-image: url(add-favorite.png);
  background-size: contain;
  height: 25;
  width: 25;
  margin: 7;
  outline: none;
}

.site-favorite.favorited {
  background-image: url(favorite.png);
}

.site-chargers  {
  display: -webkit-flex; /* Safari */
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
  display: flex;
  flex-wrap: wrap;
}

.other-site .site-title {
  margin: 3px 4px 0px 0px;
}


.main-chargers {
    margin: 0px;
    display: inline-flex;
    flex-wrap: wrap;
}

.main-charger {
    color: #EEE;
    display: block;
    margin: 4px;
    font-size: xx-large;
    width: 190px;
    height: 140px;
    padding: 10px;
    outline: none;
    }

.main-charger .charger-status {
  font-size: 20px;
  margin: 2px;
}

.main-charger .charging-user {
  font-size: 14px;
  float: right;
  padding-top: 5px;
}

.main-charger .charger-name {
    text-align: center;
    font-size: 62;
    padding: 0px;
    margin: 8px;
}

.main-charger .charger-time-in-status {
  text-align: right;
  font-size: 20px;
  margin: 2px;
}

.other-chargers {
  margin: 4px 4px 4px 4px;
  display: flex;
}

.small-charger {
  color: #EEE;
  display: block;
  margin: 1px;
  font-size: x-large;
  width: 4px;
  height: 32px;
  padding: 0px;
}

.small-charger .charger-name {
  display:none;
  text-align: center;
  font-size: large;
  padding: 24px 0;
  margin: 4px
}

.site-body{
    display:inline-block;

}

.spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  height:60px;
  width:60px;
  margin:0px auto;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left:6px solid rgba(30, 165, 189, 0.15);
  border-right:6px solid rgba(30, 165, 189, 0.15);
  border-bottom:6px solid rgba(30, 165, 189, 0.15);
  border-top:6px solid rgba(30, 165, 189, 0.8);
  border-radius:100%;
}

@-webkit-keyframes rotation {
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
  from {-moz-transform: rotate(0deg);}
  to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
  from {-o-transform: rotate(0deg);}
  to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
  from {transform: rotate(0deg);}
  to {transform: rotate(359deg);}
}

    div.pulsing-green {
      background-color: #4caf50;
      animation-name: pulsing-green;
      animation-duration: 3s;
      animation-iteration-count: infinite;
    }
    div.pulsing-red {
      background-color: #9E2B12;
      animation-name: pulsing-red;
      animation-duration: 3s;
      animation-iteration-count: infinite;
    }
  
      @keyframes pulsing-green {
        0% {
          background-color: #4caf50;
        }
        50% {
          background-color: #81c784;
        }
        100% {
          background-color: #4caf50;
        }
      }      
      @keyframes pulsing-red {
        0% {
          background-color: #9E2B12;
        }
        50% {
          background-color: #C56853;
        }
        100% {
          background-color: #9E2B12;
        }
      }      
      @keyframes pulsing-blue {
        0% {
          background-color: #4ba3c7;
        }
        50% {
          background-color: #0288d1;
        }
        100% {
          background-color: #4ba3c7;
        }
      }

/* The Modal (background) */
.modalLogin {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

div.authenticating
{
    width: 30px;
    height: 30px;
    display: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==);
    background-position: center center;

}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5px auto; /* 15% from the top and centered */
  border: 1px solid #888;
  padding: 15px;
  width: 300px; /* Could be more or less, depending on screen size */
  height: 250px;
}

/* Modal Content/Box */
.loginForm {
  background-color: #fefefe;
  margin: 5px auto; /* 15% from the top and centered */
  border: 1px solid #888;
  padding: 15px;
  width: 300px; /* Could be more or less, depending on screen size */
  height: 230px;
  display:none;
}


/* Modal Content/Box */
.profileForm {
  background-color: #fefefe;
  margin: 5px auto; /* 15% from the top and centered */
  border: 1px solid #888;
  padding: 15px;
  width: 300px; /* Could be more or less, depending on screen size */
  /*height: 230px;*/
  display:none;
}

/* Modal Content/Box */
.logoutForm {
  background-color: #fefefe;
  margin: 5px auto; /* 15% from the top and centered */
  border: 1px solid #888;
  padding: 15px;
  width: 300px; /* Could be more or less, depending on screen size */
  height: 90px;
  display:none;
}

.loginErrorMessage {
  color: red;
  font-weight: bolder;
  border: 1px solid #888;
  margin: 5px auto; /* 15% from the top and centered */
  width: 300px; /* Could be more or less, depending on screen size */
  height: 20px;
  background-color: #dddddd;
  display: none;
}

.modal-content.authenticated{
  width: 250px;
  height: 75px; 
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

/* Close button on hover */
.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

.container {
  padding: 4px; 
  display:inline-block;
}

.container label {
  width: 80px;
  display: inline-block;
}
/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* small screens ----------- */


@media screen and (prefers-color-scheme: light) {
  body {
    background-color: #DFDFDF;
  }
}

@media (prefers-color-scheme: dark) {

    body 
    {
      background-color: #111111;
    }

}


@media only screen 
and (min-width : 900px) {


  .theaterLink {  
    display: inherit;
  }
}

@media only screen 
and (max-width : 900px) {


  .theaterLink {  
    display: none;
  }
}

@media only screen 
and (max-width : 900px) {


  .page-title {
    font-size: x-large;
    text-align: left;
  }

  .site-title {
    margin: 7;
    font-size: x-large;
  }

  .no-favorites {
    width: 70%;
    font-size: large;
  }
  
  .spinner {
    left: 35%;
  }

  .other-site .site-title {
    margin: 0px 4px 0px 0px;
  }

  .main-charger {
      margin: 3px;
      font-size: medium;
      border: 1px;
      width: 130px;
      height: 80px;
      padding: 5px;
      
  }

  .main-charger .charger-status {
      font-size: 10px;
      margin: 2px
  }

  .main-charger .charging-user {
    font-size: 9px;
    padding-top: 2px;
  }

  .main-charger .charger-name {
    font-size: 32;
    padding: 4 0 4px 0;
    margin: 4px;
  }

  .main-charger .charger-time-in-status {
      font-size: 10px;
      margin: 2px;
  }

  .other-chargers {
      margin: 2px 2px 2px 2px;
  }

  .small-charger {
      margin: 1px;
      font-size: medium;
      width: 3px;
      height: 22px;
      padding: 0px;
  }

  .small-charger .charger-name {
      font-size: medium;
      padding: 12px 0;
      margin: 2px
  }

  .as-of{
    margin-left: 5px;
    font-size: 10px;
  } 

  /* Modal Content/Box */
.modal-content {
  margin: 2px auto; /* 15% from the top and centered */
  padding: 5px;
  width: 300px; /* Could be more or less, depending on screen size */
}
}

@media only screen 
and (max-width : 500px) {
  
  .modal-content {
    margin: 2px auto; /* 15% from the top and centered */
    padding: 5px;
    width: 210;
    height: 300;
    }


}

