/*
* S T R U C T U R E
*/
.documentation-container {
  width: 90%;
  min-width: 800px;
  margin: 10px auto;
  background-color: #fff;
  color: #333;
  border: 1px solid #235c95;
  /*line-height: 130%;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
  -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
  box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
  border-collapse: collapse; }

.documentation-content, .documentation-menu {
  border-collapse: collapse; }

.documentation-top {
  border-collapse: collapse;
  padding: .5em;
  background-color: #235c95;
  border-bottom: 1px solid #49879E;
  clear: both;
  width: 100%;
  display: inline-block;
  overflow: hidden; }
  .documentation-top .breadcrumb {
    background: transparent;
    color: #fff;
    padding: 0;
    margin-bottom: 0;
    margin-left: 10px;
    clear: right; }
  .documentation-top .glyphicon {
    color: #fff; }
  .documentation-top .path-block {
    max-width: 90%;
    display: inline-block;
    float: left; }
  .documentation-top .button-block {
    width: 60px;
    display: inline-block;
    float: right; }

.documentation-menu {
  float: left;
  width: 160px;
  margin: 14px 0 0 0;
  padding: 1em; }
  .documentation-menu ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0; }
    .documentation-menu ul li {
      margin-bottom: 4px; }
      .documentation-menu ul li a {
        text-decoration: none;
        color: #fff;
        min-width: 148px;
        text-align: left; }
        .documentation-menu ul li a.btn:hover, .documentation-menu ul li a.btn:focus {
          color: #fff !important; }
        .documentation-menu ul li a b {
          /*float: right;*/
          border-top-color: #fff !important;
          border-bottom-color: #fff !important;
          position: absolute;
          right: 0px;
          bottom: 10px; }
  .documentation-menu .dropdown-menu ul {
    width: auto; }
    .documentation-menu .dropdown-menu ul li {
      width: auto; }
      .documentation-menu .dropdown-menu ul li a {
        color: #000; }

.documentation-content {
  border-left: 1px solid #235c95;
  margin-left: 180px;
  padding: 20px;
  padding-bottom: 30px;
  min-width: 36em;
  min-height: 600px;
  position: relative;
  /* Add a tab container class, for a border around the entire tabset */ }
  .documentation-content .nav-tabs-container {
    padding: 3px;
    border: 1px solid #999999;
    border-radius: 4px; }
  .documentation-content .nav:after {
    clear: none; }
  .documentation-content .nav-tabs {
    border: 1px solid #999999;
    padding: 0 3px 0 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    min-height: 40px;
    width: 100%;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#999999), to(#555555));
    background-image: -webkit-linear-gradient(top, #999999 0%, #555555 100%);
    background-image: -moz-linear-gradient(top, #999999 0%, #555555 100%);
    background-image: linear-gradient(to bottom, #999999 0%, #555555 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF999999', endColorstr='#FF555555', GradientType=0); }
    .documentation-content .nav-tabs li {
      float: left; }
  .documentation-content .nav-tabs > li > a {
    line-height: 18px;
    /*background-color: $grayLighter;*/
    border: none;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid #555555;
    border-radius: 0;
    outline: 0;
    color: #fff;
    text-decoration: none;
    margin-right: 0px; }
    .documentation-content .nav-tabs > li > a:hover, .documentation-content .nav-tabs > li > a:focus {
      /*			border-style: solid;
						border-width: 1px 1px 0;
						border-color: $grayLight $grayLight transparent;*/
      background-image: -webkit-gradient(linear, left 0%, left 100%, from(#333333), to(#222222));
      background-image: -webkit-linear-gradient(top, #333333 0%, #222222 100%);
      background-image: -moz-linear-gradient(top, #333333 0%, #222222 100%);
      background-image: linear-gradient(to bottom, #333333 0%, #222222 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF333333', endColorstr='#FF222222', GradientType=0); }
    .documentation-content .nav-tabs > li > a:active, .documentation-content .nav-tabs > li > a:hover, .documentation-content .nav-tabs > li > a:focus {
      background-image: -webkit-gradient(linear, left 0%, left 100%, from(#333333), to(#222222));
      background-image: -webkit-linear-gradient(top, #333333 0%, #222222 100%);
      background-image: -moz-linear-gradient(top, #333333 0%, #222222 100%);
      background-image: linear-gradient(to bottom, #333333 0%, #222222 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF333333', endColorstr='#FF222222', GradientType=0); }
  .documentation-content .nav-tabs > a:hover, .documentation-content .nav-tabs > a:focus {
    /*@include gradient-vertical($gray-lighter, $gray);*/ }
  .documentation-content .nav-tabs > .active > a,
  .documentation-content .nav-tabs > .active > a:hover,
  .documentation-content .nav-tabs > .active > a:focus {
    border-style: solid;
    border-width: 1px 1px 0;
    border-color: #333333 #333333 transparent;
    color: #fff;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#333333), to(#222222));
    background-image: -webkit-linear-gradient(top, #333333 0%, #222222 100%);
    background-image: -moz-linear-gradient(top, #333333 0%, #222222 100%);
    background-image: linear-gradient(to bottom, #333333 0%, #222222 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF333333', endColorstr='#FF222222', GradientType=0); }
  .documentation-content .post-it-container {
    border-radius: 5px;
    border: 1px solid #58585a;
    margin-bottom: 10px;
    padding: 10px; }
  .documentation-content h3 a {
    text-decoration: none; }

.documentation-footer {
  clear: both;
  margin: 0;
  padding: .5em;
  color: #333;
  background-color: #235c95;
  border-top: 1px solid #49879E; }

/*
* C O N T E N T
*/
#documentation-modal .modal-dialog {
  width: 70%; }
  #documentation-modal .modal-dialog .modal-content {
    border: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0px;
    -webkit-box-shadow: none; }

.documentation-top h2 {
  padding: 0;
  margin: 0;
  float: left;
  font-size: 18px; }

.documentation-top button.close {
  color: #fff;
  position: relative;
  top: -2px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.documentation-top .button-block a {
  margin-top: 2px; }

.documentation-content section {
  margin-top: 25px; }

.documentation-content p {
  margin-bottom: 20px; }
  .documentation-content p a {
    font-weight: bold; }

.documentation-menu select {
  width: 120px; }

.glyphicon-new-window {
  float: right;
  margin-right: 10px;
  text-decoration: none; }

/*.nav {
	height: 40px;
}*/
/*
*   S E A R C H
*/
.right-inner-addon {
  position: relative; }

.right-inner-addon input {
  padding-right: 30px; }

.right-inner-addon .search-clear {
  position: absolute;
  right: 44px;
  top: 4px;
  border: 0px;
  display: none; }

.search-container {
  width: 300px; }
  .search-container input {
    height: 33px; }

input[type=text] {
  color: #000; }

/*
* N A V I G A T I O N
*/
.navigation-container, .top-bar {
  height: 40px; }

.prev-next-nav {
  margin-top: -15px;
  float: left; }

.previous, .prev {
  background: url("../img/icons/back.png") no-repeat;
  padding-left: 22px;
  float: left;
  margin-right: 20px; }

.next {
  background: url("../img/icons/forward.png") no-repeat right;
  padding-right: 25px;
  float: left;
  margin-left: 20px; }

.pagination-container {
  text-align: center; }

span.more {
  margin-left: 10px; }

/*# sourceMappingURL=documentation.css.map */