#loadingCircle_gif {
	display: none;
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin:-40px 0 0 -40px;
}

#loadingCircle {
	display: none;
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin:-40px 0 0 -40px;
	-webkit-animation: spin 1.5s linear infinite;
	-moz-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.red {
	color: red;
}

.box-default_alt {
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	overflow-y: auto;
}

#newsBox {			/* fürs Dashboard */
	float: left;
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	overflow-y: auto;
}

#filesBox {		/* fürs Dashboard */
	float: left;
	width: 39.5%;
	height: 200px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	overflow-y: auto;
}

#absenteeismBox {		/* fürs Dashboard */
	float: right;
	width: 59.5%;
	height: 200px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	overflow-y: auto;
}

#calendarHeight {
	min-height: 100px;
	height: auto;
}

#filesBoxHeight {
	height: auto;
}

.boxLeft {
	float: left;
	width: 35%;
	height: 90%;
	border: 1px solid #ccc;
	overflow-y: auto;
}

.boxRight {
	float: left;
	height: 90%;
	min-height: 150px;
	border: 1px solid #ccc;
	overflow-y: auto;
}

.smallBox {
	width: 100%;
}

.largeBox {
	width: 63%;
	margin-left: 10px;
}

.box1alt {
	width: 25%;
	height: 90%;
	float: left;
	overflow-y: auto;
	border-color: #ccc;
}

.box2alt {
	width: 72%;
	height: 90%;
	float: left;
	margin-left: 20px;
	border-color: #ccc;
}

.box3alt {
	width: 100%;
	height: auto;
	float: left;
	overflow-y: auto;
	border-color: #ccc;
}

.boxTab {
	width: 98%;
	height: 90%;
	float: left;
	border-color: #ccc;
	overflow-y: auto;
}

.sheet {
	position: relative;
	width: 150px;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	font-size: 20px;
	border: 1px solid rgba(204,204,204,.35);
	border-style: solid solid none solid;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.alphabetSearch {
	text-align: center;
	padding: 0px !important;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.alphabetSearch a {
	display: block;
	width: 100%;
	height: 100%;
}

.alphabetSearch a:hover {
	display: block;
	width: 100%;
	height: 100%;
}

.form-control {
	width: 100%;
	padding: 4px 0px;
	font-size: 12px;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.spalte1r {
	width: 20%;
	text-align: right;
	border: none;
}

.spalte2l {
	width: 30%;
	text-align: left;
}

.spalte3r {
	width: 20%;
	text-align: right;
	border: none;
}

.spalte4l {
	width: 30%;
	text-align: left;
}

.spalte1b {
	width: 50%;
	text-align: right;
	border: none;
}

.spalte2b {
	width: 50%;
	text-align: left;
	border: none;
}

.spalte1p {
	width: 50%;
	text-align: right;
	border: none;
}

.spalte2p {
	width: 50%;
	text-align: left;
	border: none;
}

img.ordnerIcon {
	height: 20px;
	width: 20px;
	vertical-align: sub;
}


table {
	border-spacing: 0;
	border: none;
}

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	color: #202020;
	background: #fcfcfd;
	font-family: "Arial", "Helvetica";
	overflow: hidden;
}

html, body a {
	color: #202020;
}

html, body a:hover {
	text-decoration: underline;
}

h1 {
	text-align: center;
}

th {
	text-align: left;
	padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
	font-size: 14px;
}

td {
	text-align: left;
	padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
	font-size: 14px;
}

hr {
	border-style: solid;
	width: 80%;
	text-align: center;
}

hr.msgBox {
	border-style: solid;
	width: 100%;
}

hr.aboutBox {
	border-style: solid;
	width: 100%;
}

.addItem {
	position: absolute;
	display: none;
	top: 10%;
	left: 9%;
	height: 75%;
	min-height: 625px;
	width: 76%;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 4;
	padding: 8px;
	background-color: #fcfcfc;
	overflow: auto;
}

.addItemSmall {
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	height: 300px;
	width: 750px;
	margin-top: -200px;
	margin-left: -400px;
	z-index: 4;
	padding: 8px;
	background-color: #fcfcfc;
	overflow: auto;
}

.editItem {
	position: absolute;
	display: none;
	top: 10%;
	left: 9%;
	height: 75%;
	min-height: 625px;
	width: 76%;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 4;
	padding: 8px;
	background-color: #fcfcfc;
	overflow: auto;
}

.editItemSmall {
	position: absolute;
	display: none;
	top: 30%;
	left: 25%;
	height: 40%;
	width: 40%;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 4;
	padding: 8px;
	background-color: #fcfcfc;
	overflow: auto;
}

#exportBox {
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	height: 200px;
	width: 795px;
	margin-top: -100px;
	margin-left: -425px;
	z-index: 4;
	padding: 8px;
	background-color: #fcfcfc;
	overflow: auto;
}

.delItem {
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	height: 300px;
	width: 650px;
	margin-top: -200px;
	margin-left: -350px;
	z-index: 4;
	padding: 8px;
	background-color: #fcfcfc;
	overflow: auto;
}

#about {
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	height: 300px;
	width: 400px;
	margin-top: -192px;
	margin-left: -200px;
	z-index: 5;
	padding: 8px;
	background-color: #fcfcfd;
	overflow: auto;
}

#msgBox {
	position: absolute;
	display: none;
	top: 10px;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	overflow: hidden;
	z-index: 5;
	padding: 8px;
	border-style: solid;
	background-color: #ffffff;
	text-align: center;
}

#msgBoxTitle {
	font-size: 18px;
	color: red;
}

#msgBoxTxt {
	font-size: 14px;
	color: black;
}

#msgBoxCountDown {
	font-size: 12px;
	color: black;
}

#cover {			/* dunkelt die Seite bei Bedarf ab */
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 4;
	background-color: #000000;
	opacity: 0.7;
	display: none;
}

#coverMsg {			/* dunkelt die Seite bei Bedarf ab (nur für die Message-Box und den Ladekreis)*/
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 5;
	background-color: #000000;
	opacity: 0.7;
	display: none;
}

a {
	text-decoration: none;
}

a.menubtn {				/* blendet das Menü ein/aus */
	position: absolute;
	display: table-cell;
	width: 32px;
	height: 32px;
	top: 5px;
	left: 5px;
}

#topbar {
	height: 42px;
	font-size: 12px;
}

.iconbar {
	height: 37px;
}

.sidemenu {
	position: absolute;
	float: left;
	min-height: 100%;
	margin-left: 0px;
	background: #404040;
	text-align: center;
	z-index: 1;
}

#sidemenuIcons {
	width: 50px;
}

#sidemenuText {
	width: 50px;
}

#buttonContainer {
	padding-top: 80px;
}

#breadcrumb {		/* zeigt den Pfad zum aktuellen Element */
	position: absolute;
	display: table-cell;
	height: 37px;
	margin-top: -3px;
	margin-left: 60px;
	font-size: 25px;
	padding-top: 8px;
	overflow: hidden;
}

#infoPanel {
	position: absolute;
	right: 82px;
	font-size: 16px;
	padding-top: 13px;
}

img.helpbtn {			/* Hilfe-Icon */
	position: absolute;
	width: 32px;
	height: 32px;
	top: 5px;
	right: 10px;
}

img.aboutbtn {			/* Info-Icon */
	position: absolute;
	width: 32px;
	height: 32px;
	top: 5px;
	right: -40px;
}

img.printbtn {			/* Drucker-Icon */
	position: absolute;
	display: table-cell;
	width: 30px;
	height: 30px;
	top: 5px;
	left: 100%;
	margin-left: -60px;
}

#container {			/* Container für das Iconpanel auf der Übersichtsseite */
	position: relative;
	width: 100%;
	height: 100%;
}

#containerRelative {
	position: absolute;
	float: left;
	width: 100%;
	height: 100%;
	margin-left: 0px;
	padding-top: 8px;
}

#msgBoxContainer {
	position: absolute;
	display: none;
	width: 100%;
	height: 100px;
}

.mainpanel {
	position: relative;
	height: calc(100% - 50px);
	overflow-x: hidden;
	overflow-y: auto;
}

#mainpanelIcons {
	width: calc(100% - 60px);
	margin-left: 60px;
}

#mainpanelText {
	width: calc(100% - 60px);
	margin-left: 60px;
}

.hideOnlyIcons {
	display: none;
}

.hideWithText {
	display: unset;
}

.auswahlBtn {
	height: 40px;
	padding-top:20px;
	padding-left:15px;
	margin-bottom: 5px;
}

.button {
	position: relative;
	width: 250px;
	height: 30px;	/* 40px */
	display: table-cell;
	vertical-align: middle;
	padding: 0px;
	margin-bottom: 5px;
}

.buttonab {
	width: 250px;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	font-size:17px;
	font-weight: bold;
	border: none;
	margin-right:8px;
}

/* #subButton {
	width: 1208px;
	height: 33px;
	border: 1px solid gray;
	display: table-cell;
	vertical-align: middle;
	opacity: 0.6;
}	*/

.miniIconContainer {
	position: relative;
}

img.miniIcon {
	position: absolute;
	height: 30px;
	width: 30px;
	top: -6px;	/* 8px */
	left: 10px;
}

#versionBox {
	position: absolute;
    bottom: 60px;
	left: 45px;
	font-size: 12px;
}

.selectCalendar {
	float: right;
	margin-top: 30px;
	margin-right: 15px;
	font-size: 18px;
}

.shortenLongText {
   display: block;
   white-space: nowrap;
   overflow: hidden;
   width: 100%;
   text-overflow: ellipsis;
}
