@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600");
/* http://meyerweb.com/eric/tools/css/reset/
    v2.0 | 20110126
    License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*******************************************
 *           GRID FOR IE 10/11             *
 * https://github.com/coder1space/css-grid *
 *    Send me email if you found a bug     *
 *            mourat@boutry.me             *
 *******************************************/
*::selection {
    background-color: #f3931a;
}

hr {
    display: none;
}

a:link, a:visited {
    color: #0071ab;
    text-decoration: none;
    display: inline-block;
}

    a:link:after, a:visited:after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background-color: rgba(0, 113, 171, 0.4);
        transition: width .3s;
    }

    a:link:hover:after, a:visited:hover:after {
        width: 100%;
        transition: width .3s;
    }

body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    background-color: white;
}

    body:not(.login) {
        background: #f3931a;
        background: -moz-linear-gradient(45deg, #f3931a 0%, #f2b365 33%, #00afcf 67%, #0071ab 100%);
        background: -webkit-linear-gradient(45deg, #f3931a 0%, #f2b365 33%, #00afcf 67%, #0071ab 100%);
        background: linear-gradient(45deg, #f3931a 0%, #f2b365 33%, #00afcf 67%, #0071ab 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3931a', endColorstr='#0071ab',GradientType=1 );
    }

    body.evaluations .corps div span, body.globalevaluation .corps div span {
        color: #0071ab !important;
    }

    body.evaluations .corps div div, body.globalevaluation .corps div div {
        padding: 0 !important;
    }

        body.evaluations .corps div div span, body.globalevaluation .corps div div span {
            color: black !important;
        }

    body.trip .table_title {
        color: #0071ab !important;
    }

input {
    outline: none;
    box-shadow: none;
}

h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 30px 0 0;
    text-shadow: none;
    color: #000;
}

.page {
    /*! Container Breakpoints */
    width: 100%;
    margin: 20px 0 10px;
    padding: 10px 15px 0;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
    box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.54);
    -webkit-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.54);
    border: none;
}

@media (min-width: 768px) {
    .page {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .page {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .page {
        max-width: 1140px;
    }
}

@media (max-width: 767px) {
    .page {
        padding: 10px 0 0;
        margin: 20px;
        width: initial;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }
}

.page .header {
    background: none;
    height: auto;
    position: initial;
}

@media (max-width: 575px) {
    .page .header {
        padding: 0;
    }
}

.page .header .title {
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.page .header .loginDisplay .btnDisconnect {
    /*background: none;
    color: white;
    background: #ff3019;
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
    border-radius: 28%;
    padding: 7px 8px;
    font-size: 16px;
    border: none;
    width: inherit;
    height: inherit;
    cursor: pointer;
    cursor: hand;*/
}

@media (max-width: 767px) {
    .page .header .loginDisplay .btnDisconnect {
        font-size: 20px;
    }
}

.page .header .loginDisplay .btnBack {
    background: #ff3019;
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
    color: white;
    font-size: 16px;
    border-radius: 28%;
    padding: 7px 12px;
    font-size: 16px;
    border: none;
    width: inherit;
    height: inherit;
    cursor: pointer;
    cursor: hand;
}

@media (max-width: 767px) {
    .page .header .loginDisplay .btnBack {
        font-size: 20px;
    }
}

.page .header .banner {
    display: none;
}

@media (max-width: 991px) and (min-width: 768px) {
    .page .header .banner {
        width: 100%;
        
    }
      .page .header .banner img{
        width: 100%;
        
    }
}

@media (max-width: 575px) {
    .page .header .banner {
        width: initial;
    }
}

.page .header .banner.m {
    display: inline;
}

@media (max-width: 575px) {
    .page .header .banner.m {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .page .header .banner {
        display: inline;
           width: 100%;
         
    }

        .page .header .banner.m {
            display: none;
        }
}

.page .main {
    padding: 10px 0 0;
    margin: 0;
    background: none;
}

    .page .main .corps {
        text-align: justify;
        margin: 0;
        box-shadow: none;
        background: none;
        padding: 0;
        color: black;
        border: none;
    }

@media (max-width: 767px) {
    .page .main .corps {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .page .main .corps {
        padding: 0 15px;
    }
}

.page .main .corps .divConnect {
    margin-bottom: 20px;
}

    .page .main .corps .divConnect #MainContent_LblConnect {
        padding: 4px 10px;
        z-index: 1;
        display: inline-block;
        position: relative;
        color: white;
    }

        .page .main .corps .divConnect #MainContent_LblConnect:before {
            content: '';
            width: 100%;
            height: 100%;
            background: #00afcf;
            position: absolute;
            top: 0;
            left: 0;
            animation: animate 2s;
            z-index: -1;
        }

@keyframes animate {
    0% {
        width: 100%;
        z-index: 1;
    }

    50% {
        width: 0%;
        z-index: 1;
    }

    51% {
        width: 0%;
        z-index: -1;
    }

    100% {
        width: 100%;
        z-index: -1;
    }
}

.page .main .corps > center.login {
    background: #f3931a;
    background: -moz-linear-gradient(45deg, #f3931a 0%, #f2b365 33%, #00afcf 67%, #0071ab 100%);
    background: -webkit-linear-gradient(45deg, #f3931a 0%, #f2b365 33%, #00afcf 67%, #0071ab 100%);
    background: linear-gradient(45deg, #f3931a 0%, #f2b365 33%, #00afcf 67%, #0071ab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3931a', endColorstr='#0071ab',GradientType=1 );
    padding: 40px 10px;
    width: 626px;
    margin: 68px auto 0;
}

@media (max-width: 767px) {
    .page .main .corps > center.login {
        width: 100%;
        padding: 40px 0;
    }
}

.page .main .corps > center.login:before {
    content: "\f007";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 58px;
    padding: 25px 30px;
    background-color: #f3931a;
    color: white;
    border-radius: 50%;
    position: relative;
    top: -65px;
    border: 5px solid #efab56;
}

.page .main .corps > center.login > div {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-radius: 20px !important;
    border: none !important;
    padding: 22px 32px !important;
}

@media (max-width: 767px) {
    .page .main .corps > center.login > div {
        width: 75% !important;
    }
}

.page .main .corps > center.login > div span#MainContent_Label1 {
    font-size: 23px;
}

.page .main .corps > center.login > div input[type="text"], .page .main .corps > center.login > div input[type="password"] {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    background-color: white;
    padding: 15px 25px;
    border: none;
    border-radius: 8px;
    font-size: 22px;
    color: grey;
    font-weight: 300;
    margin-bottom: 25px;
    width: calc(100% - 50px);
}

.page .main .corps > center.login > div input[type="submit"] {
    background-color: #0071ab;
    color: white;
    border: none;
    font-size: 16px;
    font-weight: 300;
    display: block;
    padding: 15px 25px;
    border-radius: 8px;
    cursor: pointer;
    cursor: hand;
    transition: background-color .3s;
}

    .page .main .corps > center.login > div input[type="submit"]:hover, .page .main .corps > center.login > div input[type="submit"]:focus {
        background-color: #00afcf;
    }

.page .main .corps > center.login table {
    width: 100%;
}

    .page .main .corps > center.login table tr td[width*="25"] {
        display: none !important;
    }

    .page .main .corps > center.login table ~ span {
        color: white;
        font-size: 12px;
    }

        .page .main .corps > center.login table ~ span:after {
            content: "\000A";
            white-space: pre;
        }

        .page .main .corps > center.login table ~ span ~ a {
            color: white;
            font-size: 12px;
            text-decoration: underline;
        }

.page .main .corps > span, .page .main .corps > br {
    line-height: 20px;
}

.page .main .corps ul input[type="text"] {
    border: 2px solid #D1D7DC !important;
    border-radius: 2px !important;
}

.page .footer {
    padding: 20px 20px;
    background-color: #56575C;
    margin-top: 50px;
    width: initial !important;
    margin-left: -15px;
    margin-right: -15px;
    color: white;
    width: 100%;
    border: none;
}

@media (max-width: 767px) {
    .page .footer {
        margin: 50px 0 0;
    }
}

.page .home {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-row-gap: 0px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    padding: 30px 15px 27px;
    background: #45484d;
    background: -moz-linear-gradient(top, #45484d 0%, #272627 100%);
    background: -webkit-linear-gradient(top, #45484d 0%, #272627 100%);
    background: linear-gradient(to bottom, #45484d 0%, #272627 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#272627',GradientType=0 );
    margin: 0;
}

@media (max-width: 991px) {
    .page .home {
        grid-column-gap: 10px;
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-row-gap: 10px;
        -ms-grid-rows: auto 10px auto;
        grid-template-rows: auto auto;
    }
}

@media (max-width: 767px) {
    .page .home {
        grid-column-gap: 10px;
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 574px) {
    .page .home {
        grid-column-gap: 0px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-row-gap: 10px;
        -ms-grid-rows: auto 10px auto 10px auto 10px auto 10px auto;
        grid-template-rows: auto auto auto auto auto;
    }
}

.page .home *::selection {
    background-color: #ffffff;
}

.page .home > div {
    animation: none;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    border: none;
    background-image: none;
    background-color: #343334;
}

    .page .home > div.valid span {
        color: white !important;
    }

    .page .home > div.valid div {
        color: #00afcf;
    }

        .page .home > div.valid div:after {
            content: "\f00c";
            font-family: 'Font Awesome 5 Pro';
            font-weight: 300;
            font-size: 128px;
            color: #e0e0e0;
            position: absolute;
            top: calc(100% - 20px);
            transform: translate(-50%, -100%);
            left: 50%;
        }

    .page .home > div.not-valid {
        cursor: pointer;
        cursor: hand;
    }

        .page .home > div.not-valid div {
            color: #f3931a;
        }

            .page .home > div.not-valid div:after {
                content: "\f46d";
                font-family: 'Font Awesome 5 Pro';
                font-weight: 300;
                font-size: 128px;
                color: #e0e0e0;
                position: absolute;
                top: calc(100% - 30px);
                transform: translate(-50%, -100%);
                left: 50%;
            }

        .page .home > div.not-valid:before {
            content: '';
            width: 0%;
            height: 3px;
            background: #00afcf;
            position: absolute;
            bottom: 0;
            right: 0;
            transition: width .3s;
        }

        .page .home > div.not-valid:hover:before {
            width: 100%;
            left: 0;
        }

    .page .home > div.certificate div:after {
        color: gray;
        content: "\f15c";
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        font-size: 128px;
        position: absolute;
        top: calc(100% - 30px);
        transform: translate(-50%, -100%);
        left: 50%;
    }

    .page .home > div.certificate.available div:after {
        color: #e0e0e0;
        cursor: pointer;
    }

    .page .home > div.no-scan div {
        color: #ff3019;
    }

        .page .home > div.no-scan div:after {
            color: grey;
            content: "\f00d";
            font-family: 'Font Awesome 5 Pro';
            font-weight: 300;
            font-size: 128px;
            color: #e0e0e0;
            position: absolute;
            top: calc(100% - 30px);
            transform: translate(-50%, -100%);
            left: 50%;
        }

    .page .home > div div {
        left: 50%;
        transform: translateX(-50%);
        background-image: none !important;
    }

        .page .home > div div input {
            display: none;
        }

.page .home .homej1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1/2;
    grid-row: 1/2;
}

.page .home .homej2 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 2/3;
    grid-row: 1/2;
}
.page .home #MainContent_divQg{
cursor: pointer;
}

@media (max-width: 574px) {
    .page .home .homej2 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-column: 1/2;
        grid-row: 2/3;
    }
}

.page .home .homej3 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 3/4;
    grid-row: 1/2;
}

@media (max-width: 574px) {
    .page .home .homej3 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        grid-column: 1/2;
        grid-row: 3/4;
    }
}

.page .home .homeQg {
    -ms-grid-column: 7;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 4/5;
    grid-row: 1/2;
}

@media (max-width: 767px) {
    .page .home .homeQg {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-column: 1/2;
        grid-row: 2/3;
    }
}

@media (max-width: 574px) {
    .page .home .homeQg {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 7;
        -ms-grid-row-span: 1;
        grid-column: 1/2;
        grid-row: 4/5;
    }
}

.page .home .divDlCertif {
    -ms-grid-column: 9;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 5/6;
    grid-row: 1/2;
}

@media (max-width: 991px) {
    .page .home .divDlCertif {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-column: 1/2;
        grid-row: 2/3;
    }
}

@media (max-width: 767px) {
    .page .home .divDlCertif {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-column: 2/3;
        grid-row: 2/3;
    }
}

@media (max-width: 574px) {
    .page .home .divDlCertif {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 9;
        -ms-grid-row-span: 1;
        grid-column: 1/2;
        grid-row: 5/6;
    }
}

input[type="radio"] {
    display: none;
}

    input[type="radio"]:checked ~ label:after {
        background-color: #70D2E4;
        border-color: #70D2E4;
    }

    input[type="radio"] ~ label {
        padding: 0px 15px 0 32px;
        display: inline-block;
        text-align: left;
        color: #3C454C;
        cursor: pointer;
        cursor: hand;
        position: relative;
        z-index: 2;
        transition: color 200ms ease-in;
        overflow: hidden;
    }

        input[type="radio"] ~ label:after {
            width: 18px;
            height: 18px;
            content: '';
            border: 2px solid #D1D7DC;
            background-color: #fff;
            background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
            background-repeat: no-repeat;
            background-position: -3px -2px;
            border-radius: 50%;
            z-index: 2;
            position: absolute;
            left: 0;
            cursor: pointer;
            transition: all 200ms ease-in;
        }

    input[type="radio"]:after {
        background-color: #54E0C7;
        border-color: #54E0C7;
    }

.trip table tr:nth-child(odd) td li {
    background: #f1f1f1 !important;
}

.trip table tr td li {
    padding: 0 10px;
    min-height: 50px;
}

  .trip   table tr td li div {
        transform: translate(-500%, -10px);
    }

       .trip  table tr td li div input[type="checkbox"] {
            width: 0;
            height: 0;
        }

         .trip    table tr td li div input[type="checkbox"]:after {
                width: 20px;
                height: 20px;
                content: '';
                border: 2px solid #D1D7DC;
                background-color: #fff;
                background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
                background-repeat: no-repeat;
                background-position: -1px -1px;
                border-radius: 50%;
                z-index: 2;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(calc(-50% - 1px));
                cursor: pointer;
                transition: all 200ms ease-in;
            }

          .trip   table tr td li div input[type="checkbox"]:checked:after {
                background-color: #70D2E4;
                border-color: #70D2E4;
            }

table[id*="MainContent_rptrParticipantSession_rptrParticipantIntervention"],
ul li table {
    width: 100% !important;
}

    table[id*="MainContent_rptrParticipantSession_rptrParticipantIntervention"] tr td,
    ul li table tr td {
        display: inline-block;
    }

table.GEAnswer > tbody > tr {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 0px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

@media (max-width: 767px) {
    table.GEAnswer > tbody > tr {
        grid-column-gap: 10px;
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 10px;
        -ms-grid-rows: auto 10px auto;
        grid-template-rows: auto auto;
    }
}

@media (max-width: 574px) {
    table.GEAnswer > tbody > tr {
        grid-column-gap: 0px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-row-gap: 10px;
        -ms-grid-rows: auto 10px auto 10px auto 10px auto;
        grid-template-rows: auto auto auto auto;
    }
}

table.GEAnswer > tbody > tr td {
    width: 100% !important;
}

    table.GEAnswer > tbody > tr td table[id="MainContent_rdBtnLstGEWorkingMode3"] tr:nth-child(2) {
        position: relative;
    }

        table.GEAnswer > tbody > tr td table[id="MainContent_rdBtnLstGEWorkingMode3"] tr:nth-child(2) td {
            width: 50% !important;
        }

            table.GEAnswer > tbody > tr td table[id="MainContent_rdBtnLstGEWorkingMode3"] tr:nth-child(2) td:nth-child(2) {
                position: relative;
                top: -6px;
            }

    table.GEAnswer > tbody > tr td:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-column: 1/2;
        grid-row: 1/2;
    }

    table.GEAnswer > tbody > tr td:nth-child(2) {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-column: 2/3;
        grid-row: 1/2;
    }

@media (max-width: 574px) {
    table.GEAnswer > tbody > tr td:nth-child(2) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-column: 1/2;
        grid-row: 2/3;
    }
}

table.GEAnswer > tbody > tr td:nth-child(3) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 3/4;
    grid-row: 1/2;
}

@media (max-width: 767px) {
    table.GEAnswer > tbody > tr td:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-column: 1/2;
        grid-row: 2/3;
    }
}

@media (max-width: 574px) {
    table.GEAnswer > tbody > tr td:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        grid-column: 1/2;
        grid-row: 3/4;
    }
}

table.GEAnswer > tbody > tr td:nth-child(4) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 4/5;
    grid-row: 1/2;
}

@media (max-width: 767px) {
    table.GEAnswer > tbody > tr td:nth-child(4) {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-column: 2/3;
        grid-row: 2/3;
    }
}

@media (max-width: 574px) {
    table.GEAnswer > tbody > tr td:nth-child(4) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 7;
        -ms-grid-row-span: 1;
        grid-column: 1/2;
        grid-row: 4/5;
    }
}

#MainContent_TlktVldtrFirstName_popupTable{
    display : none;
}

.highlight{
    border: 1px solid red;
    background-color: transparent;
}


.loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #242f3f;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}


/*# sourceMappingURL=style.css.map */
