/*
Theme Name: Rutina
Description: Este es un tema hijo de Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: Polyedra
Author URI:  https://polyedra.mx
Template: salient
Version: 1.0
*/

/* BOTONES Y DEMÁS */
a.button{
    padding: 15px 10px !important;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
}
a.button:hover{
    background-color: #373737;
    color: #ffffff;
}
a.button.agregar{
    background-color: #0d6efd;
    color: #ffffff;
}
a.button.guardar{
    background-color: #198754;
    color: #ffffff;
}
a.button.ver{
    background-color: #000000;
    color: #ffffff;
}

a.button.agregar-alimento,
a.button.agregar-ejercicio{
    margin: 0;
    padding: 5px 10px !important;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    font-size: 10px !important;
    height: auto;
    line-height: 1;
}

/* GENERAL TABLAS */

/* .contenedor-tabla table{
    margin-right: 30px !important;
}
.contenedor-tabla .agregar-elemento{
    width: 30px;
    height: 100%;
    float: right;
} */

.controles-generales{
    margin: 25px 0;
}

table th{
    padding: 0 10px !important;

}

table.alimentos,
table.ejercicios{
    margin-bottom: 0 !important;
    width: 100%;
}

table.alimentos td,
table.ejercicios td{
    padding: 0 !important;
}

.alimento a.eliminar-fila,
.ejercicio a.eliminar-fila{
    background-color: #dc3545;
    color: #ffffff;
    padding: 5px 10px !important;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    font-size: 10px !important;
    width: 35px !important;
    height: auto;
    line-height: 1;
    text-align: center;
}

table.alimentos th:nth-child(1),
table.alimentos td:nth-child(1){
    width: 15%;
}
table.alimentos th:nth-child(2),
table.alimentos td:nth-child(2){
    width: 30%;
}
table.alimentos th:nth-child(3),
table.alimentos td:nth-child(3){
    width: 55%;
}
table.alimentos th:nth-child(4),
table.alimentos td:nth-child(4){
    width: 5%;
    text-align: center;
}

table.ejercicios th:nth-child(1),
table.ejercicios td:nth-child(1){
    width: 60%;
}
table.ejercicios th:nth-child(2),
table.ejercicios td:nth-child(2){
    width: 35%;
}
table.ejercicios th:nth-child(3),
table.ejercicios td:nth-child(3){
    width: 5%;
    text-align: center;
}

/* ESPECÍFICO DIETA */

div#comidas{
    max-width: 60%;
}
div#comidas .comida{
    display: inline-block;
    width: 100%;
}
div#comidas input[name="porciones"]{
    font-size: 14px;
    line-height: 1.5;
    padding: 0 15px;
}
.colAddAlm{
    text-align: center;
}

/* ESPECÍFICO RUTINA */

div#rutina{
    width: 60%;
}
div#rutina .serie{
    display: inline-block;
    width: 100%;
}
.colAddEx{
    text-align: center;
}

/* ESPECÍFICO RUTINA MES */



/* SELECT 2 */
table .select2-container{
    width: 100% !important;
}
table .select2-container .select2-selection--single{
    padding: 0;
    height: auto;
    width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 21px;
    font-size: 14px;
}
table .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: -1px;
    right: 1px;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {

}