﻿
#tech-detail .nav-tabs > li .active:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid orange;
    margin-left: -10px;
    bottom: -10px;
    bottom: -10px;
}

@media only screen and (min-width: 1400px) {

    #tech-detail li.active:after {
        content: "";
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid orange;
        margin-left: -16px;
        position: absolute;
        bottom: -10px;
        bottom: -14px;
        width: 0;
        height: 0;
        position: absolute;
        left: 50%;
        content: ' ';
    }
}

#tech-detail .nav-tabs > li.active > a, #tech-detail .nav-tabs > li.active > a:hover, #tech-detail .nav-tabs > li.active > a:focus {
    background: orange !important;
    color: black !important;
}

#tech-detail .nav-tabs > li {
    float: left;
    margin-bottom: 5px;
    padding: 0px;
}

#tech-detail .nav > li > a {
    padding: 5px 10px !important;
    font-family: 'Stag-Sans-Medium', Arial;
    background: black;
    color: white;
    font-weight: 400;
}

    #tech-detail .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: black;
        color: white;
    }

#tech-detail .nav-tabs > li > a:hover {
    border-color: black black;
}

#tech-detail .nav > li > a {
    padding: 15px 15px !important;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 10px;
    padding: 0;
    cursor: pointer;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    z-index: 51;
}

    .slick-dots button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 10px;
        height: 10px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: 0;
        background: #e0e0e0;
        border-radius: 10px;
    }

    .slick-dots .slick-active button {
        background: orange;
    }

.btn-arrow-rot {
    color: #ACD4CE;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn-arrow {
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}

.btn-arrow {
    color: #fff;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    background-color: black;
    font-size: 30px;
    padding: 2px;
    float: right;
    margin-top: 5px;
}

    .btn-arrow:after {
        font-family: ContinentalIcon;
        vertical-align: middle;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        font-size: 25px;
        text-decoration: none;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f10a";
        transition: all .5s ease-in-out 0s;
        display: block;
        line-height: 30px;
        transition-delay: 0s;
    }

.btn-arrow {
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#cycle .nav-tabs > li .active:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid orange;
    margin-left: -10px;
    bottom: -10px;
    bottom: -10px;
}

/*#cycle li.active:after {
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid orange;
    margin-left: -16px;
    position: absolute;
    bottom: -10px;
    bottom: -14px;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    content: ' ';
}*/

#cycle .nav-tabs > li.active > a, #cycle .nav-tabs > li.active > a:hover, #cycle .nav-tabs > li.active > a:focus {
    background: orange !important;
    color: black !important;
}

#cycle .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    padding: 1px;
}

#cycle .nav > li > a {
    padding: 5px 10px !important;
    font-family: 'Stag-Sans-Medium', Arial;
    background: black;
    color: white;
    font-weight: 400;
}

    #cycle .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: black;
        color: white;
    }

#cycle .nav-tabs > li > a:hover {
    border-color: black black;
}

#cycle .nav > li > a {
    padding: 15px 15px !important;
}

.tab-content {
    margin-top: 22px;
}

.ci-table-border {
    border: 4px solid #fff;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ci-table-base td:first-child, .ci-table-base th.first-column-addition, .ci-table-base th:first-child {
    background-color: #e0e0e0;
    font-family: ContinentalStagSansMedium,arial;
    font-weight: 400;
    border-right-width: 0;
}

.ci-table thead td, .ci-table thead th {
    text-align: left;
    font-family: ContinentalStagSansMedium,arial;
    font-weight: 400;
    border-top: 0;
    border-bottom: 1px solid #000;
}

.ci-table-base td, .ci-table-base th {
    background-color: #fff;
    padding: 20px;
    vertical-align: top;
}

.ci-table td, .ci-table th {
    padding: 10px 5px;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #9c9d9d;
}

.ci-table thead td, .ci-table thead th {
    text-align: left;
    font-family: ContinentalStagSansMedium,arial;
    font-weight: 400;
    border-top: 0;
    border-bottom: 1px solid #000;
}

.ci-table-base td, .ci-table-base th {
    background-color: #fff;
    padding: 20px;
    vertical-align: top;
}

.ci-table td, .ci-table th {
    padding: 10px 5px;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #9c9d9d;
}

.bg-white {
    background: white !important;
}

.ci-hidden {
    display: none;
}

.visible {
    display: block;
}

.nav-tabs > .active > a:hover {
    border-color: orange orange !important;
}

#truck-tech .nav-tabs > li .active:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid orange;
    margin-left: -10px;
    bottom: -10px;
    bottom: -10px;
}

#truck-tech li.active:after {
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid orange;
    margin-left: -16px;
    position: absolute;
    bottom: -10px;
    bottom: -14px;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    content: ' ';
}

#truck-tech .nav-tabs > li.active > a, #truck-tech .nav-tabs > li.active > a:hover, #truck-tech .nav-tabs > li.active > a:focus {
    background: orange !important;
    color: black !important;
}

#truck-tech .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    padding: 1px;
}

#truck-tech .nav > li > a {
    padding: 5px 10px !important;
    font-family: 'Stag-Sans-Medium', Arial;
    background: black;
    color: white;
    font-weight: 400;
}

    #truck-tech .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: black;
        color: white;
    }

#truck-tech .nav-tabs > li > a:hover {
    border-color: black black;
}

#truck-tech .nav > li > a {
    padding: 15px 15px !important;
}
