.container-principal_gestion {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.container-menu_gestion {
    width: 250px;
    height: 100%;
    position:fixed;
    top:0;
    left: 0;
    background-color: #1e1e1e;
    z-index: 10;
    display:none;
}

.container-dashboard_gestion {
    width: 100%;
    height: 100%;
    position:fixed;
    top: 0;
    left:250px;
}

.container-contenido {
    position: absolute;
    width: 100%;
    height: 100%;
}

/*ESTILOS PARA BARRA DE DESPLAZAMIENTO*/

.container-contenido,
.container-menu_gestion {
    overflow-y: auto;
}

.container-contenido::-webkit-scrollbar,
.container-menu_gestion::-webkit-scrollbar {
    width: 12px;               /* width of the entire scrollbar */
}

.container-contenido::-webkit-scrollbar-track,
.container-menu_gestion::-webkit-scrollbar-track {
    background: #ffffff00;        /* color of the tracking area */
}

.container-contenido::-webkit-scrollbar-thumb,
.container-menu_gestion::-webkit-scrollbar-thumb {
    background-color: #708eb7;    /* color of the scroll thumb */
    border-radius: 20px;  /* roundness of the scroll thumb */
}

.container-menu_gestion::-webkit-scrollbar-thumb {
    border: 3px solid #1e1e1e;  /* creates padding around scroll thumb */
}

.container-contenido::-webkit-scrollbar-thumb {
    border: 3px solid #fff;  /* creates padding around scroll thumb */
}

.container-footer_gestion {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    z-index: 5;
}

.texto_card_inicio {
    min-width: 183.5px;
}

.icono > i {
    font-size:50px;
    margin: auto;
    min-width:63.5px;
}

.icono > .fa-check-to-slot {
    color:rgb(41, 123, 0);
}

.icono > .fa-calendar-days {
    color:rgb(106, 126, 255);
}

.icono > .fa-users {
    color:rgb(255, 174, 22);
}

.icono > .fa-user {
    color:rgb(255, 22, 189);
}

.icono > .fa-gears {
    color:rgb(108, 108, 108);
}

.icono > .fa-cash-register {
    color:rgb(255, 174, 22);
}

.card_inicio {
    padding:1em;
    margin:0.5em;
    border-radius: 5px;
    background-color: #f1f1f1;
    box-shadow: 0px 0px 5px #00000066;
    display:flex;
    justify-content: flex-start;
    align-items: center;
    cursor:pointer;
}

.card_inicio:hover {
    background-color: #dadada;
}

.card_inicio > div {
    margin:0.5em;
}

.card_notification {
    padding:1em;
    margin:0.5em;
    border-radius: 5px;
    border: 1px solid #619E4E;
    background: #f2ffd1;
    box-shadow: 0px 0px 5px #004c0f66;
    display:flex;
    justify-content: flex-start;
    align-items: center;
    cursor:pointer;
}

.card_notification:hover {
    background-color:#d9f494;
}

.card_notification > .texto_card_inicio > span {
    color: #619E4E;
}

.card_title {
    margin:0;
}

.dashboard-fechas {
    padding: 0;
}

.panel_dashboard {
    -webkit-box-shadow: 1px 1px 5px rgb(0 0 0 / 35%);
    box-shadow: 1px 1px 5px rgb(0 0 0 / 35%);
    margin: 2em 0em 0em 0em;
    padding: 1em;
    border-radius: 10px;
    background-color: white;
}

.dashboard-envios {
    text-align: center;
    align-items: center;
    justify-content: space-between;
    padding-left: 0px;
    padding-right: 0px;
}

h2.title-dashboard {
    background: #708eb7;
    color: white;
    font-size: 14px;
    border-radius: 5px 5px 0 0;
    padding: 10px;
    margin: -1em -1em 1em -1em;
}

.component-dashboard {
    align-items: center;
    justify-content: flex-start;
}

.icono-dashboard {
    text-align: center;
    font-size: 35px;
    color: black;
}

#inicio > div.container-principal_gestion > div.container-dashboard_gestion > div > div.container-contenido.col-xs-12 > div:nth-child(9) > div > div > div.icono-dashboard {
    margin-bottom:10px;
}

.evento-dashboard > .icono-dashboard {
    margin-right: 5px;
}

.number-dashboard {
    color: white;
    background-color: #708eb7;
    font-size: 25px;
    border-radius: 10px;
    padding: 0px 10px;
    margin: 0px 0px 0px 0px;
}

.small-label-dashboard {
    border-radius: 5px;
    padding: 3px;
    color: #3b3c3a;
}

.fecha_filtro {
    font-weight: bold;
}

.dashboard-fechas {
    align-items: center;
    justify-content: space-between;
}

.dashboard-fechas > .form {
    margin-bottom: 0px;
}

.daterangepicker td.in-range {
    background-color: #708eb754 !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #708eb7 !important;
}

.dashboard-eventos {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: auto;
    max-height: 20em;
    align-items: center;
    white-space: nowrap;
    justify-content: flex-start;
}

.dashboard-accesos {
    white-space:nowrap;
    overflow-x: auto;
    align-items: center;
    justify-content: flex-start;
}

.dashboard-eventos::-webkit-scrollbar,
.dashboard-accesos::-webkit-scrollbar {
    width: 12px;               /* width of the entire scrollbar */
    height: 10px;
}

.dashboard-accesos::-webkit-scrollbar-track, 
.dashboard-eventos::-webkit-scrollbar-track {
    background: #fff;        /* color of the tracking area */
}

.dashboard-eventos::-webkit-scrollbar-thumb,
.dashboard-accesos::-webkit-scrollbar-thumb {
    background-color: #708eb7;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid #fff;  /* creates padding around scroll thumb */
}

.img-evento {
    width: 100%;
    max-width: 35px;
    margin-bottom:10px;
}

.evento-dashboard {
    text-align: left;
    margin-right: 4px;
    text-align: left;
    margin-right: 4px;
    padding: 5px;
    margin: 5px 0 5px 0;
    white-space: nowrap;
    overflow-x: hidden;
}

.logo-evento-dashboard {
    width: 35px;
    border-radius: 20px;
}

.titulo-evento-dashboard {
    color: #3b3c3a;
    font-weight: bold;
}

.fecha-evento-dashboard {
    color:#3b3c3a;
}

.lugar-evento-dashboard {
    color:#3b3c3a;
}

.dashboard-accesos > .component-dashboard {
    padding: 0.5em;
    margin-right: 1em;
}

#detalles_evento {
    z-index: 1 !important;
}

.cabecera_pedido > div {
    font-weight: bold;
}

.cabecera_pedido,
.dashboard-pedido {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    width: 100%;
}

.dashboard-pedido_cliente,
.dashboard-pedido_productos,
.dashboard-pedido_total,
.dashboard-pedido_fecha,
.dashboard-pedido_estado,
.dashboard-pedido_lupita,
.dashboard-pedido_pagado {
    padding: 0.5em;
    cursor:pointer;
}

.dashboard-pedido {
    border-bottom: 1px solid #e3e3e3;
}

.dashboard-pedido_cliente {
    width: 20%;
}

.dashboard-pedido_productos {
    width: 40%;
}

.dashboard-pedido_total {
    width: 10%;
}

.dashboard-pedido_fecha {
    width: 10%;
}

.dashboard-pedido_estado {
    width: 15%;
}

.dashboard-pedido_productos {
    align-items: self-start;
    justify-content: space-between;
}

.product_quantity {
    width: 5%;
}

.product_name {
    width: 95%;
}

.atributo {
    font-size: 10px;
}

.cancelado {
    color: white;
    background-color: #bf443b;
}

.pago_pendiente {
    color: black;
    background-color: #ff6f00;
}

.confirmado {
    color: black;
    background-color: #ffbb00;
}

.enviado {
    color: white;
    background-color: #3c70ff;
}

.en_reparto {
    color: black;
    background-color:#00ffdd;
}

.entregado {
    color: white;
    background-color: #619E4E;
}

.container-desktop > .dashboard-pedido > .dashboard-pedido_estado {
    border: 1px solid #e3e3e3;
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #00000034;
    cursor: pointer;
    background-color: #e3e3e3;
}

.dashboard-pedido_pagado {
    width: 5%;
}

@media screen and (max-width: 512px) {
    .hidden-sm-down {
        display:none;
    }

    .dashboard-pedido_cliente {
        width: 10%;
    }

    .dashboard-pedido_producto {
        width: 55%;
    }

    .dashboard-pedido_estado {
        width: 30%;
    }

    .dashboard-pedido_pagado {
        width: 5%;
    }

    .dashboard-pedido_estado > span {
        font-size: 12px;
    }
}

.copyright-footer {
    margin:2em 0;
    text-align: center;
}

.copyright-footer > img {
    max-width: 75px;
    margin-bottom: 1em;
}