.curveDemoUl li {
  float: left;
}

.curveDemoUl li a {
  display: block;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

.curveDemoUl li a:hover {
  background-color: #111111;
}

.search-box {
  margin-bottom: 10px;
}

.input-append, .input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}

.input-append input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  font-size: 14px;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px;
  padding-left: 14px;
  padding-left: 4px;
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.curve-demo-button-bar {
  margin-top: 20px;
  margin-left: 150px;
}

.curve-demo-button {
  background: #11c3ff linear-gradient(to bottom, transparent, #009bcf);
  border: 1px solid white;
  border-radius: 5px;
  color: white;
  display: inline-block;
  font: bold 12px Arial, Helvetica, sans-serif;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.drop-box {
  width: 100px;
}

.curve-at {
  width: 100px;
  float: left;
}

saa-curve {
  min-height: 135px;
  min-width: 260px;
  width: 100%;
  height: 100%;
  display: inline-block;
}

saa-curve > div {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 5px 10px 5px 3px;
}

saa-curve .curveContainer {
  padding: 5px;
  width: 100%;
  height: 100%;
}

saa-curve .curveContainer .curve {
  width: 100%;
  height: 100%;
}

saa-curve .curveContainer div[ng-bind-html="svgHtml"] {
  height: 425px;
}

saa-curve .includeLabel {
  padding: 0 3px 22px 20px;
}

saa-curve .curveLegend {
  position: absolute;
  top: 3px;
  right: 3px;
  background-color: white;
  border: 1px solid #CCC;
  padding: 10px;
}

saa-curve .curveLegend .legendTitle {
  color: red;
  font-size: 16px;
  margin-bottom: 10px;
}

saa-curve .curveLegend .legendRow {
  margin-bottom: 8px;
  color: #222;
  font-size: 12px;
}

saa-curve .curveTag {
  position: absolute;
  top: 5px;
  right: 8px;
  background-color: transparent;
}

saa-curve .curveTag .curveNumRow {
  /*margin-bottom:8px;*/
  color: #222;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
}

saa-curve .curveTag .curveCertificateDataRow {
  color: #222;
  font-size: 10px;
  text-align: left;
}

saa-curve .xAxisLabel {
  margin-top: 5px;
  text-align: center;
}

saa-curve .yAxisLabel {
  position: absolute;
  top: 50%;
  margin-left: -25px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  -webkit-transform-origin: left top 0;
}

saa-curve .nonClickableOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
}
