/* Generated by less 2.5.1 */
/* ==========================================================================
   Esta mixin de less me permite incluir nuevas fuentes de una forma relativamente mas facil :p
   ========================================================================== */
@font-face {
  font-family: 'Monaco';
  src: url('../fonts/Monaco.woff') format('woff');
}
html,
body {
  height: 100%;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.wrap > .container {
  padding: 70px 15px 20px;
}
.custom-font tr td {
  font-family: 'Monaco';
}
@media print {
  .wrap > .container {
    padding: 10px;
  }
  footer.non-printable,
  form,
  .breadcrumb {
    display: none;
  }
}
.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: "\e151";
}
a.desc:after {
  content: "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view th {
  white-space: nowrap;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
#envio-tipo_envio_id label.active,
#envio-medio_pago_id label.active {
  background-color: #00a65a;
  border-color: #008d4c;
  color: #fff;
  outline: none;
}
.swal-text {
  text-align: center;
}
.swal2-popup .swal2-content {
  font-size: 17px !important;
}
.swal2-popup .swal2-title {
  font-size: 30px !important;
}
.swal2-popup .swal2-styled.swal2-confirm,
.swal2-popup .swal2-styled.swal2-cancel {
  font-size: 15px !important;
}
.swal2-popup.swal2-modal {
  min-width: 98%;
  min-height: 362px;
}
.swal2-icon.swal2-info, .swal2-icon.swal2-question, .swal2-icon.swal2-warning {
  font-size: 1.5em;
}
.swal2-confirm a {
  color: #fff;
}
.nomargin {
  margin: 0 !important;
}
.nomargin-top {
  margin-top: 0 !important;
}
.nomargin-bottom {
  margin-bottom: 0 !important;
}
.nomargin-sides {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
.nopadding-top {
  padding-top: 0 !important;
}
.nopadding-bottom {
  padding-bottom: 0 !important;
}
.hr-default {
  border-top: 1px solid #06a559;
}
.cierre-de-caja-form .cont-cierres:last-child .hr-default {
  display: none;
}
.columns.columns-right {
  float: right;
  margin-top: 0;
}
.columns .btn-secondary {
  margin-top: 0;
}
.bootstrap-table.bootstrap4 {
  margin-bottom: 15px;
}
.fixed-table-body .card-view .card-view-title {
  font-weight: 700;
  display: inline-block;
  min-width: 30%;
  text-align: left!important;
}

@media only screen and (min-width: 540px) {
  .swal2-popup.swal2-modal{
      min-width: 500px;
  }
}
@media only screen and (max-width: 394px) {
  .main-sidebar {
    padding-top: 150px !important;
  }
}
@media only screen and (max-width: 352px) {
  .main-sidebar {
    padding-top: 200px !important;
  }
}
@media only screen {
  .toolbar-info {
    position: absolute;
  }
}
@media only print {
  .noprintable {
    display: none;
  }
}

.grid-scroll {
  overflow: auto;
  overflow-y: hidden;
}

#cliente-fact-electronica,
#remitente-fact-electronica,
#destinatario-fact-electronica,
.field-cliente-destinatario-requiere_fact_electronica,
.field-envio-comprobante_pago,
.field-envio-empresa_id {
  display: none;
}

.vdatetime-popup__header,
.vdatetime-calendar__month__day--selected > span > span {
  background-color: #06a559 !important;
}

.vdatetime-popup__actions__button,
.vdatetime-year-picker__item--selected,
.vdatetime-month-picker__item--selected {
  color: #06a559 !important;
}

[v-cloak] {
  display: none;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top,
.vdatetime-popup {
  z-index: 1030 !important;
}

input[type=checkbox].custom-checkbox
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari and Chrome */
  -o-transform: scale(1.3); /* Opera */
  transform: scale(1.3);
  margin-right: 5px;
  padding: 10px;
}