:root {
	font-family: 	Roboto,HelveticaNeue,Arial,sans-serif;
}

.tab_space {
	display: inline-block;
	width: 10px;
}
/*
path.tooltip { 
	position: relative; 
	text-decoration: none; 
	color: black;
} 
path.tooltip:hover { 
	-moz-box-shadow:inset 0 0 3px #000000;
   	-webkit-box-shadow:inset 0 0 3px #000000;
   	box-shadow:inset 0 0 3px #000000;
}

path.tooltip span { 
	display: none;
}

path.tooltip:hover span { 
	position: absolute; 
	display: block; 
	top: 1em; 
	left: 1em; 
	border: 1px solid black; 
	background-color:white; 
	padding: 0em; 
}
*/
@keyframes rotateSpinner {
	to {
		transform: rotate(360deg);
	}
}

.calendar {
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid black;
}

.calendar, .calendar table {
	font-size: 12px !important;
	width: 255px;
	z-index: 255;
}

.edit_tbl td {
	padding: 10px;
}
