#slide-out{
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.mdl-list__item {
    font-size: 13px !important;
    font-weight: bold !important;
    letter-spacing: 0 !important;
    padding: 12px !important;
}

.base-color{
    color: #263238 !important;
}

.accent-color{
    color: #ff8f00 !important;
}



main{
    background-color: #F2F2F2 !important;
}

.container-fluid{
    background-color: #F2F2F2 !important;
}


.tabs .tab a {
    color: #263238 !important;
}

.tabs .tab a.active{
    color: #263238 !important;
    font-weight: bold !important;
}

.tabs .indicator{
    background-color: #263238 !important;
}

.card {
    border: 1px solid #F2F2EB !important;
    cursor: pointer !important;
    padding-top: 8px;
}

.card .card-content {
    padding: 7px 11px !important;
}

#detalleCarrito{
    border: unset !important;
}

#resumenCarrito{
    margin-bottom: 0px !important;
}

.full-width{
    width: 100%;
}

/* width */
::-webkit-scrollbar {
    width: 3px;
    height: 2px;
    border-radius: 2px;
    background: transparent !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent !important; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 3px;
    background-color: transparent;
    margin-left: 3px;
    height: auto;
}
.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
    margin-right: 15px;
}

.customSwalBtn{
    background-color:#ff8f00;
    border-left-color: #ff8f00;
    border-right-color: #ff8f00;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin: 5px 5px 0px 5px;
    padding: 10px 32px;
    width: -webkit-fill-available;
}

.swal2-content{
    padding-right: 50px;
    padding-left: 50px;
}

.swal2-container {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: .625em;
    overflow-x: hidden;
    transition: background-color .1s;
    -webkit-overflow-scrolling: touch;
}

.my-swal {
    z-index: 1001 !important;
}

.my-swalMobile {
    z-index: 1004 !important;
}


.input-field .prefix.active {
    color: #000 ;
}

#mm {
bottom: 0 !important;
margin-bottom: 0px !important;
}

.modal.bottom-sheet {
    top: auto !important;
    margin: 0;
    width: 100% !important;
    max-height: 80% !important;
    border-radius: 0;
    will-change: bottom, opacity;
}

.divFlotante{
    bottom: 0;
    height: 34px;
    padding: 13px 0 4px;
    position: fixed;
    width: 100%;
    z-index: 5000;
}

.white-text-input{
    color: white !important;
    text-align: center;
    font-size: xxx-large !important;
}


/*Construccion para re-impresion facturas en transacciones*/
@media print {
    body * {
      visibility:hidden;
    }

    @page{
        margin:.5cm
    }  

    html, body {
        height:100vh; 
        margin: 0 !important; 
        padding: 0 !important;
        overflow: hidden !important;

        line-height: 1.5;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
        font-weight: normal;
        color: rgba(0,0,0,0.87);
    }
    
    #closeModal {
        visibility:hidden !important;
      }
    #modalFactura, #modalFactura * {
      visibility:visible;
    }
    #modalFactura {
      position:absolute;
      left:0;
      top:unset;
    }
}

#modalFactura{
    top: unset !important;
    width: 100% !important;
    max-height: 100% !important;
}