/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #00bb00;
}
.btn-cyan {
    background: cyan;
}
.screen {
    height: 20%;
    background-image: url('../images/1327728.jpg');
    background-position: bottom;
}
.quadro {
    background: #ccc;
    height: 100%;
    padding: 20px;
}
.btn:focus {
    box-shadow: none;
}
#btns button {
  margin: 5px;
}
#on.on {
  box-shadow: 0px 0px 15px 5px #dc3545;
}
#engines.on {
  box-shadow: 0px 0px 15px 5px #17a2b8;
}
#weapons.on {
  box-shadow: 0px 0px 15px 5px #ffc107;
}
#shields.on {
  box-shadow: 0px 0px 15px 5px #28a745;
}
#power {
  -webkit-appearance: slider-vertical; /* WebKit */
  width: 8px;
  height: 250px;
  padding: 0 5px;
  vertical-align: top;
  margin-right: 12px;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
#power.on {
  box-shadow: 0px 0px 15px 5px #0075ff;
  transition: all 0.3s ease-in-out;
}
.central {
  text-align: center;
}
#cntrl-system {
    background: #000;
    padding: 3px;
}
#cntrl-system svg {
    color: #fff !important;
}
.square {
    width: 100%;
    height: 35px;
    border-radius: 3px;
}
.sq-red {
    background: darkred;
}
.sq-red.on {
  background: #bb0000;
  box-shadow: 0px 0px 15px 5px #bb0000;
}
.sq-green {
    background: darkgreen;
}
.sq-green.on {
  background: #00bb00;
  box-shadow: 0px 0px 15px 5px #00bb00;
}
.square-space {
    width: 30%;
}
.ico {
    width: 40%;
    padding: 8px;
}
.led-area {
    margin: 3px;
}
#lights {
    margin-top: 20px;
    background: #000;
    padding: 1px 0px;
}
#lights section {
    margin: 5px;
    border: 1px solid cyan;
    padding: 3px;
}
#lights section .name {
    color: cyan;
    text-align: center;
    border-bottom: 1px solid cyan;
    box-shadow: none;
    transition: all 0.5s ease-in-out;
}
#lights section .body {
    text-align: center;
    padding: 3px;
}
#lights section.on button.on {
    box-shadow: 0 0 15px 5px cyan;
}
#lights section.on .name {
    box-shadow: inset 0 0 15px 5px cyan;
}

@media all and (min-width:2000px){
  .half {
      float: left;
      width: 50%;
  }
}
