body {
        font-family: Arial;
	font-size: 14px;
	height: 100%;
}
form {
	display: inline;
}
a {
	text-decoration: none;
	color: #0053b0;
	cursor: pointer;
}
textarea {
	background-color: white;
	width: 300px;
	height: 100px;
	border: 1px #b9b9b9 solid;
}
input[type=checkbox] {
	margin: 0px;
}
input[type=text], input[type=password] {
	background-color: white;
	border: 1px #b9b9b9 solid;
	padding: 5px 5px 5px 5px;
}
input[type=submit], button {
	border: 1px #1a97ce solid;
	background-color: #1a97ce;
	border-radius: 2px;
	padding: 5px 20px;
	cursor: pointer;
	color: white;
}
input[type=submit]:hover, button:hover {
	background-color: #30ace3;
}

.delete_btn {
	border-color: #d10000 !important;
	background-color: #d10000 !important;
}
.delete_btn:hover {
        border-color: red !important;
        background-color: red !important;
}
.green_btn {
        background-color: #00ab00 !important;
        border-color: #00ab00 !important;
}
.green_btn:hover {
        background-color: #14d214 !important;
        border-color: #14d214 !important;
}

.border {
	border: 1px #b9b9b9 solid;
}
.box {
	background-color: #fbfbfb;
}
.infobox {
	border: 1px gray solid;
	padding: 5px 10px;
	margin-top: 5px;
	margin-bottom: 5px;
/*	display: inline-block; */
	background-color: #f2f2f2;
}
.errbox {
	background-color: #ffb1b1;
	border-color: #890000;
}
.successbox {
	background-color: #8af68a;
	border-color: #004200;
}
.hinweisbox {
	background-color: #bee8ff;
	border-color: #00a5ff;
}

.container {
	display: flex;
}
.menu {
	border-bottom: 1px #c3c3c3 solid; 
	height: 100%;
	white-space: nowrap;
}
.menu .desc {
	padding: 5px 50px 5px 20px;
	font-weight: bold;
	background-color: #007cb2;
	color: white;
}
.menu .act {
	padding: 5px 30px;
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.menu .act:hover {
	background-color: #52b4de;
	color: white;
}
.menu .logout {
	cursor: pointer;
	background-color: #bd0000;
}
.menu .logout:hover {
	background-color: #cf0000;
}
.view {
	padding: 10px;
	width: 100%;
	border-left: 1px #c3c3c3 solid;
}

table {
        width: 100%;
	font-size: 13px;
}
tr {
        background-color: #ffffff;
}
tr:hover {
	background-color: #dcf0ff !important;
}
th {
        background-color: #007cb2;
        color: white;
        text-align: left;
	padding: 5px 10px 5px 10px;
}

td {
        padding: 10px 5px 10px 5px;
        border-bottom: 1px #b9b9b9 solid;
        padding: 5px 10px 5px 10px;
}


.list_no {
	margin-left: 10px; 
	text-align: center; 
	line-height: 18px; 
	font-size: 13px; 
	width: 20px; 
	height: 18px; 
	background-color: red; 
	color: white;
}
.list_yes {
	margin-left: 10px; 
	text-align: center; 
	line-height: 18px; 
	font-size: 13px; 
	width: 20px; 
	height: 18px; 
	background-color: #07c307; 
	color: white;
}
.textholder {
	width: 163px; 
	padding: 6px 10px;
	background-color: white;
}
.noedit {
	background-color: #e9e9e9;
}
.tabbing {
	display: flex;
}
.tabbing div {
	padding: 10px 20px;
	border: 1px #b9b9b9 solid;
	background-color: #fbfbfb;
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
}
.tabbing .active {
	background-color: #007cb2;
	color: white;
}
.tab_target { display: none; }
.tab_target_active { display: block; }

#ui-datepicker-div { display: none; }


.setup_box {
	border: 1px #cfcfcf solid;
	border-radius: 3px;
	padding: 20px;
	line-height: 25px;
	width: 200px;
	cursor: pointer;
	background-color: #fefefe;
}
.setup_box:hover {
        -moz-box-shadow: 0px 0px 5px 2px #F2F2F2;
        -webkit-box-shadow: 0px 0px 5px 2px #F2F2F2;
        box-shadow: 0px 0px 5px 2px #F2F2F2;
	border-color: #a1d4ff;
	background-color: #fbfbfb;
}
.opener { cursor: pointer; }
.opener_active {
	color: white;
	background-color: #058ff5;
}

.helper_toggle {
        background-color: #29a6cf;
        line-height: 20px;
        height: 20px;
        font-size: 14px;
        color: white;
        width: 15px;
        text-align: center;
        display: inline-block;
        cursor: pointer;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
}
.helper_toggle:hover {
        background-color: #33b7e3;
}
#helper_box {
        position: absolute;
        display: none;
        width: 300px;
        line-height: 18px;
        background-color: white;
        padding: 5px;
        border: 2px solid #29a6cf;
}

