.borde {
    /*Aplciarselo al ul*/
    border-radius: 0px 0px 8px 8px;
}

.tituloDashboard {
    color: #4B49AC;
    font-size: 2rem;
    font-weight: 400;
}

/*#tablaProductores,
#tablaTalleres,*/
#tablaFacturas,
#tablaFacturasAseg {
    zoom: 90%;
}

#tablaProductores,
#tablaTalleres,
#tablaCanjes,
#tablaPedidosTotales,
#tablaPedidos,
#tablaPedidosTalleres,
#tablaMisCanjes,
#tablaFacturas,
#tablaFacturasAseg {
    width: 100% !important;
}

#tablaNotificaciones thead,
.dispNone,
.cristalesDispNone,
.dispNoneCount {
    display: none;
}

#rowImporte {
    visibility: hidden;
}

#rowBuscarCristal{
    display: none;
}

.dt-buttons,
.btn-group-vertical {
    position: absolute !important;
    /* Alinear los botones con el buscador */
}

.br4px {
    border-radius: 4px !important;
}

.br7px {
    border-radius: 7px;
}

.br20px {
    border-radius: 20px 20px 0px 0px !important;
}

.btnAcciones {
    border-radius: 7px;
    height: 35px
}

.inputForm:focus {
    border-color: rgb(206 212 218);
    box-shadow: 0 0 0 0.2rem rgb(75 73 172 / 50%);
}

.icoAcciones {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}

.height-35 {
    height: 35px;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-30{
    font-size: 30px !important;
}

.ml-9px{
    margin-left: 9px;
}

.mh2p{
    margin-left: 2px !important;
    margin-right: 2px !important;
}

.odd {
    background-color: rgba(0, 0, 0, .05);
}

div.mxWth {
    max-width: 100%;
}

div.padd1rem {
    padding-left: 1rem;
    padding-right: 1rem;
}

#btn-password {
    cursor: pointer;
}

.headerModalNotas{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px 11px;
}

.btnEliminarNota{
    padding: 0 !important;
    font-size: 26px;
    position: static !important;
}

.iconLapiz{
    font-size: 16px !important;
    margin-right: 0.5rem !important;
    color: #b2a067 !important;
}

.iconLapiz:hover {
    color: #8c7735 !important;
}

.volverLogin {
    font-weight: 700 !important;
    text-decoration: none !important;
}

.btnEnlace {
    border-radius: 7px 0px 0px 7px !important;
}

.btnEnlaceCentro {
    border-radius: 0px 0px 0px 0px !important;
}

.btnEnlaceIzq {
    border-radius: 0px 7px 7px 0px !important;
}

.btnSVG {
    width: 25px;
    height: 25px;
}

.iconWhite{
    color: #fff;
}

.btn-orange{
    background-color: #ff8228;
    border-color: #ff8228;
}

.btn-orange:hover{
    background-color: #fb6a02;
    border-color: #fb6a02;
}

/*.minus:hover .btnSVG {
    content: url("../images/tools-minus-white.svg");
}

.check:hover .btnSVG {
    content: url("../images/tools-check-white.svg");
}*/

.select2 {
    width: 100%!important;
}


/*-----MDB MultiSelect------*/

button.multiselect {
    border: 1px solid #CED4DA;
    font-weight: 400;
    font-size: 0.875rem;
    border-radius: 4px;
}

button.multiselect:focus {
    border-color: rgb(206 212 218);
    box-shadow: 0 0 0 0.2rem rgb(75 73 172 / 50%);
}

.multiselect-container {
    width: 100% !important;
}

.multiselect.dropdown-toggle {
    text-align: left;
}

.btn.multiselect.dropdown-toggle::after {
    position: absolute;
    left: 96%;
    top: 45%;
    color: #888;
    ;
}

.dropdown-toggle[aria-expanded="true"]:after {
    transform: rotate(180deg);
}

.multiselect-selected-text {
    color: #444
}

#divHeadNotif {
    overflow: hidden;
    padding-top: 0;
}

#headerNotificaciones {
    color: #fff;
    background-color: #4B49AC;
}

#notificaciones {
    padding-top: 0.5rem !important;
}

.uppercase {
    text-transform: uppercase;
}

.noLeido {
    background-color: #eaeaf1;
}

.noLeido h6 {
    font-weight: 550 !important;
    color: #4b49ac;
}

.scroll {
    height: 400px;
    overflow-y: scroll;
}

#tablaNotificaciones td {
    border-top: 0;
}

#tablaNotificaciones .odd {
    background-color: rgb(245 247 255);
}


/*Leido*/

.notificacionTaller.Leido.notifTotal {
    border-color: #248AFD;
}

.notificacionTaller.Leido.notifTotal h5,
.notificacionTaller.Leido.notifTotal i,
.notificacionTaller.Leido.notifTotal p {
    color: #248AFD;
}

.pedidoRechazadoNotif.Leido.notifTotal,
.pedidoCanceladoNotif.Leido.notifTotal {
    border-color: #FF1414;
}

.pedidoRechazadoNotif.Leido.notifTotal h5,
.pedidoRechazadoNotif.Leido.notifTotal i,
.pedidoRechazadoNotif.Leido.notifTotal p,
.pedidoCanceladoNotif.Leido.notifTotal h5,
.pedidoCanceladoNotif.Leido.notifTotal i,
.pedidoCanceladoNotif.Leido.notifTotal p {
    color: #FF1414;
}


/*No Leido*/

.pedidoAceptadoNotif.noLeido {
    background-color: #57B657;
}

.pedidoFinalizadoNotif.noLeido {
    background-color: #4B49AC;
}

.notificacionTaller.notifTotal.noLeido {
    background-color: #248AFD;
}

.pedidoRechazadoNotif.notifTotal.noLeido,
.pedidoCanceladoNotif.notifTotal.noLeido {
    background-color: #FF1414;
}

.pedidoAceptadoNotif.noLeido h5,
.pedidoAceptadoNotif.noLeido i,
.pedidoAceptadoNotif.noLeido p,
.pedidoFinalizadoNotif.noLeido h5,
.pedidoFinalizadoNotif.noLeido i,
.pedidoFinalizadoNotif.noLeido p,
.notificacionTaller.notifTotal.noLeido h5,
.notificacionTaller.notifTotal.noLeido i,
.notificacionTaller.notifTotal.noLeido p,
.pedidoRechazadoNotif.notifTotal.noLeido h5,
.pedidoRechazadoNotif.notifTotal.noLeido i,
.pedidoRechazadoNotif.notifTotal.noLeido p,
.pedidoCanceladoNotif.notifTotal.noLeido h5,
.pedidoCanceladoNotif.notifTotal.noLeido i,
.pedidoCanceladoNotif.notifTotal.noLeido p {
    color: #FFF !important;
}

.w-110 {
    width: 110px;
}

.w-120 {
    width: 120px;
}

.cardTienda {
    display: block;
    border: 1px solid #555;
    overflow: hidden;
    height: 340px;
    width: 260px;
}

.cardTienda:hover {
    /*cursor: pointer;*/
    /*transform: scale(1.1);*/
    box-shadow: 0px 0px 25px 0px #3f3e91;
    border: none;
}

.cardTiendaCuerpo {
    /*background: #5552;*/
    /*padding: 1rem 1rem !important;*/
    padding: 0.25rem 0.25rem !important;
}

.sombra {
    cursor: pointer;
}

#tablaPuntos.dataTable tfoot th {
    border-top: 1px solid #000;
}

.h-40 {
    height: 40px;
}

.imgTienda {
    height: 140px;
}

.hidden {
    display: none !important;
}


/* SPINNER */

.loading {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    backdrop-filter: blur(4px);
}

.loading--full-height {
    align-items: center;
    height: 100%;
}

.loading::after {
    content: "";
    width: 50px;
    height: 50px;
    border: 10px solid #dddddd;
    border-top-color: #4B49AC;
    border-radius: 50%;
    transform: rotate(0.16turn);
    animation: loading 1s ease infinite;
}


/*--------------------------------------INDEX--------------------------------------*/

html {
    scroll-padding-top: 3.5rem;
}

header {
    padding-top: 9.5rem;
    padding-bottom: 6rem;
}

#mainNav {
    /*background-color: #4B49AC !important;*/
    background-color: #343a40!important;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

.mt-94{
    margin-top: 94px;
}

.mv-3{
    margin-top: 3px;
    margin-bottom: 3px;
}

.mr-2rem{
    margin-right: 2rem !important;
}

/*
.carousel-control-next,
.carousel-control-prev*/


/*,.carousel-indicators */


/*
{
    filter: invert(100%);
}
*/

.contact-section {
    padding-top: 5rem;
}

.contact-section .card {
    border-radius: 15px;
    border-bottom: 0.25rem solid #64a19d;
}

.contact-section .card h4,
.contact-section .card .h4 {
    font-size: 0.8rem;
    font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-transform: uppercase;
    letter-spacing: 0.15rem;
}

.contact-section .card hr {
    border-color: #64a19d;
    border-width: 0.25rem;
    width: 3rem;
}

.contact-section .social {
    margin-top: 5rem;
}

.contact-section .social a {
    text-align: center;
    height: 3rem;
    width: 3rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    line-height: 3rem;
    color: rgba(255, 255, 255, 0.3);
}

.contact-section .social a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.contact-section .social a:active {
    color: #fff;
}

.line {
    border-top: 0px !important;
}

#contacto {
    padding-bottom: 5rem;
}

.icons {
    color: #64a19d;
}

.stripedRow {
    background-color: rgba(0, 0, 0, .05);
}

.navhr {
    display: none;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: rgba(90, 92, 105, .5);
    border-color: rgba(90, 92, 105, .5);
}

#btn-back-to-top:hover {
    background-color: #5a5c69;
}

.headerLogoTexto:hover,
.headerLogoTexto:visited,
.headerLogoTexto:link,
.headerLogoTexto:active,
.headerLogoTexto {
    color: #fff;
    font-size: 1.25rem;
    text-decoration: none !important;
}


/*#carouselimg01,
#carouselimg02,
#carouselimg03 {
    margin-top: 96px;
}*/

@keyframes loading {
    from {
        transform: rotate(0turn);
    }
    to {
        transform: rotate(1turn);
    }
}

/*@font-face {
    font-family: pervitina;
    src: url(../fonts/Payback/PaybAck.ttf)
}*/

@font-face {
    font-family: lazerGame;
    src: url(../fonts/LazerGame/Lazer\ Game\ Zone.ttf)
}

.headerTitulo {
    font-size: 50px;
    font-family: lazerGame;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #0250c5;
    background: -webkit-linear-gradient(bottom, #3268b7, #7b81d5);
    background: -o-linear-gradient(bottom, #0250c5, #d43f8d);
    background: -moz-linear-gradient(bottom, #0250c5, #d43f8d);
    background: linear-gradient(bottom, #0250c5, #d43f8d);
    position: relative;
    z-index: 1;
}

.container-login100::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#loginFondo {
    background-image: url('../images/login.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#usuario,
#password {
    background: #fff;
    /*color: #000 !important;*/
    /*background: #00000041;*/
}

#usuario::placeholder,
#password::placeholder {
    color: #3232326c;
    opacity: 1;
}

.img-modal:hover{
    box-shadow: 0 0 0px 4px #4B49AC;
    border-radius: 4px;
    /*border: 2px solid #4B49AC;*/
}

.pdf-modal{
    transition: transform .2s; 
 }

.pdf-modal:hover{
   transform: scale(1.05); 
}

/* --- Cargar Archivos --- */

#btnCargarArchivo{
    padding: 10px 15px 10px 15px;
    /*font-size: 15px;
    height: 35px;*/
}

#btnCargarPrecio{
    padding: 10px 15px 10px 15px;
    /*font-size: 15px;
    height: 35px;*/
}

.uploaded {
    /*width: 375px;*/
    width: 35%;
    min-width: 300px;
    margin: 10px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.uploaded-ListaPrecio {
    /*width: 375px;*/
    width: 50%;
    min-width: 300px;
    margin: 10px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

div.uploaded i.fa-file-pdf,
div.uploaded i.fa-file-image{
    padding: 15px;
    font-size: 40px;
}

div.uploaded-ListaPrecio i.fa-file-excel{
    padding: 15px;
    font-size: 40px;
}

.file {
    display: flex;
    flex-direction: column;
    width: 80%;
}

.file__name {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    /*width: 300px;*/
    line-height: 0;
    /*color: #0c3214;*/
    font-size: 18px;
    letter-spacing: 1.5px;
}

.nombreArchivo{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fa-times {
    font-weight: 900;
}

.fa-times:hover {
    cursor: pointer;
    opacity: 0.8;
}

.eliminarArchivo{
    float: right;
    color: #696969;
}

/*----------------------DragFiles----------------------*/
.wrapperArchivo{
    width: 100%;
    /*width: 430px;*/
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 7px 7px 12px rgba(0,0,0,0.05);
}

.wrapperArchivo .formArchivo{
    height: 180px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    border : 2px dashed #3f3e91;
}

.formArchivo :where(i, p){
    color: #3f3e91;
}

.formArchivo i{
    font-size: 50px;
}

.formArchivo p{
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
}

.formArchivo:hover{
    background: #00000024;
}

.formArchivo :where(i,p){
    pointer-events: none;
}

.bg-violet {
    background-color: #EBE0FF !important;
}

/*----------------------DragPrecios----------------------*/
.wrapperPrecio{
    width: 100%;
    /*width: 430px;*/
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 7px 7px 12px rgba(0,0,0,0.05);
}

.wrapperPrecio .formPrecio{
    height: 180px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    border : 2px dashed #3f3e91;
}

.formPrecio :where(i, p){
    color: #3f3e91;
}

.formPrecio i{
    font-size: 50px;
}

.formPrecio p{
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
}

.formPrecio:hover{
    background: #00000024;
}

.formPrecio :where(i,p){
    pointer-events: none;
}

/*----------------------Progress Bar----------------------*/


#Progress {
    width: 100%;
    animation-name: progressBar;
    animation-iteration-count: 1;
    animation-duration: 2s;
}

@keyframes progressBar {
    0% {
    width: 10%;
    }

    100% {
    width: 100%;
    }
}

/*----------------------Error----------------------*/
.imgError{
    width: 50%;
}

.btnError{
    width: 25%;
}

/*----------------------Responsive----------------------*/

@media only screen and (min-width: 776px) {
    #puntosProdMini {
        display: none;
    }
    
}

@media only screen and (max-width: 766px) {
    .navbar-nav {
        text-align: center;
    }
    .navhr {
        display: block;
        color: grey;
    }
    .headerTitulo {
        /*display: none;*/
        font-size: 1.70rem;
    }
    #carouselimg01, #carouselimg02, #carouselimg03{
        margin-top: 63px;
    }
    #puntosProd {
        display: none;
    }
    #puntosProdMini {
        display: visible;
    }


    div#tablaPedidos_filter label,
    div#tablaMisCanjes_filter label,
    div#tablaPedidosTalleres_filter label,
    div#tablaPedidosTotales_filter label,
    div#tablaCanjes_filter label,
    div#tablaTalleresCallCenter_filter label,
    div#tablaPedidosAsesor_filter label {
        text-indent: 100%;
        overflow: hidden;
        margin-bottom: 1.5rem;
    }
    div#tablaPedidos_filter label input,
    div#tablaMisCanjes_filter label input,
    div#tablaPedidosTalleres_filter label input,
    div#tablaPedidosTotales_filter label input,
    div#tablaCanjes_filter label input,
    div#tablaTalleresCallCenter_filter label input,
    div#tablaPedidosAsesor_filter label input {
        position: absolute;
        left: 150px;
    }
    div#tablaPedidos_filter label input:focus,
    div#tablaMisCanjes_filter label input:focus,
    div#tablaPedidosTalleres_filter label input:focus,
    div#tablaPedidosTotales_filter label input:focus,
    div#tablaCanjes_filter label input:focus,
    div#tablaTalleresCallCenter_filter label input:focus,
    div#tablaPedidosAsesor_filter label input:focus {
        z-index: 10;
    }

    #tablaProductores_wrapper div.dt-buttons,
    #tablaTalleres_wrapper div.dt-buttons,
    #tablaPedidosCallCenter_wrapper div.dt-buttons {
        position: initial !important;
    }

    div#tablaProductores_filter,
    div#tablaTalleres_filter,
    div#tablaPedidosCallCenter_filter{
        text-align: initial;
    }

    div#tablaProductores_filter label,
    div#tablaTalleres_filter label,
    div#tablaPedidosCallCenter_filter label {
        padding-top: 15px;
    }

    /*div#tablaProductores_filter label {
        text-indent: 100%;
        overflow: hidden;
        margin-bottom: 1.5rem;
    }
    div#tablaProductores_filter label input {
        position: absolute;
        left: 150px;
    }
    div#tablaProductores_filter label input:focus {
        z-index: 10;
    }*/
    /*div#tablaTalleres_filter label {
        text-indent: 100%;
        overflow: hidden;
        margin-bottom: 1.5rem;
    }
    div#tablaTalleres_filter label input {
        position: absolute;
        left: 150px;
    }
    div#tablaTalleres_filter label input:focus {
        z-index: 10;
    }*/
    /*.mxWth {
        padding-left: 0px;
        padding-right: 0px;
    }*/
    .file {
        display: flex;
        flex-direction: column;
        width: 75%;
    }
    .nombreArchivo{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .imgError {
        width: 100%;
    }
    .btnError {
        width: 50%;
    }
}

.cardflex {
    display: flex;
    justify-content: center;
}

.checkForm {
    margin-top: 0 !important;
    height: 2.375rem;
    width: 2.375rem;
}

@media only screen and (max-width: 1260px) {
    div#listaArticulos {
        justify-content: center;
    }
}

table#tablaFacturas tbody td div div.dropdown-menu.show{
    transform: translate3d(-130px, 35px, 0px) !important;
}

.fwBold {
    font-weight: bold;
    font-size: .88rem !important;
}

.text-yellow {
    color: #664d03 !important;
}

#contenido {
    resize: block;
}