* {font-family: 'Liberation Sans'}
body{
	min-height: 100vh;
	position: relative;
	padding-bottom:100px;
}

.minitron{
	padding-top:20px;
	padding-bottom: 20px;
}
div.minitron div{
	width:200px;
	margin:auto;
}
.head {
	background: #85A9FE;
	height: 76px;
}
/*make sure datepicker boundary doesn't display on btm of page*/
#ui-datepicker-div{
	display:none;
	z-index:1052 !important;
}

.content {
	margin-top: 5px;
	padding: 5px;
	min-height: 400px;
	clear:left;
	z-index:0;
	background-color: #eee;
}

#menubar_vertical, #news {
	width: 190px;
	margin: auto;
	margin-top: 5px;
	padding: 5px;
}

#menubar_vertical {
	height: 150px;
}

#news {
	height: 180px;
}

#person {
	font-size: 10pt;
}
#personpopup{
	border: none !important;
	width: 100%;
}

span.persontable{
	width: 275px;
	float: left;
}
p.person label{
	display: table;
	width: 100px;
	text-align: right;
	padding-right: 5px;
}
p.person input {
	float:  left;
}
p.person label {
	float: left;
}
p.person {
	clear: left;
}
p.person > input {
	margin: 2px;
	padding: 2px;
}
section.scorea{
	background-color:#5b93c4;
	height:300px;
}
section.scoreb{
	background-color:rgb(243, 142, 151);
	height:200px;
}
section.scorec{
	background-color:rgb(120, 216, 149);
	height:200px;
}

/***New person popup**/
.newperson label{
	display: table;
	width: 100px;
	text-align: right;
}
.newperson input {
	margin-left: auto;
}
.newperson label {
	float: left;
}
.newperson {
	clear: left;
}
.newperson > input {
	margin: 2px;
	padding: 2px;
}
#newpersonform label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
	color: red;
}#newpersonform label {
	display: block;
	width: 100px;
	margin: 5px;
	text-align: right;
	font-weight: bold;
}
#newperson div label {
	float: left;
}
#newperson div {
	clear: left;
}

/****************************/
.foot {
	color: #ffffff;
	font-size: 10px;
}
.role {
	color: #ffffff;
}
/*.navbar-brand, .my-auto,.nav-item,.nav-link, .text-muted{
	color: white !important;
}*/
#error {
	color: red;
	/*font-weight: bold;*/
	padding: 10px;
}
#roundtoggle {
	 margin-left:100px;
	 cursor: pointer;
	 color: blue;
}

.error {
	text-align: left;
	color: red;
	padding-left: 10px;
	font-style: italic;
}
