/*
 unsichtbarer Bereich
*/
.component_hide {
	display: none !important;
}

/*
 sichtbarer Bereich
*/
.component_show {
	display: inherit;
}

.component_inline {
	display: inline;
}

.messages>.infobox {
	width: 100%;
	float: left;
	font-size: 13px;
	margin-bottom: 4px;
	min-height: 0;
	padding: 8px;
}

.messages>.info {
	background: lightskyblue;
}

.messages>.fatal {
	background: darkgray;
}

.error_button {
	padding: 5px;
	outline: none;
	text-decoration: none;
	background: rgb(238, 67, 0);
}

/* daterangepicker */
.daterangepicker .calendar-table th {
	background: var(--main-bg-color-grey);
}

/* Dialog BEGIN */

/* MEINSV - DESIGN 3.0 -------------- */
/*overlays*/
.esv-ui-confirm-dialog-overlay {
	top: 0px;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: scroll;
	background: rgba(0, 0, 0, 0.7);
	padding: 0;
	display: none;
	z-index: 300;
	-webkit-overflow-scrolling: touch;
}

.esv-ui-confirm-dialog {
	margin: 5% auto;
	max-width: 800px;
	position: relative;
	flex-direction: column;
	flex-wrap: nowrap;
	display: flex;
	flex: 1 1 auto;
	background: white;
	align-items: center;
}

.esv-ui-confirm-dialog>.esv-ui-header {

}

.esv-ui-confirm-dialog>.esv-ui-content {
	font-size: 1rem;
	line-height: 1.6rem;
	font-weight: 300;
	color: rgb(71, 82, 86);
	padding: 25px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

.esv-ui-confirm-dialog>.esv-ui-buttons {
	margin: 0 0 10px 0;
}

.esv-ui-confirm-dialog>.esv-ui-buttons>* {
	margin: 0 5px 0 5px;
}

/* Dialog END */