@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700');

body {
    font-family: 'Poppins', sans-serif;
    padding-top: 81px !important;
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 22px;
}

body.login {
    padding-top: 0px !important;
}


.row {
    width: 100%;
}

.navbar-primary {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.usrlst-edit i {
    cursor: pointer;
}

table#listado{
    margin: 0;
}

.tabla-fila-verde{
    color: limegreen;
    font-weight: 600;
}

/* @media only screen and (max-width: 768px) { */
/*** Login Form ***/
.loginLogo img {
    width: 90%;
    margin-left: 5%;
}

#formLogin {
    float: none;
    width: 90%;
    max-width: 380px;
    margin: 5% auto;
    text-align: center;
    padding: 30px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

#formLogin .form-control {
    background-color: #efefef8c;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1.3px solid #33b44d6b;
}

.errorLogin {
    display: none;
}

.reset_pass {
    color: #6f6f6f;
    text-decoration: none !important;
    position: relative;
    top: 10px;
    font-size: 14px;
}

#formLogin .submit {
    color: white;
    text-transform: uppercase;
    padding: 6px 17px 4px;
    font-weight: 400;
    letter-spacing: 1px;
    border: none;
    margin-bottom: 10px;
}

.copyrightlogin {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    color: #6f6f6f;
}

#menu-botones {
    height: calc(100vh - 158px);
}

/*** Global ***/
.row {
    margin-left: 0;
    margin-right: 0;
}

body {
    overflow-x: hidden;
}

.site-content {
    margin-top: 0px;
}

.font_weight_bold {
    font-weight: bold;
}

/*** Header ***/
.navbar-primary {
    background: #fff;
}

.container>.navbar-header {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.navbar-brand img {
    width: 110px;
    position: relative;
    top: -10px;
}

.navbar-primary .navbar-toggle .icon-bar {
    background-color: #36b24d;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
}

.navbar>.container {
    padding-left: 0px;
    padding-right: 0px;
}

.container>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

.nav>li {
    background: #6f6f6f;
    border-bottom: 1px solid #fff;
}

.navbar-nav {
    margin: 0px -15px;
}

.navbar-primary .navbar-collapse,
.navbar-primary .navbar-form {
    border-color: transparent;
}

.dropdown-menu>li {
    padding-left: 20px;
}

/*** Botones ***/
.container-button {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#menu-botones>.row {
    float: left;
    width: 100%;
}

.menu-home .fas {
    font-size: 50px;
    color: "#fff";
    margin-bottom: 10px;
}

.menu-home {
    margin-bottom: 0px;
    padding: 30px 0;
    color: white;
    height: calc(50vh - 79px);
    cursor: pointer;
}

.menu-home span {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.3px;
}


/*** Footer ****/
.logo-footer {
    width: 89px;
}

.footer {
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-author {
    margin-top: 10px;
    display: inline-block;
    opacity: .7;
}

.footer-text {
    font-size: 12px;
}


/*** Forms ***/
.trainingstyle .form-group {
    margin-bottom: 25px;
}

.trainingstyle .form-control {
    background-color: #efefef8c;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1.3px solid #33b44d6b;
}

.trainingstyle .form-group>label {
    margin-left: 15px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
}

.btn-borrar{
    float: right;
    display: none;
}

.btn-borrar-usuario{
    float: right;
    display: none;
}

/*** Breadcrums ***/
.row.breadcrums {
    margin-bottom: 20px;
    margin-top: 15px;
}

.row.breadcrums a i {
    font-size: 24px;
    color: #007bffcf;
}

.row.breadcrums a:hover {
    text-decoration: none;
}

.row.breadcrums a span {
    font-weight: 500;
    font-size: 21px;
    position: relative;
    top: -1px;
    color: #6f6f6f;
}

input.valid{
    background: #8dee7e !important;
}
input.invalid{
    background: #db5752 !important;
}

/*** Lista Usuarios ***/
.usrlst-nombre {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}

.usrlst-plan {
    font-size: 12px;
}

.usrlst-vigencia {
    font-size: 12px;
}

.usrlst-foto {
    padding-right: 0px;
    padding-left: 5px;
    float: left;
    width: 100%;
    background-size: contain;
    height: 250px;
    background-position: center;
    margin-bottom: 20px;
    background-repeat: no-repeat;
}

.usrlst-row:nth-child(3n+1) {
    clear: left;
}

.usrlst-foto img {
    width: 100%;
}

.usrlst-edit {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    font-size: 22px;
    color: dimgrey;
}

.usrlst-whatsapp {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    font-size: 22px;
    color: green;
    text-align: right;
}

.usrlst-add {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 6px;
    font-size: 30px;
    color: yellowgreen;
}

/*** Marca salidas ***/
.salida-nombre {
    font-size: 20px;
    align-items: center;
    font-weight: bold;
}

.salida-edit {
    font-size: 30px;
    color: dimgrey;
}

/*** Entrenamiento ***/
.entrenando-add {
    font-size: 26px;
    padding-top: 4px;
    color: orange;
}

.entrenando-titulo {
    font-size: 21px;
    margin-bottom: 9px;
}

/*** Perfil Usuarios ***/
.perfil-titulo {
    font-size: 21px;
    margin-bottom: 9px;
    font-weight: bold;
}

.perfil-editar {
    font-size: 26px;
    padding-top: 4px;
    color: dimgrey;
}

.perfil-control {
    font-size: 60px;
    text-align: center;
}

.perfil-pagar {
    font-size: 60px;
    text-align: center;
}

#mensaje_whatsapp span{
    font-size: 21px;
}

#mensaje_whatsapp i{
    font-size: 21px;
}

.iconos-dieta{
    font-size: 17px;
    cursor: pointer;
    padding-top: 12px;
}

.iconos-dieta i{
    font-size: 21px;
}

.body_scan{
    display: none;
}

.body_scan img{
    width: 100%;
}

/*** Registro pago ***/
.registrarPago {
    font-size: 60px;
    color: green;
    text-align: center;
}

/* } */

#traer_ultimo_control{
    cursor: pointer;
}

#custom-search-form {
    margin:0;
    margin-top: 5px;
    padding: 0;
    margin-bottom: 25px;
}

#custom-search-form .search-query {
    padding-right: 15px;
    padding-right: 4px \9;
    padding-left: 15px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #00000042;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 300px;
}

#custom-search-form button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: -1px;
    position: relative;
    left: -35px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.search-query:focus + button {
    z-index: 3;   
}

.box-user{
    min-height: 500px;
}


@media only screen and (min-width: 767px) {

    #menu-botones {
        height: auto;
        display: table;
        margin: 30px auto;
        width: 90%;
        max-width: 900px;
    }

    .center-content {
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .equal-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

}

@media only screen and (min-width: 250px) {

    .navbar-primary .navbar-nav>li>a {
        color: #666;
        background: transparent !important;
        font-size: 14px;
        text-align: center;
        padding: 10px;
    }

    .navbar-primary .navbar-nav>li>a .glyphicon-triangle-bottom {
        color: rgb(57, 184, 57);
        font-size: 9px !important;
    }


    .navbar-primary .navbar-nav>li>a .glyphicon {
        font-size: 12px;
        margin-right: 5px;
    }

    .navbar-primary .navbar-nav>li>a:hover {
        color: rgb(57, 184, 57);
    }

    .nav>li {
        background: transparent;
        border-bottom: none;
    }

    .nav>li .dropdown-menu {
        min-width: 200px;
    }

    .nav>li:hover .dropdown-menu {
        display: block !important;
        border: none;
    }

    .dropdown-header {
        text-transform: uppercase;
        font-size: 13px;
    }

    .nav>li .dropdown-menu {
        font-size: 14px;
        cursor: pointer;
    }

}

@media only screen and (min-width: 768px) {
    #menu-botones {
        height: calc(70vh - 158px);
    }

    .menu-home {
        height: calc(43vh - 79px);
        border: 10px solid #fff;
    }

    #detalle_tabla_horas{
        column-count: 2;
    }

}

@media only screen and (min-width: 250px) and (max-width: 550px) {

    .usrlst-foto {
        padding-right: 0px;
        padding-left: 5px;
        float: left;
        width: 100%;
        background-size: contain;
        height: 165px;
        background-position: center;
        margin-bottom: 20px;
        background-repeat: no-repeat;
    }
    

.box-user {
    min-height: 320px;
}
    .usrlst-item {
        text-align: center;
        padding: 10px;
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }
    #custom-search-form button {
        border: 0;
        background: none;
        padding: 2px 5px;
        margin-top: -34px;
        position: absolute;
        right: 18px;
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        left: auto;
        border-radius: 3px;
    }

    .hide-xs {
        display: none;
    }

    .menu-home span {
        font-size: 14px;
    }

    .menu-home {
        height: calc(245px - 79px);
        width: 100%;
    }

}

@media only screen and (min-width: 600px) and (max-width: 767px) {

    .col-med-6 {
        width: 50%;
        float: left;
    }

}

@media only screen and (min-width: 551px) and (max-width: 767px) {

    #menu-botones {
        height: calc(150vh - 158px);
    }

    .menu-home {
        height: calc(75vh - 79px);
    }

}

.usrlst-foto img {
    width: 100%;
    max-width: 150px;
    margin: 0 auto 30px;
}

.collapse {
    display: inline-block;
    float: right;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {

    .plan-details>li {
        padding: 50px 30px;
        position: relative;
    }

    .logo-footer {
        float: right;
    }
}

@media only screen and (min-width: 1001px) {}

@media only screen and (max-width: 767px) {

    .nav>li:hover .dropdown-menu {
        right: 0;
        left: auto;
    }

    .nav>li {
        float: left;
    }

    .dropdown .glyphicon.glyphicon-menu-down {
        float: right;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 15px;
    }

    .navbar .dropdown-header {
        text-transform: uppercase;
        color: #777;
    }

}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

form.trainingstyle {
    padding: 30px;
    max-width: 600px;
    margin: 0 auto;
}

form.trainingstyle .control-label {
    display: block !important;
    width: 100%;
    text-align: left;
    padding: 0 0 10px;
}

form.trainingstyle [class*="col-"] {
    min-width: 100%;
}

.entrenando-titulo {
    float: left;
    padding: 15px;
}

.entrenando-add {
    padding: 15px;
}

#lista_planes {}

#change_password_modal {
    float: none;
    width: 90%;
    max-width: 380px;
    margin: 5% auto;
    text-align: center;
    padding: 0px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

#change_password_modal .modal-content {
    box-shadow: none;
    border: none;
}

#change_password_modal .modal-body {
    position: relative;
    padding: 25px;
}

#lectura_tarjeta {
    text-align: center;
    padding: 15px;
}

.plan-details {
    padding: 0;
}

.plan-details>li {
    border: 1px solid #ddd;
    width: 100%;
    list-style: none;
    float: none;
    padding: 30px;
    position: relative;
}

.plan-details>li:first-child {
    border-right: none;
}

.plan-details li .perfil-editar {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
}

.plan-details>li:last-child {
    border-left: none;
}

.plans {
    padding: 70px 0
}

.lista-planes,
.plan-details>li ul {
    padding: 0;
    margin: 0;
}

.lista-planes li,
.plan-details>li li {
    list-style: none;
    padding-left: 20px;
    position: relative;
    margin-top: 10px;
}

.lista-planes li:before,
.plan-details>li li:before {
    content: "";
    border: 2px solid #35b34b;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

.plans-stats {
    border: 1px solid #ddd;
    margin-top: -13px;
    padding: 15px;
}

.plans-stats h3 {
    font-weight: bold;
    text-align: center;
}

.plan-actions div {
    background: #35b34b;
    color: #fff;
    width: 50%;
    float: left;
    cursor: pointer;
    padding: 20px 15px;
}

.plan-actions div:hover {
    background: #2d903e;
}

.plan-actions div:last-child {
    background: #6f6f6f;
}

.plan-actions div:last-child:hover {
    background: #545454;
}

.plan-actions {
    display: table;
    width: 100%;
}

.start {
    display: table;
    width: 100%;
    background: #fff;
    padding: 20px 120px 20px 20px;
    max-width: 400px;
    margin: 20px auto;
    clear: both;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.start input#hora_entrada {
    width: 100%;
    height: 42px;
    padding: 0 15px;
}

.start input.btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.start label {
    display: block;
}

.usrlst-item {
    text-align: center;
    padding: 30px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.inner-content {
    padding: 50px 0;
}

.training-time {
    text-align: center;
    padding: 30px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    display: table;
    position: relative;
}

.training-time span {
    display: block;
    padding: 10px 0;
}

.training-time .salida-edit {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
}

@media only screen and (min-width: 600px) {

    .plan-details {
        padding: 0;
        display: flex;
    }

    .plan-details>li {
        width: 33.3333%;
        float: left;
    }

}

@media only screen and (max-width: 599px) {

    .plan-details>li {
        border: 1px solid #ddd !important;
        margin-bottom: -1px;
    }

}

.training-cost {
    padding: 30px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    display: table;
    position: relative;
}

.training-cost label {
    padding: 0;
}

.training-cost .perfil-titulo {
    text-align: center;
    margin-bottom: 40px;
}

.expiration {
    border: 1px solid #e5e5e5;
    border-width: 1px 0;
    padding: 15px;
    margin: 30px 0;
    text-align: center;
}

@media only screen and (max-width: 767px) {

    .training-cost label {
        padding: 0 15px;
    }

    .training-cost {
        padding: 20px;
    }


}

@media only screen and (min-width: 780px) and (max-width: 820px) {

    .menu-home {
        height: calc(284px - 79px);
        border: 10px solid #fff;
    }

}

.fotousuario{
    float: left;
    width: 100%;
    text-align: center;
}
.fotousuario img{
    width: 250px;
}

.foto-control{
    float: left;
    width: 100%;
    text-align: center;
}
.foto-control img{
    width: 400px;
}

