.article{
    width: 100%;
}
#container-table{
    padding: 50px 0;
}
#table-historial_filter{
    padding-bottom: 20px;
}
.dataTables_length{
    padding-bottom: 20px;
}
.container-suscription{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.container-suscription .container-sidebar{
    width: 25%;
    border-right: 1px solid rgb(183, 182, 182);
}
.container-suscription .container-sidebar ul li{
    list-style-type: none;
    padding: 6px 0;
    color: #4d4b4b;
}
.container-suscription .container-sidebar ul li .active{
    background-color: black;
    width: 6px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}
.container-suscription .container-sidebar ul li a{
    color: #4d4b4b;
}

.container-suscription .container-body{
    width: 70%;
}
.container-suscription .container-body .title-section{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
}
.container-suscription .container-body .content-btn{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.container-suscription .container-body .btn-options{
    width: 45%;
    height: 40px;
    background-color: white;
    border-radius: 3px;
    color: #4d4b4b;
    border: 1px solid #4d4b4b;
    margin: 10px;
}
.container-suscription .container-body .content-options .table-options{
    width: 100%;
    margin: 30px 0;
}
.table-options thead tr th{
    text-align: center;
}
.table-options tbody tr td{
    padding: 0 10px;
}
.table-options tbody tr td:last-child{
    text-align: center;
}
.content-icon-loading{
    text-align: center;
    margin: 30px;
}
.icon_loading{
    width: 40px;
    height: 40px;
}

#content-option-info div{
    text-align: center;
    margin-top: 25px;
}
.notify-text{
    color: red;
    font-size: 12px;
    text-align: center;
}

.update-card-btn{
    margin-top: 25px;
    width: 120px;
    height: 40px;
    background-color: transparent;
    background-image: none !important;
    border: 1px solid;
    border-radius: 3px;
    color: #4d4b4b;
}

@media screen and (max-width: 800px) {
    .article{
        width: auto;
    }
    .container-suscription{
        flex-direction: column;
        align-content: flex-start;
    }
    .container-suscription .container-sidebar{
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid rgb(183, 182, 182);
        margin-bottom: 20px;
    }
    .container-sidebar ul{
        display: flex;
        justify-content: center;
        padding: 0;
    }
    .container-sidebar ul li{
        margin: 0 5%;
    }
    .container-suscription .container-body{
        width: 100%;
        margin-top: 20px;
    }
    .container-body .title-section{
        display: none;
    }
    .content-option-historial{
        width: 100%;
        overflow-y: scroll;
    }
}