/* CSS Document */

.form-error{color: #b94a48;}

.text-right{text-align:right}

.btn {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    margin-bottom: 4px;
}

.auto-overflow{
  overflow: auto;
}

.nav-tabs li a{
  /*background: #ccccff;*/
  background: aliceblue;
}

.nav-tabs>li {
    margin-top: 5px;
}

#helpModalLabel
{
  color:#006;
}
.modal-wide {
  top: 0;
  /*bottom: 0;*/
  left: 1%;
  margin-left: 0;
  width: 98%;
  display: none;
}

.modal-tall {
  height: 90%;
}

.modal-body-tall {
  max-height: 85%;
}


.modal-wide.fade.in {
  top: 2%;
}