﻿/* Rules for navigation bar*/

.step-base {
    list-style-type: none;
    height: 56px;
    width: 56px;
}

.inner-base {
    width: 46px;
    height: 46px;
}

.stepCurrent {
    position: absolute;
    cursor: pointer;
    padding: 5px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    background-image: -webkit-linear-gradient(#e2e2e2, #fff 90% );
    background-image: -moz-linear-gradient(#e2e2e2, #fff 90% );
    background-image: -ms-linear-gradient(#e2e2e2, #fff 90% );
    background-image: -o-linear-gradient(#e2e2e2, #fff 90% );
    background-image: linear-gradient(#e2e2e2, #fff 90% );
}

    .stepCurrent .inner {
        position: relative;
        padding-top: 2px;
        padding-bottom: 4px;
        padding-left: 12px;
        padding-right: 15px;
        font-family: "Arial";
        font-weight: bold;
        font-size: 28px;
        color: #fff;
        text-align: center;
        -ms-border-radius: 100px;
        border-radius: 100px;
        border-width: 2px;
        border-style: inner;
        border-color: #63A117;
        background-image: -webkit-radial-gradient(#129ADB 40%, #0886D0 60%);
        background-image: -moz-radial-gradient(#129ADB 40%, #0886D0 60%);
        background-image: -ms-radial-gradient(#129ADB 40%, #0886D0 60%);
        background-image: -o-radial-gradient(#129ADB 40%, #0886D0 60%);
        background-image: radial-gradient(#129ADB 40%, #0886D0 60%);
    }

.stepComplete {
    position: absolute;
    cursor: pointer;
    padding: 4px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    background: #6e6e6e;
}

    .stepComplete .inner {
        position: relative;
        padding-top: 6px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 12px;
        font-family: "Arial";
        font-weight: normal;
        font-size: 22px;
        color: #fff;
        text-align: center;
        -ms-border-radius: 100px;
        border-radius: 100px;
        border-width: 2px;
        border-style: inner;
        border-color: #63A117;
        background: #6E6E6E;
    }

.stepDefault {
    position: absolute;
    cursor: pointer;
    padding: 4px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    background: #c3c3c3;
}

    .stepDefault .inner {
        position: relative;
        padding-top: 8px;
        padding-bottom: 7px;
        padding-left: 12px;
        padding-right: 13px;
        font-family: "Arial";
        font-weight: normal;
        font-size: 20px;
        color: #646361;
        text-align: center;
        -ms-border-radius: 100px;
        border-radius: 100px;
        border-width: 2px;
        border-style: inner;
        border-color: #63A117;
        background: #fff;
    }


.list-item-container {
    list-style-type: none;
    padding-left: 0;
    padding-right: 0;
}

.circle-item-container-done-state {
    background-image: url(Images/circleDoneStateGrey.png) !important;
}

.circle-item-container {
    background-image: url(Images/circleNormalStateGrey.png);
    color: white;
    width: 56px;
    height: 56px;
    margin: 0 auto;
    text-align: initial;
}

.circle-item-text {
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    margin-left: 20px;
    margin-top: 9px;
    position: absolute;
}

.item-title {
    white-space: nowrap;
}


.dashed-line {
    background-image: url(Images/dashedLine.png);
    height: 3px;
    top: 4px;
    margin-top: 26px;
}

#navigation-bar > .col-sm-1 {
    width: 7.333333%;
}

.check-your-details-center {
    margin-left: -22%;
}

.your-consumption-center {
    margin-left: -26%;
}

.personal-projection-center {
    margin-left: -22%;
}

.tariff-information-center {
    margin-left: -18%;
}

.address-history-center {
    margin-left: -15%;
}

.payment-details-center {
    margin-left: -15%;
}

.important-information-center {
    margin-left: -27%;
}



/**/
