:root {
    --color-cardeplast: #00A4D3;
    --color-jr: #F02020;
}

.app-sidebar__user-avatar {
    width: 50px;
    background: gray;
    padding: 4px;
}

.app-sidebar__toggle {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15pt;
}

.app-sidebar__toogle::before {
    display: none;
}

.headerRegister,
.header-primary {
    background: #009688;
    color: #fff;
}

.headerUpdate,
.headerUpdateTemp {
    background: #007bff;
    color: #fff;
}

.headerConsult {
    background: #87cea5 !important;
    color: #000000 !important;
}

.header-danger {
    background: #ff0000 !important;
    color: #fff !important;
}

.header-aprobado {
    background: #FFC107 !important;
    color: #fff;
}

.header-atendido {
    background: #032DFB !important;
    color: #fff;
}

.headerNotaCredito {
    background: #fba403 !important;
    color: #fff;
}

.headerNotaDebito {
    background: #49ee07 !important;
    color: #000000;
}

.notBlock {
    display: none;
}

.icon-left-margin {
    margin-left: 10px;
}

.img-err {
    max-width: 500px;
}

.modal-header-permisos {
    /* background-color: #28A745 !important; */
    background-color: #097384 !important;
    color: #fff;
}

.modal-header-empresa,
.modal-btn-continuar {
    background-color: rgba(0, 150, 136, 0.8) !important;
    /* background-color: rgba(#009688) !important; */
    color: #ffffff;
}

.modal-header-print {
    background-color: #0a70fd !important;
    color: #ffffff;
}

.modal-btn-continuar:hover {
    color: #ffffff;
}

#titleModalNroCotizacion {
    font-size: 18px;
    font-weight: bold;
}

.btn-update-temp {
    background: #007bff;
    color: #fff;
}

#modalFormEditarDetalleCompra {
    background-color: rgba(0,0,0, 0.6) !important;
}



/* =================================================== */
/* ======== ESTILOS PARA EL DIVLOADING =============== */
/* =================================================== */
#divLoading {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(254, 254, 255, .65);
    z-index: 9999;
    display: none;
}

#divLoading img {
    width: 50px;
    height: 50px;
}


/* =================================================== */
/* ======== ESTILOS PARA LA TABLA PERFIL ============= */
/* =================================================== */
#tab-perfil {
    color: #3a7742e5;
    /* font-size: 16pt; */
}

/* .tab-label-perfil{
    color: #2b09a5e5;
    font-size: 16pt;
} */


/* =================================================== */
/* ======== ESTILOS PARA INPUT OBLIGATORIOS ========== */
/* =================================================== */
.required {
    color: red;
    font-size: 13pt;
    font-weight: bold;
}

.size-asterisk {
    font-size: 5px;
    color: red;
    margin-left: 2px;
    margin-right: 2px;
}


/* =================================================== */
/* ======== ESTILOS PARA LA TABLA ==================== */
/* =================================================== */
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    white-space: nowrap !important;
}

.tbody-font-size {
    font-size: 12px;
}

.tbody-font-size_10 {
    font-size: 10px;
}

.dt-col-text-right {
    text-align: right;
}

.dt-col-text-center {
    text-align: center;
}

.table th {
    /* background-color: #337ab7 !important; */
    background-color: #17A2B8 !important;
    color: white;
}

.table>tbody>tr>td {
    vertical-align: middle !important;
}

.btn-group,
.btn-group-vertical {
    position: absolute !important;
}

.table-icon-lista {
    font-size: xx-small !important;
}

.table-col-hidden {
    visibility: collapse;
    display: none;
}

.table-col-size {
    width: 200px;
}

.table-col-tit {
    color: #177529;
    font-size: 13px;
    font-weight: bold;
}

.table-col-cont {
    font-size: 12px;
    color: #0d0987;
    font-size: 12px;
    font-weight: 500;
}



/* ========================================================================== */
/* ======== ESTILOS PARA LA TABLA DE TOTALES EN FORMULARIO MAESTRO DETALLE == */
/* ========================================================================== */

.content-table {
    border-collapse: collapse;
    margin: 1px 0;
    font-size: 0.9em;
    min-width: 280px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.content-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
}

.content-table th,
.content-table td {
    padding: 5px 15px;
}

.content-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.content-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.content-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.content-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.col-table-totales {
    padding-right: 110px !important;
}

.col-table-totales-venta {
    padding-right: 110px !important;
}

.col-table-totales-view {
    padding-right: 50px !important;
}


/* =================================================== */
/* ======== ESTILOS PARA CARD  ======================= */
/* =================================================== */
.card-dashboard {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3) !important;
    transition: all 400ms ease;
}

.card-dashboard:hover {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.7) !important;
    transform: translateY(-3%);
}

.widget-font-size {
    font-size: 16px !important;
}

.card-dashboard-products,
.card-dashboard-clients,
.card-dashboard-shopping,
.card-dashboard-sales {
    color: darkred !important;
    font-weight: bold !important;
}

#grafico_documentos_mes_e1 {
    background-color: #0b6fda !important;
    color: #fff !important;
}

#grafico_documentos_mes_e2 {
    background-color: #ec2424 !important;
    color: #fff !important;
}

.container-title-card-dashboard {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.container-title-card-dashboard input {
    border: 1px solid #CCC;
    padding: 4px;
    border-radius: 5px;
    margin-right: 5px;
}

.card-header-input {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.ui-datepicker-calendar {
    display: none;
}

.lstMesPicker,
.lstAnnioPicker {
    width: 100px !important;
}


/* ==================================================================================== */
/* ======== ESTILOS PARA CABECERA EN FORMULARIOS MAESTRO - DETALLE ==================== */
/* ==================================================================================== */
.header-empresa {
    font-size: 12px;
    font-weight: bold;
    padding-left: 15px;
}

/* ==================================================================================== */
/* ======== ESTILOS PARA EL DETALLE EN FORMULARIOS MAESTRO - DETALLE ================== */
/* ==================================================================================== */
.titulo-detalle {
    color: rgb(247, 47, 57);
    font-size: 16px;
    /* margin-bottom: 25px; */
}

.sub-titulo-detalle {
    color: #007bff;
    font-size: 12px;
    /* margin-bottom: 25px; */
}

.bg-disabled-product {
    background-color: #eafbfb !important;
}

.btn-agregar-producto-detalle {
    background-color: #007bff !important;
    color: #fff;
}

.btn-agregar-producto-detalle:hover {
    color: #fff;
}

.btn-aplicar-descuento {
    background-color: #087167 !important;
    color: #fff;
}

.btn-aplicar-descuento:hover {
    color: #fff;
}

.btn-deshacer-descuento {
    background-color: #28cc51 !important;
    color: #fff;
}

.btn-deshacer-descuento:hover {
    color: #fff;
}

.sub-titulo-preview {
    color: #0b5345;
    font-size: 16px;
    font-weight: 700;
}


/* =================================================== */
/* ======== LABEL DE MODAL FORM ====================== */
/* =================================================== */
.label-form {
    font-size: 13px;
}

.label-form-total {
    font-size: 14px;
    font-weight: 600;
    color: blue;
}

.label-form-total-importacion {
    color: rgb(255, 0, 25);
}

.label-form-bold {
    font-weight: bold;
}

.label-form-salir {
    color: #ff0000;
    font-size: 10px;
    font-weight: 600;
    text-align: right;
    margin-top: 0;
    padding-right: 10px;
}


/* =================================================== */
/* ======== LABEL DE MODAL FORM  GRE FAC BOL ========= */
/* =================================================== */
.label-form-gre {
    color: rgb(3, 2, 59);
    font-size: 11px;
}

.label-form-gre-padding {
    padding-left: 3px;
}

.bg-form-gre {
    background-color: rgba(199, 243, 195, 0.342)
}

.label-sub-titulo-detalle {
    color: #ff0000;
    font-size: 12px;
    /* margin-bottom: 25px; */
}

.label-titulo-empresa {
    font-weight: bold;
}


/* ========================================================= */
/* ======== ESTILO PARA INPUT ============================== */
/* ========================================================= */
.text-align-right {
    text-align: right;
}


/* ========================================================= */
/* ======== ESTILO PARA INPUT DESCUENTO GLOBAL ============= */
/* ========================================================= */
.text-bg-color {
    background-color: rgb(227, 247, 181);
    color: rgb(0, 0, 0);
    font-weight: bold !important;
}


/* ========================================================= */
/* ======== ESTILO PARA INPUT TOTALES ====================== */
/* ========================================================= */
.bg-disabled-tot {
    background-color: #fffed6 !important;
    color: red;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

/* ========================================================= */
/* ======== ESTILO PARA INPUT TOTALES ====================== */
/* ========================================================= */
.bg-disabled-tot-gen {
    background-color: #fffed6 !important;
    color: red;
    font-weight: bold;
    font-size: 12px;
    text-align: end;
}

.bg-disabled-tot-gen-compra {
    color: rgb(18, 21, 251);
}

.bg-disabled-tot-end {
    background-color: #dbf3e5 !important;
    color: red;
    font-weight: bold;
    font-size: 12px;
    text-align: end;
}


/* ========================================================= */
/* ======== ESTILO PARA CONTROL SELECT ===================== */
/* ========================================================= */
.style-text-sel {
    font-weight: bold;
    font-size: 14px;
}

.style-text-sel-size {
    font-size: 11px !important;
}

.style-text-sel-size-column {
    font-size: 9px !important;
}

.bootstrap-select>.dropdown-toggle {
    border: 2px solid #ccc !important;
}


/* ========================================================= */
/* ======== ESTILO PARA BACKGROUND ========================= */
/* ========================================================= */
.style-bg {
    background-color: rgba(153, 182, 248, 0.5);
}


/* =================================================== */
/* ======== MARCO PARA SEPARAR SECCIONES ============= */
/* =================================================== */
.margin-section,
.margin-section-prod {
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #007bff;
}

.margin-section-prod {
    border-color: rgb(67, 132, 63);
}

.margin-section-bg-sunat {
    background-color: rgb(223, 249, 249);
}

.margin-section-bg-print {
    background-color: rgb(238, 234, 217);
}


/* =================================================== */


/* =================================================== */
/* ======== OCULTAR CONTROL ========================== */
/* =================================================== */
.control-view {
    display: none;
}


/* =================================================== */
/* ======== OCULTAR CONTROL ========================== */
/* =================================================== */
.control-no-view {
    display: none !important;
}


/* =================================================== */
/* ======== MOSTRAR CONTROL ========================== */
/* =================================================== */
.control-view {
    display: block !important;
}

/* =================================================== */
/* ======== MOSTRAR CONTROL ========================== */
/* =================================================== */
.control-section-nota {
    background-color: rgb(234, 250, 241);
}



/********************************************************/
.container-datos {
    border: 1px solid #04a554b0;
    border-radius: 15px;
    overflow: hidden;
    padding-left: 10px;
    padding-top: 10px;
}

.label {
    font-weight: 600;
    color: #1d8348;
}


/********************************************************/
.container-filtro {
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

/********************************************************/

/* =================================================== */
/* ======== ANULADO ================================== */
/* =================================================== */
.img-anulada {
    background-image: url(../images/anulado.png);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.anulada {
    width: 400px;
    height: 250px;
    background-image: url(../images/anulado.png);
    font-size: 100%;
    position: relative;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

/* =================================================== */
/* ======== FONDO CONTROL PERSONALIZADO    ============ */
/* =================================================== */
.bg-custom {
    background-color: rgba(230, 195, 175, 0.3) !important;
}

/* =================================================== */
/* ======== COLOR CONTROLES DESHABILITADOS============ */
/* =================================================== */
.bg-disabled {
    background-color: rgba(168, 214, 177, 0.3) !important;
}


/* =================================================== */
/* ======== COLOR CONTROLES HABILITADOS   ============ */
/* =================================================== */
.bg-enabled {
    background-color: rgb(255, 255, 255) !important;
}


/* =================================================== */
/* ======== COLOR BOTON ============================== */
/* =================================================== */
.btn-buscar {
    background-color: #d1f2eb !important;
    color: #1b3a02 !important;
}

.btn-buscar-min {
    background-color: #d1f2eb !important;
    color: #1b3a02 !important;
    font-size: 12px;
    /* width: 60px; */
    height: 30px;
}

.btn-limpiar {
    background-color: #074103 !important;
    color: #ffffff !important;
}

.btn-limpiar-min {
    background-color: #ef2222 !important;
    color: #ffffff !important;
    font-size: 12px;
    /* width: 60px; */
    height: 30px;
}

/* #btnActionFormFacBol {
    border-color: #1435ee !important;;
    background-color: #1435ee !important;
    color: #ffffff !important;
} */


/* =================================================== */
/* ======== WIDGETS ================================== */
/* =================================================== */
.widget-small.compras-e1 {
    background-color: #17a2b8 !important;
}

.widget-small.compras-e1.coloured-icon {
    background-color: #fff !important;
    color: #2a2a2a;
}

.widget-small.compras-e1.coloured-icon .icon {
    background-color: #f17109 !important;
    color: #fff;
}

.widget-small.compras-e2 {
    background-color: #17a2b8 !important;
}

.widget-small.compras-e2.coloured-icon {
    background-color: #fff !important;
    color: #2a2a2a;
}

.widget-small.compras-e2.coloured-icon .icon {
    background-color: #35743d !important;
    color: #fff;
}

.widget-small.ventas-e2 {
    background-color: #17a2b8 !important;
}

.widget-small.ventas-e2.coloured-icon {
    background-color: #fff !important;
    color: #2a2a2a;
}

.widget-small.ventas-e2.coloured-icon .icon {
    background-color: #3659f7 !important;
    color: #fff;
}

.widget-small.clientes {
    background-color: #17a2b8 !important;
}

.widget-small.clientes.coloured-icon {
    background-color: #fff !important;
    color: #2a2a2a;
}

.widget-small.clientes.coloured-icon .icon {
    background-color: #60f736b3 !important;
    color: #fff;
}

.widget-small.cardeplast-cpe {
    background-color: #17a2b8 !important;
}

.widget-small.cardeplast-cpe.coloured-icon {
    background-color: #fff !important;
    color: #2a2a2a;
}

.widget-small.cardeplast-cpe.coloured-icon .icon {
    background-color: #36b4f7 !important;
    color: #ffffff;
}

.widget-link {
    text-decoration: none !important;
}



/* =================================================== */
/* ======== LINK PARA OPCIONES DEL CPE    ============ */
/* =================================================== */
.modal-opcion-cpe {
    text-decoration: none !important;
    cursor: pointer;
    font-weight: bold;
}

.modal-opcion-cpe:hover {
    color: #007bff;
}

/* #titleModalOpcionCpe {
    font-size: 14px !important;
    text-align: center !important;
} */


/* ==================================================================================================== */
/* ======== LINK PARA MOSTRAR PREVIO DE FACTURA O GUIA DESDE EL LISTADO DE COTIZACIONES    ============ */
/* ==================================================================================================== */
.text-link-previo {
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
}

.text-link-previo-facbol {
    color: #8b0606;
    /* color: #263bf6; */
}

.text-link-previo-gre {
    color: #ff0077;
}

#ver-pdf-gre,
#ver-pdf-cpe {
    text-decoration: none;
}

#ver-pdf-gre:hover {
    color: #ff007762;;
}

#ver-pdf-cpe:hover {
    color: #f6ae7e;
    /* color: #8f99f4; */
}



/* =================================================== */
/* ======== BOTON OPCIONES FORM VENTAS    ============ */
/* =================================================== */
.dropdown-item-opciones-cpe {
    /* color: #ffffff !important; */
    font-size: 12px !important;
}

.dropdown-menu-opciones-cpe {
    background-color: #f5c840f6;
}

#cpeDescargaXmlCpe,
#cpeDescargaCdrCpe {
    display: none;
}


/* =================================================== */
/* ======== BOTON OPCIONES FORM GRE       ============ */
/* =================================================== */
.dropdown-item-opciones-gre {
    /* color: #ffffff !important; */
    font-size: 12px !important;
}

.dropdown-menu-opciones-gre {
    background-color: #ddf795f6;
}

.btn-warning-custom {
    margin-left: 1px;
    border-color: #ddf795f6 !important;
    background-color: #ddf795f6 !important;
}

.btn-warning-consult {
    margin-left: 1px;
    border-color: #7dd3f2f6 !important;
    background-color: #71d8eff6 !important;
}

#greDescargaXml,
#greDescargaCdr {
    display: none;
}

/* =================================================== */

/* Fondo control de los modal */
.bg-custom-modal {
    background-color: rgba(186, 219, 244, 0.513) !important;
}

.app-mode {
    color: rgba(255, 255, 255, 0.707);
    font-size: 12px;
    font-weight: 400;
    margin-left: 15px;
}

/* Estilo para el icono de los modal */
.icon-margin-right{
    margin-right: 5px;
    margin-left: 3px;
    color: #1a025b;
    font-size: 11px;
}

/*  */
.app-mode-badge-label {
    padding: 5px 10px 5px 10px !important;
}

/* Redondea las esquinas de los textbox */
.form-control-round {
    border-radius: 15px;
}

/* Redondea las esquinas de los botones */
.form-button-round {
    border-radius: 20px;
}

/* Estilos para los label modal */
.control-label-form {
    color: #1a025b;
    font-size: 12px;
    font-weight: bold;
}

/* Estilos para los label view de los modal */
.control-label-table-view {
    color: #177529;
    font-size: 13px;
    font-weight: bold;
}

/* Estilo para los label info de los modal */
.control-label-table-view-info {
    /* color: #096cdd; */
    color: #0d0987;
    font-size: 12px;
    font-weight: 500;
}

/* Imagen de fondo para el formulario de perfil de usuario */
.cover-image {
    background-image: url(../images/road.jpg) !important;
}

/* Botones de accion */
.btn-grabar,
.btn-cancelar {
    height: 40px !important;
    width: 100px !important;
}

/* ==================================== */
/* FORMULARIO DE FILTROS PERSONALIZADOS */
/* ==================================== */

.btn-exportar {
    background-color: #4862F0 !important;
    color: #FFFFFF;
    border-radius: 4px;
}

.btn-exportar:hover {
    color: #FFFFFF;
    background-color: #4724F0;
    border: 2px solid #031cac;
}

.btn-imprimir {
    background-color: #942AB3  !important;
    color: #FFFFFF;
    border-radius: 4px;
}

.btn-imprimir:hover {
    color: #FFFFFF;
    background-color: #9917c1;
    border: 2px solid #582069;
}

.btn-exportar-min {
    height: 30px !important;
    font-size: 12px;
}

.btn-imprimir-min {
    height: 30px !important;
    font-size: 12px;
}

.btn-prueba {
    background-color: #942AB3  !important;
    color: #FFFFFF;
    border-radius: 4px;
}

.btn-prueba:hover {
    color: #FFFFFF;
    background-color: #9917c1;
    border: 2px solid #582069;
}

.tile-title-repor {
    font-size: 1.1rem;
}

