﻿.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: 9001;
    position: absolute;
    font-size: 14px;
    font-family: "Segoe UI","Helvetica",Garuda,Arial,sans-serif;
}

    .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;
    }

    .dlgpanel .fieldlabel {
        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: 0;
        color: rgb(165,165,165) !important;
    }

#dlgblock {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000;
    display: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: 'alpha(opacity=50)';
    z-index: 9000;
}

#dlgblock2 {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000;
    display: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: 'alpha(opacity=50)';
    z-index: 9000;
}

#popBlock {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000;
    display: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: 'alpha(opacity=50)';
    z-index: 8000;
}

.stepped-dlg {
    display: inline-block;
    position: relative;
    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;
    }

#popselectorpanel {
    padding-top: 30px;
    background: #f5f5f5;
    height: 500px;
    -webkit-box-shadow: 0px 9px 16px 4px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 9px 16px 4px rgba(0,0,0,0.29);
    box-shadow: 0px 9px 16px 4px rgba(0,0,0,0.29);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px #ccc;
}

#popselectorheader {
    height: 80px;
    border-radius: 10px 11px 0px 0px;
    -moz-border-radius: 10px 11px 0px 0px;
    -webkit-border-radius: 10px 11px 0px 0px;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 1%, #e8e8e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f5f5f5), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5f5f5 1%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5f5f5 1%,#e8e8e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f5f5f5 1%,#e8e8e8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f5f5f5 1%,#e8e8e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
    border-bottom: solid 1px #ccc;
}

#popselectorform {
    margin-top: 30px;
    margin-left: 45px;
    width: 355px;
    display: inline-block;
}

#popselector {
    width: 450px;
    z-index: 8998;
    display: none;
    position: absolute;
    color: #333;
}

#popselectortitle {
    color: #999;
    text-shadow: 0px 1px #fff;
    position: relative;
    top: 60px;
    font-weight: bold;
}

#glassicon {
    width: 108px;
    height: 108px;
    position: absolute;
    left: 160px;
    top: -50px;
    z-index: 9000;
}

#popselectormessage {
    font-weight: bold;
    color: #666;
}

#glassimg {
    width: 108px;
    height: 108px;
    border-radius: 54px;
    -webkit-border-radius: 54px;
    -moz-border-radius: 54px;
    position: relative;
    left: 170px;
    top: -95px;
    z-index: 8998;
}

#popselectorloading {
    display: none;
}

#selectorchoices {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    width: 350px;
    height: 240px;
    margin: 10px auto 0;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 -10px 50px 0 #dedede;
    box-shadow: inset 0 -10px 50px 0 #efefef;
    background: #fff;
    text-align: left;
}

#msclassdashboardchoices {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    width: 350px;
    height: 285px;
    margin: 10px auto 0;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 -10px 50px 0 #dedede;
    box-shadow: inset 0 -10px 50px 0 #efefef;
    background: #fff;
    text-align: left;
}


#googlechoices {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    width: 350px;
    height: 285px;
    margin: 10px auto 0;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 -10px 50px 0 #dedede;
    box-shadow: inset 0 -10px 50px 0 #efefef;
    background: #fff;
    text-align: left;
}

#mschoices {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    width: 350px;
    height: 285px;
    margin: 10px auto 0;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 -10px 50px 0 #dedede;
    box-shadow: inset 0 -10px 50px 0 #efefef;
    background: #fff;
    text-align: left;
}

#msstudentchoices {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    height: 340px;
    margin: 10px auto 0;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 -10px 50px 0 #dedede;
    box-shadow: inset 0 -10px 50px 0 #efefef;
    background: #fff;
    text-align: left;
    margin-bottom:20px;
}

#googlestudentchoices {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    height: 340px;
    margin: 10px auto 0;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 -10px 50px 0 #dedede;
    box-shadow: inset 0 -10px 50px 0 #efefef;
    background: #fff;
    text-align: left;
}

.googlestudentphoto {
    width: 32px;
    border: solid 1px #ccc;
}

.msstudentphoto {
    width: 32px;
    border: solid 1px #ccc;
}

.gs-tr-noemail {
    height: 45px;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: default;
}

.gs-tr-resendable {
    height: 45px;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: default;
}

.gs-tr-accepted {
    height: 45px;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: default;
}

.gs-tr {
    height: 45px;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
}

    .gs-tr td {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .gs-tr:hover {
        background-color: #00aeff;
        color: #fff;
    }

        .gs-tr:hover a {
            color: #fff;
        }

    .gs-tr.selected {
        background-color: #b6e8ff;
    }

        .gs-tr.selected:hover {
            background-color: #00aeff;
            color: #fff;
        }

            .gs-tr.selected:hover a {
                color: #fff;
            }

.gs-td-photo {
    padding-top: 5px;
    padding-left: 10px;
    width: 50px;
}

.gs-td-name {
    padding-top: 2px;
}

.gs-span-name {
    font-weight: bold;
}

.gs-span-email {
    font-size: 12px;
}

.gs-td-status {
    width: 100px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

.msedulbl {
    font-weight:bold;
}

.gs-msedutdetcont {
    padding-left:15px;
}
.msedudettbl {
    margin-bottom:15px;
}