/* Dieter Menne */
  .panel-default .panel-heading,.panel-default .panel-title,.panel-default .panel-footer{ color: #98978b; }

.shiny-split-layout {
  padding-left:16px;
}
.h2, h2 {
  margin-top: 5px;
  font-size: 26px;
  color: #006400;

}
.h3, h3 {
  font-size: 18px;
  font-weight:500;
  color: #008B00;
  margin-top:0px;
}
.h4, h4 {
  font-size: 16px;
  font-weight:500;
  color: #008B00;
}
/* used as labels */
.h5, h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: margin-left;
  color: #556655;
}

label{
  color: #556655;
}

.popover-title{
  font-weight: 700;
}

.popover{
  width: 400px;
  max-width: 500px;
  background-color:#FBFFFB;
}

.tooltip {
  text-align:left;
  width: 800px;
  background-color:#FBFFFB;
}

.highlight {
  background-color: #ffff9f;
}

.irs-grid-text {
  color: #000000;
}

#user {
font-size: 10px;
}

.btn {
  padding: 4px 8px;
}

.form-control{
  padding-left: 5px;
  padding-right: 5px;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-width: 2px 0 0;
  border-style: solid none none;
  border-color: #E0E0E0
}

.withSeparator{
  margin-top:10px;
}

.well{
  padding: 12px;
}

.selectize-dropdown-content {
  max-height: 400px;
}

.help-block-right{
  text-align: right;
}

/* Data table */

.dataTable caption {
  font-size: 14px;
}

table.dataTable thead td {
    padding: 10px 1px;
}

.shiny-output-error-validation {
  color:red;
}

a:hover, a:focus{
  color: #002200;
}

a {
  color: #006400;
}

.col-sm-3 { min-width: 250px;}
.col-sm-8 { width: 70%;}
.shiny-input-container label {text-align: right}

.input-group {
  display: block;
}

.input-group-btn:first-child > .btn {
  display: block;
}

.form-control[readonly] {
  background-color: #419E93;
  color:white;
  height: 80px;
}

.shiny-notification {
             position:fixed;
             top: calc(30%);
             left: 10px;
             }
