/*****GLOBAL*****/
body{
    background-color: #f7f2ee;
    font-family: 'Open Sans'!important;
    color: #222;
}

#btnBack {
    background-image: url("Images/back.png");
    width: 49px;
    height: 45px;
    float: left;
}

.libelleBtnRetour{
    float: left;
    margin-top: 11px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #45190d;
}

.libelleBtnRetour:hover{
    color: #f39322;
}

input[type="text"],input[type="date"]{
    width: 220px;
    /*position: absolute;*/
}

input[type="checkbox"]{
    width: 40px;
}

select:disabled{
    opacity: 0.8;
}

h1{
  text-align: center;
  color: #827164;
}

.titreIndex{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

#title{
    padding-left: 32px;
    color: #9e6963;
}

input[type="button"], input[type="submit"]{
    background-color: #45190d;
    color: #ededed;
    font-weight: 500;
    border-radius: 4px;
    border: none;
    width: 115px;
    height: 28px;
    margin-left: 20px;
}

input[type="button"]:disabled{
    opacity: 0.5;
}

/******CONNEXION*****/
.formConnect{
    width: 380px;
    height: 410px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    background-color: #f39322;
    padding: 20px;
    border-radius: 10px;
}

.titleFormConnect{
    text-align: center;
    height: 70px;
}

.libForm{
    display: inline-block;
    width: 100px;
    text-align: left;
    margin-left: 25px;
    color: #45190d;
}

.libFormBtn{
    display: inline-block;
}

.error{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    text-align: center;
    position: absolute;
    z-index: 200;
    color: red;
}

.formConnect input[type=text]{
    width: 142px;
    margin-left: 4px;
}

.formConnect input[type=button],.formConnect input[type=submit] {
    margin-left: 0;

}

#mapster_wrap_0{
    display: inline-block !important;
    position: relative;
    padding: 0;
    width: 140px;
    height: 140px;
    margin-left: 10px;
    margin-top: 20px;
}

.btnSubmit{
    margin-top: 18px;
    margin-left: 44% !important;
    width: 140px !important;
    background-color: #e56d28 !important;
}

.btnRAZ{
    width: 95px !important;
    margin-left: 37px !important;
    background-color: #ED9967 !important;
}

.inputLogin{
    width: 138px !important;
}

#corriger{
    float: left;
}

#password_aff{
    float: left;
    width: 138px;
    margin-left: 16px;
}

.marginTop{
    margin-top: 15px;
}

/******TABLEAUX***/
table tr td{
  padding: 7px;
}

table{
  margin-left: auto;
  margin-right: auto;
}

.tabDatas{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.dataTables_length{
    display: none;
}

.dataTables_filter{
    padding: 20px;
}

/******MENU******/

.menu{
    width: 100%;
    height: 66px;
    background-color: #45190d;
    margin-bottom: 1%;
}

.menu h3{
    color: #ededed;
    font-size: 16px;
}

.menu h3:hover{
    color: #f39322;
    font-size: 16px;
}

.menu a {
    text-decoration: none;
}

.boiteAccueil{
    float: left;
    width: 8%;
}

.boiteUser, .boiteSurveillance, .boiteExploitation, .boiteParametres, .boiteCpteExploitation{
    float: left;
    width: 16%;
}

#boiteRetour{
    height: 45px;
}

.boiteCpteExploitation{
    margin-top: -10px;
}

.boiteProfil{
    float: right;
    width: 14%;

}

.boiteProfil h3{
    font-size: 14px;
    color: #9e6963;
}

.boiteProfil h3:hover{
    font-size: 14px;
    color: #f39322;
}

.btn_menu{
    width: 95px;
}

.logo{
    margin-right: 4%;
    width: 202px;
    height: 60px;
}

.logoMenu{
    margin-right: 4%;
    width: 202px;
    height: 60px;
    float: left;
}

.logoM{
    margin-left: 15px;
}
button.dropdown-toggle{
    border: none !important;
    background-color: #45190d !important;
}

.btn-menu{
    background-color: transparent;
}
/******ERREURS*************/
#erreurs {
    text-align: center;
    width: 100%;
    color: red;
    font-weight: bold;
    top: 20%;
    position: absolute;
}
/******CALENDRIER**********/
#calendar{
    max-width: 95%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
/******GESTION SALLES******/


.content_table{
  width: 100%;
  margin-top: 5%;
}

/*****POPUP -- FORMULAIRES*****/
.libelleChamps{
  display: inline-block;
  width: 95%;
  height: 50px;
  padding: 10px;
  vertical-align: top;
}

#editEvents{
    width: 90%;
  position: absolute;
  display: block;
}

#editEvents input{
  display: inline-block;
}

.champs{
  margin-bottom: 15px;
}

button.dropdown-toggle{
  background-color: white;
  border: 1px solid #333333;
}

/*****POPUP GENERAL******/

.popup {
   position:fixed;
   width:440px;
   height:200px;
   display:none;
   z-index:9999;
   border-radius: 10px;
   background-color: #F5F5F5;
   border: 1px solid grey;
}

#modal {
   width:500px;
   height:500px;
}

.libelleChamps input, textarea, select {
    float: right;
}

.libelleChamps select {
    width: 220px;
}
#infosSite, #transportSite, #adrSite{
    width: 50%;
} 

#popup_title{
    width: 100%;
    height: 50px;
    background-color: #45190d;
    color: #fff;
    padding-top: 15px;
    padding-left: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#popup_corp{
    width: 94%;
  padding: 15px;
}

.close{
    float: right;
    margin-right: 15px;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
}
.contentBtns{
    width: 70%;
    padding-left: 14px;
    margin-top: 20px;
}

.btnPopup{
    background-color: #3baae3;
    color: #fff;
    font-family: 'Open Sans';
    width: 110px;
    margin-left: 5px;

}

.btnForm{
    position: absolute; 
    bottom: 25px;
    margin-left: 40px;
}

.btnForm input {
    float: none;
    width: 150px;
}
/***********SITES**********/
#formImport input[type="checkbox"]{
    width: 20px;
}


/***********SELECTION DES LIGNES DANS LES TABLEAUX**********/
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
    background-color: #f39322 !important;
    
}

table.dataTable tbody tr.selected{
    background-color: #f39322 !important;
    
}

table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3{
    background-color: #f39322 !important;
    
}


/*********FORM CONNEXION******/
#conteneur {
    height: 100%;
    text-align: center;
    background-color: #DADADA;
}

#logoEuroconcours{
    background-image: url("Images/logo.png");
}

#bandeau {
    background-color: #EDEDED;
    height: 400px;
    position: absolute;
    width: 100%;
    margin: 0 auto;
}

#boite {
    position: relative;
    top: 100px;
    bottom: 100px;
    margin: 0 auto;
    width: 776px;
    max-width: 810px;
    height: 75%;
    min-height: 670px;
    background-color: #f2f2f2;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#boiteBandeau {
    width: 100%;
    height: 100px;
    background-color: #45190d;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#Titre {
    position: relative;
    font-size: 2em;
    float: left;
    top: 0;
    width: 100%;
    text-align: center;
}

div#vEntete {
    width: 500px;
    height: 100px;
    margin: 5px auto;
    background-image: url("Images/logo-euroconcours-blanc.png");
}

.left_50 {
    float: left;
    width: 80%;
}


#boiteSeConnecter {
    background-color: #45190d;
    float: right;
    height: 300px;
    margin-right: 120px;
    margin-top: 100px;
    width: 260px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#boiteLogin {
    background-color: #f0e6dd;
    float: right;
    height: 300px;
    margin-top: -250px;
    margin-right: 40px;
    width: 300px;
    border-radius: 8px;
    color: #45190d;
}

#SeConnecter {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    padding-top: 12px;
    color: #ededed;
}

.ligne {
    width: 436px;
    height: 150px;
    background-color: rgba(0, 0, 0, 0);
    float: left;
    /*margin-top: -180px;*/
    display: block;
}