/*
Theme Name: EVENEMENTIEL CAR
Description: Thème enfant
Version: 1.0
Template: twentyseventeen
*/

h1 { font-size: 28px; }
h2 { font-size: 20px; }
select, option {
	height:3em;
	padding:5px 1px;
}
select {
	width:75%;
}
input { width:100%; }

input[type="submit"] {
border: 1px solid white;
box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
color: white;
padding: 5px;
font-weight: bold;	
background-color:steelblue;
margin-top:10px;
}

input[type="checkbox"] {
	width:auto;
}


.loggedOff { padding:10px; }

#top-menu li {
	display: inline-block;
	padding:8px 4px;
 }
 
 #top-menu li a {
	display: inline-block;
	border: 1px solid rgba(0,0,0,0.2);
	background-color:#FFF;
	text-decoration:none;
	box-shadow: none;
 	padding: 5px;
}
#top-menu li a:hover, #top-menu li.current_page_item a {
	display: inline-block;
	border: 1px solid white;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3); 
	background-color:steelblue;
	text-decoration:none;
	color:#FFF;
 }
 
 
 #top-menu li.current_page_item a {
	 font-weight:bold;
 }
 

.center{text-align:center;}


.container-fluid {
	padding-left:25px;
	padding-right:25px;
}

#eventform { 
	position:absolute;
	display:none;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:0;
/*	overflow:hidden;*/
	outline:0;
	z-index:1050;
	opacity:0;
}

#eventform-inner { 
	position:relative;
	margin:40px auto 5px auto;
	width:90%;
	max-width:500px;
	min-height:70%;
	background-color:#fff;
	border:1px solid #999;
	border-radius:10px;
	padding:5px;
	-webkit-box-shadow: 2px 5px 10px 6px rgba(194,190,194,1);
	-moz-box-shadow: 2px 5px 10px 6px rgba(194,190,194,1);
	box-shadow: 2px 5px 10px 6px rgba(194,190,194,1);

}

#fermer {
	position:absolute;
	top:10px;
	right:10px;
	background-color:crimson;
	color:#fff;
	cursor:pointer;
	border-radius:5px;
	padding:5px 10px;
	font-weight:bold;
	
}

#fermer:active, #fermer:hover {
	background-color:red;
}

#newResa {
	border:1px solid black;
	padding:6px;
	margin:10px auto;
	cursor:pointer;
	border: 1px solid white;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
	color: white;
	padding: 4px 3px;
	font-weight: bold;	
	background-color:steelblue;
	text-align:center;
}
#newResa:hover {
	background-color:aqua;
	color:#000;
}


#editEvent {
	border:1px solid black;
	padding:6px;
	margin-top:10px;
	margin-bottom:10px;
	cursor:pointer;
	border: 1px solid white;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
	color: white;
	padding: 4px 3px;
	font-weight: bold;	
	background-color:steelblue;
	text-align:center;
}
#editEvent:hover {
	background-color:aqua;
	color:#000;
}

#deleteResa, #deleteEvent {
	text-decoration:underline;
	color:red;
	cursor:pointer;
}

#deleteResa:hover, #deleteEvent:hover {
	opacity:0.5;
}

#deleteResa i.fa, #deleteEvent i.fa {
	text-decoration:none;
	color:red;
	margin-right:4px;
}

.tableau div { padding:0; }
#tableau div div {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
.tableau .client { padding-left:15px; }
.tableau .nb { padding-right:15px; }
.tableau .entete { font-weight:bold; }
div.odd {
	background-color:bisque;
	border-top: 1px solid burlywood;
	border-bottom: 1px solid burlywood;
}

div.client.encours {
	text-decoration:underline;
	color:steelblue;
	cursor:pointer;
}


.client.encours:hover{
	background: aqua;
	text-decoration: none;
	color: black;
}

.home #eventID option {
	font-style:italic;
	color:gray;
}


.home #eventID option.has-resa {
	background:bisque;
	font-style:normal;
	font-weight:bold;
	color:black;
}

.ib, .ib50, input {
	max-width:500px;
}

.ib {
	padding-bottom:8px;
}

.fa-warning { color:red; }
.fa-check { color:green; }


#filterIcon, #clearfiltre {
	cursor: pointer;
}

#filterIcon:hover, #clearfiltre:hover {
	opacity:0.7;
}