﻿.html, body {
    font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont" !important;
}

html body .content .content-wrapper {
    padding: 1.2rem;
    min-height: 100%;
    overflow: auto;
}

#AbsoluteInvoice {
    padding: 1rem !important;
}

/*#region Invoice Factura*/
#invoice-template > div {
    margin: 5px; /* and that, will result in a 10px gap */
}

#invoice-template * p {
    margin-top: 2px !important;
    margin-bottom: 0;
}

.parrafo-fondo {
    position: absolute;
    transform: rotate(-20deg);
    color: red;
    opacity: 0.3;
    left: 20%;
    top: 40%;
    font-size: 50px;
}

.borde-factura {
    border: solid 1px black;
    padding-top: .5rem !important;
}

#invoice-template {
    display: flex;
    flex-direction: column;
    color: black;
    font-size: 11px;
}

#invoice-predetalles {
    padding-left: 0px;
    padding-right: 0px;
    align-items: self-start;
    border: solid 1px black;
    border-bottom: none;
}

#invoice-company-details {
    padding-left: 0px;
    padding-right: 0px;
    align-items: self-start;
    border: solid 1px black;
}

#invoice-customer-details {
    padding-left: 0px;
    padding-right: 0px;
    align-items: self-start;
    padding-top: 1rem;
    border: solid 1px black;
}

#invoice-servicio-details {
    border: solid 1px black;
}

#invoice-items-details {
    padding-left: 0px;
    padding-right: 0px;
    align-items: stretch;
    height: 640px !important;
}

#invoice-otros-tributos {
    padding-left: 0px;
    padding-right: 0px;
    align-items: self-end;
    border: solid 1px black;
    padding: .5rem !important;
}


#invoice-prefooter {
    padding-left: 0px;
    padding-right: 0px;
    align-items: self-end;
    border: solid 1px black;
    padding-top: .5rem !important;
    font-size: 18px;
    text-transform: uppercase;
}

#invoice-footer {
    padding-left: 0px;
    padding-right: 0px;
    align-items: self-end;
}


.caja-superior {
    margin-left: 46%;
    margin-right: 46%;
    border: 1px solid black;
    border-top: none;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 8%;
    flex: 0 0 8%;
}

.texto-interior {
    font-size: 40px;
    margin-bottom: 0px;
    color: black;
    font-weight: 700;
}

.caja-izquierda, .caja-cliente, .caja-derecha {
    font-size: 18px;
}

.caja-derecha {
    padding-left: 4%;
    border-left: 1px solid black;
}


.caja-servicio {
    font-size: 19px;
}

/*.col-md-6.item {
    margin-bottom: 0px;
}*/

.brand-logo.factura {
    min-width: 130px;
    margin-left: 40%;
    /*margin-bottom: 7%;*/
    margin-top: -30px;
}

.texto-caja-derecha {
    margin-left: 20%;
    font-size: 1.5rem;
    margin-top: -30px;
}

.texto-caja-izquierda {
    margin-left: 5%;
    font-size: 2rem;
    margin-top: -30px;
}

/*.item-comp-details {
    padding-top: 10px;
}*/

/*.comp-details {
    margin-top: 40px;
}*/

.table-responsive {
    display: table;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    padding: 0px;
}

.table-borderless thead th {
    border: 1px solid #e3ebf3;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 0.2rem;
}

.prefooter-center {
    margin-bottom: 7px !important;
}

.predetalles-center {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: bold;
}

.margen-top {
    margin-top: 10px;
}

.btn-imprimir {
    margin-top: 6px;
    margin-bottom: 6px;
}

.item-otro-trb {
    padding: 0 0 0 0 !important;
}
/*#endregion Invoice Factura*/





.datos-equipo label {
    font-weight: 700;
    font-size: 1.6rem;
}

.datos-equipo p {
    display: inline;
    font-size: 1.6rem;
}

.print-page-container {
    padding: 3.5rem !important;
    height: 1500px;
    border: 1px solid rgb(98, 110, 130) !important;
    display: flex;
    flex-flow: column;
}

.company-details, .order-details {
    margin: 1rem 0;
}

    .company-details p {
        margin: 0;
    }


.datos-cliente, .datos-equipo {
    margin: 2rem 1rem;
    padding: 1rem;
}

    .datos-cliente .title, .datos-equipo .title {
        border: solid 1px darkgray;
        padding: 0 0.5rem;
        margin: 0;
        font-size: 1.9rem;
    }


.separator-title {
    border: solid 1px darkgray;
    margin: 0 0 1.8rem 0;
}

.div-num-orden {
    text-align: center;
    border: solid 1px darkgray;
}

    .div-num-orden h4 {
        border: solid 1px darkgray;
    }

.firma-cliente {
    right: 0;
    margin: 2rem 0;
    border-bottom: dotted 1px darkgray;
}

    .firma-cliente h4 {
        margin: 0 0 3rem 0;
    }

.separator-dotted {
    border: dotted 2px black;
    margin: 1rem 0;
}
