.elementConnected{
    background: #fff;
    text-align: center;
    border: 1px solid #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
    margin-top: 5px;
}

.elementConnected.isole{
    opacity: 0.7;
}

.elementConnected.active{
    -webkit-box-shadow: 0px 0px 25px 2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 25px 2px rgba(0,0,0,1);
    box-shadow: 0px 0px 25px 2px rgba(0,0,0,1);
}

.panel-man {
    background-color: rgb(113, 207, 235);
    min-height: 150px;
    background-image: url("/images/homme.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.panel-woman {
    background-color: rgb(240, 170, 204);
    min-height: 150px;
    background-image: url("/images/femme.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.panel-admin {
    min-height: 150px;
    background-image: url("/images/admin.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.panel-admin-you {
    min-height: 150px;
    background-image: url("/images/adminYou.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#localisation{
    text-transform: lowercase;
}

#localisation:first-letter{
    text-transform: uppercase;
}

.actionButton>i{
    color: #ffffff;
    border-radius: 50px;
    height: 1.5em;
    width: 1.5em;
    font-size: 1.5em;
    font-weight: normal;
    padding: 5px;
    cursor: pointer;
}

.normal {
    font-size: 20px;
}

#pageTitle{
    margin: 10px 0 20px;
}

.flex-container {
    clear:both;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.widget{
    text-align: center;
    padding: 0px 20px 0px 20px;
    margin: 10px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    color: #fff;
    width: 150px;
    cursor: default;
}

.payant, .payant:hover{
    background: #FFD11A;
}

.passvip, .passvip:hover{
    background: #6AE079;
}

#tabBals i{
    color: #ffffff;
    border-radius: 50px;
    height: 1.2em;
    width: 1.2em;
    font-size: 1.1em;
    font-weight: normal;
    padding: 2px;
    cursor: pointer;
    text-align: center;
}

#tabBals audio {
    width: 180px;
}

input[type="date"] {
    line-height: 20px;
}

p.list-group-item{
    height:3.5em;

}

#invalidervip, #validervip{
    vertical-align: middle;
    background:white;
    color:#ff5252;
    font-size:1.5em;
    text-decoration:none
}