﻿
#TDCInfo div.TDCMessage {
	color: DarkRed;
	padding: 10px 10px 10px 10px;
	display: inline;
}

#TDCInfo div.TDCPopoutLargePanel {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -40%;
	margin-top: -20%;
	max-width: 80%;
	max-height: 70%;
	z-index: 2;
	background-color: whitesmoke;
	border: 3px outset navy;
	padding: 8px 8px 8px 8px;
	border-radius: 8px;
	text-align: left;
	overflow: auto;
}

#TDCInfo div.TDCPopoutSmallPanel {
	position: fixed;
	top: 40%;
	left: 50%;
	margin-left: -15%;
	margin-top: -10%;
	max-width: 30%;
	max-height: 50%;
	z-index: 2;
	background-color: whitesmoke;
	border: 3px outset navy;
	padding: 8px 8px 8px 8px;
	border-radius: 8px;
	text-align: center;
	overflow: visible;
}

#TDCInfo div.TDCFieldBlock {
	clear: both;
	display: block;
	padding-bottom: 16px;
	vertical-align: central;
}

#TDCInfo div.TDCFieldInfo {
	color: #333333;
	display: inline-block;
}

#TDCInfo div[class^="TDCFormBlock"] {
	padding-bottom: 10px;
}

#TDCInfo .TDCRounded {
	margin: 0px 4px 4px 4px;
	padding: 4px 4px 4px 4px;
	border-radius: 6px;
	text-align: center;
	background-color: grey;
	color: white;
}
/* Special for theme overcoming for buttons */
#TDCInfo html .kalendae .k-days span.k-active.k-in-month {
	background-color: #333333;
	border-color: rgba(0, 0, 0, 0.1);
	background: #1f557795;
	color: #fefeff;
}

#TDCInfo .TDCPopoutLargePanel h3 {
	white-space: nowrap;
}

#TDCInfo .AddrList {
	min-width: 350px;
}

	#TDCInfo .AddrList .AddrListItemlabel {
		border-bottom: 1px solid silver;
		white-space: nowrap;
	}

	#TDCInfo .AddrList input.AddrListRadioSelect {
		display: none;
	}
