/* GLOBALES */

a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.users_container {
    width: 95%;
    margin: 2rem auto;
    margin-top: 8rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.users_caption {
    width: 50%;
    color: #eee;
    background: linear-gradient(to right, #118, #eee);
    text-align: left;
    padding: .5rem 1rem 1rem 1rem;
    border-top-right-radius: .5rem;
    border-top-left-radius: .5rem;
    margin-bottom: -.5rem;
    text-transform: uppercase;
}

.users_article_container {
    border: 1px solid #888;
    border-radius: .5rem;
    padding: 1rem;
    background: #fff;
    width: 100%;
    margin-bottom: 2rem;
}

.table_user {
    border: 1px solid #000;
    width: 100%;
    margin-bottom: 2rem;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    padding: .5rem;
    text-align: right;
}

.table_user caption {
    text-align: left;
    background: linear-gradient(to right, #2c2c54, #fff);
    padding: .5rem;
    color: #fff;
    border-top-right-radius: 100%;
    border-top-left-radius: .5rem;
}

.table_user th {
    font-size: .8rem;
    color: #84817a;
    border-bottom: 1px solid #84817a;
}

.table_user td {
    padding: .2rem;
}

.table_telefonia {
    width: 100%;
    text-align: center;
}

.table_telefonia td {
    padding: .3rem;
    border-radius: .3rem;
}

.table_telefonia select,
.table_telefonia input {
    border: none;
    background-color: transparent;
}

.table_telefonia tbody tr:nth-child(even) {
    background-color: #d1ccc0;
}

.table_usr {
    width: 100%;
    padding: .5rem 1rem;
}

.table_usr th {
    color: #aaa69d;
    padding: .5rem;
}

.table_usr td input, select {
    padding: .5rem;
    background: linear-gradient(to bottom, #fff, #716fd374);
    border-radius: .3rem;
    border: none;
    outline: none;
    margin: .5rem 0;
}

.usr_btn_save {
    padding: .5rem 2rem;
    background: linear-gradient(to bottom, #fff, #716fd374);
    border: none;
    border-radius: .3rem;
    cursor: pointer;
}

.usr_btn_save:hover {
    background: linear-gradient(to bottom, #33d9b2, #218c74);
    color: #fff;
    margin: auto;
}

.table_usr input[type=email] {
    width: 300px;
}

.btn_add_disp {
    border: none;
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
    background: linear-gradient(to bottom, #fff, #716fd374);
    border-radius: .5rem;
    margin: 1rem auto 0;
    cursor: pointer;
    width: auto;
}

.btn_add_disp:hover {
    background: linear-gradient(to bottom, #33d9b2, #218c74);
    color: #fff;
}

.table_disp {
    width: 100%;
    margin-bottom: 2rem;
    padding: .5rem;
    text-align: right;
}

.table_disp th {
    font-size: .8rem;
    color: #84817a;
    border-bottom: 1px solid #84817a;
}

.table_disp td {
    padding: .2rem;
}

.table_horas {
    width: 90%;
    margin: auto;
    border: 1px solid #555;
    border-spacing: 0;
    border-collapse: separate;
    text-align: center;
    border-radius: .5rem;
}

.table_horas th, .table_horas td {
    border-bottom: 1px solid #777;
    border-right: 1px solid #777;
    padding: .3rem;
}

.horas_totales {
    display: flex;
    justify-content: space-evenly;
    margin: 2rem 0;
    font-size: 1.1rem;
}

.table_horas_totales {
    border: 1px solid #555;
    border-spacing: 0;
    border-collapse: separate;
    text-align: center;
    border-radius: .5rem;
}

.table_horas_totales caption {
    width: 50%;
    margin: auto;
    margin-bottom: 1rem;
    padding: .5rem;
    border-radius: 50%;
    background: linear-gradient(to top, #eee, #8c212166);
}

.table_horas_totales td {
    padding: 1rem 5rem;
    border-bottom: 1px solid #777;
}

.horas_abonar {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.horas_abonar button {
    background: transparent;
    border: none;
    cursor: pointer;
}

.horas_abonar input {
    height: 2.5rem;
    background-color: #eee;
    border-radius: .5rem;
}

.horas_container {
    width: 95%;
    margin: 2rem auto;
    margin-top: 8rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.horas_aside,
.users_aside {
    width: 13%;
    border: 1px solid #888;
    border-radius: .5rem;
    padding: .5rem;
    background: #fff;
}

.horas_article,
.users_article {
    width: 85%;
}

.horas_caption {
    width: 50%;
    color: #eee;
    background: linear-gradient(to right, #474787, #eee);
    text-align: left;
    padding: .5rem 1rem 1rem 1rem;
    border-top-right-radius: .5rem;
    border-top-left-radius: .5rem;
    margin-bottom: -.5rem;
    text-transform: uppercase;
}

.horas_total_caption {
    width: 80%;
    color: #eee;
    background: linear-gradient(to right, #218c74, #eee);
    text-align: left;
    padding: .5rem 1rem 1rem 1rem;
    border-top-right-radius: .5rem;
    border-top-left-radius: .5rem;
    margin-bottom: -.5rem;
    text-transform: uppercase;
}

.horas_article_container {
    border: 1px solid #888;
    border-radius: .5rem;
    padding: .5rem;
    background: #fff;
    width: 100%;
    margin-bottom: 2rem;
}