/* Add support for full height modal*/
 .modal { top:5%; bottom:5%; } .modal-body { max-height:100%; height:85%; } 
 /* Reduce delay to hide collapsing rows */
 .collapsing{ -webkit-transition:height .01s ease; transition:height .01s ease }
 
 .container-fluid {
  margin-right: 1%;
  margin-left: 1%;
  max-width: 1980px; /* or 950px */
}

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1980px; /* or 950px */
}

.label-revision {
  background-color: #009EDB;
}
.label-revision[href]:hover,
.label-revision[href]:focus {
  background-color: #449d44;
}

@media (max-width: 767) {
    /* your custom css class on a parent will increase specificity */
    /* so this rule will override Bootstrap's font size setting */
    .autosized .label { font-size: 12px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .autosized .label { font-size: 14px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .autosized .label { font-size: 16px; }
}

@media (min-width: 1200px) {
    .autosized .label { font-size: 18px; }
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  /* visibility: hidden; */
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  /* z-index: 1; */
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  /* opacity: 0;
  transition: opacity 0.3s; */
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  /* opacity: 1; */
}

.panel {

    margin-bottom: 5px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  max-width: 170px;
  vertical-align: middle;
}

.embed_container_object {
   width: 100%;   
   height: calc(100vh - 110px);   
   
}


      .disk {
        border: 4px solid black;
        width: 400px;
        padding: 2px;
         font: bold 30px "Arial";
        letter-spacing: -1px;
      }

      .used {
        display: block;
        background: red;
        text-align: right;
        padding: 0 0 0 0;
         font: bold 30px "Arial";
        letter-spacing: -1px;
      }
