.labtit:not(:last-of-type) {
 border-bottom: 1px solid #999;
}

.labtit { 
 font-size: 1.2em;
 margin-top: 2em;
}

.labin {
 font-size: 1em;
 display: inline-block;
 margin-right: 1em;
 font-weight: normal; 
}

.labin input {
 margin-right: 0.5em;
}

.select-joined select:not(:first-of-type) {
 border-top: none;
}

.select-joined select:not(:last-of-type) {
 border-bottom: none;
}

.lista {
 width: 100%;
}

.lista td {
 padding: 15px 12px;
 border: 1px solid #dbdee2;
}

.lista td input {
 width: 5em;
 border: none;
 background-color: #f8f8f8;
 padding: 10px;  
}

.lista .warcmp {
 color: #0e0;
}

.lista .warrep {
 color: #e00;
}
#table-list_wrapper{
 overflow: auto;
}
@media print {

 .noprint {
  display: none;
 }

 #ressuprimento .modal-content {
  position: fixed!important;
  top: 0!important;
 }

}