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

.container {
    width: 95%;
    margin: 2rem auto;
    margin-top: 8rem;
}

.options_container {
    display: flex;
    justify-content: space-around;
}

.find {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    transition: all .5s;
    color: #666;
}

.find:hover {
    color: #000;
}

.boton_guardar {
    background: #ccc;
    color: #000;
    padding: .5rem 1rem;
    border: none;
    border-radius: .3rem;
    cursor: pointer;
    transition: all .5s;
}

.boton_guardar:hover {
    background: #8a8;
    color: #fff;
}

.boton_cancelar {
    background: #ccc;
    color: #000;
    padding: .5rem 1rem;
    border: none;
    border-radius: .3rem;
    cursor: pointer;
    transition: all .5s;
}

.boton_cancelar:hover {
    background: #a88;
    color: #fff;
}

.material-symbols-outlined.md-10 {
    font-size: 1.2rem;
}

.material-symbols-outlined.md-30 {
    font-size: 4.5rem;
}

/* HEADER */

header {
    position: fixed;
    top: 0;
    width: 100%;
    margin: auto;
    height: 6rem;
    background: linear-gradient(to bottom, #0f0f57, #656579);
    display: flex;
    justify-content: center;
}

.header_left {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2rem;
}

.header_left img {
    height: 4rem;
    background: #eee;
    border-radius: .5rem;
    margin-right: 2rem;
}

header a {
    text-shadow: 0 0 1rem #eee;
    font-size: 1.5rem;
    color: #eee;
    transition: all .5s;
    margin: 0 1rem;
    text-align: center;
}

header a:hover {
    text-shadow: 0 0 1rem #eee, 0 0 1rem #eee, 0 0 1rem #eee;
    color: #000;
}

/* FCP */

.fcp_tittle {
    padding: 1rem;
    background-color: #118;
    color: #eb1;
    text-align: center;
    border: 2px solid #eb1;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.fcp {
    background-color: #fff;
    width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #aaa;
    border-radius: .5rem;
}

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

.fcp_caption {
    width: 50%;
    color: #fff;
    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;
}

.fcp_data th {
    width: 200px;
    text-align: right;
    padding: .5rem;
    color: #888;
}

.fcp_data td {
    text-align: left;
    color: #444;
}

.fcp_work th {
    color: #888;
    padding: .3rem;
    border-bottom: 1px solid #aaa;
    text-align: left;
    font-size: .9rem;
}

.fcp_work td {
    border-bottom: 1px solid #aaa;
    padding: .3rem;
    color: #444;
}

.fcp_work input {
    border: none;
    width: 100%;
    outline: none;
    color: #444;
}

.fcp_work_obs {
    width: 35%;
}

.fcp_work_delete {
    width: 3%;
    text-align: center;
}

.fcp_work_delete button {
    background-color: #fff;
    color: #000;
    border: none;
    cursor: pointer;
}

.fcp_work_delete button:hover {
    color: red;
}

.fcp_work_update {
    width: 3%;
    text-align: center;
}

.fcp_work_update button {
    background-color: #fff;
    color: #000;
    border: none;
    cursor: pointer;
}

.fcp_work_update button:hover {
    color: green;
}

.fcp_mat th {
    color: #888;
    padding: .3rem;
    border-bottom: 1px solid #aaa;
    font-size: .9rem;
}

.fcp_mat td {
    border-bottom: 1px solid #aaa;
    padding: .3rem;
    color: #444;
}

.fcp_mat input {
    border: none;
    outline: none;
    color: #444;
    text-align: right;
    width: 90%;
}

.fcp_mat select {
    border: none;
}

.fcp_mat_tipo {
    text-align: left;
}

.fcp_mat_tipo input {
    border: none;
    outline: none;
    color: #444;
    text-align: left;
    width: 100%;
}

.fcp_mat_car {
    text-align: left;
}

.fcp_mat_car input {
    border: none;
    outline: none;
    color: #444;
    text-align: left;
    width: 100%;
}

.fcp_mat_medidas {
    width: 7%;
    text-align: right;
}

.fcp_mat_estado {
    width: 7%;
    text-align: right;
}

.fcp_mat_cantidad {
    width: 5%;
    text-align: right;
}

.fcp_mat_precio {
    width: 10%;
    text-align: right;
}

.fcp_mat_total {
    width: 10%;
    text-align: right;
}

.fcp_mat_totales {
    font-size: 1.2rem;
    width: 100%;
    text-align: right;
    padding: .3rem 1rem 1rem;
}

.fcp_mat_delete {
    width: 50px;
    text-align: center;
}

.fcp_mat_delete button {
    background-color: #fff;
    border: none;
    cursor: pointer;
    color: #000;
}

.fcp_mat_delete button:hover {
    color: red;
}

.fcp_mat_update {
    width: 50px;
    text-align: center;
}

.fcp_mat_update button {
    background-color: #fff;
    border: none;
    cursor: pointer;
    color: #000;
}

.fcp_mat_update button:hover {
    color: green;
}

.fcp_det th {
    color: #888;
    padding: .3rem;
    border-bottom: 1px solid #aaa;
    font-size: .9rem;
}

.fcp_det td {
    border-bottom: 1px solid #aaa;
    padding: .3rem;
    color: #444;
}

.fcp_det input {
    border: none;
    outline: none;
    color: #444;
    text-align: right;
    width: 90%;
}

.fcp_det select {
    border: none;
}

.fcp_det_tipo {
    text-align: left;
}

.fcp_det_tipo input {
    border: none;
    outline: none;
    color: #444;
    text-align: left;
    width: 100%;
}

.fcp_det_car {
    text-align: left;
}

.fcp_det_car input {
    border: none;
    outline: none;
    color: #444;
    text-align: left;
    width: 100%;
}

.fcp_det_medidas {
    width: 7%;
    text-align: right;
}

.fcp_det_estado {
    width: 7%;
    text-align: right;
}

.fcp_det_cantidad {
    width: 5%;
    text-align: right;
}

.fcp_det_precio {
    width: 10%;
    text-align: right;
}

.fcp_det_total {
    width: 10%;
    text-align: right;
}

.fcp_det_totales {
    font-size: 1.2rem;
    width: 100%;
    text-align: right;
    padding: .3rem 1rem 1rem;
}

.fcp_det_delete {
    width: 50px;
    text-align: center;
}

.fcp_det_delete button {
    background-color: #fff;
    border: none;
    cursor: pointer;
    color: #000;
}

.fcp_det_delete button:hover {
    color: red;
}

.fcp_det_update {
    width: 50px;
    text-align: center;
}

.fcp_det_update button {
    background-color: #fff;
    border: none;
    cursor: pointer;
    color: #000;
}

.fcp_det_update button:hover {
    color: green;
}

.fcp_log th {
    color: #888;
    padding: .3rem;
    border-bottom: 1px solid #aaa;
    font-size: .9rem;
}

.fcp_log td {
    border-bottom: 1px solid #aaa;
    padding: .3rem;
    color: #444;
}

.fcp_log input {
    border: none;
    outline: none;
    color: #444;
    text-align: right;
    width: 90%;
}

.fcp_log select {
    border: none;
}

.fcp_log_tipo {
    text-align: left;
    width: 5%;
}

.fcp_log_cond {
    text-align: left;
}

.fcp_log_cond input {
    border: none;
    outline: none;
    color: #444;
    text-align: left;
    width: 100%;
}

.fcp_log_fecha {
    width: 7%;
    text-align: right;
}

.fcp_log_super {
    width: 15%;
    text-align: right;
}

.fcp_log_fotos {
    text-align: right;
}

.fcp_log_fotos a {
    color: #118;
    transition: all .5s;
}

.fcp_log_fotos a:hover {
    color: #1f1fd3;
}

.fcp_log_delete {
    width: 50px;
    text-align: center;
}

.fcp_log_delete button {
    background-color: #fff;
    border: none;
    cursor: pointer;
    color: #000;
}

.fcp_log_delete button:hover {
    color: red;
}

.fcp_log_update {
    width: 50px;
    text-align: center;
}

.fcp_log_update button {
    background-color: #fff;
    border: none;
    cursor: pointer;
    color: #000;
}

.fcp_log_update button:hover {
    color: green;
}

.fcp_per th {
    color: #888;
    padding: .3rem;
    border-bottom: 1px solid #aaa;
    font-size: .9rem;
}

.fcp_per td {
    border-bottom: 1px solid #aaa;
    padding: .3rem;
    color: #444;
}

.fcp_per h5 {
    font-size: 1rem;
}

.fcp_per input {
    border: none;
    outline: none;
    color: #444;
    text-align: right;
    width: 90%;
}

.fcp_per_area {
    text-align: left;
    width: 15%;
}

.fcp_per_valor {
    text-align: right;
    width: 10%;
}

.fcp_per_valor input {
    border: none;
    outline: none;
    color: #444;
    text-align: right;
    width: 50%;
}

.fcp_per_cantidad {
    width: 7%;
    text-align: right;
}

.fcp_per_cantidad input {
    border: none;
    outline: none;
    color: #444;
    text-align: right;
    width: 100%;
}

.fcp_per_total {
    width: 15%;
    text-align: right;
}

.fcp_per_obs {
    text-align: right;
}

.fcp_per_obs textarea {
    outline: none;
    border: none;
    text-align: right;
    width: 100%;
    height: 100%;
}

.fcp_per_edit {
    width: 50px;
    text-align: center;
}

.fcp_per_edit button {
    background-color: #fff;
    border: none;
    cursor: pointer;
    color: #000;
}

.fcp_per_edit button:hover {
    color: green;
}


/* PARTES */

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

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

.aside_list1 {
    list-style: none;
    margin-bottom: .5rem;
    padding: .5rem;
    border-radius: .5rem;
}

.aside_list2 {
    list-style: none;
    margin: .1rem 0 .1rem .5rem;
    padding: .3rem;
    border-radius: .5rem;
}

.partes_article {
    width: 85%;
}

.partes_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;
}

.partes_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;
}

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

.partes_user_cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.partes_user {
    border: 1px solid #000;
    border-radius: .5rem;
    width: 300px;
    min-height: 300px;
    margin: 1rem;
    padding: .5rem;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr 2fr 2fr 2fr;
    align-items: center;
    justify-items: center;
    background-color: #eee;
}

.partes_user:hover {
    background-color: #ddd;
}

.partes_user h4 {
    font-size: 1.8rem;
}

.user_balance {
    grid-column: 1/3;
    width: 100%;
    border-radius: .5rem;
    padding: .3rem;
}

.user_balance caption {
    font-size: 1.2rem;
}

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

.user_balance td {
    font-size: .9rem;
}

.user_balance a:hover {
    color: #888;
}

.us_bal_evento {
    text-align: left;
}

.us_bal_horas {
    text-align: right;
    width: 20%;
}

.us_bal_porc {
    text-align: right;
    width: 25%;
}

.user_balance1 {
    background-color: #ffda79;
}

.user_balance2 {
    background-color: #34ace0;
}

.user_balance3 {
    background-color: #33d9b2;
}

.partes_trabajadores {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-bottom: .5rem;
}

.partes_trabajadores a {
    border: 1px solid #333;
    border-radius: .3rem;
    padding: .5rem .8rem;
    background-color: #eee;
    margin: .5rem;
}

.cal_partes ul {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    list-style: none;
    margin: 3rem auto 1rem;
}

.cal_partes li {
    margin: auto;
}

.cal_partes ol {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    list-style: none;
    margin: 0 auto 3rem;
    width: 100%;
}

.cal_partes ol li {
    border: .1rem solid #000;
    box-shadow: 0 0 .3rem #999;
    min-height: 14rem;
    width: 98%;
    border-collapse: collapse;
    border-radius: .2rem;
    display: grid;
    align-items: flex-start;
    margin: 0.1rem auto;
}

.cal_partes_link {
    background: transparent;
    border: none;
    width: 100%;
    height: 100%;
    padding: .3rem;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    color: #000;
}

.cal_partes_link:hover {
    box-shadow: 0 0 .2rem #000, 0 0 .2rem #000, 0 0 .2rem #000;
}

.bt_parte {
    border: 1px solid #000;
    border-radius: .3rem;
    padding: .1rem;
    width: 100%;
    margin-bottom: .15rem;
}

.parte_tipo1 {
    background: #ffda79;
}

.parte_tipo2 {
    background: #34ace0;
}

.parte_tipo3 {
    background: #33d9b2;
}

.parte_tipo4 {
    background: #ff5252;
}

.new_parte {
    width: 100%;
}

.parte_tipo {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 1rem 0;
}

.parte_tipo_a h3 {
    text-align: left;
    color: #888;
}

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

.table_partes th {
    text-align: center;
    padding: .5rem;
    color: #888;
    width: 12%;
}

.table_partes input {
    border: none;
    outline: none;
    background: linear-gradient(to top, #706fd370, #fff);
    border-radius: .3rem;
    padding: .5rem;
    margin: .5rem 0;
}

.table_partes select {
    border: 1px solid #888;
    border-radius: .5rem;
    outline: none;
    padding: .5rem;
    margin: .5rem 0;
}

.boton_guardar_parte {
    border: none;
    outline: none;
    background: linear-gradient(to top, #1111881e, #fff);
    border-radius: .3rem;
    padding: 1rem 2rem;
    margin: 1rem 0;
    cursor: pointer;
    transition: all .5s;
    box-shadow: 5px 5px 5px #aaaaaa;
    color: #000;
}

.boton_guardar_parte:hover {
    background: linear-gradient(to top, #1d88111e, #fff);
    box-shadow: 3px 3px 3px #888888;
}

.boton_cancelar_parte {
    border: none;
    outline: none;
    background: linear-gradient(to top, #8811111e, #fff);
    border-radius: .3rem;
    padding: 1rem 2rem;
    margin: 1rem 0;
    cursor: pointer;
    transition: all .5s;
    box-shadow: 5px 5px 5px #aaaaaa;
    color: #000;
}

.boton_cancelar_parte:hover {
    background: linear-gradient(to top, #f21d1d1e, #fff);
    box-shadow: 3px 3px 3px #888888;
}

.boton_borrar_parte {
    border: none;
    outline: none;
    background: linear-gradient(to top, #8811111e, #fff);
    border-radius: .3rem;
    padding: 1rem 2rem;
    margin: 1rem 0;
    cursor: pointer;
    transition: all .5s;
    box-shadow: 5px 5px 5px #aaaaaa;
    color: #000;
}

.boton_borrar_parte:hover {
    background: linear-gradient(to top, #f21d1d1e, #fff);
    box-shadow: 3px 3px 3px #888888;
}

.partes_options {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.balance_dpto {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: .5rem;
    background-color: #eee;
    padding: 1rem;
    margin: 1rem 0;
}

.header_bal_dpto {
    grid-column: 1 / 4;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}

.balance_dpto div {
    margin: 0 .5rem;
}

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

.partes_total_stand th { 
    color: #888;
    font-size: .9rem;
    border-bottom: 1px solid #888;
    padding: .3rem;
}

.partes_total_stand td {
    padding: .15rem;
}

.msj_nuevo_parte {
    width: 100%;
    margin: 0 auto 1rem 0;
    border-radius: .3rem;
    padding: .5rem;
    background: #337733ba;
    color: #fff;
    text-align: center;
}

/* MATERIALES EMPLEADOS */

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