/*
html, body {

}
body {

}
.page-container {
	
}
header {

}
.header {

}
.header-container {

}
nav {
	
}
.nav {

}
.nav-container {

}
.mobile-menu {

}
.menu {

}
.sub-menu {

}
section {

}
.section {

}
.section-container {

}
.title {;
}
.toolbar {

}
.scrollpane {

}
footer {

}
.footer {

}
.footer-container {

}
*/
html,
body {
	font-size: 16px;
}

header {
	text-align: center;
}

header span {
	display: inline-block;
	margin-left: 20px;
}

header span a {
	text-decoration: none;
}

.toolbar {
	margin-top: 10px;
	margin-bottom: 10px;
}

.title {
	color: #61219d;
	font-size: 18px;
	font-weight: bold;
}

/*-----------------------------------------------*/

img {
	max-width: 100%;
	height: auto;
}

button:hover {
	cursor: pointer;
}

ul {
	list-style-type: none;
}

.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: table;
}

.menu li {
	float: left;
	padding: 0;
	margin: 0;
}

.menu li a {
	width: auto;
	height: 25px;
	display: block;
	text-align: center;
	color: black;
	margin-right: 0px;
	padding: 0px 8px 0px 8px;
	line-height: 25px;
	text-decoration: none;
	font-weight: normal;
}

.menu li b {
	width: auto;
	height: 25px;
	display: block;
	text-align: center;
	color: grey;
	margin-right: 0px;
	padding: 0px 8px 0px 8px;
	line-height: 25px;
	text-decoration: none;
	font-weight: normal;
}

.menu li a:hover {
	color: white;
	background-color: #105066;
	border-color: grey;
	border-left-color: black;
	border-top-color: black;
}

.menu ul ul {
	display: none;
	position: absolute;
	z-index: 1;
	border: 1px solid black;
}

.menu li li {
	float: none;
}

.menu li li a {
	background: #EEEEEE;
	text-align: left;
	height: auto;
	line-height: 1;
	width: 150px;
	padding: 8px 10px 8px 10px;
	border-left-color: #6A7680;
	border-top-color: #6A7680;
}

.menu li li b {
	background: #EEEEEE !important;
	color: gray;
	text-align: left;
	height: auto;
	line-height: 1;
	width: 150px;
	padding: 8px 10px 8px 10px;
	border-left-color: #6A7680;
	border-top-color: #6A7680;
}

.mobile-menu-button {
	font-size: 20px !important;
	border: none;
	display: inline-block;
	padding-top: 8px;
	padding-left: 16px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
}

.mobile-menu {
	background-color: #f2f2f2;
}

.mobile-menu ul li {
	padding: 8px 16px;
	border-bottom: 1px solid #ddd;
}

.sub-menu ul li {
	padding: 8px 16px;
	border-bottom: 1px solid #ddd;
}

.sub-menu ul li:hover {
	background-color: #ccc;
}

/* .imgbutton {margin: 0; margin-right: 4px; padding: 0; padding-top: 2px; border: 1px solid grey; border-radius: 4px; background-color: #E3E5E9; width: 45px; height: 27px; background-image: linear-gradient(to bottom, #D7DAE0, #ECEFF5);}
.imgbutton:hover {cursor: pointer; background-image: linear-gradient(to bottom, #ECEFF5, #ECEFF5); }
.imgbutton img{width: 20px;}*/
.imgbutton {
	border: none;
	background-color: transparent;
	cursor: pointer;
	width: 45px;
}

.imgbutton:hover {
	background-color: #eaeaea;
	transform: scale(1.1);
}

.message {
	display: table;
	width: 100%;
	height: 25px;
}

.message img {
	width: 20px;
	float: left;
	margin-right: 5px
}

.message p {
	margin: 0;
}

input.readonly {
	background-color: #EEEEEE;
}

input.valerror {
	color: red;
}

fieldset {
	border-radius: 6px;
}

.fieldset-label {
	width: 180px;
	vertical-align: bottom;
	border-bottom: 1px solid #5A5A5A;
}

textarea {
	width: 100%;
	min-height: 6em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	padding: 3px 0px;
	border-radius: 4px;
	font-family: Verdana, serif;
}

.arrow_down {
	float: right;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-image: url("/public/images/arrow_down.png");
}

.arrow_up {
	float: right;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-image: url("/public/images/arrow_up.png");
}

.text-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 20px 16px 20px 16px;
}

.zoom {
	transition: transform .2s;
}

.zoom-hover {
	-ms-transform: scale(1.1);
	/* IE 9 */
	-webkit-transform: scale(1.1);
	/* Safari 3-8 */
	transform: scale(1.1);

}

.zoom-container {
	overflow: hidden;
}

.tabstrip-header {
	margin-left: 15px;
	margin-bottom: 5px;
	padding: 10px;
}
.tabstrip {
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	cursor: pointer;
}
.lockscreen {
	display: none; 
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.15);	
}
.lockscreen-content {
	text-align: center;
}

/* w3-hide-small */
@media screen and (max-width: 600px) {

	header,
	.menu {
		display: none !important;
	}

	nav {
		background-color: white;
	}

	.flip-card {
		display: none;
	}

	html body {
		font-size: 15px;
	}
}

/* w3-hide-medium */
@media (max-width:992px) and (min-width:601px) {
	.mobile-menu-button {
		display: none !important;
	}

	.flip-card {
		display: none;
	}
}

/* w3-hide-large */
@media screen and (min-width: 993px) {
	.mobile-menu-button {
		display: none !important;
	}
}