html, body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin: 0;
  padding: 0;
  background: rgb(59, 55, 71);
  background: linear-gradient(0deg, rgba(59, 55, 71, 1) 0%, rgba(116, 109, 140, 1) 100%);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.statusboard-logo {
  width: auto;
  height: 90px;
  padding: 0 0 10px 0;
  margin: 0 0 60px 0;
}

.rtk-logo {
  width: auto;
  height: 40px;
  position: absolute;
  bottom: 60px;
  right: 90px;
}

svg {
  -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.5));
}

.header-logo {
  background: url(../images/realtimeknowledge-logo-white.png) no-repeat;
  height: 45px;
  width: 90%;
  margin: 12px auto;
  background-size: 140px;
  background-position: center;
}

footer {
  font-family: 'Roboto', sans-serif;
  font-weight: 100 !important;
  color: white;
  font-size: 24px;
  margin-top: 0px;
  padding: 20px;
  text-align: center;
}

#statusboard {
  width: 90%;
  padding-bottom: 50px;
}

.mdl-layout__header-row {
  padding-left: 40px;
  background-color: #272333;
}

#cancel-full-screen {
  display: none;
}

#lanes {
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.lane-card {
  width: 256px;
  background: #ffffff;
  margin: 12px 0;
}

.lane-card>.mdl-card__title {
  align-items: flex-start;
}

.lane-card>.mdl-card__title>h4 {
  margin-top: 0;
  color: #555;
  font-size: 18px;
}

.lane-card>.mdl-card__actions {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  padding: 0;
}

.lane-card>.mdl-card__title>h4 {
  margin-top: 0;
}

/* span {
  font-size: 20px;
} */

li {
  list-style: none;
  border-top: 1px solid #ddd;
  height: 80px;
  width: 100%;
  float: left;
}

li span {
  float: left;
  padding: 35px 0 35px 20px;
}

#clear-button {
  color: white;
}

ul {
  margin-top: 0;
}

.item-button {
  float: right;
  background: #30c559;
  /*height: 80px;*/
  padding: 20px 20px;
}

.on {
  float: right;
  background: #EF5350;
}

.mdl-switch__track {
  background: rgba(0, 0, 0, .26) !important;
}

.mdl-switch__thumb {
  background: #d94a47 !important;
}

.is-checked .mdl-switch__thumb {
  background: green !important;
}

.mdl-demo .mdl-layout__header-row {
  padding-left: 40px;
  background-color: #272333;
}

.top-input {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 0;
  outline: 0;
  height: 52px;
  color: #444 !important;
  padding-left: 20px;
}

.top-input::placeholder, .middle-input::placeholder {
  color: #aaa !important;
}

#login-overlay .col {
  max-width: 600px;
  margin: 0 auto;
  margin-top: -30px;
  overflow: hidden;
  position: relative;
}

.middle-input {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 52px;
  border: 0;
  border-top: 1px solid #efefef;
  outline: 0;
  color: #444 !important;
  padding-left: 20px;
}

.middle-input:focus {
  border-top: 1px solid #efefef;
}

.form-control:focus {
  box-shadow: none !important;
}

.form-group {
  margin-bottom: 0;
}

button {
  background: #5cb85c;
  border: 0;
  border-bottom-left-radius: 4px;
  width: 100%;
  height: 44px;
  border-bottom-right-radius: 4px;
  color: white;
  font-size: 18px;
}

.mdl-layout__content {
  padding: 8px;
  padding-top: 34px;
}

#statusboard.mdl-layout__content {
  padding: 0px;
  margin: 10px auto 0 auto;
}

.mdl-layout__header {
  background: #e53935 !important;
}

/* a {
  color: white !important;
} */

.forgotten-password-container {
  margin-top: 60px;
}

.login-form {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  transition: all .35s ease-in-out;
}

.login-form.form-inactive {
  left: -600px;
  transition: all .55s ease-in-out;
}

.password-reset-form {
  position: absolute;
  top: 0;
  left: 600px;
  width: 100%;
  transition-delay: .4s;
  transition: all .35s ease-in-out;
  padding: 0 15px;
}

.password-reset-form.form-active {
  left: 0;
  transition: all .55s ease-in-out;
  transition-delay: .4s;
}

#currentUser {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.mdi {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

header.mdl-cell {
  margin: 0;
}

#lane-card {
  background-image: url("../images/lanes.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#switch-card {
  background-image: url("../images/switches.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#log-card {
  background-image: url("../images/audit-log.png");
  background-repeat: no-repeat;
  background-size: cover;
}

section>header {
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mdl-layout__content section:not(:last-of-type) {
  position: relative;
  margin-bottom: 34px;
}

section.section--center {
  max-width: 1290px;
}

.header-control {
  color: white;
}

.mdl-layout-title {
  margin-left: 30px;
  color: white;
}

.item-true {
  background: url(../images/on.png) no-repeat;
  height: 32px;
  margin: 9px 36px;
  background-size: 28px;
  background-position: left;
  text-indent: -2000px;
}

.item-false {
  background: url(../images/off.png) no-repeat;
  height: 32px;
  margin: 9px 36px;
  background-size: 28px;
  background-position: left;
  text-indent: -2000px;
}

/* The Modal (background) */

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  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 */
}

/* Modal Content */

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 350px;
}

.modal-content p {
  font-size: 16px;
}

/* The Close Button */

.close-modal {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-modal:hover, .close-modal:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.mdi.warning-bell {
  -webkit-animation: spinAround 5s ease-in-out infinite !important;
  -moz-animation: spinAround 5s ease-in-out infinite !important;
  animation: spinAround 5s ease-in-out infinite !important;
  line-height: 30px;
  color: #e53935;
  position: absolute;
  top: 9px;
  left: 11px;
  font-size: 32px;
  padding: 10px;
}

.e-toast-container .e-toast {
  height: auto;
  border-radius: 2px;
  padding: 20px 30px 25px 80px !important;
  width: 490px !important;
  background: #ffffff !important;
}

.e-toast-container .e-toast.e-toast-warning {
  width: 440px !important;
  padding: 20px 20px 25px 70px !important;
}

.e-toast-container .e-toast.e-toast-info {
  padding: 26px 30px 25px 80px !important; 
}

.e-toast-container .e-toast.e-toast-warning {
  border-left: 5px solid #e53935 !important;
}

.e-toast-container .e-toast.e-toast-info .lane-id {
  color: #2196F3 !important;
}

.e-toast-container .e-toast .e-toast-progress {
  background-color: #2196F3 !important;
}

.e-toast-container .e-toast.e-toast-warning .e-error, .e-toast-container .e-toast.e-toast-info .e-toast-icon  {
  display: none;
}

.e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-title {
  color: #e53935 !important;
  font-weight: 400;
  font-size: 17px;
}

.e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-title {
  color: #444 !important;
  font-weight: 400;
  font-size: 17px;
}

.e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-content {
  font-size: 15px;
  color: #505050 !important;
  margin-bottom: 5px;
}

.e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-content {
  font-size: 15px;
  color: #505050 !important;
  margin-bottom: 5px;
}

.e-toast-content span {
  display: block; float: left;
}

.e-toast-container .e-toast .e-toast-close-icon {
  color: #999 !important;
  position: absolute;
  right: 10px;
  top: 10px;
}

.lane-id {
  color: #e53935 !important;
  margin-right: 6px;
  margin-bottom: 5px;
}

.e-toast-info {
  color: #222 !important;
  margin-right: 6px;
  margin-bottom: 5px;
  font-weight: 400;
}

.lane-id:nth-of-type(1) {
  margin-bottom: 5px;
}


@-webkit-keyframes spinAround {
  0% {
    -webkit-transform: rotate(0deg)
  }
  3% {
    -webkit-transform: rotate(-20deg);
  }
  8% {
    -webkit-transform: rotate(30deg);
  }
  15% {
    -webkit-transform: rotate(0deg);
  }
  18% {
    -webkit-transform: rotate(-20deg);
  }
  23% {
    -webkit-transform: rotate(30deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-moz-keyframes spinAround {
  0% {
    -webkit-transform: rotate(0deg)
  }
  3% {
    -webkit-transform: rotate(-20deg);
  }
  8% {
    -webkit-transform: rotate(30deg);
  }
  15% {
    -webkit-transform: rotate(0deg);
  }
  18% {
    -webkit-transform: rotate(-20deg);
  }
  23% {
    -webkit-transform: rotate(30deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes spinAround {
  0% {
    -webkit-transform: rotate(0deg)
  }
  3% {
    -webkit-transform: rotate(-20deg);
  }
  8% {
    -webkit-transform: rotate(30deg);
  }
  15% {
    -webkit-transform: rotate(0deg);
  }
  18% {
    -webkit-transform: rotate(-20deg);
  }
  23% {
    -webkit-transform: rotate(30deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@media (max-width: 1024px) {
  svg {
    -webkit-filter: drop-shadow(6px 6px 4px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(6px 6px 4px rgba(0, 0, 0, 0.5));
  }
}

@media (max-width: 674px) {
  .statusboard-logo {
    width: auto;
    height: 75px;
    padding: 0 0 10px 0;
    margin: 40px 0 60px 0;
  }
  .rtk-logo {
    width: 50%;
    height: auto;
    max-width: 150px;
    position: absolute;
    bottom: 40px;
    right: 40px;
  }
  #login-overlay {
    padding: 0 !important;
  }
}