h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    color: #77bc1f;
}

body {
    color: #646464;
}

.navbar-default .navbar-nav > li > a {
    color: #0074ce;
}

.navbar-default .navbar-nav > li > a:hover, a:focus {
    color: #fb9e4c;
}

.navbar-default .navbar-right > li > a {
    color: #fb9e4c;
}

.navbar-default .navbar-right > li > a:hover, a:focus {
    color: #0074ce;
}

.navbar-default .navbar-nav > li > a.navbar-current, a.navbar-current:hover, a.navbar-current:focus {
    color: #0074ce;
}

a {
    color: #0074ce;
    text-decoration: none;
}

a:hover, a:focus {
    color: #fb9e4c;
    text-decoration: underline;
}

.h-divider{
    margin-top:11px;
    margin-bottom:20px;
    height:1px;
    width:100%;
    border-top:1px solid gray;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #98978b;
    background-color: #ffffff;
    border: 1px solid #dfd7ca;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs>li>a {
    background-color: #f8f5f0;
    border-color: #dfd7ca;
    color: #98978b;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav>li>a {
    border-color: #dfd7ca;
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav {
    font-size: 11px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

/* Sphinx Docs customizations */
#content .sphinx h1 {clear: both; border-top: 1px solid #eee; padding-top: 18px; }
.pagination-top {
    border-bottom: 2px solid #c0c0c0;
    margin-bottom: 18px;
    padding-bottom: 18px;}
.pagination-top .breadcrumbs {
    border-bottom: 2px solid #c0c0c0;
    margin-bottom: 18px;
    padding-bottom: 18px;
    }
.pagination-bottom {
    border-top: 2px solid #c0c0c0;
    margin-top: 18px;
    padding-top: 18px;}
.pagination-bottom .breadcrumbs {
    border-top: 2px solid #c0c0c0;
    margin-top: 18px;
    padding-top: 18px;
    }
#content .sphinx a.headerlink {
    font-size: 0.8em;
    padding: 0 4px 0 4px;
    text-decoration: none;
    visibility: hidden;
    }
#content .sphinx *:hover > a.headerlink { visibility: visible; }
#content .sphinx dl.method, #content .sphinx dl.attribute {
    border-top: 1px solid rgb(170, 170, 170);
    }
#content .pagination-bottom .meta {display: none;}
#content .sphinx table {width: auto; border: 0; background: transparent;}
#content .sphinx th {border: 0;}
#content .sphinx td {border: 0; background: transparent;}
#content .sphinx ul, ol {
    padding-left: 40px;
    }
#content .sphinx dl.function {
    border-top: 1px solid #eee;
    }
#breadcrumbs {
    margin-bottom: 1.618em;
    background: #ffffff;
    box-shadow: 0 0 5px 0 #cccccc;
    -webkit-box-shadow: 0 0 5px 0 #cccccc;
    overflow: hidden;
    }
#breadcrumbs .breadcrumbs {
    overflow: hidden;
    border: 1px solid #eeeeee;
    padding: .618em 1.618em;
    margin: .618em;
    }
.alignleft {
      float: left;
      margin: 0 1.618em 1em 0;
    }
.alignright {
      float: right;
      margin: 0 1.618em 1em 0;
    }
