/* setzt den Body unterhalb des Headers */
.container {
	margin-top: 		100px;
}
a.nav-link {
	font-size:			20px;
}

.logout {
	font-weight:		bold;
}

.edittext {
	width:				100%;	
}

.editnumber {
	width:				10em;
	text-align:	    	right;
}

.edittextshort {
	width:				10em;	
}

.textupper {
	text-transform: 	uppercase;
}

.editselect {
	width:				100%;	
}

.fieldlong {
	width:				100%;
}
.editselectshort {
	width:				10em;	
}

.editselectmiddle {
	width:				15em;	
}

.editdatetime {
	width:				100%;	
}

.editdate {
	width:				100%;	
}

.edittime {
	width:				100%;	
}
.edittextarea {
	margin-bottom:		3px;
	width:				100%;
}

.listnumber {
	text-align:	    	right;
}

/*, a:active.nav-link
a:visited.nav-link, */

.navbar-nav a:hover.nav-link {
	font-weight:	bold;
}

.tabs-modules {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.tabs-modules a:hover.nav-link {
    font-weight:    bold;
}

.tab-module-link {
	display: block;
	text-decoration: none;
}

.tabs-modules a.tab-module-link {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: solid 1px black;
	border-bottom: none;
	padding: 0.5em;
}
.tabs-modules a.tab-module-link, .tabs-modules a:link.tab-module-link,
	.tabs-modules a:visited.tab-module-link, .tabs-modules a:active.tab-module-link,
	.tabs-modules a:hover.tab-module-link {
	text-decoration: none;
}
fieldset {
	display: block;
	padding: 0.5em 1.5em;
	border-radius: 4px;
}
legend {
	width: auto;
	display: block;
	padding-left: 0.25em;
	padding-right: 0.25em;
	border: none;
	font-size: 0.9em;
}
select {
	border-radius: 3px;
	margin-bottom: 0.5em;
	height: 1.8em;
}

.row {
	margin-right:	0px;
	margin-left:	0px;
}
button{
	width: 100%;
	border-radius: 3px;
}
label, .pseudo-label {
	text-align: left;
}
.col label {
	text-align: left;
	width: auto;
	margin: 0;
}
.pseudo-label {
	display: inline-block;
}
input, .pseudo-field {
	width: 100%;
	border-radius: 3px;
	margin-bottom: 0.5em;
}
input[type="checkbox"]{
	width: auto;
}
.short-field, .short-field5 {
	width: 5em;
}
.error {
  margin-top: -0.5em;
  margin-bottom: 0.5em;
}
.short-field6 {
	width: 6em;
}
.short-field7 {
	width: 7em;
}
.middle-field {
	width: 10em;
}
.align-right {
	text-align: right;
}
.align-center {
    text-align: center;
}
.summary-cell {
	text-align: right;
	border-top: medium solid black;
}
.no-result {
	text-align: center;
	font-size: 150%;
	margin: 2em;
	font-weight: bold;
}
.mini-dropdown{
	height: 50%;
	width: 50%;
}
/*--------- Datepicker ------------ */
/* DatePicker Container */
.ui-datepicker {
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	font-weight: bold;
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
}
.ui-datepicker tbody td {
	padding: 0;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.ui-datepicker-calendar .ui-state-active {
	position: relative;
	margin: -1px;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}
button.ui-datepicker-trigger {
	display:        inline;
	width:			auto;
	margin-left:	5px;
}

.tr-invisible {
	display: none;
}
.time-in-table {
	width: 4em;
} 
.date-in-table {
	width: 6em;
}
.hidden {
	display: none;
}
ul.pagination{
	margin-botton: 0 !important;
}
.compact-block{
	margin: 0 !important;
	padding: 0 !important;
}
.clear-both {
	clear: both;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.overflow {
	overflow: scroll;
}
fieldset.fieldgroup-header {
    margin-bottom: 0.2em;
    padding-bottom: 0;
}
.field-set-pane {
	padding-top: 1em;
	padding-bottom: 1em;
	border-radius: 4px;
	border-top-left-radius: 0;
}

.pseudo-button {
  display: block;
  border-top: 0;
  border-left: 0;
  border-radius: 4px;
  overflow: visible;
  text-align: center;
  min-height: 1.70rem;
}
.editimage {
  margin-bottom: 0.4em;
  max-width: 100%;
}
.image64x64 {
  max-width: 64px;
  max-height: 64px;
}
.image100x100 {
  max-width: 100px;
  max-height: 100px;
}
.image200x200 {
  max-width: 200px;
  max-height: 200px;
}
.image-max {
  max-width: 100%;
}
.column-headers-head {
  font-weight: bold;
}
.flag-image {
  width: 80%;
}
.dropdown-image {
  width: 20%;
}
.customtable {
  width: 100%;
}