body{

    background:#f4f6f9;

}

.list-group-item{

    border-radius:0;

}

.col-2{

    min-height:100vh;

    background:white;

    border-right:1px solid #ddd;

}


/*=====================================================
=            IMPRESIÓN PROFESIONAL ERP               =
=====================================================*/

@media print{

    body{

        background:white !important;

    }

    /* Ocultar menú */

    .col-2{

        display:none !important;

    }

    /* Expandir contenido */

    .col-10{

        width:100% !important;

        max-width:100% !important;

        flex:0 0 100% !important;

    }

    /* Navbar */

    nav,

    .navbar,

    footer{

        display:none !important;

    }

    /* Botones */

    .btn{

        display:none !important;

    }

    /* Toast */

    #toast,

    #confirmModal{

        display:none !important;

    }

    /* Cards */

    .card{

        border:none !important;

        box-shadow:none !important;

    }

    /* Encabezados */

    .table-dark{

        background:#000 !important;

        color:white !important;

        -webkit-print-color-adjust:exact;

        print-color-adjust:exact;

    }

    /* Márgenes */

    @page{

        margin:12mm;

        size:auto;

    }

}

/* =====================================================
   TOAST GLOBAL CEDI ERP
===================================================== */

.toast-cedi{

    width:600px;
    max-width:calc(100vw - 30px);

    border-radius:12px;

    overflow:hidden;

    box-shadow:0 12px 30px rgba(0,0,0,.30);

    font-size:17px;

}

.toast-cedi-header{

    padding:12px 18px;

    font-size:18px;

    font-weight:bold;

}

.toast-cedi .toast-body{

    padding:20px;

    font-size:18px;

    font-weight:500;

}

.toast-cedi .btn-close{

    transform:scale(1.2);

}

@media(max-width:768px){

    .toast-cedi{

        width:calc(100vw - 20px);

    }

}
