
#sidebar {
	position: absolute;
	display: block;
	bottom: 0;
	width: 100%;
	height: 4rem;
	overflow: auto;
}

#sidebar .icon-container {
	display: inline-block;
	width: auto;
	height: 100%;
	margin-bottom: 0rem;
	margin-right: 1rem;
}

#map-container {
	background-color: #ffffff;
	overflow-y: scroll;
}

#map-container .campus-map {
	visibility: hidden;
}


#campus-list .campus-outer {
	height: calc(100% - 0.5rem);
	margin: 0rem 0.5rem 0.5rem 0;
}

#campus-list .campus-outer:last-child {
	margin: 0rem 0 0.5rem 0;
}

#campus-list .campus-outer p {
}

#campus-list .campus-outer.active {
}

#campus-list .campus-outer.active p {
}

#building-selection-dropdown {
	left: 0;
	right: 0;
	top: 0;
}

#overlay {
	visibility: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,174,239,0);
	-webkit-transition: background-color 0.5s; /* Safari */
    transition: background-color 0.5s;
}

#overlay.active {
	visibility: visible;
	background-color: rgba(0,174,239,0.5);
	
}

#popup {
	/*max-height: calc(100% - 2rem);;
	overflow-y: scroll;*/
	position: relative;
	width: calc(100% - 2rem);
	max-width: 700px;
	margin: 100% auto 0 auto;
	padding: 1rem;
	background-color: #ffffff;
	text-align: left;
	-webkit-transition: margin 0.5s; /* Safari */
    transition: margin 0.5s;
}

#overlay.active #popup {
	margin: 0 auto 0 auto;
}

#popup-title {
	margin-bottom: 1rem;
	width: calc(100% - 2rem);
}

#popup-tab-container {
	/*margin-bottom: 0.5rem;*/
}

#popup-vis-container {
	position: relative;
	width: 100%;
	background-color: #eee;
}

.vis:after {
  padding-top: 56.25%;
  /* 16:9 ratio */
  display: block;
  content: '';
}


#info-container {
	position: relative;
	width: 100%;
	top: 10%;
	bottom: auto;
    overflow: scroll;
}

#info-container.active {
	bottom: auto;
	max-height: 10px;
}

#info-controls {
	display: none;
}


#info-container #info {
	max-height: 15rem;
	overflow-y: scroll;
	position: relative;
	top: 0;
	bottom: auto;
	/*overflow-y: auto;*/
}





.dropdown-wrapper {
    width: 100%;
    padding: 0;
}

.dropdown-wrapper span {
    display: none;
}

.dropdown-wrapper:after {
    border-width: 0;
 }

.dropdown-wrapper .dropdown {
    display: none;
    opacity: 1;
}


.dropdown-wrapper .dropdown li:hover {
}

.dropdown-wrapper .dropdown.active {
    display: block;
    pointer-events: auto;
}

.dropdown-wrapper.active:after {
}
