/* line 1, /home/erd/webtool/Chinese/app/assets/stylesheets/topbar.css.scss */
#topbar {
  width: 100%;
  height: 30px;
  margin: 0 0 15px 0;
  padding: 0;
}
/* line 7, /home/erd/webtool/Chinese/app/assets/stylesheets/topbar.css.scss */
#topbar #help, #topbar #share {
  position: absolute;
  top: 5px;
  width: 50px;
  height: 22px;
  padding-top: 3px;
  border: solid #ccc 1px;
  text-align: center;
}
/* line 15, /home/erd/webtool/Chinese/app/assets/stylesheets/topbar.css.scss */
#topbar #help a, #topbar #share a {
  color: #000;
  display: block;
  width: 100%;
  text-decoration: none;
}
/* line 21, /home/erd/webtool/Chinese/app/assets/stylesheets/topbar.css.scss */
#topbar #help a:hover, #topbar #share a:hover {
  text-decoration: underline;
}
/* line 26, /home/erd/webtool/Chinese/app/assets/stylesheets/topbar.css.scss */
#topbar #help {
  left: 5px;
}
/* line 30, /home/erd/webtool/Chinese/app/assets/stylesheets/topbar.css.scss */
#topbar #share {
  right: 5px;
}
/* line 34, /home/erd/webtool/Chinese/app/assets/stylesheets/topbar.css.scss */
#topbar #viewdropdown {
  position: absolute;
  z-index: 10;
  top: 5px;
  left: 58px;
}
/* line 41, /home/erd/webtool/Chinese/app/assets/stylesheets/topbar.css.scss */
#topbar #savedpathwaydropdown {
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 58px;
}
/* line 48, /home/erd/webtool/Chinese/app/assets/stylesheets/topbar.css.scss */
#topbar #messages {
  margin: 5px 213px 0 211px;
  width: auto;
}
/* line 53, /home/erd/webtool/Chinese/app/assets/stylesheets/topbar.css.scss */
#topbar #message.warning {
  background-image: url("/assets/hatches/hatch-fff928.png");
  text-align: center;
}
/* line 56, /home/erd/webtool/Chinese/app/assets/stylesheets/topbar.css.scss */
#topbar #message.warning a {
  display: inline;
  background: white;
}
/* line 62, /home/erd/webtool/Chinese/app/assets/stylesheets/topbar.css.scss */
#topbar #calculating, #topbar #message {
  width: 100%;
  height: 22px;
  padding-top: 3px;
  border: solid #ccc 1px;
  text-align: center;
}
/* line 68, /home/erd/webtool/Chinese/app/assets/stylesheets/topbar.css.scss */
#topbar #calculating a, #topbar #message a {
  color: #000;
  display: block;
  width: 100%;
  text-decoration: none;
}
/* line 74, /home/erd/webtool/Chinese/app/assets/stylesheets/topbar.css.scss */
#topbar #calculating a:hover, #topbar #message a:hover {
  text-decoration: underline;
}
/* line 79, /home/erd/webtool/Chinese/app/assets/stylesheets/topbar.css.scss */
#topbar #calculating {
  position: relative;
  top: 0;
  z-index: 1;
  display: none;
  background-color: yellow;
}

/* line 88, /home/erd/webtool/Chinese/app/assets/stylesheets/topbar.css.scss */
.dropdown {
  width: 150px;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  background: #fff;
  height: 25px;
}
/* line 97, /home/erd/webtool/Chinese/app/assets/stylesheets/topbar.css.scss */
.dropdown .dropdown > li {
  margin: 0;
  padding: 0;
  height: 20px;
}
/* line 103, /home/erd/webtool/Chinese/app/assets/stylesheets/topbar.css.scss */
.dropdown li img {
  border: none;
  position: absolute;
  top: 7px;
  right: 8px;
}
/* line 110, /home/erd/webtool/Chinese/app/assets/stylesheets/topbar.css.scss */
.dropdown .divider {
  padding-left: 5px;
  padding-top: 10px;
  border-top: solid 1px #ccc;
}
/* line 116, /home/erd/webtool/Chinese/app/assets/stylesheets/topbar.css.scss */
.dropdown a.development {
  padding-left: 10px;
  color: #999;
}
/* line 121, /home/erd/webtool/Chinese/app/assets/stylesheets/topbar.css.scss */
.dropdown a {
  display: block;
  color: #000;
  padding: 3px;
  padding-left: 5px;
  background: #fff;
  text-decoration: none;
}
/* line 130, /home/erd/webtool/Chinese/app/assets/stylesheets/topbar.css.scss */
.dropdown a:hover {
  text-decoration: underline;
}
/* line 134, /home/erd/webtool/Chinese/app/assets/stylesheets/topbar.css.scss */
.dropdown ul.choices {
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
