/*css for zirpel*/

.body {
	background-color: #0d6efd;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bodyDark {
	background-color: #3b3b3b;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bodyTest {
	background-color: #ff8000 !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#copytext {
	color: #FFFFFF;
	position: fixed;
	left: 0;
	bottom: 0;
	transform: rotate(270deg);
	float: right;
	width: 12px;
	font-size: 11px;
	white-space: nowrap;
}

.noWrap {
	white-space: nowrap;
}

.cuHelp {
	cursor: help;
}

.cuPointer {
	cursor: pointer;
}

.personHeader {
    min-width: 200px;
}

.personHeaderSperrMode {
    min-width: 240px;
}

.refreshButton {
	min-height: 32px;
	min-width: 32px;
}

.mainHelp {
	min-height: 32px;
	min-width: 32px;
}

.ui-widget.ui-widget-content {
	margin: auto !important;
}

.optRow {
   height: 80px !important;
}

.subInfosTop {
	font-size: 9px;
	height: 12px;
    display: block;
    color: #000040;
    white-space: nowrap;
	
}

.navIcon {
	min-width: 22px;
	text-align: center;
}

.visButton {
	min-width: 48px;
	pointer-events: auto;
}


.umfrageIcon {
	min-width: 32px;
	text-align: center;
}

div.optDropdown i {
	min-width: 22px;
	text-align: center;
}


.subInfosBottom {
	font-size: 9px;
	display: block;
	height: 12px;
	color: #000040;
}

.lastEditInfoTeilnehmer, .userInfoTeilnehmer {
	padding-left: 4px;
}

.optButton {
	min-width: 45px;
	min-height: 32px;
	cursor: copy !important;
}

.optTitle {
	display:block;	
}

.titleButton {
	min-width: 132px !important;
	color: #000 !important;
	border-color: #000 !important;
	font-weight: bold !important;
	line-height: 1.2 !important;
}

.titleButtonDark {
	min-width: 132px !important;
	color: #FFF !important;
	border-color: #FFF !important;
	font-weight: bold !important;
	line-height: 1.2 !important;	
}

.copyButton {
	min-width: 42px;
	cursor: copy !important;
}

.eventSyncButton {
	min-width: 18px;
}

.personButton {
    min-width: 100px;
    min-height: 32px;
	cursor: copy !important;
}

.optButtonFreiText {
	min-width: 132px;
	min-height: 32px;
	cursor: copy !important;
}

.allesgesehen {
	min-height: 38px;
}

.copy {
	cursor: copy !important;
}

.grab {
	cursor: -webkit-grab;
 	cursor: grab;
 }

.rotate {
	/*transform: rotate(90deg);
	height: 200px;*/
}

.rotate:has(> td) {
	/*height: 200px;
	width: 20px;*/
}

.ui-datepicker-week-col {	
	text-align: center!important;
}

form {
	margin-block-end: 0em !important;
}


.table {
	margin-bottom: 0rem !important;
}

table > *:last-child > tr:last-of-type {
	border-bottom: hidden;
}


.headerGlanz {
	background: linear-gradient(#727272, #000);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-weight: bold;
}

.headerGlanzDark {
	background: linear-gradient(#727272, #FFF);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0px !important;
}

.directLoginDelay {
	max-width: 62px !important;
}

.alert-close-btn {
	top: 0.5rem;
	right: 0.5rem;
	position: absolute;
}

.xmas {
	background-image: url("images/xmas.png");
	background-position-y: center;
}

.disabledOption {
	background-color: grey;
	color: white;
}

.personen {
	min-width: 42px;
}

.seeMoreMiddleRight {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 900;
}

.card-body-relative {
  position: relative;
}

.smaller {
	font-size: 0.675em;
	line-height: 1.2;
}

.zirpel-title {
	line-height: 1;
}

.w-80 {
    width: 80% !important;
}

.limit-group-text {
 	display: block !important;
 	text-align: left !important;
}

.headerSpacer {
	width: 36px;
}

.btnAuswertung {
	min-width: 36px;
}

.auswertungDatumLabel {
	min-width: 82px;
}

.w-40 {
    width: 40% !important;
}

.lableIconClass {
	min-width: 20px;
	text-align: center;
}

.statsNumber {
	min-width: 42px;
}

.statsCategorie {
	min-width: 88px;
}

.statsTitle {
	white-space: normal !important;
}

.limitBemerkung {
	height: 32px;
	overflow: hidden;
}

#btnSaveFloat {
  position: fixed;
  bottom: 14px;
  right: 22px;
  text-align: center;
  z-index: 10;
  cursor: pointer;
}


#bnrSuccess {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

#bnrFail {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

#bnrTimeZoneSwitch {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

.bnrParent {
	min-width: 250px;
}

.statsTableFoot td {
	font-weight: bold;
}

.startPageButton {
	min-width: 178px;	
}

.first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    border-top-width: 1px !important;
}

.last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
    border-bottom-width: 1px !important;
}

.JNVButton {
	min-width: 40px;
}

.cbInputGroup {
	flex-wrap: unset !important;
}

.cbInputGroupText {
	white-space: unset !important;
    width: 100%;
    text-align: left !important;
    cursor: pointer;
}

.height32 {
	height: 32px;
	width: 32px;
}

