﻿.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav:before,
    .nav:after {
        display: table;
        content: " ";
    }

    .nav:after {
        clear: both;
    }

    .nav:before,
    .nav:after {
        display: table;
        content: " ";
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #999999;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #999999;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #ffffff;
        border: 2px solid #ffffff;
        border-bottom-color: #0052CC;
        font: Regular 14px/18px Acumin Pro;
        letter-spacing: 0.58px;
        color: #2B2826;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }
.nav-tabs {
    background-color: #F8F8F8;
    border-color: #F4F5F7;
    border-radius: 15px 15px 0 0;
    height: 35px;
}
    .nav-tabs > li {
        box-shadow: 2px 0px #F4F5F7;
        float: left;
        margin-bottom: -1px;
        height: 35px;
       
    }

        .nav-tabs > li > a {
            line-height: 1.428571429;
            border: 2px solid transparent;
            color: #141414;
        }

            .nav-tabs > li > a:hover {
                border-color: #fff;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus,
        .nav-tabs > li.active > a:visited {
            background-color: #ffffff;
            border: 2px solid #F8F8F8;
            border-radius: 15px 15px 0 0;
            border-right-color: #F4F5F7;
            color: #0052CC;
            font: Regular 14px/18px Acumin Pro;
            height: 35px;
            letter-spacing: 0.58px;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
            }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-bottom: 1px solid #fff;
}

.nav-tabs.nav-justified > .active > a {
    border-bottom-color: #ffffff;
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 5px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #ffffff;
        background-color: #428bca;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            text-align: center;
        }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-bottom: 1px solid #fff;
    }

    .nav-tabs-justified > .active > a {
        border-bottom-color: #ffffff;
    }

.tabbable:before,
.tabbable:after {
    display: table;
    content: " ";
}

.tabbable:after {
    clear: both;
}

.tabbable:before,
.tabbable:after {
    display: table;
    content: " ";
}

.tabbable:after {
    clear: both;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.nav .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca;
}

.nav a:hover .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.card {
   /* border: 1px solid #fff !important;*/
   /* z-index: 3 !important;*/
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4) !important;
}



/*.panel-default > .panel-heading {*/
    /*background-color: #326191 !important;*/
    /*background-color: #326191 !important;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#326191),to(#326191)) !important;
    background-image: linear-gradient(180deg,#326191 10%,#326191 100%) !important;
}*/
/*a {
    color: #0052CC !important;
}*/

.nav a {
    color: #000;
}

.sidebar-dark .nav-item.active .nav-link {
    border-left: 4px solid #0052CC !important;
}
