/* =============================================================================
   App specific CSS file.

   This is usually where the site/app's CSS specific rules are setup. Note that you could
   do exactly the same using less by adding a '@import "app.less";' at the end of
   css/less/bootstrap.less file.

   ========================================================================== */

.currency {
  text-align: right !important;
}

#map {
    height: 480px;
    width: 100%;
}

#docs-sidebar ul.nav-list li a {
    float: left;
    clear: both
}

.nav-header[data-toggle] {
    cursor: pointer;
}

.icon-folding {
    display: inline-block;
}

.icon-folding:hover {
    text-decoration: none;
}

#direction {
  border-left: 1px solid #999999;
  padding-left: 2px;
}

li .navbar-search {
  margin-top: 0;
  margin-bottom: 20px;
}

.sidebar-nav .tab-content {
  overflow: visible;
}

.field-left {
  text-align: left !important;
}

.field-right {
  text-align: right !important;
}

.field-center {
  text-align: center !important;
}

.field-sort {
  text-decoration: underline !important;
  line-height: 11px !important;
}

th.field a {
  color: inherit !important;
}

.spinner {
  width: 100%;
  height: 16px;
  background: url("/static/img/loader.gif") no-repeat center center;
}

body {
  word-wrap: break-word;
}

.nvtooltip h3 {
  line-height: 26px !important;
}
