﻿/* custom inclusion of right, left and below tabs */
.tabs-left > .nav-tabs {
    border-bottom: 0;
    text-align: left;
    font-size: 12px !important;
    color: #828486;
}
.tabs-left > .nav-tabs a {
    color: #828486;
}


.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: flow-root;
    cursor: pointer;
}


.tabs-left > .nav-tabs > li {
    float: none;
    cursor: pointer;
}


li.active a,
li.active a:hover,
li.active a:focus {
    color: #fff !important;
    background-color: #1a415d !important;
    cursor: pointer;
}

.tabs-left > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    border: 1px solid #1a415d;
}

    .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
    }

        .tabs-left > .nav-tabs > li > a:hover,
        .tabs-left > .nav-tabs > li > a:focus {
            border-color: #eeeeee #dddddd #eeeeee #eeeeee;
        }

    .tabs-left > .nav-tabs .active > a,
    .tabs-left > .nav-tabs .active > a:hover,
    .tabs-left > .nav-tabs .active > a:focus {
        border-color: transparent transparent #0b4c88 #0b4c88;
        /**border-right-color: #ffffff;*/
        background-color: transparent;
    }


#options .nav-tabs > li {
    margin-bottom: -3px !important;
    border-top: .5px solid #1a415d;
}

    
