:root {
    --main-color: #fa0082;
}

td{
  vertical-align: middle !important;
}

body
{
  letter-spacing: -.5px;
}

.navbar, .ace-nav>li>a, .no-skin .navbar .navbar-toggle
{
  background: var(--main-color) !important;
}

.text-main-web
{
  color: #c50066;
}

.btn-main-web {
  background-color: #c50066 !important;
  color: white !important;
  padding: 6px 9px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
}

.btn-main-web:hover {
  background: var(--main-color) !important;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.transform-none
{
  transform: none !important;
}

.web-container .select2-container
{
  width: 100% !important;
}

.card-catalog
{
  background-color: #428bca0d !important;
  min-height: 270px;
  justify-content: space-between;
  margin: 0 !important;
}

.card-catalog img
{
  height: 250px;
}

.card-catalog .card-title
{
  color: var(--main-color);
  font-size: 16px;
  font-weight: bold;
}

.card-catalog .card-price
{
  margin: 0;
}

.card-catalog .card-price strong
{
    font-size: 16px;
    color: #337ab7;
}

.card-catalog .card-price span
{
    font-size: 15px;
}

.card-catalog .card-code
{
  font-size: 13px;
  text-align: center;
  padding-top: 10px;
}

.card-catalog .card-price span
{
  color: #3d3d3dcc;
  text-decoration: line-through;
}

.web-main-color
{
  color: var(--main-color);
}

.btn-danger{
  background-color: ;
}

.position-absolute{
  position: absolute;
}

.visibility-hidden
{
  visibility: hidden;
}

.out-of-stock
{
  padding: 4px 20px;
  background-color: red;
  color: white;
  font-size: 12px;
  top: 10px;
  left: 10px;
  font-weight: bold;
}

.web-open-modal-product-detail
{
  top: 221px;
  right: 10px;
  border-radius: 5px 5px 0 0;
  padding: 4px 10px;
  font-size: 10px;
  cursor: pointer;
  font-weight: bold;
}

.web-product-discount
{
  top: 10px;
  right: 10px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: bold;
  cursor: default;
  border-radius: 0;
}

.is-web .modal{
  z-index: 1052;
}

.is-web .modal-body{
  text-align: center;
}

.is-web .modal-header
{
  padding: 5px 15px;
}

.is-web .product-info-name
{
  font-size: 20px;
}
.development-sys
{
  background-color: #d15b47 !important;
}

.pointer
{
  cursor: pointer;
}

.breadcrumbs.ace-save-state
{
  padding-bottom: 5px;
}

.main-content
{
  padding-bottom: 20px;
}

.new{
  margin-bottom: 15px;
}

.input-check{
  margin: 0 !important;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.payment-item-container, .d-flex{
  display: flex;
  flex-direction: row;
}

.d-flex button, .d-flex a{
  margin-right: 5px;
}

.image-container img{
  background-color: #d4d9dc;
  height: 40px;
  border-radius: 50%;
}

.circle{
  border-radius: 50%;
  outline: none !important;
}

.infobox{
  width: 100%;
}

.infobox-content{
  font-size: 18px;
  font-weight: normal;
}

.infobox .infobox-content{
  max-width: 100%;
}

.stat.stat-green2:before{
  background-color: #0490A6;
}

.stat.stat-green2:after{
  border-bottom-color: #0490A6;
}

.stat.stat-orange2:before{
  background-color: #F79263;
}

.stat.stat-orange2:after{
  border-bottom-color: #F79263;
}

.stat.stat-pink:before{
  background-color: #CB6FD7;
}

.stat.stat-pink:after{
  border-bottom-color: #CB6FD7;
}

.required{
    color:red;
}
        
.order-status, .is-ticket, .is-voucher, .is-invoice, .is-creditnote{
	padding: 2px 4px;
	color: #fff;
	border-radius: 5px;
  font-size: 12px;
  display: inline-block;
}

.is-role
{
    color: rgba(23, 58, 93, 1);
    border: 1px solid #6FB3E0;
}

.status-complete{
	background-color: #4CAF50;
  padding: 5px;
}

.status-pending{
	background-color: #FFC107;
  color: #3d3d3d;
  padding: 5px;
}

.status-processing{
	background-color: #00BCD4;
}

.status-shipped{
	background-color: #007bff;
}

.status-cancelled{
	background-color: #FF5252;
}

.primary-color{
	color: #438EB9;
}

.card{
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin-top: 15px;
}

.card-body {
    padding: 1rem 1.25rem 0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #173a5d;
    color: #fff;
}

.card-header-order {
  background-color: transparent;
  color: #000;
}

.card-title{
	margin: 0;
	font-size: 16px;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-footer
{
  background-color: rgba(0, 0, 0, 0.05);
  padding: 4px 10px;
  font-size: 15px;
  text-align: center;
}

.card-dates
{
  font-size: 14px;
  text-align: center;
}

.waiter-title
{
  font-size: 25px;
}

.padding-bottom-0
{
  padding-bottom: 0;
}

.italic{
    font-style: italic;
}

.order-totals{
    font-size: 15px;
}


/*Stores: Predictive list*/
.predictive-list-all {
  max-width: 100%;
  position: relative;
  margin-top: -34px;
  z-index: 99999;
}
.pac-container {
    margin-top: 40px;
  background-color: #fff;
  position: absolute !important;
  z-index: 1000;
  border-radius: 2px;
  font-size: 11px;
  font-family: Arial,sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  left: 0;
  right: 0;
  border-top:none !important;
}
.pac-item {
  cursor: pointer;
  padding: 0 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
  vertical-align: middle;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  color: #999;
}
.pac-item:hover {
  background-color: #efefef;
}
.pac-icon-marker {
  background-position: -1px -161px;
}
.pac-icon {
  width: 15px;
  height: 20px;
  margin-right: 7px;
  margin-top: 6px;
  display: inline-block;
  vertical-align: top;
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
  background-size: 34px;
}
.pac-item-query {
  font-size: 13px;
  padding-right: 3px;
  color: #000;
}
.pac-matched {
  font-weight: 700;
}
.pac-item.pac-item-error {
  padding-left: 7px;
}

@media (max-width: 1024px) {
  .map-search{
    height: 50px;
  }

  .mt-search{
    margin-bottom: 20px;
  }
}

.multi-selector{
  padding: 0;
}

.mt-search{
  margin-top: 27px;
}

.mini-menu{
  margin-bottom: 0;
  margin-top: 4px;
}

.btn-primary{
  background-color: #173a5d;
}

.btn-primary:hover{
  background-color: #205488;   
}

.filter{
  font-weight: bold;
  color: #438EB9;
}

.no-filter{
  color: #707070;
}

.password{
  float: right;
  margin-right: 6px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  color: #17395d;
}

.btn-category-info{
  margin: 0 8px;
}

.no-resize
{
  resize: none;
}

.mt-4{
  margin-top: 4px;
}

.mt-5{
  margin-top: 5px;
}

.mt-10
{
  margin-top: 10px;
}

.mt-15
{
  margin-top: 15px;
}

.mt-20{
    margin-top: 20px;
}

.mt-25
{
  margin-top: 25px;
}


.mb-4{
  margin-bottom: 4px;
}

.mb-10{
  margin-bottom: 10px;
}

.mb-15{
  margin-bottom: 15px;
}

.mr-0{
  margin-right: 0px;
}

.mr-4{
  margin-right: 4px;
}

.mt-27{
  margin-top: 26px;
}

.modal-header{
  background-color: #173a5d;
  color:  white;
}

.modal-header.warehouse-line-disable{
  background-color: #D15B47;
}

.modal-header.modal-order-payment-fractionate{
  background-color: #87B87F;
}

.modal-header .close
{
  opacity: 1;
}

.modal-header .close span{
  color:  white;
}

.modal-header .close:hover{
  opacity: .7;
}

.color-transparent
{
  color: transparent;
}

.modal-body
{
  padding: 15px 25px;
}

.efact-type-label
{
  padding-right: 20px;
}

.efact-type-radio
{
  margin-top: -1px !important;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.text-primary-dark
{
  color: #173a5d;
}

.text-owe
{
  color: #000;
  border: 1px solid red;
}

.text-alimony
{
  color: #000;
  border: 1px solid green;
}

.text-personal
{
  color: #000;
  border: 1px solid blue;
}
.text-stockcategory
{
  color: #000;
  border: 1px solid blue;
  line-height: 3;
}

.text-manager
{
  color: #000;
  border: 1px solid #42d5d5;
}

.text-agent
{
  display: inline-block;
  color: #000;
  border: 1px solid #ffc107;
}

.is-voucher, .is-ticket, .is-invoice, .is-creditnote
{
  padding: 4px;
  color: #fff;
}

.is-voucher
{
  background-color: rgba(255, 99, 71, 0.8);
}

.is-ticket
{
  background-color: #ab67ab;
}

.is-invoice
{
  background-color: rgba(23, 58, 93, 1);
}

.is-creditnote
{
  background-color: rgba(233, 30, 99, 1);
}

.text-red
{
  color: red;
}

.idx-status
{
  cursor: pointer;
  color: #3d3d3d57;
}

.idx-status.fa-check-circle.active
{
  color: green;
}

.idx-status.fa-times-circle-o.active
{
  color: red;
}

.bg-inactive
{
  background-color: #f705055e;
}

.bg-border-primary
{
  border: 1px solid #337ab7;
  color: #000;
  background-color: #337ab733;
}

.st-rejected span, .alerted-selection
{
  color: red !important;
  text-decoration-line: line-through;
}

.order-item-selection
{
  margin-bottom: 0;
}

.o-payments-container
{
  display: flex;
  align-items: center;
  flex-direction: column;
}

.card-body .o-payment
{
  font-size: 13px;
}

.o-payment
{
  margin-top: 2px;
  font-weight: normal;
  display: inline-block;
}

.boxes .row button, .boxes .row a
{
  text-transform: uppercase;
  font-weight: bold;
}

.text-uppercase
{
  text-transform: uppercase;
}

.income-outcome-totals
{
  background: #D15B47 !important;
  color: white !important;
}

.income-outcome-totals-title
{
  background: #ff000063;
  font-weight: bold;
}

.text-center-important
{
  text-align: center !important;
}

.status-wl
{
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.status-wl.enabled
{
  background-color: green;
}

.status-wl.disabled
{
  background-color: red;
}

.checkbox-payment-accept, .checkbox-payment-fraccionate
{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.box-button-containers
{
  display: flex;
}


.box-button-containers a, .box-button-containers button
{
  margin-right: 8px;
}

.fire-change-payment-method
{
  cursor: pointer;
}

.main-product-stock
{
  border: 1px solid #173a5d !important;
}

.ui-autocomplete
{
  z-index: 9999;
}

.printOnly {
   display : none;
}

@media print {
    .noPrint {
        display:none;
    }

    .printOnly {
       display : block;
    }
}

.card-header h4
{
  font-weight: bold;
  font-size: 20px;
}

.card-order
{
  min-height: 181px;
}

.order-detail, .waiter-title
{
  font-size: 20px;
}

.white-content
{
  color: mediumblue;
  padding: 5px 4px 0 0;
  font-size: 25px;
}

.display-flex
{
  display: flex;
}

.chk-products
{
  width: 18px;
}

.select2-selection.select2-selection--single
{
  height: 34px !important;
}

.product-update-status
{
  font-size: 30px;
}

.category-update-status
{
  font-size: 20px;
}

.product-update-stock
{
  width: 50px;
}

.text-bold
{
  font-weight: bold;
}

.option-title-required
{
  color: #3d3d3d;
  font-size: 16px;
}

.wl-change-payment-method, .wl-change-operation, .wl-change-buyer-name
{
  cursor: pointer;
}

.select2-line-operations-container .select2-container
{
  width: 60% !important;
}

.custom-select2-width .select2-container, .container-select2-category-ids .select2-container
{
  width: 100% !important;
}

.area-orders
{
  display: flex;
  flex-wrap: wrap;
}

.comment-delivery-pickup
{
  font-size: 20px;
}

.qty-payment-controls{
  display: flex;
}

.customer-discount-checker label
{
  display: flex;
  align-items: center;
}

.customer-discount-checker span
{
  margin: 0 5px;
}

.customer-discount-checker input
{
  width: 30px;
  height: 30px;
}

.product-category-price, .product-category-position, .product-category-name
{
  margin: 0 10px;
}

.product-category-price, .product-category-position
{
  width: 80px;
}

.select2-product-category-areas-container{
  display: inline-block;
}

.select2-product-category-areas-container .select2-container{
  width: 200px !important;
}

.select-warehouse-container span
{
  vertical-align: 12px;
}

.select-warehouse-container input
{
  width: 34px;
  height: 34px;
}

.checkbox-question-container span
{
  vertical-align: 5px;
}

.checkbox-question-container input
{
  width: 20px;
  height: 20px;
}

.autoclose-timer{
  padding: 8px;
  background: red;
  border-radius: 4px;
  font-weight: bold;
  color: white;
  font-size: 15px;
}
.order-footer{
  border-top: 1px solid #8080804d;
  padding-top: 10px;
  font-size: 14px;
  color: #173a5d;
}

.button-order{
  font-size: 16px;
  margin-left: 4px;
}

.container-area-category-product p{
  margin: 0;
}

.container-area-category-product p{
  font-size: 10px;
}

.container-area-category-product span{
  font-size: 9px;
}

.previewer{
  margin-top: 5px;
  padding: 7px;
  border-radius: 5px;
  background: #d4d9dcab;
  height: 54px;
}

.input-order-item-qty{
  text-align: center;
  width: 80px;
  font-weight: bold;
  color: #428BCA !important;
}

.input-order-item-qty.error
{
  border: 1px solid red;
  color:  red !important;
}

.item-payment
{
  color: #fff;
  font-size: 12px;
  border-radius: 10px 0;
  padding: 5px;
  display: inline-block;
  margin-bottom: 2px;
  background-color: #ff63479c;
}

.item-payment-efectivo
{
  background-color: #3f51b5;
}

.item-payment-yape
{
  background-color: #720E9E;
}

.item-payment-plin
{
  background-color: #009688;
}

@media only screen and (max-width: 479px){
  .navbar:not(.navbar-collapse) .ace-nav
  {
    text-align: left;
  }

  .ace-nav>li:nth-last-child(2)>.dropdown-menu.dropdown-menu-right {
    left: -10px;
  }

  .modal-body
  {
    padding: 15px;
  }

  .responsive-br-top{
    margin-top: 10px;
  }

  .card-order
  {
    min-height: 0;
  }

  .card-header h4
  {
    font-size: 14px;
  }

  .order-detail
  {
    font-size: 16px;
  }

  .waiter-title
  {
    font-size: 16px;
  }

  .mt-xs-10
  {
    margin-top: 10px;
  }

  .padding-lr-5
  {
    padding: 0 5px;
  }

  .btn-process-quote
  {
    padding: 3px 5px;
  }

  .card-header-order .fa-shopping-basket
  {
    font-size: 21px;
  }

  .sidebar
  {
    width: 179px;
    height: 100vh;
  }

  .card-catalog img
  {
    height: 150px;  
  }

  .web-open-modal-product-detail
  {
    top: 125px !important;
  }
  .out-of-stock
  {
    padding: 4px 10px;
  }
}

@media only screen and (max-width: 820px){
  .product-category-price, .product-category-position, .product-category-name
  {
    margin: 0 10px;
  }

  .product-category-price, .product-category-position
  {
    width: 60px;
  }

  .product-category-name{
    width: 100px;
  }

  .select2-product-category-areas-container{
    display: inline-block;
  }

  .select2-product-category-areas-container .select2-container{
    width: 150px !important;
  }

  .responsive-br-top{
    margin-top: 10px;
  }

  .web-open-modal-product-detail
  {
    top: 225px;
  }
}