﻿.fileinput-button input {
    position: absolute;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    direction: ltr;
    cursor: pointer;
    display: none;
  }

/*Regra para o espaçamento do autocomplete de cliente*/
.ui-autocomplete *:not(.icone) {
    padding: 0px !important;
}

.warning-at-line {
    background-color: rgba(255, 0, 0, 0.3) !important;
}


.warning-at-line-green {
  background-color: rgba(0, 128, 0, 0.3) !important;
}

.width100{
  width: 100px !important;
}

.cssClassEsconder {
  display: none;
}
