/*
    Fichier général des styles utilisés dans le site de démonstration.

    Author : Jean-François Brisse <supportinfo@evocime.com>
    Version : 1.0.0
*/

/*****************************************************************************/
/******************************** Commun *************************************/
/*****************************************************************************/
@font-face {
    font-family: 'CalibriA';
    src: url('../fonts/calibri.ttf');
}

@font-face {
    font-family: 'TahomaA';
    src: url('../fonts/tahoma.ttf');
}

.alertLogo {
    width: 10%;
}

.basReponses {
    float: bottom;
    margin: 10px auto 0 auto;
    text-align: center;
}

body {
    padding-top: 30px;
    background-color: #ff6c2c;
}

.navbar-brand-evocime {
  float: left;
  height: 50px;
  padding: 0 15px;
}

.centerH {
    text-align: center;
    margin: 20px auto;
}

.copyright {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-family: 'TahomaA';
    font-size: 0.8em;
    text-align: center;
}

.decalSound {
    margin-top: 80px;
}

footer div {
    background-color: #000;
    color: #fff;
    padding: 20px 0;
}

.forms {
    min-height: 20px;
    padding: 10px;
    margin: 0 20px 20px 20px;
    background-color: #f1f1f1;
    text-align: center;
}

.forms input, select {
    font-family: 'TahomaA';
    margin-right: 10px;
}

.forms label {
    vertical-align: top;
    font-family: 'CalibriA';
    font-style: italic;
    margin-right: 10px;
}

h3 {
    color: #ff6c2c;
}

.headerSound {
    color: #fff;
    text-align: right;
}

.headerHome {
    color: #ff6c2c;
    text-align: right;
}

.headerTitle {
    color: #fff;
}

.helpBtn {
    cursor: help;
}

.hideDiv {
    display: none;
}

.homeDiv {
    padding: 10px 20px;
    color: #111;
}

.homeDiv div {
    padding: 0 20px;
    text-align: justify;
    font-size: 1.2em;
    margin-bottom: 1em;
}

.imgSound {
    width: 50%;
}

.labelAff {
    font-family: 'CalibriA';
    font-weight: bold;
    font-size: 1.1em;
    color: #ff6c2c;
}

.leftAlign {
    text-align: left;
}

.modalGroup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    opacity: 0;
    pointer-events: none;
}

.modalGroup:target {
    opacity: 1;
    pointer-events: auto;
}

.modalGroup a[href="#close"] {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.7em;
    line-height: normal;
    color: transparent;
}

.modalGroup a[href="#close"]:focus:after, .modalGroup a[href="#close"]:hover:after {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
}

.modalGroup a[href="#close"]:focus:after {
    outline: 1px solid #000;
}

.modalGroup > div {
    width: 40%;
    height: 80%;
    background: #fff;
    color: #000;
    font-family: 'TahomaA';
    font-size: 1em;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin: 3% auto;
    padding: 1em;
    border-radius: 0.8em;
    box-shadow: 0 3px 20px rgba(0,0,0,0.9);
    overflow-y: auto;
}

.modalGroup a[href="#close"]:after {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    color: #fff;
    content: 'X';
    display: block;
    width: 2em;
    padding: 3px 2px 3px 1px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    background: #000;
    border: 3px solid #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.navbar-brand-evocime img {
    height: 50px;
}

.navbar-header-right {
    display: inline-block;
    float: right;
    line-height: 50px;
    vertical-align: central;
    color: #fff;
}

.rightAlign {
    text-align: right;
}

.sizeCityForm {
    width: 15em;
}

.sizeDateForm {
    width: 7em;
}

.sizeDescription {
    width: 20em;
}

.sizeNumberForm {
    width: 3em;
}

.sizeTextForm {
    width: 40em;
}

.sizeZipForm {
    width: 5em;
}

.tableCentre {
    margin: 0 auto;
}

.tableCentreUser {
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-spacing: 10px;
    border-collapse: separate;
}

.titreDiv {
    line-height: 20px;
    font-family: 'CalibriA';
    font-size: 18px;
    font-weight: bold;
    vertical-align: central;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #ff6c2c;
    color: #fff;
}

.titreTable {
    border-bottom: #000 solid 1px;
}

.txtTable {
    padding: 0 0.7em;
}

.underLine {
    margin-bottom: 5px;
    border-bottom: #000 1px solid;
}

/*****************************************************************************/
/**************************** Identification *********************************/
/*****************************************************************************/
.cadreLogin {
    width: 500px;
    padding: 10px;
    margin: 10px auto;
    box-shadow: 5px 5px 5px 0 #808080;
    background-color: rgba(200,200,200,0.5);
}

.errorForm {
    color: #f00;
    font-weight: bold;
    background-color: #aaa;
    padding: 5px 0;
    margin-bottom: 10px;
}

.legendLogin {
    font-size: 20px;
    text-shadow: 3px 3px 2px #808080;
    text-align: left;
}

.selUser {
    margin: 7% 0 0 0;
    text-align: center;
    font-family: 'TahomaA';
    font-size: 14px;
}
