@font-face {
    font-family: 'Pie charts for maps';
    src: url('../fonts/Piechartsformaps.woff2') format('woff2'),
        url('../fonts/Piechartsformaps.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geometric';
    src: url('../fonts/geometric-415-black-bt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


.proveedorEmpresa {
    font-size: 12px;
}

.nombreEntidad {
    font-size: 12px;
    color: #c3c3c3;
}

.porcentaje {
    font-family: 'Pie charts for maps';
    color: rgb(12, 12, 97);
}

.oculto {
    display: none !important;
}

.sinMostrar {
    visibility: hidden !important;
}

#cantBultoModal,
#precioVentaModal,
#descuentoBultoModal,
#nuevoPrecioVentaModal,
#nombreArticuloModal {
    font-weight: bold;
    color: rgb(12, 12, 97);
}

#tablaProductosImprimir_wrapper {
    display: none;
}

.imgAndName {
    width: 24%;
    margin-bottom: 15px;
    text-align: center;
    float: left;
    height: 300px;
    padding-bottom: 130px;
    background-color: #FFF;
    padding: 5px;
    margin-right: 7px;
    border-radius: 10px;
    border: solid 2px #a4a4a4;
    box-shadow: 3px 5px 5px;
    position: relative;
}

.imgListSub {
    /*   width: 95%; */
    border-radius: 10px;
    max-height: 250px;
}

.nameListSub {
    width: 95%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    bottom: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
}


.imgAndNameModal {
    width: 100px;
    float: left;
    height: 100px;
    background-color: #FFF;
    border-radius: 4px;
    border: solid 2px #a4a4a4;
    position: relative;
}



.imgListSubModal {
    width: 100%;
    border-radius: 5px;
    /*  max-height: 100px; */
}

#thumb {
    height: 100%;
}

.aclaracionesForm {
    font-size: 10px;
    color: #9A9A9A;
}

.switchBtn {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 34px;
}

.switchBtn input {
    display: none;
}

.slide {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #01aeed;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 8px;
    color: #fff;
}

.slide:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 88px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slide {
    background-color: #8CE196;
    padding-left: 40px;
}

input:focus+.slide {
    box-shadow: 0 0 1px #01aeed;
}

input:checked+.slide:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    left: -20px;
}

.slide.round {
    border-radius: 34px;
}

.slide.round:before {
    border-radius: 50%;
}

.td-text-center {
    text-align: center;
}

/* Select2 */
.select2-selection__rendered {
    line-height: 31px !important;

}

.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {

    text-align-last: center;
}

/* paginas */

.tituloPage {

    font-size: 1.5em;

}

/* Card  */

.detalleGral {
    background-color: var(--color-menu) !important;
    color: white;

}

.detalleProductos {
    background-color: var(--color-menu) !important;
    color: black;

}

/* Card Detalle Pedido */
.detallePedidoCliente {
    background-color: var(--color-menu) !important;
    color: black;
}

.detallePedidoClienteB {
    background-color: var(--color-secundario) !important;
    color: black;
}

.detallePedidoProceso {
    background-color: var(--color-menu) !important;
    color: black;
}

.detallePedidoModal {
    background-color: var(--color-menu) !important;
    color: white;
    text-align: center;
}

.footer-pedido {
    display: flex;
    background-color: var(--color-secundario);
    padding: 10px;
    min-height: 75px;
}

.cabeceraActual {
    background-color: var(--color-secundario);
}

.columna-cuotas {
    width: 25%;
}

.columna-periodo {
    width: 25%;
}

.columna-pagoInicial {
    width: 15%;
    display: flex;
    margin-top: -20px;
    align-items: center;
}

.columna-confirmacion {
    width: 15%;
    margin-top: 19px;

}

.subtotalDetalle {
    text-align: right;
}

.td-actions {
    text-align: center;
}

.table th,
.table td {

    border-bottom: 1px solid #4f6c86 !important;
    padding: 0.5rem !important;
}

.dt-buttons {
    float: left;
    padding-bottom: 15px;

}

#total_pedido {

    padding-right: 10px;
}

.cuotas {
    display: flex;
    align-items: center;

    width: 35%;

}



.infocuota {

    color: #173676;
    font-size: 18px;

}

/* Tabla Financiacion */

.thPlanes {
    background-color: var(--color-menu);
    color: white;
    font-size: 0.9rem;
    font-family: Source Sans Pro;

}

.dt-center {
    text-align: center;
}

.dt-right {
    text-align: right;
}

.btnBuscarInforme {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.switchBuscarInforme {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: var(--color-menu);
    color: #ffffff;
}

.subTextos {
    font-size: 12px;
}

.descrip_config {
    font-size: 12px;
    color: #686868;
    text-align: center;
    line-height: 30%;
}

#nombreComercioEnMenu {
    font-family: 'Geometric';
    color: #fd7e14;
}

.btnFiltroMS {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}



/**********************/
.linkrubro {

    cursor: pointer;
    font-size: larger;
    background-color: #ff8826;
    color: white !important;
    margin-left: 5px !important;
}

.linkcombos {

    cursor: pointer;
    font-size: larger;
    background-color: black;
    color: white !important;
    margin-left: 5px !important;
}

/**********************/

.scrollable {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 800px;
}


.productoModoKiosco {
    min-width: 18%;
    width: 18%;
    box-shadow: 3px 3px 10px;
    margin: 3px;
    padding: 3px;
    cursor: pointer;
    border-radius: 12px 12px 12px 12px;
}

.productoModoKiosco .card-img-top {
    width: 100%;
    text-align: center;
    padding: 5px 10px 0px 10px;
}

.productoModoKiosco h5 {
    text-align: center;
    font-size: 16px;
    height: 40px;
}



.footer {
    cursor: default !important;
    display: flex;
    justify-content: space-around;
    align-items: center;

}

.vermasMK {
    font-size: 20px;
    cursor: pointer !important;
}



.text-precio {
    font-size: 25px;
    color: black !important;
    text-align: center !important;
}

.listadoRubrosMK ul li {
    list-style: none;
    display: inline;
}

.col-sm-8 .card-body .row {
    margin-left: 1rem !important;
}

/* CONDICIONAL DATATABLE */

.celdaApertura {

    background-color: #62c262;
    color: black
}

.celdaCierre {

    background-color: #f7a269;

    color: black
}


/* COMBO CARGA */
.itemListaCombo {
    align-items: center;
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;


}


.btnQuitarli {
    cursor: pointer;

}

.solicitudArticulo_centro {

    text-align: center;
}

.img_productoComboMK {

    width: 15%;
    height: 15%;

}

.select2-container--default .select2-selection--single {
    background-color: #ffeedf !important;

}

#previews {
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 15px;
    min-height: 220px;
    background-color: #fbfbfb;
}

.dropzone-here {
    text-align: center;
    padding-top: 60px;
    width: 100%;
    /*     position: absolute; */
    font-size: 18px;
    font-weight: bold;
    top: 50px;
    border: #470001;
    border-width: 2px;
    border-style: dashed;
}

#previews .file-row .delete {
    display: none;
}

#previews .file-row.dz-success .start,
#previews .file-row.dz-success .cancel {
    display: none;
}

#previews .file-row.dz-success .delete {
    display: block;
}

.dz-image-preview {
    border: 1px solid #d6d4d4;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.preview {
    position: relative;
    background: #fff;
    border: 1px solid #dadada;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.preview img {
    cursor: pointer;
}

.progress {
    border: 1px solid #ccc;
    position: relative;
    display: block;
    height: 22px;
    padding: 0;
    min-width: 200px;
    margin: 4px 0;
    background: #DEDEDE;
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#e9e9e9));
    background: -moz-linear-gradient(top, #ccc, #e9e9e9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#e9e9e9');
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.progress-bar {
    color: #ffffff;
    display: block;
    height: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #0078a5;
    background-color: #5C9ADE;
    background: -moz-linear-gradient(top, #00adee 10%, #0078a5 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #00adee), color-stop(0.9, #0078a5));
}

.button-container {
    display: inline-block;
    position: relative;
}

.button-container a {
    position: absolute;
    bottom: 1em;
    right: 1em;
    background-color: #e41f26;
    border-radius: 0.5em;
    color: white;

    padding: 0.2em 0.5em;
}