﻿.first-setup-wizard .wizard-header li .prevStep {
    background-color: #669966;
}

    .first-setup-wizard .wizard-header li .prevStep:after {
        border-left-color: #669966 !important;
    }

.first-setup-wizard .wizard-header li .currentStep {
    background-color: #C36615;
}

    .first-setup-wizard .wizard-header li .currentStep:after {
        border-left-color: #C36615 !important;
    }

.first-setup-wizard .wizard-header li .nextStep {
    background-color: #C2C2C2;
}

    .first-setup-wizard .wizard-header li .nextStep:after {
        border-left-color: #C2C2C2 !important;
    }

.first-setup-wizard .wizard-header {
    list-style: none;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
}

    .first-setup-wizard .wizard-header li {
        float: left;
    }

        .first-setup-wizard .wizard-header li a {
            color: white;
            text-decoration: none;
            padding: 10px 0 10px 55px;
            background: brown; /* fallback color */
            background: hsla(34,85%,35%,1);
            position: relative;
            display: block;
            float: left;
        }

            .first-setup-wizard .wizard-header li a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 30px solid hsla(34,85%,35%,1);
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
            }

            .first-setup-wizard .wizard-header li a:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                border-left: 30px solid white;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

        .first-setup-wizard .wizard-header li:first-child a {
            padding-left: 10px;
        }

        .first-setup-wizard .wizard-header li:last-child {
            padding-right: 50px;
        }

        .first-setup-wizard .wizard-header li a:hover {
            background: #FE9400;
        }

            .first-setup-wizard .wizard-header li a:hover:after {
                border-left-color: #FE9400 !important;
            }

.first-setup-wizard .first-setup-wizard-step-content {
    padding-top: 20px;
}

.first-setup-wizard .first-setup-wizard-navigation-btn {
    margin-right: 5px;
}

/*Style of modal confirmation of mspc data table control*/
.mspc-data-table-modal-box {
    margin-top: 40px; 
}

.checkbox-container {
    vertical-align: middle !important;
    text-align: center !important;
}