*,
html,
form,
input,
button,
textarea,
select {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}
html {
    overflow-y: scroll;
}
	}
body {
	text-align: center;
	color: #333;
	padding: 0;
	margin: 0;
	background-color: #f9f9f9;
}
.material-icons {
	vertical-align: middle;
	margin-top: -4px;
}
b {
	font-weight: 500;
}
#frame {
	min-width: 1020px;
	//max-width: 1600px;
	margin: auto;
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: 0 0 5px 5px #aaa;
	background-color: white;
}
#main_content {
}
#footer {
	background-color: var(--color_bg_dark);
	color: white;
	padding: 2px;
	margin-top: 4px;
	margin-bottom: 0;
	border-top: 2px solid rgb(128,188,188);
	border-bottom: 2px solid rgb(128,188,188);
}
h1 {
	font-size: 16px;
	margin: 0;
	margin-bottom: 6px;
	padding: 8px;
	color: white;
	font-weight: 500;
	white-space: nowrap;
	background-color: var(--color_bg_dark);
	height: 50px;
	border-top: 2px solid rgb(128,188,188);
	position: fixed;
	z-index: 100;
	border-bottom: 10px solid white;
	display: none;
}
h1 .thin {
	font-weight: 300;
	font-size: 45px;
}
h1 a {
	text-decoration: none;
	color: white;
	font-size: 45px;
	line-height: 50px;
}
h1 a#a_home {
	opacity: 0.8;
}
h1 a#a_home:hover {
	opacity: 1;
	transition: all 350ms;
}
h1 .material-icons {
	font-size: 40px;
	opacity: 0.8;
}
h1 .material-icons:hover {
	opacity: 1;
	transition: all 350ms;
}
h2 {
	margin: 4px;
	padding: 2px;
	padding-left: 6px;
	padding-right: 0;
	color: var(--color_bg_dark);
	font-weight: 500;
	font-size: 14px;
	//border-bottom: 1px solid #ddd;
}
h2 small {
	letter-spacing: 0;
	text-transform: none;
	font-weight: normal;
	}
h2 input {
	width: 20em;
}
#exitevaldb {
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 34px;
	height: 34px;
}
#exitevaldb:hover  {
    transform: rotate(90deg);
    transition-duration: 500ms;
}

.exitwindow:hover  {
    -webkit-transform:rotate(90deg);
    -webkit-transition-duration: 500ms;
    -moz-transform:rotate(90deg);
    -moz-transition-duration: 500ms;
}
.filter {
	position: fixed;
	z-index: 200;
	transition: all 350ms ease-in-out;
}
.leftstring {
	overflow: hidden;
	text-overflow: ellipsis;
}