body {
	font-family: "Tahoma", sans-serif;
	/* font-size: 11px; */
}

a:hover {
	color: #6F6F6F
}

/* content is minimum of the viewport height */
main.main-content {
	min-height: calc(100vh - 175px);
}

/* form datepicker  */
.form-datepicker {
    position: relative;
}


@media (min-width: 1024px) {
	main.main-content {
		min-height: calc(100vh - 109px);
	}
}

@media (min-width: 1599px) {
	.container {
		max-width: 95%;
	}
}

th a {
    color: black;
    text-decoration: none;
}

td.text-right {
    text-align: right;
}

th.text-right {
    text-align: right;
}

td.font-weight-bold {
	font-weight: bold;
}

th.font-weight-bold {
	font-weight: bold;
}

.flex-container {
	display: flex;
	/* align-items: center; */
}

.flex-container label{
	padding-right: 5px;
}