    #loading34234 {
      position: absolute; 
      top: 50%; 
      left: 0; 
      right: 0; 
      bottom: 0; 
      height: 100%;
      background-size: 30px;
      margin: auto; 
      min-width: 50%;
      min-height: 50%;
      background-position: center;
      background-image: url('assets/tupa/images/loadingfb.gif');
      background-repeat: no-repeat;
      /*text-transform: uppercase;*/
    }
    .skin-blue .main-header .navbar {
      background-color: #FE4F00;
    }
    .link-h{
      padding-left: 10px;
      border-bottom: 1px #838383 solid; 
      font-size: 13px; 
      color: white;
    }
    /* unvisited link */
    .link-h a:link {
      color: white;
    }

    /* visited link */
    .link-h a:visited {
      color: white;
    }

    /* mouse over link */
    .link-h a:hover {
      color: white;
    }

    /* selected link */
    .link-h a:active {
      color: white;
    }
    .cj-ln {
      padding-left: 2px;
      padding-right: 2px;
      padding-top: 1px;
      padding-bottom: 1px;
      background-color: #343A40;
    }
    .large {
      width: 900px;
      height: 400px;
      left: 10%;
      top: 50%; 
      border:1px red solid;
      overflow: scroll;
    }
    .modal-header {
      cursor: move;
    }
    .navbar-white {
      color: #000000;
      background-color: #901317;
      } .navbar-white a:link visited active {
        color: white;
      }
      .navbar-white a:hover {
        color: white;
      }
      .link a:link visited active {
        color: white;
      }
      .link a:hover {
        color: white;
      }
      nav .navbar-nav li a{
        color: white !important;
      }
      nav .navbar-nav li a:hover{
        color: #DADAD9 !important;
      }
      aside .sidebar-dark-primary {
        background-color: #49494B;
      }
      section a:hover{
        /* color: #DADAD9 !important;*/
      }
      /*a:hover {color: #656565;}*/
      .sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #e01e37;
    color: #fff;
}
/*
.nav-link:hover {
 -webkit-transition: 8s ease-in;  
-moz-transition: 8s ease-in;  
-o-transition: 8s ease-in;  
transition: 8s ease-in;  
  text-indent: -300px;
}*/

.navbar-gray {
    background-color: #e01e37;
}

.table td, .table th {
  overflow-x: auto;
    white-space: nowrap;
    width: 1%;
    margin: 0px;
    padding-left: 3px;
    padding-right: 1px;
    padding-top: 2px;
    padding-bottom: 1px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    word-spacing: 0.10em;
     max-width: 200px;

}
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 10px;
     padding-top: 10px;
     padding-left: 15px;
}
.static {
  position: absolute;
  background-color: white;
}

.modal-backdrop {
    /* bug fix - no overlay */    
    display: none;    
}

.mouse_over {
  opacity: 0;
}

.mouse_over:hover {
  opacity: 1;
}

.semver {
  height: 20px;
  width: 20px;
  background-color: #008000;
  border-radius: 50%;
  display: inline-block;
}

.semroj {
  height: 20px;
  width: 20px;
  background-color: #e63946;
  border-radius: 50%;
  display: inline-block;
}
.semama {
  height: 20px;
  width: 20px;
  background-color: #ff9500;
  border-radius: 50%;
  display: inline-block;
}
.vacu {
  text-align: center;
  margin-top: 2px;
  height: 20px;
  width: 30px;
  padding-top: 0px;
  padding-bottom: 28px;
  font-size: 20px;
  /*float: left;*/
}
.vacuno {
  border: 1px #c1121f solid;
  background-color: #f07167;
}
.vacusi {
  border: 1px #007200 solid;
  background-color: #70e000;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.0rem + 2px);
    padding: 0.2rem 0.2rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:active {
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}