ul.sources {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.sources > li {
  margin: 0;
  padding: 15px;
}
ul.sources > li:nth-child(odd) {
  background-color: #ecf5e3;
  /* lighter: 236,245,227 */

}
li.loading div.source,
li.error div.source {
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 20px;
}
li.loading div.source {
  background-image: url(../images/loading2.gif);
}
li.error div.source {
  background-image: url(../images/exclamation.png);
}
.editor div.source {
  cursor: pointer;
}
.editor div.source:hover {
  text-decoration: underline;
}
ul.sources .title {
  font-weight: bold;
}
ul.filters:empty {
  display: none;
}
ul.filters .filter {
  font-size: 88%;
  color: #555;
}
input.invalid,
select.invalid,
textarea.invalid {
  background-color: #fbb;
  border: 1px solid #f00;
  color: #000;
}
.category-contents {
  margin-left: 21px;
}
.library-category,
.library-source,
.library-chart {
  padding-top: 5px;
}
/* hide editor row */
.editor-row {
  display: none;
}
.editor .editor-row {
  display: block;
}
.source-settings {
  margin-top: 15px;
  border: 3px solid transparent;
  padding: 15px;
}
.source-editor label.checkbox {
  font-weight: normal;
}
.library-category > span .icon-folder-open {
  display: none;
}
.library-category.open > span .icon-folder-open {
  display: inline-block;
}
.library-category.open > span .icon-folder-close {
  display: none;
}
.toggle-favorite {
  display: none;
}
.editor-plus .toggle-favorite {
  display: inline-block;
}
.content-container .chart {
  text-align: left;
}
/* used for socialtrade sharing */
.socialtrade-bm-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #505050;
  background-color: rgba(80, 80, 80, 0.8);
  z-index: 11111;
  font-family: Helvetica, Arial, sans-serif;
}
.socialtrade-bm-middle {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 380px;
  margin-top: -190px;
}
.socialtrade-bm-loading {
  width: 600px;
  margin: 0 auto;
  line-height: 380px;
  font-size: 36pt;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
