/*####################################################################################################*/
/*                                           STYLE CRENEAU                                            */
/*####################################################################################################*/

.hoverable:hover
{
	background-color:lightgrey;
}
.locked
{
	background-color:grey;
}
.lastmin
{
	background:rgba(250,240,0,0.2);
}
.lastmin:hover
{
	background:rgba(250,240,0,0.4);
}
.disponible
{
	background:rgba(0,200,30,0.2);
}
.disponible:hover
{
	background:rgba(0,200,30,0.4);
}
.selectioned
{
	background:rgba(0,200,30,0.5);
}
.indisponible
{
	background:rgba(0,0,0,0.4);
}

/*####################################################################################################*/
/*                                        STYLE DATE SELECTOR                                         */
/*####################################################################################################*/

.monther_locked
{
	background-color:rgba(250,250,250,0.2);
}
.monther:hover
{
	background-color:rgba(250,250,250,0.8);
}
.monther_selected
{
	background-color:rgba(250,250,250,0.6);
}
.monther_today
{
	background-color:rgba(0,0,0,1);
}
.monther_today:hover
{
	background-color:rgba(250,250,250,0.8);
}
.monther_visite
{
	background-color:rgba(250,0,0,0.2);
}
.monther_visite:hover
{
	background-color:rgba(250,0,0,0.4);
}
tr,td,th
{
	font-family:Machine;
	font-size:1em;
	color:#fff;
	-webkit-user-select:none;
	-webkit-touch-callout:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	vertical-align:middle !important;
	padding-top:2px !important;
	padding-bottom:2px !important;
}
#direction_formulaire
{
	font-family:Machine;
	font-size:1.2em;
	color:#fff;
	-webkit-user-select:none;
	-webkit-touch-callout:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	vertical-align:middle !important;
}
.customstyle
{
	background:rgba(0,0,0,0.4);
}
.modalstyle
{
	background-color:#fff0;
}
.modalstyle th
{
	color:#fff !important;
}
table.center
{
	margin-left:auto;
	margin-right:auto;
}
#date_input
{
	text-align:center;
	width:280px;
	height:40px;
}