﻿.tableFixHead{ 
    overflow: auto; 
    height: 500px; 
  }
  .tableFixHead thead th { 
    position: sticky; 
    top: 0; 
    z-index: 1; 
    background:#f9f9f9;
  }
  
  /* Just common table stuff. Really. */
  table  { 
    border-collapse: collapse; 
    width: 100%; 
  }

tbody tr{
  cursor: pointer;
}

/* Full Screen */
.full_screen {
  color: #fff;
  float: left;
}
.full_screen .header {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 4.8rem;
  max-height: 8rem;
}

.full_screen .button {
  /* display: none; */
  float: left;
  width: 100%;
  text-align: right;
  padding-right: 5%;
  margin-top: -4rem;
  margin-bottom: 1rem;
}

.full_screen .button img{
  width: 3.8rem;
  margin-left: 2.5rem;
}

.full_screen .header .Marquee {
  height: 6.3rem;
  overflow:hidden;
  font-size: 3.8rem;
  width: 100%;
}
.full_screen .header .Marquee div { 
  height: 4rem;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  width: 100%;
  text-align: left;
  padding-left: 6.5rem;
} 

.full_screen .show {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 4rem;
  display: flex;
  justify-content: center;
  height: calc(100vh - 20rem);
}

.full_screen .show .proccessing{
  width: 45%;
  border: 0.2rem solid #FFF;
  border-radius: 0.5rem;
  overflow: hidden;
}

.full_screen .show .proccessing .top {
  background-color: #19A1B8;
}

.full_screen .show .proccessing .inner {
  padding: 2rem 5rem;
  overflow: hidden;
  max-height: calc(100vh - 25rem);
  font-size: 6.2rem;
}

.full_screen .show .proccessing .inner .mar {
  display: flex;
  justify-content: start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.full_screen .show .proccessing .inner .mar span {
  width: 25%;
  text-align: center;
}

.full_screen .show .done{
  width: 45%;
  margin-left: 2%;
  border: 0.2rem solid #FFF;
  border-radius: 0.5rem;
  overflow: hidden;
}

.full_screen .show .done .top {
  background-color: #D0021B;
}

.full_screen .show .done .inner {
  padding: 2rem 5rem;
  overflow: hidden;
  max-height: calc(100vh - 25rem);
  font-size: 4.2rem;
}

.full_screen .show .done .inner .mar {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  align-content: flex-start;
  line-height: 1.2;
}

.full_screen .show .done .inner .mar span {
  width: 100%;
  word-break: break-all;
  padding-top: 8px;
}