﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #FCFCFC;
    font-size: .80em;
    font-family: "Source Sans Pro" , "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #737373;
}

a:link, a:visited
{
    color: #ff5a00;
}

a:hover
{
    color: #ff5a00;
    text-decoration: none;
}

a:active
{
    color: #fc9600;
}

p
{
    margin-bottom: 10px;
    line-height: 1em;
    margin-left: 28px;
}

input
{
    outline-color: White;
}

.hzLine
{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    color: Black;
}

h2
{
    margin-top: 0px;
    font-size: 1.5em;
    font-weight: 500;
    color: #ff5a00;
    margin-bottom: 10px;
}

h3
{
    font-size: 1.3em;
    font-weight: normal;
}

h4
{
    font-size: 1.1em;
    color: Black;
    font-weight: bold;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%; /* padding-top: 97px;*/
    margin: 0px auto 0px auto; /*border: 1px solid #496077;*/
}

.header
{
    position: relative;
    margin: 0px auto 0px auto;
    padding: 0px;
    background: #FCFCFC;
    width: 980px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 18px;
}

.main
{
    padding: 0px 12px;
    margin: 12px auto 8px auto;
    min-height: 420px;
    width: 980px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    background-color: #FCFCFC;
    color: #4e5766;
    padding: 10px 0px 10px 0px;
    text-align: center;
    line-height: normal;
    text-align: center;
    position: fixed;
    bottom: 0px;
    width: 100%; /*    -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-top: 1px solid #E0E0E0;
    z-index: 3;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #FCFCFC;
    float: right;
    width: 980px;
}

#logoArsenal
{
    position: relative;
    bottom: 21px;
    border: none;
}

dynamic
{
    width: 100%;
}


div.menu
{
    padding: 5px 0px 4px 8px;
    float: right;
}


div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    font-size: 18px;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: transparent;
    border: none;
    color: #686868;
    display: block;
    line-height: 1.35em;
    padding: 4px 15px;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
    text-align: center;
}

div.menu ul li
{
    position: relative;
    float: left;
    list-style: none;
}

div.menu ul li ul
{
    display: none;
}

div.menu ul li a:hover
{
    background-color: transparent;
    color: #000000;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: transparent;
    color: #000000;
    text-decoration: none;
    border-color: transparent;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em auto;
    padding: 1em;
    background-color: White;
    border: 0px solid black;
    -moz-box-shadow: 3px 3px 3px 0px #dfdfdf;
    -webkit-box-shadow: 3px 3px 3px 0px #dfdfdf;
    -o-box-shadow: 3px 3px 3px 0px #dfdfdf;
    box-shadow: 3px 3px 3px 0px #dfdfdf;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

.accordionPaneContent
{
    padding: 15px;
}

div.accountInfo
{
    width: 100%;
    text-align: center;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 16px;
    display: block;
    text-align: right;
    padding: 10px;
    color: #686868;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.fileUpload > div
{
    height: 30px !important;
    cursor: pointer !important;
}

.fileUpload > div > div > input
{
    margin-top: 5px !important;
}

.textbox
{
    background-color: #E5E5E5;
    color: #737373;
    border: 1px solid transparent;
    border-radius: 3px;
    width: 250px;
    outline-color: #ff5a00;
    margin-bottom: 1px;
}

.button
{
    border-left: 0px solid black;
    border-right: 0px solid black;
    border-top: 0px solid black;
    background-color: #ff5a00;
    padding: 10px 24px;
    color: White;
    border-radius: 4px;
    border-bottom: 3px solid #b02100;
    margin-bottom: 0px;
}

.buttonWarning
{
    border-left: 0px solid black;
    border-right: 0px solid black;
    border-top: 0px solid black;
    background-color: Red;
    padding: 10px 24px;
    color: White;
    border-radius: 4px;
    border-bottom: 3px solid #a00303;
    margin-bottom: 0px;
}

.buttonWarning:hover
{
    cursor: pointer;
    background-color: #f43d3d;
}


.button:hover
{
    cursor: pointer;
    background-color: #ff7a33;
}

.button:active
{
    background-color: #b33e00;
}

.buttonRefus
{
    border-left: 0px solid black;
    border-right: 0px solid black;
    border-top: 0px solid black;
    background-color: #ff1a1a;
    padding: 10px 24px;
    color: White;
    border-radius: 4px;
    border-bottom: 3px solid #cc0000;
    margin-bottom: 0px;
}

.buttonRefus:hover
{
    cursor: pointer;
    background-color: #ff3333;
}

.buttonRefus:active
{
    background-color: #cc0000;
}

.fileDownload
{
    background-color: #01e083;
    border-color: #00b569;
}

.fileDownload:hover
{
    cursor: pointer;
    background-color: #00e585;
}

.button:disabled
{
    background-color: #b4b4b4;
    border-color: #8c8c8c;
}

.validate
{
    background-color: #03df85;
    border-color: #00ac64;
}

.validate:hover
{
    background-color: #03e285;
}

.validate:active
{
    background-color: #03b068;
}

.smallButton
{
    background-color: #ff5a00;
    padding: 4px 18px;
    color: White;
    border-radius: 4px;
    border: 0px solid black;
    border-bottom: 3px solid #b02100;
}

.smallButton:hover
{
    cursor: pointer;
    background-color: #ff7a33;
}

.smallButton:active
{
    background-color: #b33e00;
}

.smallButtonWarning
{
    background-color: Red;
    padding: 4px 18px;
    color: White;
    border-radius: 4px;
    border: 0px solid black;
    border-bottom: 3px solid #b02100;
}

.smallButtonWarning:hover
{
    cursor: pointer;
    background-color: #f43d3d;
}

.smallButtonWarning:active
{
    background-color: Red;
}

.smallButtonConfirm
{
    background-color: #01e083;
    padding: 4px 18px;
    color: White;
    border-radius: 4px;
    border: 0px solid black;
    border-bottom: 3px solid #00b569;
}

.smallButtonConfirm:hover
{
    cursor: pointer;
    background-color: #00e585;
}

.smallButtonConfirm:active
{
    background-color: #01e083;
}

.tinyButton
{
    background-color: #ff5a00;
    color: White;
    border-radius: 4px;
    border: 0px solid black;
    padding: 1px;
    margin-left: 3px; 
    margin-top: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 11px;
}

.tinyButton:hover
{
    cursor: pointer;
    background-color: #ff7a33;
}

.tinyButton:active
{
    background-color: #b33e00;
}

.soundLabel
{
    width: 300px;
}

.ok
{
    padding: 5px 6px;
    border-bottom: 0;
    margin-left: -4px;
}

.errorDiv
{
    
}

.cell
{
    border: none;
    border-bottom: 1px solid #c9c9c9;
}

.headerCell
{
    border: none;
    border-bottom: 1px solid black;
}

.timeButton:hover
{
    cursor: pointer;
}

/*  SPECIFIQUE
--------------------------------------------------------------*/

#headerError
{
    padding: 10px;
    background-color: #ff5a00;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
}

#subtitle
{
    text-align: center;
    font-size: 3.2em;
    font-weight: 300;
    color: White;
    background-image: url('../Images/bandeau.jpg');
    background-repeat: no-repeat;
    background-size: 100% 79px;
    padding: 5px 0px;
    margin-top: 0px;
}

#chatLeft
{
    background-color: White;
    border: 1px solid #404242;
    margin-top: 25px;
    margin-left: 30px;
    height: 200px;
    float: left;
    width: 200px;
}

#chatRight
{
    background-color: White;
    border: 1px solid #404242;
    margin-top: 25px;
    margin-right: 36px;
    height: 200px;
    float: right;
    width: 640px;
}


#divGestion
{
    padding: 20px 0;
}

.ModalPopupBG
{
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

#Specimen
{
    z-index: 3;
    transform: rotate(-30deg);
    opacity: 0.2;
    position: absolute;
    color: black;
    height: 0;
    top: 37%;
    font-size: 67px;
    left: 5px;
}

#logoArsenal:hover
{
    cursor: pointer;
}

.Popup
{
    min-width: 400px;
    max-width: 1000px;
    max-height: 700px;
    background: white;
    overflow: auto; /* -webkit-border-radius: 30px;     -moz-border-radius: 30px;     border-radius: 30px; */
    padding-bottom: 20px;
}

.PopupHeader
{
    background-color: #ff5a00; 
    color: White;
    padding-top: 0px !important;
    font-weight: bold;
    font-size: 22px;
}

td, th
{
    white-space: nowrap;
}

.check-box input
{
    display: none;
}

.check-box input + label:hover
{
    cursor: pointer;
}

.check-box input + label
{
    background: url('../Images/check_off.png') no-repeat;
    height: 24px;
    display: inline-block;
    padding: 5px 0px 0 30px;
}


.check-box input:checked + label
{
    background: url('../Images/check_on.png') no-repeat;
    height: 24px;
    display: inline-block;
    padding: 5px 0px 0 30px;
}


.planning-box input
{
    display: none;
}

.planning-box input + label
{
    background: url('../Images/rond-rouge.png') no-repeat;
    height: 24px;
    display: inline-block;
    padding: 0px 0px 0 24px;
}

.planning-box input:checked + label
{
    background: url('../Images/rond-vert.png') no-repeat;
    height: 24px;
    display: inline-block;
    padding: 0px 0px 0 24px;
}

.radio input
{
    display: none;
}


.radio input + label
{
    background: url('../Images/check_off.png') no-repeat;
    height: 24px;
    display: inline-block;
    padding: 5px 0px 0 30px;
}


.radio input + label:hover, .radio label:hover
{
    cursor: pointer;
}

.radio input:checked + label
{
    background: url('../Images/radio.png') no-repeat;
    height: 24px;
    display: inline-block;
    padding: 5px 0px 0 30px;
}

img
{
    outline: none;
}

.dropdown
{
    width: 300px;
    height: 26px;
    overflow: hidden;
    background: url('../Images/menu-deroulant.png') no-repeat right #ddd;
    border: 0px solid #ccc;
    outline: none;
    border-radius: 3px;
    position: relative;
    top: 10px;
    color: #888888;
    text-indent: 0.01px;
    text-overflow: '';
}

.ie .dropdown, .chrome .dropdown, .gecko .dropdown
{
    top: 0px;
}

.dropdown select
{
    background: transparent;
    width: 268px;
    padding: 5px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
}

select::-ms-expand
{
    display: none;
}

select
{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
}


.radioHoraire input
{
    display: none;
}

.radioHoraire input + label
{
    background: url('../Images/check_off.png') no-repeat;
    height: 24px;
    display: inline-block;
    padding: 5px 0px 0 30px;
    position: relative;
    top: 12px;
    z-index: 1;
}

.radioHoraire input + label:hover
{
    cursor: pointer;
}

.radioHoraire input:checked + label
{
    background: url('../Images/radio.png') no-repeat;
    height: 24px;
    display: inline-block;
    padding: 5px 0px 0 30px;
}

.etape
{
    position: relative;
    top: 10px;
    float: left;
    left: 0px;
}

.etapeDiv
{
    padding-right: 70px;
    width: 126px;
    float: left;
}

.etapeText
{
    position: absolute;
    top: 40px;
    text-align: center;
    right: 15px;
    margin-left: 0px;
    width: 100px;
    cursor: pointer;
}

.etapeBloc
{
    height: 130px;
}

.etapeBloc .enabled:hover
{
    cursor: pointer;
}

.current
{
    color: White;
}

.timeDiv
{
    margin-top: 6px;
    position: relative;
    top: -6px;
}

.jingleDiv
{
    text-align: center;
    float: left;
    margin-left: 22px;
}

.jingleDiv div span
{
    position: relative;
    top: -12px;
    margin-right: 5px;
}

.playerDiv
{
    display: inline-block;
}

.playerDiv input
{
    position: relative;
    top: -10px;
}

.watermark
{
    background-color: #E5E5E5;
    color: #888888;
    font-style: italic;
    border: none;
    border-radius: 3px;
}

/* ----- CHAT ----- */

.chat
{
    height: 36px;
    width: 287px;
    z-index: 4;
    background-color: #ff5a00;
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: White;
    font-size: 13pt;
}

#bulleChat
{
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 3px;
}

#flecheChat
{
    margin-left: 16px;
}

.chat div
{
    background-color: #343434;
    height: 300px;
}


/* ----- Questionnaire de satisfaction ------ */

.accordion
{
    margin: auto;
    width: 625px;
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    background-color: White;
    box-shadow: 1px 3px 6px #555;
    border-radius: 8px;
    margin-top: 35px;
}

.accordionHeader
{
    color: White;
    background-color: #ff5a00;
    padding: 10px 10px;
}

.accordionHeader:hover
{
    cursor: pointer;
}

.accordionSelected
{
    font-weight: bold;
    color: White;
    background-color: #ff5a00;
    padding: 10px 10px;
    cursor: pointer;
}

.accordionContent
{
    padding: 15px;
}

.quizzTitle
{
    font-size: 1.15em;
}

.quizzContent
{
    padding: 15px 35px;
}

.ratingStar
{
    font-size: 0pt;
    width: 30px;
    height: 30px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar
{
    background-image: url('../Images/pleine_orange_étoile.png');
}

.emptyRatingStar
{
    background-image: url('../Images/contour_orange_étoile.png');
}

.savedRatingStar
{
    background-image: url('../Images/pleine_orange_étoile.png');
}

 /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

 /* Modal Header */
.modal-header {
    padding: 2px 16px;
    background-color: #ff5a00;
    color: white;
}

/* Modal Body */
.modal-body {padding: 2px 16px;}

/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    color: white;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}
