html,
body {
	height: 97%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica;
}

.box
{
	border-style: solid;
	border-width: 1px;
	border-color: #6D81AD;
	background-color: #CAD7F0;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.boxyellow
{
	border-style: solid;
	border-width: 1px;
	border-color: #C4C269;
	background-color: #FDFFAB;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.boxgray
{
	border-style: solid;
	border-width: 1px;
	border-color: #909090;
	background-color: #F2F2F2;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.button {
	font-family : Verdana, Arial,Helvetica;
	font-size : 12px;
	font-weight : normal;
	color : #000000;
	background-color: #CCCCCC;
}

.button_disable {
	font-family : Verdana, Arial,Helvetica;
	font-size : 12px;
	font-weight : normal;
	color : #888888;
	background-color: #CCCCCC;
}

.input {
	font-family : Verdana, Arial,Helvetica;
	font-size : 12px;
	font-weight : normal;
	color : #000000;
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.input_readonly {
	font-family : Verdana, Arial,Helvetica;
	font-size : 12px;
	font-weight : normal;
	color : #000000;
	background-color: #F2F2F2;
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.left {
	background-image: url(bilder/leftbg.jpg);
	background-color: white;
	background-repeat: no-repeat;
}
.middle {
	background-image: url(bilder/middlebg.jpg);
	background-color: white;
	background-repeat: no-repeat;
}
.right {
	background-image: url(bilder/rightbg.gif);
	background-color: white;
	background-repeat: no-repeat;
}

.black1
{
	font-family : Arial,Helvetica;
	font-size : 11px;
	color : #000000;
}
.black2
{
	font-family : Arial,Helvetica;
	font-size : 13px;
	color : #000000;
}
.black3
{
	font-family : Arial,Helvetica;
	font-size : 15px;
	color : #000000;
}
.black4
{
	font-family : Arial,Helvetica;
	font-size : 16px;
	color : #000000;
}
.black5
{
	font-family : Arial,Helvetica;
	font-size : 24px;
	color : #000000;
}

.gray1
{
	font-family : Arial,Helvetica;
	font-size : 11px;
	color : #787878;
}
.gray2
{
	font-family : Arial,Helvetica;
	font-size : 13px;
	color : #787878;
}
.gray3
{
	font-family : Arial,Helvetica;
	font-size : 15px;
	color : #787878;
}
.gray4
{
	font-family : Arial,Helvetica;
	font-size : 16px;
	color : #787878;
}
.gray5
{
	font-family : Arial,Helvetica;
	font-size : 24px;
	color : #787878;
}

.white1
{
	font-family : Arial,Helvetica;
	font-size : 11px;
	color : white;
}
.white2
{
	font-family : Arial,Helvetica;
	font-size : 13px;
	color : white;
}
.white3
{
	font-family : Arial,Helvetica;
	font-size : 15px;
	color : white;
}
.white4
{
	font-family : Arial,Helvetica;
	font-size : 16px;
	color : white;
}
.white5
{
	font-family : Arial,Helvetica;
	font-size : 24px;
	color : white;
}
.blue1
{
	font-family : Arial,Helvetica;
	font-size : 11px;
	color : #004880;
}
.blue2
{
	font-family : Arial,Helvetica;
	font-size : 13px;
	color : #004880;
}
.blue3
{
	font-family : Arial,Helvetica;
	font-size : 15px;
	color : #004880;
}
.blue4
{
	font-family : Arial,Helvetica;
	font-size : 16px;
	color : #004880;
}
.blue5
{
	font-family : Arial,Helvetica;
	font-size : 24px;
	color : #004880;
}
.red1
{
	font-family : Arial,Helvetica;
	font-size : 11px;
	color : #B80000;
}
.red2
{
	font-family : Arial,Helvetica;
	font-size : 13px;
	color : #B80000;
}
.red3
{
	font-family : Arial,Helvetica;
	font-size : 15px;
	color : #B80000;
}
.red4
{
	font-family : Arial,Helvetica;
	font-size : 16px;
	color : #B80000;
}
.red5
{
	font-family : Arial,Helvetica;
	font-size : 24px;
	color : #B80000;
}
.yellow1
{
	font-family : Arial,Helvetica;
	font-size : 11px;
	color : #FFF200;
}
.yellow2
{
	font-family : Arial,Helvetica;
	font-size : 13px;
	color : #FFF200;
}
.yellow3
{
	font-family : Arial,Helvetica;
	font-size : 15px;
	color : #FFF200;
}
.yellow4
{
	font-family : Arial,Helvetica;
	font-size : 16px;
	color : #FFF200;
}
.yellow5
{
	font-family : Arial,Helvetica;
	font-size : 24px;
	color : #FFF200;
}

.infobox
{
	font-family : Arial,Helvetica;
	font-size : 11px;
	color : #000000;
	POSITION: static;
	BACKGROUND-COLOR: #F3E95A;
	MARGIN: 2px 0px 0px 0px; 
	PADDING-LEFT: 4px;
	PADDING-RIGHT: 4px;
}

a:link
{
	text-decoration : underline;
	color: #000000;
}
a:visited
{
	text-decoration : underline;
	color: #000000;
}
a:hover
{
	text-decoration : underline;
}

.form_container {
	background-color: #ffffff;
	margin: 3px;
}

.form_item_header {
	color: #ffffff;
	background-color: #006db5;
	font-weight: bold;
	padding: 1px 2px 1px 5px;
	font-size: 12px;
	font-family: arial,verdana,helvetica;
	margin-bottom: 4px;
}

.form_item_header a {
	color: #ffffff;
}

.form_item {
	margin-bottom: 10px;
}

.form_err {
	background-color: #f2c8e2;
	padding: 3px;
	border-width: 1px;
	border-color: #f473c0;
	border-style: solid;
	margin-bottom: 4px;
}
.form_info {
	background-color: #e3e3e3;
	padding: 3px;
	border-width: 1px;
	border-color: #777777;
	border-style: solid;
	margin-bottom: 4px;
}

.form_input {
	font-size: 12px;
	width: 140px;
}

.form_input_disabled {
	font-size: 12px;
	background-color: #d7d7d7;	
}

.form_input_readonly {
	font-size: 12px;
	background-color: #f2f2f2;
}

.form_input_err {
	font-size: 12px;
	background-color: #f2c8e2;	
}

.form_submit {
	font-size: 12px; 
}

.form_checkbox {
	font-size: 12px;
}

.tabletext {
	font-family: Arial, Verdana, Helvetica;
        font-size: 12px;
}

.table {
	font-family: Arial, Verdana, Helvetica;
        font-size: 12px;
}

.nav a {
	font-size: 13px;
	color: #000000;
}

.nav a:link,
.nav a:visited {
	xtext-decoration: underline;
	text-decoration: none;
	color: #000000;	
}

.nav a:hover {
	xtext-decoration: underline;
	text-decoration: none;
	color: #000000;
}

.nav_sel a {
	font-size: 13px;
	color: #004880;
}

.nav_sel a:link,
.nav_sel a:visited {
	xtext-decoration: underline;
	text-decoration: none;
	color: #004880;	
	font-weight: bold;
}

.nav_sel a:hover {
	xtext-decoration: underline;
	color: #004880;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-size: 24px;
	color: #004880;
	margin-top: 0;
}

h2 {
	font-size: 16px;
	color: #004880;
	margin-top: 0;
}


/*
 * Material buttons
 */
.material-icons {
	font-size: 16px;
}

a.button_material,
button.button_material,
input.button_material {
	display: inline-block;

	padding: 5px 10px;
	margin: 0;
	cursor: pointer;

	text-transform: uppercase !important;
	text-decoration: none !important;
	text-align: center;

	font-family: inherit;
	font-size: inherit;
	font-weight: 600;

	color: #006db5;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px;
	line-height: 20px;

	white-space: nowrap;
	vertical-align: bottom;
}
a.button_material i.material-icons,
button.button_material i.material-icons {
	vertical-align: bottom;
	line-height: inherit;
}

a.button_material:hover,
button.button_material:hover,
input.button:hover {
	background-color: rgba(0, 109, 181, 0.08);
}

a.button_material:focus,
button.button_material:focus,
input.button_material:focus {
	background-color: rgba(0, 109, 181, 0.16);
}

a.button_material.high,
button.button_material.high,
input.button_material.high {
	color: #ffffff;
	border-color: #006db5;
	background-color: #006db5;
}

a.button_material.high:hover,
button.button_material.high:hover,
input.button_material.high:hover {
	border-color: #0077c7;
	background-color: #0077c7;
}
a.button_material.high:focus,
button.button_material.high:focus,
input.button_material.high:focus {
	border-color: #0081d6;
	background-color: #0081d6;
}

a.button_material.medium,
button.button_material.medium,
input.button_material.medium {
	border-color: #878787;
}

a.button_material.disabled,
button.button_material:disabled,
input.button_material:disabled {
	color: #878787;
	cursor: default;
	background-color: transparent;
}
a.button_material.high.disabled,
button.button_material.high:disabled,
input.button_material.high:disabled {
	background-color: #cbcbcb;
	border-color: #cbcbcb;
	color: #878787;
}

/*
 * Modal
 */
div#modal_container {
	position: fixed;
	background-color: rgba(50, 50, 50, 0.5);
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	text-align: left;
	z-index: 600;
}
div#modal_container > div.modal {
	width: 100vw;
	max-width: 561px;
	max-height: 100vh;
	min-height: 140px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow-y: auto;

	background-color: #ffffff;
	padding: 0 24px 24px 24px;
	border-radius: 0 0 20px 20px;
	border-top: 0 none;
}
div#modal_container div.modal_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
div#modal_container div.modal_header.no_flex {
	display: block;
	text-align: right;
}
div#modal_container a.modal_close {
	margin-top: 8px;
}
div#modal_container h2 {
}
div#modal_container h2 i.material-icons {
	vertical-align: text-bottom;
}

/*
 * New edit styling
 */
.edit_mode {
	width: 100%;
	xmax-width: 480px;
}

.edit_mode div.row {
	margin-bottom: 8px;
}
.edit_mode div.row.extra_space {
	margin-bottom: 16px;
}

.edit_mode label {
	display: block;
}
.edit_mode label.required {
	text-align: right;
	font-size: 90%;
	font-style: italic;
	padding-right: 3px;
}

.edit_mode div.label {
	width: calc(100% - 2px);
	font-size: 120%;
	padding: 5px 0;
	box-sizing: border-box;
}

.edit_mode select,
.edit_mode input[type="text"],
.edit_mode input[type="email"],
form#add_member input[type="text"] {
	width: calc(100% - 2px);
	font-size: 120%;
	padding: 5px 5px;
	box-sizing: border-box;
	border: 1px solid #0f5081;
	margin: 1px;
	background-color: #ffffff;
}

.edit_mode input[type="text"]:disabled {
	background-color: #f2f2f2;
}

.edit_mode input[type="text"].has_error,
.edit_mode input[type="email"].has_error {
	width: calc(100% - 2px);
	border: 2px solid #cc0000;
	margin: 0px;
}
