body,html{
	margin:0;
	padding:0;
	border:0;
	font-family: "Roboto", Arial, sans-serif;
	color:#333333;
	background-color:#f9f9f9;
	font-size:14.5px;
}
* {
	box-sizing:border-box;
}
span[title]{
	cursor:help;
}
#menu{
	width:100%;
	/* height:40px; */
	background-color:#0072bc;
	box-shadow:0 2px 10px rgba(0,0,0,0.3);
	position:fixed;
	top:0;
	left:0;
	z-index:100;
}
.menu-content{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	position:relative;
}
.menu-select{
	float:right;
	margin:5px;
}
#menu ul{
	padding:0;
	margin:0;
	display:inline-block;
	list-style-type:none;
}
#menu li{
	display:inline-block;
	margin:0;
	margin-right:10px;
	padding:0;
}
#menu li a{
	padding:12px 12px;
	display:block;
	transition:background-color 0.1s;
}
#menu li a:hover, #menu li a._active{
	background-color:#313639;
	color:#ffffff;
}

#menu a{
	color:#ffffff;
	text-decoration:none;
}
#main{
	padding-top:50px;
	width:100%;
	max-width:1000px;
	margin:0 auto;
}

.login{
	width:500px;
	margin:0 auto;
	padding-top:100px;
}
.button{
	padding:6px 15px;
	color:#ffffff;
	background:#2cd5b6;
	border:1px solid #00aa99;
	border-radius:4px;
	font-weight:700;
	font-size:1.2rem;
	cursor:pointer;
}
.button.red{
	background:#cc3333;
	border:1px solid #aa0000;
}
.button.grey{
	background:#aaaaaa;
	border:1px solid #777777;
}
.button:hover{
	opacity:0.9;
}
.thumbnail{
	width:100px;
	height:auto;
}
.type_, .answer{
	margin-bottom:8px;
}
.table{
	border-spacing:0;
	border-collapse:collapse;
}
.table td{
	background-color:rgba(0,0,0,0.05);
}
.table tr:nth-child(2n) td{
	background-color:rgba(0,0,0,0.1);
}
.table th{
	background-color:#aaaaaa;
	color:#ffffff;
}
.table td, .table th{
	margin:0;
	border:0;
	padding:6px 8px;
	vertical-align:top;
	border:1px solid rgba(0,0,0,0.5);
}
th{
	font-weight:bold;
}
.overflow{
	overflow:auto;
	max-height:80vh;
}
.dashboard-table tr td.cell-green{
	background-color:#36b943;
}
.dashboard-table tr td.cell-red{
	background-color:#b93636;
}
.dashboard-table tr td.cell-yellow{
	background-color:#baa52e;
}
.dashboard-table tr:first-child td{
	background-color:#cccccc;
}
.dashboard-table tr td:first-child{
	background-color:#cccccc;
}

.dashboard-table td{
	text-align:center;
}
#tooltip{
	display:none;
	padding:20px;
	background-color:#ffffff;
	box-shadow:0 0 8px rgba(0,0,0,0.1);
	position:absolute;
	border-radius:6px;
}
input[type=text],input[type=email], input[type=password], select, textarea{
	padding:5px;
	border:1px solid #cccccc;
	background:#ffffff;
	border-radius:4px;
}
input[type=text]._mid{
	width:300px;
}
.filter-block{
	margin-bottom:10px;
}
.search-block{
	margin-bottom:10px;
}
.map-table{
	position:absolute;
	display:none;
	left:calc(100% + 20px);
}

textarea{
	font-family: "Roboto", Arial, sans-serif;
	width:300px;
	height:60px;
}
.infobox{
	padding:10px;
	color:#ffffff;
	font-weight:600;
	background-color:#33aa33;
	margin:10px 0;
}
.errorbox{
	padding:10px;
	color:#ffffff;
	font-weight:600;
	background-color:#aa3333;
	margin:10px 0;
}

a{
	color:#000000;
	/* text-decoration:none; */
}
a:hover{
	color:#666666;
	/* text-decoration:none; */
}
a.button{
	text-decoration:none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.bold{
	font-weight:700;
}
h1{
	font-size:2rem;
	/* border-bottom:1px solid #999999; */
}
h2{
	font-size:1.8rem;
}
h3{
	font-size:1.6rem;
}
h4{
	font-size:1.4rem;
}
h5{
	font-size:1.2rem;
}
.noform{
	display:inline-block;
}
