#sidebar {
  display: block;
  width: 330px;
  height: 980px;
  position: absolute;
  z-index: 500; }

#building-levels {
  width: 100%;
  max-width: 330px;
  position: absolute;
  z-index: 600; }

#building-levels .building-level {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  display: block !important;
  fill: #0F6480 !important; }

#content {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 330px;
  width: 1590px;
  height: 980px;
  background: #fff; }

#siteplan-holder {
  width: 860px;
  max-width: 860px;
  padding: 0;
  position: absolute;
  right: 300px;
  margin: 0; }

#siteplan {
  width: 860px;
  max-width: 860px;
  height: auto;
  position: relative;
  margin: 0 auto; }

#info-window-outer {
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.4); }

.close-info {
  bottom: 0; }

#siteplan-info {
  width: 350px;
  height: 780px;
  float: left;
  margin: 200px 0 0 0;
  text-align: center; }

#siteplan-info h3 {
  font-size: 1.7em;
  margin: 0 0 0.7em 0.7em; }

.level-nav-item {
  width: 70px;
  margin: 0 0 0.3em 0.3em; }

.level-nav-item h4 {
  font-size: 1em; }

.level-select div h5 {
  font-size: 0.6em;
  font-weight: 300; }

#unit-availability {
  width: 240px;
  height: 980px;
  position: absolute;
  right: 0;
  border-left: solid 1px #0F6480;
  border-bottom: solid 1px #0F6480;
  overflow: hidden; }

#api-community-form {
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  bottom: 0;
  width: 1350px;
  height: 100px;
  background: #dcd9d5; }

#unit-search {
  width: 100%;
  padding: 1em;
  overflow: visible;
  position: relative; }

#unit-search .select-box {
  padding: 0;
  position: relative; }

#unit-search .select-box :focus {
  outline-color: transparent;
  outline-style: none; }

#unit-search .select-box select {
  width: 100%; }

#unit-search .select-box .ui-widget {
  background-image: none;
  background-color: transparent;
  border: none;
  width: 100%; }

#unit-search .select-box .ui-widget .ui-selectmenu-icon {
  display: none; }

#unit-search .select-box .ui-widget:hover {
  background-image: none;
  background-color: transparent;
  border: none; }

.ui-menu .ui-menu-item-wrapper {
  padding: 2px 1em 2px .4em; }
