/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


 */

.social-module {
  display:none;
}

#app_sidebar {
  width: 100%;
  float: left;
  position: relative;
  z-index: 999999;
  background: rgba(255, 255, 255, 0.90);
  padding: 15px;
  margin-left: 0px;
  height: 100px;
  width:90%;
  overflow-y: auto;
  overflow-x: hidden;
}

li.app_cty {
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 7px;
  cursor: pointer;
  position: relative;
  width: 140%;
  border-bottom: 1px solid #cecece;
  padding-bottom: 5px;
}

#infobox_upper {
  margin:10px;
  width:100%;
}

#app_search_box {
  width:auto;
  width: auto;
  margin: 10px 0 10px 0;
}

#app_boxmap { display:none; }
#infobox_upper_boxmap { display:none; }
#map_legend_boxmap { display:none;}
#infobox_upper { height:auto; }
#sourceline, #noteline { margin-left:10px !important;}
.return_btn { display:none; }
#app_map {
  width:300px;
}

#map_legend {
  top: 370px;
  margin-left: 4px;
}

.infobox_cty_stat_section {
  width: 130px;
  float: left;
  margin-right: 5px;
}
#app_infobox {
  width: 260px;
}
input[type="text"]:focus, input[type="password"],
textarea:focus, select:focus {
  font-size: 16px !important;
}
