/*
    Created on : 21 févr. 2017, 08:18:52
    Author     : Macheret Coline
    Version    : 1.0
*/

html{
    display: block;
}

body{
    display: block;
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    background: #f2f2f2;
}

.headerFooterLeft{
    width: 33%;
    text-align: left;
}

.headerFooterCenter{
    width: 33%;
    text-align: center;
}

.headerFooterRight{
    width: 33%;
    text-align: right;
}

.headerFooterRight img{
    width: 50px;
}

.headerFooterRight div{
    margin-right: 20px;
}

.headerFooterRight div a{
    margin-right: 5px;
    font-size: 18px;
}

.headerFooterRight button {
    width: auto;
    margin-top: 5px;
    position: relative;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    padding: 10px 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    border-radius: 10px;
    border: 1px solid #cccccc;
    background: #eeeeee;
    color: #444444;
    background-image: linear-gradient(#f6f6f6, #eeeeee);
    border-top: 1px solid #ffffff;
    border-color: rgba(255, 255, 255, .3);
}


/*
    Header
*/
#header{
    position: relative;
    overflow: hidden;
    width: 100%;
    border-left-width: 0;
    border-right-width: 0;
    background: #009ADE;
    color:#ffffff;
    font-weight: bold;
}

#header a:visited, #header a{
    color: #ffffff;
}

#header a img{
    border-width: 0;
}

#logoHeader{
    max-height: 100px;
    max-width: 100%;
}



/*
    Header version mobile
*/
@media screen and (orientation: portrait){
    #header{
        font-size: 12px;
        font-weight: bold;
        text-align: center;
    }
}

@media screen and (orientation: landscape){
    #header{
        font-size: 15px;
        font-weight: bold;
        text-align: center;
    }
}


/*
    Content
*/
#main{
    color: #333333;
    border-width: 0;
    overflow: visible;
    overflow-x: hidden;
    padding: 15px;
    margin-bottom: 70px;
}

#main input{
    padding: 5px;
    background-image: none;
    font-size: 16px;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, .2);
    background-clip: padding-box;
    border-radius: 10px;
    border: 1px solid #b3b3b3;
    color: #333333;
}

#main button{
    margin-top: 5px;
    position: relative;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    padding: 10px 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    border-radius: 10px;
    border: 1px solid #cccccc;
    background: #eeeeee;
    color: #444444;
    background-image: linear-gradient(#f6f6f6, #eeeeee);
    border-top: 1px solid #ffffff;
    border-color: rgba(255, 255, 255, .3);
}

#main textarea{
    border-radius: 10px;
}

.tdCaptchaButton button, .tdCaptchaButton form{
    width: 304px !important;
}

.margeBottom{
    margin-bottom: 10px;
}

.margeTop{
    margin-top: 20px;
}

table, tbody{
    width: 100%;
}

.tdLabel{
    width: 20%;
}

.tdText input, .tdText textArea{
    width: 75% !important;
    padding: 10px;
    margin-bottom: 20px;
}

.tdTextMeeting input{
    margin-bottom: 5px;
}

/*
    page Home
*/
#homePage input{
    width: 282px;
    padding: 10px;
}

.txtHidden{
    visibility: hidden;
}

/*
    page register & page parameter
*/
.btnLogo{
    width: 300px !important;
    height: 37px !important;
}

.file{
    color: inherit !important;
    -webkit-appearance: initial !important;
    appearance: initial !important;
    border: initial !important;
    margin-bottom: 10px;
    box-shadow: none !important;
}

/*
    page contactAdmin
*/
#contactAdminPage table{
    width: 45%;
}

#contactAdminPage textarea{
    margin-top: 20px;
    height: 50px;
    width: 100%;
}

/*
    page formator
*/
.pInfo td{
    width: 100%;
}

.btnModDelFormator{
    width: 80% !important;
}

.btnModDelFormator button{
    width: 250px !important;
}

.comboboxJob select{
    width: 50%;
    margin-bottom: 20px;
}

.comboboxAllJob{
    width: 20%;
}

.comboboxAllJob select{
    width: 50%;
}

.comboboxFormator {
    width: 20%;
}

.comboboxFormator select{
    width: 60%;
}

#divLesLangues input{
    width: 10px;
    height: 10px;
}

/*
    page schedule
*/
.comboboxScheduleFormator, .comboboxScheduleSession{
    margin-top: 10px;
    height: 30px;
    width: 304px;
}

.tableSchedule{
    width: 80%;
    margin-top: 20px;
}

.tableSchedule td{
    width: 25%;
}

.bloquer{
    background-color: #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff));
    border: 2px solid #83c41a;
    line-height: 60px;
    text-align: center;
}

.libre{
    background-color: #9dce2c;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82d));
    border: 2px solid #83c41a;
    line-height: 60px;
    text-align: center;
}

.occuper{
    background-color: #ff0000;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #cc0000));
    border: 2px solid #cc0000;
    line-height: 20px;
    color: white;
    text-align: center;
}

.pauseEnterprise{
    background-color: #0099ff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0099ff), color-stop(1, #0077ff));
    border: 2px solid #0077ff;
    line-height: 30px;
    color: white;
    text-align: center;
}

.pauseManifestation{
    background-color: #0099ff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0099ff), color-stop(1, #0077ff));
    border: 2px solid #0077ff;
    line-height: 30px;
    color: white;
    text-align: center;
}

/*
    page scheduleChoose
*/
#horaireChoisiPage{
    margin-top: 20px;
}

.infoMeeting table{
    margin-left: 30%;
}

.infoMeeting .tdMeetingLbl{
    width: 10%;
}

.infoMeeting input{
    width: 60%;
}

/*
    Content version mobile
*/
@media screen and (orientation: portrait){
    .infoMeeting table{
        margin-left: 10%;
    }

    .infoMeeting .tdMeetingLbl{
        width: 30%;
    }

    #contactAdminPage table{
        width: 80%;
    }
}

@media screen and (orientation: landscape){
    .infoMeeting table{
        margin-left: 20%;
    }

    .infoMeeting .tdMeetingLbl{
        width: 20%;
    }
}

/*
    Footer
*/
#footer{
    position: fixed;
    background-color: #2f2f2f;
    text-indent: 0;
    display: inline-block;
    color: #ffffff;
    font-family: calibri;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    height: auto;
    line-height: 10px;
    width: 100%;
    text-decoration: none;
    text-align: center;
    bottom: 0;
    z-index: 100;
}

#footer a:visited, #footer a{
    color: #2489ce;
}

#footer a img{
    border-width: 0;
}

.logoBottom{
    max-height: 25%;
    max-width: 100%;
    cursor: pointer;
}




/*
    Footer version mobile
*/
@media screen and (orientation: portrait){
    #footer{
        font-size: 12px;
        font-weight: normal;
        text-align: center;
    }

    .logoBottom{
        width: 150px;
    }
}

@media screen and (orientation: landscape){
    #footer{
        font-size: 15px;
        font-weight: normal;
        text-align: center;
    }

    .logoBottom{
        width: 200px;
    }
}

.inputTable {
	width: 100%;
	background-color: white;
	border: 1px solid rgb(166, 166, 166);
	border-collapse: collapse;
}
.inputTable thead {
	font-weight: bold;
	background-color: whitesmoke;
}
.inputTable thead tr, .inputTable tr:not(:last-child) {
	border-bottom: 1px solid rgb(166, 166, 166);
}
.inputTable thead tr td:first-child {
	padding: 8px 10px;
}
.inputTable tbody tr td:first-child {
	padding: 6px 10px;
}
.inputTable tr td.small {
	text-align: center;
	width: 1%;
}
.inputTable tr td.w75px, .inputTable tr td.w75px input {
	text-align: center;
	width: 75px;
}
.inputTable tr td.small, .inputTable tr td.w75px {
	padding: 10px 5px;
    white-space: nowrap;
    vertical-align: top;
}
#header #headerComboLanguages a#link {
	text-decoration: none;
}