@charset "UTF-8";

/*!
 * tabs-indicator.css -https://3e96115d-7ffe-4b4d-a55c-cca0531a735a.p.bardy.io
 */


ul.nav-tabs {
    padding-left: 0;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
    position: relative;
    display: table;
    width: 100%;
    font-size: 16px;
}
ul.nav-tabs li {
    float: unset;
    display: table-cell;
    text-align: center;
    white-space: nowrap;
}
ul.nav-tabs li.active a {
    background-color: transparent !important;
}
ul.nav-tabs li a {
    border: none !important;
}
ul.nav-tabs li a:hover {
    background-color: transparent !important;
}
ul.nav-tabs li a,
ul.nav-tabs li a:visited {
    color: #3170b7;
    border: none !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #3170b7;
}
ul.nav-tabs li.indicator {
    border-top: 4px solid #3170b7;
    left: 0;
    position: absolute;
    bottom: -1px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
