/* begin: jQuery UI Datepicker moving pixels fix */
	table.ui-datepicker-calendar {border-collapse: separate;}
	.ui-datepicker-calendar td {border: 1px solid transparent;}
/* end: jQuery UI Datepicker moving pixels fix */

/* begin: jQuery UI Datepicker emphasis on selected dates */
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
	background: #743620 none; /* a color that fits the widget theme */
	color: white; /* a color that is readeable with the color above */
}
/* end: jQuery UI Datepicker emphasis on selected dates */


/* Met l'option  sélectionnée d'une autre couleur */
.opt_selected {
    background-color: #0DB2BF;
    color:#FF0000;
	font-weight: bold;
}

#sig-canvas {
  border: 2px dotted #CCCCCC;
  border-radius: 15px;
  cursor: crosshair;
}

/** ScrollToTop **/
#scrollToTop a{
	position: relative;
	right: 20px;
	bottom: 10px;
	background-color: rgb(255,255,255); /** rgba fallback**/
	background-color: rgba(255,255,255, 0.7);
	padding: 7px 10px;
	border: 1px solid #000;
}
#scrollToTop a:hover{
	box-shadow: 0px 0px 5px #222;
	-moz-box-shadow: 0px 0px 5px #222;
	-webkit-box-shadow: 0px 0px 5px #222;
	text-decoration: none !important;
}
#wrap_scroll{
  position: fixed;
  bottom: 0px;
  left: 0px;
  width:100%;
}

@media print{@page {size: landscape}}