﻿
div.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-top {
    text-align: center;
    cursor: auto;
    line-height: unset !important;
    height: auto !important;
    font-size: medium;
    padding: 6px 12px;
}

tr.table-pager > td > table > tbody > tr > td {
    padding: 0;
}
/*tr.table-pager > td > table > tbody > tr > td > span{
            color:#006998 !important;
        }*/
#tblToolTipPos {
    border: 1px solid gray;
    width: 30px;
    height: 30px;
    /*display:none;*/
}

    #tblToolTipPos > tbody > tr > td {
        height: 10px;
        width: 10px;
        border: 1px outset gray;
        background-color: lightgray;
        -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;
        cursor: pointer;
    }

        #tblToolTipPos > tbody > tr > td:hover {
            background-color: antiquewhite;
        }

/*.highlite {
            background-color: antiquewhite;
            color: black;
            font-weight: 600;
            cursor: pointer !important;
        }*/

.invalid {
    border-color: red;
    background-color: lightyellow;
}

.incorrect {
    background-color: white;
    text-align: center;
}

.correct {
    background-color: lightgreen;
    text-align: center;
}

.select {
    cursor: pointer !important;
}

.gvResponseCell.has-input {
    padding: 0 !important;
}

.gvResponseCell > input.score {
    text-align: center;
    /*width: 30px;*/
    padding: 3px;
    border-radius: 0 !important;
    margin: 0 !important;
}

#gvScores {
    margin: auto;
    border-collapse: collapse;
    /*border:1px solid #006998;*/
    width: 100%;
}

.gvCell, .gvHCell {
    /*padding: 3px 5px !important;*/
    vertical-align: middle;
}

.gvScoreCell {
    text-align: center;
    vertical-align: middle;
}

/*.gvRow:hover {
            background-color: antiquewhite;
            font-weight: bold;
        }*/

#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;
}

/*.panel {
            border: none 0px #000000;
            -moz-border-radius-topleft: 8px;
            -moz-border-radius-topright: 8px;
            -moz-border-radius-bottomleft: 0px;
            -moz-border-radius-bottomright: 0px;
            -webkit-border-top-left-radius: 8px;
            -webkit-border-top-right-radius: 8px;
            -webkit-border-bottom-left-radius: 0px;
            -webkit-border-bottom-right-radius: 0px;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
            margin-top: 10px;
            padding: 6px;

            background-image: -ms-linear-gradient(top, #EEEEEE 0%, #CCCCCC 100%);

            background-image: -moz-linear-gradient(top, #EEEEEE 0%, #CCCCCC 100%);

            background-image: -o-linear-gradient(top, #EEEEEE 0%, #CCCCCC 100%);

            background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #EEEEEE), color-stop(1, #00A3EF));

            background-image: -webkit-linear-gradient(top, #EEEEEE 0%, #CCCCCC 100%);
-
            background-image: linear-gradient(top,#EEEEEE 0%, #CCCCCC 100%);
        }*/

/*For gridview pager*/
.gridview {
    background-color: #fff;
    text-shadow: 1px 1px 2px #333333;
    filter: dropshadow(color=#333333, offx=2, offy=2);
    /*padding:2px;*/
    padding: 3px 6px 3px 6px;
    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;
        /* IE10 */
        background-image: -ms-linear-gradient(top, #999999 0%, #333333 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(top, #999999 0%, #333333 100%);
        /* Opera */
        background-image: -o-linear-gradient(top, #999999 0%, #333333 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, #999999 0%, #333333 100%);
        /* Proposed W3C Markup */
        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;
            /* 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;
            /*-webkit-transform: scale(1.5,1.5);
            -moz-transform:scale(1.5,1.5);*/
        }

    .gridview span {
        margin: 1px;
        background-color: #ae2676;
        /* IE10 */
        background-image: -ms-linear-gradient(top, #66CCFF 0%, #003366 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(top, #66CCFF 0%, #003366 100%);
        /* Opera */
        background-image: -o-linear-gradient(top, #66CCFF 0%, #003366 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, #66CCFF 0%, #003366 100%);
        /* Proposed W3C Markup */
        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;
    /*top: expression(this.parentNode.parentNode.parentNode.scrollTop-1);*/
}

.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 {
    /*display:table-cell;*/
    margin: 4px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
    width: 24px;
    height: 24px;
    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;
        /*-webkit-transform: scale(1.5,1.5);
            -moz-transform:scale(1.5,1.5);*/
    }

.maxWidth270 {
    max-width: 270px;
}

.alignBottom {
    vertical-align: bottom;
}

.highlite {
    color: #3c763d !important;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    background-image: -webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);
    background-image: -o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));
    background-image: linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
    background-repeat: repeat-x;
}

#ddlTest_chosen{
    display:block;
}

.form-horizontal label > div.chosen-container {
    display:block !important;
}

#lbTest:active,
#lbTest:focus {
    border: 1px solid #ccc;
}

#lbTest > option {
    cursor: pointer !important;
    padding: 6px 12px;
}

    #lbTest > option[selected="selected"],
    #lbTest > option[selected="selected"]:focus,
    #lbTest:focus > option[selected="selected"],
    #lbTest:active > option[selected="selected"] {
        color: #31708f !important;
        font-weight: bold;
        background-color: #d9edf7;
        border-color: #bce8f1;
        background-image: -webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
        background-image: -o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));
        background-image: linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
        background-repeat: repeat-x;
    }

#gvScores > thead > tr > th:nth-child(1),
#gvScores > tbody > tr > td:nth-child(1) {
    position: sticky !important;
    left: 0 !important;
    z-index: 1 !important;
}

#gvScores > tbody > tr > td:nth-child(1) {
    background-color: #fff;
}

#gvScores > thead > tr.table-header > th:nth-child(4),
#gvScores > tbody > tr > th:nth-child(4),
#gvScores > tbody > tr > td:nth-child(4) {
    display: none;
}

/*#E8EAEC*/
#gvScores > tbody > tr:nth-child(even) > td {
    background-color: #E8EAEC;
}

#gvScores > tbody > tr:hover > td {
    color: #31708f !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1;
    border-top-color: #337ab7;
    border-bottom-color: #337ab7;
}




/*input[type="text"] {*/
/*padding: 3px 5px;*/
/*border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-image: initial;
    border-radius: 3px !important;
}

    input:focus,
    input:active,
    input:scope {
        border-color: #28a4c9 !important;
        border-width: 1px !important;
    }*/

.table-question-info {
    font-size: smaller;
    border-collapse: collapse;
    min-width: 100px;
}

    .table-question-info,
    .table-question-info tr > td {
        background-color: transparent;
    }

        .table-question-info tr > td {
            border-bottom: 1px solid #ccc;
            padding: .25em .5em;
            text-wrap: avoid;
        }

        .table-question-info tr:last-child > td {
            border-bottom: none;
        }

#lblEditResponses > input[type=checkbox] {
    display: none;
}

label.radio-toggle {
    margin: 0;
    font-weight: normal;
    cursor: pointer;
    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;
}

    label.radio-toggle:hover {
        color: #31708f;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    }

    label.radio-toggle > input[type=radio] {
        display: none !important;
    }

.popover-instructions .popover-title {
    font-weight: bolder;
}

.popover-instructions ol {
    padding-left: 14px;
    font-size: smaller;
    margin-bottom: 0;
}

    .popover-instructions ol > li {
        padding-bottom: .5em;
    }

.chosen-container,
label > select,
label > input {
    font-weight: normal;
}
