.theme-bg-dark, .docs-nav .nav-link.active .theme-icon-holder, .docs-nav .nav-item.active .nav-link .theme-icon-holder{
    background-color: #00355F;
}
.a { color: #00355F; }
.docs-nav .nav-item.active .nav-link, .docs-nav .nav-link.active, .theme-icon-holder { color: #00355F; }

/* HOME */
.documentation-default .card{
    background-color: #00355F;
    color:white;
    border-radius: 10px;
}
.documentation-default .card h5{
    color:white;
    text-align: center;
}
.documentation-default .docs-overview .card:hover{
    background-color: #265377;
}
.documentation-default .docs-overview .card-icon-holder {
    width: 40px;
    height: 40px;
    padding-top: 10px;
    font-size: 19px;
    color: #00355F;
}
.documentation-default .docs-overview .card-title-text {
    top: 0px;
}

/* SEGMENTS */
.documentation-segment .docs-sidebar{
    top: 0px;
    background-color: #00355F;
    color:white;
}
.documentation-segment .docs-sidebar a{
    color:white;
}
.documentation-segment .docs-nav .nav-item.section-title .nav-link {
    padding: 4px 0 0 45px;
}
.documentation-segment .docs-nav .nav-item.section-title .nav-link .theme-icon-holder {
    position: absolute;
    left:0px;
    top:0px;
}
.documentation-segment .docs-nav .nav-item.active .nav-link, 
.documentation-segment .docs-nav .nav-link.active, .theme-icon-holder {
    color: white;
}
.documentation-segment .docs-nav .nav-link {
    color: white;
}
.documentation-segment .menu-logo{
    width: 100%;
    border-bottom:1px solid white;
    text-align: center;
    padding: 10px 0;
}
.documentation-segment .menu-home{
    width: 100%;
    border-bottom:1px solid white;
    padding: 15px 0;
    margin-bottom:20px;
}

.documentation-segment .menu-home .theme-icon-holder{
    color:#00355F;
}

.documentation-segment .docs-nav .nav-link.active .theme-icon-holder, 
.documentation-segment .docs-nav .nav-item.active .nav-link .theme-icon-holder {
    border: 1px solid white;
}

.documentation-segment .navbar-brand:hover, 
.documentation-segment .navbar-brand:focus {
    color: white;
}
.documentation-segment .docs-content{
    background-color: #eaeaea;
    padding-top:20px;
}

.documentation-segment .docs-content article{
    background-color: white;
    margin-bottom: 20px;
    border-radius: 10px;
}

.documentation-segment section.docs-section{
    display: block;
}

.documentation-segment .docs-article .docs-section {
    border-bottom: 1px solid black;
}

.documentation-segment .docs-sidebar {
    display: none;
}