/* Minification failed. Returning unminified contents.
(478,31): run-time error CSS1046: Expect comma, found '0'
(478,35): run-time error CSS1046: Expect comma, found '/'
(2568,31): run-time error CSS1046: Expect comma, found '0'
(2568,35): run-time error CSS1046: Expect comma, found '/'
(2576,22): run-time error CSS1039: Token not allowed after unary operator: '-popupArrowBorderColor'
(2578,13): run-time error CSS1039: Token not allowed after unary operator: '-popupArrowTop'
(2579,15): run-time error CSS1039: Token not allowed after unary operator: '-popupArrowRight'
(6040,31): run-time error CSS1046: Expect comma, found '0'
(6040,35): run-time error CSS1046: Expect comma, found '/'
(6134,17): run-time error CSS1039: Token not allowed after unary operator: '-openCloseMenuTopPos'
(6135,18): run-time error CSS1039: Token not allowed after unary operator: '-openCloseMenuRightPos'
(6146,17): run-time error CSS1039: Token not allowed after unary operator: '-openCloseMenuTopPos'
(6147,18): run-time error CSS1039: Token not allowed after unary operator: '-openCloseMenuRightPos'
 */
body {
	font-family: 'Roboto', sans-serif;
	background-color: transparent;
	background: transparent;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	line-height: unset;
	/*line-height: 1.7em;*/ /*Don't set this bad boy --> cuts of the g and other stuff*/
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 0px solid #ccc;
	border-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	-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;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #EDEDED;
	border: 0px solid #ccc;
	border-left-color: rgb(204, 204, 204);
	border-left-style: solid;
	border-left-width: 1px;
	border-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

/*#region 1.0 main html tags*/
h1, .heading1 {
	margin: .67em 0;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	font-size: 2.7em;
	color: #1D5B9D;
	font-family: 'Roboto-Light';
	font-weight: 100 !important;
	text-transform: uppercase;
}

h2, .heading2 {
	margin: .67em 0;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	font-size: 2.7em;
	color: #333;
	font-family: 'Roboto-Light';
	font-weight: 100 !important;
	text-transform: uppercase;
}

h3, .heading3 {
	margin: .67em 0;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	font-size: 1.6em;
	color: #92999E;
	font-family: 'Roboto-Light';
	font-weight: 300 !important;
}

h4, .heading4 {
	margin: .67em 0;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	font-size: 1.6em;
	color: #333;
	font-family: 'Roboto-Light';
	font-weight: 300 !important;
}

h5, .heading5 {
	margin: .67em 0;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	font-size: 1.6em;
	color: #1D5B9D;
	font-family: 'Roboto-Light';
	font-weight: 100 !important;
	text-transform: none !important;
}

p {
	font-size: 12px;
	color: #333;
}

i, .italic {
	font-style: italic;
}

strong, b, .strong {
	font-weight: bold;
}

.glyphicon {
	padding: 0px !important;
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

table tr td {
	border: 0px;
	padding-bottom: 10px;
	/*padding-top: 10px;*/
	/*border-top: 1px dotted #ddd;*/
}

	table tr td img
	{
		height: 15px;
		width: 15px;
	}
/*#endregion 1.0 main html tags*/
/*#region *2.0 TCF STYLES */
.TCFontStyleNormal {
		/*use to default: do not inherit!*/
	}

.TCFontStyleBold {
	font-weight: bold;
}

.TCFontStyleItalic {
	font-style: italic;
}

.TCFontStyleUnderline {
	text-decoration: underline;
}

.TCFontStyleStrikeout {
	text-decoration: line-through;
}

.TCFontStyleUnderline.TCFontStyleStrikeout {
	text-decoration: underline line-through;
}

.TCTableViewAlignmentInLine {
	display: inline-block;
}

.TCInputElementValidationError {
	border-radius: 4px;
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px !important;
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
	border-style: solid;
	border-color: rgba(255, 0, 0, 0.75) !important;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*#endregion 2.0 TCF STYLES */

/*#region *3.0 Font Style */
/*<link href="https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i" rel="stylesheet">*/
/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: local('Roboto Italic'), local('Roboto-Italic'), url(../fonts/Roboto-Italic_extension.woff2) format('woff2');
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: local('Roboto Italic'), local('Roboto-Italic'), url(../fonts/Roboto-Italic.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(../fonts/Roboto-Bold-Italic_extension.woff2) format('woff2');
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(../fonts/Roboto-Bold-Italic.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Roboto-Regular_extension.woff2) format('woff2');
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Roboto-Regular.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/Roboto-Bold_extension.woff2) format('woff2');
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/Roboto-Bold.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/*Extension*/

@font-face {
	font-family: 'Roboto-Black';
	src: url('../fonts/Roboto-Black.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-BlackItalic';
	src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-Bold';
	src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-BoldItalic';
	src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-Italic';
	src: url('../fonts/Roboto-Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-Light';
	src: url('../fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-LightItalic';
	src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-Medium';
	src: url('../fonts/Roboto-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-MediumItalic';
	src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-Regular';
	src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-Thin';
	src: url('../fonts/Roboto-Thin.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-ThinItalic';
	src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
}
/*#endregion 3.0 Font Style*/



/*

LayoutPanelControl /LayoutContainers

*/

.TCFrameLayoutContainer {
	position: relative;
}

.TCFrameLayoutPositionTopLeft {
	position: absolute;
	left: 0px;
	top: 0px;
}

.TCFrameLayoutPositionTopCenter {
	position: absolute;
	top: 0px;
	left: 50%;
	-ms-transform: translate(-50%, 0%); /* IE 9 */
	-webkit-transform: translate(-50%, 0%); /* Safari */
	transform: translate(-50%, 0%);
}

.TCFrameLayoutPositionTopRight {
	position: absolute;
	top: 0px;
	right: 0px;
}

.TCFrameLayoutPositionMiddleLeft {
	position: absolute;
	top: 50%;
	left: 0px;
	-ms-transform: translate(0%,-50%); /* IE 9 */
	-webkit-transform: translate(0%,-50%); /* Safari */
	transform: translate(0%,-50%);
}

.TCFrameLayoutPositionMiddleCenter {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%); /* IE 9 */
	-webkit-transform: translate(-50%,-50%); /* Safari */
	transform: translate(-50%,-50%);
}

.TCFrameLayoutPositionMiddleRight {
	position: absolute;
	top: 50%;
	right: 0px;
	-ms-transform: translate(0%,-50%); /* IE 9 */
	-webkit-transform: translate(0%,-50%); /* Safari */
	transform: translate(0%,-50%);
}

.TCFrameLayoutPositionBottomLeft {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.TCFrameLayoutPositionBottomCenter {
	position: absolute;
	bottom: 0px;
	left: 50%;
	-ms-transform: translate(-50%, 0%); /* IE 9 */
	-webkit-transform: translate(-50%, 0%); /* Safari */
	transform: translate(-50%, 0%);
}

.TCFrameLayoutPositionBottomRight {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.TCFrameLayoutPositionTop {
	position: absolute;
	right: 0px;
	top: 0px;
	left: 0px;
}

.TCFrameLayoutPositionRight {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.TCFrameLayoutPositionLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
}

.TCFrameLayoutPositionBottom {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.TCFrameLayoutPositionFill {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.TCFlexLayoutContainer {
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
}
/*Too much of a general style we cannot put that through with the new Design V3*/
/*.TCFlexLayoutContainer > div {
		background: #fff;
		padding: 20px;
		margin: 10px;
		border: 1px solid #ddd;
		height: auto;
	}*/


.TopContentContainer {
	margin: 10px;
}

	.TopContentContainer > .TCFlexLayoutContainer {
		/*Removed again cause it causes a part of the page to disapear*/
		/*margin: -10px;*/
	}

#AjaxErrorBox {
	position: absolute;
	font-size: 25px;
	color: red;
	bottom: 5px;
	padding: 15px;
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
	border-color: rgba(0,0,0,.2);
	box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
	margin-left: 20px;
	margin-right: 20px;
}

#FileSelectErrorBox {
	color: red;
	text-align: center;
	word-break: break-word;
}

#FileMaxSizeErrorBox {
	color: red;
	text-align: center;
	word-break: break-word;
}

#MultipleFileUploadNotAllowedErrorBox {
	color: red;
	text-align: center;
	word-break: break-word;
}

/*#region LayoutTableControlDef*/
.contentpanel {
	background-color: white;
	margin: 10px;
}

.contentpanelborder {
	background-color: #D8D9DA;
	background-color: white;
}

/*#endregion LayoutTableControlDef*/

/*#region 1.0 FORM FIELDS*/
/*Specifically set for ios and mobile firefox*/
input {
	border-radius: 0;
	-webkit-border-radius: 0;
}

	input[type="text"] {
		padding: 5px 10px;
		border: 1px solid #ddd;
		margin: 10px 0px;
		font-size: 14px;
		background-color: #F8F8F8;
		/*color: #1D5B9D;*/
		color: #666;
	}

		input[type="text"]:focus {
			border-color: #66afe9;
			outline: 0;
			-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
			box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
		}

	input[type="password"] {
		padding: 5px 10px;
		border: 1px solid #ddd;
		margin: 10px 0px;
		font-size: 14px;
		background-color: #F8F8F8;
		color: #1D5B9D;
	}
	/*Remove Clear X From Edge*/
	input::-ms-clear {
		display: none;
	}

textarea {
	padding: 5px 10px;
	border: 1px solid #ddd;
	margin: 10px 0px;
	font-size: 14px;
	background-color: #F8F8F8;
	/*color: #1D5B9D;*/
	color: #666;
}

	textarea:focus {
		border-color: #66afe9;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	}

select {
	color: #1D5B9D;
	background-color: #F8F8F8;
	padding: 5px;
	font-size: 14px;
	border: 0;
	border-radius: 0;
	height: 34px;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	height: 34px;
	overflow: hidden;
	background: url('../Img/01_PreDefined/001_Extension/ic_play_arrow_48px.png') no-repeat calc(100% - 10px) center #fff;
	background-size: 13px;
	border: 1px solid #ddd;
	padding-right: 30px;
}
/*#region KALENDER*/
table[title="Kalender"] {
	padding: 0px !important;
	border: 1px solid #ddd !important;
}

	table[title="Kalender"] tbody {
		border: 10px solid #fff !important;
	}

	table[title="Kalender"] tr td:nth-child(1) {
		background: none !important;
		padding: 0px !important;
	}

	table[title="Kalender"] tr td, table[title="Kalender"] tr th {
		padding: 10px !important;
		border: 0px !important;
		text-align: center !important;
	}
/*#endregion KALENDER*/

input[type="checkbox"] {
	position: relative;
	overflow: hidden;
	margin: 10px;
	background-color: #F8F8F8;
	border: 1px solid #ddd;
	padding: 20px;
}

	input[type="checkbox"]:checked + label::before {
		content: "";
		text-align: center;
		cursor: pointer;
		padding: 5px 8px;
		border-radius: 3px;
		margin: 5px;
		background-image: url(../Img/01_PreDefined/checkbox_checked.svg);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}

	input[type="checkbox"]:indeterminate + label::before {
		content: "";
		text-align: center;
		cursor: pointer;
		padding: 5px 8px;
		border-radius: 3px;
		margin: 5px;
		background-image: url(../Img/01_PreDefined/checkbox_indeterminate.svg);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}

	input[type="checkbox"] + label::before {
		content: "";
		text-align: center;
		cursor: pointer;
		padding: 5px 8px;
		border-radius: 3px;
		margin: 5px;
		background-image: url(../Img/01_PreDefined/checkbox_unchecked.svg);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}

input[type=checkbox] {
	display: none;
}

/*input[type=checkbox]:checked + label:before {
		content: "\2713";
		text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
		font-size: 14px;
		color: #666;
		text-align: center;
		line-height: 15px;
		cursor: pointer;
		background-color: #ddd;
		padding: 5px;
		border-radius: 3px;
		margin-right: 10px;
	}

	input[type=checkbox] + label:before {
		content: "\2713";
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
		font-size: 14px;
		color: #ddd;
		text-align: center;
		line-height: 15px;
		cursor: pointer;
		background-color: #ddd;
		padding: 5px;
		border-radius: 3px;
		margin-right: 10px;
	}*/
/*#endregion 1.0 FORM FIELDS*/

/*#region 2.0 input buttons*/
input[type="button"], input[type="submit"] {
	padding: 10px 15px;
	border: none;
	cursor: pointer;
	margin: 10px 0px;
	font-size: 15px;
	background-color: #DDDDDD;
	color: #333;
	vertical-align: middle;
}

	input[type="button"]:hover, input[type="submit"]:hover {
		padding: 10px 15px;
		border: none;
		cursor: pointer;
		margin: 10px 0px;
		font-size: 15px;
		background-color: #1D5B9D;
		color: #fff;
		vertical-align: middle;
	}

	input[type="button"].TCImageTextButton {
		padding: 10px 10px 30px 10px;
		text-indent: 30px;
		background-position: 10px;
		line-height: 1.42;
		text-align: left;
	}

		input[type="button"].TCImageTextButton:hover {
			padding: 10px 10px 30px 10px;
			text-indent: 30px;
			background-position: 10px;
			line-height: 1.42;
			text-align: left;
		}


	input[type="button"].TCImageButton {
		padding: 0px;
		background-color: transparent;
		color: #fff;
		font-size: unset;
		vertical-align: unset;
		background-position: center center;
	}

		input[type="button"].TCImageButton:hover {
			padding: 0px;
			background-position: center center;
		}


input[type="file"] {
	position: relative;
	overflow: hidden;
	margin: 0px;
	background-color: transparent;
	border: 0px solid #ddd;
	padding: 0px;
}

/*#endregion 2.0 input buttons*/

/*#region 4.0 LINKS/Buttons*/
a.TCCommandButtonApply {
	/*padding: 5px 10px;
	border: none;
	cursor: pointer;
	margin: 10px 0px;
	font-size: 15px;
	background-color: #88A80D;
	border: 1px solid #88A80D;
	border-bottom: 3px solid #88A80D;
	color: #fff;
	text-decoration: none;*/
	padding: 10px 15px;
	border: none;
	cursor: pointer;
	margin: 10px 0px;
	font-size: 15px;
	background-color: #DDDDDD;
	color: #333;
	vertical-align: middle;
	margin-right: 5px;
	white-space: nowrap;
}

	a.TCCommandButtonApply:hover {
		/*padding: 5px 10px;
		border: none;
		cursor: pointer;
		margin: 10px 0px;
		font-size: 15px;
		background-color: #fff;
		border: 1px solid green;
		border-bottom: 3px solid green;
		color: #88A80D;*/
		padding: 10px 15px;
		border: none;
		cursor: pointer;
		margin: 10px 0px;
		font-size: 15px;
		background-color: #1D5B9D;
		color: #fff;
		vertical-align: middle;
		margin-right: 5px;
	}

a.TCCommandButtonEdit {
	/*padding: 5px 10px;
	border: none;
	cursor: pointer;
	margin: 10px 0px;
	font-size: 15px;
	background-color: #1D5B9D;
	color: #fff;
	text-decoration: none;*/
	padding: 10px 15px;
	border: none;
	cursor: pointer;
	margin: 10px 0px;
	font-size: 15px;
	background-color: #DDDDDD;
	color: #333;
	vertical-align: middle;
	margin-right: 5px;
	white-space: nowrap;
}

	a.TCCommandButtonEdit:hover {
		/*padding: 5px 10px;
		border: none;
		cursor: pointer;
		margin: 10px 0px;
		font-size: 15px;
		background-color: #fff;
		color: #1D5B9D;*/
		padding: 10px 15px;
		border: none;
		cursor: pointer;
		margin: 10px 0px;
		font-size: 15px;
		background-color: #1D5B9D;
		color: #fff;
		vertical-align: middle;
		margin-right: 5px;
	}

a.TCCommandButtonApply {
	/*padding: 5px 10px;
	border: none;
	cursor: pointer;
	margin: 10px 0px;
	font-size: 15px;
	background-color: #88A80D;
	color: #fff;
	text-decoration: none;*/
	padding: 10px 15px;
	border: none;
	cursor: pointer;
	margin: 10px 0px;
	font-size: 15px;
	background-color: #DDDDDD;
	color: #333;
	vertical-align: middle;
	white-space: nowrap;
}


a.TCCommandButtonUpdate {
	/*padding: 5px 10px;
	border: none;
	cursor: pointer;
	margin: 10px 0px;
	font-size: 15px;
	background-color: #4AA3D0;
	color: #fff;
	text-decoration: none;*/
	padding: 10px 15px;
	border: none;
	cursor: pointer;
	margin: 10px 0px;
	font-size: 15px;
	background-color: #DDDDDD;
	color: #333;
	vertical-align: middle;
	margin-right: 5px;
	white-space: nowrap;
}

td:not([colspan]) > a.TCCommandButtonUpdate {
	white-space: nowrap;
	display: inherit;
}

a.TCCommandButtonUpdate:hover {
	/*padding: 5px 10px;
	border: none;
	cursor: pointer;
	margin: 10px 0px;
	font-size: 15px;
	background-color: #fff;
	color: #4AA3D0;*/
	padding: 10px 15px;
	border: none;
	cursor: pointer;
	margin: 10px 0px;
	font-size: 15px;
	background-color: #1D5B9D;
	color: #fff;
	vertical-align: middle;
	margin-right: 5px;
}

a.TCCommandButtonCancel {
	/*padding: 5px 10px;
	border: none;
	cursor: pointer;
	margin: 10px 0px;
	font-size: 15px;
	background-color: #8A62DD;
	color: #fff;
	text-decoration: none;*/
	padding: 10px 15px;
	border: none;
	cursor: pointer;
	margin: 10px 0px;
	font-size: 15px;
	background-color: #DDDDDD;
	color: #333;
	vertical-align: middle;
	margin-right: 5px;
	white-space: nowrap;
}

td:not([colspan]) > a.TCCommandButtonCancel {
	white-space: nowrap;
	display: inherit;
}

a.TCCommandButtonCancel:hover {
	/*padding: 5px 10px;
	border: none;
	cursor: pointer;
	margin: 10px 0px;
	font-size: 15px;
	background-color: #fff;
	color: #8A62DD;*/
	padding: 10px 15px;
	border: none;
	cursor: pointer;
	margin: 10px 0px;
	font-size: 15px;
	background-color: #1D5B9D;
	color: #fff;
	vertical-align: middle;
	margin-right: 5px;
}

a.TCCommandButtonDelete {
	/*padding: 5px 10px;
	border: none;
	cursor: pointer;
	margin: 10px 0px;
	font-size: 15px;
	background-color: #CC5C00;
	color: #fff;
	text-decoration: none;*/
	padding: 10px 15px;
	border: none;
	cursor: pointer;
	margin: 10px 0px;
	font-size: 15px;
	background-color: #DDDDDD;
	color: #333;
	vertical-align: middle;
	margin-right: 5px;
	white-space: nowrap;
}

	a.TCCommandButtonDelete:hover {
		/*padding: 5px 10px;
		border: none;
		cursor: pointer;
		margin: 10px 0px;
		font-size: 15px;
		background-color: #fff;
		color: #CC5C00;*/
		padding: 10px 15px;
		border: none;
		cursor: pointer;
		margin: 10px 0px;
		font-size: 15px;
		background-color: #1D5B9D;
		color: #fff;
		vertical-align: middle;
		margin-right: 5px;
	}

a.TCCustomCommandButtonDelete {
	/*padding: 5px 10px;
	border: none;
	cursor: pointer;
	margin: 10px 0px;
	font-size: 15px;
	background-color: #cc0000;
	color: #fff;
	text-decoration: none;*/
	padding: 10px 15px;
	border: none;
	cursor: pointer;
	margin: 10px 0px;
	font-size: 15px;
	background-color: #DDDDDD;
	color: #333;
	vertical-align: middle;
	margin-right: 5px;
	white-space: nowrap;
}

	a.TCCustomCommandButtonDelete:hover {
		/*padding: 5px 10px;
		border: none;
		cursor: pointer;
		margin: 10px 0px;
		font-size: 15px;
		background-color: #fff;
		color: #CC5C00;*/
		padding: 10px 15px;
		border: none;
		cursor: pointer;
		margin: 10px 0px;
		font-size: 15px;
		background-color: #1D5B9D;
		color: #fff;
		vertical-align: middle;
		margin-right: 5px;
	}

/*.TCCommandButtonEdit {
	color: red;
}

.TCCommandButtonApply {
	color: green;
}

.TCCommandButtonUpdate {
	color: blue;
}

.TCCommandButtonCancel {
	color: gold;
}*/
/*#endregion 4.0 LINKS/Buttons*/

/*#region 5.0 TCControls*/
.TCSetToDbNullButton {
	position: absolute;
	z-index: 0;
	border: 0px;
	background-color: transparent;
	padding-top: 9px;
	cursor: pointer;
}

.TCEditTextBox {
}

.TCFullEditTextBox {
	position: relative;
	display: table;
	width: 100%;
}

	.TCFullEditTextBox > .TCSetToDbNullButton {
		right: 20px;
		top: calc(50% - 15px);
		padding-right: 0px;
		padding-left: 0px;
	}

	.TCFullEditTextBox > span {
		position: absolute;
		right: 15%;
		padding-top: 18px;
	}

	.TCFullEditTextBox > .TCEditTextBox {
		padding-right: 25px;
		width: 100%;
	}

.TCFullEditTextBoxMultiLine > .TCSetToDbNullButton {
	right: 35px;
}


.TCImageTextButton {
	background-size: 16px;
	background-position: 2px 2px;
	background-repeat: no-repeat;
	padding-left: 28px;
	height: 25px;
}

.TCImageButton {
	width: 25px;
	height: 25px;
	background-size: 21px 21px;
	background-position: 2px 2px;
	background-repeat: no-repeat;
}

.TCEditRadioButton {
	text-align: left;
	clear: both;
	float: left;
	width: auto !important;
	margin-right: 5px !important;
}

.TCEditCheckBox label:before {
	border-radius: 3px;
}

.TCEditCheckBox label {
	cursor: pointer !important;
}

.TCMarkAbleCheckBox
{
	display: initial !important;
}
/*#region ERROR FIELDS*/
.TCValidationErrorLabel {
	border: 1px solid #cc0000;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom: 3px solid #cc0000;
	color: #333;
}

.TCValidationErrorHeader {
	color: #cc0000;
	font-size: 12px;
	margin: 0px;
}

.TCValidationErrorText {
	display: block;
	white-space: pre;
}

.TCValidationErrorContainer {
	padding-bottom: 10px;
}

/*#endregion ERROR FIELDS*/

.TCViewerAppletPosition {
	height: 100%;
	width: 100%;
	background: white;
}

/*Every TCDataInputElement with Multiple Checkboxes (mostly used in TCDetailsView)*/
.TCDataInputElement > span > table > tbody > tr > td:nth-child(n+1) > table > tbody > tr > td > span > label {
	padding-bottom: 10px !important;
	padding-right: 10px !important;
}
/* Every TCDataInputElement which has a radio button attached to select(mostly used in TCDetailsView) */
.TCDataInputElement > span > table > tbody > tr > td:nth-child(1) > .TCEditRadioButton {
	margin-right: 7px !important;
}

/*Every Radio Button with TcEditTextBox*/
.TCDataInputElement > span > table > tbody > tr > td:nth-child(2) > .TCEditTextBox {
	margin-bottom: 5px !important;
}

.TCDataInputElement > table > tbody > tr > td > label {
	padding-right: 5px;
}

.TCGridViewPanel {
	padding-bottom: 10px;
}

	.TCGridViewPanel > div > table tr td {
		height: 55px;
		padding-right: 10px;
		border-top: 1px dotted #ddd !important;
		padding-top: 10px;
	}

	.TCGridViewPanel > div > table > tbody > tr:last-child > td > table > tbody > tr td {
		border-top: none !important;
	}

	.TCGridViewPanel table tr td input, textarea {
		margin: 0;
	}

	.TCGridViewPanel table tr th {
		border: 0px;
		padding: 10px;
	}

	.TCGridViewPanel .TCEditTextBox {
		height: 34px;
		/*min-width: 100%;*/
		min-height: 34px;
	}

	.TCGridViewPanel .TCEditDropDownList {
		width: auto;
	}

	.TCGridViewPanel .TCDataInputElement .TCCalendar input {
		margin: 0;
	}

	.TCGridViewPanel .TCDataInputElement input {
		width: auto;
	}

	.TCGridViewPanel input, textarea, select {
		border-radius: 4px;
		/*For inputs*/
		border-top-left-radius: 4px !important;
		border-bottom-left-radius: 4px !important;
	}

.TCDetailsViewPanel table tbody {
	border: none !important;
}

.TCDetailsViewPanel table > tbody > tr {
	border: 1px solid white; /*Workarround für Edge --> strange border on DetailsView CellDescriptionPositionAbove*/
}

.TCRepeaterControlNavigationPositionLeft {
	text-align: left;
}

.TCRepeaterControlNavigationPositionRight {
	text-align: right;
}

.TCRepeaterControlNavigationPositionMiddle {
	text-align: center;
}

	.TCRepeaterControlNavigationPositionMiddle input:first-child {
		margin-left: -12%;
	}

		.TCRepeaterControlNavigationPositionMiddle input:first-child:hover {
			margin-left: -12%;
		}

.TCDetailsViewPanel {
	/*padding-bottom: 10px;*/
	/*Removed cause the space after DetailsViews gets too big*/
}

	.TCDetailsViewPanel input, textarea, select {
		border-radius: 4px;
		/*For inputs*/
		border-top-left-radius: 4px !important;
		border-bottom-left-radius: 4px !important;
	}

	.TCDetailsViewPanel table:not(.TCCheckBoxList) > tbody > tr > td:nth-child(1) {
		padding-right: 10px;
	}
	.TCDetailsViewPanel table:not(.TCCheckBoxList) > tbody > tr > td:nth-child(odd) {
		font-size: 11px;
		/*color: gray;*/
		color: #1D5B9D;
		filter: brightness(100%);
		opacity: 0.75;
	}

	.TCDetailsViewPanel table:not(.TCCheckBoxList) tr > td > span {
		margin-left: 10px !important;
	}

	.TCDetailsViewPanel .TCGridViewPanel > tbody > tr:last-child > td[colspan] {
		padding-top: 15px;
	}

	.TCDetailsViewPanel table tr td div span table {
		width: 100% !important;
		border-spacing: 0 !important;
		border-collapse: collapse !important;
		border-style: hidden !important;
	}

		.TCDetailsViewPanel table tr td div span table tr td {
			height: auto !important;
			text-align: left !important;
			border-spacing: 0 !important;
			border-left-width: 0px !important;
			border: none !important;
			border-collapse: collapse !important;
			border-style: hidden !important;
		}

	.TCDetailsViewPanel table tr td:nth-child(even) input, .TCDetailsViewPanel table tr td:nth-child(even) select, .TCDetailsViewPanel table tr td:nth-child(even) textarea {
		width: 100%;
		margin: 0px;
	}

	.TCDetailsViewPanel .TCDataInputElement .TCFullEditTextBoxMultiLine textarea {
		height: 150px;
	}

	.TCDetailsViewCellDescriptionPositionLeft > tbody:first-of-type > tr {
		/*Do nothing --> Default behavior*/
	}

.TCDetailsViewCellDescriptionPositionAbove > tbody:first-of-type > tr > td[colspan] {
	border-top: 0px !important;
	padding-top: 10px;
}

.TCDetailsViewCellDescriptionPositionAbove > tbody:first-of-type > tr > td:not([colspan]) {
	display: block;
	border-top: 0px !important;
}

.TCDetailsViewCellDescriptionPositionRightOrUnder > tbody:first-of-type > tr {
	display: flex;
}

	.TCDetailsViewCellDescriptionPositionRightOrUnder > tbody:first-of-type > tr > td[colspan] {
		border-top: 0px !important;
	}

	.TCDetailsViewCellDescriptionPositionRightOrUnder > tbody:first-of-type > tr > td:not([colspan]) {
		display: block;
		border-top: 0px !important;
		padding: 2px !important;
	}

	.TCDetailsViewCellDescriptionPositionRightOrUnder > tbody:first-of-type > tr > td:nth-child(odd):not([colspan]) {
		order: 2;
		width: 25%;
	}

	.TCDetailsViewCellDescriptionPositionRightOrUnder > tbody:first-of-type > tr > td:nth-child(even):not([colspan]) {
		order: 1;
		width: 100%;
	}

.TCDetailsViewCellDescriptionPositionUnder > tbody:first-of-type > tr {
	flex-direction: column;
}

.TCGridView > tbody > tr:nth-last-child(1) > td > table {
	width: 10%;
	margin: auto;
}

.TCGridView .TCDataInputElement label {
	margin-top: 5px;
}




.TCGridViewCaptionTextAlignLeft caption {
	text-align: left;
}

.TCGridViewCaptionTextAlignMiddle caption {
	text-align: center;
}

.TCGridViewCaptionTextAlignRight caption {
	text-align: right;
}

.TCGridViewHeaderStyleAscending a {
	display: block;
	background: url(../../../Img/01_PreDefined/asc.gif) no-repeat;
	background-position-x: right;
	padding-right: 18.5px;
	background-position-y: center;
}

.TCGridViewHeaderStyleDescending a {
	display: block;
	background: url(../../../Img/01_PreDefined/desc.gif) no-repeat;
	background-position-x: right;
	padding-right: 18.5px;
	background-position-y: bottom;
}



div.TCRepeaterControl {
	background: none;
	padding: 0px;
	margin: 0px;
	border: none;
}

#PageFrame_HEADLINE_MENU > .TCRepeaterControl {
	padding-bottom: 0px;
}

	#PageFrame_HEADLINE_MENU > .TCRepeaterControl > .TCRepeaterControlGroup {
		margin-bottom: 0px;
	}

		#PageFrame_HEADLINE_MENU > .TCRepeaterControl > .TCRepeaterControlGroup > .TCRepeaterConrolContent > .TCRepeaterControlGroupLabel {
			margin: 0px;
		}

/*#PageFrame_HEADLINE_MENU .TCImageButton {
	padding: 10px 22px 30px 10px;
}*/


.TCRepeaterControlNavigation > input {
	margin: 10px 0px;
	width: unset !important;
	padding: unset;
	padding: 10px 15px;
	border: none;
	cursor: pointer;
	font-size: 12px;
	background-color: transparent;
	color: #333;
	vertical-align: middle;
	text-decoration: underline;
}

	.TCRepeaterControlNavigation > input:hover {
		margin: 10px 0px;
		width: unset !important;
		padding: unset;
		padding: 10px 15px;
		border: none;
		cursor: pointer;
		font-size: 12px;
		background-color: transparent;
		color: #333;
		vertical-align: middle;
		text-decoration: underline;
	}

.TCRepeaterControlNavigation > .TCRepeaterNavSelectedPage {
	margin: 1px;
	margin-left: 10px;
	margin: 10px 0px;
	width: unset !important;
	padding: unset;
	padding: 10px 15px;
	border: none;
	cursor: pointer;
	background-color: transparent !important;
	color: #1D5B9D !important;
	font-size: 15px;
	font-size: 16px !important;
	font-weight: bold;
}

@media (max-width: 768px) {
	.TCRepeaterControlNavigationNavButton {
		display: none;
	}
}

.TCRepeaterControlItems {
}




div.TCFilterControl {
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	background: none;
	border: none;
}

.TCFilterControl > input {
	width: unset !important;
	display: block;
	background-color: #1D5B9D !important;
	border: none !important;
	color: #fff !important;
	min-width: 25px;
	height: 25px;
	font-size: 12px !important;
	padding: 5px !important;
	border-radius: 0px;
	margin: 2px !important;
}

	.TCFilterControl > input:hover {
		width: unset !important;
		display: block;
		background-color: #333333 !important;
		border: none !important;
		color: #fff !important;
		min-width: 25px;
		height: 25px;
		font-size: 12px !important;
		padding: 5px !important;
		border-radius: 0px;
		margin: 2px !important;
	}

.TCFilterControl > .TCFilterSelectedButton {
	background-color: #1D5B9D !important;
	min-width: 35px;
	height: 35px;
	font-size: 15px !important;
	font-weight: normal;
}

	.TCFilterControl > .TCFilterSelectedButton:hover {
		background-color: #1D5B9D !important;
		min-width: 35px;
		height: 35px;
		font-size: 15px !important;
		font-weight: normal;
	}

div.TCFilterControlVertical {
	display: inline-block;
}

.TCFilterControlVertical > .TCFilterSelectedButton {
	margin-left: -3px !important;
}

	.TCFilterControlVertical > .TCFilterSelectedButton:hover {
		margin-left: -3px !important;
	}

div.TCFilterControlHorizontal {
	display: flex;
}

.TCFilterControlHorizontal > .TCFilterSelectedButton {
	margin-top: -3px !important;
}

	.TCFilterControlHorizontal > .TCFilterSelectedButton:hover {
		margin-top: -3px !important;
	}

.TCRepeaterConrolContent {
	/*float: left;*/
}

.TCBrowsingPathControl > span {
	vertical-align: middle;
	color: #666;
	font-size: 12px;
	padding-right: 3px;
}

.TCBrowsingPathControl > input {
	border: none;
	color: #666;
	font-size: 12px;
	background: transparent;
	width: unset !important;
	margin: 0px;
	padding: 0px
}

	.TCBrowsingPathControl > input:hover {
		border: none !important;
		color: #1D5B9D !important;
		font-size: 12px !important;
		background: transparent !important;
		text-decoration: underline;
		margin: 0px;
		padding: 0px;
	}

.TCInlineCalendar {
	padding-left: 10px;
}

	.TCInlineCalendar timepicker {
		display: none !important;
	}

.TCCalendar > span > span::before {
	content: '';
}

.TCCalendar > span > span {
	background: url('../Img/01_PreDefined/001_Extension/kalender48px.svg');
	height: 15px;
	width: 15px;
	background-repeat: no-repeat;
}


.TCCalendar > .bootstrap-datetimepicker-widget .picker-switch.accordion-toggle {
	display: none !important
}

.TCCalendar > .TCSetToDbNullButton {
	right: 50px;
}

.TCCalendarWithTimePicker > .TCSetToDbNullButton {
	right: 9px;
}

.TCCalendarWithTimePicker > input {
	border-radius: 4px;
}

.TCCalendarWithDateAndTimePicker > .TCSetToDbNullButton {
	right: 50px;
}

.TCCalendarWithoutButton > .TCSetToDbNullButton {
	right: 15px;
}

.TCCalendarWithTimePicker > span {
	border-radius: 0;
}

.TCCalendar {
	width: 100%;
}

.TCCalendarWithTimePicker {
	float: left;
	width: 100%;
	display: inline;
}

.TCCalendarWithDateAndTimePicker {
	display: table;
}

.input-group .form-control {
	z-index: 0 !important;
}

@media not all and (min-resolution:.001dpcm) {
		/*
      Define here the CSS styles applied only to Safari browsers
     */
		.TCCalendar {
			width: unset;
		}

		.TCCalendarWithTimePicker {
			width: unset;
		}
}

@-moz-document url-prefix() {
	/*only in firefox because firefox missbehaves*/
	.TCCalendar {
		width: unset;
	}

	.TCCalendarWithTimePicker {
		width: 100%;
	}

	.TCCalendarWithDateAndTimePicker {
		width: unset;
	}
}

.TCInputDateTimePicker {
	display: block !important;
}

.TCFullCalendar {
	display: flex;
}

	.TCFullCalendar input
	{
		margin: 0px;
	}

	.TCClockpicker {
		display: none;
		float: left;
		z-index: 10;
		cursor: pointer;
	}

	.TCClockpicker > input {
		display: none !important;
	}

	.TCClockpicker > span {
		height: 34px;
		border-left: 1px solid #ddd !important;
	}

		.TCClockpicker > span > span::before {
			content: '';
		}

		.TCClockpicker > span > span {
			background: url('../Img/01_PreDefined/001_Extension/uhr48px.svg');
			height: 15px;
			width: 15px;
			background-repeat: no-repeat;
		}

/*Make Time Popup similiar to Calendar Popup*/
.popover.bottom > .arrow::after {
	margin-left: -6px;
}

.popover > .arrow::after {
	border-width: 6px;
}

.clockpicker-align-left.popover > .arrow {
	left: 15px;
}

.popover.bottom > .arrow {
	top: -7px;
	margin-left: -7px;
}

.popover > .arrow {
	border-width: 7px;
}

.clockpicker-popover {
	z-index: 999999999;
}
/*This overrides (it is a workarround) that part in 002_ContentControls... which i still want to get rid of but could not find a possibilty so far*/
.bootstrap-datetimepicker-widget .datepicker tr td {
	text-align: center !important;
}

.bootstrap-datetimepicker-widget .timepicker tr td {
	text-align: center !important;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #88A80D; /*#1D5B9D;*/
	color: white !important;
}

.bootstrap-datetimepicker-widget table td.today:before {
	border-bottom-color: #88A80D;
}

.bootstrap-datetimepicker-widget thead {
	color: #88A80D;
}

.bootstrap-datetimepicker-widget tbody {
	background-color: #f8f8f8;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 1px;
}

	.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
		left: 7px;
		right: unset;
		bottom: unset;
	}

	.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
		left: 8px;
		right: unset;
		bottom: unset;
	}

/*My TCTabControl*/
/*.TCTabControl {
	padding: unset !important;
	padding-top: unset;
	padding-top: 15px !important;
	border: none !important;
	box-shadow: none;
	transition: none;
}

	.TCTabControl > .TCTabHead {
		border-bottom: 1px solid #ccc !important;
	}

		.TCTabControl > .TCTabHead .TCTabButtonActive {
			background-color: transparent !important;
			border: none !important;
			font-weight: normal;
			color: #1D5B9D !important;
			border-color: #ccc !important;
			border-left: 1px solid #ccc !important;
			border-right: 1px solid #ccc !important;
			border-top: 1px solid #ccc !important;
			background-color: white !important;
			margin-bottom: -1px !important;
		}

		.TCTabControl > .TCTabHead .TCTabButton {
			background-color: transparent !important;
			border: none !important;
			font-weight: normal;
			color: #666666 !important;
			border-color: #ccc !important;
			text-align: left;
			margin: 0px !important;
		}

	.TCTabControl > .TCTabActive {
		transition: none;
		box-shadow: none;
	}

.TCTabButtonActive {
	text-align: left;
	margin: 0px !important;
	font-weight: bold;
}

.TCTab {
	display: none;
}

.TCTabActive {
	background-color: white !important;
	padding: 10px !important;
	border: 1px solid #fff !important;
}*/

.TCTabControl {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	background-color: white !important;
	padding: 10px !important;
	border: 1px solid #fff !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
	transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.TCTabButtonActive {
	background-color: #fff !important;
	border: 1px solid #fff !important;
	color: #1D5B9D !important;
	text-align: left;
	margin: 0px !important;
	font-weight: bold;
	box-shadow: -5px 0 5px -5px #ddd, 5px 0 5px -5px #ddd;
	padding: 10px !important;
}

.TCTabButton {
	background-color: #EFF3F4 !important;
	border: 1px solid #ddd !important;
	color: #000 !important;
	text-align: left;
	margin: 0px !important;
}

.TCTab {
	display: none;
}

.TCTabActive {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	background-color: white !important;
	padding: 10px !important;
	border: 1px solid #fff !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
	transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.TCTabControl {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0);
	background-color: white !important;
	padding: 10px !important;
	border: 0px solid #fff !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0), 0 0 0 1px rgba(0,0,0,0);
	transition: box-shadow 200ms cubic-bezier(0, 0.0, 0, 0);
}

.TCTabActive {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0);
	background-color: white !important;
	padding: 10px !important;
	border: 1px solid #fff !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0);
	transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
	box-shadow: 0 -5px 5px -5px #ddd !important;
}

.TCTabInactive {
	display: none;
}


.TCTabButton {
	background-color: transparent !important;
	border: 0px solid #fff !important;
	color: #000 !important;
	text-align: left;
	margin: 0px !important;
	box-shadow: 0 -5px 5px -5px #ddd inset;
	padding: 10px !important;
}

.TCPopupPanel {
	display: none;
	background: #fff;
	border: 1px solid #ccc;
	border-color: rgba(0,0,0,.2);
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	position: absolute;
	z-index: 1;
}

	.TCPopupPanel div {
		/*padding: 0px;*/
		border: none;
	}

	.TCPopupPanel > div {
		margin: 0px;
		padding: 20px;
		padding-bottom: 0px;
		border: none;
	}

		.TCPopupPanel > div > * {
			display: inline-block;
			/*margin: 8px 2px;*/
		}

			.TCPopupPanel > div > *:hover {
				/*margin: 8px 2px;*/
			}

.TCPopupPanelFlipped > div {
	padding: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.TCPopupPanelDefault::before {
	position: absolute;
	content: "";
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent white transparent;
	left: 3px;
	top: calc(0% - 19px);
	z-index: 1;
}

.TCPopupPanelDefault::after {
	position: absolute;
	content: "";
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent rgba(0,0,0,.2) transparent;
	left: 3px;
	top: calc(0% - 20px);
}

.TCPopupPanelSlideInRight {
	right: -9999990px;
	height: 100%;
}

.TCPopupPanelStartSlideInRight {
	transform: translateX(0);
	/*-webkit-animation: anim 1.5s 1;
	animation: anim 1.5s 1;*/
}

@-webkit-keyframes anim {
	0% {
		transform: translateX(100%);
	}
	/*14.28% {
		transform: translateX(0);
	}

	85.71% {
		transform: translateX(0);
	}*/
	100% {
		transform: translateX(0);
	}
}

@keyframes anim {
	0% {
		transform: translateX(100%);
	}
	/*14.28% {
		transform: translateX(0);
	}

	85.71% {
		transform: translateX(0);
	}*/
	100% {
		transform: translateX(0);
	}
}

.TCPanelOnTheEdge {
	right: 0;
}

	.TCPanelOnTheEdge::after {
		left: unset;
		right: 2px;
	}

	.TCPanelOnTheEdge::before {
		left: unset;
		right: 2px;
	}

.TCPopupPanelMiddleOfWindow {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

.TCRepeaterControlGroupLabel {
	text-decoration: underline;
	cursor: pointer;
	background-color: transparent !important;
	border: 1px solid #fff !important;
	text-align: left;
	margin: 0px !important;
	padding: 10px !important;
	font-size: 12px;
	font-family: Roboto;
	color: #92999E;
	text-decoration: none;
}

.TCRepeaterControlGroup {
	/*margin-bottom: 10px;*/
}

.TCEditDropDownList {
	color: #1D5B9D;
	background-color: #F8F8F8;
	padding: 5px;
	font-size: 14px;
	border: 0;
	border-radius: 0;
	height: 34px;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	height: 34px;
	overflow: hidden;
	background: url(../Img/01_PreDefined/001_Extension/ic_play_arrow_48px.png) no-repeat calc(100% - 10px) center #fff; /*This only works in good browsers --> Not in internet Explorer or Edge*/
	background-size: 13px;
	border: 1px solid #ddd;
	padding-right: 25px !important;
	margin: 0px !important;
}

/*For Edge*/
@supports (-ms-ime-align:auto) {
	.TCEditDropDownList {
		background: url(../../../Img/01_PreDefined/001_Extension/ic_play_arrow_48px.png) no-repeat;
		background-size: 13px;
		background-position-x: calc(-10px + 100%);
		background-position-y: center;
	}
}

/*For Internet Explorer*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.TCEditDropDownList {
		background-position: calc(-10px + 100%) center;
		background-size: 13px;
		background-color: transparent;
		background-image: url('../Img/01_PreDefined/001_Extension/ic_play_arrow_48px.png');
		background-repeat: no-repeat;
		background-attachment: scroll;
	}
}


.TCDropDownInputNotEditable input {
	cursor: default;
}

.TCDropDownMenu {
	position: fixed;
	background-color: #F8F8F8;
	z-index: 20;
	overflow-y: auto;
	max-height: 300px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

.TCDynamicDropdownTextbox {
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	outline: 0;
	box-shadow: none;
	border: none !important;
	border-bottom-color: currentcolor !important;
	border-bottom-style: none !important;
	border-bottom-width: medium !important;
	border-bottom: 1px solid #ced4da !important;
	border-radius: 0 !important;
	box-sizing: content-box;
	background-color: transparent;
	width: auto !important;
	background-color: white !important;
}

	.TCDynamicDropdownTextbox:focus:not([readonly]) {
		/*box-shadow: 0 1px 0 0 #1D5B9D;*/
		border-bottom: 1px solid #1D5B9D !important;
		background-color: white !important;
	}

.TCDynamicDropdownSearchLine {
	display: flex;
	flex-direction: column;
	margin: 5px !important;
	width: calc(100% - 10px);
}

.TCDynamicDropdownButton {
	margin-top: 5px !important;
	height: 25px;
	width: 60px !important;
	align-self: flex-end;
	padding: 2px !important;
}

.TCCheckboxDropdownContainer {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
}

.TCLoading {
	border: 8px solid #f3f3f3; /* Light grey */
	border-top: 8px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 2s linear infinite;
	position: absolute;
	z-index: 1000;
	position: center;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 0;
	margin-top: auto;
	bottom: 0;
	margin-bottom: auto;
}

.TCDynamicGrayOut {
	width: 100%;
	height: 100%;
	background-color: black;
	filter: alpha(opacity=30);
	opacity: 0.3;
	position: absolute;
	z-index:1;
}

.TCDropDownMenu > label {
	padding-left: 5px;
}

.TCDropDownMenu.TCVisible {
	display: inline !important;
	display: inherit !important;
	display: flex !important;
	flex-direction: column;
	align-items: flex-start;
}

.TCDropDownMenu my-option {
	font: inherit;
	/*color: #1D5B9D;*/
	color: #666;
	font-size: 13px;
	font-weight: lighter;
	text-transform: none;
	background-color: #F8F8F8;
	padding: 5px;
	display: list-item !important;
	min-height: 25px;
	cursor: pointer;
	height: auto;
	flex: 0 0 auto;
	width: 100%;
}

	.TCDropDownMenu my-option:hover {
		background-color: #0078d7;
		color: white;
	}

	.TCDropDownMenu my-option[selected] {
		background-color: #0078d7;
		color: white;
	}


.TCEditDropDown {
	position: relative;
}

	.TCEditDropDown > .TCSetToDbNullButton {
		right: 40px;
		top: 0px;
		padding-right: 0px;
		padding-left: 0px;
	}

	.TCError {
		color: red !important;
		height: unset !important;
	}

@-webkit-keyframes autofill {
	to {
		color: #666;
		background: transparent;
	}
}

input:-webkit-autofill {
	-webkit-animation-name: autofill;
	-webkit-animation-fill-mode: both;
}

.TCPopupPanelRightWindow {
	position: unset;
	background: #fff;
	border: none;
	box-shadow: none;
	height: 100%;
	overflow-y: auto;
}

.TCLayoutDirectionHorizontal {
	-webkit-flex-direction: row;
	flex-direction: row;
}

.TCLayoutDirectionVertical {
	-webkit-flex-direction: column;
	flex-direction: column;
}

.TCPositionRelative
{
	position:relative;
}

.TCScheduler {
}

	.TCScheduler .rsAptContent {
		/*background-color: #1D5B9D !important;*/
		/*color: #fff !important;*/
	}

	.TCScheduler .rsSelected > .rsButton {
		background-color: #1D5B9D !important;
		border-color: #1D5B9D !important;
		color: #fff !important;
	}

	.TCScheduler .rsAptCreate {
		background-color: white !important;
	}

	.TCScheduler .rsAptCreateRow1 {
		background-color: #e7e7e7 !important;
	}

	.TCScheduler .rsSelectedSlot {
		background-color: #1D5B9D !important;
	}

	.TCScheduler .rsPrimary {
		background-color: #1D5B9D !important;
		border-color: #1D5B9D !important;
	}

	.TCScheduler table tr td {
		border-bottom: 1px solid #c8c8c8 !important;
		border-left: 1px solid #c8c8c8 !important;
		padding: 0 !important;
	}

	.TCScheduler .rsSubHeader {
		background-color: #c8c8c8 !important;
	}

	.TCScheduler table tr th {
		padding: 0px !important;
	}

	.TCScheduler .rsHeader .rsSelected .rsButton {
		z-index: 0 !important;
	}

	.TCScheduler .rsAdvancedEdit.rsAdvancedModal {
		border-width: 1px;
		background: white;
		padding: 50px;
		padding-top: 20px;
		padding-left: 20px;
		border-color: gray;
		border-radius: 2px;
	}

	.TCScheduler .rsAdvTitle {
		display: flex;
		padding-bottom: 10px;
	}

		.TCScheduler .rsAdvTitle .rsAdvInnerTitle {
			flex: 3;
		}

		.TCScheduler .rsAdvTitle .rsAdvButtonWrapper {
			flex: 1;
		}

			.TCScheduler .rsAdvTitle .rsAdvButtonWrapper .rsAdvEditSave {
				float: right;
			}

			.TCScheduler .rsAdvTitle .rsAdvButtonWrapper .rsAdvEditCancel {
				float: right;
			}


	.TCScheduler .rsAdvancedSubmitArea {
		padding-top: 10px;
	}

	.TCScheduler .rsTodayCell {
		/*background: rgba(136, 168, 13, 0.41) !important;*/
		background: #e5f1ff;
	}

.TCSchedulerFilters {
	display: flex;
	flex-direction: column;
}

	.TCSchedulerFilters > * {
		padding-top: 10px;
		padding-left: 10px;
	}

.TCSchedulerFormPopup {
	z-index: 2000;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 600px;
	min-height: 500px;
	max-height: 90%;
	max-width: 90%;
	overflow: auto;
	border: 1px solid #ccc;
	border-top-color: rgb(204, 204, 204);
	border-right-color: rgb(204, 204, 204);
	border-bottom-color: rgb(204, 204, 204);
	border-left-color: rgb(204, 204, 204);
	border-color: rgba(0,0,0,.2);
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	background-color: white;
	padding-left: 10px;
	padding-top: 20px;
}

.TCGrayOut {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: black;
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.TCProgressDiv {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999999999;
	margin-top: -60px;
	margin-left: -70px;
}

.ui-dialog {
	z-index: 99999999999 !important;
}

.TCLLPreview {
	height: inherit;
	width: 100%;
}

.RadCalendar {
	min-width: 235px !important;
}

#PageFrame_SIDEPANEL {
	padding-right: 10px;
}

.RadCalendar_Metro .rcRow th {
	color: #1D5B9D !important;
}

.RadCalendar_Metro .rcSelected a, .RadCalendar_Metro .rcSelected span {
	border-color: #1D5B9D !important;
	background-color: #1D5B9D !important;
}

.RadCalendar_Metro .rcRow .rcSelected {
	background: #1D5B9D !important;
}

.RadScheduler .RadPicker {
	width: 90px !important;
}

.RadCalendarTimeView_Metro td.rcSelected a {
	border-color: #1D5B9D !important;
	background: #1D5B9D !important;
}

.RadCalendar .rcRow td:last-child {
	padding-right: 0px !important;
}

.RadCalendar .rcRow th + td {
	padding-left: 0px !important;
}

.RadCalendar .rcWeek th:last-child {
	padding-right: 0px !important;
}

.RadCalendar .rcWeek th {
	text-align: center !important;
}

.TCScheduler .rsDatePickerAnimationWrapper {
	width: 237px !important;
}

.RadScheduler input[type=checkbox] {
	display: none !important;
}

.RadScheduler [type="checkbox"] + label {
	margin-left: 0px !important;
	padding-top: 3px;
}

.RadScheduler .rsAdvOptionsScroll {
	min-height: 300px;
}

.RadScheduler .TCInvisible + .RadPicker {
	margin-left: 0px !important;
}

.RadScheduler .rsWrap {
	z-index: 0 !important;
}

.RadMenu_Metro .rmGroup .rmSelected > .rmLink, .RadMenu_Metro .rmGroup .rmExpanded > .rmLink, .RadMenu_Metro .rmGroup .rmSelected > .rmLink .rmToggle, .RadMenu_Metro .rmGroup .rmExpanded > .rmLink .rmToggle {
	border-color: #1D5B9D !important;
	color: #fff;
	background-color: #1D5B9D !important;
}

.RecurrenceEditor .rsAdvRecurrencePatterns .RadInput {
	padding-bottom: 5px;
}

.RecurrenceEditor .rsAdvWeekly_WeekDays li {
	width: 107px !important;
}

.RecurrenceEditor .rsAdvPatternPanel {
	height: 120px !important;
}

.RecurrenceEditor .rsAdvRecurrenceFreq {
	height: 120px !important;
}

.RadCalendar_Metro > tbody {
	display: table;
	width: 100%;
	border-collapse: collapse;
}

.RadCalendar_Metro > thead {
	display: table;
	width: 100%;
	border-collapse: collapse;
}

.RadCalendar_Metro {
	display: table !important;
}
.TCSchedulerFormPopupRightNextToAppointment {
	position: fixed;
	z-index: 1;
	background: #fff;
	border: 1px solid #ccc;
	border-color: rgba(0,0,0,.2);
	box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}

	.TCSchedulerFormPopupRightNextToAppointment:before {
		position: absolute;
		content: "";
		border-width: 10px;
		border-style: solid;
		border-color: var(--popupArrowBorderColor, transparent transparent transparent white);
		z-index: 1;
		top: var(--popupArrowTop, calc(50%));
		right: var(--popupArrowRight, -20px);
	}


.rsAdvWeekly > ul li {
	padding-top: 5px;
}

.rsAdvWeekly_WeekDays li:nth-child(5) {
	clear: none !important;
}

.TCDialogConfirm {
	display: flex;
	align-items: center;
}

	.TCDialogConfirm p {
		margin: 0px;
		font-size: 15px;
	}

	.TCDialogConfirm .ui-icon.ui-icon-alert {
		float: none !important;
		margin: -.25em 5px 0px 0px !important;
	}

.ui-dialog-titlebar {
	background-color: white !important;
	border: 0px !important;
	border: none !important;
	background: none !important;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-image: none;
	background-size: auto;
	background-image: linear-gradient(to right, #333 40%, rgba(255, 255, 255, 0) 20%) !important;
	background-position: bottom !important;
	background-size: 3px 1px !important;
	background-repeat: repeat-x !important;
}

.ui-dialog-title {
	color: #1D5B9D;
	font-family: 'Roboto-Light';
	font-size: 18px;
}

.ui-dialog-buttonpane {
	border: 0px !important;
	border: none !important;
}

.ui-dialog-buttonset > button {
	padding: 5px 10px;
	border: none;
	cursor: pointer;
	margin: 10px 0px;
	font-size: 15px;
	background-color: #DDDDDD;
	color: #333;
	vertical-align: middle;
	color: White;
	background-color: #1D5B9D;
}

.TCTextEditorHolder {
	height: 100%;
	width: 100%;
	min-height: 355px;
	position: relative;
}

	.TCTextEditorHolder * {
		float: left;
		display: inline;
	}

	.TCTextEditorReadOnly {
		overflow: auto;
		line-height: initial;
		max-height: 500px;
	}

.TCTextEditor {
	background-color: transparent;
	padding: 0;
	overflow: hidden;
}

	.TCTextEditor > span {
		height: 590px !important;
	}

		.TCTextEditor > span > div > #ribbonbar > .tabs > li > #tabFile {
			display: none !important;
		}

		.TCTextEditor > span > div > #ribbonbar > .tabs > li > #tabReports {
			display: none !important;
		}

		.TCTextEditor > span > div > #ribbonbar > .tabs > li > #tabPermissions {
			display: none !important;
		}

.TCTextEditorReadOnly > span > div > #ribbonbar {
	display: none !important;
}

	.TCTextEditorReadOnly > span > div > #ribbonbar > .tabs > li > #tabDefault {
		display: none !important;
	}

	.TCTextEditorReadOnly > span > div > #ribbonbar > .tabs > li > #tabInsert {
		display: none !important;
	}

	.TCTextEditorReadOnly > span > div > #ribbonbar > .tabs > li > #tabPageLayout {
		display: none !important;
	}

	.TCTextEditorReadOnly > span > div > #ribbonbar > .tabs > li > #tabView {
		display: none !important;
	}

	.TCTextEditorReadOnly > span > div > #ribbonbar > .tabs > li > #tabProofing {
		display: none !important;
	}

.TCHtmlEditor {
	width: 600px;
	height: 600px;
}

.KistersEditor {
	height: 100%;
	width: 100%;
}

.wv-canvas {
	height: 100%;
	width: 100%;
}




.file-block {
	margin-bottom: 5px;
	display: inline-flex;
	height: 20px;
	align-items: center;
	line-height: 16.8px;
	width: 80%;
}

	.file-block > .image {
		background-image: url('../Img/08_Predefined/file.svg');
		width: 15px;
		height: 15px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

	.file-block > .name {
		padding-left: 5px;
		width: max-content;
		align-self: center;
		font-weight: 400;
		font-size: 14px;
		line-height: 16.8px;
		padding-right: 5px;
		width: 70%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
		margin-right: 5px;
	}

	.file-block > .percentage {
		width: max-content;
		align-self: center;
		font-weight: 400;
		font-size: 14px;
		line-height: 16.8px;
		padding-right: 5px;
		white-space: nowrap;
		display: block;
	}

	.file-block > .TCUploadComplete {
		background-image: url('../Img/08_Predefined/WEB_downloadcheckmark.svg');
		background-repeat: no-repeat;
		background-position: center;
		height: 20px;
		width: 20px;
	}

	.file-block > .edit {
		background-image: url(../Img/08_Predefined/edit.svg);
		width: 15px;
		height: 15px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		cursor: pointer;
		margin-left: 5px;
	}

		.file-block > .edit.TCFileUploadEditActive {
			background-image: url(../Img/08_Predefined/WEB_ok_black.svg) !important;
		}

		.file-block > .status {
			display: flex;
			align-items: center;
		}

	.file-block > .file-delete {
		background-image: url(../Img/08_Predefined/trash.svg);
		width: 15px;
		height: 15px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		cursor: pointer;
		margin-left: 5px;
	}

	.file-block > .cancel {
		background-image: url(../Img/08_Predefined/WEB_cancel_black.svg);
		width: 15px;
		height: 15px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		cursor: pointer;
		margin-left: 5px;
	}


.TCEditFileUpload {
		display: none !important;
	}

.TCUploadControlButtonContainer {
	padding-top: 30px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

	.TCUploadControlButtonContainer label {
		width: 150px;
		height: 37px;
		display: inline-block;
		text-align: center;
		line-height: 18px;
		padding: 10px;
		background-color: #88A80D;
		font-weight: 400;
		font-size: 15px;
		color: #FAFAFA;
		border-radius: 40px;
		cursor: pointer;
		margin-bottom: 40px;
	}

.TCUploadControlPopupButton {
	width: 150px;
	height: 37px;
	display: inline-block;
	text-align: center;
	line-height: 18px;
	padding: 10px;
	background-color: #88A80D;
	font-weight: 400;
	font-size: 15px;
	color: #FAFAFA;
	border-radius: 40px;
	cursor: pointer;
}

.TCUploadPanelPopupMiddleWindow {
	top: 50%;
	padding: 16px;
	border-radius: 15px;
	background-color: #FaFAFA;
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
	border: 1px solid rgba(0, 0, 0, 0.1);
	position: absolute;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	z-index: 9999;
	width: calc(100% - 40px);
}

	.TCUploadPanelPopupMiddleWindow > div {
		padding: 24px;
		background-image: url('../Img/00_Base/DottedBorder.svg');
		height: 50%;
		background-repeat: no-repeat;
		background-size: 100%, 100%;

		display: flex;
		align-items: center;
		flex-direction: column;
		
	}

		.TCUploadPanelPopupMiddleWindow > div > span {
			line-height: 18px;
			font-size: 15px;
		}

	.TCUploadControlWrapperAsButton {
		position: relative;
	}

.TCUploadControlWrapperAsButton > .TCUploadControl > .TCUploadPanel > .TCUploadControlButtonContainer > label {
	display: none;
}

.TCUploadControlWrapperAsButton > .TCUploadControl {
	z-index: 999999;
	top: 40px;
	position: absolute;
	left: 0px;
}

.TCUploadControl {
	padding: 16px;
	border-radius: 15px;
	background-color: #FaFAFA;
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
	border: 1px solid rgba(0, 0, 0, 0.1);
	resize: both;
	overflow: auto;
	max-height: fit-content;
	max-width: 100%;
	min-height:260px;
	min-width: 420px;
}

.TCUploadPanel {
	padding: 24px;
	background-image: url('../Img/00_Base/DottedBorder.svg');
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100%, 100%;
}

.TCUploadControlInformationText {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 30px;
}

	.TCUploadControlInformationText span {
		font-weight: 400;
		line-height: 16.8px;
		font-size: 14px;
		color: #888888;
		height: 17px;
	}

.TCUploadControlImageHolder {
	background-image: url('../Img/08_Predefined/download.svg');
	background-position: center;
	background-size: 77px 76.41px;
	width: 100%;
	height: 77px;
	background-repeat: no-repeat;
	opacity: 0.15;
}
.TCUploadPanelAsButton {
	width: 25px;
	height: 25px;
	margin: 10px 0px;
}

.TCUploadPanelAsButtonWithText {
	width: 100%;
	height: 100%;
}

	.dxreControl {
		min-height: 350px;
		min-width: 200px;
	}

.TCDragEntered > .TCUploadControlImageHolder {
	opacity: 0.55;
}

.TCTextEditorIframe {
	height: 100%;
	width: 100%;
	min-height: 355px;
}

.TCBravaViewer {
	width: 100%;
	height: 100%;
}

.TCBVPreview {
	width: 100%;
	height: 100%;
}

.TCViewerFileNotSupported {
	cursor: default;
}



.TCSignoSignUniversalViewer {
	width: 100%;
	height: 100%;
}

.TCClientSelectedObjectTable {
	background-color: rgba(199, 224, 244, 0.45);
}
.TCClientSelectedObject {
	background-color: #C7E0F4 !important;
	position: relative;
}

.TCHoverAble:hover
{
	background-color: #edebe9;
}

.TCRightClickMenu {
	position: fixed;
	background: white;
	box-sizing: border-box;
	border-radius: 2px;
	box-shadow: rgba(0, 0, 0, 0.133) 0px 3.2px 7.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.6px 1.8px 0px;
	outline: transparent none medium;
}

	.TCRightClickMenu > div {
		margin: 0px;
		padding: 20px;
		padding-bottom: 0px;
		padding-top: 0px;
		border: none;
	}

.TCNotificationText {
	font-size: 10px;
	width: 16px;
	height: 16px;
	line-height: 15px;
	border-radius: 1em;
	box-sizing: border-box;
	text-align: center;
	border-color: #005A9E;
	color: #FFFFFF;
	background-color: #005A9E;
	position: absolute;
}

.TCEmailErrorText
{
	color:red;
}

.TCDisableButtonAfterClick:disabled {
	opacity: 0.5;
}

.TCSpindEdit span {
	align-self: center;
	padding-right: 10px;
}

.TCSpindEdit .TCSetToDbNullButton {
	position: relative;
	align-self: center;
	right: 7px;
}

.TCSpinEditButtonDown {
	background: url(../Img/01_PreDefined/001_Extension/ic_play_arrow_48px.png) no-repeat calc(50%) center #fff;
	border: 1px solid #ddd;
	height: 50%;
	width: 18px !important;
	color: transparent !important;
	background-color: transparent !important;
	border: none;
	background-size: cover;
	padding: 6px !important;
	margin: 0px !important;
}

.TCSpinEditButtonUp {
	background: url(../Img/01_PreDefined/001_Extension/ic_play_arrow_48px.png) no-repeat calc(50%) center #fff;
	border: 1px solid #ddd;
	height: 50%;
	width: 18px !important;
	color: transparent !important;
	background-color: transparent !important;
	border: none;
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
	background-size: cover;
	padding: 6px !important;
	margin: 0px !important;
}

	.TCSpinEditButtonUp:hover {
		background-color: #1D5B9D !important;
		background: url(../Img/01_PreDefined/001_Extension/ic_play_arrow_white_48px.png) no-repeat calc(50%) center #fff;
		background-size: cover;
	}
.TCSpinEditButtonDown:hover {
	background-color: #1D5B9D !important;
	background: url(../Img/01_PreDefined/001_Extension/ic_play_arrow_white_48px.png) no-repeat calc(50%) center #fff;
	background-size: cover;
}


.TCSpindEdit {
	display: flex;
	flex-direction: row;
	border-radius: 4px;
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
	background-color: #F8F8F8;
	border: 1px solid #ddd;
	padding: 1px;
	height: 34px;
}

	.TCSpindEdit > div {
		width: 25px;
		margin-left: auto;
	}

.TCSpinEditTextBox {
	border: none !important;
}

.TCWorkflowControl {
	position: relative;
}

.TCWorkflowControlCurrentStateButton {
	margin: 0px !important;
	text-align: center !important;
	padding: 10px 15px !important;
	border: none;
	cursor: pointer;
	margin: 10px 0px;
	font-size: 15px;
	background-color: white !important;
	color: #333;
	vertical-align: middle;
	height: unset !important;
	text-indent: unset !important;
}

	.TCWorkflowControlCurrentStateButton:hover {
		background-color: #1D5B9D !important;
	}


.TCWorkflowControlTransitionButton {
	margin: 0px !important;
	text-align: center !important;
	padding: 10px 15px !important;
	border: none;
	cursor: pointer;
	margin: 10px 0px;
	font-size: 15px;
	background-color: white !important;
	color: #333;
	vertical-align: middle;
	height: unset !important;
	text-indent: unset !important;
	width: 100%;
}

	.TCWorkflowControlTransitionButton:hover {
		background-color: #1D5B9D !important;
	}

	.TCWorkflowControlPopup {
		position: absolute;
		background-color: white;
		z-index: 20;
		left: 0px;
		max-height: 300px;
		width: 250px;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	}

	.TCWorkflowControlPopup.TCVisible {
		display: inline !important;
		display: inherit !important;
		display: flex !important;
		flex-direction: column;
	}
/*#endregion 5.0 TCControls*/
.TreeView * {
	margin: 0px !important;
	padding: 0px !important;
	border-collapse: collapse !important;
	border: none !important;
}

#Main {
	margin: 0px;
}

@media (min-width: 768px) {
	.htmlposition {
		overflow: hidden;
	}

	.mainposition {
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		position: absolute;
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 767px) {

	.mainposition {
		width: 100%;
		display: table;
	}
}
/*Those styles only cause problems they need to be removed --> they are too general*/
#ContentRow {
	padding: 0px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}


	#ContentRow table {
		background: #fff;
		border: 0px solid #ddd;
	}

		#ContentRow table caption {
			font-size: 16px;
			margin-bottom: 10px;
			color: #92999E;
		}

		#ContentRow table tbody {
			border: 10px solid #fff;
		}


		#ContentRow table tr th {
			/*border: 0px;*/
			/*padding: 10px;*/
			/*color: #4AA3D0;*/
		}

/*contentrowposition gets its top and bottom position set from JavaScript to have a possible dynamic design*/
@media (min-width: 768px) {
	.contentrowposition {
	}
}

.contentrowposition {
	position: absolute;
	right: 0px;
}

#ContentScrollPanel {
	background: none;
	/*padding: 40px;*/
	overflow: auto;
}

.maincontentposition {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border: 0px solid #ddd;
}

@media (max-width: 767px) {
	.maincontentposition {
		display: table-cell;
	}
}

.maincontent {
	background: none;
}

#TCSidePanel {
	position: fixed;
	left: 0;
	overflow-y: auto;
	overflow-x: hidden;
	background: white;
}

	#TCSidePanel > div {
		display: flex;
		flex-direction: column;
	}

#TCSideNavigation{

}

.TCPageRangeRight {
	height: 100%;
	margin: 0px;
	padding: 20px;
	padding-bottom: 0px;
	border: none;
	overflow: auto;
}

/* LOGIN */
/*#Login1 {
    border: 0px;
}

    #Login1 tr td {
        border: 0px !important;
    }

    #Login1 input[type="button"], input[type="submit"] {
        width: 100%;
    }
        #Login1 input[type="button"]:hover, input[type="submit"]:hover {
           
        }

	#Login1 input[type="text"], #Login1 input[type="password"] {
		padding: 10px 10px;
		border: none;
		margin: 10px 0px;
		font-size: 14px;
		border: 1px solid #ddd;
		width: 100%;
	}

.LoginScreen {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 30px;
}

.TCLoggedOut {
    line-height: 2em;
}

    .TCLoggedOut .headerrowpanel, .TCLoggedOut #Header {
        display: none !important;
    }

    .TCLoggedOut #ContentRow {
        margin: 0px !important;
        padding: 0px !important;
        text-align: center !important;
        overflow: visible !important;
    }

        .TCLoggedOut #ContentRow #ContentScrollPanel {
            margin: 0px !important;
            padding: 0px !important;
        }

    .TCLoggedOut h1, .TCLoggedOut .heading1 {
        font-size: 23px;
        color: #333;
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .TCLoggedOut #Login1 {
        margin-left: auto;
        margin-right: auto;
    }

        .TCLoggedOut #Login1 tr td input {
            margin-bottom: 0px;
            margin-top: 0px;
        }

        .TCLoggedOut #Login1 tr td label {
            margin-bottom: 0px;
            margin-top: 10px;
        }

		.TCLoggedOut #Login1 tr td {
			vertical-align: top !important;
			padding: 10px;
		}

#TextBoxPin {
	padding: 0px;
	padding-left: 0px;
	font-size: unset;
	width: unset;
	text-align: left;
	padding-left: 3px;
}
#ButtonPin {
	width: unset;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#ButtonResendPin {
	width: unset;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#LabelPinWrong {
	display: block;
}*/



.LogoutScreen {
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 30px;
}
.login100-form.validate-form.p-b-33.p-t-5 > span > label {
	padding-top: 20px;
	padding-left: 20px;
}

/*#region Login von Designer*/
.TCLoginBackgroundImage {
	background-color: #1c5a9c;
	/*background-image: url('../Img/00_Base/bg-01.jpg');*/
}

.TCLoginImage {
	/*content: url('../../../Img/00_Base/AXAVIAseriesLogo-1.png');*/
	background-image: url('../Img/00_Base/Axavia-Logo-White-RGB.svg');
	padding: 35px;
	padding-left: 325px;
	background-repeat: no-repeat;
}
/*//////////////////////////////////////////////////////////////////
[ FONT ]*/
/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
/*#Login2 * {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}*/

body, html {
	height: 100%;
	font-family: 'Roboto', sans-serif;
}

/*---------------------------------------------*/
#Login2 a {
	font-family: 'Roboto';
	font-size: 12px;
	line-height: 1.7;
	color: #000000;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	font-weight: normal;
}

	#Login2 a:focus {
		outline: none !important;
	}

	#Login2 a:hover {
		text-decoration: none;
		/*color: #fff;*/
	}

/*---------------------------------------------*/
#Login2 h1, #Login2 h2, #Login2 h3, #Login2 h4, #Login2 h5, #Login2 h6 {
	margin: 0px;
}

#Login2 p {
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

#Login2 ul, #Login2 li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
#Login2 input {
	outline: none;
	border: none;
}

#Login2 textarea {
	outline: none;
	border: none;
}

	#Login2 textarea:focus, #Login2 input:focus {
		border-color: transparent !important;
	}

		#Login2 input:focus::-webkit-input-placeholder {
			color: transparent;
		}

		#Login2 input:focus:-moz-placeholder {
			color: transparent;
		}

		#Login2 input:focus::-moz-placeholder {
			color: transparent;
		}

		#Login2 input:focus:-ms-input-placeholder {
			color: transparent;
		}

		#Login2 textarea:focus::-webkit-input-placeholder {
			color: transparent;
		}

		#Login2 textarea:focus:-moz-placeholder {
			color: transparent;
		}

		#Login2 textarea:focus::-moz-placeholder {
			color: transparent;
		}

		#Login2 textarea:focus:-ms-input-placeholder {
			color: transparent;
		}

#Login2 input::-webkit-input-placeholder {
	color: #555555;
}

#Login2 input:-moz-placeholder {
	color: #555555;
}

#Login2 input::-moz-placeholder {
	color: #555555;
}

#Login2 input:-ms-input-placeholder {
	color: #555555;
}

#Login2 textarea::-webkit-input-placeholder {
	color: #555555;
}

#Login2 textarea:-moz-placeholder {
	color: #555555;
}

#Login2 textarea::-moz-placeholder {
	color: #555555;
}

#Login2 textarea:-ms-input-placeholder {
	color: #555555;
}

#Login2 label {
	margin: 0;
	display: block;
}

/*---------------------------------------------*/
#Login2 button {
	outline: none !important;
	border: none;
	background: transparent;
}

	#Login2 button:hover {
		cursor: pointer;
	}

#Login2 iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
#Login2 .txt1 {
	font-family: Poppins-Regular;
	font-size: 13px;
	color: #e5e5e5;
	line-height: 1.5;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

#Login2 .limiter {
	width: 100%;
	margin: 0 auto;
}

#Login2 .container-login100 {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background-repeat: repeat-x;
	position: relative;
	z-index: 1;
}

	#Login2 .container-login100::before {
		content: "";
		display: block;
		position: absolute;
		z-index: -1;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,0);
	}

#Login2 .wrap-login100 {
	width: 390px;
	border-radius: 10px;
	overflow: hidden;
	background: transparent;
}


/*------------------------------------------------------------------
[ Form ]*/

#Login2 .login100-form {
	width: 100%;
	border-radius: 30px;
	background-color: #fff;
}

#Login2 .login100-form-logo {
	font-size: 60px;
	color: #333333;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 auto;
}

#Login2 .login100-form-title {
	font-family: Ubuntu-Bold;
	font-size: 28px;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	display: block;
}


/*------------------------------------------------------------------
[ Input ]*/

#Login2 .wrap-input100 {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
	padding: 29px 0;
}
/*For Chrome autocomplete login fields --> chrome makes them blue we don't want that*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
	background-color: white !important;
}


#Login2 .input100 {
	font-family: 'Roboto' !important;
	font-size: 20px !important;
	color: #555555;
	line-height: 1.2 !important;
	display: block !important;
	width: 100% !important;
	height: 50px;
	background: transparent !important;
	padding: 0 10px 0 80px !important;
	-webkit-transition: all 0.4s !important;
	-o-transition: all 0.4s !important;
	-moz-transition: all 0.4s !important;
	transition: all 0.4s !important;
	border: 0 !important;
	margin: 0 !important;
}

	#Login2 .input100:focus {
		box-shadow: none !important;
	}

#Login2 .input100::-ms-reveal {
	display: none !important;
}
/*---------------------------------------------*/
#Login2 .focus-input100 {
	position: absolute !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	left: 0 !important;
	pointer-events: none !important;
}

	#Login2 .focus-input100::before {
		content: "" !important;
		display: block !important;
		position: absolute !important;
		bottom: -1px !important;
		left: 0 !important;
		width: 0 !important;
		height: 1px !important;
		-webkit-transition: all 0.4s !important;
		-o-transition: all 0.4s !important;
		-moz-transition: all 0.4s !important;
		transition: all 0.4s !important;
		background: #337ab7 !important;

		/*background: -webkit-linear-gradient(left, #a445b2, #d41872, #fa4299);
		background: -o-linear-gradient(left, #a445b2, #d41872, #fa4299);
		background: -moz-linear-gradient(left, #a445b2, #d41872, #fa4299);
		background: linear-gradient(left, #a445b2, #d41872, #fa4299);*/
	}

	#Login2 .focus-input100::after {
		font-family: Linearicons-Free;
		font-size: 18px;
		color: #6ec1e4;
		content: attr(data-placeholder);
		display: block;
		width: 100%;
		position: absolute;
		top: 45px;
		left: 35px;
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}

#Login2 .input100:focus {
	padding-left: 60px;
}

	#Login2 .input100:focus + .focus-input100::after {
		left: 23px;
		color: #337ab7;
	}

	#Login2 .input100:focus + .focus-input100::before {
		width: 100% !important;
	}

#Login2 .has-val.input100 + .focus-input100::after {
	left: 23px;
	color: #337ab7;
}

#Login2 .has-val.input100 + .focus-input100::before {
	width: 100%;
}

#Login2 .has-val.input100 {
	padding-left: 60px;
}


/*------------------------------------------------------------------
[ Button ]*/
#Login2 .login100-form-lnk {
	color: #666;
	text-decoration: underline;
}

	#Login2 .login100-form-lnk:hover {
		color: #337ab7;
	}


#Login2 .container-login100-form-btn {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
}

#Login2 .login100-form-btn {
	font-family: 'Roboto', sans-serif !important;
	font-size: 18px !important;
	color: #fff !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	padding: 0 20px !important;
	min-width: 160px !important;
	height: 42px !important;
	border-radius: 30px !important;
	background: #6ec1e4 !important;
	/*background: -webkit-linear-gradient(left, #a445b2, #d41872, #fa4299);
	background: -o-linear-gradient(left, #a445b2, #d41872, #fa4299);
	background: -moz-linear-gradient(left, #a445b2, #d41872, #fa4299);
	background: linear-gradient(left, #a445b2, #d41872, #fa4299);*/

	position: relative !important;
	z-index: 1 !important;
	-webkit-transition: all 0.4s !important;
	-o-transition: all 0.4s !important;
	-moz-transition: all 0.4s !important;
	transition: all 0.4s !important;
	align-self: center;
}

	#Login2 .login100-form-btn::before {
		content: "";
		display: block;
		position: absolute;
		z-index: -1;
		width: 100%;
		height: 100%;
		border-radius: 0px;
		background-color: #555555;
		top: 0;
		left: 0;
		opacity: 0;
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}

	#Login2 .login100-form-btn:hover {
		background-color: #555555 !important;
	}

		#Login2 .login100-form-btn:hover:before {
			opacity: 1 !important;
		}

.TCLoginPasswordResetButton {
	align-self: center
}
/*------------------------------------------------------------------
[ Alert validate ]*/
#Login2 .validate-input {
	position: relative;
}

#Login2 .alert-validate::before {
	content: attr(data-validate);
	position: absolute;
	max-width: 70%;
	background-color: #fff;
	border: 1px solid #c80000;
	border-radius: 2px;
	padding: 4px 25px 4px 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	pointer-events: none;
	font-family: Ubuntu-Bold;
	color: #c80000;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

#Login2 .alert-validate::after {
	content: "\f12a";
	font-family: FontAwesome;
	font-size: 16px;
	color: #c80000;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
}

#Login2 .alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
}

@media (max-width: 992px) {
	#Login2 .alert-validate::before {
		visibility: visible;
		opacity: 1;
	}
}

#Login2 .seperator {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	text-align: center;
	margin: 25px 0 0;
	height: 25px;
}

	#Login2 .seperator b {
		width: 135px;
		height: 26px;
		font-size: 14px;
		text-align: center;
		line-height: 50px;
		background: #fff;
		display: inline-block;
		position: relative;
		top: -26px;
		z-index: 1;
		font-weight: normal;
	}

#Login2 #MicrosoftAuthenticate {
	font-size: 20px;
	color: white;
	height: 50px;
	width: 50px;
	border-radius: 60%;
	margin: 0px 10px;
	border: none;
	cursor: pointer;
	background-image: url(../Img/00_Base/03400-icon-service-Entra-Identity.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 33px;
	background-color: white;
	align-self: center;
	border: 1px solid #ccc;
}

#Login2 #OSAuthenticate {
	font-size: 20px;
	color: white;
	height: 50px;
	width: 50px;
	border-radius: 60%;
	margin: 0px 10px;
	border: none;
	cursor: pointer;
	background-image: url(../Img/00_Base/lock-computer-filled.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 33px;
	background-color: white;
	align-self: center;
	border: 1px solid #ccc;
}

#Login2 .authenticationFormsContainer {
	width: 100%;
	color: #fff;
	flex-direction: row;
	display: flex;
}

#Login2 .p-b-33
{
	padding-bottom: 20px;
}

#Login2 .m-t-32
{
	margin-top: 15px;
}

#Login2 .TCStayLoggedInAndResetPw {
	flex-direction: row;
	width: 100%;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	justify-content: normal;
}

#Login2 input[type="checkbox"] + label::before {
	content: "";
	text-align: center;
	cursor: pointer;
	padding: 0px 7px;
	border-radius: 3px;
	margin-right: 3px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

#Login2 input[type="checkbox"] + label
{
	font-weight:normal;
}
#Login2 .TCEditCheckBox {
	width: 240px;
	line-height: 1.7;
	font-weight: normal;
}

#Login2 .TCMSEntraLoginMessage {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}

.TCLoginResetPasswordSucessfullPopup {
	position: absolute;
	left: 0;
	width: 100%;
	align-content: center;
	align-self: center;
	display: flex;
	flex-direction: column;
	bottom: 0;
	height: 40px;
	/* background-color: white; */
	color: white;
	font-size: 20px;
}

	.TCLoginResetPasswordSucessfullPopup span {
		text-align: center;
		align-self: center;
	}

.TCShowPassword {
	position: absolute;
	top: 45px;
	right: 35px;
	width: 18px;
	height: 18px;
}

	.TCShowPassword.openeye {
		background-image: url(../Img/00_Base/eye.svg);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.TCShowPassword.closeeye {
		background-image: url(../Img/00_Base/eye-closed.svg);
		background-repeat: no-repeat;
		background-size: contain;
	}
	/*#endregion Designer Login*/

.headerrowposition {
	/*height: 50px;*/
	z-index: 1;
}

@media (max-width: 767px) {
    .headerrowposition {
        display: none !important;
    }
}

.headerrowposition > table {
}

.headerrowpanel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #1c5a9c;
    background-color: #BEC4C6 !important;
    flex-shrink: 0;
}

#PageFrame_HEADLINE {
    /*padding: 23px;*/
    text-align: left;
    /*height: 30px !important;*/
    /*margin-top: -10px !important;*/
    width: 100%;
    display: inline-block;
	padding-left: 23px;
	padding-top: 10px;
}

    #PageFrame_HEADLINE * {
        /*Every elment in PageFrame_Headline*/
        /*max-height: 30px;*/
        height: 30px;
    }

    #PageFrame_HEADLINE > :nth-child(n+2)
    {
         /*Every elment after first elment which has PageFrame_Headline as parent*/
        margin-left: 10px;
    }

    #PageFrame_HEADLINE > img
    {
      /*Images have to get fixed Pixels by the users .... Because there are different browsers with different engines interpreting the img tag differnt*/
    }


#PageFrame_HEADLINE_MAIN_MENU {
	text-align: left;
	display: inline-block;
	padding-left: 23px;
	padding-top: 10px;
	float: left;
}

	#PageFrame_HEADLINE_MAIN_MENU * {
		/*Every elment in PageFrame_Headline*/
		height: 30px;
	}

	#PageFrame_HEADLINE_MAIN_MENU > img {
		/*Images have to get fixed Pixels by the users .... Because there are different browsers with different engines interpreting the img tag differnt*/
	}

@media only screen and (max-width: 800px) {
	#PageFrame_HEADLINE_MAIN_MENU {
		display: none;
	}
}

#TCHeadLineForControls{
	float:left;
	padding-left: 23px;
	padding-top: 3.5px;
}
#Header {
	z-index: 100;
	/*Used for the fancy shadow under the navigation*/
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
	transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

@media all and (max-width: 767px) {
	#Header {
		margin-bottom: 20px !important;
	}
}

.headerposition {
	position: relative;
}

@media (max-width: 767px) {
	.headerposition {
		width: 100%;
		position: fixed;
	}
}

.headerpanel {
	background-color: #f7f7f7;
	background: none;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	color: #1c5a9c;
	flex-shrink: 0;
}

@media (max-width: 767px) {
	.headerpanel {
		margin-top: 0px;
	}
}

@media (min-width: 768px) {
	.headerpanel {
	}
}

.navbar {
	margin-bottom: 0px;
	border-width: 1px;
	min-height: 0px;
}

@media (min-width: 768px) {
	.navbar {
	}
}

#Header .navbar-default {
	background-color: #fff;
	border: 0px solid #ddd;
	color: #666;
}

@media all and (max-width: 767px) {
	#Header .navbar-default {
		background-color: #fff;
		border: 0px solid #ddd;
		color: #666;
	}
}

.menupanel {
	font-size: 16px;
}

.navbar-header {
	float: right;
	display: block;
}

.navbar-brand {
	padding-top: 12px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: none;
}

.navbar-header .navbar-brand {
	display: none;
}

.navbar-collapse {
	background-color: #fff;
	z-index: 9999999;
	/*Override bootstrap mobile view*/
	display: block !important;
	padding-bottom: 0px;
	overflow: visible !important;
	height: 1px;
	width: auto;
	border-top: 0;
	border-top-color: currentcolor;
	border-top-color: currentcolor;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*Override bootstrap mobile view*/
.navbar-nav {
	margin: 0;
}

/*Override bootstrap mobile view*/
.nav > li {
	position: relative;
	display: block;
	float: left;
}

.navbar-default .navbar-nav > li > a {
	color: #666;
}

.navbar-default .navbar-nav li a.selected:link, a.selected:visited {
	/*Sets the selected page*/
	color: #fff !important; /*Set important cause the chrome browser behavior is stupid*/
	background-color: #00587F;
}

/*Overwrite bootstrap to prevent a scrolling bar in the navigation bar only in big screen size*/
@media (min-width: 767px) {
	.navbar-collapse.in {
		overflow: visible;
	}
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #00587F;
	background-image: none;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
	margin-left: 5px;
}

.navbar-nav > li > a {
	padding-top: 9px;
	padding-bottom: 9px;
	color: #666;
}

.navbar-default .navbar-nav > .dropdown:hover > a .caret {
	border-top-color: #333;
	border-bottom-color: #333;
}

#Menu {
	/*Override bootstrap mobile view*/
	margin: 0;
}

@media (max-width: 767px) {
	#Menu {
		float: left;
	}
}

/*Override bootstrap mobile view*/
.dropdown-menu {
	position: absolute !important;
	top: 100%;
	right: auto !important;
	float: none !important;
	left: auto;
	z-index: 1000;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 13px;
	list-style: none;
	background-color: #fff !important;
	border: 1px solid #ccc !important;
	border: 1px solid rgba(0,0,0,0.15) !important;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
	box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
	background-clip: padding-box;
}

#PageFrame_HEADLINE_MENU input.TCImageButton {
	/*All TCImageButtons in Headline Menu*/
	background-color: transparent !important;
}

@media all and (max-width: 767px) {
	#PageFrame_HEADLINE_MENU input.TCImageButton {
		
	}
}

#PageFrame_HEADLINE_MENU input.TCImageButton:hover {
	/*All TCImageButtons in Headline Menu*/
	background-color: transparent !important;
	border: none !important;
	color: #00587F !important;
}

#PageFrame_HEADLINE_MENU input.TCImageButton:focus {
	/*All TCImageButtons in Headline Menu*/
	outline: 0;
}

#PageFrame_HEADLINE_MENU > div {
	display: inline-block;
	width: unset;
}

	#PageFrame_HEADLINE_MENU > div > .TCRepeaterConrolContent {
		float: none;
	}

/*Workaround for weird Menu Skipline that accours sometimes Setting it to empty string in Code doesn't help*/

a[href="#Menu_SkipLink"] {
	display: none;
}

li.dropdown.open > a > b.caret {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.navbar-default .navbar-nav > .open > a .caret {
	border-bottom-color: #fff !important;
	border-top-color: #fff !important;
}

.TCNavigationPanel {
	height: 100%;
	float: left;
}

	.TCNavigationPanel div div input {
		text-indent: 30px;
	}

.TCNoButtonPictures div div input {
	text-indent: 0px !important;
}

#TCSidePanel {
	-webkit-transition: 1s; /* Safari */
	transition: 1s;
}

#TCRightWindow {
	-webkit-transition: 1s; /* Safari */
	transition: 1s;
}

.TCFlexLayoutContainer > .TCNavigationPanel {
	margin: 0px;
}

@media (min-width: 768px) {
}

.TCNavigationPanel {
	padding: 10px;
	background: white;
	min-width: 200px;
}

/*A another different selector for the same thing to overwrite some basic Css in 001_Controls, because the the selectors like ">" have a higher piority than a simple class selector*/
.TCFlexLayoutContainer > .TCNavigationPanel {
	padding: 10px;
	background: white;
	min-width: 200px;
}


@media (max-width: 767px) {

	/*We handle this in our javascript cause the top bottom and so on are handled there if we make it here the transition looks weird cause css gets executed after javascript*/
	.TCNavigationPanel {
	}

	#TCSidePanel {
	}

	#TCRightWindow {
	}

}

.TCNavigationButtonActive {
	background-color: #EFF3F4 !important;
	color: #000 !important;
	text-align: left !important;
	margin: 0px !important;
	display: block;
}

.TCNavigationButton {
	background-color: transparent !important;
	color: #666 !important;
	text-align: left !important;
	margin: 0px !important;
	display: block;
}

	.TCNavigationButton:hover {
		background-color: #EFF3F4 !important;
		color: #000;
		text-align: left;
		margin: 0px !important;
		display: block;
	}

.NoButtonPictures > .TCNavigationButton {
	text-indent: 0px !important;
}

	.NoButtonPictures > .TCNavigationButton:hover {
		text-indent: 0px !important;
	}

.NoButtonPictures > .TCNavigationButtonActive {
	text-indent: 0px !important;
}

	.NoButtonPictures > .TCNavigationButtonActive:hover {
		text-indent: 0px !important;
	}


.TCToogleSideNav {
	background-color: transparent;
	
	padding: 5px 20px 25px 15px;
	color: #fff;
	background-position: 5px;
	border: none;
	margin-top: 10px;
	font-size: 15px;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	background-size: 21px 21px;
	background-repeat: no-repeat;
	float: left;
}
.TCToogleSideNav span {
	display: none;
}

.TCSideNavOpen {
	background-image: url('../img/08_Predefined/WEB_cancel.svg');
}
.TCSideNavClosed {
	background-image: url('../img/01_PreDefined/001_Extension/menu48px.svg');
}

#TCSidePanel {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	background: white;
}

#TCRightWindow {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	background: #ecf0f1;
}



#TCSidePanel {
	border: 1px solid rgba(0,0,0,0.15) !important;
	background-clip: padding-box;
	display: none;
}

#TCRightWindow {
	border: 1px solid rgba(0,0,0,0.15) !important;
	background-clip: padding-box;
	display: none;
	background: #fff;
	position: fixed;
	min-width: 620px;
}


/* mobile */
@media only screen and (max-width: 800px) {

	#TCSidePanel {
		border: 1px solid rgba(0,0,0,0.15) !important;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
		box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
		background-clip: padding-box;
		display: none;
		z-index: 1000;
	}
}

#TCSidePanel.TCVisible {
	display: inline; /*For Internet Explorer*/
	display: initial; /*For everything that supports it*/
}

#TCRightWindow.TCVisible {
	display: inline; /*For Internet Explorer*/
	display: initial; /*For everything that supports it*/
}

	@media screen and (max-width: 768px) {

		.TCToogleSideNav {
			display: inline; /*For Internet Explorer*/
			display: initial; /*For everything that supports it*/
		}
	}

	@media screen and (min-width: 768px) {
		.TCToogleSideNav {
			/*display: none;*/ /*Remove cause the Button should always be visible except when there is no Nodes in the SideNavigation --> this is done in js*/
		}

		#TCNavigationMoreDropDown #PageFrame_HEADLINE_MENU {
			display: none;
		}
	}

	#TCNavigationMoreDropDown {
	}

		#TCNavigationMoreDropDown > ul {
			max-height: 200px;
			overflow-y: auto;
			overflow-x: hidden;
		}

			#TCNavigationMoreDropDown > ul > li {
				float: left;
				min-width: 50%;
				margin: 5px;
			}

		#TCNavigationMoreDropDown .TCNavigationMoreDropDownLink {
			color: white;
			padding: 0;
			text-decoration: none;
			display: block;
			list-style-type: none;
		}

	.TCNavigationMoreDropDownLink > li > a:hover {
		color: #333;
		background-color: transparent;
	}

	.TCNavigationMoreDropDownLink > li > a {
		display: block;
		padding: 5px 15px 5px 25px;
		clear: both;
		font-weight: 400;
		line-height: 20px;
		color: #777;
		white-space: nowrap;
		text-decoration: none;
	}

	.TCMoreButtonNavigationHeadLine {
		color: #666 !important;
		padding: 0 !important;
		font-weight: 700 !important;
	}

		.TCMoreButtonNavigationHeadLine:hover {
			color: #333 !important;
			background: unset !important
		}

		.TCMoreButtonNavigationHeadLine.selected:link, .TCMoreButtonNavigationHeadLine.selected:visited {
			color: #333 !important;
			background: unset !important
		}

	.navbar-default {
		background-image: none !important;
	}

	.navbar-right {
		float: right;
	}

.TCSideNavDropdownButton {
	
}

.TCArrowRight {
	border: solid #666;
	border-width: 0 2px 2px 0;
	padding: 3px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	align-self: center;
	position: relative;
	cursor: pointer;
}

.TCArrowDown {
	border: solid #666;
	border-width: 0 2px 2px 0;
	padding: 3px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	align-self: center;
	top: -3px;
	position: relative;
	cursor: pointer;
}

.TCArrowDownInvisible {
	border: solid transparent;
	border-width: 0 3px 3px 0;
	padding: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	align-self: center;
	top: -3px;
	position: relative;
}

.TCSideNavDropDownArea {
	display: flex;
	flex-direction: row;
	margin-top: 0px !important;
	width: 100%;
	padding-left: 10px;
	background-color: white !important;
}
	.TCSideNavDropDownArea:hover {
		margin-top: 0px;
		width: 100%;
		padding-left: 10px;
		background-color: #EFF3F4 !important;
	}

.TCSideNavDropDownAreaActive {
	display: flex;
	flex-direction: row;
	margin-top: 0px !important;
	width: 100%;
	padding-left: 10px;
	background-color: #EFF3F4 !important;
}

.TCSideNavChildDropDown > div
{
	padding-left: 10px;
}
.footerlineposition {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 40px;
}

.footerline {
    display: block;
    padding: 10px;
    background-color: #CCD3D6;
}

    .footerline a {
        color: #fff;
    }

@media (max-width: 767px) {
    .footerlineposition {
        position: relative;
		display:none;
    }
}


/*#region 1.0 BUTTONSIZES*/
.SmallButton {
	font-size: 11px !important;
}

.LargeButton {
	font-size: 20px !important;
}

.RedButton {
	font-size: 15px;
	background-color: #C04C17 !important;
	border: 1px solid #C04C17 !important;
	border-bottom: 3px solid #C04C17 !important;
	color: #fff !important;
}

	.RedButton:hover {
		font-size: 15px;
		background-color: #fff !important;
		border: 1px solid #C04C17 !important;
		border-bottom: 3px solid #C04C17 !important;
		border-bottom: 3px solid #C04C17 !important;
		color: #C04C17 !important;
	}

.SmallRedButton {
	font-size: 11px !important;
	background-color: #C04C17 !important;
	border: 1px solid #C04C17 !important;
	border-bottom: 3px solid #C04C17 !important;
	color: #fff !important;
}

	.SmallRedButton:hover {
		font-size: 11px !important;
		background-color: #fff !important;
		border: 1px solid #C04C17 !important;
		border-bottom: 3px solid #C04C17 !important;
		border-bottom: 3px solid #C04C17 !important;
		color: #C04C17 !important;
	}

.LargeRedButton {
	font-size: 20px !important;
	background-color: #C04C17 !important;
	border: 1px solid #C04C17 !important;
	border-bottom: 3px solid #C04C17 !important;
	color: #fff !important;
}

	.LargeRedButton:hover {
		font-size: 20px !important;
		background-color: #fff !important;
		border: 1px solid #C04C17 !important;
		border-bottom: 3px solid #C04C17 !important;
		color: #C04C17 !important;
	}

.GrayButton {
	font-size: 15px;
	background-color: #333333 !important;
	border: 1px solid #333333 !important;
	border-bottom: 3px solid #333333 !important;
	color: #fff !important;
}

	.GrayButton:hover {
		font-size: 15px;
		background-color: #fff !important;
		border: 1px solid #333333 !important;
		border-bottom: 3px solid #333333 !important;
		color: #333 !important;
	}

.SmallGrayButton {
	font-size: 11px !important;
	background-color: #333333 !important;
	border: 1px solid #333333 !important;
	border-bottom: 3px solid #333333 !important;
	color: #fff !important;
}

	.SmallGrayButton:hover {
		font-size: 11px !important;
		background-color: #fff !important;
		border: 1px solid #333333 !important;
		border-bottom: 3px solid #333333 !important;
		color: #333 !important;
	}

.LargeGrayButton {
	font-size: 20px !important;
	background-color: #333333 !important;
	border: 1px solid #333333 !important;
	border-bottom: 3px solid #333333 !important;
	color: #fff !important;
}

	.LargeGrayButton:hover {
		font-size: 20px !important;
		background-color: #fff !important;
		border: 1px solid #333333 !important;
		border-bottom: 3px solid #333333 !important;
		color: #333 !important;
	}
/*#endregion 1.0 BUTTONSIZES*/

/*#region 2.0 ColorThemes*/
.TCColorThemeColor1 {
	color: blue;
}

.TCColorThemeColor2 {
	color: green;
}

.TCColorThemeColor3 {
	color: red;
}

.TCColorThemeColor4 {
	color: yellow;
}

.TCColorThemeColor5 {
	color: orange;
}

.TCBackgroundColorThemeColor1 {
	background-color: blue;
}

.TCBackgroundColorThemeColor2 {
	background-color: green;
}

.TCBackgroundColorThemeColor3 {
	background-color: red;
}

.TCBackgroundColorThemeColor4 {
	background-color: yellow;
}

.TCBackgroundColorThemeColor5 {
	background-color: orange;
}
/*#endregion 2.0 ColorThemes*/

.ContentPanel {
	background: #fff;
	padding: 20px;
	margin: 10px;
	border: 1px solid #ddd;
	height: auto;
}

.ContentPanelWithZeroMargin {
	background: #fff;
	padding: 20px;
	margin: 0px;
	border: 1px solid #ddd;
	height: auto;
}

.LayoutPanel, .TCFlexLayoutContainer .LayoutPanel {
	background: none;
	padding: 0px;
	margin: 0px;
	border: 0px solid #ddd;
	height: auto;
}

.TCRepeaterControlItems > .DataPanel {
	/*margin: auto;*/
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.MainDataPanel {
	margin: 0px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 0px !important;
	padding-bottom: 10px !important;
	background: none !important;
	border: none !important;
}

.MainDataHeadlinePanel div {
	display: inline-block;
}

.MainDataHeadlinePanel {
	border-bottom: 1px dotted #aaa;
	margin-bottom: 10px;
	margin-top: 0px;
}

@media all and (max-width: 767px) {
	.MainDataHeadlinePanel {
		border-bottom: 1px dotted #aaa;
		margin-bottom: 10px;
		margin-top: 10px !important;
	}
}

.StructurePanel {
	display: inline-block;
	margin: 0px !important;
	padding: 0px !important;
	background: none !important;
	border: none !important;
	overflow: hidden;
}

	.StructurePanel > .StructurePanel {
		display: inline-block;
		width: auto !important;
		min-width: auto !important;
		max-width: inherit;
		overflow: hidden;
	}

	.StructurePanel .DataPanel {
		/*display: inline-block !important; works different than expected --> gets the picture on top of the text in a datapanel*/
	}

@media (max-width: 767px) {

	.DataPanel {
		margin: 2px !important;
	}

	.DataPanelGreen {
		margin: 2px !important;
	}

	.DataPanelRed {
		margin: 2px !important;
	}

	.DataPanelBlue {
		margin: 2px !important;
	}

	.DataPanelYellow {
		margin: 2px !important;
	}
}

.DataPanel, .DataPanelRed, .DataPanelYellow, .DataPanelGreen, .DataPanelBlue {
	/*width: 90% !important;
    min-width: 90% !important;*/
}

.DataPanelRed {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	background-color: white !important;
	padding: 10px !important;
	border: 1px solid #fff !important;
	border-left: 5px solid #cc0000 !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.08);
	transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.DataPanelBlue {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	background-color: white !important;
	padding: 10px !important;
	border: 1px solid #fff !important;
	border-left: 5px solid #0067c6 !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.08);
	transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.DataPanelYellow {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	background-color: white !important;
	padding: 10px !important;
	border: 1px solid #fff !important;
	border-left: 5px solid #ffc600 !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.08);
	transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.DataPanelGreen {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	background-color: white !important;
	padding: 10px !important;
	border: 1px solid #fff !important;
	border-left: 5px solid #79c600 !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.08);
	transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.DataPanel {
	//-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	//-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	//box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	background-color: white !important;
	padding: 10px !important;
	border: 1px solid #fff !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
	transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.MainInfoPanel {
	margin: 0px;
	padding: 0px;
	background: none;
}

.FileAsPanel_Picture {
	text-align: center;
	background-color: #fff !important;
	padding: 5px !important;
	height: 60px !important;
	border: 1px solid #fff !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
	transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}


.FileAsPanel {
	border: none !important;
	padding: 2px !important;
	background: none !important;
}

.FileAsPanel_Text .DetailviewfloatWithoutFieldheader, .FileAsPanel_Text .DetailviewfloatWithoutFieldheader tbody {
	margin: 0px !important;
	padding: 0px !important;
	border: none !important;
}

	.FileAsPanel_Text .DetailviewfloatWithoutFieldheader tr td:first-child {
		display: none;
	}


	.FileAsPanel_Text .DetailviewfloatWithoutFieldheader tr td {
		display: block;
		border: none !important;
		padding: 10px 0px 0px 0px !important;
	}

.FileAsPanel_Text {
	border: none !important;
	background: none !important;
}

	.FileAsPanel_Text a {
		font-size: 13px !important;
	}

.DetailviewfloatWithoutFieldheader {
	margin: 2px !important;
	padding: 0px !important;
	border: none !important;
	background: none !important;
}

.ImagePhotoSmall {
	max-height: 14px;
	max-width: 14px;
}

.ImagePhotoMedium {
	max-width: 28px;
	max-height: 28px;
}

.ImagePhoto {
	max-width: 42px;
	margin: 25px 5px;
	max-height: 42px;
}

.ImagePhotoNoSpace {
	max-width: 42px;
	max-height: 42px;
}

.ImagePhotoBig {
	max-width: 105px;
	/*margin: 25px 5px;*/
	max-height: 105px;
}

.ImagePanelPicture {
	max-height: 16px;
	margin: 2px;
}

.HeadlineActionButton {
	background-color: #00587F !important;
	border: none !important;
	color: #fff !important;
	width: 100px;
	height: 30px;
	font-size: 12px !important;
	padding: 0px !important;
	// border-radius: 5px;
	margin-left: 0px !important;
}

	.HeadlineActionButton:hover {
		background-color: #888 !important;
		border: none !important;
		color: #fff !important;
		width: 100px;
		height: 30px;
		font-size: 12px !important;
		padding: 0px !important;
		//border-radius: 5px;
		margin-left: 0px !important;
	}

@media (max-width: 767px) {
	.HeadlineActionButton {
		width: 100% !important;
		height: 40px !important;
	}
}

.DetailsButton {
	border: none !important;
	background-color: #EDF0F2 !important;
	color: #666 !important;
	margin-top: 10px !important;
}

	.DetailsButton:hover {
		border: none !important;
		background-color: #EDF0F2 !important;
		color: #666 !important;
	}

.InfoListTable {
	background: #fff !important;
	border: none !important;
	width: 100%;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 0px !important;
}

	.InfoListTable tbody {
		background: #fff !important;
		border: none !important;
	}

		.InfoListTable tbody tr th {
			background-color: #dedede;
			color: #ccc;
			border: 0px;
			padding: 0px !important;
			padding-right: 5px !important;
			padding-left: 5px !important;
			border-top: 1px solid #EDEDED !important;
		}

			.InfoListTable tbody tr th a {
				color: #1D5B9D;
			}

				.InfoListTable tbody tr th a:hover {
					color: #fff;
				}

		.InfoListTable tbody tr td {
			border: 0px;
			padding: 0px !important;
			padding-right: 5px !important;
			padding-left: 5px !important;
			border-top: 2px solid #EDEDED !important;
			height: auto !important;
		}

	/*Padding space for Navigation on InfoListTables*/
	.InfoListTable > tbody > tr:last-child > td[colspan] > table > tbody > tr > td {
		padding-top: 7px !important;
	}

	.InfoListTable > tbody > tr:nth-child(2) > td {
		padding-top: 1.5px !important;
	}

	.InfoListTable a.TCCommandButtonApply {
		padding: 1px 10px;
		border: none;
		cursor: pointer;
		background-color: #DDDDDD;
		color: #333;
		vertical-align: middle;
		margin-right: 5px;
		white-space: nowrap;
		font-size: 12px;
	}

		.InfoListTable a.TCCommandButtonApply:hover {
			padding: 1px 10px;
			border: none;
			cursor: pointer;
			background-color: #1D5B9D;
			color: #fff;
			vertical-align: middle;
			margin-right: 5px;
			font-size: 12px;
		}

	.InfoListTable a.TCCommandButtonEdit {
		padding: 1px 10px;
		border: none;
		cursor: pointer;
		background-color: #DDDDDD;
		color: #333;
		vertical-align: middle;
		margin-right: 5px;
		white-space: nowrap;
		font-size: 12px;
	}

		.InfoListTable a.TCCommandButtonEdit:hover {
			padding: 1px 10px;
			border: none;
			cursor: pointer;
			background-color: #1D5B9D;
			color: #fff;
			vertical-align: middle;
			margin-right: 5px;
			font-size: 12px;
		}

	.InfoListTable a.TCCommandButtonApply {
		padding: 1px 10px;
		border: none;
		cursor: pointer;
		background-color: #DDDDDD;
		color: #333;
		vertical-align: middle;
		white-space: nowrap;
		font-size: 12px;
	}


	.InfoListTable a.TCCommandButtonUpdate {
		padding: 1px 10px;
		border: none;
		cursor: pointer;
		background-color: #DDDDDD;
		color: #333;
		vertical-align: middle;
		margin-right: 5px;
		white-space: nowrap;
		font-size: 12px;
	}

		.InfoListTable a.TCCommandButtonUpdate:hover {
			padding: 1px 10px;
			border: none;
			cursor: pointer;
			background-color: #1D5B9D;
			color: #fff;
			vertical-align: middle;
			margin-right: 5px;
			font-size: 12px;
		}

	.InfoListTable a.TCCommandButtonCancel {
		padding: 1px 10px;
		border: none;
		cursor: pointer;
		background-color: #DDDDDD;
		color: #333;
		vertical-align: middle;
		margin-right: 5px;
		white-space: nowrap;
		font-size: 12px;
	}

		.InfoListTable a.TCCommandButtonCancel:hover {
			padding: 1px 10px;
			border: none;
			cursor: pointer;
			background-color: #1D5B9D;
			color: #fff;
			vertical-align: middle;
			margin-right: 5px;
			font-size: 12px;
		}

	.InfoListTable a.TCCommandButtonDelete {
		padding: 1px 10px;
		border: none;
		cursor: pointer;
		background-color: #DDDDDD;
		color: #333;
		vertical-align: middle;
		margin-right: 5px;
		white-space: nowrap;
		font-size: 12px;
	}

		.InfoListTable a.TCCommandButtonDelete:hover {
			padding: 1px 10px;
			border: none;
			cursor: pointer;
			background-color: #1D5B9D;
			color: #fff;
			vertical-align: middle;
			margin-right: 5px;
			font-size: 12px;
		}

	.InfoListTable a.TCCustomCommandButtonDelete {
		padding: 1px 10px;
		border: none;
		cursor: pointer;
		background-color: #DDDDDD;
		color: #333;
		vertical-align: middle;
		margin-right: 5px;
		white-space: nowrap;
		font-size: 12px;
	}

		.InfoListTable a.TCCustomCommandButtonDelete:hover {
			padding: 1px 10px;
			border: none;
			cursor: pointer;
			background-color: #1D5B9D;
			color: #fff;
			vertical-align: middle;
			margin-right: 5px;
			font-size: 12px;
		}

.FixedHeaderTable
{
	position: relative;
}

	.FixedHeaderTable tbody tr th {
		position: sticky;
		top: 0;
		/*z-index: 1000;*/
	}

.FixedHeaderTableRepeater {
	position: sticky;
	top: 0;
	background-color: white;
	line-height: 41px;
	/*z-index: 1000;*/
}

.EditModeReadOnlyFields tr td:nth-child(even) .TCDetailsViewFieldReadOnly {
	background-color: #ddd;
	height: 100%;
	display: block;
	width: 100%;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
	cursor: no-drop;
}

.DataPanelTextButtonBig {
	background-color: white !important;
	border: none !important;
	width: 100%;
	text-align: left;
	margin: 0px 0px 10px 0px !important;
	padding: 0px !important;
	font-size: 16px !important;
	color: #666 !important;
	margin-bottom: 30px;
	font-weight: 700;
}

.DataPanelTextButtonNormal {
	background-color: white !important;
	border: none !important;
	width: 100%;
	text-align: left;
	margin: 0px 0px 10px 0px !important;
	padding: 0px !important;
	font-size: 13px !important;
	color: #666 !important;
	margin-bottom: 30px;
	font-weight: 700;
}

.DataPanelTextButtonSmall {
	background-color: white !important;
	border: none !important;
	width: 100%;
	text-align: left;
	margin: 0px 0px 10px 0px !important;
	padding: 0px !important;
	font-size: 11px !important;
	color: #666 !important;
	margin-bottom: 30px;
	font-weight: 700;
}

.DataPanelButton {
	background-color: transparent !important;
	border: none !important;
	margin: 2px !important;
	padding: 0px !important;
	background-position: 0px !important;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
}

.DataPanelButtonMiddle {
	background-color: transparent !important;
	border: none !important;
	margin: 2px !important;
	padding: 0px !important;
	background-position: 0px !important;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
}

	.DataPanelButtonMiddle:hover {
		background-color: #DFE3E5 !important;
		border: none !important;
		margin: 2px !important;
		padding: 0px !important;
		background-position: 0px !important;
		background-size: 24px 24px;
		width: 24px;
		height: 24px;
	}

.CharacterButtonActive {
	background-color: #888 !important;
	border: none !important;
	color: #fff !important;
	width: 25px;
	height: 25px;
	font-size: 12px !important;
	padding: 0px !important;
	border-radius: 0px;
	margin: 2px !important;
}

	.CharacterButtonActive:hover {
	}

.FolderPanelButton {
	background-color: #fff !important;
	border: none !important;
	color: #666 !important;
	width: 100% !important;
	text-align: left !important;
	font-size: 14px !important;
}

	.FolderPanelButton:hover {
		background-color: #E8E9EA !important;
		border: none !important;
		color: #000 !important;
		width: 100% !important;
		font-size: 14px !important;
	}

.QRCodeFolderPanelButton {
	height: 40px !important;
}

	.QRCodeFolderPanelButton .TCQrCodeScannerScanButton {
		background-color: #fff !important;
		border: none !important;
		color: #666 !important;
		width: 100% !important;
		text-align: left !important;
		font-size: 14px !important;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		height: 40px !important;
		border-radius: 0px;
	}

		.QRCodeFolderPanelButton .TCQrCodeScannerScanButton:hover {
			background-color: #E8E9EA !important;
			border: none !important;
			color: #000 !important;
			width: 100% !important;
			font-size: 14px !important;
			font-size: 14px !important;
			padding-top: 0px !important;
			padding-bottom: 0px !important;
			height: 40px !important;
			border-radius: 0px;
		}

.Fileupload {
	margin: 0px !important;
	padding: 0px !important;
	width: 100%;
	margin-top: -4px !important;
	border: 0px !important;
}

.FileUploadButton {
}

	.FileUploadButton .TCUploadControlPopupButton {
		background-color: transparent;
		color: black;
		background-image: url('../Img/08_PreDefined/file.svg');
		background-repeat: no-repeat;
		text-indent: 30px;
		background-position: 10px;
		line-height: 1.42;
		text-align: left;
		width: 100%;
		background-size: 16px;
	}

.TabLineButtonInActive {
	background-color: #EFF3F4 !important;
	border: 1px solid #ddd !important;
	color: #000 !important;
	text-align: left;
	margin: 0px !important;
}

.TabLineButtonActive {
	background-color: #EFF3F4 !important;
	border: 1px solid #ddd !important;
	color: #000 !important;
	text-align: left;
	margin: 0px !important;
	font-weight: bold;
}

a[href="#Menu_SkipLink"] {
	display: none;
}

/*#region 1.0 Headlines*/
.HeadLine1 {
	font-size: 24px;
	font-family: 'Roboto-Light';
	color: #000000;
}

.HeadLine2 {
	color: #1D5B9D;
	font-family: 'Roboto-Light';
	font-size: 21px;
}

.HeadLine3 {
	font-size: 14px;
	font-family: 'Roboto-Light';
	color: #1D5B9D;
	font-weight: lighter;
}

.HeadLine4 {
	font-size: 12px;
	font-family: 'Roboto-Light';
}

.HeadLine5 {
	font-size: 10px;
	font-family: 'Roboto-Light';
}
/*#endregion 1.0 Headlines*/

/*#region 2.0 ImageButtons*/
input[src="Img/01_PreDefined/Checked.gif"] {
	vertical-align: middle;
	width: unset !important;
	border-radius: 3px;
}

input[src="Img/01_PreDefined/UnChecked.gif"] {
	vertical-align: middle;
	width: unset !important;
	border-radius: 3px;
}

input[src="Img/01_PreDefined/CheckedRadio.gif"] {
	vertical-align: middle;
	width: unset !important;
	border-radius: 3px;
}

input[src="Img/01_PreDefined/UnCheckedRadio.gif"] {
	vertical-align: middle;
	width: unset !important;
	border-radius: 3px;
}
/*#endregion 2.0 ImageButtons*/

.TCInvisible {
	display: none !important;
}

.TCVisible {
	display: inline !important; /*For Internet Explorer*/
	display: initial !important; /*For everything that supports it*/
}

.TCInvisibleConst {
	display: none !important;
	visibility: hidden !important;
}

.TCContentEditAble
{
	overflow-x: auto !important;
	text-overflow: unset !important;
}

.TCInvisibleOutOfTheView {
	position: absolute;
	left: -999999999px;
	top: -99999999px;
}

.FullWidth {
	width: 100%;
}

.BackgroundWhite {
	background-color: white;
}

.ScrollAbleTableDiv {
	overflow: auto;
	display: inline-block;
}

.NoSpacing{
	margin: 0px !important;
	padding: 0px !important;
}
.ChildrenNoSpace * {
	margin: 0px !important;
	padding: 0px !important;
}
.DirectChildrenNoSpace > * {
	margin: 0px !important;
	padding: 0px !important;
}

.MarginAuto
{
	margin: auto;
}

.NoParagraphSpace p {
	margin: 0px !important;
	padding: 0px !important;
}
.NoParagraphSpace p span {
	margin: 0px !important;
	padding: 0px !important;
}

.NoMargin{
	margin: 0px !important;
}

.NoPadding{
	padding: 0px !important;
}

.GrayHover:hover {
	background-color: #E8E9EA !important;
	color: #000 !important;
}

.BrowsingPathVersion2 > input {
	font-size: 18px;
	font-weight: 400;
	color: rgb(96, 94, 92);
	cursor: pointer;
	text-align: left;
	white-space: nowrap;
	line-height: 36px;
}

.BrowsingPathVersion2 > input:hover {
	font-size: 18px;
	font-weight: 400;
	color: rgb(96, 94, 92);
	cursor: pointer;
	text-align: left;
	white-space: nowrap;
	line-height: 36px;
}

.BrowsingPathVersion2 > span {
	font-size: 18px;
	font-weight: 400;
	color: rgb(96, 94, 92);
	cursor: pointer;
	text-align: left;
	white-space: nowrap;
	line-height: 36px;
}

.Numbering {
	border-color: #1C5A9C !important;
	margin: 0;
	padding: 30px;
	counter-increment: section;
	position: relative;
}

	.Numbering:nth-child(even):before {
		content: counter(section);
		right: 100%;
		top: 34%;
		margin-right: -10px;
		position: absolute;
		border-radius: 50%;
		padding: 1px;
		height: 20px;
		width: 20px;
		background-color: #1C5A9C;
		text-align: center;
		color: white;
		font-size: 110%;
	}

	.Numbering:nth-child(odd):before {
		content: counter(section);
		right: 100%;
		top: 34%;
		margin-right: -10px;
		position: absolute;
		border-radius: 50%;
		padding: 1px;
		height: 20px;
		width: 20px;
		background-color: #1C5A9C;
		text-align: center;
		color: white;
		font-size: 110%;
	}

	.Numbering:nth-child(even) {
		border-left: 2px dashed;
	}

	.Numbering:nth-child(odd) {
		border-left: 2px dashed;
	}

	.Numbering:first-child {
		border-top: 0;
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}

	.Numbering:last-child {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}

	.Numbering:first-child:after {
		content: "";
		display: block;
		width: 2px;
		height: 34%;
		padding: 0;
		margin: 0;
		background-color: white;
		position: absolute;
		left: 0;
		top: 0px;
		left: -2px;
	}

	.Numbering:last-child:after {
		content: "";
		display: block;
		width: 2px;
		height: calc(66% - 20px);
		padding: 0;
		margin: 0;
		background-color: white;
		position: absolute;
		left: 0;
		top: -1px;
		left: -2px;
	}

.RoundedButton {
	border-radius: 3px;
}

.FontFamilyWordpress {
	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.DetailsViewBigFont {
	font-size:16px !important;
}

	.DetailsViewBigFont td {
		font-size: 16px !important;
	}

.StreamViewerButtonPreview {
	background-image: url(../Img/08_PreDefined/WEB_preview.svg);
	padding: 12px 10px 11px;
	cursor: pointer;
	margin: 10px 0px;
	vertical-align: middle;
	background-color: #fff !important;
	border: none !important;
	color: #666 !important;
	width: 100% !important;
	text-align: left !important;
	font-size: 14px !important;
	background-size: 16px;
	background-position: 10px;
	background-repeat: no-repeat;
	padding-left: 38px;
	height: 25px;
	text-decoration-line: none;
}

	.StreamViewerButtonPreview:hover {
		background-color: #E8E9EA !important;
		border: none !important;
		color: #000 !important;
		width: 100% !important;
		font-size: 14px !important;
		text-decoration-line: none;
	}

	.StreamViewerButtonPreview.TCViewerFileNotSupported {
		opacity: 0.5;
		background-image: url(../Img/08_PreDefined/WEB_preview_forbidden.svg);
		padding: 12px 10px 11px;
		cursor: pointer;
		margin: 10px 0px;
		vertical-align: middle;
		background-color: #fff !important;
		border: none !important;
		color: #666 !important;
		width: 100% !important;
		text-align: left !important;
		font-size: 14px !important;
		background-size: 16px;
		background-position: 10px;
		background-repeat: no-repeat;
		padding-left: 38px;
		height: 25px;
		text-decoration-line: none;
		cursor: default !important;
	}

		.StreamViewerButtonPreview.TCViewerFileNotSupported:hover {
			background-color: white !important;
			border: none !important;
			color: #666 !important;
			width: 100% !important;
			font-size: 14px !important;
			text-decoration-line: none;
		}

.StreamViewerButtonPreviewOnlyImage {
	background-clip: border-box;
	display: block;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	width: 35px;
	height: 25px;
	padding: unset !important;
	background-size: 20px 20px;
	background-image: url(../Img/08_PreDefined/WEB_preview.svg);
	background-position: center;
}

#UserMessageProtocolBox {
	background: #fff;
	border: 1px solid #ccc;
	border-color: rgba(0,0,0,.2);
	box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
	position: absolute;
	z-index: 1;
	position: fixed;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
}
#UserMessageProtocolHeader {
	height: 44px;
	padding: 10px;
	border-bottom: 1px solid black;
}

#UserMessageProtocolBoxCloseButton {
	float: right;
	margin: 0px;
	background-image: url(../img/08_PreDefined/WEB_cancel.svg);
	background-repeat: no-repeat;
	height: 25px;
	background-color: white;
}

#UserMessageProtocolBody {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	white-space: pre-wrap;
}

.UserMessageProtocolBoxMessageInfoImg {
	background-image: url(../img/08_PreDefined/WEB_info.svg);
	height: 35px;
	width: 35px;
	background-repeat: no-repeat;
	align-self: center;
}

.UserMessageProtocolBoxMessageWarningImg {
	background-image: url(../img/08_PreDefined/WEB_warning_sign_filled.svg);
	height: 35px;
	width: 35px;
	background-repeat: no-repeat;
	align-self: center;
}

.UserMessageProtocolBoxMessageErrorImg {
	background-image: url(../img/08_PreDefined/WEB_UserMessage_cancel.svg);
	height: 35px;
	width: 35px;
	background-repeat: no-repeat;
	align-self: center;
}

.UserMessageProtocolBoxMessageExclamationImg {
	background-image: url(../img/08_PreDefined/WEB_UserMessage_error.svg);
	height: 35px;
	width: 35px;
	background-repeat: no-repeat;
	align-self: center;
}

.UserMessageProtocolBoxMessageSuccessImg {
	background-image: url(../img/08_PreDefined/WEB_UserMessage_ok.svg);
	height: 35px;
	width: 35px;
	background-repeat: no-repeat;
	align-self: center;
}

.UserMessageProtocolBoxMessage {
	height: 40px;
	display: flex;
}

	.UserMessageProtocolBoxMessage > span {
		align-self: center;
		padding-left: 10px;
		width: 100%;
	}



	.UserMessageProtocolBoxText {
	}

.OpenCloseMenuArrowDown:before {
	position: fixed;
	content: "";
	border-width: 7px;
	border-style: solid;
	border-color: rgba(0,0,0,.2) transparent transparent transparent;
	z-index: 1;
	top: calc(var(--openCloseMenuTopPos));
	left: calc(var(--openCloseMenuRightPos));
	cursor: pointer;
}

.OpenCloseMenuArrowUp:before {
	position: fixed;
	content: "";
	border-width: 7px;
	border-style: solid;
	border-color: transparent transparent rgba(0,0,0,.2) transparent;
	z-index: 1;
	top: calc(var(--openCloseMenuTopPos));
	left: calc(var(--openCloseMenuRightPos));
	cursor: pointer;
}

.TCQrCodeScannerScanArea {
	z-index: 1;
}

.TCQrCodeScannerScanAreaWrapper {
	width: 50%;
	height: 50%;
	position: absolute !important;
	justify-content: center;
	align-items: center;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.TCQrCodeScannerCloseButton {
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../img/08_PreDefined/WEB_cancel.svg);
	background-repeat: no-repeat;
	height: 25px;
	background-color: transparent !important;
}

.TCQrCodeScanner {
	height: 34px;
	width: 100%;
	display: flex;
}

	.TCQrCodeScanner .TCQrCodeScannerTextBox {
		margin: 0px;
		height: 100%;
		vertical-align: middle;
		width: 100%;
		float: left;
	}

	.TCQrCodeScanner .TCQrCodeScannerScanButton:hover {
		margin: 0px;
		height: 100%;
		padding: 6px 19px;
		background-color: #EDEDED;
	}

	.TCQrCodeScanner .TCQrCodeScannerScanButton {
		margin: 0px;
		height: 100%;
		vertical-align: middle;
		padding: 6px 19px;
		background-color: #EDEDED;
		border-radius: 4px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border: 0px solid #ccc;
		background-image: url(../Img/01_PreDefined/qr-code_button.svg);
		background-size: 20px;
		background-repeat: no-repeat;
		background-position: center;
	}

.TCQrCodeScannerButtonOnly .TCQrCodeScannerTextBox {
	display: none;
}

.TCQrCodeScannerButtonOnly .TCQrCodeScannerScanButton {
	border-radius: 4px;
	padding: 10px 10px 30px 10px;
	text-indent: 30px;
	background-position: 10px;
	line-height: 1.42;
}

	.TCQrCodeScannerButtonOnly .TCQrCodeScannerScanButton:hover {
		line-height: 1.42;
		padding: 10px 10px 30px 10px;
		color: black;
	}

.TCQrCodeScannerLiveScan {
}

.TCQrCodeScannerFromImage
{
	
}


.TextAsPanelInformationActive {
	background-color: #88A80D;
	color: White;
	width: 89px;
	height: 34px;
	text-align: center;
	align-self: center;
	margin: 20px;
	padding: 8px;
}

.TextAsPanelInformationInactive {
	background-color: #707070;
	color: White;
	width: 89px;
	height: 34px;
	text-align: center;
	align-self: center;
	margin: 20px;
	padding: 8px;
}

.IconBig {
	width: 64px;
	height: 58px;
}

.AccountIconBig {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-size: cover;
	object-fit: cover;
}

.ImageButtonMedium {
	background-color: unset !important;
	background-repeat: no-repeat;
	width: 51px;
	height: 35px;
	padding: unset !important;
	background-size: 30px 30px;
	margin: 10px 0;
}

.ImageButtonBig {
	background-color: unset !important;
	background-repeat: no-repeat;
	background-position: 0px !important;
	width: 70px;
	height: 70px;
	padding: unset !important;
	background-size: 65px 65px;
	margin: 5px 0 !important;
}

.ImageButtonSmall {
	background-color: unset !important;
	background-repeat: no-repeat;
	width: 35px;
	height: 25px;
	padding: unset !important;
	background-size: 20px 20px;
	margin: 10px 0;
}

.AlignItemsCenter {
	align-items: center;
}

.AlignSelfCenter {
	align-self: center;
}

.TextAlignCenter {
	text-align: center;
}

.TextAlignRight {
	text-align: right;
}

.TextAlignLeft {
	text-align: left;
}

.TopInnerSpace {
	margin-top: 30px !important;
}

.RightInnerSpace {
	margin-right: 13px !important;
}

/*.TCRepeaterGroupHeadLineSpace > div > p {
	margin-top: 20px;
}

	.TCRepeaterGroupHeadLineSpace > div > p:first-of-type {
		font-size: 12px;
		font-family: Roboto;
		color: #92999E;
		text-decoration: none;
	}*/

.PanelSpaceLeftAndBottom {
	margin-left: 10px !important;
	margin-bottom: 10px !important;
}

.BorderUnderline {
	background: none !important;
	background-image: linear-gradient(to right, #333 40%, rgba(255, 255, 255, 0) 20%) !important;
	background-position: bottom !important;
	background-size: 3px 1px !important;
	background-repeat: repeat-x !important;
	margin-bottom: 20px !important;
	padding-bottom: 20px !important;
}

.SpaceLeft {
	padding-left: 19px !important;
}

.SpaceRight {
	padding-right: 19px !important;
}

.SpaceTop {
	padding-top: 19px !important;
}

.SpaceBottom {
	padding-bottom: 19px !important;
}

.BorderBottom {
	background-image: linear-gradient(to right, #333 40%, rgba(255, 255, 255, 0) 20%) !important;
	background-position: bottom !important;
	background-size: 3px 1px !important;
	background-repeat: repeat-x !important;
	padding-bottom: 1px !important;
	margin-bottom: 10px !important;
}

.BorderBottomNoSpace {
	background-image: linear-gradient(to right, #333 40%, rgba(255, 255, 255, 0) 20%) !important;
	background-position: bottom !important;
	background-size: 3px 1px !important;
	background-repeat: repeat-x !important;
	padding-bottom: 1px !important;
}
/* mobile */
@media only screen and (max-width: 800px) {
	.FlexiblePanel {
		height: unset !important;
		flex-wrap: wrap;
		padding-top: 19px !important;
	}

	.InvisibleInPhone {
		display: none !important;
	}

	/*.TCRepeaterGroupHeadLineSpace > div > p {
		margin-top: 0px;
	}*/
}
/* tablet */
@media only screen and (min-width: 800px) {
	.FlexiblePanel {
		height: unset !important;
		flex-wrap: nowrap;
		padding-top: unset !important;
	}

	.VisibleInPhone {
		display: none !important;
	}
}

/*desktop*/
@media only screen and (min-width: 1200px) {
	.FlexiblePanel {
		height: 120px !important;
		flex-wrap: nowrap;
		padding-top: unset !important;
	}

	.VisibleInPhone {
		display: none !important;
	}
}

/*.TCChildsWithSpaceInbetween {
	margin-left: -9px;
	margin-right: -9px;
}

	.TCChildsWithSpaceInbetween > div {
		margin-left: 9px;
		margin-right: 9px;
	}*/
.ActiveColor {
	color: #88A80D !important;
}

.PassiveColor {
	color: #92999E !important;
}

.UpperCase {
	text-transform: uppercase;
}

.LowerCase {
	text-transform: lowercase;
}

.Capitalize {
	text-transform: capitalize;
}

/*.DetailsViewNoBorder tr td {
	border: 0px !important;
}*/
/*.TCActiveColorCalendar input {
	color: #88A80D !important;
}

.TCPassiveColorCalendar input {
	color: #92999E !important;
}*/

.RepeaterGroupStyle2 {
	display: flex;
	flex-wrap: wrap;
}

	.RepeaterGroupStyle2 .TCRepeaterControlGroup {
		min-width: 160px;
		padding-bottom: 10px !important;
	}

.TCRepeaterControlGroup2
{

}

	.TCRepeaterControlGroup2 .TCRepeaterControlGroupLabel {
		color: #1D5B9D;
		font-weight: 600;
		font-size: 18px;
		cursor: initial;
	}

.ContainerWithSpacing {
	padding-left: 14px;
	padding-top: 14px;
}

.NoTextWrap {
	white-space: nowrap;
	overflow: hidden;
}

.TextOverFlowY {
	text-overflow: ellipsis;
	overflow-y: hidden;
}

	.TextOverFlowY * {
		text-overflow: ellipsis;
		overflow-y: hidden;
	}

.TextOverFlowX {
	text-overflow: ellipsis;
	overflow-x: hidden;
}

	.TextOverFlowX * {
		text-overflow: ellipsis;
		overflow-x: hidden;
	}

.TextOverFlow {
	text-overflow: ellipsis;
	overflow: hidden;
	/*white-space: nowrap;*/
}

	.TextOverFlow * {
		text-overflow: ellipsis;
		overflow: hidden;
		/*white-space: nowrap;*/
	}

.DirectChildrenSpace > * {
	padding: 5px;
}

.ChildrenSpace * {
	padding: 5px;
}

/*.TCChildrenBigSpace * {
	padding: 10px;
}*/

.SearchLineTopCenterFullWidth {
	font-weight: 400;
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 70%;
}

	.SearchLineTopCenterFullWidth input[type=button] {
		padding: 5px 5px;
		margin: 5px 0px;
	}

	.SearchLineTopCenterFullWidth input[type=text] {
		padding: 5px 5px;
		margin: 5px 0px;
		width: 350px;
	}


	.SearchLine {
		font-weight: 400;
	}

	.SearchLine input[type=button] {
		padding: 5px 5px;
		margin: 5px 0px;
	}

	.SearchLine div {
		height: 40px;
		padding-right: 10px;
	}

	.SearchLine input[type=text] {
		padding: 5px 5px;
		margin: 5px 0px;
		width: 150px;
	}


@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */
	.SearchLineTopCenterFullWidth input[type=text] {
		width: 200px !important;
	}
}

@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
	.SearchLineTopCenterFullWidth input[type=text] {
		width: 200px !important;
	}
}

@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
	.SearchLineTopCenterFullWidth input[type=text] {
		width: 200px !important;
	}

	.SearchLineTopCenterFullWidth {
		width: 70%;
	}
}

@media (min-width:800px) { 
	.SearchLineTopCenterFullWidth input[type=text] {
		width: 200px !important;
	}

	.SearchLineTopCenterFullWidth {
		width: 40%;
	}
}

@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
	.SearchLineTopCenterFullWidth input[type=text] {
		width: 350px !important;
	}

	.SearchLineTopCenterFullWidth {
		width: 50%;
	}
}

/* normal mobile phones */
@media only screen and (max-width: 430px) {
	.SearchLine {
		padding-left: 10px !important;
	}

		.SearchLine input[type=text] {
			width: 120px !important;
		}

		.SearchLine div {
			padding-right: 0px !important;
		}


}

/*very very very very small mobile phones ◎[▪‿▪]◎*/
@media only screen and (max-width: 305px) {
	.SearchLine input[type=text] {
		width: 50px !important;
	}

	.SearchLine {
		padding-left: 10px !important;
	}

		.SearchLine div {
			padding-right: 0px !important;
		}
}

/*desktop*/
@media only screen and (min-width: 1200px) {
}

.FloatingButton {
	position: fixed;
	right: 25px;
	bottom: 25px;
}

.AccountImageButton {
	border-radius: 50%;
	background-size: cover;
}

.OverflowWordWrapAnywhere {
	overflow-wrap: anywhere;
}

.OverflowWordWrapCompleteWords
{
	overflow-wrap: break-word;
}

