
@font-face {
  font-family: Calc;
  src: url('../ttf/Calculator.ttf');
}
 
*,input {
  font-style: normal;
  font-weight: normal;
  font-family: Calc, Courier, Courier New;
  font-size: 20px;
}
 
body {
  background: #000;
  color: #38b;
}

p {
  line-height: 100%;
}

h1 {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 24px;
}

#wrap {
  margin-top: 32px;
  background: #012;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  border-radius: 32px;
  border: 2px solid #024;
}

.col0 {
  display: inline-block;
  width: 10px;
  overflow: hidden;
}

.col1 {
  display: inline-block;
  width: 60px;
  overflow: hidden;
}

.col2 {
  display: inline-block;
  width: 35px;
  overflow: hidden;
}

#screen {
  background: #000;
  height: 562.5px;
  border: 1px solid #024;
}

#menu {
  background: #024;
}

.padded {
  padding: 6px;
}

.margined {
  margin: 6px;
}

.bot-select {
  border-radius: 10px;
  border: 2px solid #024;
}

.bot-select {
  text-align: center;
  display: inline-block;
}

#ts-hdr {
  padding: 6px;
}

.slotopt {
  border: 1px solid #000;
}

input[type=checkbox]:not(old):checked + label,
input[type=radio   ]:not(old):checked + label{
  color: #da5;
}

#exec-btn {
  background: url('../img/playbtn0.png');
  background-size: 100%;
  border: none;
  width: 80px;
  height: 80px;
  margin-left: -00px;
  margin-top: -20px;
  margin-right: 100px;
  margin-bottom: 100px;
  cursor: pointer;
  color: transparent;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

#exec-btn:hover {
  background: url('../img/playbtn1.png');
  background-size: 100%;
}

#exec-btn.active {
  background: url('../img/playbtn2.png');
  background-size: 100%;
}

label {
  cursor: pointer;
  transition: all .3s;
  -webkit-transition: all .3s;
  display: inline-block;
  padding: 2px;
  min-width: 70px;
  padding-left: 16px;
}

.inv {
  display: none;
}

.slotopt, .bot-select {
  display: inline-block;
  background: none;
  color: #148;
  cursor: pointer;
  transition: background .5s, color .5s, border-color .5s;
  -webkit-transition: background .5s, color .5s, border-color .5s;
}

.slotopt {
  border: 1px solid transparent;
  border-right: none !important;
  width: 200px;
}

.bot-select {
  border: 2px solid #024;
  border-radius: 8px;
  background: #000;
  padding: 4px;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 3px;
  margin-right: 3px;
}

.bot-select:hover {
  border: 2px solid #012;
  color: white;
}

.bot-select.active {
  color: #da5;
}

h2 {
  font-size: 200%;
  text-align: center;
  border-bottom: 4px solid #012;
  margin: 0;
  padding: 0;
  margin-top: -30px;
  line-height: 200%;
}

.slotopt:hover {
  background: #012;
  color: #38b;
}

.bs-active {
  border-color: #38b;
  color: #da5;
}

.ts-active {
  background: #012;
  color: #da5;
  border: 1px solid #38b;
}

#timeslots-p, #bot-roster-p, #stage-p, #instruction-p, #msg-p, #ftext-p {
  position: absolute;
}

#timeslots, #bot-roster, #stage, #instruction, #msg, #ftext {
  position: relative;
}

#ftext {
  width: 280px;
  height: 562.5px;
  left: 0px;
  top: 0px;
  padding: 32px;
  z-index: 250;
  display:none;
  line-height: 150%;
}

a {
  color: #0a0;
  cursor: pointer;
}

#msg {
  width: 500px;
  height: 281.25px;
  left: 250px;
  top: 140.625px;
  padding: 32px;
  border: 1px solid #024;
  border-radius: 12px;
  background: #012;
  z-index: 150;
  display:none;
  opacity: 0.9;
}

#msg > div {
  background: #000;
  border: 1px solid #012;
  height: 241.25px;
  padding: 24px;
  
}

#timeslots {
  width: 200px;
  z-index: 100;
}

#instruction {
  width: 150px;
  left: 199px;
  z-index: 50;
}

#bot-roster {
  top: 562.5px;
}

#stage {
  width: 650px;
  height: 562.5px;
  left: 350px;
}

#instruction-panel {
  background: #012;
  border: 1px solid #38b;
  min-height: 350px;
  padding: 6px;
}

.bot {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
}

select {
   background: transparent;
   padding: 5px;
   line-height: 150%;
   border: 0;
   border-radius: 0;
   -webkit-appearance: none;
   color: #38b;
   
   }
   
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  text-align: center;
  margin-top: 32px;
  color: gray;
  font-size: 80%;
  z-index: 300;
}
/* 
Included:- main.css (4.28 kB)
*/  

