/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article, aside, details, figcaption, figure, footer, header, hgroup, main, navi, section, summary {
  display: block;
}

.navi {
  padding-top: 20px;
  margin-bottom: 0;
  list-style: none;
}

.navi:before,
.navi:after {
  display: table;
  content: " ";
}

.navi:after {
  clear: both;
}

.navi:before,
.navi:after {
  display: table;
  content: " ";
}

.navi:after {
  clear: both;
}

.navi > li {
  position: relative;
  display: block;
}

.navi > li > a {
  position: relative;
  display: block;
  padding: 3px 15px;
  font-size: 14px !important;
  background-color: #2c383e;
  border: 1px solid #2c383e !important;
  color: #bbbbbb !important;
}

.navi > li > a:hover,
.navi > li > a:focus {
  text-decoration: none;
  background-color: #b93535;
  color: #ffffff !important;
}

.navi > li.disabled > a {
  color: #999999;
}

.navi > li.disabled > a:hover,
.navi > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.navi .open > a,
.navi .open > a:hover,
.navi .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.navi .open > a .caret,
.navi .open > a:hover .caret,
.navi .open > a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.navi .navi-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.navi > li > a > img {
  max-width: none;
}

.navi .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.navi a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.navi-tabs {
  border-bottom: 0px solid #dddddd;
}

.navi-tabs > ul {
    text-align: center !important;
}

.navi-tabs > li {
  float: left;
  margin-bottom: -7px;
}

.navi-tabs > li > a {
  margin-right: 6px;
  line-height: 1.428571429;
}

.navi-tabs > li > a:hover {
  border-color: #fafafa #eeeeee #dddddd;
  border: 1px solid #b93535 !important;
}

.navi-tabs > li.active > a,
.navi-tabs > li.active > a:hover,
.navi-tabs > li.active > a:focus {
  color: #ffffff !important;
  cursor: default;
  background-color: #b93535;
  border: 1px solid #b93535 !important;
}

.navi-tabs.navi-justified {
  width: 100%;
  border-bottom: 0;
}

.navi-tabs.navi-justified > li {
  float: none;
}

.navi-tabs.navi-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.navi-tabs.navi-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .navi-tabs.navi-justified > li {
    display: table-cell;
    width: 1%;
  }
  .navi-tabs.navi-justified > li > a {
    margin-bottom: 0;
  }
}

.navi-tabs.navi-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.navi-tabs.navi-justified > .active > a,
.navi-tabs.navi-justified > .active > a:hover,
.navi-tabs.navi-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .navi-tabs.navi-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .navi-tabs.navi-justified > .active > a,
  .navi-tabs.navi-justified > .active > a:hover,
  .navi-tabs.navi-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}


.tab-content > .tab-pane {
  /*display: none;*/
  margin-top: -10px;
}

.tab-content > .active {
  display: block;
}