* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 0px solid #000000;         
    outline: 0 none;
}

body{
	margin:0;
}

input, select, textarea{
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
input[type="submit"], input[type="reset"]{
	-webkit-appearance: none;
}

div.icheck{
	margin-left:-20px;
	margin-right:5px;
}

th.checkbox-column, td.md {
	text-align: center;
}

th.button-column select {
	width: auto;
}

.form-horizontal .form-actions {
	padding-left: 20px;
}

div.inside-form{
	display:table;
}
div.inside-form > div{
	display:table-cell;
	vertical-align: middle;
	white-space:nowrap;
	padding-right:10px;
}
div.inside-form form{
	margin:0;
}
div.inside-form input, div.inside-form select, div.inside-form textarea{
	margin:0;
}

#loading {
	position: absolute;
	width:100%;
	height:100%;
	top: 0;
	left:0;
	z-index: 10000;
	background-color:black;
	opacity:0.3;
	display:none;
}
#loading div{
	position: absolute;
	top:50%;
	left:50%;
	margin-left:-64px;
	margin-top:-64px;
}
#loading img{
	
}

@media print{
	.fc-header-left, .fc-header-right{
		display:none !important;
	}
}

.fc-header-title h2{
	font-size:1.5em;
}

.public{
	/*border:2px solid #FF0000 !important;*/
	box-shadow: 0 0 5px 2px #FF0000;
	margin:2px;
}
.unPublished{
	opacity: 0.4 !important;
}

.disabled{
	background-color:#ddd !important;
}
.empty{
	background-color:#fff;
}
.red{
	background-color:#ff0000;
}
.orange{
	background-color:#ffa500;
}
.green{
	background-color:#00dd00;
}

table.calendar, table.calendar table{
	border:1px solid #000000;
	border-collapse: separate;
	border-radius: 4px;
	border-spacing:0;
	font-size:10px;
	width:100%;
	padding:0;
}
table.calendar table{
	height:100%;
}
table.calendar th, table.calendar td{
	border:0;
	padding:0;
	text-align:center;
	vertical-align: middle;
}
table.calendar th{
	padding:2px;
}
table.calendar td.square{
	width:40px;
	height:40px;
	line-height:40px;
	padding:2px;
}
table.calendar td.square table td{
	line-height:1em;
}
table.calendar td a{
	display: table;
    height: 100%;
    width: 100%;
	color:#000000;
	text-decoration:none;
}
table.calendar td a span{
	display: table-cell;
    text-align:center;
    vertical-align: middle;
}

table.agenda, table.agenda table{
	border:1px solid #000000;
	border-collapse: collapse;
	border-spacing:0;
	font-size:10px;
	width:100%;
	padding:0;
}
table.agenda th, table.agenda td{
	border:0;
	vertical-align: middle;
	white-space: nowrap;
}
table.agenda th{
	text-align:center;
	padding:2px;
}
table.agenda td, table.agenda th{
	border:1px solid #000000;
	height:20px;
	line-height:20px;
}
table.agenda td.square{
	width:40px;
	text-align:center;
}
table.agenda td a, table.agenda th a{
	color:#000000;
}
table.agenda th a{
	text-decoration:none;
}
table.agenda td a{
	display: table;
    height: 100%;
    width: 100%;
	color:#000000;
	text-decoration:none;
}
table.agenda td a span{
	display: table-cell;
    text-align:center;
    vertical-align: middle;
}

table.inscription{
	table-layout: fixed;
	border:1px solid #000000;
	border-collapse: collapse;
	border-spacing:0;
	font-size:10px;
	width:100%;
	padding:0;
}
table.inscription th{

}
table.inscription th.vertical{
	vertical-align: bottom;
}
table.inscription th.vertical a{
	display:inline-block;
}
table.inscription th a{
	color:#000000;
	text-decoration:none;
}
table.inscription th, table.inscription td{
	border:1px solid #000000;
	text-align:center;
	padding:2px;
}
table.inscription td{
	vertical-align: middle;
	white-space: nowrap;
}
table.inscription td a{
	color:#000000;
	text-decoration:none;
}
table.inscription tr.week{
	page-break-before: always;
}
table.inscription tr.week:first-child{
	page-break-before: avoid;
}
table.inscription tr.week td{
	padding-top:1em;
	font-weight:bold;
}

.flex{
	display:flex; 
	flex-wrap:wrap; 
	justify-content:flex-start; 
	align-items:stretch; 
	gap:10px 20px;
}

.sticky{
	position: sticky;
	top:0;
	z-index: 200;
	background: white;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.appendable{
	position:absolute;
	top:0px;
	right:0px;
}
.appendable a, .appendable span{
	text-decoration:none;
	color: inherit;
	margin:2px;
}

.vertical{

}
.vertical .text{
    transform: rotate(180deg);
	transform-origin: 50% 50%;
    writing-mode: vertical-rl;
    display:inline-block;
}


@media print{
	body{
		font-size:10px;
		-webkit-print-color-adjust:exact !important;
		print-color-adjust:exact !important;
	}
	h1{
		margin:0;
		padding:0;
		font-size:2em;
		line-height:2em;
	}
	h2{
		margin:0;
		font-size:1.4em;
		line-height:2em;
	}
	legend{
		font-size:1.2em;
		margin-bottom:1em;
		line-height:2em;
	}
	.grid-view{
		padding:0;
	}
	.table th, .table td{
		line-height:1.2em;
	}
	.span3{
		width:24%;
	}
	.span4{
		width:33%;
	}
	.span6{
		width:48%;
	}
	.span8{
		width:66%;
	}
	.span9{
		width:72%;
	}
	.span12{
		width:96%;
	}
	#map{
		display:none;
	}
	table.calendar{
		break-inside: avoid;
	}
	input:disabled {
		display:none;
	}
	.page-break{
		page-break-after: always;
	}
	.page-break:last-child{
		page-break-after: avoid;
	}
	tr.extrarow{
		page-break-before: always;
	}
	tr.extrarow:first-child{
		page-break-before: avoid;
	}
	/*#control{
		page-break-before: always;
	}*/
	::-webkit-input-placeholder { /* WebKit browsers */
		color: transparent;
	}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color: transparent;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
		color: transparent;
	}
	:-ms-input-placeholder { /* Internet Explorer 10+ */
		color: transparent;
	}
}