/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.limit_height {
  max-height: 700px;
}
.delimited {
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.field_error {
  border-top: solid 1px #ff0000;
  border-left: solid 1px #ff0000;
  border-right: solid 1px #ff0000;
  border-bottom: solid 1px #ff0000;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.hdr_style {
  background: #dddddd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #dddddd));
  background: -ms-linear-gradient(bottom, #ffffff, #dddddd);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #dddddd 100%);
  background: -o-linear-gradient(#dddddd, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff', GradientType=0);
}
.filefun {
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #dddddd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #dddddd));
  background: -ms-linear-gradient(bottom, #ffffff, #dddddd);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #dddddd 100%);
  background: -o-linear-gradient(#dddddd, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff', GradientType=0);
}
body {
  padding-top: 80px;
}
.unknown {
  background-color: #ff7519 !important;
}
.highlight {
  background-color: #faf605 !important;
}
.hover {
  background-color: #fadeb1 !important;
}
.positive {
  background-color: #ff47d1 !important;
}
.negative {
  background-color: #19a3ff !important;
}
.neutral {
  background-color: #9933ff !important;
}
.full,
.covered {
  background-color: #339933 !important;
}
.partial {
  background-color: #99ff66 !important;
}
.uncovered {
  background-color: #a9c6c6 !important;
}
.clickable {
  background-color: #999999;
}
.error {
  background-color: #ff0000 !important;
}
.codesrc,
.driversrc,
.oraclesrc {
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
textarea.source {
  rows: 20;
  cols: 80;
}
p.justified {
  text-align: justified;
}
span.tt {
  font-family: monospace;
}
/* Tables */
#status {
  float: right;
}
#status_msg {
  vertical-align: middle;
}
table.table th,
table.table td {
  text-align: center;
}
table.table td.leftcell {
  text-align: left;
}
table.table th.leftcell {
  text-align: left;
}
.parameter_section {
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.parameter_section .secdiv {
  padding: 5px;
}
.parameter_section .secdiv i {
  float: left;
  padding-right: 5px;
}
.parameter_section .secdiv .param_section_title {
  font-size: 150%;
  font-weight: bold;
  float: left;
  background: #dddddd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #dddddd));
  background: -ms-linear-gradient(bottom, #ffffff, #dddddd);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #dddddd 100%);
  background: -o-linear-gradient(#dddddd, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff', GradientType=0);
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.parameter_section .form_parameters {
  padding: 5px;
}
[class^="icon-"],
[class*=" icon-"] {
  background: none!important;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  line-height: 1.3em;
}
input,
select {
  text-align: center;
}
input.run {
  float: right;
}
#content {
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
}
#idxtabs {
  min-height: 500px;
}
.tab-content {
  min-heig: 500px;
}
#sidebar {
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  max-height: 600px;
}
#tc_header {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #dddddd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #dddddd));
  background: -ms-linear-gradient(bottom, #ffffff, #dddddd);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #dddddd 100%);
  background: -o-linear-gradient(#dddddd, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff', GradientType=0);
  margin-bottom: 5px;
}
div.prefix,
div.suffix,
div.filepath {
  float: left;
}
span.suffix {
  background-color: #dddddd;
}
div.summary_item {
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div.summary_item div.title {
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #dddddd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #dddddd));
  background: -ms-linear-gradient(bottom, #ffffff, #dddddd);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #dddddd 100%);
  background: -o-linear-gradient(#dddddd, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff', GradientType=0);
  padding: 1px 1px 1px 30px;
  margin: 5px 0 5px 0;
}
div.summary_item div.param_element h3 {
  background-color: #dddddd;
}
.param_elem {
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.param_elem h3 {
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #dddddd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #dddddd));
  background: -ms-linear-gradient(bottom, #ffffff, #dddddd);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #dddddd 100%);
  background: -o-linear-gradient(#dddddd, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff', GradientType=0);
}
.bs-docs-sidenav {
  margin-bottom: 20px;
  width: auto;
}
bs-docs-sidenav {
  background-color: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
  margin: 30px 0 0;
  padding: 0;
  width: 228px;
}
.bs-docs-sidenav > li > a {
  border: 1px solid #E5E5E5;
  display: block;
  margin: 0 0 -1px;
  padding: 8px 14px;
}
.bs-docs-sidenav > li:first-child > a {
  border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  border: 0 none;
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1) inset, -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  padding: 9px 15px;
  position: relative;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-right: -6px;
  margin-top: 2px;
  opacity: 0.25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #F5F5F5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: 0.5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url("../img/glyphicons-halflings-white.png");
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 60px;
}
.bs-docs-sidenav.affix-bottom {
  bottom: 270px;
  position: absolute;
  top: auto;
}
.menu_item {
  padding: 8px;
}
.navbar .nav > li {
  padding: 5px;
}
#pcosection {
  margin-left: 10%;
}
.btn.active {
  border: 4px solid black;
}

div.legend {
    font-size: 70%;
}
ul.legend { list-style-type: none; }