.bootstrap-select{
	margin-bottom: 5px;
}

#mapid {
	height: calc(100vh - 60px);
	width: 100%;
}

#regions_container {
	z-index: 1000;
	position: absolute;
	width:250px;
	margin-top: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	background-color: rgba(255, 255, 255, 0.75);
}

#regions {
	max-height: 50vh;
	overflow-x: scroll;
}

.absolute-center {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}

.absolute-center.is-responsive {
	width: 50%; 
	height: 50%;
	min-width: 200px;
	max-width: 400px;
	padding: 40px;
}

#logo_container{
	margin: auto;
	margin-bottom: 30px;
	margin-left: 20px;
}

.push-right {
	margin-left:auto;
}

.navbar {
	margin-bottom: 0px !important;
}

.panel-heading a:after {
	font-family: "Glyphicons Halflings";
	content:"\e114";
	float: right;
	color: grey;
}

.panel-heading a.collapsed:after {
	content: "\e080";
}

.regions-info {
	margin-top:10px;
	margin-right: auto;
	margin-left:0px;
}

.regions-input {
	margin-top:10px;
	margin-right: auto;
	margin-left:0px;
}

.region-color {
	height:10px;
	width:10px;
	border-radius: 3px;
}

.remove-region {
	padding-top: 10px;
	padding-bottom: 10px;
}

.toggle-region {
	padding-top: 10px;
	padding-bottom: 10px;
}

#show_all_members {
	width:155px;
}

.sp-replacer {
	width: 50px;
}

.color-btns {
	height:34px;
}

.popover {
	height: 80%;
	max-width: 75% !important;
	overflow-y: auto;
}
.popover-header {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content a.add_juris{
	margin-left:15px;
	display: inline-block;
	float: right;
	padding: 3px 7px;
	white-space: nowrap;
	vertical-align: middle;
}
.grey{
	color: #dddddd;
}

