.ui-jqgrid-titlebar {
  display: none;
}

.jarviswidget-ctrls, .widget-toolbar {
  display: none;
}

.btn-agregar a {
  margin-top: 23px;
}

.tabla-productos {
  margin-top: 20px;
}

.tabla-productos .fa-trash-o {
  cursor: pointer;
}

.btn-div {
  text-align: right;
  margin-top: 50px;
}

.jarviswidget > div {
  border: none;
}

.input-group-append {
    margin-left: -1px;
    position: absolute;
    right: 0px;
    height: 20px;
    z-index: 1;
}

.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: transparent;
    z-index: 2;
}

.content-1 {
  border: 1px solid #ddd;
  padding: 10px 20px 10px 20px;
  margin-bottom: 20px;
}

legend h6 {
  margin: 0px;
}

#input-2 {
  text-align: right;
  height: 20px;
}

.td-costo {
  text-align: right;
}

.th-center {
  text-align: center;
}

.total-div {
  padding: 0px 10px 0px 10px;
  margin: 0px;
  display: flex;
}

.total-div span {
  font-weight: 600;
  margin-right: 5px;
}

.total-div .total {
  text-align: right;
  flex-direction: row-reverse;
}

.input-group-prepend {
    height: 20px;
}