
/* System Colors */
/* Quote Status */
/* Status "Buttons" BG */
/* Status BG */
/* Status font color */
/* Customer Status */
/* Payment Status */
/* Main MenuBar */
/* Dropdown Menu */
/* Pagination */
/* App index pages */
/* App form steps */
/* App form controls */
/* App details pages */
/* Customer Details */
/* Typeahead */
/* Informe de Produccion */
/* Pagos Multiplos */
/* Service Status */
/* SWAL */
/* Quote creation steps*/
.app-report-container {
  padding: 50px 200px 100px 150px;
}
.app-report-form {
  margin-top: 20px;
  padding: 30px 100px;
  background-color: #d9e2ed;
}
.app-report-form .control-group {
  margin-left: 0;
  margin-right: 0;
}
.app-report-form .datepicker {
  text-align: right;
  padding-right: 70px;
}
.app-report-form .datepicker-container:before {
  display: block;
  font-size: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 30px;
  padding-top: 5px;
  color: #103d70;
  cursor: pointer;
}
.app-report-form .datepicker-container.initial-date:before {
  content: "desde";
}
.app-report-form .datepicker-container.final-date:before {
  content: "hasta";
}
.date-container {
  display: inline;
}
.download-separator {
  margin-top: 25px;
  margin-bottom: 25px;
  border-bottom: 2px solid #103d70;
}
.reportResult {
  display: none;
}
