
/*
    static/css/app/tabs-tripper.css
    

    tripper tabs on tripper profile
*/

.nav-tabs li a{
    margin-top:0;
}

.board {
    width: 100%;
    margin: 60px auto;
    background: #fff;
}
.board .nav-tabs {
    position: relative;   
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;
}
.board > div.board-inner {
    background: #fff;
    background-size: 30%;
}
p.narrow {
    width: 60%;
    margin: 10px auto;
}
.liner {
    height: 2px;
    background-color: #e9eaea;;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
span.round-tabs {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 50px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 0px;
}
span.round-tabs.one {
}
li.active span.round-tabs.one {
}
span.round-tabs.two {
}
li.active span.round-tabs.two {
    background: #fff !important;
    border: 2px solid #fff;
    color: #febe29;
}
span.round-tabs.three {
}
li.active span.round-tabs.three {
    background: #fff !important;
    border: 2px solid #fff;
    color: #3e5e9a;
}
span.round-tabs.four {
}
li.active span.round-tabs.four {
    background: #fff !important;
    border: 2px solid #fff;
    color: #f1685e;
}
span.round-tabs.five {
    color: #999;
    border: 2px solid #999;
}
li.active span.round-tabs.five {
}
.nav-tabs > li.active > a span.round-tabs {
    background: #fafafa;
}
.nav-tabs > li {
    width: 25%;
}

.nav-tabs > li.active {
    border-bottom: none;
    border-left: none;
    background: none;

}
.nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #fff;
    transition: 0.1s ease-in-out;
}
.nav-tabs > li.active:after {
    position: absolute;
    left: 45%;
    /*opacity: 1;*/
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
}

.nav-tabs > li {
    position: initial;
    display: block;
}
.nav-tabs > li a {
    width: 50px;
    height: 50px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}
.nav-tabs > li a:hover {
    background: transparent;
}
.tab-content {
}
.tab-pane {
    position: relative;
    padding-top: 50px;
}
.tab-content .head {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded {
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}
.btn.green {
    background-color: #5cb85c;   
    color: #ffffff;
}
@media(max-width:585px) {
    .board {
        width: 90%;
        height: auto !important;
    }
    span.round-tabs {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .tab-content .head {
        font-size: 20px;
    }
    .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .nav-tabs > li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
    .btn-outline-rounded {
        padding: 12px 20px;
    }
}

/* overwrite inspinia */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none;
    border-color: #fff #fff rgba(0, 0, 0, 0);  
    border-style: hidden;
    border-width: 1px;
    color: #555555;
    cursor: default;
}