* {
  font-size: 12px !important; }

th, label {
  font-size: 9px !important;
  margin-bottom: 20px; }

.ng-cloak {
  display: none; }

.loading-content {
  margin: 40px auto;
  text-align: center;
  font-size: 48px; }

.title-group {
  margin: 20px 0px; }

.ui-select-search {
  width: 100% !important; }

.popover {
  max-width: none !important; 
     
 white-space: pre-line; 
    
     
}

.popover-box {
  max-width: none !important; }

.popover-img {
  max-width: 100%;
  max-height: 100%; }

.largest {
  background: green !important; }

.smallest {
  background: red !important; }
 
.colColorx {
  background: orange; }

.dropdown-menu > .active > a {
  background-color: orange; }

.fixedHeader-floating {
  z-index: 999; }

.testGroup .oddTestGroup,
.testGroup .evenTestGroup {
  overflow: hidden;
  text-overflow: ellipsis; }

.oddTestGroup {
  background-color: #fffbfb;
  overflow: hidden; }

.evenTestGroup {
  background-color: #eeecec;
  overflow: hidden; }

.buttons-columnVisibility {
  display: none; }

.reset-loader {
  margin: auto; }

.loader {
  display: inline-block;
  float: right;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #3498db;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite; }

.table-loader {
  text-align: center;
  margin: auto;
  height: 100%;
  position: absolute;
  z-index: 9999;
  background: aliceblue; }

.table-loader h1 {
  font-size: 20px !important; }

.table-loader .loader {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.filter-option {
  max-width: 20px;
  display: none !important; }

.firstCols {
  background: #acd2f5 !important; }

table.fixedHeader-floating {
  margin-top: 0px !important; }

.bootstrap-select > .dropdown-toggle {
  padding-right: 2px;
  padding-left: 2px; }

.testGroup th {
  white-space: nowrap; }

.firstCols,
table .row th:first-child + th,
table .row th:first-child {
  white-space: nowrap !important; }

.filterRow button {
  height: 10px; }

.bootstrap-select.btn-group .dropdown-toggle .caret {
  vertical-align: top; }

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 1px; }

[role="row"] th {
  position: relative;
  height: 110px; }                   /*  Column Title Height?   */

[role="row"] th div {
  width: inherit;
  height: 90px;
  overflow: hidden; }

[role="row"] th label {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-bottom: 35px;
  white-space: nowrap;
  position: absolute;
  bottom: 10px;
  left: 0px; }

div.dataTables_filter {
  display: inline-block;
  margin-right: 2em;
  margin-left: 2em; }

.lastCol {
  width: 80px;
  background: #eeecec; }

.control {
  height: 45px;
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 5px;
  left: 5px;
  background: aliceblue;
  z-index: 998; }

.toolbar,
#assessment_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.dt-buttons.btn-group {
  margin: auto;
  background: white;
  z-index: 997; }

#assessment_filter label {
  margin: 0; }

.table__fixed__header {
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease; }

.table__fixed__header table {
  margin-bottom: 0 !important; }

.control_fixed {
  height: 40px;
  width: 100%; }

.custom-filters {
  position: relative; }

.custom-filters,
.custom-filters .btn,
.custom-filters span {
  text-align: center;
  background-color: #f3eaebc2;
  line-height: 10px; }

.custom-filters div.glyphicon-remove-circle {
  color: grey;
  cursor: pointer;
  display: none; }
 
.table-loader {
  width: 100%;
  height: 50px;        /*  THIS IS THE HEIGHT OF THE LOADER   */
  margin: auto; }

.table__wrapper {
  width: 90% !important;
  position: relative;
  margin: auto; }

#dataTableContainer {
  position: relative;
  overflow-y: auto; }

#dataTableContainer table {
  table-layout: auto;
  padding-top: 45px; }

tbody {
  display: block;
  height: 2000px;               /*  This is the Height of the TABLE   */
  overflow-x: scroll;
  margin-right: -18px; } 

table,
tbody,
thead {
  background: #eeecec; }

thead {
  display: table; }
  thead tr div button {
    padding: 2px; }
  thead td {
    line-height: 10px !important; }

thead tr:nth-of-type(2) {
  height: 100px; }

thead th {
  padding: 3px !important; }

thead tr:first-of-type th {
  height: 12px;
  position: relative; }

thead tr:first-of-type th div {
  font-size: 10px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  padding: inherit;
  top: 0; }

td {
  display: table-cell;
  padding: 2px 3px !important;
  min-width: 18px;
  vertical-align: middle !important; }
  td a {
    color: black; }

@media screen and (max-height: 800px) {
  tbody {
    height: 380px; }
  .table-loader {
    height: 620px; } }
