p.registration-form .ui-outputlabel {
	display: block;
	margin-bottom: 15px;
	text-align: left;
}

.login-department {
	margin-bottom: 50px;
	font-weight: bold;
}

.login-subtitle {
	margin-top: -10px;
}

.login-body {
	background: none;
}

.login-body .login-card {
	z-index: 2;
	border-top: 8px solid #39a3f4;
	background-color: #ffffff;
	padding: 15px 42px;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	width: 450px;
	margin: auto;
}

.login-wrapper .login-container .passwortRequestInfo {
	font-size: 16px;
}

.layout-wrapper .layout-content .layout-breadcrumb .breadcrumb .route-bar-breadcrumb ul
	{
	margin: 0;
	padding: 0;
}

.layout-wrapper .topbar .profile {
	margin-top: 3px;
}

.layout-wrapper .topbar .profile .profileIcon {
	padding-left: 5px;
	padding-right: 5px;;
	font-size: 20px;
}

.TexAlCenter {
	text-align: center;
}

.TexAlRight {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.icon {
	margin-left: 5px;
	margin-right: 5px;
}

.card .card-header h3 {
	margin: 0;
}

.card .card-header .icon {
	font-size: 1.5rem;
}

body .card .card-header+.ui-divider.ui-divider-horizontal {
	margin-bottom: 0.5rem;;
}

body .ui-widget+.ui-message, body .ui-widget .ui-message
	{
	padding: 0;
	margin: 0;
	display: block;
}

.panel-buttons {
	margin-top: 10px;
}

body .editPanel .ui-message.ui-message-error, body .editPanel .ui-message.ui-message-info
	{
	background-color: transparent;
	border: 0 none;
}

/* ShowPanel / EditPanel */
body .ui-panelgrid.showPanel .ui-panelgrid-cell {
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}

body .ui-panelgrid.showPanel .ui-panelgrid-cell.label {
	font-weight: lighter;
	min-width: 9.5em;
	padding-right: 0;
}

body .ui-panelgrid.editPanel .ui-panelgrid-cell {
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}

body .ui-panelgrid.editPanel .ui-panelgrid-cell.label {
	padding-right: 0px;
	word-wrap: break-word;
	line-height: 34px;
}

body .ui-panelgrid.editPanel.noPadding .ui-panelgrid-cell, body .ui-panelgrid.showPanel.noPadding .ui-panelgrid-cell
	{
	padding: 0;
}

/* Datatable, Treetable */
body .ui-datatable .ui-datatable-header, body .ui-treetable .ui-treetable-header
	{
	padding-top: 6px;
	padding-bottom: 4px;
}

body .ui-datatable .ui-datatable-header .TableHeader, body .ui-treetable .ui-treetable-header .TableHeader
	{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

body .ui-datatable .ui-datatable-header .TableHeader .TableHeaderButtons .ui-button,
	body .ui-treetable .ui-treetable-header .TableHeader .TableHeaderButtons .ui-button
	{
	margin-left: 10px;
}

body thead th.ColumnIcon {
	width: 40px;
}

body tbody td.ColumnIcon {
	text-align: center;
	width: 40px;
}

body thead th.ColumnDoubleIcon {
	width: 80px;
}

body tbody td.ColumnDoubleIcon {
	text-align: center;
	width: 80px;
}

body thead th.ColumnTripleIcon {
	width: 120px;
}

body tbody td.ColumnTripleIcon {
	text-align: center;
	width: 120px;
}

body thead th.ColumnQuadrupleIcon {
	width: 160px;
}

body tbody td.ColumnQuadrupleIcon {
	text-align: center;
	width: 160px;
}

body .ui-datatable .ui-filter-column .ui-column-customfilter .ui-selectonemenu
	{
	width: 100%;
	min-width: initial !important;
	vertical-align: top;
}

/* Notifications */
.ui-commandlink.ui-widget.notification-card-command-link {
	color: #495057;
	text-decoration: none;
}

.card.unread-notification-card {
	box-shadow: 0 0px 6px 0px rgb(57 163 244 / 100%);
}

.ui-dataview.no-header-dataview .ui-dataview-header {
	display: none;
}

@keyframes blinking {
        0% {
          color: #ffffff;
        }
        100% {
          color: rgb(213, 0, 0);
        }
      }

#notification-bell {
	animation: blinking 2s infinite;
}

@media (min-width: 992px) {
	#notification-bell-link {
    	display: none;
	}
}

/* Buttons */
body .ui-button.delete-button {
	background-color: rgb(213, 0, 0);
	border: 1px solid rgb(128, 0, 0);
}

#dashboard-modul-dataview .ui-dataview-row {
	border: none;
}

#dashboard-modul-dataview .ui-dataview-content {
	background: none;
}

/* Show User Authorizations */
.dot-disabled {
  height: 10px;
  width: 10px;
  background-color: rgb(255, 0, 0);
  border-radius: 50%;
  display: inline-block;
}

.dot-enabled {
  height: 10px;
  width: 10px;
  background-color: rgb(0, 255, 0);
  border-radius: 50%;
  display: inline-block;
}

.authorization-text {
	display: 	inline;
	font-weight: bold;
}

.margin-left {
	margin-left: 15px;
}

/* Base Wizard */
.ui-wizard-step-titles {
	background: #F9FAFB;
    border: 1px solid #dee2e6;
}

body .ui-wizard .ui-wizard-step-titles .ui-wizard-step-title {
    border: 0px;
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px
}

body .ui-wizard .ui-wizard-step-titles .ui-wizard-step-title:last-child {
	border: 0px;
}



/* Status History */
.ui-datalist.Simple .ui-datalist-content {
	border: none;
	background: none;
	padding: 0;
}

.ui-datalist.Simple .ui-datalist-data {
	padding: 0;
	margin: 0;
}

.ui-datalist.Simple .ui-datalist-data .ui-datalist-item {
	margin-bottom: 5px;
}

.ui-datalist.Simple .ui-datalist-data .ui-datalist-item:last-child {
	margin-bottom: 0px;
}

.ui-datalist.Simple.StatusList .ui-datalist-data .ui-datalist-item {
	padding-bottom: 3px;
	background: #e8e8e8;
}

.ui-datalist.Simple.StatusList .ui-datalist-data .ui-datalist-item:first-child
	{
	background: none;
}


.ui-datalist.Simple.StatusList .ui-datalist-data .ui-datalist-item .ui-panel .ui-panel-titlebar {

	background: none;
	border: none;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}


.ui-datalist.Simple.StatusList .ui-datalist-data .ui-datalist-item .ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon {
	float: left;
	margin-left: 0;
	margin-right: 3px;
	width: 12px;
}

.ui-datalist.Simple.StatusList .ui-datalist-data .ui-datalist-item .ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon .ui-icon {
	font-size: 12px;
}

.ui-datalist.Simple.StatusList .ui-datalist-data .ui-datalist-item .ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon .ui-icon.ui-icon-closethick{
    background-position: -16px -80px;
}


.ui-datalist.Simple.StatusList .ui-datalist-data .ui-datalist-item .ui-panel .ui-panel-content {
	background: none;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 0;
	padding-bottom: 3px;
	border: none;
}


/* Edit/Show Samples */
body .ui-datatable.sample-list .ui-datatable-header {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top-left-radius: unset;
	border-top-right-radius: unset;

}

/* Edit/Show BilingItems */
body .ui-datatable.billing-list .ui-datatable-header {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top-left-radius: unset;
	border-top-right-radius: unset;
}


	/* scheduler event style classes */
#scheduler-id .sc-bc-style1,
#scheduler-id .sc-bc-style1 .fc-event-main {
	background: YELLOW;
	border-color: BLACK;
	color: BLACK;
}

#scheduler-id .sc-bc-style2,
#scheduler-id .sc-bc-style2 .fc-event-main {
	background: ORANGE;
	border-color: BLACK;
	color: BLACK;
}

#scheduler-id .sc-bc-style3,
#scheduler-id .sc-bc-style3 .fc-event-main {
	background: DARKBLUE;
	border-color: BLACK;
}

#scheduler-id .sc-bc-style4,
#scheduler-id .sc-bc-style4 .fc-event-main {
	background: RED;
	border-color: BLACK;
}

#scheduler-id .sc-bc-style5,
#scheduler-id .sc-bc-style5 .fc-event-main {
	background: GREEN ;
	border-color: BLACK;
}

#scheduler-id .sc-bc-style6,
#scheduler-id .sc-bc-style6 .fc-event-main {
	background: BLACK;
	border-color: BLACK;
}

#scheduler-id  .fc-day-today {
	background: CORNSILK;
}

body .reservation .fc-daygrid-day.fc-day-today,
body .reservation .fc-timegrid-col.fc-day-today,
body .reservation .fc-list-table .fc-day-today th,
body .reservation .fc-col-header .fc-day-today {
	background-color: #b8cee1;
}

li.fc-event-today::marker {
	color: #b8cee1 !important;
	font-size: 1.2em;
}


.reservation .fc-event.fc-event-eigene,
.reservation .fc-event.fc-event-eigene .fc-event-main {
	background: #9dcc65;
}

li.fc-event-eigene::marker {
	color: #9dcc65 !important;
	font-size: 1.2em;
}

.reservation .fc-event.fc-event-belegt,
.reservation .fc-event.fc-event-belegt .fc-event-main {
	background: #fd8484;
}

li.fc-event-belegt::marker {
	color: #fd8484 !important;
	font-size: 1.2em;
}

.reservation .fc-event.fc-event-reschedule,
.reservation .fc-event.fc-event-reschedule .fc-event-main {
	background: red;
}

li.fc-event-reschedule::marker {
	color: red !important;
	font-size: 1.2em;
}

.reservation .fc-event.fc-event-neu,
.reservation .fc-event.fc-event-neu .fc-event-main {
	background: #1585db;
}

li.fc-event-neu::marker {
	color: #1585db !important;
	font-size: 1.2em;
}

.reservation .fc-event.fc-event-current-request,
.reservation .fc-event.fc-event-current-request .fc-event-main {
	background: red;
}

li.fc-event-current-request::marker {
	color: red !important;
	font-size: 1.2em;
}

.reservation .fc-event.fc-event-further-request,
.reservation .fc-event.fc-event-further-request .fc-event-main {
	background: lightpink;
}

li.fc-event-further-request::marker {
	color: lightpink !important;
	font-size: 1.2em;
}

.reservation .fc-event.fc-event-other-customer,
.reservation .fc-event.fc-event-other-customer .fc-event-main {
	background: deepskyblue;
}

li.fc-event-other-customer::marker {
	color: deepskyblue !important;
	font-size: 1.2em;
}

.reservation .fc-event.fc-event-same-customer,
.reservation .fc-event.fc-event-same-customer .fc-event-main {
	background: yellowgreen;
}

li.fc-event-same-customer::marker {
	color: yellowgreen !important;
	font-size: 1.2em;
}


.ui-fileupload.customSimple .ui-fileupload-content {
	display: none;
}
.ui-fileupload.customSimple .ui-fileupload-buttonbar {
	border: none;
	background: none;
	padding: unset;
}

.buttonColumn {
	display: flex;
	justify-content: space-between;
}