﻿button.btn-default {
	margin: 0 auto;
	margin-top: 2em;
}

#Query, #Selectable , #municipality {
	padding-left: 15px;
	margin-top: 5px;
	width: 95%;
}

#Selectable, #municipality {
	padding-left: .8em !important;
}

table {
	width: 100%;
	border-radius: 0.7em; 
	border: 1px solid #fff;
	background-color: rgba(240,240,240,0.6);
	padding: 1em;
	border-spacing: .1em 0.5em;
	color: #0a0a0a;
}

	table p {
		margin: 0;
		font-size: .9em;
		margin-top: 1.5em;
	}

#specialCase {
	margin-top: 2em;
}

	#specialCase table {
		border-spacing: 1.5em 0.5em;
		padding: 1em 0;
	}

	#specialCase tr {
		vertical-align: baseline;
	}

th {
	text-align: left;
}

.my-family {
	width: 100%;
	grid-row-gap: 0 !important;
}

table button {
	width: 95% !important;
	height: 50px !important;
	margin: 0 auto;
}

tr[data-page]:not([data-page="0"]) {
	display: none;
}

tfoot td, #tabContainer {
	letter-spacing: 1.5em;
	text-align: center !important;
	color: #1d61a1;
}

tfoot hr {
	margin-bottom: 1em;
}

span[pager] {
	cursor: pointer;
	padding: .5em;
	letter-spacing: 0;
}

	span[pager].current {
		font-weight: 900;
		border: 1px solid #1d61a1;
		border-radius: 6px;
	}

#specialCase td {
	max-width: 20vw
}

.viewMore {
	border-radius: .5em;
	border: 1px solid #1d61a1;
	cursor: pointer;
	height: 42px !important;
	padding: 0 .8em;
	background-color: transparent;
}


.tab-bar {
	display: flex
}

.bar-item {
	border: none;
	border-bottom: 1px solid #f2ae0d;
	font-size: 1em;
	background-color: #fff;
	height: 42px;
	border-radius: .5em .5em 0 0;
	cursor: pointer;
	padding: 0 1em;
}

	.bar-item.active {
		border: 1px solid #f2ae0d;
		border-bottom: none;
	}

.emblem {
	align-self: center;
	height: 75px;
	margin: 1em 1em 1em 0;
}

.push-right {
	margin-left: auto;
	text-align: right;
}

.header-font {
	font-size: 1.4em
}

#licenseDescription {
	border: 1px solid rgba(153,153,153,.5);
	padding: .8em;
	border-radius: 6px;
}

td, th {
	vertical-align: middle;
}

.equal-td td {
	max-width: 0;
}

.em75 {
	font-size: .75em;
}

.mobile-bypass {
}

	.mobile-bypass table {
		background-color: #fff;
		padding: 0;
	}

		.mobile-bypass table[role] * {
			width: 100% !important;
		}

	.mobile-bypass .bar-item {
		height: unset !important;
		padding: 1em;
	}

	.mobile-bypass .tab-bar {
		overflow-x: auto;
	}

	.mobile-bypass input[type=checkbox] {
		width: auto;
	}

	.mobile-bypass #specialCase table {
		border-collapse: separate;
		border-spacing: 0;
	}

		.mobile-bypass #specialCase table th {
			padding-top: 1em;
		}

	.mobile-bypass ul {
		margin: 0;
	}

	.mobile-bypass .light-border th {
		padding-top: 0 !important;
	}


.light-border {
	border: 1px solid rgba(155,155,155,0.8) !important;
	padding: 0.75em !important;
	margin: 1em 0;
}

.voting button {
	margin-top: 0 !important;
}

.modal {
	display: none;
	position: fixed;
	z-index: 700;
	padding-top: 100px;
	padding-bottom: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,.4);
}

.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 10px 30px;
	border: 1px solid #888;
	border-radius: 10px;
	width: 450px;
	height: auto
}

.modal-withdraw {
	background-color: #fefefe;
	margin: auto;
	padding: 10px 30px;
	border: 1px solid #888;
	border-radius: 10px;
	width: 750px !important;
	height: auto;
	margin-top:15%
}

.modal-close {
	margin-top: 10px;
	background-color: #1d61a1;
	color: #fff;
	width: 200px;
	height: 40px;
	border-radius: 10px;
	border: 1px solid #fff
}

.menu-icon {
	width: 36px;
	height: 36px;
	background-image: url(/images/icons/menu_close.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
}

.close {
	margin-left: auto; 
}


/**** PAGINATION  ****/
.paginationWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 25px;
}

.pagination-container {
	display: flex;
	justify-content: center;
}

.pagination {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

	.pagination li {
		margin: 0 5px;
		cursor: pointer;
	}

		.pagination li span {
			display: block;
			padding: 10px 15px;
			color: #0c4f91;
			text-decoration: none;
			border: 1px solid #dee2e6;
			border-radius: 4px;
		}

		.pagination li.active span {
			background-color: #0c4f91;
			color: #fff;
			border-color: #0c4f91;
		}

		.pagination li:hover span {
			background-color: #e9ecef;
		}

		.pagination li.disabled span {
			color: #6c757d;
			cursor: not-allowed;
		}

		.pagination li[data-page="prev"] span::before {
			content: "<";
			margin-right: 5px;
		}

		.pagination li[data-page="next"] span::after {
			content: ">";
			margin-left: 5px;
		}

.emblem {
	align-self: center;
	height: 75px;
	margin: 1em 1em 1em 0;
}