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

#headerUsername {
    color: yellow;
}

p.schedule {
    text-align: center;
    height: 100px;
    line-height: 100px;
}


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 div{
    margin-right: 20px;
}

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

.headerFooterRight img{
    width: 50px;
}

.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;
}


/*
    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: 10px;
    margin-bottom: 70px;
}

 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);
    width: 100%;
}

#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: 95% !important;
    padding: 5px;
    margin-bottom: 20px;
}

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

/*
    page Home
*/
#connectionPage 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;
    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;
}

.comboboxFormator {
    width: 20%;
}

.comboboxFormator select{
    width: 60%;
}

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

/*
    page schedule
*/
.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;
    color: white;
}

.yourMeeting{
    background-color: #ff8c00;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff8c00), color-stop(1, #ffa500));
    border: 2px solid #ff8c00;
    line-height: 20px;
    color: white;
    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: 60px;
    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;
}

.tdLogoEnterprise{
    width: 60%;
}

.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%;
    }
    
    .infoMeeting button{
        width: 65% !important;
    }
    .tdHomeLabel label{
        margin-left: 20%;
    }

    .tdHomeCombobox select{
        width: 60%;
        float: left;
    }
}

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

    .infoMeeting .tdMeetingLbl{
        width: 20%;
    }
    
    .infoMeeting button{
        width: 20% !important;
    }
    
    .tdHomeLabel label{
        margin-left: 60%;
    }

    .tdHomeCombobox select{
        width: 80%;
        float: left;
    }
}

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

#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;
    }
}

#btnMeetingAdd, #btnMeetingDel {
    border-color: white !important;
}
#btnMeetingAdd {
	background-image: linear-gradient(lightgreen, #00bd00) !important;
	color: #444444 !important;
}
#btnMeetingDel {
	background-image: linear-gradient(#ff7676, #ff3f3f) !important;
    color: white !important;
}
#header #headerComboLanguages a#link {
	text-decoration: none;
}