/***************************************/
/*              EDS QUIZ               */
/***************************************/

.qz-section {
    min-height: 26px;
    margin: 2px;
    border-radius: 5px;
}

.qz-section.enabled {
    cursor: pointer;
}

.qz-section i {
    font-size: 1.6em;
    margin-left: 5px;
}

.section-0 {
    background-color: #888888;
    color: white;
    font-size: 1.2em;
}

.section-1 {
    color: white;
    font-size: 1.2em;
}

.section-1.enabled {
    background-color: #888888;
}

.section-1.disabled {
    background-color: #bbbbbb;
}

.section-2 {
    background-color: #dc0000;
    color: white;
    font-size: 1.2em;
}

.section-3 {
    background-color: #dddddd;
}

.section-1 i {
    margin-left: 5px;
}

.section-2 i {
    margin-left: 25px;
}

.section-3 i {
    margin-left: 45px;
}

.qz-question span {
    margin-left: 45px;
}

.qz-question > div {
    margin: 2px;
    padding: 5px;
}

/*.qz-question > div.separator {
    border-bottom: 1px solid #bebebe;
}*/

.qz-question > div:last-child {
    border-bottom: none;
} 

.qz-question > div > span {
    display: inline-block;
    width: 600px;
    margin-right: 100px;
}

td.install_eds > span {
    width: 100% !important;
}

td.install_eds > span > span {
    margin-bottom: 0px !important;
    width: 100% !important;
}

table.eds-quiz {
    border-bottom: none;
    border-spacing: 10px;
}

table.eds-quiz td {
    border: 1px solid gray;
}

table.eds-quiz tr:hover td {
    background: none;
}

table.eds-quiz-rpa td {
    /*border: 1px solid gray;*/
    text-align: center;
}

table.eds-quiz-rpa {
    border-bottom: none;
    /*border-spacing: 10px;*/
}

table.eds-quiz-rpa tr:hover td {
    background: none;
}

table.eds-quiz-rpa2 {
    border-bottom: none;
    border-collapse: collapse;
    /*border-spacing: 10px;*/
}

table.eds-quiz-rpa2 td {
    border: 1px solid gray;
    text-align: center;
}

table.eds-quiz-rpa2 th {
    /*border: 1px solid gray;*/
    background: none;
    text-align: center;
    background-color: #dddddd;
}

table.init {
    border-bottom: none;
    border-spacing: 1px;
}

table.init tr:hover td {
    background: none;
}

table.init td {
    border-bottom: none;
}

div.form p.champs {
    border-bottom: 1px solid #ececec;
    margin: 0;
    min-height: 1.7em;
    padding: 5px 0;
    width: 100%;
}

div.no-break {
    page-break-inside: avoid;
}
