* {
  box-sizing: border-box;
}
body, html {
  height: 100%;
  background: black;
  padding: 0px;
  margin:0px;
}
body {
  font-family: Delicious1;
  font-weight: bold;
  /*background-image: url("/images/bjSWiq.jpg");*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  color:white;
}

#operations td{
  text-align: center;
  border: 1px solid white;
  font-size: 25px;
}
#avar{
  font-size: 10px;

}
@font-face { font-family: Delicious1; src: url('/fonts/Jura-VariableFont_wght.ttf'); }
@font-face { font-family: Delicious2; src: url('/fonts/Rajdhani-Light.ttf'); }

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* 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 */
}

/* Modal Content/Box */
.modal-content {
  background-color: #105913;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  padding-top: 0px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  height:45%;
  overflow: hidden;
}

/* The Close Button */
.close {
  color: red;
  float: right;
  font-size: 55px;
  font-weight: bold;
}

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


#chatmessagesbox {
  text-align: left;
  
}
#tableClock td{
  width: 50px;
}

#TIMER{
  font-size: 30px;
  color:violet;
  margin-bottom: 10px;
}
.w600{
  width:80%;
  max-width: 1600px;
  font-size: 30px;
}
#jasetbl{
  background-color: #105913;
}
#jasetbl td{
  padding:20px;
}
.w600 .c1{
  width:calc(25% / 2);
}
.w600 .c2{
  width:calc(25% / 2);
}
.w600 .c3{
  width:auto;
}
.w600 .c4{
  width:calc(25% / 2);
}


/* Hide scrollbar for Chrome, Safari and Opera */
.hidescroll::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hidescroll {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#table-wrapper {
  position:relative;
}
#table-scroll {
  height:150px;
  overflow:auto;  
  margin-top:20px;
}
#table-wrapper table {
  width:100%;

}
#table-wrapper table * {
  background:yellow;
  color:black;
}
#table-wrapper table thead th .text {
  position:absolute;   
  top:-20px;
  z-index:2;
  height:20px;
  width:35%;
  border:1px solid red;
}


