.nav-docs > ul > li > a {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.dropfile {
  border: 2px dashed #e0e4e8;
  text-align: center;
  min-height: 20px;
}
.dropfile.hover {
  border-color: #aac3cc;
}
.dropfile small {
  margin: 50px 0;
  display: block;
}
.portlet {
  min-height: 30px;
}
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.axis {
  margin: 6px 0 0;
}
.axis li {
  vertical-align: top;
  font-size: 9px;
  margin-right: 2px;
  padding: 0;
  width: 10px;
  -webkit-text-size-adjust: none;
  text-align: center;
  line-height: 1em;
  word-wrap: nowrap;
}
.axis li:last-child {
  margin-right: 0 !important;
}
.axis-full {
  display: table;
}
.axis-full li {
  display: table-cell;
  padding: 0;
  width: 1%;
}
.combodate select {
  display: inline-block;
}
.doc-buttons .btn {
  margin-bottom: 5px;
}
.parsley-error-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 6px;
  font-size: 12px;
}
.parsley-error {
  border-color: #ff5f5f !important;
}
.graph {
  height: 250px;
}
.graph tspan {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.morris-hover {
  position: absolute;
  z-index: 1000;
}
.morris-hover.morris-default-style {
  border-radius: 2px;
  padding: 6px;
  color: #666;
  background: rgba(255,255,255,0.9);
  border: solid 1px rgba(230,230,230,0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}
.panel .fc-header {
  position: relative;
  height: 40px;
}
.panel .fc-header .fc-button {
  background: transparent;
  border: none;
  box-shadow: none;
  margin: 0;
  height: 40px;
  line-height: 18px;
  padding: 10px;
}
.panel .fc-header .fc-button.fc-state-active {
  background: #fff;
}
.panel .fc-header .fc-header-title h2 {
  font-size: 15px;
  line-height: 40px;
  margin: 0;
}
.panel .fc-header td {
  position: absolute;
  white-space: nowrap;
}
.panel .fc-header .fc-header-left {
  width: 100%;
  z-index: 2;
}
.panel .fc-header .fc-button-prev {
  float: left;
}
.panel .fc-header .fc-button-next {
  float: right;
}
.panel .fc-header .fc-header-center {
  z-index: 1;
  width: 100%;
  padding: 0 40px;
}
.panel .fc-header .fc-header-right {
  position: absolute;
  top: -39px;
  right: 0;
}
.panel .fc-header .fc-state-default.fc-corner-right {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
}
.panel .fc-header .fc-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
}
.panel .fc-content {
  margin: -1px;
}
.fc-content .fc-widget-header,
.fc-content .fc-widget-content {
  border-color: #ebeff6;
}
.fc-content .fc-event {
  border: none;
  padding: 4px 6px;
}
.fc-event {
  background-color: #5dcff3;
}
.wizard .badge-info {
  background-color: #5dcff3;
}
.wizard .badge-success {
  background-color: #92cf5c;
}
.wizard ul li.active {
  color: #5dcff3;
}
