﻿body {
	padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
	white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
	max-width: 280px;
}

.field-validation-error,
label.error {
	color: red;
}

.input-validation-error,
input.error {
	border: 2px solid red;
}

.tblCalendar {
	width: 200px;
	border: 2px solid black !important;
	border-collapse: separate;
	-moz-box-shadow: 1px 0 5px #888;
	-webkit-box-shadow: 1px 0 5px #888;
	box-shadow: 1px 0 5px #888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-size: .75vw;
	text-align: justify;
	margin: 1em auto;
	padding: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	border-collapse: separate;
}
	.tblCalendar tr {
		border: 2px solid black !important;
		border-collapse: separate;
	}

.calView {
	min-height: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	display: inline-block;
	text-align: center
}

.nav a{
    color: white !important;
}
.nav li{
    padding-right:5px;
}

.nav-link {
    color: white !important;

}

.dropdown-item {
    color: white !important;
}

.navbar-brand {
    color: white !important;
}
