body{
	font-family: "Source Sans 3", sans-serif!important;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.table th {
	background: rgb(247, 247, 247);
	padding: 15px 5px;
	font-weight: bold !important;
	vertical-align: middle;
}
.table td {
	vertical-align: middle;
}
.app-sidebar {
	background: white !important;
}
@media (max-width: 768px) {
	.app-wrapper .app-header {
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 1037;
	}

	.app-footer {
		bottom: 0;
		left: 0;
		position: fixed;
		right: 0;
		z-index: 1032;
	}
}
.sidebar-brand {
	height: 3.62rem !important;
}
body {
	background-color: #dc3545;
}
.table-highlight td {
	background-color: #f5f5f5 !important;
}
.table-highlight-today td {
	border-top: 2px solid #dc3545 !important;
	border-bottom: 2px solid #dc3545;
}
.table-highlight-today td:last-child {
	border-right: 2px solid #dc3545 !important;
}
.bg-primary, .btn-primary, .card-primary .card-header {
	background-color: #3b709d !important;
}
.text-primary {
	color: #3b709d !important;
}	
.app-footer .active{
	background-color: #2c4f6c !important;
}
.brand-text small{
	font-size: 18px;
}
.app-text-top{
	font-size: 24px;
}
.app-header{
	position:sticky;
	top: 0;
	z-index: 1030;
}