p {
	margin: 0;
}

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

.staff-wrapper {
	/*margin: 45px auto;*/
	padding: 35px 95px;
}

.stafflistimg img {
	width: 100%;
}

.about p {
	font-size: 25px;
	font-weight: bold;
}

.inabout {
	border: 1px solid #DADADA;
	padding: 5px 15px;
	transition: 0.2s;
}

.inabout p {
	font-size: 18px;
}

.active {
	/*background-color: #236AAC;*/
	color: white;
}


.staff-wrapper .publication a {
	color: white;
}

.staff-wrapper a {
	text-decoration: none;
	color: black;
}

.staff-wrapper a:hover {
	color: white;
}

.staff-wrapper .press-release a:hover, .staff-wrapper .news-section a:hover, .staff-wrapper .notice-section a:hover {
	color: #EC4149;
}

.inabout:hover {
	background-color: #236AAC;
	color: white;
}

.about li {
	list-style: none;
}

.staff-wrapper .event-content a:hover {
	color: inherit;
}

.staff-wrapper .btn-primary {
    background-color: #236AAC;
    border: none;
}

.staff-wrapper .btn-primary:hover {
	background-color: #777777;
}

.staff-wrapper input[type=search] {
	padding: 5px 10px 5px 32px;
}

.card {
	width: 100%;
}

.footer p {
	margin-bottom: 24px;
}

.card-header {
	background-color: #236AAC;
}

.card-header button {
	text-decoration: none!important;
	color: white!important;
	/*font-size: 16px;*/
	/*font-weight: bold;*/
	/*font-family: 'Lato', sans-serif;*/
	width: 100%;
	text-align: left;
}

.card-header button i{
	position: absolute;
	right: 12px;
	top: 12px;
}
.drop-links {
	padding: 5px 30px;
	transition: 0.2s;
}
.about .card-body {
	padding: 0;
    background: rgba(0,0,0,0.1);
}
.drop-links:hover {
	background-color: #236AAC;
}

.drop-links:hover a{
	color: white;
}

.drop-links a {
	font-size: 15px;
	text-decoration: none;
	color: black;
	transition: 0.2s;
}

.drop-links.drop-active {
	background-color: #236AAC;

}

.drop-links.drop-active a {
	color: white;
}

.about-select {
	width: 100%;
}

.above-card {
	/*box-shadow: 0px 3px 5px;*/
}
.about .card {
	border-radius: 0;
	border : 0px;
}
.below-cards {
	width: 100%;
	background-color: white;
	border: 0px solid;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	transition: 0.2s;
	border-radius: 0;
}
.card-header:first-child {
	border-radius: 0;
}
.below-cards:hover {
	background-color: #236AAC; 
}

.below-cards button {
	color: black!important;
	white-space: normal;
}

.below-cards button:hover {
	color: white!important;
}

.below-cards.drop-active {
	background-color: #236AAC;

}

.below-cards.drop-active button {
	color: white!important;
}

.thead-blue {
	background-color: #236AAC;
}

.thead-blue th {
	padding: .45rem;
	padding-top: 2px;
	padding-bottom: 2px;
	color: white;
}

.table tbody th {
	padding: 0;
}

.table tbody td {
	padding: 5px;
}

td:last-child {
	width: 20%;
	text-align: right;
}

th:last-child {
	text-align: right;
}

.table tbody button {
	border: none;
	background-color: #236AAC;
	color: white;
	cursor: pointer;
}

.form-inline button {
	background-color: #236AAC;
	border-radius: 0;
	color: white;
}

.col-date {
	text-align: center;
	/*border: 1px solid #DCDCDC;*/
}

.col-date .day {
	font-size: 18px;
}

.col-date .month {
	font-size: 15px;
	background-color: #EC4149;
	color: white;
}

.side-links a {
	color: #236AAC;
}

.news-border {
	border: 1px solid #DADADA;
}

.download-page .btn.btn-primary.btn-sm.pull-center {
	color: white;
}

.statistic-page .btn.btn-success.btn-ls.pull-left {
	background-color: #236AAC;
	color: white;
	border: none;
}

.statistic-page .btn.btn-success.btn-ls.pull-left:hover {
	background-color: grey;
}

table.dataTable thead th, table.dataTable thead td {
	padding: 2px 6px;
	text-align: left;
}

@media (max-width: 992px) {
	.stafflistimg {
		padding-left: 0;
	}

	.left-side-links {
		margin-bottom: 10px;
	}
}

.fb_iframe_widget iframe {
	border-radius: 5px;
}

@media (max-width: 480px) {
	.footer, .staff-wrapper {
		padding: 15px 1px;
	}
}