﻿body {
    background-color: #2e6088;
}

.container {
    max-width: 800px;
}

[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
    top: -11px;
}

[type="checkbox"]:checked + label:before {
    top: -15px;
}

div.step {
    margin-bottom: 0;
    padding: 24px;
    opacity: 1;
}

div.wizard-steps {
    padding: 0;
}

ul.wizard-steps {
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    float: left;
}

    ul.wizard-steps li {
        margin: 0;
        padding: 10px 0;
        width: 33.33%;
        display: inline-block;
        text-align: center;
        float: left;
        border-bottom: 1px solid #ddd;
    }

        ul.wizard-steps li div {
            display: inline-block;
            margin-right: 10px;
        }

            ul.wizard-steps li div span {
                display: inline-block;
                width: 40px;
                height: 40px;
                background-color: #fff;
                border: 1px solid #ddd;
                border-radius: 50%;
                line-height: 40px;
            }

    ul.wizard-steps.step-1 li:nth-child(1) {
        border-color: #00a928;
    }

        ul.wizard-steps.step-1 li:nth-child(1) div span {
            font-weight: 700;
            color: #ffffff;
            background: #58c371;
        }

    ul.wizard-steps.step-2 li:nth-child(1) {
        border-color: #00a928;
    }

        ul.wizard-steps.step-2 li:nth-child(1) div span {
            font-weight: 700;
            color: #ffffff;
            background: #58c371;
        }

    ul.wizard-steps.step-2 li:nth-child(2) {
        border-color: #00a928;
    }

        ul.wizard-steps.step-2 li:nth-child(2) div span {
            font-weight: 700;
            color: #ffffff;
            background: #58c371;
        }


    ul.wizard-steps.step-3 li:nth-child(1) {
        border-color: #00a928;
    }

        ul.wizard-steps.step-3 li:nth-child(1) div span {
            font-weight: 700;
            color: #ffffff;
            background: #58c371;
        }

    ul.wizard-steps.step-3 li:nth-child(2) {
        border-color: #00a928;
    }

        ul.wizard-steps.step-3 li:nth-child(2) div span {
            font-weight: 700;
            color: #ffffff;
            background: #58c371;
        }

    ul.wizard-steps.step-3 li:nth-child(3) {
        border-color: #00a928;
    }

        ul.wizard-steps.step-3 li:nth-child(3) div span {
            font-weight: 700;
            color: #ffffff;
            background: #58c371;
        }

.animate-show-hide.ng-hide {
    opacity: 0;
}

.opacity {
    opacity: 1;
}

.animate-show-hide.ng-hide-add,
.animate-show-hide.ng-hide-remove {
    transition: all linear 0.5s;
}

ul.check {
    width: 100%;
    float: left;
}

    ul.check li {
        width: 100%;
        float: left;
        position: relative;
        margin: 10px 0;
        box-sizing: border-box;
        padding-left: 50px;
    }


        ul.check li span label {
            position: absolute;
            top: 14px;
            left: 9px;
        }

ul.durum {
    width: 100%;
    float: left;
}

    ul.durum li {
        width: 100%;
        float: left;
        line-height: 24px;
    }

        ul.durum li::before {
            content: "check";
            font-family: "Material Icons";
            text-rendering: optimizeLegibility;
            font-feature-settings: 'liga' 1;
            font-size: 14pt;
            color: #00a928;
        }

        ul.durum li span.info {
            color: #444;
            font-size: 12px;
        }

    ul.durum.yukleniyor li:nth-last-child(1)::before {
        content: "";
        display: none;
    }

    ul.durum.yukleniyor li:nth-last-child(2)::before {
        content: "send";
        font-family: "Material Icons";
        text-rendering: optimizeLegibility;
        font-feature-settings: 'liga' 1;
        font-size: 12pt;
        color: #555;
    }
