@font-face{
    font-family:'shcc-flama';
    src: url(https://esromod.dav-essen.de/template/flama-basic-webfont.ttf) format("truetype");
    font-weight:normal;
    font-style:normal;
}

body {
    /* background-color: rgb(245,246,247); */
    background-color: #fff;
    /* background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(0,0,255,0.2)); */
    font-size: 14px;
    font-family:  Flama, shcc-flama;
}

h1{
    font-size: 18px;
    color: #777;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-bottom: 15px;
}

h2 {
    margin:0px;
    color: #4ca1d7;
    font-size: 16px;
    font-weight: bold;
    padding-top:30px;
    padding-bottom:15px;
}

input {
    background-color: #fff;
}

#content {
    position:absolute;
    top:60px;
    left:280px;
    /* width: 100%; */
    padding-top: 20px;
    width: -moz-calc(100% - 280px);
    width: -webkit-calc(100% - 280px);
    width: calc(100% - 280px);
}

#messages {
	position:fixed;
	z-index:999;
	top:0;
	left:0;
	width:100%;
	min-height:16px;
	border-bottom:solid 1px red;
	background-color:yellow;
	color:black;
	font-size:12px;
	padding: 6px 10px;
	display: none;
}
#message {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height:15px;
}

#div_bottom {
    position: fixed;
    bottom:0px;
    padding-bottom: 10px;
    font-size: 12px;
    text-align: center;
    left: 0px;
    width: 250px;
    color: rgba(255,255,255,0.35);
    z-index: 1003;
}

.simpleTable {
    border-spacing: 0;
    border-collapse: collapse;
}
.simpleTable tr{
    height: 30px;
}
.simpleTable th{
    border-bottom: solid 1px #ddd;
    text-align: left;
    font-weight: bold;
}
.simpleTable td{
    color: #b1bab9;
    /* color: rgb(76, 93, 104); */
}

.boxTableDiv {
    width: calc(100% - 20px);
}
.boxTable {
    background-color: #f5f6f8;
    border: solid 1px #D9DDDF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* min-width: 500px; */
    width: 100%;
    padding: 10px;
}
.boxTable th {
    color: #646464;
    text-align: left;
    padding-left: 10px;
}
.boxTable td {
    color: #b1bab9;
}
.boxTable input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #D9DDDF;
    height: 30px;
    vertical-align: middle;
    width: 99%;
}
.boxTable select {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #D9DDDF;
    height: 30px;
    vertical-align: middle;
    width: 99%;
}
.boxTable textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #D9DDDF;
    height: 80px;
    vertical-align: middle;
    width: 99%;
}
.boxTable button {
    font-size: 14px;
    height: 35px;
    padding: 5px;
    border: solid 1px #D9DDDF;
    background-color: #71A865;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 200px;
    color: #fff;
    cursor: pointer;
    margin-top: 15px;
}

button {
    font-size: 14px;
    height: 35px;
    padding: 5px;
    border: solid 1px #D9DDDF;
    background-color: #71A865;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 200px;
    color: #fff;
    cursor: pointer;
    margin-top: 15px;
}