body {
	background-color: #eeeeee;
	font-family: Arial, Helvetica;
	overflow: hidden;
    position: relative;
}
:focus {
  outline-color: transparent;
  outline-style: none;
}
a {
	color: #ccc;
}
h2 {
	background-color: #E82E00;
	padding: 10px;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
    margin-top: 10px;	
}
option{
  padding:10px 0;
  font-size: 14px;
}
#mapid {
	position: absolute;
	left: 0;
	/*right: 520px; */
	top: 0;
	bottom: 0;
	width: calc(70% + 17px);
}

#info {
	background-color: #eeeeee;
	font-size: 12px;
	position: absolute;
	right: 0;
	width: 30%;
	top: 0;
	bottom: 0;
	box-sizing: border-box;
	z-index: 1;
	padding: 15px 25px 25px 25px;
	color: #000;
	overflow-y: scroll;
    right: -17px;
    position: absolute;
}
#info .selected-map-details {
	display: table;
}		
#info .selected-map-details .selected-map-detail {
	display: table-row;
}	
#info .selected-map-detail .selected-map-detail-label {
	font-weight: normal;
	padding-right: 1em;
	width: 100px;
}
#info .selected-map-detail .selected-map-detail-label, #info .selected-map-detail .selected-map-detail-text {
	display: table-cell;
	/*padding-bottom: .25em;*/
	font-size: 1.2em;
}
#info .selected-map-detail {
	font-size: 1.2em;
}
#info .selected-map-detail .selected-map-detail-text {
	font-weight: bold;
}
#previews, #preview {
	visibility: hidden;
}		

.leaflet-control-layers-overlays span:first-child {
	color: #7F0680;
}

.thumbnail {
	width: 100%;
	cursor: pointer;
}


#years, #clubs, #standards {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  z-index: 700;
  border: 2px solid rgba(0,0,0,0.2);
  background-clip: padding-box;
  border-radius: 5px;	
}

/*#standards {
  top: 50px;
}*/

#years {
  top: 50px;
}

.leaflet-control-layers {
	top: 90px !important;
}

.accordion-button {
	padding: unset;
	color: #fff;
    background-color: #E82E00;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #E82E00;
	box-shadow: unset;
}
.accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-item {
    background-color: unset;
    border: unset;
}
.accordion-button:focus {
    box-shadow: unset;
}
.accordion-body {
    padding: 1rem 0;
}

.modal-header .close {
    margin-top: -2px;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    right: 5px;
    top: 5px;
    float: right;
    position: absolute;
    font-size: 30px;
	display: none;
}


@media only screen and (max-width: 1000px) {
  #info {
    position: absolute;
    left: 0;
    z-index: 1000;
    width: 90%;
    margin: 5%;
	display: none;
	border-radius: 10px;
	height: fit-content;
  }
  
  #mapid {
	width: 100%
  }
  
  .leaflet-control-container .leaflet-top.leaflet-right {
	bottom: 0px;
	margin-bottom: 20px;
	top: unset;
  }
  
  .leaflet-control-layers {
	top: unset !important;
  }
  
  .close {
	display: block;
  }
}





















