/* Add support for full height modal*/
 .modal { top:5%; bottom:5%; } .modal-body { max-height:100%; height:85%; } 
 
 .collapsing{ -webkit-transition:height .01s ease; transition:height .01s ease }
 
 .container-fluid {
  margin-right: auto;
  margin-left: auto;
  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; }
}

.panel {

    margin-bottom: 5px;
}


.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;
      }
      
      
.caret-right {
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}

.c_r {
    text-align: right;
}

.double-check-size
{
  /* 1,5-sized Checkboxes */
  -ms-transform: scale(1.5,1.5); /* IE */
  -moz-transform: scale(1.5,1.5); /* FF */
  -webkit-transform: scale(1.5,1.5); /* Safari and Chrome */
  -o-transform: scale(1.5,1.5); /* Opera */
  transform: scale(1.5,1.5);
  padding: 10px;
}

.vertical-text {
    writing-mode:tb-rl;
    /*
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform:rotate(90deg);
    transform: rotate(90deg);
    line-height: 8.5;       */
      white-space:nowrap;
       display:block;
   
   
}

.c_r {
    text-align: right;
}