body {
	font-family: 'Lato', sans-serif !important;
}

.tc-navbar a {
	color: #4183b3 !important;
}

.tc-navbar {
	background-color: #c5dff0;
	/* height: 90px; */
}

.footer-section {
	background-color: #6585ee;
	font-family: "Trebuchet MS";
	font-size: 11px;
	height: 70px;
	padding-top: 2vh;
	overflow: hidden;
	border-top: 1px solid #c5dff0;
}

.footer-section-item {
	font-size: 16px;
	color: white;
	padding-top: 6px;
}

.left-action-bar {
	padding-bottom: 2vh;
    border-right: 1px solid #c5dff0;
}

.left-action-bar .nav-item .nav-link {
	color: #4183b3;
}

.left-action-bar .nav-item .nav-link.active {
	color: white !important;
	background-color: #4183b3 !important;
}

#navbar-dropdown {
	color: rgb(78, 78, 78) !important;
	background-color: white;
	border-radius: 8px;
	border: 2px solid rgb(78, 78, 78);
	padding: 0.5vh 0.5vw;
}

#navbar-dropdown:hover {
	color: rgb(24, 24, 24) !important;
	background-color: rgb(247, 247, 247);
	border: 2px solid rgb(24, 24, 24);
}

.tc-btn-hover:hover {
	color: white !important;
}

.env-container {
	position: fixed;
    top: 0;
    right: 0;
	left: 0;
	margin-top: 70px;
	z-index: 2;
	text-align: center;
}

.main-container {
	margin-top: 120px;
	padding-top: 2vh;
}

.main-row {
	padding-bottom: 1vh;
}

.main-content {
	overflow: auto;
	height: calc(96vh - 180px);
}

@media (max-width: 992px) {
	.main-content {
		overflow: auto;
		height: calc(90vh - 180px);
	}
}

.tc-table {
	text-align: center;
}

.tc-table thead tr th {
	vertical-align: middle;
}