.nav-tabs.wizard {
    background-color: transparent;
    padding: 0;
    width: 100%;
    margin: 0 auto 1em auto;
    border-radius: .25em;
    clear: both;
    border-bottom: none;
}

.nav-tabs.wizard li {
    width: 100%;
    float: none;
    margin-bottom: 3px;
}

.nav-tabs.wizard li>* {
    position: relative;
    padding: 1em .8em .8em 2.5em;
    color: #999999;
    background-color: #dedede;
    border-color: #dedede;
}

.nav-tabs.wizard li.completed>* {
    color: #fff !important;
    background-color: #272323 !important;
    border-color: #272323 !important;
    border-bottom: none !important;
}

.nav-tabs.wizard li.active>* {
    color: #fff !important;
    /*background-color: #2c3f4c !important;
    border-color: #2c3f4c !important;
    */
    background-color: #d98b3e !important;
    border-color: #d98b3e !important;
    border-bottom: none !important;
}

.nav-tabs.wizard li::after:last-child {
    border: none;
}

.nav-tabs.wizard > li > a {
    opacity: 1;
    font-size: 14px;
}

.nav-tabs.wizard a:hover {
    /*color: #fff;
    background-color: #2c3f4c;
    border-color: #2c3f4c;
    */
    cursor: pointer;
    background-color: #dedede;
    border-color: #dedede #dedede #dedede;
}

span.nmbr {
    display: inline-block;
    padding: 10px 0 0 0;
    background: #ffffff;
    width: 35px;
    line-height: 100%;
    height: 35px;
    margin: auto;
    border-radius: 50%;
    font-weight: bold;
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
    text-align: center;
}

@media(min-width:992px) {
    .nav-tabs.wizard li {
        position: relative;
        padding: 0;
        margin: 4px 4px 4px 0;
        width: 16.3%;
        float: left;
        text-align: center;
    }
    .nav-tabs.wizard li.active a {
        padding-top: 15px;
    }
    .nav-tabs.wizard li::after,
    .nav-tabs.wizard li>*::after {
        content: '';
        position: absolute;
        top: 1px;
        left: 100%;
        height: 0;
        width: 0;
        border: 45px solid transparent;
        border-right-width: 0;
        /*border-left-width: 20px*/
    }
    .nav-tabs.wizard li::after {
        z-index: 1;
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -o-transform: translateX(4px);
        transform: translateX(4px);
        border-left-color: #fff;
        margin: 0
    }
    .nav-tabs.wizard li>*::after {
        z-index: 2;
        border-left-color: inherit
    }
    .nav-tabs.wizard > li:nth-of-type(1) > a {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .nav-tabs.wizard li:last-child a {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .nav-tabs.wizard li:last-child {
        margin-right: 0;
    }
    .nav-tabs.wizard li:last-child a:after,
    .nav-tabs.wizard li:last-child:after {
        content: "";
        border: none;
    }
    span.nmbr {
        display: block;
    }
}
/*********************************
    WIZRD MEDIUM
***********************************/
.nav-tabs.wizardMedium {
    border-bottom: none;    
    margin: 0 auto 1em auto;
}

.nav-tabs.wizardMedium li>* {
    position: relative;
    padding: 0.5em 0.8em .8em 2em;
    color: #999999;
    background-color: #dedede;
    border-color: #dedede;
}

.nav-tabs.wizardMedium > li > a {
    opacity: 1;
    font-size: 13px;
    margin-right: -1px;
    line-height: 0.5;
}

.nav-tabs.wizardMedium li.active>* {
    color: #fff !important;
    /*background-color: #2c3f4c !important;
    border-color: #2c3f4c !important;
    */
    background-color: #d98b3e !important;
    border-color: #d98b3e !important;
    border-bottom: none !important;
}


@media(min-width:992px) {
    .nav-tabs.wizardMedium li {
        position: relative;
        padding: 0;
        margin: 4px 3px 4px 0;
        width: 16.3%;
        float: left;
        text-align: center;
    }
    .nav-tabs.wizardMedium li::after,
    .nav-tabs.wizardMedium li>*::after {
        content: '';
        position: absolute;
        top: 0px;
        left: 99%;
        height: 0;
        width: 0;
        border: 34px solid transparent;
        border-right-width: 0;
        border-left-width: 35px;
    }
    .nav-tabs.wizardMedium li::after {
        z-index: 1;
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -o-transform: translateX(4px);
        transform: translateX(4px);
        border-left-color: #fff;
        margin: 0
    }
    .nav-tabs.wizardMedium li>*::after {
        z-index: 2;
        border-left-color: inherit
    }
    .nav-tabs.wizardMedium > li:nth-of-type(1) > a {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .nav-tabs.wizardMedium li:last-child a {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .nav-tabs.wizardMedium li:last-child {
        margin-right: 0;
    }
    .nav-tabs.wizardMedium li:last-child a:after,
    .nav-tabs.wizardMedium li:last-child:after {
        content: "";
        border: none;
    }
    span.nmbr {
        display: block;
    }
}
/*********************************
    WIZRD SMALL
***********************************/
.nav-tabs.wizardSmall {
    border-bottom: none;
    margin: 0 auto 1em auto;
}

.nav-tabs.wizardSmall li>* {
    position: relative;
    padding: 0.5em 0.8em .8em 2em;
    color: #999999;
    background-color: #dedede;
    border-color: #dedede;
}

.nav-tabs.wizardSmall > li > a {
    opacity: 1;
    font-size: 13px;
    margin-right: -1px;
    line-height: 0.5;
}

.nav-tabs.wizardSmall li.active>* {
    color: #fff !important;
    /*background-color: #2c3f4c !important;
    border-color: #2c3f4c !important;
    */
    background-color: #d98b3e !important;
    border-color: #d98b3e !important;
    border-bottom: none !important;
}


@media(min-width:100px) {
    .nav-tabs.wizardSmall li {
        position: relative;
        padding: 0;
        margin: 4px 3px 4px 0;
        width: 16.3%;
        float: left;
        text-align: center;
    }
    .nav-tabs.wizardSmall li::after,
    .nav-tabs.wizardSmall li>*::after {
        content: '';
        position: absolute;
        top: 0px;
        left: 99%;
        height: 0;
        width: 0;
        border: 34px solid transparent;
        border-right-width: 0;
        border-left-width: 35px;
    }
    .nav-tabs.wizardSmall li::after {
        z-index: 1;
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -o-transform: translateX(4px);
        transform: translateX(4px);
        border-left-color: #fff;
        margin: 0
    }
    .nav-tabs.wizardSmall li>*::after {
        z-index: 2;
        border-left-color: inherit
    }
    .nav-tabs.wizardSmall > li:nth-of-type(1) > a {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .nav-tabs.wizardSmall li:last-child a {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .nav-tabs.wizardSmall li:last-child {
        margin-right: 0;
    }
    .nav-tabs.wizardSmall li:last-child a:after,
    .nav-tabs.wizardSmall li:last-child:after {
        content: "";
        border: none;
    }
    span.nmbr {
        display: block;
    }
}
/*********************************
    WIZRD  very SMALL
***********************************/

.nav-tabs.wizardVerySmall {
    background-color: transparent;
    padding: 0;
    width: 100%;  
    border-radius: .25em;
    clear: both;
    border-bottom: none;
}

.nav-tabs.wizardVerySmall li {
    width: 100%;
    float: none;
    margin-bottom: 3px;
}

.nav-tabs.wizardVerySmall li>* {
    position: relative;
    padding: 0.8em 0.8em .8em 2em;
    color: #999999;
    background-color: #dedede;
    border-color: #dedede;
}

.nav-tabs.wizardVerySmall li.completed>* {
    color: #fff !important;
    background-color: #272323 !important;
    border-color: #272323 !important;
    border-bottom: none !important;
}

.nav-tabs.wizardVerySmall li.active>* {
    color: #fff !important;
    /*background-color: #2c3f4c !important;
    border-color: #2c3f4c !important;
    */
    background-color: #d98b3e !important;
    border-color: #d98b3e !important;
    border-bottom: none !important;
}

.nav-tabs.wizardVerySmall li::after:last-child {
    border: none;
}

.nav-tabs.wizardVerySmall > li > a {
    opacity: 1;
    font-size: 13px;
    margin-right: -1px;
    line-height: 0.5;
}

.nav-tabs.wizardVerySmall a:hover {
    /*color: #fff;
    background-color: #2c3f4c;
    border-color: #2c3f4c;
    */
    cursor: pointer;
    background-color: #dedede;
    border-color: #dedede #dedede #dedede;
}

.wizardVerySmall span.nmbr {
    width: 25px;
    padding: 3px 0 0 0;
    height: 25px;
    margin-top: 6px;
}

@media(min-width:100px) {
    .nav-tabs.wizardVerySmall li {
        position: relative;
        padding: 0;
        margin: 4px 1px 4px 0;
        width: 16.5%;
        float: left;
        text-align: center;
    }
    .nav-tabs.wizardVerySmall li::after,
    .nav-tabs.wizardVerySmall li>*::after {
        content: '';
        position: absolute;
        top: -1px;
        left: 98%;
        height: 0;
        width: 0;
        border: 32px solid transparent;
        border-right-width: 0;
        border-left-width: 20px;
    }
    .nav-tabs.wizardVerySmall li::after {
        z-index: 1;
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -o-transform: translateX(4px);
        transform: translateX(4px);
        border-left-color: #fff;
        margin: 0
    }
    .nav-tabs.wizardVerySmall li>*::after {
        z-index: 2;
        border-left-color: inherit
    }
    .nav-tabs.wizardVerySmall > li:nth-of-type(1) > a {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .nav-tabs.wizardVerySmall li:last-child a {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .nav-tabs.wizardVerySmall li:last-child {
        margin-right: 0;
    }
    .nav-tabs.wizardVerySmall li:last-child a:after,
    .nav-tabs.wizardVerySmall li:last-child:after {
        content: "";
        border: none;
    }
}
.wizardFase {
    text-align: center;
    margin: 0 auto 1em auto;
    background-color: #d98b3e !important;
    border-color: #d98b3e !important;
    border-radius: 4px;
    color: #fff;
    padding: 5px;
}