#loading {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background: #FFF;
    z-index: 10000;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 0.97;
    -moz-opacity: 0.97;
    opacity: 0.97;
    transition: opacity .5s ease-in;
    *-webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
}

.multiselect__tags {
    min-height: 34px !important;
    padding: 5px 40px 0 8px !important;
}


.multiselect, .multiselect__input, .multiselect__single {
    font-size: 14px !important;
}

.multiselect__select {
    height: 34px !important;
}


#loading.hidden {
    opacity: 0;
}

#loading-image {
    position: absolute;
    left: 46%;
    top: 50%;
    z-index: 100;
}

.vdp-datepicker__calendar {
    position: initial !important;
    /*position: absolute;*/
    top: 0;
    right: 0;
}

.input-group .form-control {
    z-index: 1 !important;
}

.multiselect--above .multiselect__content-wrapper {
    z-index: 1000 !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

.current {
    color: #5C90D2;
    background-color: #F9F9F9;
    -webkit-box-shadow: 0 2px #5C90D2;
    box-shadow: 0 2px #5C90D2;
}


.paginate_button {
    float: none;
    margin: 0;
    padding: 6px 10px;
    color: #646464;
    line-height: 1.42857143;
    font-weight: 600;
    border: none;
    position: relative;
}

.paginate_button {
    margin: 0 0 5px 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: rgba(255, 255, 255, 0.75) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    height: 22px;
    line-height: 22px;
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    background-color: #5C90D2 !important;
    border: none;
    border-radius: 3px;
}

.tagsinput {
    height: 90px !important;
}

input[placeholder] {
    width: 100% !important;
}

.auth {
    /*background-color: #2c2e2f !important;*/
    background-color: #0E596C !important;
}

.dataTables_filter {
    display: none;
}

.dataTables_length {
    display: none;
}

.v-center {
    vertical-align: middle !important;
}

/*ventas y POS */
.productos_pos .unidad {
    width: 20%;
    float: left;
    position: relative;
    /*max-height: 167px;*/
    border: solid #CCC 1px;

}

.productos_pos .transito img {
    filter: grayscale(1);
    cursor: not-allowed;
}

.productos_pos {
    overflow: auto;
}

.ticket {

}

.badge-right {
    position: absolute;
    right: 5%;
    top: 5%;
}

.badge-left {
    position: absolute;
    right: 5%;
    top: 18%;
}

.label-bottom {
    position: absolute;
    right: 5%;
    bottom: 15%;
}

.separador {
    background-color: #CCC;
    height: 1px;
}

/*.productos {
    min-height: 170px;
}*/

.productos .producto table {
    width: 100%;
}

.producto {
    border: 1px solid #EEE;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    margin-top: 10px;
}

.producto img {
    padding-left: 0px !important;
}

.producto td {
    padding: 0px !important;
}

.producto .info {
    font-size: 1.1em;
}

.producto .nombre {

    border: 0px;
    font-size: small;
    background: transparent;
    text-transform: capitalize;

}

.producto .precio {
    position: relative;
    width: 90px;
    border: 0px;
    background: transparent;
}


.producto .cantidad {
    width: 50px;
    border: 0px;
}


.producto .eliminar-producto .fa-trash:hover {
    color: #A94442;
}

.texto {
    display: block !important;
    font-size: 10px;
    font-weight: 600;
}


.totales td {
    font-size: 1.1em;
    border-bottom: dotted 1px #CCC;
}

.totales .subtotales td {
    font-size: 1em;
    vertical-align: middle !important;
}

.totales .subtotales input {
    font-size: 1em;
}

.totales .subtotales .item-sub {
    border: 0px !important;
    background: transparent !important;
}

.totales table {
    padding-bottom: 10px;
}

.totales .left {
    float: left;
}

.totales .right {
    float: right;
}

.totales .total {
    background: transparent;
    border: 0;
    font-size: 1.1em;
    width: 90% !important;

}

.compras td {
    font-size: 1.2em;
}

.compras .item-sub {
    border: 0px !important;
    background: transparent !important;
}

.compras input {
    font-size: 1em !important;
}


.payment .user {
    font-size: 2em;
    height: inherit;
    background: transparent;
    border: 0px;
}

.pago {
    border: 0;
    width: 100%;
    text-align: right;
    background-color: transparent !important;
}

.page-title {
    display: none;
}

.cash {
    width: 45% !important;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    margin: 4px;
    text-align: center;
    padding: 6% 6% 2% 6%;
}

.cash-icon {
    margin: auto;
    color: #FFF;
    height: 45px;
    width: 75px;
    background-image: url("https://s3-us-west-2.amazonaws.com/contapp-images/default/money.png");
    background-repeat: no-repeat;
    display: block;
}

.amex {
    background-position: -112px -196px;
}

.mastercard {
    background-position: -112px -256px;
}

.paypal {
    background-position: -112px -376px;
}

.visa {
    background-position: -112px -436px;
}

.payu {
    background-position: -112px -556px;
}

.diners {
    background-position: -112px -616px;
}

.mercadopago {
    background-position: -112px -676px;
}

.credito {
    background-position: -112px -796px;
}

.efectivo {
    background-position: -112px -1036px;
}

.pagos-item {
    min-height: 150px;
    border: 1px solid #EEE;
}

.pagos-table > tbody > tr > td {
    padding: 15px 8px;
}

.pagos-table > tbody > tr {
    border-radius: 5px;
}

.totales-pago {

    font-size: 1.3em;
}

.buscador {
    padding: 10px;
}

/*********** --factura tirilla-- ***********/
.factura p, p + p {
    margin: 0px !important;
}

.factura .panel-heading img {
    margin-bottom: 5px;
}

.factura .ticket {
    border: solid 1px #BBB;
    border-radius: 5px;
    margin: 3px;
}

.factura .totales {
    border: none !important;
    width: 85% !important;
}

.factura .totales td {
    font-size: 18px !important;
}

.factura td, .factura th, .panel-footer p {
    font-size: smaller;
    padding: 0px !important;
}

.factura .row {
    font-size: large;

}

.trial {
    bottom: 0;
}

.font-s24 {
    font-size: 24px !important
}


/*********** --dashboard-- ***********/
.box-dashboard {
    min-height: 200px;
}

/*********** --end dashboard-- ***********/

/*********** --morris chart-- ***********/
.morris-hover {
    position: absolute;
    z-index: 1000;
}

.morris-hover.morris-default-style {
    border-radius: 10px;
    padding: 6px;
    color: #666;
    background: rgba(255, 255, 255, 0.8);
    border: solid 2px rgba(230, 230, 230, 0.8);
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0;
}

/*********** --end morris-- ***********/

/*********** --only for md- ***********/

@media (max-width: 1030px) {
    .venta-pos .productos {
        /* min-height: 270px !important;*/
    }
}

/*********** --only for sm- ***********/

@media (max-width: 992px) {

}


/*********** --only for xs- ***********/

@media (max-width: 767px) {
    .block .table-responsive {
        padding: 0 !important;
    }

    .page-heading {
        font-size: 22px !important;
    }

    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }

    .venta-pos .productos {
        padding-top: 5px !important;
        padding-bottom: 10px !important;
        min-height: 0px !important;
    }

    .venta-pos .totales {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .venta-pos .cash {
        padding: 0px !important;
    }

    label {
        margin-top: 15px !important;
    }

    .logo {
        width: 80px;
    }

}

@media print {
    #page-footer {
        display: none;
    }

    .factura {
        display: block;
        page-break-after: always;
        width: 7cm;
    }

    .block-content {
        padding: 0 !important;
    }

}

/*********** --End factura tirilla-- ***********/


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

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 13px;
}

.modal-content {
    max-height: 80vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* Improves touch scrolling on iOS */
}

