.darkRedFont {
	color: #8b0000;
}

.darkGreenFont {
	color: darkgreen;
}

.deadline {
	font-size: 14px;
	float: right;
	color: darkgreen;
}

.topLinksContainer {
	position: absolute;
	top: 4px;
	right: 16px;
	font-size: 12px;
	color: #FFF;
}

.topLinks {
	font-weight: normal;
	color: #FFF;
}

	.topLinks a {
		font-size: 15px;
	}

		.topLinks a:hover {
			color: #FFF;
		}

.memberContainer {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.memberContainerSmall {
display:none;
}


#divDateContact hr {
	background-image: url(../../graphics/design/home/hr.gif);
	height: 1px;
	color: #B7692F;
	margin-top:0px;
	margin-bottom:0px;
}

.Qtable {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	/*table-layout: fixed;*/
	width: 100%;
}

	.Qtable tr {
		background-color: #f8f8f8;
		border: 1px solid #ddd;
		padding: .35em;
	}

	.Qtable th,
	.Qtable td {
		padding: .625em;
		/*text-align: center;*/
		width:80%;
	}

/*Steps CSSS*/

#wizHeader li .prevStep {
	background-color: #669966;
}

	#wizHeader li .prevStep:after {
		border-left-color: #669966 !important;
	}

#wizHeader li .currentStep {
	background-color: #C36615;
}

	#wizHeader li .currentStep:after {
		border-left-color: #C36615 !important;
	}

#wizHeader li .nextStep {
	background-color: #C2C2C2;
}

	#wizHeader li .nextStep:after {
		border-left-color: #C2C2C2 !important;
	}

#wizHeader {
	list-style-type: none;
	overflow: hidden;
	font: 14px Helvetica, Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
	display: flex;
	align-items: stretch;
	justify-content: center;
	width: 100%;
}

	#wizHeader li {
		float: left;
		list-style: none;
		text-align: left;
		flex: 0 1 auto;
	}

		#wizHeader li a {
			color: white;
			text-align: left;
			text-decoration: none;
			padding: 10px 0px 10px 35px; /*  last value will change the widht*/
			background: brown; /* fallback color */
			background: hsla(34,85%,35%,1);
			position: relative;
			display: inline-block;
			float: left;
			width: auto;
		}

			#wizHeader li a:after {
				content: " ";
				display: block;
				width: 0;
				height: 0;
				border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
				border-bottom: 50px solid transparent;
				border-left: 30px solid hsla(34,85%,35%,1);
				position: absolute;
				top: 50%;
				margin-top: -50px;
				left: 100%;
				z-index: 2;
			}

			#wizHeader li a:before {
				content: " ";
				display: block;
				width: 0;
				height: 0;
				border-top: 50px solid transparent;
				border-bottom: 50px solid transparent;
				border-left: 30px solid white;
				position: absolute;
				top: 50%;
				margin-top: -50px;
				margin-left: 1px;
				left: 100%;
				z-index: 1;
			}

		#wizHeader li:first-child a {
			padding-left: 10px;
		}

		#wizHeader li:last-child {
			padding-right: 50px;
		}

		#wizHeader li a:hover {
			background: #FE9400;
		}

			#wizHeader li a:hover:after {
				border-left-color: #FE9400 !important;
			}

.roundedBox {
	border: 1px solid #e9e9e9;
	margin: 4px 0 10px;
	padding: 8px;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* future proofing */
	-khtml-border-radius: 5px;
	/* for old Konqueror browsers */
}

@media only screen and (max-width:768px) {
	.memberContainerSmall {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		font-size:5vw;
	}
	.memberContainer {
		display: none;
	}
		.memberContainer .aAppTitleEnv {
			float: right;
			color: red;
			top: -8px;
			/*left: 10px;*/
			/*text-transform:uppercase;*/
			font-size: 20px;
			font-weight: 600;
			letter-spacing: 1px;
			line-height: 24px;
			font-family: 'Century Gothic', verdana, arial, helvetica, sans-serif;
		}

		.Qtable thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	.Qtable tr {
		border-bottom: 3px solid #ddd;
		display: block;
	}

	.Qtable th {
		width: 100%;
	}

	.Qtable td {
		width: 100%;
	}

	.Qtable th,
	.Qtable td {
		border-bottom: 1px solid #ddd;
		display: block;
		/*text-align: right;*/
	}

		.Qtable td::before {
			content: attr(data-label);
			float: left;
		}
}

#sortable1, #sortable2 {
	border: 1px solid #eee;
	min-width: 120px;
	min-height: 600px;
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 0;
	float: left;
	margin-right: 10px;
	height: auto;
	align-content: center;
}

	#sortable1 li, #sortable2 li {
		margin: 0 5px 5px 5px;
		padding: 5px;
		font-size: 1.2em;
		width: auto;
		list-style: none;
	}

#sortableDiv, #sortablekeyWord {
	border: 1px solid #eee;
	min-width: auto;
	min-height: auto;
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 0;
	float: left;
	margin-right: 10px;
	height: auto;
	align-content: center;
}

	#sortableDiv li, #sortablekeyWord li {
		margin: 0 5px 5px 5px;
		padding: 5px;
		font-size: 1.2em;
		width: auto;
		list-style: none;
	}

.myclass li:first-child {
	background-color: #f3c093;
	color: black
}

.KeywordCt {
	color: red;
	/*background-image: url(../images/caution.png);*/
}
