
html {
	height: 100%;
}
/*schriftart geändert*/
body {
	min-height: 100%;
	word-wrap: break-word;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.42857143;
	font-size: .86rem;
}
/* bootstrap4 label rechts */
label {
	font-weight: 700;
	font-family: inherit;

	}

/*bildschirm anpassung*/
@media screen and (max-width: 400px) and (min-width: 600px), (min-width: 1100px) {
	.form-horizontal .control-label {
	  text-align: right;
	}
  }


@media (min-width: 1340px) {
  .container-1280{
    max-width: 1280px;
  }
}

@media (min-width: 1460px) {
  .container-1400{
    max-width: 1400px;
  }
}

.container-1280, .container-1400 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


/*h1 angepass*/
h1 {
	margin-top: 1.2rem;
	font-size: 2.16rem;
}
.card-header{
	padding: .6rem .9rem;
}
.form-control {
	padding: .38rem .74rem;
	font-size: .86rem;
}

/*
.container{
	max-width: 950px;
}
*/

/*Abstand*/
.card-body {
padding: .9rem;
}
/*Farbe*/
.text-danger {
    color: #a94442!important;
}

/*Placeholder (entsprechend Standardwert in Theme, gray-2-color. Überschreibt form-control CSS-Definition)*/
::placeholder {
	color: #CCCCCC !important;
}

/* ---- language select ---- */
.languageSelect {
	position: relative;
	display: inline-block;
	padding-right: 30px;
}

.languageSelect-button {
	min-width: 46px;
	height: 46px;
	padding: 10px 5px 10px 10px;
	margin: 0;
	font-size: 14px;
	font-weight: var(--font-weight);
	font-family: Open Sans, Verdana, Arial, Helvetica, sans-serif;
	color: var(--font-color);
	border-radius: 3px;
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
	text-decoration: none;
}

.languageSelect-button:hover {
	box-shadow: none;
	outline-style: solid;
	outline-width: 2px;
	outline-color: #424242;
	text-decoration: underline;
	color: #3D8700;
}

.icon-opener {
	font-size: 10px;
	display: inline-block;
	transition: transform 0.5s ease;
}

.languageSelect-content {
	opacity: 0;
	visibility: hidden;
	display: block;
	position: absolute;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	border-radius: 5px;
	z-index: 1;
	--nose-left: 50%;
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	box-shadow: #969696 0 2px 10px 1px;
}

.languageSelect:hover .languageSelect-content {
	display: block;
	transition: opacity 100ms;
	opacity: 1;
	visibility: visible;
	list-style-type: none;
	z-index: 2005;
	padding: 5px;
}

.languageSelect:hover .icon-opener {
	transform: rotate(-180deg);
}

.languageSelect:hover .languageSelect-content:before {
	bottom: 100%;
	left: var(--nose-left);
	border-style: solid;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-width: 8px;
	margin-left: -8px;
	border-bottom-color: white;
}

.languageSelect-content > li > .item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
	width: 100%;
	background-color: transparent;
	border-radius: 3px;
	text-align: start;
	font-size: var(--font-size);
	font-weight: var(--font-weight);
	color: var(--font-color);
	cursor: pointer;
	text-decoration: none;
	min-width: 46px;
	height: 46px;
	padding: 11px 15px;
	border: 2px solid transparent;
}

.languageSelect-content > li > .item:hover {
	text-decoration: underline;
	color: #3D8700;
	padding: 11px 15px;
	margin: 0;
	border: 2px solid transparent;
	border-radius: 3px;
	outline: 2px solid;
	outline-color: #424242;
	box-shadow: none;
}

/*id spezifische anpassung um icons einzubinden*/
#loginName{
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#password{
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#passwordCheck{
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-text{
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#username{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
/*page header + padding*/
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}


.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
}

::-webkit-file-upload-button {
	cursor:pointer;
}

.page-header {
	margin-top: 0;
}

.setup-overlay {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.setup-overlay:after {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	background-color: rgba(255,255,255,0.2);
}

.setup-info-page h5 {
	font-weight: bold;
}

.radio-inline {
	padding-top: 8px;
}

.required:after {
	color: #BC4949;
	content:"*";
}

.navbar-light {
	border: solid;
	height: 70px;
	border-color: #3D8700;
	border-radius: 0;
	border-width: 0 0 5px 0;
	margin-bottom: 0px;
}

.navbar-brand {
	padding: 15px 20px;
}

.navbar-light .navbar-nav > li > a {
	color: #777;
}

.jumbotron {
	margin-top: 80px;
    text-align: center;
	border-bottom: 1px solid #EEEEEE;
	background-color: #eee;
}

/*Bootstrap4 panel -> card */
.card .card-header {
    background-color: #D2E8C0;
    font-weight: bold;
}

.btn-primary {
    background-color: #3D8700;
    border-color: #D2E8C0;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.btn-primary:hover {
	background-color: #D2E8C0;
    border-color: #3D8700;
    color: black;
}

.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active,
.btn-primary:active:hover {
	background-color: #3D8700;
	border-color: #CCCCCC;
	color: white;
}
.btn-secondary {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-secondary:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}


.setup-container {
	width: 950px;
}

.setup-col-adjust {
	padding-top: 13px;
}

.setup-gray {
	color: #808080;
}

.setup-separator-left {
	border-left: 2px dotted #CCCCCC;
}

.setup-padding-top {
	padding-top: 25px;
}

.setup-alert {
	margin-top: 5px;
}

.setup-dlist dt {
	padding-top: 10px;
}

.setup-float-spacing {
	margin-right: 20px;
}

.setup-file-preview .file-preview-image {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	max-height: 100%;
}

.setup-file-preview .krajee-default.file-preview-frame .kv-file-content {
	height: auto;
}

.clr-field{
	width: 100%;
	display: flex;
}

.clr-field input{
	width: calc(100% - 40px);
}

.clr-field button{
	width: 30px;
	height: 30px;
	border-radius: 15px;
	padding-left: 10px;
	pointer-events: initial;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color:
    #f9f9f9;
}

div.clear {
    clear: both;
}

div.setup-chooser span.setup-centered-svg {
	width: 100%;
	text-align: center;
	font-size: 128px;
}

div.setup-chooser img.setup-centered-image {
	display: block;
	width: 128px;
	margin: 0 auto;
}

div.setup-chooser.disabled div.setup-chooser-item {
	filter: opacity(60%);
	opacity: 0.6;
	cursor: default;
}

div.setup-chooser div.setup-chooser-item {
	height: 225px;
	padding: 11px;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	border: 1px solid #efefef;
	margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

div.setup-chooser div.setup-chooser-item.selected {
	border: 4px solid #3D8700;
	background: #efefef;
	padding: 8px;
	filter: opacity(100%);
	opacity: 1;
}

div.setup-chooser div.setup-chooser-item img {
	padding: 0;
}

div.setup-chooser div.setup-chooser-item span.title {
	display: block;
	margin: 10px 0 5px 0;
	font-weight: bold;
	font-size: 12px;
}

div.setup-chooser div.setup-chooser-item span.description {
	font-size: 12px;
}

div.setup-chooser div.setup-chooser-item input {
	position: absolute;
	left: 0;
	top: 0;
	visibility:hidden;
}

.checkbox-control {
	display: block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.hidden {
	display: none !important;
}

.form-control.error {
	box-shadow: 0 0 1.5px 1px #BC4949;
}

.viewEmbeddings .message {
	display: block;
	position: relative;
	font-size: 10pt;
	line-height: 20px;
	padding: 20px 20px 20px 60px;
    background-color: white;
    border: 1px solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.viewEmbeddings .message .icon {
    padding: 0px 3px 0px 0px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}

.viewEmbeddings h1 {
    font-weight: bold;
    font-size: 11pt;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    color: black;
}

.viewEmbeddings .content {
    padding: 5px 0px 0px;
}

.viewEmbeddings p {
    margin: 0;
}

.viewEmbeddings .message.info {
	border-color: #3572b0;
}

.viewEmbeddings .message.info .icon {
    background-color: #3572b0;
}

.viewEmbeddings .message.warn {
	border-color: #a94442;
}

.viewEmbeddings .message.warn .icon {
    background-color: #a94442;
}

.viewEmbeddings .message.error {
	border-color: #d04437;
}

.viewEmbeddings .message.error .icon {
	background-color: #d04437;
}

.viewEmbeddings .message.success {
	border-color: #3D8700;
}

.viewEmbeddings .message.success .icon {
    background-color: #54A220;
}

.bg-success {
	background-color: #dff0d8 !important;
}

.toast-message.active{
	color: white;
}

.toast-message.success.active{
	background-color: #3D8700; /* tooltip.success color*/
}

.toast-message.error.active{
	background-color: #BC4949; /* tooltip.error color*/
}

/**
* Color-Picker Component
*/
.color-picker{
	width: 100%;
	display: flex;
	flex-direction: row;
}
	.color-picker input {
		border-right-width: 0 !important;
	}
	.color-picker__coloris-field{
		opacity: 0;
		pointer-events: none;
		width: 0;
		height: 0;
	}
	.color-picker__preview-button-container{
		margin-left: -.5rem !important;
		border-left-width: 0 !important;
		padding-left: .5rem !important;
		border-top-right-radius: 2rem !important;
		border-bottom-right-radius: 2rem !important;
		display: flex;
		flex-direction: row;
		height: 2.25rem;
		width: 2.75rem;
	}
	.color-picker input:disabled + .color-picker__preview-button-container,
	.color-picker input:read-only + .color-picker__preview-button-container
	{
		background-color: #eeeeee;
	}
	.color-picker__preview-button{
		pointer-events: initial;
		width: 100%;
		height: 100%;
		border-radius: 100% !important;
		border: 1px solid rgba(0,0,0,0.2); /* use a transparent gray to merge with backgroud color */
	}
	.color-picker__preview-button[disabled="disabled"]{
		cursor: default; /* overwrite "pointer" cursor, disabled color previews shouldn't look clickable */
	}
	.color-picker__preview-button:focus {
		border-color: #86b7fe;
		outline: 0;
		box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	}

/**
* color-variant-container
*/

.color-variant-container{
	display: flex;
	flex-direction: row;
	padding-top: .5rem;
}
.color-variant-container__svg-container{
	width:8px;
	height:8px;
	margin-right: 4px;
	margin-top: -4px;
	margin-left: 2rem;
}

.color-variant-container__svg-container + div {
	flex-grow: 1;
}

.color-picker nput.is-invalid + .input-group-append {
	border-color: var(--bs-form-invalid-border-color) !important;
}

/**
* Theme form
 */

.theme-form .h3 {
	padding-bottom: 1rem;
}

.theme-form .form-group{
	padding-bottom: 1.5rem;
}