.list-item {
    border: solid 1px white;
    display: grid;
    grid-template-columns: 7fr 7fr 8fr 5fr;
    padding: 11px;
    text-align: center;
}

.list-container {
    background: #f5f5f5;
    margin-top: 10px;
}

.enter-button {
    background: #539b31;
    color: white;
    width: 124px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 29px;
    height: 40px;
    font-weight: normal;
    cursor: pointer;
}

.list-title {
    font-weight: 500;
}

.search-box {
    display: grid;
    grid-template-columns: 20fr 10fr;
}

.search-box input[type="text"] {
    border: solid 1px;
}

.search-box span {
    margin-left: 5px;
    background: #5a9b1d;
    width: 60px;
    border-radius: 12px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: white;
}

#search-button {
    cursor: pointer;
}

#search-button:hover {
    background: #68cc0b;
}

#buscar-en-cartera {
    cursor: pointer;
    height: 45px;
}

#buscar-en-cartera:hover {
    background: #68cc0b;
}

.search-box-ventas #search-button-ventas{
    border-radius: 10px;
    cursor: pointer;
    height: 45px;
}

.search-box-ventas #search-button-ventas:hover{
    background: #68cc0b;
}

.detalle_cliente:hover {
    background: #68cc0b;
}

.boton-reportes:hover{
    background: #68cc0b !important;
}

.enter-button:hover {
    background: #68cc0b;
}

#termino_busqueda {
    font-size: x-large;
}

#cerra_sesion_asesor {
    cursor: pointer;
}

.detalle_cliente{
    background: #539b31;
    color: white;
    border-radius: 30px;
    font-weight: 500;
    padding: 5px;
    cursor: pointer;
}

.detalle_venta{
    padding: 5px;
    cursor: pointer;
}

.detalle_venta a {
    background: #539b31;
    color: white !important;
    border-radius: 20px;
    font-weight: 500;
    padding: 8px 20px;
}

.detalle_devolucion a:hover{
    background: #68cc0b;
}

.detalle_devolucion{
    padding: 5px;
    cursor: pointer;
}

.detalle_devolucion a {
    background: #539b31;
    color: white !important;
    border-radius: 20px;
    font-weight: 500;
    padding: 8px 20px;
}

.detalle_venta a:hover{
    background: #68cc0b;
}

.row-detail{
    margin: 5px;
    background: #f5f5f5;
    display: flex;
    justify-content: space-between;
    padding: 5px;
    font-weight: 500;
}

#modal_detalle_cliente .modal-footer{
    display: flex;
    justify-content: center;
}

#modal_detalle_venta .modal-footer{
    display: flex;
    justify-content: center;
}

#modal_detalle_devolucion .modal-footer{
    display: flex;
    justify-content: center;
}

#reporte-devoluciones {
    margin-bottom: 22.5px !important;
}

.negativo{
    color: red;
    font-weight: 400;
}

.search-box-reportes {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.search-box-ventas {
    display: flex !important;
    align-items: center;
    margin-bottom: 40px;
}

.search-box-ventas .input-group {
    width: 20%;
    margin-right: 8px;
}

.search-box-ventas .input-group input {
    background-color: rgba(0, 0, 0, 0.03) !important;
}

.search-box-ventas .input-group input::placeholder {
    font-size: 19px;
    font-weight: 300;
}

.search-box-ventas span {
    background: #5a9b1d;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    color: white;
    border-radius: 0;
    height: 51px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.search-box-ventas span:hover {
    background: #68cc0b;
}

.search-box-ventas label{
    margin-top: 0;
}

.item-search-box{
   margin-right: 8px;
}

.totalVentas h4 {
    margin-bottom: 4% !important;
}

/*Celdas Reportes Asesores*/
.cel-rsocial {
    width: 9% !important;
}

.cel-cupo {
    min-width: 118px !important;
}

.cel-saldo {
    min-width: 105px !important;
}

.cel-xvencer {
    min-width: 119px !important;
}

.letterRazonS {
    font-size: 13.8px;
    line-height: 1.4em;
    font-weight: 400;
}


/*Box informacion Asesor*/
.infoBoxAsesor {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    margin-bottom: 40px;
    margin-top: 30px;
}

.infoBoxAsesor div {
    width: 50%;
}

/*Reportes Asesores Filas Totales*/
.saldosTotales {
    margin-bottom: 25px;
    margin-top: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.saldosTotales h4 {
    font-size: 15px;
    padding-left: 8px;
    padding-right: 8px;
}

.saldosTotales h4:last-child {
    margin-top: 0;
}

/*Datatables Info*/
.dataTables_wrapper .dataTables_info {
    display: none !important;
}

/*Styles buttons export CSV*/
.btn-export {
    width: 100%;
    text-align: right;
}

.btn-export a {
    background: #5a9b1d;
    font-size: 15px;
    color: white !important;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px;
}

/*Query eliminar columna*/
@media (max-width: 1344px) {
    #tableCartera > thead > tr > th.cel-cupo.sorting {
        display: none !important;
    }

    #tableCartera > tbody > tr > td:nth-child(4) {
        display: none !important;
    }
}

@media (max-width: 980px) {
    .search-box-ventas {
       flex-direction: column;
    }

    .search-box-ventas .input-group {
        width: 90%;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .item-search-box {
        width: 90%;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .search-box-ventas #search-button-ventas {
       width: 40%;
    }
    
    /*Reportes Asesores Filas Totales*/
    .saldosTotales {
        justify-content: center;
        flex-direction: column;
        align-items: start;
    }

    .saldosTotales h4 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .saldosTotales span {
       display: none;
    }

    .infoBoxAsesor {
        flex-direction: column;
    }

    .infoBoxAsesor div {
        width: 90%;
    }
}

@media (max-width: 480px) {
    .enter-button {
        width: 60px;
    }
    .list-item {
        font-size: 12px;
    }

    .detalle_cliente{
        font-size: 10px;
    }

    .detalle_venta{
        font-size: 10px;
    }

    .row-detail{
        font-size: 12px;
    }

    .encabezado-asesor{
        position:relative;
    }

    .boton-reportes{
        display: flex;
        position: inherit;
        background:#539b31 !important;
    }
}

@media (min-width: 480px) {
    .boton-reportes{
        position:absolute;
        right:75px;
        background:#539b31 !important;
    }

    .encabezado-asesor{
        display:flex;
        position:relative;
    }
}