/*
 * Copyright (C) 2014 The Regents of the University of California.
 *
 * Redistribution and use in source and binary forms, with or without modification,
 * are permitted provided that the following conditions are met:
 *
 * 1. Redistributions of source code must retain the above copyright notice, this
 *    list of conditions and the following disclaimer.
 *
 * 2. Redistributions in binary form must reproduce the above copyright notice,
 *    this list of conditions and the following disclaimer in the documentation
 *    and/or other materials provided with the distribution.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
 * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
 * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */

.docs-nav {
    padding-top: 20px;
    font-size: 16px;
}

.docs-nav .nav-pills > li.active > a,
.docs-nav .nav-pills > li.active > a:hover,
.docs-nav .nav-pills > li.active > a:focus {
    color: #18bc9c;
    background-color: transparent;
    border-left: 2px solid #18bc9c;
    border-radius: 0;
}

.docs-nav .nav-pills .nav-pills {
    padding-left: 10px;
    font-size: 14px;
    display: none;
}

.docs-nav .nav-pills .nav-pills .nav-pills {
    padding-left: 15px;
    font-size: 13px;
    display: none;
}

.docs-nav .nav-pills > li.active > .nav-pills {
    display: block !important;
}

.docs-nav .nav-pills > li.active > .nav-pills > li.active > .nav-pills {
    display: block !important;
}

.docs-nav .nav-pills .nav-pills > li.active > a,
.docs-nav .nav-pills .nav-pills > li.active > a:hover,
.docs-nav .nav-pills .nav-pills > li.active > a:focus {
    border-left: 1px solid #18bc9c;
}

/*body {
    background-image: linear-gradient(to right, #F7F7F7, #F7F7F7 32.5%, white 32.5%);
}*/
