﻿/* end Detail form */
/* Tab styles */
.nav-tabs-custom > li > a.active, .nav-tabs-custom > li > a.active:hover, .nav-tabs-custom > li > a.active:focus {
    border: 0;
    border-bottom-width: 0.187rem;
    border-style: solid;
    border-color: #004364;
    background-color: transparent;
    font-weight: normal;
    border-radius: 0;
}

.nav-tabs-custom > li > a:hover {
    color: #8EB3C5;
    border: 0;
    border-bottom-width: 0.127rem;
    border-style: solid;
    border-color: #004364;
    background-color: transparent;
    font-weight: normal;
    border-radius: 0;
    text-decoration: none;
}

.nav-tabs-custom > li > a {
    color: #8EB3C5;
    padding: 5px 2px;
    margin-right: 20px;
    line-height: 1.42857143;
    border: none;
    border-bottom: 1px solid transparent;
    border-radius: 0
}

    .nav-tabs-custom > li > a.active, .nav-tabs-custom > li.active > a:hover, .nav-tabs-custom > li.active > a:focus {
        color: #004364;
        border-color: #004364;
    }

.nav-tabs__tab:not(:last-child)::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.0625rem;
    height: 0.75rem;
    margin-top: -0.375rem;
    background-color: #d2d6d9;
}

.nav-tabs-custom {
    border-bottom: 1px solid #e8e8e8;
}
