﻿body {
    font-family: 'Segoe UI';
    color: #2c4240;
    font-size: 1.125em;
    font-weight: 100;
}

.bandeau {
    text-align: center;
    display: block;
    width: auto;
}

.connexion {
    text-align: center;
    display: block;
    width: auto;
    margin-top: 9%;
}

.connexionline {
    margin-top: 10px;
}

.panel {
    display: inline-block;
    vertical-align: top;
    height: 360px;
    border: solid 1px #d1d1d1;
}

.txtid {
    padding: 7px;
    width: 300px;
    font-family: Segoe UI;
    font-size: 1.1em;
    color: #2c4240;
    border-radius: 3px;
    border: 1px solid gray;
    font-weight: 100;
}

.bouton {
    font-family: 'Segoe UI';
    font-size: 1.125em;
    font-weight: 100;
    border-radius: 20px;
    border: none;
    background-color: #94dcd7;
    height: 40px;
    width: 150px;
    color: #2c4240;
    padding: 0px 0px 5px;
    cursor: pointer;
}

.boutonbullet {
    width: 27px;
    height: 27px;
    line-height: 21px;
}

.boutonpetit {
    font-family: 'Segoe UI';
    font-size: 0.8em;
    font-weight: 100;
    border-radius: 20px;
    border: none;
    background-color: #94dcd7;
    height: 27px;
    width: 150px;
    color: #2c4240;
    padding: 0px 0px 5px;
    cursor: pointer;
}

.erreur {
    color: red;
}

.information {
    color: #2c4240;
}

.client {
    text-align: center;
    display: block;
    width: auto;
    margin-top: 1%;
}

.titleliste {
    font-family: 'Segoe UI';
    font-size: 1.125em;
    font-weight: 100;
    border-radius: 20px;
    border: none;
    background-color: #ffffff;
    height: 28px;
    color: #2c4240;
    padding: 0px 0px 5px;
    cursor: pointer;
    border: solid 1px #d1d1d1;
}

.panelroleimpair {
    background-color: #f1f1f1;
}

.panelrolepair {
    background-color: transparent;
}

.panelyellow {
    background-color: #ffdc04;
}

.panelroleentete {
    background-color: #94dcd7;
}

.noborderselection {
    border: none;
    border: 0px;
    outline: 0px;
}
