/*
    Fichier général des styles utilisés dans MyTraining.

    Author : Jean-François Brisse <support@bvb-software.fr>
    Version : 1.3.2
*/

/*****************************************************************************/
/******************************** Commun *************************************/
/*****************************************************************************/
@font-face {
    font-family: 'CalibriA';
    src: url('../fonts/calibri.ttf');
}

@font-face {
    font-family: 'TahomaA';
    src: url('../fonts/tahoma.ttf');
}

.alertLogo {
    width: 10%;
}

.alignLabel {
    width: 80px;
    text-align: right;
}

.basReponses {
    float: bottom;
    margin: 7px auto 0 auto;
    text-align: center;
}

.bold {
    font-weight: bold;
}

.borderTable {
    border: 1px dashed #000;
}

.centreAlign {
    text-align: center;
}

.centerH {
    text-align: center;
    margin: 20px auto;
}

.centerV {
    vertical-align: middle;
}

.chapterView {
    min-height: 20px;
    padding: 10px;
    margin: 0 20px 20px 20px;
    background-color: #f1f1f1;
}

.clrFloat {
    clear: both;
    visibility: hidden;
    margin: 0.5em auto;
}

.contentDisplay {
    width: 40%;
}

.contenuRep {
    height: 100%;
    overflow: auto;
    padding: 5px;
    margin-top: 0;
}

.copyright {
    position: absolute;
    bottom: 0;
    width: 99%;
    font-family: 'TahomaA';
    font-size: 0.8em;
}

.dateElement {
    margin: 0 40px;
}

.dateQuestList {
    padding-left: 2.5em;
    padding-right: 3em;
}

.decaleListe {
    margin-top: 20px;
}

.divListeL, .divListeR {
    display: inline-block;
    width: 48%;
    border: 1px solid #333;
    padding: 5px;
}

.divListeL {
    float: left;
    margin-left: 5px;
}

.divListeR {
    float: right;
    margin-right: 5px;
}

.entete {
    width: 100%;
    height: 59px;
    line-height: 59px;
    vertical-align: central;
    margin: 0 0 10px 0;
    padding: 0;
    background-color: #d9d9d9;
}

.enteteElement {
    position: fixed;
    float: top;
    width: 67.5%;
    height: 20px;
    font-size: 14px;
    margin-top: -10px;
    padding: 5px 0 0 5px;
    background-color: #cdbe96;
}

.good {
    font-weight: bold;
    font-style: italic;
    color: green;
}

.hideDiv {
    display: none;
}

.imgCentre {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -3em;
}

.imgFlash {
    width: 50px;
}

.infoRight {
    float: right;
    margin-right: 0.5em;
    text-align: right;
    color: #7c185e;
}

.infoRight .btn2 {
    color: #7c185e;
    font-style: italic;
    margin-left: -12px;
}

.instructions {
    color: #808080;
    font-style: italic;
}

.labelAff {
    font-family: 'CalibriA';
    font-weight: bold;
    font-size: 1.1em;
    color: #00f;
}

.labelTop {
    vertical-align: top;
}

.leftAlign {
    text-align: left;
}

.legendQuestEpr {
    background-color: #54575a;
    color : #fff;
    font-style: italic;
    font-weight: bold;
    padding: 0 8px;
}

.listeElm {
    height: 100%;
    overflow: auto;
    padding: 10px;
    font-family: 'TahomaA';
    font-size: 0.9em;
}

.listeLst {
    height: 100%;
    padding: 0;
}

.logoEntete {
    float: left;
    margin: 0;
    padding: 0;
    width: 230px;
}

.modalFlash, .modalGroup, .modalChoice {
    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;
}

.modalFlash:target, .modalGroup:target, .modalChoice:target {
    opacity: 1;
    pointer-events: auto;
}

.modalFlash > div {
    width: 500px;
    font-family: 'CalibriA';
    font-size: 1.5em;
    color: #fff;
    background: #888a8f;
    position: relative;
    margin: 25% auto;
    padding: 30px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
}

.modalFlash a[href="#close"], .modalGroup a[href="#close"],
.modalChoice a[href="#close"] {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.7em;
    line-height: normal;
    color: transparent;
}

.modalChoice > div {
    width: 35%;
    height: 50%;
    background: #fff;
    color: #000;
    font-family: 'TahomaA';
    font-size: 1em;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin: 5% auto;
    padding: 1em;
    border-radius: 0.8em;
    box-shadow: 0 3px 20px rgba(0,0,0,0.9);
    overflow-y: auto;
}

.modalFlash a[href="#close"]:after {
    position: absolute;
    right: -10px;
    top: -10px;
    color: #fff;
    content: 'X';
    display: block;
    width: 1.3em;
    padding: 5px 1px 1px 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);
}

.modalFlash a[href="#close"]:focus:after, .modalFlash a[href="#close"]:hover:after,
.modalGroup a[href="#close"]:focus:after, .modalGroup a[href="#close"]:hover:after,
.modalChoice a[href="#close"]:focus:after, .modalChoice 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);
}

.modalFlash a[href="#close"]:focus:after,
.modalGroup a[href="#close"]:focus:after,
.modalChoice a[href="#close"]:focus:after {
    outline: 1px solid #000;
}

.modalGroup > div {
    width: 35%;
    height: 90%;
    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;
}

.msgValide {
    color: #f00;
    font-weight: bold;
}

.naviBtn {
    float: top;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -10px;
    background-color: #c0c0c0;
}

.navigation {
    width: 29%;
    float: left;
    height: 100%;
    overflow: auto;
    padding: 5px;
    margin-top: 0;
}

.navigationLarge {
    width: 49%;
    float: left;
    height: 100%;
    overflow: auto;
    padding: 5px;
    margin-top: 0;
}

.noteImg {
    width: 50px;
}

.noteTd {
    vertical-align: top;
}

.over {
    overflow-y: auto;
    overflow-x: hidden;
}

.racineRep {
    font-weight: bold;
    font-style: italic;
    font-size: 0.9em;
}

.rightAlign {
    text-align: right;
}

.selectAvec {
    background-color: #cdbe96;
    font-weight: bold;
}

.selectSans {
    background-color: #c0c0c0;
    font-weight: normal;
}

.separeLine {
    margin: 10px 0;
    border-bottom: #000 1px solid;
}

.showDiv {
    display: inline-block;
}

.supElm {
    margin: 20px;
    text-align: center;
    font-weight: bold;
}

table#tabCell td {
    border: 1px #003773 solid;
    background-color: #aaa;
}

.tabView {
    border: 1px #003773 dashed;
}

.tableCentre {
    margin: 0 auto;
}

.tableCentreGame {
    margin: 0.5em auto;
    border-collapse: collapse;
}

.tableCentreGame th {
    margin: 0;
    padding: 0.2em 0.5em;
}

.tableCentreGame td {
    margin: 0;
    padding: 0.1em 0.3em;
}

.tableCentreHeader {
    margin: 0;
    width: 100%;
}

.tableCentreUser {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.tableFilter {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}

#tabs li {
    display: inline;
}

#tabs a {
    text-decoration: none;
    border: #54575a 1px solid;
    background-color: #fff;
    color : #54575a;
    font-style: italic;
    font-weight: bold;
    padding: 5px 10px;
}

#tabs a:focus {
    background-color: #54575a;
    color : #fff;
}

.titreDiv {
    line-height: 20px;
    font-family: 'CalibriA';
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    vertical-align: central;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #c0c0c0;
}

.titreEntete {
    padding-left: 0.5em;
    color: #7c185e;
    font-family: 'CalibriA';
    font-size: 1.5em;
    font-style: italic;
}

.titreListe {
    line-height: 15px;
    font-size: 14px;
    text-align: center;
    vertical-align: central;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #dcdcdc;
}

.titreTable {
    border-bottom: #000 solid 1px;
}

.trashSelect {
    margin: 0 15px 0 4px;
    vertical-align: middle;
}

.txtFlash {
    padding-left: 10px;
}

.txtMail {
    font-family: 'CalibriA';
}

.txtTable {
    padding: 0 0.7em;
}

.typeExpEpr {
    margin: 20px 0;
}

ul#tabs {
    list-style-type: none;
}

.underLine {
    margin-bottom: 5px;
    border-bottom: #000 1px solid;
}

.testDiv {
    background-color: #5eb5e0;
}

/*****************************************************************************/
/***************************** Formulaires ***********************************/
/*****************************************************************************/
.colTabDD {
    width: 200px;
    height: 150px;
}

.divForm {
    margin-bottom: 10px;
}

.errorForm {
    color: #f00;
    font-weight: bold;
    background-color: #aaa;
    padding: 5px 0;
    margin-bottom: 10px;
}

.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;
}

.listeLst {
    height: 100%;
    width: 100%;
    border: 1px solid #333;
    padding: 0;
}

.over {
    overflow-y: auto;
    overflow-x: hidden;
}

.sizeCardAddressForm {
    width: 26em;
}

.sizeCardInsuredForm {
    width: 18em;
}

.sizeDateForm {
    width: 7em;
}

.sizeEntityHeight10Form {
    height: 10em;
}

.sizeLetterForm {
    width: 1em;
}

.sizeNumberForm {
    width: 3em;
}

.sizeRatioForm {
    width: 5em;
}

.sizeTextForm {
    width: 40em;
}

.sizeZipForm {
    width: 4em;
}

.titreListe {
    line-height: 15px;
    font-size: 14px;
    text-align: center;
    vertical-align: central;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #c0c0c0;
}

/*****************************************************************************/
/******************************* Boutons *************************************/
/*****************************************************************************/

.btn, .btnG, .btnR {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-family: 'TahomaA';
    font-size: 12px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    border: 1px solid #333;
}

.btn:hover, .btn:hover .txtBtn {
    background-color: #333;
    color: #fff;
}

.btnG:hover, .btnG:hover .txtBtn {
    background-color: #00ac00;
    color: #fff;
}

.btnR:hover, .btnR:hover .txtBtn {
    background-color: #c23333;
    color: #fff;
}

.btn2 {
    display: inline-block;
    *display: inline;
    padding: 2px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-family: 'TahomaA';
    font-size: 12px;
    line-height: 18px;
    color: #333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}

.btn2:hover, .btnList:hover {
    text-decoration: underline;
    color: #00f;
}

.btn10 {
    display: inline-block;
    *display: inline;
    padding: 5px 20px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-family: 'TahomaA';
    font-size: 14px;
    line-height: 30px;
    color: #ff9350;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.btn10Inact {
    display: inline-block;
    *display: inline;
    padding: 5px 20px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-family: 'TahomaA';
    font-size: 14px;
    line-height: 30px;
    color: #888a8f;
    text-align: center;
    text-decoration: none;
}

.btn10:hover {
    background-color: #e5e5e5;
}

.btnColorBlack {
    color: #000;
}

.btnColorCnt {
    color: #ffc000;
}

.btnColorFbk {
    color: #003773;
}

.btnColorGreen {
    color: #00ac00;
}

.btnColorQuest {
    color: #c26437;
}

.btnColorRed {
    color: #c23333;
}

.btnColorRep {
    color: #e68e33;
}

.btnColorThm {
    color: #cdbe96;
}

.btnEquilibre {
    margin: 0 7px;
}

.btnFormInside {
    display: inline-block;
    *display: inline;
    padding: 2px 10px 2px 2px;
    margin-bottom: 0;
    *margin-left: 2px;
    font-family: 'TahomaA';
    font-size: 1em;
    font-style: normal;
    line-height: 20px;
    color: #333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}

.btnInact {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-family: 'TahomaA';
    font-size: 12px;
    line-height: 20px;
    color: #888a8f;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: #f5f5f5;
    border: 1px solid #888a8f;
}

.btnList {
    display: inline-block;
    *display: inline;
    padding: 2px;
    margin-bottom: 0;
    font-family: 'TahomaA';
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    color: #333;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}

.btnRetour {
    float: left;
    margin: 0 20px;
}

.btnSup {
    float: left;
    margin-right: 10px;
}

.fa {
    font-size: 14px;
}

.fa10 {
    font-size: 72px;
}

.txtBtn {
    padding-left: 0.5em;
    color: #333;
}

.txtBtn10 {
    color: #333;
    line-height: 18px;
}

.txtBtn10Inact {
    color: #888a8f;
    line-height: 18px;
}

.txtBtnInact {
    padding-left: 0.5em;
    color: #888a8f;
}

/*****************************************************************************/
/**************************** Identification *********************************/
/*****************************************************************************/
.cadreLogin {
    width: 500px;
    padding: 10px;
    margin: 10px auto;
    box-shadow: 5px 5px 5px 0 #808080;
}

.lblLogin {
    width: 250px;
    text-align: right;
}

.legendLogin {
    font-family: 'CalibriA';
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    text-shadow: 3px 3px 2px #808080;
}

.selLogin {
    width: 250px;
    text-align: left;
}

.selUser {
    margin: 7% 0 0 0;
    text-align: center;
    font-family: 'TahomaA';
    font-size: 14px;
}

/*****************************************************************************/
/******************************* CK Editor ***********************************/
/*****************************************************************************/
.padding5 {
    margin: 0;
    padding: 5px;
}

.padding10 {
    margin: 0;
    padding: 10px 5px;
}

.padding15 {
    margin: 0;
    padding: 15px 5px;
}

.padding20 {
    margin: 0;
    padding: 20px 5px;
}

.withoutMargin {
    margin: 0;
    padding: 0;
}

/*****************************************************************************/
/********************************* Menus *************************************/
/*****************************************************************************/
.btnMenu {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin: 0;
    font-family: 'TahomaA';
    font-size: 1em;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #dcdcdc;
    border: 1px solid #dcdcdc;
}

.btnMenuActive {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin: 0;
    font-family: 'TahomaA';
    font-size: 1em;
    line-height: 20px;
    color: #222;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #aaa;
    border: 1px solid #aaa;
    border-bottom: 2px solid #333;
}

.btnMenu:hover, .btnMenu:hover .txtBtnMenu,
.btnMenuActive:hover, .btnMenuActive:hover .txtBtnMenuActive {
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
    border-bottom: 2px solid #333;
}

.titleMenu {
    line-height: 15px;
    font-family: 'CalibriA';
    font-size: 1em;
    font-weight: bold;
    font-style: italic;
    vertical-align: central;
    background-color: #d9d9d9;
    margin-top: -10px;
}

#mainMenu, #mainMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#mainMenu li {
    display: inline-block;
}

#mainMenu li a {
    display: block;
    text-align: left;
}

#mainMenu li ul {
    position: absolute;
}

#mainMenu li ul li {
    width: 220px;
}

.txtBtnMenu {
    font-size: 0.9em;
    padding-left: 0.2em;
    color: #333;
}

.txtBtnMenuActive {
    font-size: 0.9em;
    padding-left: 0.2em;
    color: #222;
}

ul ul {
    display: none;
}

li:hover ul#subMenu {
    display: block;
}
