.center
{
  text-align: center;
}
.nav-tabs
{
  text-align:center;
}
.nav-tabs > li, .nav-pills > li
{
  float:none;
  display:inline-block;
}
label.valid {
 display: none;
}
.ui-autocomplete {
  max-height: 100px;
  overflow-y: auto;   /* prevent horizontal scrollbar */
  overflow-x: hidden; /* add padding to account for vertical scrollbar */
  z-index:2147483647 !important;
  width: 120px;
}
.panel-heading [data-toggle="collapse"]:after {
  font-family: 'Glyphicons Halflings';
  content: "\e080";
  float: right;
  color: #b0c5d8;
  font-size: 18px;
  line-height: 22px;
  -webkit-transform: rotate(90deg);
  -moz-transform:    rotate(90deg);
  -ms-transform:     rotate(90deg);
  -o-transform:      rotate(90deg);
  transform:         rotate(90deg);
}


.checkbox-inline.no_indent,
.checkbox-inline.no_indent+.checkbox-inline.no_indent {
  margin-left: 0;
  margin-right: 10px;
}
.checkbox-inline.no_indent:last-child {
  margin-right: 0;
}
.navbar { 
  min-height: 75px !important;
}
@media(min-width:768px) {
  .sidebar {
    margin-top: 76px !important;
  }
  #wrapper > nav > ul > li {
    margin-top: 12px !important;
  }
}
  .multiselect-container > li > a > label{
    white-space: normal !important;
  }
.btn {
    white-space: normal !important;
    word-wrap: break-word;
}
