body
{
	/*margin-top: 50px;*/
	font-size: 16px;
	margin-top: 20px;
}

body [id=MyAPTHeader] {
	height: 105px;
}

.isNotOK,
.is-not-ok,
.ng-invalid-mooch
{
	border-bottom: 3px solid #f00;
}

.isOK,
.is-ok
{
	border-bottom: 1px solid #090;
}

.halfWidth
{
	max-width: 50%;
}

.advisory
{
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 3em;
	text-align: center;
}

.red
{
	color: #f00;
}

.panel-collapse h4 {
	margin-top: 0;
	margin-bottom: 0;
}

#footer {
	padding-bottom: 5px;
}


#main > section.main-content form.form h3.h3Events,
#main > section.main-content form.form h3
{
	margin-top: 32px;
}

#files
{
	background-color: #428bca;
	color: #fff;
	padding: 8px 10px 30px;
}

#pg
{
	margin: 0 auto;
	width: 80%;
	font-size: 16px;
	float: none;
}

.noReg
{
	font-size: 2.0em;
	width: 100%;
	text-align: center;
}

.form-control {
	padding: 12px;
	font-size: 1.0em;
	line-height: 1.0em;
	height: auto;
}

/* Square Errors */
.squerror
{
	font-weight: bold;
	font-style: italic;
	color: #f00;
	display: none;
}
.squerror.show
{
	display: inline-block;
}


.eventList p
{

}

.eventList p span
{
	/*padding-top: 16px;*/
	display: inline;
}

.btn.event
{
	width: 130px;
	border: 1px solid #428bca;
	float: left;
	margin: 10px 10px 0 0;
}

input[type=checkbox]
{
	margin: 4px 10px 15px 0;
	float: left;
}

span.dateHeader
{
	font-size: larger;
	font-weight: bold;
	color: #105897;
}


@media screen and (device-height: 1080px) and (device-width: 1920px) {
	body
	{
		margin-top: 35px;
	}

	body [id=MyAPTHeader]
	{
		height: auto;
	}
}
