body {
	position:relative;
	padding-bottom: 60px;
}

body::before{
content: "";
   position: fixed;
   top: -10px;
   left: 0;
   width: 100%;
   height: 10px;
   z-index: 100;
   -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
   box-shadow: 0px 0px 10px rgba(0,0,0, 0.5);
}

body::after{
content: "";
   position: fixed;
   bottom: -10px;
   left: 0;
   width: 100%;
   height: 10px;
   z-index: 9999;
   -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
   box-shadow: 0px 0px 10px rgba(0,0,0, 0.5);
}

#pied_de_page{
	
	margin-bottom:0px;
}
#pied_de_page img{
	margin: 5px;
	margin-left: 10px;
}

.footer{
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

fieldset.scheduler-border {
    border: 1px solid #ccc !important;
    padding: 0 1.4em 0.2em 1.4em !important;
    margin: 0 0 0.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

.scheduler-border legend{
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
	width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
	margin-bottom:3px;
}


.control-label {
	font-size:0.9em;
}

.table.table_offre td, .table.table_offre th {
	border-color:#eee;
}

.hover_color:hover{
	color:red;
}


.loading .fond{
	width: 100%;
	height: 100%;
	position:absolute;
	background-color:black;
	opacity: 0.3;
}
.loading .icon-waiting{
	font-size: 50px;
	text-align:center;
	display:block;
	margin-top: 100px;
	color: white;
}