﻿#PTK .modal-backdrop {
  display: none;
}

#PTK .modal {
  background: rgba(0, 0, 0, 0.7);
}

#PTK img.ptk-header-logo {
  max-width: 70px;
}

#PTK .modal-dialog .modal-content .modal-body {
  padding: 22px;
  max-height: calc(100vh - 180px);
  overflow-y: auto;
}

#PTK .modal-dialog.modal-upper-sm {
  min-width: 77%;
  top: 4px;
}

#PTK .modal-dialog.modal-bottom-sm {
  min-width: 40%;
  position: fixed;
  bottom: 5px;
  right: 5px;
}

#PTK .modal-dialog.modal-bottom-lg {
  min-width: 70%;
  position: fixed;
  bottom: 5px;
  right: 5px;
}

#PTK .modal-dialog.modal-bottom-xl {
  min-width: 75%;
  position: fixed;
  bottom: 5px;
  right: 5px;
}

#PTK .modal-dialog.modal-bottom-xxl {
  min-width: 87%;
  position: fixed;
  bottom: 5px;
  right: 5px;
}

#PTK .modal:nth-of-type(even) {
  z-index: 1052 !important;
}

#PTK .modal-backdrop.show:nth-of-type(even) {
  z-index: 1051 !important;
}

#PTK div.kt-portlet.kt-portlet--last.kt-portlet--head-lg.kt-portlet--responsive-mobile div.kt-portlet__head.kt-portlet__head--lg.toolbar {
  min-height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#PTK div.kt-portlet.kt-portlet--last.kt-portlet--head-lg.kt-portlet--responsive-mobile.kt-portlet--sticky div.kt-portlet__head.kt-portlet__head--lg.toolbar {
  height: unset !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#PTK div.portlet-ptk {
  padding-top: 10px;
  padding-bottom: 8px;
}

#PTK span.filtro-rango .select2-container {
  max-width: 100px;
}

#PTK img.logo-mini {
  max-height: 20px;
  margin-left: 2px;
  margin-right: 2px;
}

#PTK label.checkbox-big {
  font-size: 1.3em;
}

#PTK label.checkbox-big span {
  width: 1.5em;
  height: 1.5em;
}

#PTK div.row-new-cotizacion {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 10px;
  background-color: #f8f8f8;
  border-radius: 4px;
}

#PTK div.row-new-cotizacion div.row-articulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#PTK div.row-new-cotizacion div.row-articulo div.responsive-row {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

#PTK div.row-new-cotizacion-total {
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #eee;
  border-radius: 4px;
}

#PTK div.row-new-cotizacion-total div.row-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fafafa;
}

#PTK div.row-new-cotizacion-total div.row-total div {
  border-right: 1px solid #fafafa;
}

#PTK div.row-new-cotizacion-total div.row-total h5, #PTK div.row-new-cotizacion-total div.row-total h3 {
  margin-bottom: 0px;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

#PTK #pdv-container {
  margin-top: 10px;
  margin-bottom: 10px;
  height: calc(100% - 10px);
}

#PTK #pdv-container .panel {
  position: relative;
}

#PTK #pdv-container .panel .panel-inner div.pdv-container-categoria {
  padding: 15px;
  margin-bottom: 10px;
  min-height: 30%;
}

#PTK #pdv-container .panel .panel-inner div.pdv-container-categoria div.pdv-container-sub-categoria {
  padding: 8px;
  margin-bottom: 8px;
  width: 100%;
  white-space: pre-wrap;
}

#PTK #pdv-container .panel .panel-inner div.pdv-container-categoria div.pdv-container-sub-categoria div.pdv-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 10px;
  background-color: #2e3131;
  color: #e4e9ed;
  border-radius: 4px;
  width: 213px;
  cursor: pointer;
}

#PTK #pdv-container .panel .panel-inner div.pdv-container-categoria div.pdv-container-sub-categoria div.pdv-item div.pdv-item-label-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  min-width: 100%;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

#PTK #pdv-container .panel .panel-inner div.pdv-container-categoria div.pdv-container-sub-categoria div.pdv-item div.pdv-item-label-container label.pdv-item-label {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0px;
  cursor: pointer;
}

#PTK #pdv-container .panel .panel-inner div.pdv-container-categoria div.pdv-container-sub-categoria div.pdv-item div.pdv-item-img-container {
  min-width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
}

#PTK #pdv-container .panel .panel-inner div.pdv-container-categoria div.pdv-container-sub-categoria div.pdv-item div.pdv-item-img-container span.disponibilidad {
  background-color: #414141;
  padding: 8px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-weight: bold;
  opacity: 0.89;
  width: 70%;
}

#PTK #pdv-container .panel .panel-inner div.pdv-container-categoria div.pdv-container-sub-categoria div.pdv-item div.pdv-item-img-container span.precio {
  background-color: #414141;
  padding: 8px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-weight: bold;
  opacity: 0.97;
  width: 30%;
}

#PTK #pdv-container .panel .panel-inner div.pdv-container-categoria div.pdv-container-sub-categoria div.not-available {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

#PTK #pdv-container .panel .pannel-inner-of {
  overflow-y: auto;
}

#PTK #pdv-container .panel .panel-inner-box {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#PTK #pdv-container .panel div.pay-container {
  background-color: #e8ecf1;
  position: absolute;
  bottom: 5px;
  left: 10px;
  right: 10px;
  padding: 10px;
}

#PTK #pdv-container .panel .pdv-summary-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3px;
  border-radius: 4px;
  background-color: #fafafa;
  border: 1px solid #fafafa;
}

#PTK #pdv-container .panel .pdv-summary-item p {
  margin: 0px;
}

#PTK #pdv-container .panel .pdv-summary-item button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background-color: transparent;
  padding-top: 5px;
  padding-bottom: 5px;
}

#PTK #pdv-container .panel .pdv-summary-item .opt-danger {
  color: #cf000f;
}

#PTK #pdv-container .panel .pdv-summary-item .opt-danger:hover {
  border-bottom: 1px solid #cf000f;
}

#PTK #pdv-container .panel .pdv-summary-item .opt-primary {
  color: #1f3a93;
}

#PTK #pdv-container .panel .pdv-summary-item .opt-primary:hover {
  border-bottom: 1px solid #1f3a93;
}

#PTK a.kt-menu__link span.kt-menu__link-text {
  color: #fff;
}

#PTK a.kt-menu__link i.kt-menu__link-icon {
  min-height: 50px !important;
  color: #fff;
}

#PTK .sidebar-active {
  background-color: #181818;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

#PTK .sidebar-active i {
  color: #4d05e8 !important;
}
/*# sourceMappingURL=app.css.map */