@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic);

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

div.view {
	display: none;
}

body {
	height: 100%;
	margin: 0;
}

html {
	padding-bottom: 50px;
	min-height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}

a img {
	border: 0;
}

textarea {
	width: 100%;
	height: 200px;
	resize: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

header {
	position: absolute;
	top: 0;
	height: 80px;
}

header img {
	height: 100%;
}

footer {
	position: absolute;
	bottom: 0;
	text-align: center;
	padding: 20px;
	width: 100%;
	left: 0;
}

body {
	padding: 120px 0;
}

form {
	padding: 20px;
	margin: 100px auto;
	width: 400px;
	max-width: 90%;
}

.main form {
	padding: 20px;
	margin: 0 auto;
	width: 800px;
	max-width: 90%;
}

.main form .field.sub {
	margin-top: 12px;
}

.results {
	padding: 20px;
	margin: 0 auto;
	width: 800px;
	max-width: 90%;
}

.results ul {
	list-style: none;
}

.results .res div {
	border: 1px solid #eee;
	margin-bottom: 10px;
	padding: 20px;
}

.res a {
	text-decoration: none;
	color: inherit;
}

.pagination {
	text-align: center;
	padding-top: 30px;
}

.pagination a {
	padding: 2px 8px;
	display: inline-block;
	border-radius: 5px;
}

.pagination a.current {
	background-color: #44c;
	color: #fff;
}

.count {
	text-align: right;
	margin-bottom: 20px;
}

.profile main {
	width: 600px;
	max-width: 90%;
	margin: 0 auto;
}

.profile ul {
	list-style: none;
}

.profile ul,
.profile table,
.profile p {
	margin-bottom: 20px;
}

.profile span {
	font-size: 18px;
}

.profile table {
	margin-top: 10px;
}

.profile table,
.profile table td,
.profile table th {
	border: 1px solid #eee;
	border-spacing: none;
	border-collapse: collapse;
}

.profile table td {
	padding: 10px;
}

.profile table th {
	padding: 5px 10px;
}

.results .res:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	clear: both;
}

.main form input[type="checkbox"] {
	width: auto;
}

.main form .field {
	width: 49%;
	float: left;
}

.main form .field:nth-child(2n) {
	margin-left: 2%;
}

.main form .submit {
	clear: both;
}

body,
form input,
form label {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

form .error,
.results .error {
	text-align: center;
	display: block;
	width: 100%;
	font-size: 14px;
	color: #f00;
}

form .field {
	margin-bottom: 10px;
}

form .field input {
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
}

form .submit {
	text-align: right;
}

form .submit input[type="submit"] {
	padding: 5px 20px;
}

a {
	color: #44c;
}

.message {
	line-height: 4vh;
	vertical-align: middle;
	height: 4vh;
	position: absolute;
	top: 48vh;
	text-align: center;
	width: 100%;
}

.search header {
	position: absolute;
	top: 25vh;
	height: 20vh;
	text-align: center;
	width: 100%;
}

.search header img {
	max-width: 100%;
}

.search main {
	position: relative;
	margin: 0 auto;
	width: 600px;
	max-width: 90%;
}

.search form {
	width: 100%;
	max-width: 100%;
	margin: -120px auto;
	top: 45vh;
	position: absolute;
}

.search form .input {
	position: absolute;
	right: 40px;
	left: 0;
	top: 0;
	height: 40px;
}

.search form .input input {
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	outline: 0;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	padding: 5px;
}

.search form .input input:hover,
.search form .input input:focus {
	border: 1px solid #00AEFF;
}

.search form button {
	border: none;
	background-color: #00AEFF;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.popup-content {
	background-color: rgb(255, 255, 255);
	position: relative;
	pointer-events: auto;
	padding: 20px !important;
}

.popup {
	position: relative;
	max-width: 100%;
	width: 600px;
	background-color: rgb(255, 255, 255);
	color: rgb(68, 68, 68);
	pointer-events: none;
	font-family: "Open Sans", sans-serif;
	margin: 0px auto !important;
}

.popup-container {
	top: 40px;
	position: absolute;
	z-index: 314748362;
	left: 0px;
	right: 0px;
	pointer-events: none;
	padding: 20px !important;
}

.popup-bg {
	position: fixed;
	z-index: 314748361;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.498039);
}

.popup-close {
	position: absolute;
	right: 0px;
	top: 0px;
	line-height: 20px;
	width: 40px;
	text-align: center;
	font-size: 20px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	padding: 10px !important;
	background: rgb(68, 68, 68) !important;
}

.rowitem {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.rowitemheader {
	color: #FFF;
	background-color: #9dd6f5;
	padding: 2px 5px;
	border-radius: 5px;
}
.rowitemheader2{
	font-family: system-ui;
    background-color: #00a5ff;
	color: #FFF;
	padding: 2px 5px;
	border-radius: 5px;
}