.border {
	border: 1px solid black;
}
.padding32 {
	padding: 32px 32px 0px 32px;
}
.transition {
	transition: visibility 2.5s linear;
	-webkit-transition: visibility 2.5s linear;
}
.notransition {
	transition: all .2s;
}
.debugoff {
	visibility: hidden;
	width: 200px;
	height: 0px;
}

.modal-dlg {
	background: rgba(0, 0, 0, .4);
	border: 0;
	bottom: 0;
	display: table;
	left: 0;
	height: 100%;
	padding: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
	/*transform: scale(0);
    -webkit-transform: scale(0);*/
}

.modal-dlg-show {
	visibility: visible;
	z-index:199999999 !important;
	opacity: 1;
	/*transform: scale(1);
  	-webkit-transform: scale(1);
	transition: transform .3s ease-in;
	-webkit-transition: transform .3s ease-in;*/
}

.modal-dlg .modal-dlg-close {
	margin: 8px;
	cursor: pointer;
	background-color: transparent;
	border-radius: 50%;
	color: #333333;
	float: right;
	font-size: 24pt;
	font-weight: 100;
	height: 32px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	transition: .2s;
	width: 32px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.main .modal-dlg .modal-dlg-close {
	color: #333333;
}

.modal-dlg .modal-dlg-close:hover {
	background-color: #bfbfbf;
}

.modal-dlg .modal-dlg-close:focus {
	background-color: #bfbfbf;
}

.modal-dlg > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	z-index:99999998 !important;
}

.modal-dlg .modal-dlg-content {
	background: #ffffff;
	color: #333333;
	border-radius: 5px;
	box-shadow: 0px 8px 12px rgba(0, 0, 0, .3);
	display: inline-block;
	max-width: 1200px;
	text-align: left;
	font-size: 11pt;
}

.modal-dlg h1 {
	color: #333333;
	margin-left: 16px;
	position: absolute;
	font-size: 14pt;
}

.dialog-note {
	color: #aaaaaa;
	font-weight: 10pt;
	line-height: 1;
}

.category-note {
	width: 230px;
	position: absolute;
	left: 12px;
	bottom: 10px;
	margin: 0px;
	padding: 0px;
}

textarea:focus {
	outline: none;
}

button:focus {
	outline: none;
}

.settings-dlg {
	width: 100%;
	display: flex;
}

.divider {
	border-top: 2px solid #eeeeee;
}

.settings-dlg input,
.settings-dlg label {
	display: block;
}

.settings-dlg label {
	font-weight: bold;
}

.settings-dlg-element {
	margin-right: 16px;
}

.settings-dlg #disabled {
	background-color: rgba(0,173,142,.15);
	border-bottom: 1px solid #00ad8e;
}

.settings-dlg textarea,
.settings-dlg input[type=text],
.settings-dlg input[type=number], 
.settings-dlg input[type=password] {
	min-width: 200px;
	margin:0px 6px 0px 0px;
	padding: 8px;
	font-size: 11pt;
	box-sizing: border-box;
	display: inline-block;
	height: 32px;
	margin-bottom: 16px;
	right: 0px;
	border: none;
	border-bottom: 1px solid #aaaaaa;
	position: relative;
	color: #333333;
	background-color: transparent;
	resize: none;
}

.settings-dlg input[type=number] {
	min-width: 80px;
	max-width: 100px;
} 

.settings-dlg textarea {
	border: 1px solid #aaaaaa;
	height: auto;
	background-color: transparent;
}

.settings-dlg textarea:focus,
.settings-dlg input[type=text]:focus,
.settings-dlg input[type=number]:focus, 
.settings-dlg input[type=password]:focus {
	border-bottom: 2px solid #00ad8e;
	outline: none;
}

.settings-dlg input.invalid {
	border-bottom: 2px solid #C31818;
	background-color: #F6D3D3;
}

.settings-dlg input.invalid:focus, .settings-dlg input.invalid:active {
	border-bottom: 2px solid #00ad8e;
	background-color: #ffffff;
}

.settings-dlg textarea:active,
.settings-dlg input[type=text]:active,
.settings-dlg input[type=number]:active, 
.settings-dlg input[type=password]:active {
	border-bottom: 2px solid #00ad8e;
	outline: none;
	background-color: #ffffff;
}

.settings-box-1 {
	margin-left: 0px;
}

.settings-box-2 {
	padding:0px 8px 0px 8px;
	border: 1px solid #00ad8e;
	border-radius: 3px;
	display: flex;
	width: 325px;
}

.settings-box-3 {
	display: flex;
}

.dialoglogin-box {
	bottom: 0;
	margin: auto;
}

.dialoglogin-box ul {
	list-style: none;
	padding: 0;
	margin:auto;
	width: 270px;
}

.dialoglogin-box-custom  {
	box-shadow: 0px 6px 8px rgba(0,0,0,0.24);
	border-radius: 4px;
	list-style: none;
	padding: 16px;
	margin:auto;
	width: 280px;
}

.dialoglogin-box ul li {
	margin-top: 16px;
	display: block;
	margin-bottom: 32px;
}

.dialoglogin-container input[type=text], .dialoglogin-container input[type=password] {
	padding: 8px;
	height: 32px;
	font-size: 11pt;
	width: 250px;
	border: none;
	box-sizing: border-box;
	margin: auto;
	right: 0px;
	border: none;
	border-bottom: 1px solid #aaaaaa;
	position: relative;
	color: #333333;
	background-color: rgba(255,255,255,0.4);
	resize: none;
}

.dialoglogin-container input[type=text]:focus, .dialoglogin-container input[type=password]:focus {
	border-bottom: 2px solid #00ad8e;
	background-color: rgba(100, 100, 100, .15);
	outline: none;
}

.dialoglogin-container input::-webkit-input-placeholder {
	color: #333333;
}

.dialoglogin-container input:-moz-placeholder { /* Firefox 18- */
	color: #333333;  
}

.dialoglogin-container input::-moz-placeholder {  /* Firefox 19+ */
	color: #333333;  
}

.dialoglogin-container input:-ms-input-placeholder {  
	color: #333333;  
}

.prjoffer-message-title {
	position: relative;
	text-align: left;
	font-weight: bold;
}

.message-title {
	position: absolute;
	margin-top: 10px;
	font-weight: bold;
}

.message-dialog-toolbar {
	width: 600px;
	padding: 4px;
	text-align: right;	
}

.message-dialog-main {
	width: 600px;
}

.message-dialog-main .message-content {
	max-height: 300px;
	padding: 16px;
	overflow-y: auto;
	box-shadow: inset 0px 0px 6px rgba(0,0,0,0.3);
	border-radius: 4px;
}

.message-dialog-main .message-content-small {
	max-height: 150px;
	padding: 8px;
	overflow-y: auto;
	box-shadow: inset 0px 0px 0px rgba(0,0,0,0.24);
	background-color: #eeeeee;
}

.message-dialog-main .message-reply {
	transition: height .2s;
	-webkit-transition: height .2s;
}

.reply-toolbar {}

.reply-toolbar-hide {
	display: none;
}

.reply-toolbar-show {
	display: block;
}

.reply-hide {
	margin: 16px 0px 16px 0px;
	visibility: hidden;
	height: 0px;
/*	display: none;*/
}

.reply-show {
	margin: 16px 0px 46px 0px;
	visibility: visible;
	height: 120px;
/*	display: block;*/
}

.reply-status-text {
	margin: 8px 0px 8px 0px;
	text-align: center;
}

.reply-status-icon {
	text-align: center;
	padding-left: 16px;
}

.reply-status-icon .sent {
	color: #00ad8e;
	font-size: 40pt;
}

.reply-status-icon .failed {
	color: #FFBB11;
	font-size: 40pt;
}

.logindialog-status-icon {
	text-align: center;
	padding-right: 10px;
	color: #00ad8e;
}

.logindialog-status-text {
	margin: 8px 0px 8px 0px;
	text-align: left;
}

.prjactivation-status-icon {
	text-align: center;
	padding-left: 16px;
}

.prjactivation-status-text {
	margin: 8px 0px 8px 0px;
	text-align: left;
}

.prjactivation-status-icon .activated {
	color: #00ad8e;
	font-size: 40pt;
}

.prjactivation-status-icon .refused {
	color: #f0323c;
	font-size: 40pt;
}

.prjactivation-status-icon .failed {
	color: #FFBB11;
	font-size: 40pt;
}

.prjactivation-status-icon .confirm1 {
	color: #00ad8e;
	font-size: 40pt;
}

.prjactivation-status-icon .confirm2 {
	color: #f0323c;
	font-size: 40pt;
}

.message-dialog-main .message-reply textarea {
	width: 100%;
	height: 100%;
	padding: 8px;
	resize: none;
	max-height: 200px;
	overflow-x: hidden;
	background-color: #ffffff;
	border: 1px solid #00ad8e;
}

.message-dialog-bottom {
	width: 100%;
	padding: 0px;
	border-top: 1px solid #cccccc;
	text-align: center;
}

.message-dialog-bottom .text {
	padding: 12px 0px 20px 0px;
	width: 600px;
	text-align: justify;
	font-weight: bold;
}

.message-dialog-main .message-reply textarea:focus {
	box-shadow: 0px 0px 6px rgba(0,173,142,.5);
}

.color-wrapper {
	display: flex;
	margin: auto;
}

.color-container {
	display: block;
	margin: 12px;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	font-size: 22px;
	height: 64px;
	width: 64px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* RADIOBUTTON VERSTECKEN */
.color-container input {
	position: absolute;
	box-size: border-box;
	opacity: 0;
	cursor: pointer;
}

.color-palette {
	position: absolute;
	box-size: border-box;
	top: 0;
	left: 0;
	height: 64px;
	width: 64px;
	border-radius: 50%;
	transition: all .2s ease-in-out;
}

#checkmark-coral {
	background-color: #ff6250;
}

#checkmark-pink {
	background-color: #e2255c;
}

#checkmark-blue {
	background-color: #533BE8;
}

#checkmark-teal {
	background-color: #00bbbb;
}

#checkmark-green {
	background-color: #00ad8e;
}

#checkmark-orange {
	background-color: #FFBB11;
}

.color-container:hover input ~ .color-palette {
	opacity: .8;
	box-shadow: inset 0px 0px 0px 3px rgba(0,0,0,.36);
}

.color-container input:checked ~ .color-palette {
	box-shadow: inset 0px 0px 0px 6px rgba(0,0,0,.36);
}

.documents-table {
	width: 1300px;
	height: 405px;
	display: flex;
}

.documents-table .documents-table-column1 {
	width: 33%;
	height: 405px;
	margin: 0px;
}

.documents-table .documents-table-column2 {
	width: 24%;
	height: 405px;
	margin: 0px;
}

.documents-table .column1-head {
	color: #333333;
	padding: 4px;
	font-weight: bold;
}

.documents-table .column2-head {
	color: #333333;
	padding: 4px;
	font-weight: bold;
}

.documents-table .documents-table-column1 .documents-table-doc {
	border-right: 1px solid #cccccc;
	height: 100%;
	padding: 4px;
	overflow-y: auto;

}

.documents-table .documents-table-column1 .documents-table-obj {
	border-right: 1px solid #cccccc;
	height: 100%;
	padding: 4px;
	overflow-y: auto;

}

.documents-table .documents-table-column2 .documents-table-tool {
}

.documents-table-tool .line {
	Width: 90%;
	height: 1px;
	background-color: rgba(153,153,153,.3);
	margin: 4px 0px 4px 16px;
}

.doc-button-bar {
	width: 100%;
	margin-top: 48px;
	border-top: 2px solid #dddddd;
}

.documents-tool-box {
	margin: 16px;
}

.documents-tool-box .head {
	color: #aaaaaa;
}

.acc-user-info-details {
	width: 100%;
	margin: 8px;
	height: 80px;
}

.acc-user-info-details-content {
	position: relative;
	margin-top: 12px;
}

.acc-user-info-name {
	position: absolute;
	left: 0px;
	top: 6px;
}

.acc-user-info-details-head {
	width: 100%;
	height: 42px;
	position: relative;
	font-weight: bold;
	border-bottom: 2px solid #cccccc;
}

.acc-user-info-box {
	width: 33%;
	margin: 8px;
}

.acc-user-info-boxarea {
	display: flex;
}

.acc-user-info-box-head {
	width: 100%;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}

.acc-user-info-box-line {
	border-top: 1px solid #cccccc;
	padding-top: 10px;
}

.acc-user-info-buttons {
	position: absolute;
	display: flex;
	right: 0px;
	top: 0px;
}