﻿.dlgwizard {
    display: none;
    z-index: 9000;
    position: absolute;
}

    .dlgwizard .stepped-dlg {
        -moz-box-shadow: 0 0 15px 5px #000;
        -webkit-box-shadow: 0 0 15px #000;
    }

    .dlgwizard h1 {
        font-size: 28px;
        color: rgb(80,80,80) !important;
        font-family: "Segoe UI Light","Segoe UI","Helvetica",Garuda,Arial,sans-serif;
    }

    .dlgwizard h2 {
        font-size: 12px;
        color: rgb(80,80,80) !important;
        font-family: "Segoe UI Semibold","Segoe UI","Helvetica",Garuda,Arial,sans-serif;
        text-transform: uppercase;
        margin-bottom: 0px !important;
        color: rgb(165,165,165) !important;
        margin-bottom: 25px;
    }

.dlgpanel {
    background-color: #fff;
    display: none;
    border: solid 2px #ccc;
    -moz-box-shadow: 0 0 15px 5px #000;
    -webkit-box-shadow: 0 0 15px #000;
    z-index: 9000;
    position: absolute;
}

    .dlgpanel h1 {
        font: 28px/40px "Segoe UI Light";
        margin: 0;
        margin-bottom: 15px;
        font-family: "Segoe UI","Helvetica",Garuda,Arial,sans-serif;
    }

    .dlgpanel h2 {
        font-size: 12px;
        color: rgb(80,80,80) !important;
        font-family: "Segoe UI Semibold","Segoe UI","Helvetica",Garuda,Arial,sans-serif;
        text-transform: uppercase;
        margin-bottom: 0px !important;
        color: rgb(165,165,165) !important;
        margin-bottom: 25px;
    }

#dlgblock {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000;
    display: none;
    opacity: 0.35;
    filter: alpha(opacity=50);
    -ms-filter: 'alpha(opacity=50)';
    z-index: 8000;
}


.stepped-dlg {
    display: inline-block;
    z-index: 9000;
    position: absolute;
    overflow: hidden;
}

.dlg-step {
    height: 100%;
    display: inline-block;
    position: absolute;
    background-color: #fff;
}

    .dlg-step.active .dlg-step-navbar {
        display: none;
    }

    .dlg-step.active .dlg-step-content {
        display: inline-block;
    }

.dlg-step-content {
    padding: 35px 30px;
    display: none;
}

.dlg-step1 {
    z-index: 500;
}

    .dlg-step1 .dlg-step-navbar {
        color: #fff;
    }

        .dlg-step1 .dlg-step-navbar a {
            color: #fff;
        }

.dlg-step2 {
    left: 33px;
    z-index: 499;
}

    .dlg-step2 .dlg-step-navbar {
        color: #fff;
    }

        .dlg-step2 .dlg-step-navbar a {
            color: #fff;
        }

.dlg-step3 {
    left: 66px;
    z-index: 498;
}

    .dlg-step3 .dlg-step-navbar {
        color: #fff;
    }

        .dlg-step3 .dlg-step-navbar a {
            color: #fff;
        }


.dlg-step4 {
    left: 99px;
    z-index: 497;
}

    .dlg-step4 .dlg-step-navbar {
        color: #fff;
    }

        .dlg-step4 .dlg-step-navbar a {
            color: #fff;
        }


.dlg-step5 {
    left: 132px;
    z-index: 496;
}

    .dlg-step5 .dlg-step-navbar {
        color: #fff;
    }

        .dlg-step5 .dlg-step-navbar a {
            color: #fff;
        }


.dlg-step6 {
    left: 165px;
    z-index: 495;
}

    .dlg-step6 .dlg-step-navbar {
        color: #fff;
    }

        .dlg-step6 .dlg-step-navbar a {
            color: #fff;
        }


.dlg-step7 {
    left: 198px;
    z-index: 494;
}

    .dlg-step7 .dlg-step-navbar {
        color: #fff;
    }

        .dlg-step7 .dlg-step-navbar a {
            color: #fff;
        }

.dlg-step8 {
    left: 231px;
    z-index: 493;
}

    .dlg-step8 .dlg-step-navbar {
        color: #fff;
    }

        .dlg-step8 .dlg-step-navbar a {
            color: #fff;
        }

.dlg-step-navbar {
    width: 33px;
    text-align: center;
    position: absolute;
    display: inline-block;
    height: 100%;
}

    .dlg-step-navbar.next {
        right: 0px;
        top: 0px;
    }

    .dlg-step-navbar.prev {
        left: 0px;
        bottom: 0px;
    }

.videodlgcontent .videoheader {
    font-size: 22px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}
