/*

	Default stylesheet for DDNS manager
	
	(c) Mr. James P. Cartner-Young, Sandal Computers, 2016

*/

body {
	background-color: #fb3;
}

div.page-header {
	text-align: center;
	margin-top: 8px;
	border-bottom: 1px dotted rgba(0,0,0,0.5);
}

div.page-header h1 {
	margin: 0px;
	color: #000;
	font-weight: bold;
	text-shadow: 0px 1px 0px #fff;
}

div.page-header h1 small {
	color: #000;
	font-weight: bold;
}

div.page-header img {
	padding: 0px;
	margin: 0px;
}

/*	__________________________________________________	*/


div#login {
	text-align: center;
}

form.login {
	margin: auto;
	width: 228px;
}

form.login table tr td {
	text-align: center;
	padding: 8px;
	line-height: 2em;
}

form.login table tr td input[type=text], form.login table tr td input[type=password] {
	padding: 8px;
	width: 200px;
	text-align: center;
	font-size: 14pt;
	border: 1px solid #bbb;
	border-radius: 8px;
}

/*	__________________________________________________	*/


button#resyncButton {
}

div#clientList {
}

a {
	color: inherit;
	text-decoration: none;
}

/*	__________________________________________________	*/


.clientRow {
	padding: 8px;
	border-radius: 4px;
}

.tsectHead {
	background-color: rgba(0, 0, 0, 0.67);
	color: #fff;
	padding: 12px;
	font-size: 22pt;
	height: 72px;
	border-radius: 4px;
}

.tsectHead h2 {
	display: inline-block;
	margin: 8px 0px;
	line-height: 100%;
}

span.hostName {
	font-size: 14pt;
	display: inline-block;
	color: #000;
	font-variant: small-caps;
}

span.domainName {
	font-size: 10pt;
	font-weight:bold;
	display: inline-block;
	color: #444;
	margin-left: 12px;
}

span.ipAddress {
	font-size: 14pt;
	display: inline-block;
	text-align: right;
	float: right;
	font-weight: bold;
	color: #000;
}

span.sancomId {
	font-family: courier new, monospaced;
	font-size: 8pt;
}

span.ddnsTools {
	font-size: 10pt;
	text-align: center;
	display: inline-block;
}

span.afraidId {
	font-family: courier new, monospaced;
	font-size: 8pt;
}

span.lastUpdated {
	font-size: 8pt;
	font-style: italic;
	float: right;
}

span.dnsActions {
	text-align: center;
	line-height: 120%;
	font-weight: bold;
}
