﻿.rblFilter label {
    margin: 0 0 0 5px;
}

#ui-id-5 > div > label {
    margin-right: 10px;
}

    #ui-id-5 > div > label:last-child {
        margin-right: 0;
    }

#pnlStudentFilter-one > div.panel-body > div > div.col-md-4 > div > div {
    padding-left: 0;
}

.panel-heading {
    min-height: 38px;
}

#pnlStudentFilter-heading-one > h4 > a:nth-child(2) {
    opacity: .3;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    #pnlStudentFilter-heading-one > h4 > a:nth-child(2):hover {
        opacity: .75;
    }

#divTestList > div.ui-accordion-content {
    height: auto !important;
    overflow-x: hidden;
}

#lbTest {
    width: 100%;
    margin: auto;
    display: block;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: none;
    border-color: transparent;
}

    #lbTest > option {
        padding: 5px 12px;
        cursor: pointer;
        border-bottom: 1px solid #ddd;
        transition: all ease-in-out 0.2s;
        -webkit-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
    }

        #lbTest > option:before {
            content: "\e157";
            position: relative;
            margin-right: 10px;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        #lbTest > option:last-child {
            border-bottom: none;
        }

        #lbTest > option:nth-child(even) {
            background-color: rgba(0, 163, 239, 0.03);
        }

        #lbTest > option:hover {
            background-color: rgba(0, 0, 0, 0.075);
        }

        #lbTest > option[selected=selected] {
            background-color: #A6CE39 !important;
            color: #FFF !important;
            font-weight: bold !important;
        }

            #lbTest > option[selected=selected]:before {
                content: "\e067" !important;
            }

.ui-autocomplete {
    max-height: 300px !important;
    overflow-y: auto !important;
    overflow-x: hidden;
}

#lblTestSessions {
    cursor: move;
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 1px solid #00b4f1;
}

.filterBox {
    background-color: #FFF;
    border: 1px solid gray;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color=#FFB300)"; /*IE 8*/
    -moz-box-shadow: 0 0 5px 2px rgba(255,179,0,0.3); /*FF 3.5+*/
    -webkit-box-shadow: 0 0 5px 2px rgba(255,179,0,0.3); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 0 5px 2px rgba(255,179,0,0.3); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#FFB300); /*IE 5.5-7*/
    -o-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

    .filterBox:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color=#11FA00)"; /*IE 8*/
        -moz-box-shadow: 0 0 3px 2px rgba(17,250,0,0.3); /*FF 3.5+*/
        -webkit-box-shadow: 0 0 3px 2px rgba(17,250,0,0.3); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
        box-shadow: 0 0 3px 2px rgba(17,250,0,0.3); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#11FA00); /*IE 5.5-7*/
    }

    .filterBox:active {
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color=#0088FF)"; /*IE 8*/
        -moz-box-shadow: 0 0 3px 2px rgba(0,136,255,0.3); /*FF 3.5+*/
        -webkit-box-shadow: 0 0 3px 2px rgba(0,136,255,0.3); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
        box-shadow: 0 0 3px 2px rgba(0,136,255,0.3); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#0088FF); /*IE 5.5-7*/
    }

    .filterBox > input {
        border: none;
        background: none;
    }

#divSessions, #divMultiStudnos {
    /*position: absolute;*/
    background-color: #FFF;
    z-index: 1000;
    /*right: 0;
            top: 50px;*/
    border: 1px solid #00b4f1;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 1em;
}

.dropShadow {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=45, Color=#000000)"; /*IE 8*/
    -moz-box-shadow: -5px 5px 10px rgba(0,0,0,0.3); /*FF 3.5+*/
    -webkit-box-shadow: -5px 5px 10px rgba(0,0,0,0.3); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: -5px 5px 10px rgba(0,0,0,0.3); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#000000); /*IE 5.5-7*/
}

#cbTestSessions input, #cbTestSessions label {
    cursor: pointer !important;
}

/*#gvStudents {
            margin-top: 5px;
        }*/

.pointer {
    cursor: pointer !important;
}

td > input {
    text-align: center;
}

/*.highlite {
            background-color: antiquewhite;
            color: black;
        }*/

.score {
    text-align: center;
    width: 30px;
}

/*#gvStudents > tbody > tr > td {
            padding: 2px;
            vertical-align:middle;
        }*/

div.gvCell {
    /*data cells*/
    display: table-cell;
    padding: 2px;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.textCenter {
    text-align: center;
}

.textLeft {
    text-align: left;
}

#divGrid td {
    /*padding:4px;*/
    vertical-align: middle;
}

.tableHeader {
    padding: 4px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    text-wrap: avoid;
}

/*For gridview pager*/
.gridview {
    padding: 2px;
    margin: 1px;
}

    .gridview a {
        margin: 1px;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        background-color: #444;
        background-image: -ms-linear-gradient(top, #999999 0%, #333333 100%);
        background-image: -moz-linear-gradient(top, #999999 0%, #333333 100%);
        background-image: -o-linear-gradient(top, #999999 0%, #333333 100%);
        background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #00A3EF));
        background-image: -webkit-linear-gradient(top, #999999 0%, #333333 100%);
        background-image: linear-gradient(top,#999999 0%, #333333 100%);
        padding: 3px 6px 3px 6px;
        color: #fff;
        text-decoration: none;
        -o-box-shadow: 1px 1px 1px #111;
        -moz-box-shadow: 1px 1px 1px #111;
        -webkit-box-shadow: 1px 1px 1px #111;
        box-shadow: 1px 1px 1px #111;
    }

        .gridview a:hover {
            background-color: #1e8d12;
            background-image: -ms-linear-gradient(top, #99FF33 0%, #003300 100%);
            background-image: -moz-linear-gradient(top, #99FF33 0%, #003300 100%);
            background-image: -o-linear-gradient(top, #99FF33 0%, #003300 100%);
            background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #00A3EF));
            background-image: -webkit-linear-gradient(top, #99FF33 0%, #003300 100%);
            background-image: linear-gradient(top,#99FF33 0%, #003300 100%);
            color: #fff;
        }

    .gridview > td > table > tbody > tr > td > span {
        margin: 1px;
        background-color: #ae2676;
        background-image: -ms-linear-gradient(top, #66CCFF 0%, #003366 100%);
        background-image: -moz-linear-gradient(top, #66CCFF 0%, #003366 100%);
        background-image: -o-linear-gradient(top, #66CCFF 0%, #003366 100%);
        background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #00A3EF));
        background-image: -webkit-linear-gradient(top, #66CCFF 0%, #003366 100%);
        background-image: linear-gradient(top,#66CCFF 0%, #003366 100%);
        color: #fff;
        -o-box-shadow: 1px 1px 1px #111;
        -moz-box-shadow: 1px 1px 1px #111;
        -webkit-box-shadow: 1px 1px 1px #111;
        box-shadow: 1px 1px 1px #111;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        padding: 3px 6px 3px 6px;
    }

.HeaderFreez {
    font-weight: bold;
    background-color: darkgrey;
    position: relative;
    vertical-align: middle;
}

.watermarked {
    height: 16px;
    width: 168px;
    padding: 2px 2 2 2px;
    border: 1px solid #BEBEBE;
    background-color: #F0F8FF;
    color: gray;
    text-align: center;
    font-style: italic;
}

.Tablefilter {
    /*margin-left: 5px;*/
    width: 100%;
    /*padding: 2px;*/
    font-size: small;
    /*margin: 2px;*/
}
    /*.Tablefilter input {
                margin-left:4px;
                margin-right:4px;
                margin-top:2px;
                margin-bottom:2px;
            }*/

    .Tablefilter td {
        padding: 2px;
    }

.tablePadding2 {
    padding: 2px;
    margin: 2px;
    font-size: small;
}

tablePadding2 td {
    padding: 2px;
}

.tablePadding2 input {
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.NewSource {
    float: right;
    margin-right: 15px;
    cursor: pointer;
}

.gridCommand {
    margin: 2px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 2px;
    width: 16px;
    height: 16px;
    /*max-height: 24px;
            max-width: 24px;*/
    vertical-align: middle;
    text-align: center;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #888;
    /* IE10 */
    background-image: -ms-linear-gradient(top, #DDDDDD 0%, #777777 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #DDDDDD 0%, #777777 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #DDDDDD 0%, #777777 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #00A3EF));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #DDDDDD 0%, #777777 100%);
    /* Proposed W3C Markup */
    background-image: linear-gradient(top,#DDDDDD 0%, #777777 100%);
    color: #fff;
    text-decoration: none;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111;
}

    .gridCommand:hover {
        background-color: #1e8d12;
        /* IE10 */
        background-image: -ms-linear-gradient(top, #99FF33 0%, #003300 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(top, #99FF33 0%, #003300 100%);
        /* Opera */
        background-image: -o-linear-gradient(top, #99FF33 0%, #003300 100%);
        /* Webkit (Safari/Chrome 10) */
        background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #00A3EF));
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(top, #99FF33 0%, #003300 100%);
        /* Proposed W3C Markup */
        background-image: linear-gradient(top,#99FF33 0%, #003300 100%);
        color: #fff;
    }

.gridCommand_disabled {
    margin: 2px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 2px;
    width: 16px;
    height: 16px;
    /*max-height: 24px;
            max-width: 24px;*/
    vertical-align: middle;
    text-align: center;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #888;
    /* IE10 */
    background-image: -ms-linear-gradient(top, #DDDDDD 0%, #777777 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #DDDDDD 0%, #777777 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #DDDDDD 0%, #777777 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #00A3EF));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #DDDDDD 0%, #777777 100%);
    /* Proposed W3C Markup */
    background-image: linear-gradient(top,#DDDDDD 0%, #777777 100%);
    color: #fff;
    text-decoration: none;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111;
}

.maxWidth270 {
    max-width: 270px;
}

.alignBottom {
    vertical-align: bottom;
}

tr.gridview.gvPager > td > table {
    width: auto;
    margin: 0;
    margin-bottom: -4px;
}

    tr.gridview.gvPager > td > table > tbody > tr > td {
        padding: 2px 2px 0 0;
    }

.OT_StandardTable {
    border: none;
    width: 100%;
}

    .OT_StandardTable th, .OT_StandardTable td {
        border-bottom: 1px solid #006999;
    }

#pnlFilterTests .panel-heading > h3 > a {
    display: block;
}

#pnlFilterTests .panel-heading a[data-toggle="collapse"]:after {
    content: "\e113";
    float: right;
    margin-right: 0;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#pnlFilterTests .panel-heading a[data-toggle="collapse"].collapsed:after {
    content: "\e114";
}

#lnkDeleteAssignments {
    position: absolute;
    right: 45px;
    top: 4px;
}

#gvStudents > thead > tr > th {
    position: sticky;
    top: 0;
    z-index: 1;
    vertical-align: middle !important;
}

#rblRecordsPerPage > span > input {
    display: none;
}

#rblRecordsPerPage > span > label {
    margin: 0;
}

#cbTestSessions .btn > label {
    margin: 0;
}

#cbTestSessions .btn > input[type="checkbox"] {
    display: none;
}

tr[islocked="1"] {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    background-image: -webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
    background-image: -o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));
    background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
}

#divMasterBackToTop {
    left: auto;
    right: 25px;
    opacity: .25;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    #divMasterBackToTop:hover {
        opacity: 1;
    }

.btn-hover, .close {
    opacity: 20%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .btn-hover:hover {
        opacity: 1;
    }

.studentpicture-container {
    text-align: center;
    min-height: 219px;
    min-width: 175px;
    background-image: url(/images/icons-gif/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75px 75px;
}

.studentpicture {
    width: 175px;
    border: 1px solid #006998;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000)"; /*IE 8*/
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3); /*FF 3.5+*/
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000); /*IE 5.5-7*/
}

.table-radio {
    width: 100%;
    border-right: 1px solid #dddddd;
}

#colFilterOptions .popover {
    margin-top: 1.5em;
}

.popover dl {
    min-width: 250px;
    font-size: smaller;
}

    .popover dl > dt {
        font-weight: bolder;
        color: #337ab7;
    }

    .popover dl > dd {
        padding-left: 2em;
        margin-bottom: .5em;
    }
