
/* -------------------------------------------------------------------
   Config
--------------------------------------------------------------------*/
.app-config-box {
  border: 1px solid #fff;
  color: #fff;
}

.app-config-box-main {
  border: 1px solid #aaa;
  color: #fff;
}

.app-config-description-inner {
  padding-right: 20px;
  color: #ccc;
}

.app-config select {
  background-color: #333;
  color: #fff;
}
.app-config select optgroup {
  background-color: #666;
}
.app-config input[type=text] {
  background-color: #333;
  color: #fff;
}
.app-config .icon-app-config {
  background-image: url("../../../../Lib/bootstrap/img/glyphicons-halflings-white.png");
  margin-top:5px;
}

.app-config .feed-auto {
  color: #ccc;
}

.app-config-box {
  margin-bottom:8px;
  padding: 8px 10px 10px 10px;
}

.app-config-box-main {
  margin-bottom:8px;
  padding:10px;
}

.app-config-title {
  color:#0699fa;
}

.app-config-description {
  font-size:18px;
  margin-bottom:20px;
  color:#ccc
}

.app-config select {
  margin:0px;
  width:85%;
}

.app-config input[type=text] {
  margin:0px;
  margin-top:5px;
  width:90%;
}

.app-config .feed-auto {
  font-size:12px;
}

.app-config .feed-select-div {
  margin:0px;
  margin-top:5px;
  width:100%;
}

.app-config .feed-name {
	margin-right:22px;
}

#tooltip {
  position: absolute;
  display: none;
  border: 1px solid #545454;
  border-radius: .1em;
  padding: .3em .5em;
  background-color: #333;
  opacity: .8;
  top: 0;
  left: 0;
  color: white
}
