﻿
div[id$=pnlQuestions] {
    font-size: Medium;
    max-height: 89vh;
    overflow-y: auto;
    border: 1px solid #cccccc;
    position: relative !important;
}




.table-striped > tbody > tr {
    -webkit-transition: all 0.2s ease-in-out, right 0.2s ease-in-out, bottom 0.2s ease-in-out, left 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out, right 0.2s ease-in-out, bottom 0.2s ease-in-out, left 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out, right 0.2s ease-in-out, bottom 0.2s ease-in-out, left 0.2s ease-in-out;
    transition: all 0.2s ease-in-out, right 0.2s ease-in-out, bottom 0.2s ease-in-out, left 0.2s ease-in-out;
}

    .table-striped > tbody > tr:nth-child(even) {
        background-color: rgba(68,84,106,.1);
    }

tr.active,
.data-missing {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color=#D9534F)"; /*IE 8*/
    -moz-box-shadow: 0 0 4px 1px #D9534F; /*FF 3.5+*/
    -webkit-box-shadow: 0 0 4px 1px #D9534F; /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 0 4px 1px #D9534F; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#D9534F); /*IE 5.5-7*/
}

[valign="top"] {
    vertical-align: top !important;
}

[valign="middle"] {
    vertical-align: middle !important
}

[valign="bottom"] {
    vertical-align: bottom !important;
}

[align="center"] {
    text-align: center !important;
}

[align="left"] {
    text-align: left !important;
}

[align="right"] {
    text-align: right !important;
}

tr.table-pager > td > table > tbody > tr > td {
    padding: 1px;
}

#gvQuestions > tbody > tr > td {
    border-bottom: 1px solid #ddd;
}

thead {
    border-bottom-color: #bce8f1;
}

#gvQuestions_wrapper > div:nth-child(2) > div {
    /*max-height: 82vh;
            overflow-y: auto;*/
    padding: 0;
}

#gvQuestions > thead > tr > th:last-child,
#gvQuestions > tbody > tr > th:last-child,
#gvQuestions > tbody > tr > td:last-child {
    min-width: 220px !important;
    padding-right: 5px !important;
}

#gvQuestions > tbody > tr:hover {
    background-color: RGBA(0,179,240,.075);
    color: #31708f;
}

#gvQuestions > thead > tr > th {
    position: sticky !important;
    top: 1px !important;
    z-index:999 !important
}


#UpdatePanel1 {
    position: relative;
}

#UpdatePanel2 {
    position: absolute;
}
