#poligym{
    padding: 5px 0px;
    overflow: hidden;
}

#poligym .contenido{
    clear: both;
    overflow: hidden;
    padding: 15px 0px;
}

#poligym .contenido .row.marges{
    padding: 5px 0px;
}

#poligym .contenido .btn{
    transition: all .3s ease-out;
}

#poligym .display-table{
    display: table;
    table-layout: fixed;
}

#poligym .display-cell{
    display: table-cell;
    vertical-align: middle;
    float: none;
}

#poligym label{
    margin-bottom: 0px;
}

#poligym a{
    text-decoration: none;
}

#poligym #returnPage{
    line-height: 22px;
}

#poligym #returnPage a {
    margin: 0px;
}

#poligym .TitolVista{
    line-height: 28px;
    font-size: 20px;
}   

#poligym #progressbar{    
    height: 28px;
    width: 100%;
    background-color: #EEE;
    border-radius: 5px;
    margin-right: 8px;
    border: solid 1px #DDD;
    position: relative;
}

#poligym #progressbar > #long{
    height: 100%;
    width: 0%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfd255+0,72aa00+90,72aa00+90,72aa00+93,72aa00+93,72aa00+100,9ecb2d+100 */
    background: #bfd255; /* Old browsers */
    background: -moz-linear-gradient(top,  #bfd255 0%, #72aa00 90%, #72aa00 90%, #72aa00 93%, #72aa00 93%, #72aa00 100%, #9ecb2d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #bfd255 0%,#72aa00 90%,#72aa00 90%,#72aa00 93%,#72aa00 93%,#72aa00 100%,#9ecb2d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #bfd255 0%,#72aa00 90%,#72aa00 90%,#72aa00 93%,#72aa00 93%,#72aa00 100%,#9ecb2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
    border-radius: 4px;
}  

#poligym #progressbar > #long > #porcentaje{
    font-size: 13px;
    font-weight: bold;
    color: white;
    text-align: right;
    line-height: 28px;
    margin-right: 5px;
    margin-left: 5px;
    text-shadow: 0px 0px 3px black;
}

body #backgroundModal{
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1001;
}

body #backgroundModal #modal{
    display: none;
    background-color: white;
    height: 350px;
    width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -175px;
    margin-left: -250px;
    z-index: 1002;
    border-radius: 5px;
    box-shadow: 0px 0px 11px 1px #272727;
}

@media (max-width: 767px) {
    body #backgroundModal #modal{
        min-width: 90%;
        max-width: 90%;
        margin: auto;
        top: 10px;
        left: 0px;
        margin-left: 5%;
        margin-right: 5%;
        padding: 0px;
    }
}

body .modal .modal-dialog .modal-content .modal-header{
    background-color: #428BC7;
    border-radius: 4px 4px 0px 0px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

body .modal.error{
    background-color: transparent;
}

body .modal.error .modal-dialog .modal-content .modal-header{
    background-color: #DA3D3D;
}

body .modal .modal-dialog .modal-content .modal-body{
    line-height: 17px;
    font-size: 15px;
    text-align: justify;   
    color: #676f7a; 
}

/*

body #backgroundModal #modal .content::-webkit-scrollbar {
    width: 11px;
}

body #backgroundModal #modal .content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body #backgroundModal #modal .content::-webkit-scrollbar-thumb {
    background: rgba(28,114,150,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

body #backgroundModal #modal .content::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,0,0,0.4);
}

*/ 

body .modal .modal-dialog .modal-content .modal-footer a{
    float: right;
    margin: 0px 5px;
    background-color: #FF9800;
    padding: 5px 8px;
    border-radius: 5px;
    color: white;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;   
    text-decoration: none; 
}

body .modal .modal-dialog .modal-content .modal-footer a:hover,
body .modal .modal-dialog .modal-content .modal-footer a:active{
    background-color: #D88100;
}

@media (max-width: 767px) {
    body #backgroundModal #modal .footer a{
        display: block;
        width: 100%;
        text-align: center;
        padding: 10px;
        margin: 0px;
        margin-bottom: 10px;
    }

    body #backgroundModal #modal .footer a + a{
        margin-top: 10px;        
    }
}

body .modal .modal-dialog .modal-content .modal-header input.close-window{
    position: absolute;
    right: 0px;
    margin-right: 15px;
    top: 0px;
    margin-top: 13px;    
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 6px;
    background-image: url('/plantillas/base/poligym/closeIcon.png');    
    background-color: transparent;
    background-size: 20px;
    border: 0px;
    background-repeat: no-repeat;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;     
}

body .modal .modal-dialog .modal-content .modal-header input.close-window:hover,
body .modal .modal-dialog .modal-content .modal-header input.close-window:active{
    background-image: url('/plantillas/base/poligym/closeIconActive.png');
}

#poligym h2.titol{
    float: left;
    margin: 0px;
    border-bottom: 0px;
    margin-bottom: 10px;
    margin-left: 5px;   
}

#poligym .contenido h1{
    background-color: #4f81bc;
    border-radius: 5px;
    padding: 5px;
    color: white;
    font-weight: bold;
    font-size: 37px;
    text-align: center;
    border: solid 2px #406BA0;
    margin-bottom: 15px;
}

#poligym .contenido.datosPersonales table{
    table-layout: fixed;
    color: #242425;
    width: 100%;
}

#poligym .contenido.datosPersonales .etiqueta{
    background-color: #c5dbff;
}

#poligym .contenido.datosPersonales .etiqueta label{
    padding: 7px 10px;
    display: inline-block;
}

#poligym .contenido.datosPersonales .row > div .tuImc{
    display: none;
}

#poligym .contenido.datosPersonales .row > div input[type="text"],
#poligym .contenido.datosPersonales .row > div textarea{
    width: 96%;
    border-radius: 3px;
    padding: 2%;
    border: solid 1px #C3C3C3;
}

#poligym .contenido.datosPersonales .row > div textarea{
    min-height: 40px;
    max-width: 96%;
    max-height: 100px;
}

#poligym .contenido.datosPersonales .row > div input[type="radio"] + label{
    margin-right: 10px;
    cursor: pointer;
}

#poligym .contenido.datosPersonales .row textarea[id^=OBS-],
#poligym .contenido.datosPersonales .row > div:last-child input[type="text"],
#poligym .contenido.datosPersonales .row > div:last-child select{
    display: none;
    margin: 5px 0;
    padding: 1%;
    width: 100%;
    max-width: 100%;
}

#poligym .contenido.datosPersonales .row > div input[type="text"]#OBS-ALCOHOL_COPASDIA,
#poligym .contenido.datosPersonales .row > div select#OBS-ALCOHOL_OCASIONAL{
    width: 49%;
}

#poligym .contenido .row.separatorRow{   
    background-color: #4F81BC;
    color: white;
    margin: 10px 0;
}

#poligym .contenido .row.separatorRow span{
    padding: 5px;
    display: block;
    line-height: initial;
}   

#poligym .contenido.datosPersonales .nivelDeportista .input{
    background-color: #4F81BC;
    display: inline-block;
    width: 20%;
    text-align: center;
    height: 30px;
    vertical-align: top;
}

#poligym .contenido.datosPersonales .nivelDeportista .input input{
    vertical-align: -webkit-baseline-middle;
    line-height: 30px;
}

#poligym .contenido.datosPersonales .nivelDeportista label{
    width: 80%;
    padding: 5px;
    padding-left: 5%;
    background-color: #C5DBFF;
    cursor: pointer;
}


#poligym input[type="submit"].botonPoligym{
    background-color: #FF9800;
    cursor: pointer;
    border: 0px;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
    font-size: 15px;
    margin: auto;
    margin-top: 20px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

#poligym input[type="submit"].botonPoligym:hover,
#poligym input[type="submit"].botonPoligym:active{
    background-color: #D88100;
}

#poligym .contenido.objetivo .title-listado-objetivos .etiqueta{
    background-color: #428bca;
    color: #fff;
    font-weight: bold;
}

#poligym .contenido.objetivo #listadoObjetivos input[type="checkbox"]{
    position: absolute;
    margin-left: -90000px; 
}

#poligym .contenido.objetivo #listadoObjetivos label{
    cursor: pointer;
    color: #333333;
    padding: 14px 40px 14px 20px;
    display: block;
    background-color: #F3F3F3;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 2px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}
#poligym .contenido.objetivo #listadoObjetivos span.info{
    padding: 5px 0;
    display: block;
}   

#poligym .contenido.objetivo #listadoObjetivos label:hover {
    background-color: #4F81BC;
    color: white;
}

#poligym .contenido.objetivo #listadoObjetivos label.selected{
    color: #6180A5;
    background-color: #DFEDFD;
}

#poligym .contenido.objetivo #listadoObjetivos label.selected:after{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    right: 0;
    margin-right: 10px;
    background-image: url('/plantillas/base/poligym/tickOk.png');    
    background-size: 20px;
    top: 50%;
    margin-top: -10px;
}

#poligym .contenido.entrenamiento table{
    table-layout: fixed;
    color: #242425;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 10px;
    table-layout: fixed;    
}

#poligym .contenido.entrenamiento table th label{
    background-color: #4F81BC;
    border-radius: 5px 0px 0px 5px;
    font-size: 20px;
    color: white;
    text-align: center;
    display: block;
    padding: 40px 0;
    border: solid 2px #425b7a;
    border-right: 0px;
}

#poligym .contenido.entrenamiento table th,
#poligym .contenido.entrenamiento table td{
    vertical-align: middle;
    color: #333333;
    position: relative;
}

#poligym .contenido.entrenamiento table td{
    border: solid 2px #425b7a;
}

#poligym .contenido.entrenamiento #listadoEntrenamiento input[type="radio"]{
    position: absolute;
    margin-left: -90000px; 
}

#poligym .contenido.entrenamiento #listadoEntrenamiento label{
    cursor: pointer;
    color: #333333;
    padding: 14px 40px 14px 20px;
    display: block;
    background-color: #F3F3F3;
    text-align: left;
    display: block;
    font-weight: bold;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

#poligym .contenido.entrenamiento #listadoEntrenamiento input:not(:first-child) + label{
    margin: 4px auto 0px auto;
}

#poligym .contenido.entrenamiento #listadoEntrenamiento div.row{
    margin: 5px 0px;
    margin-bottom: 10px;
        background-color: #DDD;
    padding: 10px 0px;
}

#poligym .contenido.entrenamiento #listadoEntrenamiento div.row > div:first-child label{
    background-color: #406BA0;
    color: white;
}

#poligym .contenido.entrenamiento #listadoEntrenamiento div.row > div:last-child label:hover {
    background-color: #4F81BC;
    color: white;
}

#poligym .contenido.entrenamiento #listadoEntrenamiento label.selected{
    color: #6180A5;
    background-color: #DFEDFD;
}

#poligym .contenido.entrenamiento #listadoEntrenamiento label.selected:after{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    right: 0;
    margin-right: 10px;
    background-image: url('/plantillas/base/poligym/tickOk.png');    
    background-size: 20px;
    top: 50%;
    margin-top: -10px;
}

#poligym .contenido.entrenamiento #listadoEntrenamiento label > span{
    text-align: left;
    display: block;
    font-weight: normal;
    margin-left: 10px;
    padding-top: 12px;
}

#poligym .contenido.test #listadoTest .row div.item{
    background-color: #dce5f6;
    margin-bottom: 20px;
    padding: 5%;
    position: relative;
    min-height: 140px;
    border-radius: 5px;
}

#poligym .contenido.test #listadoTest .row div.item > img{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;  
}

#poligym .contenido.test #listadoTest .row div.item > span.titol{
    display: block;
    text-align: center;
    padding: 21px 35px;
    margin-top: -10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #2A3D52;
}

#poligym .contenido.test #listadoTest > div.item > a{
    display: block;
    background-color: #3B5D83;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 5px;
    border: solid 2px #1C4971;
    text-align: center;
    color: #ECECEC;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

#poligym .contenido.test #listadoTest > div.item > a:hover{
    background-color: #223a55;
    border: solid 2px #223a55;
}

#poligym .contenido.test #listadoTest .roundedList{
    counter-reset: li;
    counter-reset: lili;
}

#poligym .contenido.test #listadoTest .roundedList > li{
    position: relative;
    display: block;
    padding: 13px 29px;
    margin: 15px 20px;
    background: #ddd;
    color: #444;
    border-radius: 7px;
    transition: all .3s ease-out;
    counter-increment: li;
}

#poligym .contenido.test #listadoTest .roundedList > li > ul > li{
    padding-left: 15px;
    padding-top: 5px;
}

#poligym .contenido.test #listadoTest .roundedList > li > ul > li > ul > li{
    padding-left: 30px;
    padding-top: 5px;
    font-size: 15px;
}

#poligym .contenido.test #listadoTest .roundedList > li > ul > li:before{
    content: '-';
    position: absolute;
    margin-left: -10px;
}

#poligym .contenido.test #listadoTest .roundedList > li > ul > li > ul > li:before{
    counter-increment: lili;
    content: counter(lili) ".- ";
    position: absolute;
    margin-left: -22px;
    font-weight: bold;
}

#poligym .contenido.test #listadoTest .roundedList > li:before{
    content: counter(li);
    position: absolute;
    left: 0px;
    margin-left: -15px;
    top: 50%;
    margin-top: -15px;
    background-color: #4F81BC;
    color: white;
    height: 25px;
    width: 25px;
    line-height: 20px;
    border: 3px solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}

#poligym .contenido.test #listadoTest .resultadosTest .row > div .item{
    color: #fff;
    min-height: 84px;
    margin: 15px 20px 20px 20px;
}

#poligym .contenido.test #listadoTest .resultadosTest .row > div:first-child .item{
    background-color: #4F81BC;
}

#poligym .contenido.test #listadoTest .resultadosTest .item:first-child input[type="text"]{
    margin: 0px 5px;
    background-color: #BFBFBF;
    border: 0px;
    border-radius: 5px;
    padding: 5px 10px;
    color: #292929;
    font-size: 19px;
    width: 50%;
    text-align: center;
    font-weight: bold;
}

#poligym .contenido.test #listadoTest .resultadosTest .item:first-child .confirmBtn{
    float: right;
    margin-top: 4px;
    width: 25px;
    height: 25px;
    border-radius: 17px;
    border: 0px;
    background-image: url('/plantillas/base/poligym/tickOk.png');    
    background-size: 25px;
    background-repeat: no-repeat;
    background-color: #70E14E; 
    cursor: pointer; 
}

#poligym .contenido.test #listadoTest .resultadosTest .item:first-child .confirmBtn:hover{
    background-image: url('/plantillas/base/poligym/tickOk_hover.png');    
    background-color: #4FA137;
}

#poligym .contenido.test #listadoTest .resultadosTest .item:first-child input[type="text"]:focus{
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
}

#poligym .contenido.test #listadoTest .resultadosTest .item:last-child{
    background-color: #FF9800;
}

#poligym .contenido.test #listadoTest .resultadosTest .item:last-child span{
    font-weight: bold;
}

#poligym .contenido.test #listadoTest .resultadosTest .item:last-child p.error{
    background-color: rgba(255, 255, 255, 0.5);
    color: #FF3B3B;
    padding: 10px;
    border-radius: 5px;
}

#poligym .contenido.test #listadoTest .resultadosTest .item:last-child p{
    transition: all .3s ease-out;
    padding: 10px;
    border-radius: 5px;
}

#poligym .contenido.test #listadoTest .resultadosTest .item:last-child p.ok{
    background-color: rgba(76, 175, 80, 0.8);
}

#poligym .contenido.test #listadoTest .resultadosTest .item:last-child p.notBad{
    background-color: rgb(202, 206, 0);
    color: #565656;
}

#poligym .contenido.test #listadoTest .resultadosTest .item:last-child p.bad{
    background-color: #F66;
}


#poligym .contenido.mi_entreno #listadoMiEntreno .carouselImagenes img{
    width: 100%;
}

#poligym .contenido.mi_entreno #listadoMiEntreno .carouselImagenes > div{
}

#poligym .contenido.mi_entreno #listadoMiEntreno .buttons a{
    margin: 10px 15px; 
}

#poligym .contenido.mi_entreno #listadoMiEntreno .descripcion > div{
    padding: 10px;
    text-align: justify;
    background-color: #ECECEC;
    border-radius: 5px;
}

#poligym .contenido.mi_entreno #listadoMiEntreno #buffer2{
    display: none;
}

@media (max-width: 767px) {
    .row div[class^="col-lg-"],
    .row div[class^="col-md-"]{
        margin-bottom:10px;
    }

    
}

#poligym .contenido.mi_entreno #listadoMiEntreno .carouselImagenes{
    counter-reset: ejercicio;
}

#poligym .contenido.mi_entreno #listadoMiEntreno .carouselImagenes a{
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #4F81BC;
    position: relative;
    margin-left: 15px
}

#poligym .contenido.mi_entreno #listadoMiEntreno .carouselImagenes a:after{
    content: '';
    background-color: transparent;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    transition: background-color 300ms;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 1;
}

#poligym .contenido.mi_entreno #listadoMiEntreno .carouselImagenes a:hover:after{
    background-color: rgba(1,1,1,0.4);
}

#poligym .contenido.mi_entreno #listadoMiEntreno .carouselImagenes a:before{
    content: counter(ejercicio);
    counter-increment: ejercicio;
    position: absolute;
    left: 0px;
    margin-left: -15px;
    top: 0px;
    background-color: #FFFFFF;
    color: #4F81BC;
    height: 40px;
    width: 40px;
    line-height: 34px;
    border: 3px solid #4F81BC;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    font-size: 18px;
    transition: all .3s ease-out;
    z-index: 2;
}

#poligym .contenido.mi_entreno #listadoMiEntreno .carouselImagenes a img{
    border: 4px solid #4F81BC;
    border-radius: 5px 5px 0px 0px;
}

#poligym .contenido.mi_entreno #listadoMiEntreno .carouselImagenes a label.titol{
    color: white;
    width: 100%;
    padding: 10px;
    background-color: #4F81BC;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: color 300ms; 
    -moz-transition: color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms; 
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
}

#poligym .contenido.mi_entreno #listadoMiEntreno .row  > .video + .descripcion .infoSeries{
    margin-top: 10px;
}

#poligym .contenido.mitanita #listadoMiTanita table{
    width: 100%;
    table-layout: fixed;
}

#poligym .contenido.mitanita #listadoMiTanita table th{
    text-transform: uppercase;
    font-size: 11px;
}

#poligym .contenido.mitanita #listadoMiTanita table th,
#poligym .contenido.mitanita #listadoMiTanita table td{
    text-align: center;
    font-size: 12px;
}

#poligym .contenido.mitanita #listadoMiTanita table thead th img{
    width: 50px;
}

#poligym .contenido.mitanita #tituloGrafico{
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: -15px;
}

#poligym .contenido.misRutinas h2.titol{
    color: #4d535e;
    font-weight: bold;
    font-size: 30px;
    margin-left: 0px;
}

@media only screen and (max-width: 767px) {
    
    #poligym .cf:after{ 
        visibility: hidden; 
        display: block; 
        font-size: 0; 
        content: " "; 
        clear: both; 
        height: 0; 
    }
    
    #poligym * html .cf {
        zoom: 1; 
    }
    
    #poligym *:first-child+html .cf { 
        zoom: 1; 
    }
        
   /* #poligym table { 
        width: 100%; 
        border-collapse: collapse; 
        border-spacing: 0; 
    }
     
    #poligym th,
    #poligym td { 
        margin: 0; 
        vertical-align: top; 
    }
    
    #poligym th { 
        text-align: left; 
    }
        
    #poligym table { 
        display: block; 
        position: relative; 
        width: 100%; 
    }

    #poligym thead { 
        display: block; 
        float: left; 
    }
    
    #poligym tbody { 
        display: block; 
        width: auto; 
        position: relative; 
        overflow-x: auto; 
        white-space: nowrap; 
    }
    
    #poligym thead tr { 
        display: block; 
    }

    #poligym thead tr + tr {
        display: none;
    } 
    
    #poligym th { 
        display: block; 
        text-align: right; 
    }
    
    #poligym tbody tr { 
        display: inline-block; 
        vertical-align: top; 
    }
        
    #poligym td { 
        display: block; 
        min-height: 1.25em; 
        text-align: left; 
    }
      
    /* Ordenar bordes */
    /*#poligym th { 
        border-bottom: 0; 
        border-left: 0; 
    }
        
    #poligym td { 
        border-left: 0; 
        border-right: 0; 
        border-bottom: 0; 
    }
    
    #poligym tbody tr { 
        border-left: 1px solid #babcbf; 
    }

    #poligym th:last-child,
    #poligym td:last-child { 
        border-bottom: 1px solid #babcbf; 
    }*/
}

#poligym .colorBgHigh{
    background-color: #96FF61;
    color: #1b1818;
}

#poligym .colorBgMid{
    background-color: #ff9500;
    color: #1b1818;    
}

#poligym .colorBgLow{
    background-color: #D56363;
    color: #1b1818;
}

#poligym .profesionalesClientes a{
    max-width: 100px;
    margin: auto;
}

#poligym .profesionalesClientes .row > div{
    padding: 10px 0px;
}

#poligym .profesionalesClientes .bold{
    font-weight: bold;
}

#poligym .profesionalesClientes .row .roundedBG{
    height: 40px;
    border-radius: 25px;
}

#poligym .contenido.profesionalNuevoCuestionario,
#poligym .contenido.profesionalesClientesDetall{
    overflow: initial;
}

#poligym .contenido.profesionalNuevoCuestionario .busquedaAvanzada{
    /*display: none;*/
    background-color: #ececec;
    padding: 25px;
    margin-bottom: 25px;
}

#poligym .contenido.profesionalNuevoCuestionario .busquedaAvanzada h2{
    font-weight: bold;
    color: #686f7a;
    font-size: 20px;
    margin-bottom: 10px;
}

#poligym .contenido.profesionalNuevoCuestionario .busquedaAvanzada > .row > div[class^="col"]{
    margin-bottom: 10px;
}

#poligym .contenido.profesionalNuevoCuestionario .resultatCerca > .llistatSocis > .table-responsive,
#poligym .contenido.profesionalesClientesDetall > .llistatSocis > .table-responsive {
    min-height: 315px;
}

#poligym .contenido .contentTraining .content > .row > div[class^="col"]{
    margin-bottom: 10px;
}

#poligym .contenido .headerProfile{
    padding: 10px;
    background-color: #e8e8e8;
}

.contenidorCalendari{
        margin-bottom: 20px;
    }

.contenidorCalendari table{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
}

.contenidorCalendari table thead tr.headerSmall{
    display: none;
}

.contenidorCalendari table tr th,
.contenidorCalendari table tr td{
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
}

.contenidorCalendari table tr th{
    background: #dadada;
    color: grey;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #dadada;
    line-height: 30px;
}

.contenidorCalendari table tr th.selectorData{
    text-align: left;
    padding-left: 10px;
}

.contenidorCalendari table tr th.titolMes{
    font-size: 25px;
    line-height: 54px;
    font-weight: bold;
}

.contenidorCalendari table tr td{
    padding: 0;
    vertical-align: top;
    border: 1px solid #e5e5e5;
    min-height: 100px;
}

.contenidorCalendari table tr td .elementDia{
    min-height: 100px;
    padding: 5px;
    -webkit-transition: 0.3s; /* Safari */
    transition: 0.3s;   
}

@media only screen and (max-width: 768px){
    .contenidorCalendari table tr td .elementDia{
        cursor: pointer;    
    }
}

.contenidorCalendari table tr td.claseDiaAvui{      
    background-color: #c3c2c2;
}

.contenidorCalendari table tr td .elementDia span.numeroDia{
    text-align: right;
    display: block;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.contenidorCalendari table tr td .elementDia div.events{
    width: 100%;
}

.contenidorCalendari table tr td .elementDia div.events div.event{
    background-color: #0089ff;
    margin-bottom: 5px;
    color: #fff;
    border-radius: 3px;
    padding: 0px 5px;
    -webkit-transition: 0.3s; /* Safari */
    transition: 0.3s;
    cursor: pointer;
}

.contenidorCalendari .leyendaColores{
    margin-top: 20px;
}

.contenidorCalendari .leyendaColores .panel-body ul{
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.contenidorCalendari .leyendaColores .panel-body ul li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}

.contenidorCalendari .leyendaColores .panel-body li::before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
}

.contenidorCalendari .leyendaColores .panel-body li.bookings::before,
.contenidorCalendari table tr td .elementDia div.events div.event.bookings,
.contenidorCalendari .contenidoEventos .evento.bookings{
    background-color: #428bca;
}

.contenidorCalendari .leyendaColores .panel-body li.tasks::before,
.contenidorCalendari table tr td .elementDia div.events div.event.tasks,
.contenidorCalendari .contenidoEventos .evento.tasks{
    background-color: #f0ad4e;
}

.contenidorCalendari .leyendaColores .panel-body li.routines::before,
.contenidorCalendari table tr td .elementDia div.events div.event.routines,
.contenidorCalendari .contenidoEventos .evento.routines{
    background-color: #d9534f;
}

.contenidorCalendari table tr td .elementDia div.events div.event.bookings:hover,
.contenidorCalendari .contenidoEventos .evento.bookings:hover{
    background-color: #346d9e;
}

.contenidorCalendari table tr td .elementDia div.events div.event.tasks:hover,
.contenidorCalendari .contenidoEventos .evento.tasks:hover{
    background-color: #ca9140;
}

.contenidorCalendari table tr td .elementDia div.events div.event.routines:hover,
.contenidorCalendari .contenidoEventos .evento.routines:hover{
    background-color: #a53a37;
}

.contenidorCalendari table tr td .elementDia div.events div.event:last-child{
    margin-bottom: 0px;
}

.contenidorCalendari table tr td .elementDia div.events div.event:hover{
    background-color: #0573d2;
}

.contenidorEventsCalendari{
    display: none;
}

.contenidorEventsCalendari .cabeceraEventos{
    font-weight: bold;
    font-size: 20px;
    padding-top: 20px;
    margin-bottom: 10px;
}

.contenidorEventsCalendari .contenidoEventos .evento{
    background-color: #0089ff;
    color: white;
    padding: 8px 10px;
}

.contenidorCalendari .contenidorContinguts{
    position: relative;
}

.contenidorCalendari .calendariContingutHtmlAuxiliar{
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    background-color: white;
}

.popover{
    min-width: 240px;
}

.popover h3.popover-title span.text-info{
    font-weight: bold;
    text-transform: uppercase;
}

.popover h3.popover-title .fa.fa-close{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 17px;
    color: #636060;
    cursor: pointer;
}

@media only screen and (max-width: 768px){
    .contenidorCalendari table thead tr.headerSmall{
        display: table-row;
    }

    .contenidorCalendari table thead tr.headerBig{
        display: none;
    }

    .contenidorCalendari table tr th.selectorData a{
        width: 32%;
    }
    
    .contenidorCalendari table tr th.titolMes{
        font-size: 17px;
        line-height: 30px;
    }

    .contenidorCalendari table tr td .elementDia span.numeroDia{
        text-align: center;
        padding-right: 0px;
    }

    .contenidorCalendari table tr td .elementDia div.events{
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: green;
        top: 3px;
        right: 3px;
        border-radius: 50%;
    }

    .contenidorCalendari table tr td .elementDia div.event{
        display: none;
    }

    .contenidorCalendari table tr td .elementDia{
        min-height: auto;
        position: relative;
    }
}



/***/

#poligym #AsignacionEntrenos li div.infoExtraEjercicio{
    position: relative;
    margin: 10px;
    width: auto;
    padding: 15px;
    background: #7cea8b;
    border-left: solid 1px #21b550;
    border-right: solid 1px #21b550;
    border-bottom: solid 1px #1eb54f;   
    margin-bottom: 20px;    
}

.modal-dialog .modal-content #sortable_entrenos > li div.verInfoEjercicios .content,
.modal-dialog .modal-content #sortable_entrenos > li div.infoExtra .content,
#poligym #AsignacionEntrenos li div.infoExtraEjercicio .content,
#poligym #AsignacionEntrenos #sortable_entrenos > li div.infoExtra .content{
    padding: 10px;
    padding-top: 0px;
}

.modal-dialog .modal-content #sortable_entrenos > li div.infoExtra .content p,
#poligym #AsignacionEntrenos li div.infoExtraEjercicio .content p,
#poligym #AsignacionEntrenos #sortable_entrenos > li div.infoExtra .content p{
    padding: 3px 0px;
    margin: 0px;
    font-size: 11px;
}

.modal-dialog .modal-content #sortable_entrenos > li div.infoExtra .content p a,
#poligym #AsignacionEntrenos li div.infoExtraEjercicio .content p a,
#poligym #AsignacionEntrenos #sortable_entrenos > li div.infoExtra .content p a{
    color: #101417;
}

#poligym #AsignacionEntrenos li div.infoExtra .contenedorEjercicios{
    position: relative;
    padding: 3px 0px;
    padding-left: 8px;
}

#poligym #AsignacionEntrenos #sortable_dias h3 .arrow{
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 8px solid #808080;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: -1px;
    transition: .3s all ease;
}

#poligym #AsignacionEntrenos #sortable_dias h3.visible .arrow{
    -webkit-transform: rotate(90deg) translate(0px, 0px);
    transform: rotate(90deg) translate(0px, 0px);
}

#poligym #AsignacionEntrenos #sortable_dias h3{
    background-color: #ffffff;
    border: 1px solid grey;
    padding: 15px;
    border-radius: 0px;
    font-size: 15px;
    margin: 0px;
    cursor: pointer;
    position: relative;
}

#poligym #AsignacionEntrenos #sortable_dias h3::before{
    height: 100%;
    width: 5px;
    background-color: #3292d3;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
}

#poligym #AsignacionEntrenos #sortable_dias h3.visible + div[id^="pestana_"]{
    position: relative;
    opacity: 1;
    padding: 5px;
}

#poligym #AsignacionEntrenos #sortable_dias h3 + div[id^="pestana_"]{
    position: absolute;
    opacity: 0;
}

#poligym #AsignacionEntrenos #sortable_dias h3:hover{
    background-color: #ececec;
}

#poligym #AsignacionEntrenos #sortable_dias > [id^="pestana_"]{
    border-top: 0px;
    border-bottom: 0px;
    position: relative;
}

#poligym #AsignacionEntrenos #sortable_dias span.afegir{
    float: right;
    background-color: #3292d3;
    padding: 5px 10px;
    border-radius: 4px;
    margin-top: -4px;
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    color: #fff;
    font-weight: normal;
    font-size: 13px;
}

#poligym #AsignacionEntrenos #sortable_dias span.afegir:hover{
    background: #2d94cf;
    background-image: -webkit-linear-gradient(top, #2d94cf, #2c6687);
    background-image: -moz-linear-gradient(top, #2d94cf, #2c6687);
    background-image: -ms-linear-gradient(top, #2d94cf, #2c6687);
    background-image: -o-linear-gradient(top, #2d94cf, #2c6687);
    background-image: linear-gradient(to bottom, #2d94cf, #2c6687);
}

#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"]{
    padding-left: 0px; 
    min-height: 41px;
    background-color: #d4d4d4;
    margin: 0px;
    overflow: hidden;
}

#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li{ 
    list-style: none;
    float: left;
    background: #5fcf66;
    background-image: -webkit-linear-gradient(top, #5fcf66, #16b34d);
    background-image: -moz-linear-gradient(top, #5fcf66, #16b34d);
    background-image: -ms-linear-gradient(top, #5fcf66, #16b34d);
    background-image: -o-linear-gradient(top, #5fcf66, #16b34d);
    background-image: linear-gradient(to bottom, #5fcf66, #16b34d);
    color: #fff;
    cursor: pointer;
    width: 100%;
}

#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li .contentTraining{
    min-height: 20px; 
    padding: 10px;   
    display: flex;
    align-items: center;
}

#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li.ui-state-highlight{ 
    line-height: 36px; 
    background-color: #eee; 
    background-image: none; 
    border: 3px dotted #ccc;
    width: 919px;
    height: 36px;
}

#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li .contentTraining div.infoExtra{
    display: none;
}

#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li .contentTraining2{
    width: 100%;
}

#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li .contentTraining2 .text{
    height: 20px;
    line-height: 20px;
    margin-top: 1px;
    display: inline-block;    
}

#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.verInfoEjercicios,
#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.verInfo{
    float: left;
    padding-right: 10px;
    position: relative;
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.verInfoEjercicios{
    margin-top: 4px;
}

.modal-dialog .modal-content #sortable_entrenos > li span.verInfoEjercicios .plus1,
.modal-dialog .modal-content #sortable_entrenos > li span.verInfo .plus1,
#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.verInfoEjercicios .plus1,
#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.verInfo .plus1{
    width: 16px;
    height: 5px;
    background-color: #144575;
    display: block;
    position: absolute;
    left: 0px;
    top: 5px;
    transition: .3s all ease;    
}

.modal-dialog .modal-content #sortable_entrenos > li span.verInfoEjercicios .plus2,
.modal-dialog .modal-content #sortable_entrenos > li span.verInfo .plus2,
#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.verInfoEjercicios .plus2,
#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.verInfo .plus2{
    width: 5px;
    height: 16px;
    background-color: #144575;
    display: block;
    position: absolute;
    left: 5px;
    top: 0px;
    transition: .3s all ease;    
}

#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.verInfoEjercicios{
    /*margin-left: 8px;*/
    width: 22px;
}

.modal-dialog .modal-content #sortable_entrenos > li div.contenedorEjercicios .verInfoEjercicios .plus1, 
.modal-dialog .modal-content #sortable_entrenos > li div.contenedorEjercicios .verInfoEjercicios .plus2,
.modal-dialog .modal-content #sortable_entrenos > li div.contenedorEjercicios .verInfoEjercicios .plus1,
.modal-dialog .modal-content #sortable_entrenos > li div.contenedorEjercicios .verInfoEjercicios .plus2,
#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.verInfoEjercicios .plus1,
#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.verInfoEjercicios .plus2{
    background-color: #fbd851;
}

.modal-dialog .modal-content #sortable_entrenos > li span.verInfo.expanded .plus2,
.modal-dialog .modal-content #sortable_entrenos > li div.contenedorEjercicios .verInfoEjercicios.expandedEj .plus2,
#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.verInfoEjercicios.expandedEj .plus2,
#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.verInfo.expanded .plus2{
    -webkit-transform: rotate(90deg) translate(0px, 0px) ;
    transform: rotate(90deg) translate(0px, 0px);    
}

#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li div.infoExtra .content{
    padding: 10px 0px; 
}

#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li div.infoExtra .content p{
    padding: 3px 0px;
    margin: 0px;
    font-size: 11px;
}

#poligym #AsignacionEntrenos div.infoExtra .content p.tituloEjercicios{
    text-transform: uppercase;  
}

#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.copiar,
#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.agregarEjercicio,
#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.copiarEjercicio,
#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.eliminar,
#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.eliminarEjercicio{
    float: right;
}

#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.agregarEjercicio {
    margin-right: 10px;
}

#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.copiarEjercicio {
    color: #fff;
}

#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.copiar,
#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.agregarEjercicio,
#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.copiarEjercicio{
    right: 45px;
    top: 7px;
    font-size: 11px;
    line-height: 15px;
    background-color: green;
    padding: 1px 5px;
    border-radius: 5px;
    border: solid 2px #055f05;
}

#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.copiar:hover,
#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.agregarEjercicio:hover,
#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.copiarEjercicio:hover{
    background-color: #055f05;
}

#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.eliminar,
#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.eliminarEjercicio{
    margin-left: 15px;
    display: block;
    height: 20px;
    width: 20px;
    position: relative; 
}

#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.eliminar img,
#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.eliminarEjercicio img{
    width: 26px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: -3px;
    transition: .3s all ease; 
}

#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.eliminar:hover img,
#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.eliminarEjercicio:hover img{
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.3);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.3);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.3);
    transition: all 200ms ease-in;
    transform: scale(1.3);
}

#poligym #AsignacionEntrenos table input[type="button"],
#poligym #AsignacionEntrenos table select{
    cursor: pointer;
}

#poligym #AsignacionEntrenos table #AnadirDiaEntreno{
    float: right;
}

#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.verInfo {
    float: left;
    padding-right: 10px;
    position: relative;
    width: 25px;
    height: 16px;
    margin-top: 2px;
}

.modal-dialog .modal-content #sortable_entrenos > li div.infoExtra .content hr,
#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li .infoExtra hr{
    margin-top: 10px;
    margin-bottom: 10px;
}

#poligym li span.seleccionar {
    display: none;
}

.modal-dialog .modal-content #sortable_entrenos{
    margin-top: 15px;
}
.modal-dialog .modal-content #sortable_entrenos > li div.contentTraining{
    transition: all 0.3s ease;
}

.modal-dialog .modal-content #sortable_entrenos > li div.contentTraining2{
    display: flex;
    align-items: center;
    padding: 10px;
    height: 45px;
    border: solid 1px #246d9c;
    position: relative;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.modal-dialog .modal-content #sortable_entrenos > li{
    list-style: none;
    font-size: 12px;
    display: inline-block;
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    color: #fff;
    cursor: pointer;
    width: 50%;
}

.modal-dialog .modal-content #sortable_entrenos > li div.infoExtra{
    margin-top: 0px;
    color: #080808;
    margin-left: -1px;
    background-color: rgb(43, 129, 186);
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 55;
    width: 100%;
    border-left: solid 1px #266d9c;
    border-right: solid 1px #266d9c;
    border-bottom: solid 1px #266d9c;
    -moz-box-shadow: 0px 6px 7px -2px #171717;
    -webkit-box-shadow: 0px 6px 7px -2px #171717;
    box-shadow: 0px 6px 7px -2px #171717;
}
.modal-dialog .modal-content #sortable_entrenos > li span.text {
    margin-left:5px;
}
.modal-dialog .modal-content #sortable_entrenos > li span.seleccionar {
    display: block;
    font-size: 10px;
    position: absolute;
    right: 10px;
    top:10px;
    color: #0a0a0a;
    padding: 5px;
    border-radius: 3px;
    transition: all 0.3s ease;
    background: rgba(242,246,248,1);
    background: -moz-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 38%, rgba(148,148,148,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,246,248,1)), color-stop(38%, rgba(216,225,231,1)), color-stop(100%, rgba(148,148,148,1)));
    background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 38%, rgba(148,148,148,1) 100%);
    background: -o-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 38%, rgba(148,148,148,1) 100%);
    background: -ms-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 38%, rgba(148,148,148,1) 100%);
    background: linear-gradient(to bottom, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 38%, rgba(148,148,148,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#949494', GradientType=0 );
}

.modal-dialog .modal-content #sortable_entrenos > li span.copiar, 
.modal-dialog .modal-content #sortable_entrenos > li span.eliminar{ 
    display: none;
}

.modal-dialog .modal-content #sortable_entrenos > li span.verInfo{
    float: left;
    padding-right: 10px;
    position: relative;
    width: 16px;
    height: 16px;
}

.modal-dialog .modal-content #sortable_entrenos > li.hideElement{
    width: 0px;
}

.modal-dialog .modal-content li.hideElement div.contentTraining{
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.modal-dialog .modal-content li.hideElement div.contentTraining2{
    width: 0px;
    padding: 0px;
    height: 0px;
    border: 0px;
    color: transparent;
}

.modal-dialog .modal-content li.hideElement div.contentTraining2 span.verInfo{
    opacity: 0; 
}

#dialog-confirm #sortable_entrenos > li div.infoExtra,
#poligym #AsignacionEntrenos li div.infoExtraEjercicio{
    margin-top: 0px;
    color: #080808;
    margin-left: -1px;
    background-color: rgb(43, 129, 186);
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 55;
    width: 100%;
    border-left: solid 1px #266d9c;
    border-right: solid 1px #266d9c;
    border-bottom: solid 1px #266d9c;
    -moz-box-shadow: 0px 6px 7px -2px #171717;
    -webkit-box-shadow: 0px 6px 7px -2px #171717;
    box-shadow: 0px 6px 7px -2px #171717;
}

#poligym #AsignacionEntrenos li div.infoExtraEjercicio {
    position: relative;
    margin: 10px;
    width: auto;
    padding: 15px;
    background: #7cea8b;
    border-left: solid 1px #21b550;
    border-right: solid 1px #21b550;
    border-bottom: solid 1px #1eb54f;
    margin-bottom: 20px;
    overflow: auto;
}

#poligym #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li div.infoExtra .content p {
    padding: 3px 0px;
    margin: 0px;
    font-size: 11px;
}

.modal-dialog .modal-content #sortable_entrenos > li div.infoExtraEjercicio img.imgExercici,
#poligym #AsignacionEntrenos li div.infoExtraEjercicio img.imgExercici{
    background-color: rgba(220, 220, 220, 0.4);
    width: 25%;
    float: right;
    border: solid 1px rgba(220, 220, 220, 0.4);
    border-radius: 5px;
}

.modal-dialog .modal-content #sortable_entrenos > li div.infoExtraEjercicio {
    display: none;
    position: relative;
    margin: 10px 0px;
    width: auto;
    padding: 15px;
    background: #6eb9ec;
    border: solid 1px #225f86;
    margin-bottom: 15px;
    margin-right: 18px;
}

.modal-dialog .modal-content #sortable_entrenos > li div.infoExtra .content p,
#poligym #AsignacionEntrenos li div.infoExtraEjercicio .content p{
    color: #1f1f1f;
}

#poligym #AsignacionEntrenos a, 
#poligym #AsignacionEntrenos a:hover, 
#poligym #AsignacionEntrenos a:active {
    font-size: 11px;
    color: #095498;
}

#poligym #AsignacionEntrenos .infoExtra > .content > p{
    color: white;
}

.modal-dialog .modal-content #sortable_entrenos > li div.infoExtra .boto,
#poligym #AsignacionEntrenos .infoExtra > .content > p a.boto{
    background: #E1EDF9;
    border: 1px solid #D0DCE8;
    font-weight: bold;
    text-align: center;
    min-width: 105px;
    cursor: pointer;
    color: #095498;
    display: inline-block;
    font-style: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 1px 1px 1px #888;
    -webkit-box-shadow: 1x 1px 1px #888;
    box-shadow: 1px 1px 1px #888;
}


.modal-dialog .modal-content #sortable_entrenos > li div.contenedorEjercicios .verInfoEjercicios {
    margin-top: 2px;
    margin-right: 10px;
}

.modal-dialog .modal-content #sortable_entrenos > li span.verInfoEjercicios{
    float: left;
    padding-right: 10px;
    position: relative;
    width: 24px;
    height: 16px;
}

.modal-dialog .modal-content #sortable_entrenos > li div.infoExtra .content .contenedorEjercicios{
    padding: 5px 0px;
}

.modal-dialog .modal-content #sortable_entrenos > li div.infoExtra .content .contenedorEjercicios a{
    color: #000;
}

.modal-dialog .modal-content #sortable_entrenos > li div.contenedorEjercicios .verInfoEjercicios .plus1, 
.modal-dialog .modal-content #sortable_entrenos > li div.contenedorEjercicios .verInfoEjercicios .plus2, 
#contingutagenda #contingutagenda_padding.rutinasAltaEdicion #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.verInfoEjercicios .plus1, 
#contingutagenda #contingutagenda_padding.rutinasAltaEdicion #AsignacionEntrenos #sortable_dias [id^="sortable_day_"] > li span.verInfoEjercicios .plus2 {
    background-color: #fbd851;
}

.llistatSocis .imatgeEnGran::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 23%;
    margin-left: -8px;
    width: 0; height: 0;
    border-bottom: 8px solid grey;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.llistatSocis .imatgeEnGran{
    position: absolute; 
    z-index: 11; 
    display: none; 
    top: 100%; 
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    left: 0px;
    background-color: #fff;
}

.llistatSocis .table tbody tr:nth-child(even){
    background-color: #e8e8e8;
}

.llistatSocis .table tbody p{
    font-size: 13px;
}

.llistatSocis .btn-group .btn{
    padding-right: 13px;
    position: relative;
}

.llistatSocis .btn-group .btn .separador{
    height: 100%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.23);
    display: -webkit-box;
    position: absolute;
    top: 0px;
    right: 32px;
}

.llistatSocis .btn-group .btn .caret{
    margin: 0px 0px 0px 30px;
}

#poligym .viewProfile h3{
    font-weight: bold;
    border-bottom: solid 1px #d8d7d7;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

#poligym .row{
    margin-bottom: 10px;
    line-height: 21px;
}

#poligym .row.bigView .row{
    margin-bottom: 0px;
    line-height: 96px;
}

.contenido.resultEvalBiometric h2{
    font-weight: bold;
    width: 100%;
    display: block;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 15px;
    font-size: 18px;
    color: #428bca;
    margin-top: 25px;
}

div.historicoPliegues .row div[class*="col-"]{
    padding-top: 10px;
    padding-bottom: 10px;
}

div.historicoPliegues .row .header{
        font-size: 15px;
} 

div.historicoPliegues .row.senseMarge, 
div.historicoPliegues .row.senseMarge > div[class*="col-"]{
    margin: 0px;
    padding: 0px;
}

div.historicoPliegues .row:not(.senseMarge) div[class*="col-"]:nth-child(odd) {
    background-color: #aad0f9;
}

div.historicoPliegues .row:not(.senseMarge) div[class*="col-"]:nth-child(even) {
    background-color: #d4d4d4;
}

div.historicoPliegues .row:not(.senseMarge) div[class*="col-"]:nth-child(odd).header {
    background-color: #3364ff;
    color: white;
    font-weight: bold;
}

div.historicoPliegues .row:not(.senseMarge) div[class*="col-"]:nth-child(even).header {
    background-color: #5d5d5d;
    color: white;
    font-weight: bold;
}

.contenido.resultEvalBiometric .medicionCentro h2{
    margin-top: 5px;
}

.poligymVisualizacionEntreno .contenedorVideo {
    margin-bottom: 20px;
}

.poligymVisualizacionEntreno .contenedorVideo #buffer2 {
    display: none;
}

.poligymVisualizacionEntreno .contenedorEjercicios{
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
}

.poligymVisualizacionEntreno .contenedorEjercicios:nth-child(even) {
    background-color: #e2e2e2;
}

.poligymVisualizacionEntreno .contenedorEjercicios .elementEjercicio{
    width: 46%;
    padding: 10px 2%;
    float: left;
    -webkit-flex: 1;
    flex: 1;
    cursor: pointer;
}

.poligymVisualizacionEntreno .contenedorEjercicios .elementEjercicio:hover {
    background-color: #cacaca;
    transition: .3s all ease;
}

.poligymVisualizacionEntreno .contenedorEjercicios .elementEjercicio img{
    width: 100%;
    padding: 10px 0px;
}

.poligymVisualizacionEntreno .contenedorEjercicios .elementEjercicio h1 {
    font-size: 16px;
    color: #3292d3;
    line-height: 20px;
}

.poligymVisualizacionEntreno .contenedorEjercicios .elementEjercicio p{
    font-size: 14px;
    line-height: 18px;
    padding: 4px 0px;
}

#poligym .dashboard div.header #main-content{
    background-color: #253a48;
    color: #fff;
    padding: 15px 0px;
}

#main #poligym .dashboard div.header .container h1.nombreSocio{
    background-color: transparent;
    border: 0px;
    text-align: left !important;
    margin-bottom: 10px;
    color: #fff;
    font-size: 3.5vw;
    margin-top: 8px;
}

#main #poligym .dashboard .contenidorCalendari .calendariContingutHtmlAuxiliar{
    background-color: transparent;
}

#main #poligym .dashboard div.header .container h2.codiAccesBig{
    color: #d4d3d3;
    font-size: 15px;
}

@media (max-width: 767px){
    #main #poligym .dashboard div.header .container h2.codiAccesBig{
        display: none;
    }
}

#main #poligym .dashboard div.header .container h2.codiAccesSmall{
    color: #d4d3d3;
    font-size: 15px;
    display: none;
}

@media (max-width: 767px){
    #main #poligym .dashboard div.header .container h2.codiAccesSmall{
        display: block;
    }
}

#main #poligym .dashboard div.header > #main-content > .container > .row > div{
    height: 104px;
    line-height: 96px;
}

#poligym .dashboard div.header .numeroEdat{
    font-size: 80px;
}

@media (max-width: 767px){
    #poligym .dashboard div.header .numeroEdat,
    #poligym .dashboard div.header .txtEdat{
       font-size: 13px;
    }
}

#poligym .dashboard div.header .heightWidth{
    float: left;
}

#poligym .dashboard div.header .heightWidth{
    padding-top: 4px;
    padding-left: 12px;
}

#poligym .dashboard div.header .heightWidth p{
    line-height: 30px;
    color: #fff;
}

#poligym .dashboard div.header .ppm{
    margin-left: 10px;
}

#poligym .dashboard img.profileImage{
    width: 100px;
    border: 2px solid rgba(255,255,255,1); 
}

#poligym .dashboard div.header .smallView{
    display: none;
}

@media (max-width: 991px) {
    #poligym .dashboard div.header .smallView .imagen{
        /*width: 40%;*/
        float: left;
        margin-right: 10px;
    }

    #poligym .dashboard div.header .smallView img.profileImage {
        width: 80px;
    }

    #poligym .dashboard div.header .bigView{
        display: none;
    }

    #poligym .dashboard div.header .smallView{
        display: block;
    }

    #poligym .dashboard div.header .smallView table{
        padding: 0px;
        margin: 0px;
        line-height: 20px;
        font-size: 11px;
        text-align: right;
        width: 100%;
        table-layout: fixed;
    }

    #poligym .dashboard div.header .smallView table tr td{
        vertical-align: middle;
    }

    #poligym .dashboard div.header .smallView table tr td .person,
    #poligym .dashboard div.header .smallView table tr td .fa.fa-heart{
        float: right;
    }

    #poligym .dashboard div.header .smallView table tr td .fa.fa-heart{
        margin-right: 4px;
    }
}

#poligym .dashboard div.person{
    position: relative;
    width: 40px;
    height: 80px;
    float: left;
    margin-top: 10px;
    margin-left: 27px;
}

#poligym .dashboard div.person .head{
    background-color: #fff;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    margin-left: -6px;
    top: 5px;
    border-radius: 50%;
}

#poligym .dashboard div.person .body{
    background-color: #fff;
    position: absolute;
    width: 16px;
    height: 28px;
    left: 50%;
    margin-left: -8px;
    top: 19px;
    border-radius: 5px 5px 0px 0px;
}

#poligym .dashboard div.person .shoulders{
    background-color: #fff;
    position: absolute;
    width: 26px;
    height: 9px;
    left: 50%;
    margin-left: -13px;
    top: 19px;
    border-radius: 5px 5px 0px 0px;
}

#poligym .dashboard div.person .armLeft{
    background-color: #fff;
    position: absolute;
    width: 4px;
    height: 25px;
    left: 50%;
    margin-left: -13px;
    top: 21px;
    border-radius: 12px 0px 8px 8px;
}

#poligym .dashboard div.person .armRight{
    background-color: #fff;
    position: absolute;
    width: 4px;
    height: 25px;
    left: 50%;
    margin-left: 9px;
    top: 21px;
    border-radius: 0px 12px 8px 8px;
}

#poligym .dashboard div.person .legLeft{
    background-color: #fff;
    position: absolute;
    width: 7px;
    height: 30px;
    left: 50%;
    margin-left: -8px;
    top: 42px;
    border-radius: 5px;
}

#poligym .dashboard div.person .legRight{
    background-color: #fff;
    position: absolute;
    width: 7px;
    height: 30px;
    left: 50%;
    margin-left: 1px;
    top: 42px;
    border-radius: 5px;
}


@media (min-width: 768px) and (max-width: 1199px){
    #poligym .dashboard div.person{
        margin-left: 0px;
    }

    #poligym .dashboard div.header .numeroEdat {
        font-size: 76px;
    }
}

@media (max-width: 991px) {
    #poligym .dashboard div.person{
        width: 20px;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 0px;
    }

    #poligym .dashboard div.person .head{
        background-color: #fff;
        position: absolute;
        width: 6px;
        height: 6px;
        left: 50%;
        margin-left: -3px;
        top: 5px;
        border-radius: 50%;
    }

    #poligym .dashboard div.person .body{
        background-color: #fff;
        position: absolute;
        width: 9px;
        height: 16px;
        left: 50%;
        margin-left: -5px;
        top: 12px;
        border-radius: 5px 5px 0px 0px;
    }

    #poligym .dashboard div.person .shoulders{
        background-color: #fff;
        position: absolute;
        width: 15px;
        height: 7px;
        left: 50%;
        margin-left: -8px;
        top: 13px;
        border-radius: 5px 5px 0px 0px;
    }

    #poligym .dashboard div.person .armLeft{
        background-color: #fff;
        position: absolute;
        width: 2px;
        height: 10px;
        left: 50%;
        margin-left: -8px;
        top: 20px;
        border-radius: 12px 0px 8px 8px;
    }

    #poligym .dashboard div.person .armRight{
        background-color: #fff;
        position: absolute;
        width: 2px;
        height: 10px;
        left: 50%;
        margin-left: 5px;
        top: 20px;
        border-radius: 0px 12px 8px 8px;
    }

    #poligym .dashboard div.person .legLeft{
        background-color: #fff;
        position: absolute;
        width: 3px;
        height: 17px;
        left: 50%;
        margin-left: -5px;
        top: 26px;
        border-radius: 5px;
    }

    #poligym .dashboard div.person .legRight{
        background-color: #fff;
        position: absolute;
        width: 3px;
        height: 17px;
        left: 50%;
        margin-left: 1px;
        top: 26px;
        border-radius: 5px;
    }
}


#poligym .dashboard div.elementFlotant{
    background: #000;
    background: -moz-linear-gradient(160deg,rgba(255,255,255,.1) 0,rgba(255,255,255,.3) 38%,rgba(255,255,255,.3) 48%,rgba(255,255,255,.1) 91%);
    background: -webkit-gradient(linear,left top,right bottom,color-stop(0,rgba(255,255,255,.1)),color-stop(38%,rgba(255,255,255,.3)),color-stop(48%,rgba(255,255,255,.3)),color-stop(91%,rgba(255,255,255,.1)));
    background: -webkit-linear-gradient(160deg,rgba(255,255,255,.1) 0,rgba(255,255,255,.3) 38%,rgba(255,255,255,.3) 48%,rgba(255,255,255,.1) 91%);
    background: -o-linear-gradient(160deg,rgba(255,255,255,.1) 0,rgba(255,255,255,.3) 38%,rgba(255,255,255,.3) 48%,rgba(255,255,255,.1) 91%);
    background: -ms-linear-gradient(160deg,rgba(255,255,255,.1) 0,rgba(255,255,255,.3) 38%,rgba(255,255,255,.3) 48%,rgba(255,255,255,.1) 91%);
    background: linear-gradient(160deg,rgba(255,255,255,.1) 0,rgba(255,255,255,.3) 38%,rgba(255,255,255,.3) 48%,rgba(255,255,255,.1) 91%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255,0)',endColorstr='rgba(255,255,255,.21)',GradientType=1);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    padding: 10px;
    margin-bottom: 30px;
    color: #fff;
}

#poligym .dashboard div.content #main-content{
    background-color: #324e5b;
}

#poligym .dashboard div.content #main-content .row{
    margin-bottom: 30px;
    color: #fff;
}

#poligym .dashboard div.content #main-content .contenidorCalendari{
    background: #000;
    background: -moz-linear-gradient(160deg,rgba(255,255,255,.1) 0,rgba(255,255,255,.3) 38%,rgba(255,255,255,.3) 48%,rgba(255,255,255,.1) 91%);
    background: -webkit-gradient(linear,left top,right bottom,color-stop(0,rgba(255,255,255,.1)),color-stop(38%,rgba(255,255,255,.3)),color-stop(48%,rgba(255,255,255,.3)),color-stop(91%,rgba(255,255,255,.1)));
    background: -webkit-linear-gradient(160deg,rgba(255,255,255,.1) 0,rgba(255,255,255,.3) 38%,rgba(255,255,255,.3) 48%,rgba(255,255,255,.1) 91%);
    background: -o-linear-gradient(160deg,rgba(255,255,255,.1) 0,rgba(255,255,255,.3) 38%,rgba(255,255,255,.3) 48%,rgba(255,255,255,.1) 91%);
    background: -ms-linear-gradient(160deg,rgba(255,255,255,.1) 0,rgba(255,255,255,.3) 38%,rgba(255,255,255,.3) 48%,rgba(255,255,255,.1) 91%);
    background: linear-gradient(160deg,rgba(255,255,255,.1) 0,rgba(255,255,255,.3) 38%,rgba(255,255,255,.3) 48%,rgba(255,255,255,.1) 91%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255,0)',endColorstr='rgba(255,255,255,.21)',GradientType=1);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    padding: 10px;
    margin-bottom: 30px;
}

#poligym .dashboard div.content #main-content .contenidorCalendari .headerSmall{
    display: table-row;
}

#poligym .dashboard div.content #main-content .contenidorCalendari .headerBig{
    display: none;
}

#poligym .dashboard div.content #main-content .contenidorCalendari table tr th.selectorData a{
    width: 32%;
}

#poligym .dashboard div.content #main-content .contenidorCalendari table tr th.titolMes{
    font-size: 17px;
    line-height: 30px;
}

#poligym .dashboard div.content #main-content .contenidorCalendari table tr td .elementDia span.numeroDia{
    font-size: 15px;
    color: #fff;
}

#poligym .dashboard div.content #main-content .contenidorCalendari table tr td .elementDia div.events{
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: green;
    top: 3px;
    right: 3px;
    border-radius: 50%;
}

#poligym .dashboard div.content #main-content .contenidorCalendari table tr td .elementDia div.event{
    display: none;
}

#poligym .dashboard div.content #main-content .contenidorCalendari table tr td .elementDia{
    min-height: 60px;
    position: relative;
}

#poligym .dashboard .contenidorCalendari .contenidoEventos.row div.evento{
    margin-bottom: 5px;
    padding: 3px 8px;
    border-radius: 5px;
    background-color: #428bca;
}

#poligym .contenido #fileToUpload,
#poligym .contenido #fileToUpload_ARXIU_INPUT {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#poligym .contenido label[for="fileToUpload"]{
    background-color: #5cb85c;
    color: #fff;
}

#poligym .contenido label[for="fileToUpload"].error{
    background-color: transparent;
    color: #e03333;
    margin-left: 0px;
    padding-left: 20px;
}