/* App CSS */


main {
	padding-top: 6rem;
}

th {
 text-align: center !important;
 background-color: #e4e4e4 !important;
}

a {
	color: #416ed5;
}

textarea {
	height: 100%;
}

.bg-primary {
	background-color: #537496 !important;
}

.btn-primary {
	background-color: #537496 !important;
	border-color: #537496 !important;
}

.bg-dark {
	background-color: #537496 !important;
}

.card {
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px !important;
}

.card-header {
	border-radius: 10px 10px 0px 0px !important;
}

.card-body {
	border-radius: 10px 10px 0px 0px;
}

.txt-primary {
	color: #537496 !important;
}

/* 
.user-card {
	max-width: 900px;
}
 */

.page-title {
  color: #537496 !important;
  margin-bottom: 24px;
}


.text-red {
	color: #c94f57;
}

.dropdown-item:active {
  background-color: #478df7;
}

.table td {
	vertical-align: middle;
}

.btn-secondary {
	color: black;
	background-color: #eeeeee;
}
.bg-color, .btn-color {
	background-color: #537496 !important;
}
