@font-face {
    font-family: "maaf";
    src: url('./font/MAAF-Regular.ttf');
}
@font-face {
    font-family: "maaf";
    font-weight:bold;
    src: url('./font/MAAF-Bold.ttf');
}
@font-face {
    font-family: "maaf";
    font-style:italic;
    src: url('./font/MAAF-Italic.ttf');
}
@font-face {
    font-family: "maaf-light";
    src: url('./font/MAAF-Light.ttf');
}
html,body{
    height:100%;
    font-family: maaf;
}
body{
    background-color: #00989A;
    color:white;
}
#logo{
    margin-top:15px;
}
#qrcode{
    width:70px;
    height:70px;
    border:1px solid #d3d3d3;
}
#title{
    margin-top:1%;
}
#footer {
    color:black;
    color:#808080;
}
#center{
    margin-top: 4%;
    height:30%;
    color:black;
    border:0px;
    background-color: #00989A;
}
#oui{
    font-weight:bold;
}
#non{
    font-weight:bold;
}
.radiused{
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border:1px solid white;
}

#rdv-quest{
    font-size: 20px;
    border-top: 1px solid white;
}
#rdv-pannel{
    background-color: #E41569;
    color:white;
}
#rdv-center{
    margin-top: 4%;
    height:30%;
    color:black;
}
#no-rdv-pannel{
    color:#E41569;
    background-color: #FCD7A2;
}
#rdv.pannel{
    margin:0px;
}
#no-rdv.pannel{
    margin:0px;
}

#rdv-pannel-result{
    margin-top:15px
}
#rdv-row-result{
    display: none;
}
#rdv-results{
    width:100%;
}
#row-btn-ret{
    margin-top:15px;
}
#btn-ret{
    background: #00989A;
    color:white;
}


.ui-selected{
    background: #007381;
    color:white;
}
tr{
    color: #007381;
}
#advisor-panel-body{
    color:#E41569;
    background-color: #FCD7A2;
}
#advisor-message{
    margin-top:10px;
    margin-bottom:10px;
}
#advisor-center{
    margin-top: 4%;
    height:30%;
    color:black;
}