﻿
/* Generic s360 survey rendering */

/* NOTE: ALL QUESTIONS MUST BE "Place question above response = Y" DESIGN MUST BE "Control question flow = L" */


body.s360_printmode {


}



body {
    font-size: 16px;
}

body.s360_access_bigsz {
    font-size: 18px;
}

body.s360_access_biggersz {
    font-size: 20px;
}

#s360_hiddenQs {
    display: none;
}

.cobj4_justgoaway {
    display: none !important;
}


#s360_surveyHeader img, .s360_intro img { /*IE10 border default */
    border: none;
}

#s360_surveyProgress_ctn.s360_surveyProgress_ctn_ready {

    width: 100%;
    min-width: auto;

}


/* TRUMBOWYG Editor */

.s360_surveyBody .s360_editor_ctn {

    width: 100%;
    height: 300px;
    text-align:left;
    background: white;
    box-sizing:border-box;

}


    .s360_surveyBody .s360_editor_ctn.trumbowyg-editor table.table td {
        border: 1px dotted #CCCCCC;
        padding: 8px;
    }

.s360_surveyBody .s360_editor_sink {
    width: 1px;
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
}


/* DIALOGS */

.cobj4_popmsg {
    position: fixed;
    width: 50%;
    height: 300px;
    z-index: 3000;
    top: 25%;
    left: 25%;
    background: white;
    border: 1px solid;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: -73px 0px 12px -2px rgba(206,195,195,0.38);
    -webkit-box-shadow: -73px 0px 12px -2px rgba(206,195,195,0.38);
    -moz-box-shadow: -73px 0px 12px -2px rgba(206,195,195,0.38);
}

    .cobj4_popmsg > div {
        width: 100%;
        height: 100%;
        background-color: #f7f7f7;
    }

    .cobj4_popmsg table {
        width: 100%;
        height: 100%;        
    }

    .cobj4_popmsg .cobj4_closeX, .cobj4_popmsg .cobj4_btnBorder {
        cursor: pointer;
        font-size: 1.1em;

    }

    .cobj4_popmsg .cobj4_closeX:hover, .cobj4_popmsg .cobj4_btnBorder:hover {
        text-decoration: underline;
    }

    .cobj4_popmsg table td {
        text-align: center;
        vertical-align: top;
    }

    .cobj4_popmsg table .dialog_lef {
        width: 100%;
    }
/* END OF DIALOG */


/* Simple input types */
.s360_surveyBody SELECT {
    width: 100%;
    max-width: 400px;
}

.s360_surveyBody input[type=text] {
    width: 100%;
    max-width: 300px;
}




/* Progress - remaining Q's */
#s360_surveyProgress_ctn {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 10%;
    min-width: 90px;
    height: 70px;
    box-sizing: border-box;
    border: 1px solid #999999;
    background: #0075ff;
    color: white;
    z-index: 2;
    padding: 2px;
}


#s360_surveyProgress {
    width: 100%;
    height: 100%;

}

#s360_surveyProgress_btn {
    width: 100%;
    height: 100%;
    font-size: 1.1em;
    text-align: center;
    font-weight: bold;
}

#s360_surveySubmit_btn {
    width: 100%;
    height: 100%;
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
    line-height: 70px;
}

#s360_surveyProgress div {
    text-decoration: underline;
    cursor: pointer;
}

.s360_lite_hi.curq_a {
    background: rgba(249,243,75,0.49) !important;
}


/* RESOURCES */

.s360_lite_iframe {
    width: 100%;
    box-sizing: border-box;
    border: none;
    overflow: hidden;
    opacity: 1;
    /*transition: opacity, height ease 200ms;*/
    padding:0px;
}

.s360_lite_iframe.s360_lite_iframe_S {
    transition: opacity ease 4200ms;
}


/* Non-background */
.s360_lite_iframe.s360_lite_iframe_shrink {
    /*height: 1px !important;
    opacity: 0 !important;*/
}

/* Background */
.s360_lite_iframe.s360_lite_iframe_shrink_S {   
    opacity: 0 !important;
}


.s360_iframe_r_td {

    width: 50%;

}

.s360_iframe_r_txtTd, .s360_iframe_r_rspTd {

    vertical-align: top;

}

.s360_iframe_r_txtTd {
    height: 20px;
}

div#s360_iframe_bg {

    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: -1;
/* NO Z-INDEX!! */
}

/* Multi-colour backgrounds aligned to sections */

div#s360_multi_bg_ctn {
    box-sizing: border-box;
    width: 100%;
    height:100%;
    background: black;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    /*overflow: hidden;*/
}

div.s360_multi_bg {
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #0075ff;
    position: absolute;

}

div#s360_multi_bg_ctn div.s360_multi_bg:last-child {
    border-bottom: 1px solid #0075ff;
}


div#s360_iframe_bg .s360_lite_iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

div.s360_iframe_body_noBg {

    background-color: transparent !important;

}





.s360_iframe_wait {
    width: 100%;
    height: 30px;
    background-image: url(Images/zz5h.gif);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}


/* INDEX */

.s360_section_head {
    box-sizing: border-box;
    width: 99%;
    min-width: 200px;
    height: 46px;
    font-size: 1.3em;
    font-size: calc(16px + 4 * ((100vw - 320px) / 680)); /* 16 @ 320 to 19 @ 1000 */
    line-height: 40px;
    background: white;
    border: none;
    padding: 3px 0px 3px 7px;
    text-align: left;
    /* font-weight: bold; */
    display: inline-block;
    background: #0075ff;
    color: white;
    vertical-align: middle;
    overflow: hidden;
}

    .s360_section_head.s360_section_head_checkSize {
        width: auto;
        min-width: auto;
        padding-right: 7px;
    }

.s360_section_head_spacer {
    width: 1px;
    height: 46px;
    border: none;
    display: inline-block;
    vertical-align: middle;
}
.s360_section_head_spacer.s360_section_head_spacer_active {
        width: 95%;
        height: 46px;
        border: none;
}


.s360_section_head.s360_section_head_fix.s360_section_head_fix_slide {

    transition: margin-left ease 200ms;
}

.s360_section_head.s360_section_head_cur.s360_section_head_fix {
    background: #0075ff;
    color: white;
    box-shadow: -73px 0px 12px -2px rgba(206,195,195,0.38);
    -webkit-box-shadow: -73px 0px 12px -2px rgba(206,195,195,0.38);
    -moz-box-shadow: -73px 0px 12px -2px rgba(206,195,195,0.38);
    font-size: 1.3em;
    font-size: calc(16px + 4 * ((100vw - 320px) / 680)); /* 16 @ 320 to 19 @ 1000 */
}

.s360_section_head.s360_section_head_fix {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 4;
    /*transition: width ease 200ms;*/
    background: #F0F0F0;
    color: #666666;
    border: 1px solid #444444;
}

    .s360_section_head.s360_section_head_fix:hover {

        text-decoration: underline;
        cursor: pointer;

    }

.s360_section_head.s360_section_abs {
    position: absolute;
    z-index: 200000000;
    width: auto;
    right: 0;
}

#s360_progress_bar {
    position: fixed;
    z-index: 200000002;
    height: 6px;
    box-sizing: border-box;
    background: #12e11b;
    width: 0%;
    top: 0;
    left: 0;
    transition: width ease 100ms;
    border-right: 6px solid #fff;
}

#s360_progress_bar_under {
    position: fixed;
    z-index: 200000001;
    height: 1px;
    box-sizing: border-box;
    background: white;
    width: 0;
    top: 0;
    left: 0;
}


.s360_sections_rel {
    position: relative;
}




/* ACCESSIBILITY */
.s360_access_opt_off {
    display: none;
}

#google_translate_element {
    float: left;
    padding: 0;
    margin-top: 10px;
    margin-right: 10px;
}
    #google_translate_element > div {
        background-color: #EEEEEE;
    }

#s360_access_opt_reveal {
    float: right;
    padding: 0 10px 0 0px;
    line-height: 54px;
    height: 56px;
    border: 1px white solid;
    cursor: pointer;
    margin-bottom: 10px;
    box-sizing: border-box;
    background: #0075ff;
    color: white;
    font-weight: bold;
}

#s360_access_opt_open, #s360_access_opt_close {
    box-sizing: inherit;
    width: 19px;
    float: left;
    padding: 0;
    background-color: #0075ff;
    color: white;
    /* margin-right: 10px; */
    border-color: #0075ff;
    border-style: solid;
    border-width: 0 1px 0 0;
    cursor: pointer;
    margin: 0 5px 0 0;
    background-size: 20px 40px;
    background-repeat: no-repeat;
    background-position: center;
}

#s360_access_opt_open {
    height: 54px;
    background-image: url(Images/cobj/arrow_left_white.png);
}

#s360_access_opt_close {
    background-image: url(Images/cobj/arrow_right_white.png);
    height: 44px;
}
    /*
    opacity: 1;
    transition-property: opacity;
    transition-duration: 1s;
}

    #s360_access_opt_reveal.s360_access_opt_reveal_hide {
        opacity: 0;
    }
    */
    #s360_access_opt_reveal:hover {
        text-decoration: underline;
    }


    #s360_access_opt_reveal span::before {
        content: 'Display options';
        white-space: nowrap;
    }


#s360_access_opt_ctn {
    float: right;
    border: 1px solid #0075ff;
    padding: 3px 0 4px 0;
    background: #0075ff;
    margin-bottom: 10px;
    position: relative;
    max-width: 150px; /* for transition */
    overflow: hidden;
    transition-property: max-width;
    transition-duration: 1s;
    box-sizing: border-box;
}

    #s360_access_opt_ctn.s360_access_opt_ctn_fixHeight {
        height: 56px;
    }

    #s360_access_opt_ctn.s360_access_opt_ctn_open {
        max-width: 100%;
      
    }

#s360_access_opt_title {
    font-size: 1em;
    color: black;
    float: left;
    padding: 4px 10px 4px 0px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
}
    /*#s360_access_opt_title:hover {
        text-decoration: underline;
    }*/

    #s360_access_opt_title span::before {
        content: 'Display options';
        white-space: nowrap;
    }
    #s360_access_opt_title span *::first-letter {
        font-weight: bold;
        font-size: 1.2em;
    }

.s360_access_opt {
    box-sizing: border-box;
    padding: 0px 4px 0px 4px;
    float: left;
    line-height: 25px;
    height: 25px;
    cursor: pointer;
    border-color: #CCCCCC;
    border-width: 0 0 0 1px;
    border-style: solid;
    text-align: center;
}

#s360_access_opt_sz .s360_access_opt:first-child {
    border-left-width: 0;
}


.s360_access_opt:hover {
    text-decoration: underline;
}

.s360_qIndex {
    display: none;
}


/* Size options */

#s360_access_opt_sz, #s360_access_opt_point {
    border: 1px solid #CCCCCC;
    float: left;
    padding: 0;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 4px;
    color: #111111;
}

    #s360_access_opt_sz > div {
        font-weight: bold;
    }



.s360_access_opt_stdsz {
    font-size: 16px;
    min-width: 60px;
}

.s360_access_opt_stdsz span::before {
    content: 'A';
    white-space: nowrap;
}

.s360_access_opt_bigsz {
    font-size: 18px;
    min-width: 60px;
}

.s360_access_opt_bigsz span::before {
    content: 'A+';
    white-space: nowrap;
}

.s360_access_opt_biggersz {
    font-size: 20px;
    min-width: 60px;
}

.s360_access_opt_biggersz span::before {
    content: 'A++';
    white-space: nowrap;
}


/* END size options */


/* Colour options */

#s360_access_opt_clr {
    border: 1px solid #CCCCCC;
    float: left;
    padding: 0;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#s360_access_opt_clr .s360_access_opt:first-child {
    border-left-width: 0;
}


.s360_access_opt_hivis {
    background-color: black;
    color: yellow;
    min-width: 100px;
}

.s360_access_opt_hivis span::before {
    content: 'Yellow / Black';
    white-space: nowrap;

}

.s360_access_opt_maxbow {
    background-color: white;
    color: black;
    min-width: 100px;
}

.s360_access_opt_maxbow span::before {
    content: 'Black / White';
    white-space: nowrap;
}

.s360_access_opt_std {
    background-color: #E0E0E0;
    color: #111111;
    min-width: 100px;
}

.s360_access_opt_std span::before {
    content: 'Standard';
    white-space: nowrap;
}

/* END colour options */

.s360_access_opt_narrow {
    background: url(Images/acc_narrow.png) no-repeat #F0F0F0;
    background-size: 70px 46px;
    background-position-x: -12px;
    background-position-y: -10px;
    height: 25px;
    width: 50px;
    border-width: 1px;
    padding: 0;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}


/* The application of the accessibility options to the page */
body.s360_access_hivis *:not(.s360_noaccess_vis) {
    background-color: #111111 !important;
    color: yellow !important;
}


body.s360_access_maxbow *:not(.s360_noaccess_vis) {
    background-color: white !important;
    color: black !important;
}

/* Dark mode 
@media (prefers-color-scheme: dark) {
    body *:not(.s360_noaccess_vis):not(.curq_a):not(.s360_surveyBody) {
        background-color: black !important;
        color: white !important;
    }
    .curq_a {
        background-color: #222222 !important;
    }
    #s360_surveyBody {
        background-color: #222222;
    }
}
    */



body.s360_access_hivis ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

body.s360_access_hivis :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

body.s360_access_hivis ::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}

body.s360_access_maxbow ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #111111;
    opacity: 1; /* Firefox */
}

body.s360_access_maxbow :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #111111;
}

body.s360_access_maxbow ::-ms-input-placeholder { /* Microsoft Edge */
    color: #111111;
}

/* Get rid of banner */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}
/* End of get rid of banner */

select.goog-te-combo {
    line-height: 26px;
    height: 26px;
    font-size: 16px;
    margin: 0 0px 4px 0 !important;
    border-color: #CCCCCC;
}



.s360_letterBox_off {
    display: none;
}

.s360_letterBox_hide {
    display: none;
}

.s360_letterBox_tpl {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background: none;
    z-index: 2100000000;
    box-sizing: border-box;
}

.s360_letterBox {
    position: fixed;
    background-color: black;
    z-index: 2100000000;
    box-sizing: border-box;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.s360_letterBox_l {
    top: 0;
    left: 0;
    bottom: 0;
}

.s360_letterBox_r {
    top: 0;
    right: 0;
    bottom: 0;
}

.s360_letterBox_t {
    top: 0;
    left: 0;
    right: 0;
}

.s360_letterBox_b {
    right: 0;
    left: 0;
    bottom: 0;
}



.s360_surveyBody table {
    border-width: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(images/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(images/MaterialIcons-Regular.woff2) format('woff2'), url(images/MaterialIcons-Regular.woff) format('woff'), url(images/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: 'liga';
}


/* RESPONSE */

.s360_surveyBody.s360_response {

    background: white;
    min-height: 400px;
    border: 4px solid black;
   
}

    .s360_surveyBody.s360_response div.s360_response_icon span::after {
        content: 'checkbox';
        color: #204393;
        font-size: 4em;
    }

    .s360_surveyBody.s360_response div.s360_response_icon {
        float: left;
        width: 4em;
        height: 4em;
    }

    .s360_surveyBody.s360_response .s360_response_msg {
        float: left;
        box-sizing: inherit;
    }


/* END RESPONSE */



/* SURVEY BODY */

.s360_surveyBody {
    width: 100%;
    /*text-align: center; 2022-12-14...KEEP AN EYE ON THIS BEING REMOVED */
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;

}

    .s360_surveyBody.s360_responseDefault {
        display: block;
        align-items: center;
        justify-content: center;
        font-size: 1em;
    }

    .s360_surveyBody a, .s360_surveyBody label {
        text-decoration: none;
        color: #555555;

        /*   font-size: 1em;*/
    }

    .s360_surveyBody label {
        -webkit-user-select: none; /* Chrome/Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE10+ */
        -o-user-select: none;
        user-select: none;
    }

    .s360_surveyBody table.s360_anc2lab td {
        vertical-align: middle;
    }



/* END SURVEY BODY */

/* BUTTONS */

        .s360_surveyBody a:hover, .s360_surveyBody label:hover {
            text-decoration: underline;
            cursor: pointer;

        }

    .s360_surveyBody a.sbtn_send {
        display: inline-block;
    }

    .s360_surveyBody input.sbtn_back, .s360_surveyBody input.sbtn_next, .s360_surveyBody input.sbtn_restart, .s360_surveyBody a.sbtn_send {
        text-align: center;
        border-width: 0;        
        padding: 10px 0 10px 0;
        font-weight: bold;
        cursor: pointer;
        box-sizing: inherit;
        width: 10%;
        min-width: 100px;
    }

        .s360_surveyBody a.sbtn_send {
            color: white;
            background: black;
        }


        .s360_surveyBody input.sbtn_next {
            color: white;
            background: black;
        }

        .s360_surveyBody input.sbtn_back {
            color: white;
            background: #666666;
        }



        .s360_surveyBody input.sbtn_restart {
            color: #333333;
            background: #EEE;

        }

    .s360_surveyBody a.sbtn_send {
        background: black;
    }

    /* Last page buttons */
    .s360_surveyBody div.s360_pg_end input.sbtn_back {
        float: left;
        margin-left: 3px;
    }

    .s360_surveyBody div.s360_pg_end input.sbtn_restart {
        margin-top: 40px;
    }

    .s360_surveyBody div.s360_pg_end span.sbtn_send {
        float: right;
        margin-right: 3px;
    }

    .s360_surveyBody div.s360_pg_end a.sbtn_send {
        float: right;
    }


    .s360_surveyBody input.sbtn_back:hover, .s360_surveyBody input.sbtn_next:hover, .s360_surveyBody input.sbtn_restart:hover, a.sbtn_send:hover {
        text-decoration: underline;

    }

    input.sbtn_hide {
        display: none;
    }

/* END BUTTONS */


/* SURVEY PAGES */

/* Each page - including last */
.s360_surveyBody div.pagediv, .s360_surveyBody div.s360_pg_end {
    max-width: 600px;
    width: 100%;
    background: white;
    box-sizing: inherit;
    min-height: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow-x: hidden;
}

/* 2022-12-14: Border */

.s360_surveyBody table.curq_a.s360_border,
.s360_surveyBody table.stdq_a.s360_border,
.s360_surveyBody table.dimq_a.s360_border,
.s360_surveyBody table.doneq_a.s360_border {
    margin-bottom: 0;
}

.s360_border div.s360_qtextv {
    padding-top: 0;
}



.s360_surveyBody div.pagediv table.s360_border {
    border-style: solid;
    border-color: #9fa0a1;
}

    .s360_surveyBody div.pagediv table.s360_border:not(.s360_group) {
        border-width: 2px 2px 2px 2px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .s360_surveyBody div.pagediv table.s360_group.s360_border {
        border-top-width: 2px;
        border-right-width: 2px;
        border-left-width: 2px;
        margin-bottom: 0px;

    }

        .s360_surveyBody div.pagediv table.s360_group.s360_border:not(.s360_borderEnd) + table.s360_group.s360_border {
            border-top-width: 1px;
            border-top-style: dotted;
            border-top-color: #9fa0a1;
            margin-top: 0;
        }

    .s360_surveyBody div.pagediv table.s360_group.s360_border.s360_borderEnd {
        border-bottom-width: 2px;
        margin-bottom: 20px;
    }

    /* Indent for grouped, bordered response */
.s360_surveyBody div.pagediv td.s360_listIndent.rotatedhalf {
    padding-left: 30%;
}


.s360_surveyBody div.pagediv td.s360_listIndent.rotatednone {
    padding-left: 10%;
}


.s360_next {
    text-align: right;
}

    .s360_back {
        text-align: left;
    }

    .dimqBtn_a td.response {
        width: 100%;
    }






/* Page doesn't waste space if on dashboard survey */
.s360_surveyBody.cobj_form div.pagediv {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

.s360_surveyBody div.pagediv table.dimq_a {
    display: none;
}

/* Support for leaving buttons */

.s360_surveyBody div.pagediv table.dimq_a.dimqBtn_a {
    display: block;
}

.s360_surveyBody div.pagediv table.dimq_a.dimqBtn_a > tbody > tr:first-child  {
    /*display: none;*/
    visibility: collapse;
}
.s360_surveyBody div.pagediv table.dimq_a.dimqBtn_a > tbody > tr:last-child tr {
    /*display: none;*/
    visibility:collapse;
}
.s360_surveyBody div.pagediv table.dimq_a.dimqBtn_a > tbody > tr:last-child tr:last-child {
    /*display: block;*/
    visibility: visible;
}

.s360_surveyBody div.pagediv table.dimq_a.dimqBtn_a .response > table {
    table-layout:fixed;
}

.s360_surveyBody div.pagediv table.dimq_a.dimqBtn_a .response table .thin {
    display:none;
}

#errProceed {
    color: #0075ff;
    border-top: 2px solid #0075ff;
    padding: 4px 0 0 0;
    margin-top: 4px;
    margin-bottom: 6px;
    cursor: pointer;
}

    #errProceed:hover {
        text-decoration: underline;
    }

    .s360_surveyBody #s360_close {
    }



.s360_surveyBody div.pagediv div.s360_intro {

    border-bottom: 1px solid #333333;
    box-sizing: border-box;
    padding: 0 0 20px 3px;
    margin: 0 0 20px 0;
    text-align: left;
    /*float:left;*/

}

    .s360_surveyBody div.s360_pg_end p.msg {
        border-bottom: 1px solid #333333;
        box-sizing: border-box;
        padding: 0 0 20px 3px;
        margin: 0 0 20px 0;
        text-align: left;
    }



/* Each page table format */




.s360_surveyBody div.pagediv table {
    width: 100%;
    box-sizing: border-box;
}

.s360_surveyBody div.pagediv > table {
    width: 97%;
    margin-left:3%;
}

/* No restrictions if on dashboard */
.cobj_docks_container .s360_surveyBody div.pagediv > table {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
}

table.cobj_table_dash .cobj_actlist_ctn td {
    padding-top: 0px;
    padding-bottom: 0px;
}

.cobj_docks_container .s360_surveyBody div.pagediv table.stdq_a td.response > table,
.cobj_docks_container .s360_surveyBody div.pagediv table.curq_a td.response > table,
.cobj_docks_container .s360_surveyBody div.pagediv table.dimq_a td.response > table,
.cobj_docks_container .s360_surveyBody div.pagediv table.doneq_a td.response > table {
    width: 100%;
    margin-left: 0;
}

.cobj_docks_container table.linesonoff.integrated {
    table-layout: fixed;
}

/* Indented question */
.s360_surveyBody div.pagediv table.s360_group {
    width: 94%;
    margin-left: 6%;
    box-sizing: border-box;
    margin-bottom: 10px;
    
}

    .s360_surveyBody div.pagediv table.s360_group:not(.s360_border) + table.s360_group {
        border-top: 1px dotted;
    }


/* Gap before question */
    .s360_surveyBody div.pagediv table.s360_gap {
        margin-top: 12px;
    }





    .s360_surveyBody div.pagediv table td {
        box-sizing: border-box;
        border-width: 0;
    }

            /* Space under the question text */
            .s360_surveyBody div.pagediv table tr:first-child td.thin input.stdq {
                margin-top: 0;
            }


            /* Space under the question responses */
            .s360_surveyBody div.pagediv table td.thin input.stdq {
                margin-top: 0; /*20px;*/
            }





/* Integrated tables format */


.s360_surveyBody div.pagediv td.response table.linesonoff.integrated > tbody > tr > td {

    vertical-align: top;
    text-align: left;

}

.s360_surveyBody div.pagediv td.response table.linesonoff.integrated > tbody > tr > td > div.s360_qtext2 {
    font-weight: bold;
    font-size: 0.8em;
}

/* Smaller text on dashboard forms */
.s360_surveyBody.cobj_form div.pagediv td.response table.linesonoff.integrated > tbody > tr > td td {
    font-size: 0.8em;
    line-height: normal;
}

.s360_surveyBody.cobj_form table.s360_qtable {
    margin: 0;
    width: 100%;
}

.s360_surveyBody.cobj_form div.pagediv table.s360_qtable td.response > table {
    margin: 0;
    width: 100%;
}

.s360_surveyBody.cobj_form TD {
    padding: 0;
    margin: 0;
}

.s360_surveyBody.cobj_form table.linesonoff.integrated div.s360_qtext2.s360_editable {

    cursor: pointer;

}


/* Doubles up on previous?
.s360_surveyBody.cobj_form a {
    font-size: 0.8em;
}
    */
/* END Integrated tables */
/* Additional forms tailoring */
.s360_surveyBody.cobj_form input.list, .s360_surveyBody.cobj_form input.listalt, .s360_surveyBody.cobj_form input.wf, .s360_surveyBody.cobj_form select.wf, .s360_surveyBody.cobj_form textarea.wf {
    width: auto;
    background: #f3f2f1;
    border: none;
    padding: 8px;
    border-radius: 2px;
}

/* CODEFRAME S360LITE */

.cobj_actlist_ctn.s360_editable {
    position: relative;
}

/* Edit box for question */
.cobj_actlist_ctn.s360_editable .s360_qedit_ctn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    background: white;
    border: 1px solid black;
}

    .cobj_actlist_ctn.s360_editable .s360_qedit_ctn textarea {
        position: absolute;
        top: 24px;
        width: 100%;
        bottom: 40px;
        left: 0;
        z-index: 1;
        box-sizing: inherit;
        border-width: 1px 0px 1px 0px;
    }

    .cobj_actlist_ctn.s360_editable .s360_qedit_ctn div.s360_qedit_lab {
        position: absolute;
        margin-left: 2px;
        box-sizing: inherit;
        line-height: 24px;
    }

    .cobj_actlist_ctn.s360_editable .s360_qedit_ctn div.s360_qedit_close {
        position: absolute;
        margin-right: 2px;
        right: 0;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        box-sizing: inherit;
        cursor: pointer;
        
    }

    .cobj_actlist_ctn.s360_editable .s360_qedit_ctn div.s360_qedit_btn {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 66px;
        margin-left: -33px;
        margin-bottom: 2px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        cursor: pointer;
        box-sizing: inherit;
        border: 1px solid #CCCCCC;
    }

    .s360_surveyBody.cobj_form input.cobj_q_analog_ctl {
        display: none;
    }

.s360_surveyBody.cobj_form .cobj_q_analog_negend, .s360_surveyBody.cobj_form .cobj_q_analog_posend {
    width: 100%;
    font-size: 1.7em;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.s360_surveyBody.cobj_form .curq_a {
    background: none;
}

.s360_surveyBody.cobj_form .cobj_q_analog_negend {
    background: white !important;
    color: red;
}
.s360_surveyBody.cobj_form .cobj_q_analog_posend {
    background: white !important;
    color: darkgreen;
}

.s360_surveyBody.cobj_form .cobj_q_analog_neg, .s360_surveyBody.cobj_form .cobj_q_analog_pos {
    min-width: 30px;
    width: 100%;
    height: 20px;
    position: relative;
    cursor: pointer;
}



.s360_surveyBody.cobj_form .cobj_q_analog_neg {
    background: white;
}

.s360_surveyBody.cobj_form .cobj_q_analog_pos {
    background: white;
}

.s360_surveyBody.cobj_form .cobj_q_analog_negtick, .s360_surveyBody.cobj_form .cobj_q_analog_postick {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.s360_surveyBody.cobj_form .cobj_q_analog_tab td:first-child, .s360_surveyBody.cobj_form .cobj_q_analog_tab td:last-child {
    width: 50px;
}


.s360_surveyBody.cobj_form .cobj_q_analog_tab {
    max-width: 140px;
}


.s360_surveyBody.cobj_form .cobj_q_analog_negptr, .s360_surveyBody.cobj_form .cobj_q_analog_posptr {
    /*width: 1px;
    background: #CCCCCC;
    height: 20px;
    position: absolute;*/
    display: none !important;
}

.s360_surveyBody.cobj_form div.pagediv table.cobj_q_analog_tab td {

    border: 1px solid #CCCCCC;

}

/* Selecting the numlist table */
.s360_surveyBody.cobj_form div.s360_qtext2 + [id^=dncpy_] > div > div > table {

    max-width: 400px;

}

.s360_surveyBody.cobj_form .cobj_q_analog_postick, .s360_surveyBody.cobj_form .cobj_q_analog_negtick {
    display: none; /* avoid bug on first click */
}

/* Grid format e.g. tags */
.s360_surveyBody.cobj_form div.pagediv td.response table.linesonoff.integrated > tbody > tr > td > .s360_qtext2 + table td {
    border: 1px solid #CCCCCC;
    vertical-align: middle;
    padding-left: 2px;
}

.s360_surveyBody.cobj_form div.pagediv td.response table.linesonoff.integrated > tbody > tr > td > .s360_qtext2 + table tr:hover td {
    text-decoration: underline;
    background: #F0F0F0;
}

.s360_surveyBody.cobj_form div.s360_qtext2 {
    padding-bottom: 0px;
    padding-top: 2px;
}

/*
.s360_surveyBody.cobj_form div.pagediv td.response table.linesonoff.integrated > tbody > tr > td > .s360_qtext2 + table {
    margin-top:10px;
}
    */


.s360_surveyBody.cobj_form table.linesonoff.integrated div.s360_qtext2 + [id^=dncpy_] > div > div > table tr:hover {
    text-decoration: underline;
}

.s360_surveyBody.cobj_form table.linesonoff.integrated div.s360_qtext2 + [id^=dncpy_] > div > div > table > tbody > tr > td:first-child,
.s360_surveyBody.cobj_form table.linesonoff.integrated div.s360_qtext2 + [id^=dncpy_] > div > div > table > tr > td:first-child {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    text-align: left;
    padding-left: 2px;
    vertical-align: middle;
}

.s360_surveyBody.cobj_form table.linesonoff.integrated div.s360_qtext2 + [id^=dncpy_] > div > div {
    float:left;
}
.s360_surveyBody.cobj_form table.linesonoff.integrated div.s360_qtext2 + [id^=dncpy_] > div > div + div {
    margin-left: 10px;
}

.s360_surveyBody.cobj_form table.linesonoff.integrated input.list,
.s360_surveyBody.cobj_form table.linesonoff.integrated input.listalt,
.s360_surveyBody.cobj_form table.linesonoff.integrated input.wf,
.s360_surveyBody.cobj_form table.linesonoff.integrated select.wf {
    max-width: 140px;
    width: 100%;
    box-sizing: border-box;
    line-height: 20px;
}

.s360_surveyBody.cobj_form table.linesonoff.integrated input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.s360_surveyBody.cobj_form table.linesonoff.integrated tr.cobj_q_analog_sel > td:first-child {
    background: #2056a7;
    color: white;
}

.cobj_tables_act.s360_encode {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #616365;
    box-sizing: border-box;
    border-radius: 2px;

}

 /* END OF CODEFRAME S360LITE */
    .s360_surveyBody.cobj_form textarea.wf {
    padding-bottom: 2px;
}

.s360_surveyBody.cobj_form .cobj4_bubComment Q {
    background: aliceblue;
}

/* EACH QUESTION BLOCK */
.s360_surveyBody table.curq_a, .s360_surveyBody table.stdq_a, .s360_surveyBody table.dimq_a, .s360_surveyBody table.doneq_a {
    margin-bottom: 16px;
}

/* Printing */
@media print {
    .s360_surveyBody table.curq_a, .s360_surveyBody table.stdq_a, .s360_surveyBody table.dimq_a, .s360_surveyBody table.doneq_a {
        page-break-inside: avoid;
        background: #FFFFFF !important;
    }
    #s360_surveyBody .pagediv, #s360_surveyBody .s360_pg_end {
        margin-left: 0% !important;
        margin-right: 0% !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        width: 100% !important;
    }

    .sbtn_send, sbtn_next {
        display: none !important;
    }

    #s360_access_opt_reveal {
        display: none !important;
    }

    #s360_surveyPrint {
        page-break-inside: avoid;
        display: block !important;
    }

    body ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: white !important;
        opacity: 1; /* Firefox */
    }

    body :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: white !important;
    }

    body ::-ms-input-placeholder { /* Microsoft Edge */
        color: white !important;
    }

    #s360_surveyBody .pagediv textarea.wf {

        height: 300px !important;

    }

    #s360_surveyBody .pagediv text.wf {
        height: 80px !important;
    }

    #s360_surveyFooter {
        display: none;
    }



}

body.s360_printmode #s360_surveyPrint {
    display: block !important;
}

body #s360_surveyPrint {
    display: none;
}

.s360_printmode #s360_access_opt_ctn, .s360_printmode #s360_access_opt_reveal {
    display: none;
}


.s360_surveyBody table.curq_a {

    background: #F0F0F0;

}
/* END QUESTION BLOCK */


/* QUESTION INTRO */
.s360_qintro {
    /*position: -webkit-sticky;
    position: sticky;*/
    text-align: left;
    width: 97%;
    margin-left: 3%;
    padding-top: 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
    font-weight: bold;

    /*border-top: 1px solid;*/
}

/* Replacements when qintro is floating */
.s360_qintro_shadow {
    display: none;
}

.s360_qintro_fix {
    position: fixed;
    z-index: 2;
    background: #e4edf7;
    margin-left: 0px !important;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #CCCCCC;
}

.s360_qintro_shadow.s360_qintro_shadow_on {
    display: block;
    background: transparent;
    box-sizing: border-box;
}

.s360_qintro span:not(.notranslate, .point_sym_span) {
    font-weight: normal;
}

.s360_qintro_off {
    display: none;
}

.s360_lite_element_off, .s360_lite_element_off_0, .s360_lite_element_off_1, .s360_lite_element_off_2, .s360_lite_element_off_3, .s360_lite_element_off_4, .s360_lite_element_off_5 {
    display: none !important;
}

tr.s360_checkgridRowOff {
    display: none;
}

td.s360_cellOff {

    display: none;

}

/* END QUESTION INTRO */


/* QUESTION ASK */
/* Spare column */
.s360_surveyBody table.tabask > tbody > tr > td:first-child {
    width: 1px;
    max-width: 1px;
    font-size: 1px;
    padding: 0;
}
/* Question column */
.s360_surveyBody table.tabask td {
    text-align: left;
}

/* Question paragraph */
.s360_surveyBody table.tabask td p {
    margin: 0;
    padding: 0;
}

/* Question text */
div.s360_qtextv {
    font-weight: bold;
    padding-top: 4px;
    border-bottom: 1px solid transparent;
    /* display: inline-block;  not full width */
    float: left; /* error to go right */
}

/* Question text spans */
div.s360_qtextv span:not(.notranslate,.point_sym_span) {
    font-weight: normal;
}

div.point_sym_tooltip {
    z-index: 3000000000;
}



/* Override question text for s360_group */
.s360_surveyBody div.pagediv table.s360_group div.s360_qtextv {
    font-weight: normal;


}

    .s360_surveyBody div.pagediv table.s360_group div.s360_qtextv::after {
        content: ':';
    }

.s360_surveyBody div.pagediv table.stdq_a td.response > table,
.s360_surveyBody div.pagediv table.stdq_a td.response > div > table,
.s360_surveyBody div.pagediv table.curq_a td.response > table,
.s360_surveyBody div.pagediv table.curq_a td.response > div > table,
.s360_surveyBody div.pagediv table.dimq_a td.response > table,
.s360_surveyBody div.pagediv table.dimq_a td.response > div > table,
.s360_surveyBody div.pagediv table.doneq_a td.response > table,
.s360_surveyBody div.pagediv table.doneq_a td.response > div > table {
    width: 97%;
    margin-left: 3%;
}

    .s360_surveyBody div.pagediv table.stdq_a td.response table.multihcheck table.checktable,
    .s360_surveyBody div.pagediv table.curq_a td.response table.multihcheck table.checktable,
    .s360_surveyBody div.pagediv table.dimq_a td.response table.multihcheck table.checktable,
    .s360_surveyBody div.pagediv table.doneq_a td.response table.multihcheck table.checktable {
        width: 97%;
        margin-left: 3%;
    }

/* For when resource iframe is to the RHS */
.s360_surveyBody div.pagediv table.stdq_a td.response.s360_iframe_r_rspTd > table,
.s360_surveyBody div.pagediv table.stdq_a td.response.s360_iframe_r_rspTd > div > table,
.s360_surveyBody div.pagediv table.curq_a td.response.s360_iframe_r_rspTd > table,
.s360_surveyBody div.pagediv table.curq_a td.response.s360_iframe_r_rspTd > div > table,
.s360_surveyBody div.pagediv table.dimq_a td.response.s360_iframe_r_rspTd > table,
.s360_surveyBody div.pagediv table.dimq_a td.response.s360_iframe_r_rspTd > div > table,
.s360_surveyBody div.pagediv table.doneq_a td.response.s360_iframe_r_rspTd > table,
.s360_surveyBody div.pagediv table.doneq_a td.response.s360_iframe_r_rspTd > div > table {
    width: 94%;
    margin-left: 6%;
}



/*
.s360_surveyBody table.curq_a div.s360_qtextv {
    border-bottom-color: #C0C0C0;
}
    */
/* Question response 
.s360_surveyBody td.response td {
    text-align: left;
}
    */
/* RADIO HORIZONTAL */
/* Radio circle */
.s360_surveyBody table.radiotable td:nth-child(odd), .s360_surveyBody table.checktable td:nth-child(odd) {
    width: 40px;
    max-width: 40px;
    text-align: left;
    height: 40px;
}

.s360_surveyBody table.radiotable.rotatedhalf td:nth-child(odd), .s360_surveyBody table.checktable.rotatedhalf td:nth-child(odd) {
    height: auto;
}


.s360_surveyBody table.radiotable.rotatedhalf input[type="radio"], .s360_surveyBody table.checktable.rotatedhalf input[type="checkbox"] {
    margin-left: 10px;
    margin-right: 10px;
}


.s360_surveyBody table.radiotable.rotated td.radio_scale, .s360_surveyBody table.checktable.rotated td.radio_scale {
    width: auto;
    max-width: none;
    height: auto;
}

/* Label */
.s360_surveyBody table.radiotable td:nth-child(even), .s360_surveyBody table.checktable td:nth-child(even) {
    text-align: left;
    padding-top: 4px;
    padding-bottom: 4px;
}


.s360_surveyBody table.radiotable.rotatedhalf td:nth-child(odd), .s360_surveyBody table.checktable.rotatedhalf td:nth-child(odd) {
    text-align: center;
    width: auto;
    max-width: unset;
}



    /* Label */
.s360_surveyBody table.radiotable.rotatedhalf td:nth-child(even), .s360_surveyBody table.checktable.rotatedhalf td:nth-child(even) {
    text-align: center;
}




.s360_surveyBody table.radlisth table.radiotable td:nth-child(even), .s360_surveyBody table.checktable td:nth-child(even) {
    border-right: 1px solid #CCCCCC;
    padding-right: 2px;
}

/* Override for above */
.s360_surveyBody table.radlisth table.radiotable td:last-child, .s360_surveyBody table.checktable td:last-child {
    border-right-width: 0;
}

/* Also on odds for rotatedhalf */
.s360_surveyBody table.radlisth table.radiotable.rotatedhalf td:nth-child(odd), .s360_surveyBody table.checktable.rotatedhalf td:nth-child(odd) {
    border-right: 1px solid #CCCCCC;
    padding-right: 2px;
}
/* Exception to odds for rotatedhalf */
.s360_surveyBody table.radlisth table.radiotable.rotatedhalf td.radio_scale:nth-child(odd), .s360_surveyBody table.checktable.rotatedhalf td.radio_scale:nth-child(odd) {
    border-right-width: 0px;
}

/* Override for above */
.s360_surveyBody table.radlisth table.radiotable.rotatedhalf td:last-child, .s360_surveyBody table.checktable.rotatedhalf td:last-child {
    border-right-width: 0;
}






.s360_surveyBody table.radlisth table.radiotable td, .s360_surveyBody table.checktable td {
    /*background: #3a7db31a;*/
    cursor: pointer;
}

/* Override for above */
.s360_surveyBody table.radlisth table.radiotable.rotated td, .s360_surveyBody table.checktable.rotated td {
    background: inherit;
    cursor: pointer;
    border-right-width: 0;
}



.s360_surveyBody table.radiotable, .s360_surveyBody table.checktable {
    table-layout: fixed;
}

.s360_surveyBody table.radiotable td.radio_scale, .s360_surveyBody table.checktable td.radio_scale {
    font-style: italic;
    height: auto;
    color: #666666;
    font-size: 0.93em;
}

.s360_surveyBody table.radiotable td.radio_scale.radio_scale_lo, .s360_surveyBody table.checktable td.radio_scale.radio_scale_lo {
    text-align: left;
}

.s360_surveyBody table.radiotable td.radio_scale.radio_scale_hi, .s360_surveyBody table.checktable td.radio_scale.radio_scale_hi {
    text-align: right;
}

/* Override */
    .s360_surveyBody table.radiotable.rotated td.radio_scale.radio_scale_hi, .s360_surveyBody table.checktable.rotated td.radio_scale.radio_scale_hi {
        text-align: left;
        height: 40px;
    }


/* END RADIO HORIZONTAL */
.s360_surveyBody input[type="radio"], .s360_surveyBody input[type="checkbox"] {
    width: 25px;
    height: 25px;
}


/* Radio vertical - multicol */

/*
.s360_surveyBody table.radiotable.s360_multiCol td:nth-child(even) a {
   white-space: nowrap;

}
    */


/* END Radio vertical */

/* DD Select */

.s360_surveyBody td.response .s360_select {
    text-align: left;
   
}

.s360_surveyBody td.response .s360_select select {
    font-size: 1em;
    padding: 4px 2px 4px 2px;
    float: left;
    font-weight:600;


}

/* END DD Select */


.s360_surveyBody td.response input.wf[type=text],
.s360_surveyBody td.response input.list[type=text],
.s360_surveyBody td.response input.listalt[type=text] {
    font-size: 1em;
    padding: 4px 2px 4px 2px;
    float: left;
}

.s360_surveyBody td.response input.wf[type=date] {
    font-size: 1em;
    padding: 4px 2px 4px 2px;
    float: left;
}


   /* .s360_surveyBody td.response input.list[type=text]:read-only {
        border: none;

    }*/


/* SELECT when altered by */
select.cobj_pushSelections {
    width: auto !important;
    max-width: none;
    min-height: 40px;
}


/* Multi-col vertical - cancelling/overriding the lower level checklist styling */

/* Cancel the (odd) */
.s360_surveyBody table.radiotable.s360_multiCol > tbody > tr > td,
.s360_surveyBody table.checktable.s360_multiCol > tbody > tr > td:not(.cob4_opt_with_span) { /*:nth-child(odd) {*/
    width: auto;
    max-width: none;
    text-align: left;
    height: auto;
    vertical-align: top;
    overflow: hidden;
    padding-top: 7px;
}

.s360_surveyBody table.checktable.s360_multiCol > tbody > tr > td {
    border-right: none;
}

.s360_surveyBody table.checktable.s360_multiCol td:nth-child(odd) {
    vertical-align: top;
}

.s360_surveyBody table.checktable.s360_multiCol td.radiotable_colhead:nth-child(odd) {
    vertical-align: middle;
}

.s360_surveyBody table.checktable.s360_multiCol td:nth-child(even) {
    min-width: 200px;
}

/* END Multi-col vertical */



/* RADIO GRID */

/* Row heading column */
.s360_surveyBody table.linesonoff.radiogrid td:nth-child(1) {
    width: 33%;
    min-width: 200px;
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
}

.s360_surveyBody table.linesonoff.radiogrid tr:nth-child(even) > td {
    background: #F8F8F8;
}

.s360_surveyBody table.linesonoff.radiogrid tr:nth-child(1) > td:nth-child(1) {
    background-color: transparent;
}

/* Column headings */
.s360_surveyBody table.linesonoff.radiogrid td.radhclass {
    font-weight: bold;
}

/* Spare column */
.s360_surveyBody table.linesonoff.radiogrid td:last-child {
    font-size: 1px;
    padding: 0;
    width: 1px;
}

/* Rest of columns evenly spaced */
.s360_surveyBody table.linesonoff.radiogrid {
    table-layout: fixed;
}

/* Spacer border, to allow highlighting */
.s360_surveyBody div.pagediv table.linesonoff.radiogrid td {
    border: 1px solid transparent;
}

/* Rotated headings versions */
    .s360_surveyBody div.pagediv table.linesonoff.radiogrid td.radhclass.headrot div {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        width: 3em;
        height: 3em;
        text-align: center;
        box-sizing: inherit;
    }

    .s360_surveyBody div.pagediv table.linesonoff.radiogrid td.radhclass.headrot {
        box-sizing: inherit;
    }

/* End of Rotated headings versions */


    /* END RADIO GRID */


/* multihcheck */

/*.s360_surveyBody table.multihcheck tr:nth-child(odd) {
    background: white;
}
    */

.s360_surveyBody table.multihcheck tr > td {
    text-align: left;
}

/* Indented question */
.s360_surveyBody table.multihcheck tr.s360_group_multih {
    width: 94%;
    margin-left: 6%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.s360_surveyBody table.multihcheck tr.s360_group_multih_rsp + tr.s360_group_multih_txt {
    border-top: 1px dotted #999999;
}

tr.s360_group_multih_rsp.s360_group_multih_err {
    outline: 1px solid red;
}

.s360_surveyBody table.multihcheck tr.s360_group_multih_txt td {
    font-weight: bold;
    font-style: italic;
}




    /* CHECKGRID */

/* Row heading column */
    .s360_surveyBody table.checkgrid td:nth-child(1) {
        width: 200px;
        text-align: left;
    }


.s360_surveyBody table.checkgrid tr:nth-child(even) > td {
    background: #F8F8F8;
}

/* Headings */
.s360_surveyBody table.checkgrid tr:nth-child(1) td {
    vertical-align: bottom;
}

/* Rest of columns evenly spaced */
.s360_surveyBody table.checkgrid {

    table-layout:fixed;

}
/* Spacer border, to allow highlighting */
.s360_surveyBody div.pagediv table.checkgrid td {
    border: 1px solid transparent;
}

/* END CHECKGRID */

/* Captcha */
.cobj4_hiddenQ {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 1px;
    height: 1px;
}

/* CHECK TABLE - Vertical */

/* Radio circle */
.s360_surveyBody table.checktable td:nth-child(odd) {
    width: 40px;
    max-width: 40px;
    text-align: left;
    height: 40px;

}

/* Label */
.s360_surveyBody table.checktable td:nth-child(even) {
    text-align: left;

}

.cob4_opt_with_span {
    vertical-align: top;
}

/* Span inside an option */
    .s360_surveyBody table.checktable td:nth-child(even) a span {
        display: list-item;
        list-style-type: disc;
        list-style-position: inside;
        padding-left: 1em;
        text-indent: -1em;
    }



/* Multi-column check table */
.s360_surveyBody table.checktable.s360_multiCol {
    table-layout: fixed;

}

.s360_surveyBody table.checktable.s360_multiCol td:nth-child(odd) {
    width: 40px !important;
}





/*
    .s360_surveyBody table.checktable.s360_multiCol td:nth-child(even) {
        white-space: nowrap;
       
    }
/*
        /* Allow the labels to compress to 200px */
        .s360_surveyBody table.checktable.s360_multiCol td:nth-child(even) a, .s360_surveyBody table.radiotable.s360_multiCol td:nth-child(even) a {
            white-space: normal !important;
            min-width: 200px !important;
            display: block;
        }




/* END CHECK TABLE - Vertical */

.s360_surveyBody input[type="checkbox"] {
    width: 25px;
    height: 25px;
}


/* END RADIO HORIZONTAL */




/* TEXTAREA */

.s360_surveyBody div.pagediv .response textarea {
    width: 100%;
    box-sizing: border-box;
}

.s360_surveyBody div.pagediv .response textarea {
    text-decoration: none;
    color: #333333;
    font-size: 1em;
}

/* END TEXTAREA */


/* HIDING NO LONGER USED */

.s360_surveyBody .stdcl, .s360_surveyBody .curcl {
    display: none;
}

.s360_surveyBody .nextsurvey {
    display: none;
}

.s360_surveySplash {
    display: none;
}

.s360_surveyBody .thin input {
    opacity: 0;
    filter: alpha(opacity=0);
    height: 1px;
    width: 1px;
    line-height: 1px;
    padding: 0;
    border-width: 0;
    display: block; /* This forces chrome to shrink height as required */
}



.s360_surveyBody .thin {
    font-size: 1px;
    padding: 0;
}

.s360_surveyBody .s360_pg_0 input.sbtn_restart, .s360_surveyBody .s360_pg_0 input.sbtn_back {
    display: none;
}







/* CONDITIONAL FORMATTING */

table.radlisth table.radiotable.fiveplusone td:nth-child(12) {
    font-style: italic;
    width: 20%; /* leave 80% for the other 5 */
}

table.radlisth table.radiotable.fiveplusone.rotatedhalf td:nth-child(6) {
    font-style: italic;
    width: 20%; /* leave 80% for the other 5 */
}

table.radlisth table.radiotable.fiveplusone.rotated tr:nth-child(6) td {
    font-style: italic;
}

.todo {
    display: list-item; /* This has to be "list-item"                                               */
    list-style-type: disc; /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type     */
    list-style-position: inside;
}

/* 5 point SMILEY / RAG CODE [CLASS=s360_rag] */
/*
        table.s360_rag div.s360_qtextv  {
            background-image: url(https://derbyshire.insightnow.co.uk/images/smiley-green-to-red.jpg);
            background-repeat: no-repeat;
            background-size: 50%;
            padding-top: 5em;
        }
		*/

/* Standard display */

table.s360_rag table.radchktable label {
    color: black !important;
}

table.s360_rag table.radchktable td {
    border-color: transparent !important;
}

    table.s360_rag table.radchktable td input, table.s360_rag table.radchktable td label {
        margin-left: 8px;
    }

    table.s360_rag table.radchktable td input:checked {
        outline: white 3px solid;
        outline-offset: 1px;
    }



table.s360_rag table.radchktable tr:first-child td:first-child {
    background-color: #f24c57;
    border-radius: 12px 0px 0px 12px;
}

table.s360_rag table.radchktable tr:first-child td:nth-child(2) {
    background-color: #f24c57;
    font-weight: bold;
}

table.s360_rag table.radchktable:not(.rotated) tr:first-child td:nth-child(3), table.s360_rag table.radchktable tr:first-child td:nth-child(4) {
    background-color: #fe9308;
    font-weight: bold;
}

table.s360_rag table.radchktable tr:first-child td:nth-child(5), table.s360_rag table.radchktable:not(.rotatedhalf) tr:first-child td:nth-child(6) {
    background-color: #ffd203;
    font-weight: bold;
}

table.s360_rag table.radchktable tr:first-child td:nth-child(7), table.s360_rag table.radchktable tr:first-child td:nth-child(8) {
    background-color: #bceb00;
    font-weight: bold;
}

table.s360_rag table.radchktable tr:first-child td:nth-child(9), table.s360_rag table.radchktable tr:first-child td:nth-child(10) {
    background-color: #27a736;
    font-weight: bold;
}

/* REVERSED */

table.s360_rag.s360_rev table.radchktable tr:first-child td:first-child {
    background-color: #27a736;
    border-radius: 12px 0px 0px 12px;
}

table.s360_rag.s360_rev table.radchktable tr:first-child td:nth-child(2) {
    background-color: #27a736;
    font-weight: bold;
}

table.s360_rag.s360_rev table.radchktable:not(.rotated) tr:first-child td:nth-child(3), table.s360_rag.s360_rev table.radchktable tr:first-child td:nth-child(4) {
    background-color: #bceb00;    
    font-weight: bold;
}

table.s360_rag.s360_rev table.radchktable tr:first-child td:nth-child(5), table.s360_rag.s360_rev table.radchktable:not(.rotatedhalf) tr:first-child td:nth-child(6) {
    background-color: #ffd203;
    font-weight: bold;
}

table.s360_rag.s360_rev table.radchktable tr:first-child td:nth-child(7), table.s360_rag.s360_rev table.radchktable tr:first-child td:nth-child(8) {
    background-color: #fe9308;
    font-weight: bold;
}

table.s360_rag.s360_rev table.radchktable tr:first-child td:nth-child(9), table.s360_rag.s360_rev table.radchktable tr:first-child td:nth-child(10) {
    background-color: #f24c57;
    font-weight: bold;
}



table.s360_rag table.radchktable tr:first-child td:nth-child(10) {
    border-radius: 0px 12px 12px 0px;
}


/* 3 POINT SMILEY */
table.s360_smiley3 table.radchktable.rotatednone tr:first-child td:nth-child(odd), table.s360_smiley3rev table.radchktable.rotatednone tr:first-child td:nth-child(odd) {
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 0 bottom;
    height: 30px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 0px;
}

table.s360_smiley3 table.radchktable.rotatednone tr:first-child td:nth-child(even), table.s360_smiley3rev table.radchktable.rotatednone tr:first-child td:nth-child(even) {
    padding-bottom: 20px;
    padding-top: 0;
}

table.s360_smiley3 table.radchktable.rotatednone tr:first-child td:nth-child(4), table.s360_smiley3rev table.radchktable.rotatednone tr:first-child td:nth-child(4) {
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 20px;
    padding-top: 0px;
}

table.s360_smiley3 table.radchktable.rotatednone tr:first-child td:nth-child(6), table.s360_smiley3rev table.radchktable.rotatednone tr:first-child td:nth-child(6) {
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom: 20px;
    padding-top: 0px;
}

table.s360_smiley3rev:not(.s360_extremes) table.radchktable.rotatednone tr:first-child td:nth-child(1) {
    background-image: url(images/cobj/sentiment_very_satisfied.svg);
}

table.s360_smiley3rev.s360_extremes table.radchktable.rotatednone tr:first-child td:nth-child(1) {
    background-image: url(images/cobj/sentiment_very_satisfiedX.svg);
}

table.s360_smiley3rev:not(.s360_extremes) table.radchktable.rotatednone tr:first-child td:nth-child(4) {
    background-image: url(images/cobj/sentiment_neutral.svg);
}

table.s360_smiley3rev:not(.s360_extremes) table.radchktable.rotatednone tr:first-child td:nth-child(6) {
    background-image: url(images/cobj/sentiment_extremely_dissatisfied.svg);
}

table.s360_smiley3rev.s360_extremes table.radchktable.rotatednone tr:first-child td:nth-child(6) {
    background-image: url(images/cobj/sentiment_extremely_dissatisfiedX.svg);
}


table.s360_smiley3:not(.s360_extremes) table.radchktable.rotatednone tr:first-child td:nth-child(1) {
    background-image: url(images/cobj/sentiment_extremely_dissatisfied.svg);
}

table.s360_smiley3.s360_extremes table.radchktable.rotatednone tr:first-child td:nth-child(1) {
    background-image: url(images/cobj/sentiment_extremely_dissatisfiedX.svg);
}

table.s360_smiley3:not(.s360_extremes) table.radchktable.rotatednone tr:first-child td:nth-child(4) {
    background-image: url(images/cobj/sentiment_neutral.svg);
}

table.s360_smiley3:not(.s360_extremes) table.radchktable.rotatednone tr:first-child td:nth-child(6) {
    background-image: url(images/cobj/sentiment_very_satisfied.svg);
}

table.s360_smiley3.s360_extremes table.radchktable.rotatednone tr:first-child td:nth-child(6) {
    background-image: url(images/cobj/sentiment_very_satisfiedX.svg);
}




table.s360_smiley3 table.radchktable.rotatednone td:nth-child(2),
table.s360_smiley3rev table.radchktable.rotatednone td:nth-child(2),
table.s360_smiley3 table.radchktable.rotatednone td:nth-child(4),
table.s360_smiley3rev table.radchktable.rotatednone td:nth-child(4),
table.s360_smiley3 table.radchktable.rotatednone td:nth-child(6),
table.s360_smiley3rev table.radchktable.rotatednone td:nth-child(6) {
    padding-left: 24px;
}

    table.s360_smiley3 table.radchktable.rotatednone td:nth-child(2) label,
    table.s360_smiley3rev table.radchktable.rotatednone td:nth-child(2) label,
    table.s360_smiley3 table.radchktable.rotatednone td:nth-child(4) label,
    table.s360_smiley3rev table.radchktable.rotatednone td:nth-child(4) label,
    table.s360_smiley3 table.radchktable.rotatednone td:nth-child(6) label,
    table.s360_smiley3rev table.radchktable.rotatednone td:nth-child(6) label {
        margin-left: -18px;
    }


table.s360_smiley3rev:not(.s360_extremes) table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_very_satisfied.svg);
}

table.s360_smiley3rev.s360_extremes table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_very_satisfiedX.svg);
}

table.s360_smiley3rev:not(.s360_extremes) table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(2) {
    background-image: url(images/cobj/sentiment_neutral.svg);
}

table.s360_smiley3rev:not(.s360_extremes) table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(3) {
    background-image: url(images/cobj/sentiment_extremely_dissatisfied.svg);
}

table.s360_smiley3rev.s360_extremes table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(3) {
    background-image: url(images/cobj/sentiment_extremely_dissatisfiedX.svg);
}

table.s360_smiley3:not(.s360_extremes) table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_extremely_dissatisfied.svg);
}

table.s360_smiley3.s360_extremes table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_extremely_dissatisfiedX.svg);
}

table.s360_smiley3:not(.s360_extremes) table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(2) {
    background-image: url(images/cobj/sentiment_neutral.svg);
}

table.s360_smiley3:not(.s360_extremes) table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(3) {
    background-image: url(images/cobj/sentiment_very_satisfied.svg);
}

table.s360_smiley3.s360_extremes table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(3) {
    background-image: url(images/cobj/sentiment_very_satisfiedX.svg);
}

table.s360_smiley3:not(.s360_extremes) table.radchktable.rotatedhalf tr:nth-child(2) td,
table.s360_smiley3rev:not(.s360_extremes) table.radchktable.rotatedhalf tr:nth-child(2) td {
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: left;
    height: 40px;
    text-align: center;

}

table.s360_smiley3.s360_extremes table.radchktable.rotatedhalf tr:nth-child(2) td,
table.s360_smiley3rev.s360_extremes table.radchktable.rotatedhalf tr:nth-child(2) td {
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: left;
    height: 40px;
    text-align: center;

}

table.s360_smiley3 table.radiotable.rotatedhalf input[type="radio"], table.s360_smiley3 table.checktable.rotatedhalf input[type="checkbox"],
table.s360_smiley3rev table.radiotable.rotatedhalf input[type="radio"], table.s360_smiley3rev table.checktable.rotatedhalf input[type="checkbox"] {
    padding-left: 30px;
    padding-right: 30px;
}

    table.s360_smiley3rev.s360_extremes table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(1),
    table.s360_smiley3.s360_extremes table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(1) {
        background-position-x: 0;
    }

    table.s360_smiley3rev.s360_extremes table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(3),
    table.s360_smiley3.s360_extremes table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(3) {
        background-position-x: right;
    }


table.s360_smiley3rev:not(.s360_extremes) table.radchktable.rotated tr:nth-child(1) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_very_satisfied.svg);
}

table.s360_smiley3rev:not(.s360_extremes) table.radchktable.rotated tr:nth-child(2) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_neutral.svg);
}

table.s360_smiley3rev:not(.s360_extremes) table.radchktable.rotated tr:nth-child(3) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_extremely_dissatisfied.svg);
}


table.s360_smiley3:not(.s360_extremes) table.radchktable.rotated tr:nth-child(1) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_extremely_dissatisfied.svg);
}

table.s360_smiley3:not(.s360_extremes) table.radchktable.rotated tr:nth-child(2) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_neutral.svg);
}

table.s360_smiley3:not(.s360_extremes) table.radchktable.rotated tr:nth-child(3) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_very_satisfied.svg);
}


table.s360_smiley3:not(.s360_extremes) table.radchktable.rotated tr td:nth-child(1),
table.s360_smiley3rev:not(.s360_extremes) table.radchktable.rotated tr td:nth-child(1) {
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: left;
    height: 50px;
    text-align: center;
    max-width: 120px;
    width: 90px;
    padding-left: 50px;
}

table.s360_smiley3.s360_extremes table.radchktable.rotated tr td:nth-child(1),
table.s360_smiley3rev.s360_extremes table.radchktable.rotated tr td:nth-child(1) {
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: left;
    height: 50px;
    text-align: center;
    max-width: 120px;
    width: 90px;
    padding-left: 50px;
}

table.s360_smiley3rev.s360_extremes table.radchktable.rotated tr:nth-child(1) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_very_satisfiedX.svg);
}

table.s360_smiley3rev.s360_extremes table.radchktable.rotated tr:nth-child(3) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_extremely_dissatisfiedX.svg);
}

table.s360_smiley3.s360_extremes table.radchktable.rotated tr:nth-child(1) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_extremely_dissatisfiedX.svg);
}

table.s360_smiley3.s360_extremes table.radchktable.rotated tr:nth-child(3) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_very_satisfiedX.svg);
}

/* END OF THREE POINT SMILEY */



/* 5 POINT SMILEY - use when text answers, otherwise use the s360_smiley for numerical answers */
table.s360_smiley5 table.radchktable.rotatednone tr:first-child td:nth-child(odd), table.s360_smiley5rev table.radchktable.rotatednone tr:first-child td:nth-child(odd) {
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 0 bottom;
    height: 30px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 0px;
}

table.s360_smiley5 table.radchktable.rotatednone tr:first-child td:nth-child(even), table.s360_smiley5rev table.radchktable.rotatednone tr:first-child td:nth-child(even) {
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 20px;
    padding-top: 0px;
}

table.s360_smiley5.s360_extremes table.radchktable.rotatednone tr:first-child td:nth-child(10), table.s360_smiley5rev.s360_extremes table.radchktable.rotatednone tr:first-child td:nth-child(10) {
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom: 20px;
    padding-top: 0px;
}

table.s360_smiley5rev.s360_extremes table.radchktable.rotatednone tr:first-child td:nth-child(1) {
    background-image: url(images/cobj/sentiment_very_satisfiedX.svg);
}

table.s360_smiley5rev:not(.s360_extremes) table.radchktable.rotatednone tr:first-child td:nth-child(2) {
    background-image: url(images/cobj/sentiment_very_satisfied.svg);
}

table.s360_smiley5rev:not(.s360_extremes) table.radchktable.rotatednone tr:first-child td:nth-child(4) {
    background-image: url(images/cobj/sentiment_satisfied.svg);
}

table.s360_smiley5rev:not(.s360_extremes) table.radchktable.rotatednone tr:first-child td:nth-child(6) {
    background-image: url(images/cobj/sentiment_neutral.svg);
}

table.s360_smiley5rev:not(.s360_extremes) table.radchktable.rotatednone tr:first-child td:nth-child(8) {
    background-image: url(images/cobj/sentiment_dissatisfied.svg);
}

table.s360_smiley5rev:not(.s360_extremes) table.radchktable.rotatednone tr:first-child td:nth-child(10) {
    background-image: url(images/cobj/sentiment_extremely_dissatisfied.svg);
}

table.s360_smiley5rev.s360_extremes table.radchktable.rotatednone tr:first-child td:nth-child(10) {
    background-image: url(images/cobj/sentiment_extremely_dissatisfiedX.svg);
}



table.s360_smiley5.s360_extremes table.radchktable.rotatednone tr:first-child td:nth-child(1) {
    background-image: url(images/cobj/sentiment_extremely_dissatisfiedX.svg);
}

table.s360_smiley5:not(.s360_extremes) table.radchktable.rotatednone tr:first-child td:nth-child(2) {
    background-image: url(images/cobj/sentiment_extremely_dissatisfied.svg);
}

table.s360_smiley5:not(.s360_extremes) table.radchktable.rotatednone tr:first-child td:nth-child(4) {
    background-image: url(images/cobj/sentiment_dissatisfied.svg);
}

table.s360_smiley5:not(.s360_extremes) table.radchktable.rotatednone tr:first-child td:nth-child(6) {
    background-image: url(images/cobj/sentiment_neutral.svg);
}

table.s360_smiley5:not(.s360_extremes) table.radchktable.rotatednone tr:first-child td:nth-child(8) {
    background-image: url(images/cobj/sentiment_satisfied.svg);
}

table.s360_smiley5:not(.s360_extremes) table.radchktable.rotatednone tr:first-child td:nth-child(10) {
    background-image: url(images/cobj/sentiment_very_satisfied.svg);
}

table.s360_smiley5.s360_extremes table.radchktable.rotatednone tr:first-child td:nth-child(10) {
    background-image: url(images/cobj/sentiment_very_satisfiedX.svg);
}



table.s360_smiley5 table.radchktable.rotatednone td:nth-child(2),
table.s360_smiley5rev table.radchktable.rotatednone td:nth-child(2),
table.s360_smiley5 table.radchktable.rotatednone td:nth-child(4),
table.s360_smiley5rev table.radchktable.rotatednone td:nth-child(4),
table.s360_smiley5 table.radchktable.rotatednone td:nth-child(6),
table.s360_smiley5rev table.radchktable.rotatednone td:nth-child(6),
table.s360_smiley5 table.radchktable.rotatednone td:nth-child(8),
table.s360_smiley5rev table.radchktable.rotatednone td:nth-child(8),
table.s360_smiley5 table.radchktable.rotatednone td:nth-child(10),
table.s360_smiley5rev table.radchktable.rotatednone td:nth-child(10) {
    padding-left: 24px;
}

    table.s360_smiley5 table.radchktable.rotatednone td:nth-child(2) label,
    table.s360_smiley5rev table.radchktable.rotatednone td:nth-child(2) label,
    table.s360_smiley5 table.radchktable.rotatednone td:nth-child(4) label,
    table.s360_smiley5rev table.radchktable.rotatednone td:nth-child(4) label,
    table.s360_smiley5 table.radchktable.rotatednone td:nth-child(6) label,
    table.s360_smiley5rev table.radchktable.rotatednone td:nth-child(6) label,
    table.s360_smiley5 table.radchktable.rotatednone td:nth-child(8) label,
    table.s360_smiley5rev table.radchktable.rotatednone td:nth-child(8) label,
    table.s360_smiley5 table.radchktable.rotatednone td:nth-child(10) label,
    table.s360_smiley5rev table.radchktable.rotatednone td:nth-child(10) label {
        margin-left: -18px;
    }


table.s360_smiley5rev:not(.s360_extremes) table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_very_satisfied.svg);
}

table.s360_smiley5rev.s360_extremes table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_very_satisfiedX.svg);
}

table.s360_smiley5rev:not(.s360_extremes) table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(2) {
    background-image: url(images/cobj/sentiment_satisfied.svg);
}

table.s360_smiley5rev:not(.s360_extremes) table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(3) {
    background-image: url(images/cobj/sentiment_neutral.svg);
}

table.s360_smiley5rev:not(.s360_extremes) table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(4) {
    background-image: url(images/cobj/sentiment_dissatisfied.svg);
}

table.s360_smiley5rev:not(.s360_extremes) table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(5) {
    background-image: url(images/cobj/sentiment_extremely_dissatisfied.svg);
}

table.s360_smiley5rev.s360_extremes table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(5) {
    background-image: url(images/cobj/sentiment_extremely_dissatisfiedX.svg);
}



table.s360_smiley5:not(.s360_extremes) table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_extremely_dissatisfied.svg);
}

table.s360_smiley5.s360_extremes table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_extremely_dissatisfiedX.svg);
}

table.s360_smiley5:not(.s360_extremes) table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(2) {
    background-image: url(images/cobj/sentiment_dissatisfied.svg);
}

table.s360_smiley5:not(.s360_extremes) table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(3) {
    background-image: url(images/cobj/sentiment_neutral.svg);
}

table.s360_smiley5:not(.s360_extremes) table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(4) {
    background-image: url(images/cobj/sentiment_satisfied.svg);
}

table.s360_smiley5:not(.s360_extremes) table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(5) {
    background-image: url(images/cobj/sentiment_very_satisfied.svg);
}

table.s360_smiley5.s360_extremes table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(5) {
    background-image: url(images/cobj/sentiment_very_satisfiedX.svg);
}

table.s360_smiley5:not(.s360_extremes) table.radchktable.rotatedhalf tr:nth-child(2) td,
table.s360_smiley5rev:not(.s360_extremes) table.radchktable.rotatedhalf tr:nth-child(2) td {
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: left;
    height: 40px;
    text-align: center;
}

table.s360_smiley5.s360_extremes table.radchktable.rotatedhalf tr:nth-child(2) td,
table.s360_smiley5rev.s360_extremes table.radchktable.rotatedhalf tr:nth-child(2) td {
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: left;
    height: 40px;
    text-align: center;
}

table.s360_smiley5 table.radiotable.rotatedhalf input[type="radio"], table.s360_smiley5 table.checktable.rotatedhalf input[type="checkbox"],
table.s360_smiley5rev table.radiotable.rotatedhalf input[type="radio"], table.s360_smiley5rev table.checktable.rotatedhalf input[type="checkbox"] {
    padding-left: 30px;
    padding-right: 30px;
}

table.s360_smiley5rev.s360_extremes table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(1),
table.s360_smiley5.s360_extremes table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(1) {
    background-position-x: 0;
}

table.s360_smiley5rev.s360_extremes table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(5),
table.s360_smiley5.s360_extremes table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(5) {
    background-position-x: right;
}


table.s360_smiley5rev:not(.s360_extremes) table.radchktable.rotated tr:nth-child(1) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_very_satisfied.svg);
}

table.s360_smiley5rev:not(.s360_extremes) table.radchktable.rotated tr:nth-child(2) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_satisfied.svg);
}

table.s360_smiley5rev:not(.s360_extremes) table.radchktable.rotated tr:nth-child(3) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_neutral.svg);
}

table.s360_smiley5rev:not(.s360_extremes) table.radchktable.rotated tr:nth-child(4) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_dissatisfied.svg);
}

table.s360_smiley5rev:not(.s360_extremes) table.radchktable.rotated tr:nth-child(5) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_extremely_dissatisfied.svg);
}


table.s360_smiley5:not(.s360_extremes) table.radchktable.rotated tr:nth-child(1) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_extremely_dissatisfied.svg);
}

table.s360_smiley5:not(.s360_extremes) table.radchktable.rotated tr:nth-child(2) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_dissatisfied.svg);
}

table.s360_smiley5:not(.s360_extremes) table.radchktable.rotated tr:nth-child(3) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_neutral.svg);
}

table.s360_smiley5:not(.s360_extremes) table.radchktable.rotated tr:nth-child(4) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_satisfied.svg);
}

table.s360_smiley5:not(.s360_extremes) table.radchktable.rotated tr:nth-child(5) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_very_satisfied.svg);
}


table.s360_smiley5:not(.s360_extremes) table.radchktable.rotated tr td:nth-child(1),
table.s360_smiley5rev:not(.s360_extremes) table.radchktable.rotated tr td:nth-child(1) {
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: left;
    height: 50px;
    text-align: center;
    max-width: 120px;
    width: 90px;
    padding-left: 50px;
}

table.s360_smiley5.s360_extremes table.radchktable.rotated tr td:nth-child(1),
table.s360_smiley5rev.s360_extremes table.radchktable.rotated tr td:nth-child(1) {
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: left;
    height: 50px;
    text-align: center;
    max-width: 120px;
    width: 90px;
    padding-left: 50px;
}

table.s360_smiley5rev.s360_extremes table.radchktable.rotated tr:nth-child(1) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_very_satisfiedX.svg);
}

table.s360_smiley5rev.s360_extremes table.radchktable.rotated tr:nth-child(5) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_extremely_dissatisfiedX.svg);
}

table.s360_smiley5.s360_extremes table.radchktable.rotated tr:nth-child(1) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_extremely_dissatisfiedX.svg);
}

table.s360_smiley5.s360_extremes table.radchktable.rotated tr:nth-child(5) td:nth-child(1) {
    background-image: url(images/cobj/sentiment_very_satisfiedX.svg);
}

/* END OF FIVE POINT SMILEY */







/* THUMBS-UP / DOWN */
table.s360_thumbs4 table.radchktable.rotatednone tr:first-child td:nth-child(odd), table.s360_thumbs4rev table.radchktable.rotatednone tr:first-child td:nth-child(odd) {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
    text-align: center;
}

table.s360_thumbs4rev table.radchktable.rotatednone tr:first-child td:nth-child(1) {
    background-image: url(images/cobj/thumbs-td4-1.png);
}
table.s360_thumbs4rev:not(.s360_extremes) table.radchktable.rotatednone tr:first-child td:nth-child(3) {
    background-image: url(images/cobj/thumbs-td4-2.png);
}
table.s360_thumbs4rev:not(.s360_extremes) table.radchktable.rotatednone tr:first-child td:nth-child(5) {
    background-image: url(images/cobj/thumbs-td4-3.png);
}
table.s360_thumbs4rev table.radchktable.rotatednone tr:first-child td:nth-child(7) {
    background-image: url(images/cobj/thumbs-td4-4.png);
}
table.s360_thumbs4 table.radchktable.rotatednone tr:first-child td:nth-child(1) {
    background-image: url(images/cobj/thumbs-td4-4.png);
}

table.s360_thumbs4:not(.s360_extremes) table.radchktable.rotatednone tr:first-child td:nth-child(3) {
    background-image: url(images/cobj/thumbs-td4-3.png);
}

table.s360_thumbs4:not(.s360_extremes) table.radchktable.rotatednone tr:first-child td:nth-child(5) {
    background-image: url(images/cobj/thumbs-td4-2.png);
}

table.s360_thumbs4 table.radchktable.rotatednone tr:first-child td:nth-child(7) {
    background-image: url(images/cobj/thumbs-td4-1.png);
}


/*table.s360_thumbs4 table.radchktable input[type="radio"],
table.s360_thumbs4 table.radchktable input[type="checkbox"],
table.s360_thumbs4rev table.radchktable input[type="radio"],
table.s360_thumbs4rev table.radchktable input[type="checkbox"] {
    width: 15px;
    height: 15px;
}*/

table.s360_thumbs4 table.radchktable.rotatednone td:nth-child(2),
table.s360_thumbs4rev table.radchktable.rotatednone td:nth-child(2),
table.s360_thumbs4 table.radchktable.rotatednone td:nth-child(4),
table.s360_thumbs4rev table.radchktable.rotatednone td:nth-child(4),
table.s360_thumbs4 table.radchktable.rotatednone td:nth-child(6),
table.s360_thumbs4rev table.radchktable.rotatednone td:nth-child(6),
table.s360_thumbs4 table.radchktable.rotatednone td:nth-child(8),
table.s360_thumbs4rev table.radchktable.rotatednone td:nth-child(8) {
    padding-left: 24px;
}

    table.s360_thumbs4 table.radchktable.rotatednone td:nth-child(2) label,
    table.s360_thumbs4rev table.radchktable.rotatednone td:nth-child(2) label,
    table.s360_thumbs4 table.radchktable.rotatednone td:nth-child(4) label,
    table.s360_thumbs4rev table.radchktable.rotatednone td:nth-child(4) label,
    table.s360_thumbs4 table.radchktable.rotatednone td:nth-child(6) label,
    table.s360_thumbs4rev table.radchktable.rotatednone td:nth-child(6) label,
    table.s360_thumbs4 table.radchktable.rotatednone td:nth-child(8) label,
    table.s360_thumbs4rev table.radchktable.rotatednone td:nth-child(8) label {
        margin-left: -18px;
    }


table.s360_thumbs4rev table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(1) {
    background-image: url(images/cobj/thumbs-td4-1.png);
}

table.s360_thumbs4rev:not(.s360_extremes) table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(2) {
    background-image: url(images/cobj/thumbs-td4-2.png);
}

table.s360_thumbs4rev:not(.s360_extremes) table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(3) {
    background-image: url(images/cobj/thumbs-td4-3.png);
}

table.s360_thumbs4rev table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(4) {
    background-image: url(images/cobj/thumbs-td4-4.png);
}

table.s360_thumbs4 table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(1) {
    background-image: url(images/cobj/thumbs-td4-4.png);
}

table.s360_thumbs4:not(.s360_extremes) table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(2) {
    background-image: url(images/cobj/thumbs-td4-3.png);
}

table.s360_thumbs4:not(.s360_extremes) table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(3) {
    background-image: url(images/cobj/thumbs-td4-2.png);
}

table.s360_thumbs4 table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(4) {
    background-image: url(images/cobj/thumbs-td4-1.png);
}

table.s360_thumbs4:not(.s360_extremes) table.radchktable.rotatedhalf tr:nth-child(2) td,
table.s360_thumbs4rev:not(.s360_extremes) table.radchktable.rotatedhalf tr:nth-child(2) td {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
    text-align: center;
}

table.s360_thumbs4.s360_extremes table.radchktable.rotatedhalf tr:nth-child(2) td,
table.s360_thumbs4rev.s360_extremes table.radchktable.rotatedhalf tr:nth-child(2) td {
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    text-align: center;
}

table.s360_thumbs4rev.s360_extremes table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(1),
table.s360_thumbs4.s360_extremes table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(1) {
    background-position-x: 0;
}

table.s360_thumbs4rev.s360_extremes table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(4),
table.s360_thumbs4.s360_extremes table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(4) {
    background-position-x: left;
}


table.s360_thumbs4rev:not(.s360_extremes) table.radchktable.rotated tr:nth-child(1) td:nth-child(1) {
    background-image: url(images/cobj/thumbs-td4-1.png);
}

table.s360_thumbs4rev:not(.s360_extremes) table.radchktable.rotated tr:nth-child(2) td:nth-child(1) {
    background-image: url(images/cobj/thumbs-td4-2.png);
}

table.s360_thumbs4rev:not(.s360_extremes) table.radchktable.rotated tr:nth-child(3) td:nth-child(1) {
    background-image: url(images/cobj/thumbs-td4-3.png);
}

table.s360_thumbs4rev:not(.s360_extremes) table.radchktable.rotated tr:nth-child(4) td:nth-child(1) {
    background-image: url(images/cobj/thumbs-td4-4.png);
}

table.s360_thumbs4:not(.s360_extremes) table.radchktable.rotated tr:nth-child(1) td:nth-child(1) {
    background-image: url(images/cobj/thumbs-td4-4.png);
}

table.s360_thumbs4:not(.s360_extremes) table.radchktable.rotated tr:nth-child(2) td:nth-child(1) {
    background-image: url(images/cobj/thumbs-td4-3.png);
}

table.s360_thumbs4:not(.s360_extremes) table.radchktable.rotated tr:nth-child(3) td:nth-child(1) {
    background-image: url(images/cobj/thumbs-td4-2.png);
}

table.s360_thumbs4:not(.s360_extremes) table.radchktable.rotated tr:nth-child(4) td:nth-child(1) {
    background-image: url(images/cobj/thumbs-td4-1.png);
}

table.s360_thumbs4:not(.s360_extremes) table.radchktable.rotated tr td:nth-child(1), 
table.s360_thumbs4rev:not(.s360_extremes) table.radchktable.rotated tr td:nth-child(1) {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
    text-align: center;
}

table.s360_thumbs4.s360_extremes table.radchktable.rotated tr td:nth-child(2),
table.s360_thumbs4rev.s360_extremes table.radchktable.rotated tr td:nth-child(2) {
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: contain;
    height: 50px;
}

table.s360_thumbs4rev.s360_extremes table.radchktable.rotated tr:nth-child(1) td:nth-child(2) {
    background-image: url(images/cobj/thumbs-td4-1.png);
}

table.s360_thumbs4rev.s360_extremes table.radchktable.rotated tr:nth-child(4) td:nth-child(2) {
    background-image: url(images/cobj/thumbs-td4-4.png);
}

table.s360_thumbs4.s360_extremes table.radchktable.rotated tr:nth-child(1) td:nth-child(2) {
    background-image: url(images/cobj/thumbs-td4-4.png);
}

table.s360_thumbs4.s360_extremes table.radchktable.rotated tr:nth-child(4) td:nth-child(2) {
    background-image: url(images/cobj/thumbs-td4-1.png);
}

/* END OF THUMBS UP / DOWN */

table.s360_smiley table.radchktable tr:first-child td:nth-child(even) {
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

table.s360_glasses table.radchktable tr:first-child td:nth-child(even) {
    background-size: 48px;
    background-repeat: no-repeat;
    background-position: center;
}


table.s360_rag.s360_smiley table.radchktable tr:first-child td label {
    color: white !important;
}

table.s360_rag.s360_smiley table.radchktable tr:first-child td:nth-child(12) label {
    color: black !important;
}


table.s360_smiley table.radchktable tr:first-child td:nth-child(even) label {
    margin-right: 60px; /* To give space for the smileys */
}

table.s360_glasses table.radchktable tr:first-child td:nth-child(even) label {
    font-weight: bold;
    display: inline-block;
    margin: 10px 64px 10px 10px;
}

table.s360_glasses.s360_halfrotate table.radchktable tr:first-child td:nth-child(even) label {
    font-weight: bold;
    display: inline-block;
    margin: 10px 364px 10px 0;
}

table.s360_glasses table.radchktable.rotated tr td:nth-child(even) label {
    font-weight: bold;
    display: inline-block;
    margin: 10px 364px 10px 10px;
}


table.s360_rag.s360_smiley table.radchktable td input:checked {
    outline: #0075ff 3px solid;
    outline-offset: 10px;
}

table.s360_glasses table.radchktable td input:checked {
    outline: #0075ff 3px solid;
    outline-offset: 10px;
}

table.s360_rag.s360_smiley table.radchktable tr:first-child td:nth-child(2) label {
    background-color: #f24c57;
}

table.s360_rag.s360_smiley table.radchktable tr:first-child td:nth-child(4) label {
    background-color: #fe9308;
}

table.s360_rag.s360_smiley table.radchktable:not(.rotatedhalf) tr:first-child td:nth-child(6) label {
    background-color: #ffd203;
}

table.s360_rag.s360_smiley table.radchktable tr:first-child td:nth-child(8) label {
    background-color: #bceb00;
}

table.s360_rag.s360_smiley table.radchktable tr:first-child td:nth-child(10) label {
    background-color: #27a736;
}

/* REVERSED */

table.s360_rag.s360_smiley.s360_rev table.radchktable tr:first-child td:nth-child(2) label {
    background-color: #27a736;
}

table.s360_rag.s360_smiley.s360_rev table.radchktable tr:first-child td:nth-child(4) label {
    background-color: #bceb00;
}

table.s360_rag.s360_smiley.s360_rev table.radchktable:not(.rotatedhalf) tr:first-child td:nth-child(6) label {
    background-color: #ffd203;
}

table.s360_rag.s360_smiley.s360_rev table.radchktable tr:first-child td:nth-child(8) label {
    background-color: #fe9308;
}

table.s360_rag.s360_smiley.s360_rev table.radchktable tr:first-child td:nth-child(10) label {
    background-color: #f24c57;
}









table.s360_smiley table.radchktable tr:first-child td:nth-child(2) {
    background-image: url(images/cobj/sentiment_extremely_dissatisfied.svg);
}

table.s360_smiley table.radchktable tr:first-child td:nth-child(4) {
    background-image: url(images/cobj/sentiment_dissatisfied.svg);
}

table.s360_smiley table.radchktable tr:first-child td:nth-child(6) {
    background-image: url(images/cobj/sentiment_neutral.svg);
}

table.s360_smiley table.radchktable tr:first-child td:nth-child(8) {
    background-image: url(images/cobj/sentiment_satisfied.svg);
}

table.s360_smiley table.radchktable tr:first-child td:nth-child(10) {
    background-image: url(images/cobj/sentiment_very_satisfied.svg);
}

/* REVERSED */

table.s360_smiley.s360_rev table.radchktable tr:first-child td:nth-child(2) {
    background-image: url(images/cobj/sentiment_very_satisfied.svg);
}

table.s360_smiley.s360_rev table.radchktable tr:first-child td:nth-child(4) {
    background-image: url(images/cobj/sentiment_satisfied.svg);    
}

table.s360_smiley.s360_rev table.radchktable tr:first-child td:nth-child(6) {
    background-image: url(images/cobj/sentiment_neutral.svg);
}

table.s360_smiley.s360_rev table.radchktable tr:first-child td:nth-child(8) {
    background-image: url(images/cobj/sentiment_dissatisfied.svg);
}

table.s360_smiley.s360_rev table.radchktable tr:first-child td:nth-child(10) {    
    background-image: url(images/cobj/sentiment_extremely_dissatisfied.svg);
}

/* Glasses */

table.s360_glasses table.radchktable tr:first-child td:nth-child(2) {
    background-image: url(images/cobj/glass4-5.png);
}

table.s360_glasses table.radchktable tr:first-child td:nth-child(4) {
    background-image: url(images/cobj/glass3-5.png);
}

table.s360_glasses table.radchktable tr:first-child td:nth-child(6) {
    background-image: url(images/cobj/glass2-5.png);
}

table.s360_glasses table.radchktable tr:first-child td:nth-child(8) {
    background-image: url(images/cobj/glass1-5.png);
}

table.s360_glasses table.radchktable tr:first-child td:nth-child(10) {
    background-image: url(images/cobj/glass0-5.png);
}

/* REVERSED */

table.s360_glasses.s360_rev table.radchktable tr:first-child td:nth-child(2) {
    background-image: url(images/cobj/glass0-5.png);
}

table.s360_glasses.s360_rev table.radchktable tr:first-child td:nth-child(4) {
    background-image: url(images/cobj/glass1-5.png);
}

table.s360_glasses.s360_rev table.radchktable tr:first-child td:nth-child(6) {
    background-image: url(images/cobj/glass2-5.png);
}

table.s360_glasses.s360_rev table.radchktable tr:first-child td:nth-child(8) {
    background-image: url(images/cobj/glass3-5.png);
}

table.s360_glasses.s360_rev table.radchktable tr:first-child td:nth-child(10) {
    background-image: url(images/cobj/glass4-5.png);
}




/*------------------------------------------------------------------*/



/* Rotated halfway */

/* Rounded edges - left */
table.s360_rag table.radchktable.rotatedhalf tr:first-child td:first-child {
    border-radius: 12px 0px 0px 0px;
}

table.s360_rag table.radchktable.rotatedhalf tr:nth-child(2) td:first-child {
    border-radius: 0px 0px 0px 12px;
}

table.s360_rag table.radchktable.rotatedhalf tr:first-child td:first-child, table.s360_rag table.radchktable.rotatedhalf tr:nth-child(2) td:first-child {
    background-color: #f24c57;
    font-weight: bold;
}

table.s360_rag table.radchktable.rotatedhalf tr:first-child td:nth-child(2), table.s360_rag table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(2) {
    background-color: #fe9308;
    font-weight: bold;
}

table.s360_rag table.radchktable.rotatedhalf tr:first-child td:nth-child(3), table.s360_rag table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(3) {
    background-color: #ffd203;
    font-weight: bold;
}

table.s360_rag table.radchktable.rotatedhalf tr:first-child td:nth-child(4), table.s360_rag table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(4) {
    background-color: #bceb00;
    font-weight: bold;
}

table.s360_rag table.radchktable.rotatedhalf tr:first-child td:nth-child(5), table.s360_rag table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(5) {
    background-color: #27a736;
    font-weight: bold;
}

/* REVERSED */

table.s360_rag.s360_rev table.radchktable.rotatedhalf tr:first-child td:first-child, table.s360_rag.s360_rev table.radchktable.rotatedhalf tr:nth-child(2) td:first-child {
    background-color: #27a736;
    font-weight: bold;
}

table.s360_rag.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(2), table.s360_rag.s360_rev table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(2) {
    background-color: #bceb00;
    font-weight: bold;
}

table.s360_rag.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(3), table.s360_rag.s360_rev table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(3) {
    background-color: #ffd203;
    font-weight: bold;
}

table.s360_rag.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(4), table.s360_rag.s360_rev table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(4) {
    background-color: #fe9308;
    font-weight: bold;
}

table.s360_rag.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(5), table.s360_rag.s360_rev table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(5) {
    background-color: #f24c57;
    font-weight: bold;
}



/* Rounded edges - right */
table.s360_rag table.radchktable.rotatedhalf tr:first-child td:nth-child(5) {
    border-radius: 0px 12px 0px 0px;
}

table.s360_rag table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(5) {
    border-radius: 0px 0px 12px 0px;
}


table.s360_rag.s360_smiley table.radchktable.rotatedhalf tr:first-child td:nth-child(1) label,
table.s360_rag.s360_smiley table.radchktable.rotatedhalf tr:first-child td:nth-child(2) label,
table.s360_rag.s360_smiley table.radchktable.rotatedhalf tr:first-child td:nth-child(3) label,
table.s360_rag.s360_smiley table.radchktable.rotatedhalf tr:first-child td:nth-child(4) label,
table.s360_rag.s360_smiley table.radchktable.rotatedhalf tr:first-child td:nth-child(5) label {
    color: white !important;
}

table.s360_rag.s360_smiley table.radchktable.rotatedhalf tr:first-child td:nth-child(6) label {
    color: black !important;
    margin-right: 0;
}



table.s360_smiley table.radchktable.rotatedhalf tr:first-child td label {
    display: inline-block;
    margin: 4px 60px 4px 0;
    font-weight: bold;
}

table.s360_glasses table.radchktable.rotatedhalf tr:first-child td label, table.s360_glasses.s360_halfrotate table.radchktable.rotatedhalf tr:first-child td label {
    display: inline-block;
    margin: 10px 64px 10px 0;
    font-weight: bold;
}

table.s360_smiley table.radchktable.rotatedhalf tr:first-child td {
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

table.s360_glasses table.radchktable.rotatedhalf tr:first-child td {
    background-size: 48px;
    background-repeat: no-repeat;
    background-position: center;
}

/* Label backgrounds */
table.s360_rag.s360_smiley table.radchktable.rotatedhalf tr:first-child td:first-child label {
    background-color: #f24c57;
}

    table.s360_rag.s360_smiley table.radchktable.rotatedhalf tr:first-child td:nth-child(2) label {
        background-color: #fe9308;
    }

    table.s360_rag.s360_smiley table.radchktable.rotatedhalf tr:first-child td:nth-child(3) label {
        background-color: #ffd203;
    }

    table.s360_rag.s360_smiley table.radchktable.rotatedhalf tr:first-child td:nth-child(4) label {
        background-color: #bceb00;
    }

    table.s360_rag.s360_smiley table.radchktable.rotatedhalf tr:first-child td:nth-child(5) label {
        background-color: #27a736;
    }

/* REVERSED */

table.s360_rag.s360_smiley.s360_rev table.radchktable.rotatedhalf tr:first-child td:first-child label {
    background-color: #27a736;    
}

table.s360_rag.s360_smiley.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(2) label {
    background-color: #bceb00;   
}

table.s360_rag.s360_smiley.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(3) label {
    background-color: #ffd203;
}

table.s360_rag.s360_smiley.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(4) label {
    background-color: #fe9308;
}

table.s360_rag.s360_smiley.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(5) label {
    background-color: #f24c57;
}







/* Smileys */

table.s360_smiley table.radchktable.rotatedhalf tr:first-child td:first-child {
    background-image: url(images/cobj/sentiment_extremely_dissatisfied.svg);
}

table.s360_smiley table.radchktable.rotatedhalf tr:first-child td:nth-child(2) {
    background-image: url(images/cobj/sentiment_dissatisfied.svg);
}

table.s360_smiley table.radchktable.rotatedhalf tr:first-child td:nth-child(3) {
    background-image: url(images/cobj/sentiment_neutral.svg);
}

table.s360_smiley table.radchktable.rotatedhalf tr:first-child td:nth-child(4) {
    background-image: url(images/cobj/sentiment_satisfied.svg);
}

table.s360_smiley table.radchktable.rotatedhalf tr:first-child td:nth-child(5) {
    background-image: url(images/cobj/sentiment_very_satisfied.svg);
}

/* REVERSED */

table.s360_smiley.s360_rev table.radchktable.rotatedhalf tr:first-child td:first-child {
    
    background-image: url(images/cobj/sentiment_very_satisfied.svg);
}

table.s360_smiley.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(2) {
    background-image: url(images/cobj/sentiment_satisfied.svg);
    
}

table.s360_smiley.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(3) {
    background-image: url(images/cobj/sentiment_neutral.svg);
}

table.s360_smiley.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(4) {
    background-image: url(images/cobj/sentiment_dissatisfied.svg);
}

table.s360_smiley.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(5) {
    background-image: url(images/cobj/sentiment_extremely_dissatisfied.svg);
}

/* Glasses */

table.s360_glasses table.radchktable.rotatedhalf tr:first-child td:first-child {
    background-image: url(images/cobj/glass4-5.png);
}

table.s360_glasses table.radchktable.rotatedhalf tr:first-child td:nth-child(2) {
    background-image: url(images/cobj/glass3-5.png);
}

table.s360_glasses table.radchktable.rotatedhalf tr:first-child td:nth-child(3) {
    background-image: url(images/cobj/glass2-5.png);
}

table.s360_glasses table.radchktable.rotatedhalf tr:first-child td:nth-child(4) {
    background-image: url(images/cobj/glass1-5.png);
}

table.s360_glasses table.radchktable.rotatedhalf tr:first-child td:nth-child(5) {
    background-image: url(images/cobj/glass0-5.png);
}

/* REVERSED */

table.s360_glasses.s360_rev table.radchktable.rotatedhalf tr:first-child td:first-child {
    background-image: url(images/cobj/glass0-5.png);
}

table.s360_glasses.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(2) {
    background-image: url(images/cobj/glass1-5.png);
}

table.s360_glasses.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(3) {
    background-image: url(images/cobj/glass2-5.png);
}

table.s360_glasses.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(4) {
    background-image: url(images/cobj/glass3-5.png);
}

table.s360_glasses.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(5) {
    background-image: url(images/cobj/glass4-5.png);
}



table.s360_smiley table.radchktable.rotatedhalf tr:first-child td:nth-child(6) {
    background-image: none;
}

table.s360_glasses table.radchktable.rotatedhalf tr:first-child td:nth-child(6) {
    background-image: none;
}

/*------------------------------------------------------------------*/


/* Rotated all */



table.s360_rag table.radchktable.rotated tr:first-child td:first-child {
    border-radius: 12px 0px 0px 0px;
}

table.s360_rag table.radchktable.rotated tr:nth-child(1) td:nth-child(2) {
    border-radius: 0px 12px 0px 0px;
}

table.s360_rag table.radchktable.rotated tr:first-child td:first-child, table.s360_rag table.radchktable.rotated tr:first-child td:nth-child(2) {
    background-color: #f24c57;
    font-weight: bold;
}

table.s360_rag table.radchktable.rotated tr:nth-child(2) td:first-child, table.s360_rag table.radchktable.rotated tr:nth-child(2) td:nth-child(2) {
    background-color: #fe9308;
    font-weight: bold;
}

table.s360_rag table.radchktable.rotated tr:nth-child(3) td:first-child, table.s360_rag table.radchktable.rotated tr:nth-child(3) td:nth-child(2) {
    background-color: #ffd203;
    font-weight: bold;
}

table.s360_rag table.radchktable.rotated tr:nth-child(4) td:first-child, table.s360_rag table.radchktable.rotated tr:nth-child(4) td:nth-child(2) {
    background-color: #bceb00;
    font-weight: bold;
}

table.s360_rag table.radchktable.rotated tr:nth-child(5) td:first-child, table.s360_rag table.radchktable.rotated tr:nth-child(5) td:nth-child(2) {
    background-color: #27a736;
    font-weight: bold;
}

/* REVERSED */

table.s360_rag.s360_rev table.radchktable.rotated tr:first-child td:first-child, table.s360_rag.s360_rev table.radchktable.rotated tr:first-child td:nth-child(2) {
    background-color: #27a736;
    font-weight: bold;
}

table.s360_rag.s360_rev table.radchktable.rotated tr:nth-child(2) td:first-child, table.s360_rag.s360_rev table.radchktable.rotated tr:nth-child(2) td:nth-child(2) {
    background-color: #bceb00;
    font-weight: bold;
}

table.s360_rag.s360_rev table.radchktable.rotated tr:nth-child(3) td:first-child, table.s360_rag.s360_rev table.radchktable.rotated tr:nth-child(3) td:nth-child(2) {
    background-color: #ffd203;
    font-weight: bold;
}

table.s360_rag.s360_rev table.radchktable.rotated tr:nth-child(4) td:first-child, table.s360_rag.s360_rev table.radchktable.rotated tr:nth-child(4) td:nth-child(2) {
    background-color: #fe9308;
    font-weight: bold;
}

table.s360_rag.s360_rev table.radchktable.rotated tr:nth-child(5) td:first-child, table.s360_rag.s360_rev table.radchktable.rotated tr:nth-child(5) td:nth-child(2) {
    background-color: #f24c57;
    font-weight: bold;
}




table.s360_rag table.radchktable.rotated tr:nth-child(5) td:first-child {
    border-radius: 0px 0px 0px 12px;
}

table.s360_rag table.radchktable.rotated tr:nth-child(5) td:nth-child(2) {
    border-radius: 0px 0px 12px 0px;
}



table.s360_smiley.s360_rag table.radchktable.rotated tr td:nth-child(2) label {
    color: white !important;
    
}

table.s360_smiley.s360_rag table.radchktable.rotated tr:nth-child(6) td:nth-child(2) label {
    color: black !important;
}


table.s360_smiley table.radchktable.rotated tr td:nth-child(2) label {
    margin-right: 60px;
}

table.s360_glasses table.radchktable.rotated tr td:nth-child(2) label {
    margin-right: 60px;
}

table.s360_smiley table.radchktable.rotated tr td:nth-child(2) {
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

table.s360_glasses table.radchktable.rotated tr td:nth-child(2) {
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
}



/* Label backgrounds */
table.s360_smiley.s360_rag table.radchktable.rotated tr:first-child td:nth-child(2) label {
    background-color: #f24c57;
}

table.s360_smiley.s360_rag table.radchktable.rotated tr:nth-child(2) td:nth-child(2) label {
    background-color: #fe9308;
}

table.s360_smiley.s360_rag table.radchktable.rotated tr:nth-child(3) td:nth-child(2) label {
    background-color: #ffd203;
}

table.s360_smiley.s360_rag table.radchktable.rotated tr:nth-child(4) td:nth-child(2) label {
    background-color: #bceb00;
}

table.s360_smiley.s360_rag table.radchktable.rotated tr:nth-child(5) td:nth-child(2) label {
    background-color: #27a736;
}

/* REVERSED */

table.s360_smiley.s360_rag.s360_rev table.radchktable.rotated tr:first-child td:nth-child(2) label {
    background-color: #27a736;
    
}

table.s360_smiley.s360_rag.s360_rev table.radchktable.rotated tr:nth-child(2) td:nth-child(2) label {
    background-color: #bceb00;
    
}

table.s360_smiley.s360_rag.s360_rev table.radchktable.rotated tr:nth-child(3) td:nth-child(2) label {
    background-color: #ffd203;
}

table.s360_smiley.s360_rag.s360_rev table.radchktable.rotated tr:nth-child(4) td:nth-child(2) label {
    background-color: #fe9308;
}

table.s360_smiley.s360_rag.s360_rev table.radchktable.rotated tr:nth-child(5) td:nth-child(2) label {
    background-color: #f24c57;
}



/* Smileys */

table.s360_smiley table.radchktable.rotated tr:first-child td:nth-child(2) {
    background-image: url(images/cobj/sentiment_extremely_dissatisfied.svg);
}

table.s360_smiley table.radchktable.rotated tr:nth-child(2) td:nth-child(2) {
    background-image: url(images/cobj/sentiment_dissatisfied.svg);
}

table.s360_smiley table.radchktable.rotated tr:nth-child(3) td:nth-child(2) {
    background-image: url(images/cobj/sentiment_neutral.svg);
}

table.s360_smiley table.radchktable.rotated tr:nth-child(4) td:nth-child(2) {
    background-image: url(images/cobj/sentiment_satisfied.svg);
}

table.s360_smiley table.radchktable.rotated tr:nth-child(5) td:nth-child(2) {
    background-image: url(images/cobj/sentiment_very_satisfied.svg);
}

/* REVERSED */

table.s360_smiley.s360_rev table.radchktable.rotated tr:first-child td:nth-child(2) {
    background-image: url(images/cobj/sentiment_very_satisfied.svg);
}

table.s360_smiley.s360_rev table.radchktable.rotated tr:nth-child(2) td:nth-child(2) {
    background-image: url(images/cobj/sentiment_satisfied.svg);
}

table.s360_smiley.s360_rev table.radchktable.rotated tr:nth-child(3) td:nth-child(2) {
    background-image: url(images/cobj/sentiment_neutral.svg);
}

table.s360_smiley.s360_rev table.radchktable.rotated tr:nth-child(4) td:nth-child(2) {
    background-image: url(images/cobj/sentiment_dissatisfied.svg);
}

table.s360_smiley.s360_rev table.radchktable.rotated tr:nth-child(5) td:nth-child(2) {
    background-image: url(images/cobj/sentiment_extremely_dissatisfied.svg);
}


/* Glasses */

table.s360_glasses table.radchktable.rotated tr:first-child td:nth-child(2) {
    background-image: url(images/cobj/glass4-5.png);
}

table.s360_glasses table.radchktable.rotated tr:nth-child(2) td:nth-child(2) {
    background-image: url(images/cobj/glass3-5.png);
}

table.s360_glasses table.radchktable.rotated tr:nth-child(3) td:nth-child(2) {
    background-image: url(images/cobj/glass2-5.png);
}

table.s360_glasses table.radchktable.rotated tr:nth-child(4) td:nth-child(2) {
    background-image: url(images/cobj/glass1-5.png);
}

table.s360_glasses table.radchktable.rotated tr:nth-child(5) td:nth-child(2) {
    background-image: url(images/cobj/glass0-5.png);
}

/* REVERSED */

table.s360_glasses.s360_rev table.radchktable.rotated tr:first-child td:nth-child(2) {
    background-image: url(images/cobj/glass0-5.png);
}

table.s360_glasses.s360_rev table.radchktable.rotated tr:nth-child(2) td:nth-child(2) {
    background-image: url(images/cobj/glass1-5.png);
}

table.s360_glasses.s360_rev table.radchktable.rotated tr:nth-child(3) td:nth-child(2) {
    background-image: url(images/cobj/glass2-5.png);
}

table.s360_glasses.s360_rev table.radchktable.rotated tr:nth-child(4) td:nth-child(2) {
    background-image: url(images/cobj/glass3-5.png);
}

table.s360_glasses.s360_rev table.radchktable.rotated tr:nth-child(5) td:nth-child(2) {
    background-image: url(images/cobj/glass4-5.png);
}


table.s360_glasses table.radchktable.rotated tr td label {
    display: inline-block;
    margin: 10px 64px 10px 0;
    font-weight: bold;
}



/* END OF RAG CODE */






/* ERROR MESSAGES */


.errStyle p {
    display: none;
}

.errStyle {
    float: left;
    clear: both;
    color: red;
    font-weight: bold;
    padding: 4px 0px 4px 12px;
    border-left: 26px solid red;
    /* line-height: 18px; */
    margin: 4px 0px 4px -36px;
}


.errStyle img {

    height: 30px;

}

    .warnStyle p {
        display: none;
    }

.warnStyle {
    position: absolute;
    margin-left: -40px;

}

    .warnStyle img {
        height: 30px;
    }

    .warnStyle div.s360_tick {
        background: url(images/cobj/tickapplyG.png);
        height: 32px;
        width: 32px;
        background-size: contain;
    }


/* section headings /--*/
div.section_head_wrap {
    margin: .5em 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding-left: 3em;
}

div.section_head.current {
    background: #006;
    color: #fff;
}

div.section_head {
    display: inline-block;
    padding: .5em 1em;
    margin: 0 .2em;
    font-size: 1em;
    min-width: 3em;
    line-height: 1.5em;
    vertical-align: middle;
    text-align: center;
}
/*--/ section headings */

/* Bullets */
.s360_bullets .s360_surveyBody .s360_qintro {
    display: list-item;
    list-style-type: disc;
    padding-left: 3px;
}

.s360_bullets .s360_surveyBody .s360_qintro::marker {
    color: #0075ff;
    font-size: 1.5em;
}

.s360_bullets .s360_surveyBody .s360_qtable .s360_qtextv.to14 {
    display: list-item;
    list-style-type: disc;
    padding-left: 3px;
}

/* Keep bullets inside border */
.s360_bullets .s360_surveyBody .s360_qtable.s360_border .s360_qtextv.to14 {
    padding-left: 0px;
    margin-left: 24px;
}

.s360_bullets .s360_surveyBody .s360_qtable .s360_qtextv.to14::marker {
    color: #0075ff;
    font-size: 1.5em;
}

.s360_bullets .s360_surveyBody .s360_qintro + .s360_qtable .s360_qtextv.to14 {
    display: block;
    padding-left: 0;
}

.s360_bullets .s360_surveyBody .s360_qintro_off {
    display: none !important;
}

.s360_bullets .s360_surveyBodys .warnStyle {
    margin-left: -46px;
}  


/* Dimmed checkbox */

.s360_dimCell {
    opacity: 0;
    filter: alpha(opacity=0);
    border: none !important;
}








/* 11 point SMILEY / RAG CODE [CLASS=s360_rag11] */


/* Standard display */

table.s360_rag11 table.radchktable label {
    color: black !important;
}

table.s360_rag11 table.radchktable td {
    border-color: transparent !important;
}

    table.s360_rag11 table.radchktable td input, table.s360_rag11 table.radchktable td label {
        margin-left: 8px;
    }

        table.s360_rag11 table.radchktable td input:checked {
            outline: white 3px solid;
            outline-offset: 1px;
        }



table.s360_rag11 table.radchktable tr:first-child td:first-child {
    background-color: #c80c10;
    border-radius: 12px 0px 0px 12px;
}

table.s360_rag11 table.radchktable tr:first-child td:nth-child(2) {
    background-color: #c80c10;
    font-weight: bold;
}

table.s360_rag11 table.radchktable:not(.rotated) tr:first-child td:nth-child(3), table.s360_rag11 table.radchktable tr:first-child td:nth-child(4) {
    background-color: #d0401a;
    font-weight: bold;
}

table.s360_rag11 table.radchktable tr:first-child td:nth-child(5), table.s360_rag11 table.radchktable tr:first-child td:nth-child(6) {
    background-color: #df7328;
    font-weight: bold;
}

table.s360_rag11 table.radchktable tr:first-child td:nth-child(7), table.s360_rag11 table.radchktable tr:first-child td:nth-child(8) {
    background-color: #e9a533;
    font-weight: bold;
}

table.s360_rag11 table.radchktable tr:first-child td:nth-child(9), table.s360_rag11 table.radchktable tr:first-child td:nth-child(10) {
    background-color: #f4d73d;
    font-weight: bold;
}

table.s360_rag11 table.radchktable tr:first-child td:nth-child(11), table.s360_rag11 table.radchktable:not(.rotatedhalf) tr:first-child td:nth-child(12) {
    background-color: #cedb3a;
    font-weight: bold;
}

table.s360_rag11 table.radchktable tr:first-child td:nth-child(13), table.s360_rag11 table.radchktable tr:first-child td:nth-child(14) {
    background-color: #ace03d;
    font-weight: bold;
}

table.s360_rag11 table.radchktable tr:first-child td:nth-child(15), table.s360_rag11 table.radchktable tr:first-child td:nth-child(16) {
    background-color: #9add59;
    font-weight: bold;
}

table.s360_rag11 table.radchktable tr:first-child td:nth-child(17), table.s360_rag11 table.radchktable tr:first-child td:nth-child(18) {
    background-color: #8ada78;
    font-weight: bold;
}

table.s360_rag11 table.radchktable tr:first-child td:nth-child(19), table.s360_rag11 table.radchktable tr:first-child td:nth-child(20) {
    background-color: #84d4b9;
    font-weight: bold;
}

table.s360_rag11 table.radchktable tr:first-child td:nth-child(21), table.s360_rag11 table.radchktable tr:first-child td:nth-child(22) {
    background-color: #89cdfa;
    font-weight: bold;
}

/* REVERSED */

table.s360_rag11.s360_rev table.radchktable tr:first-child td:first-child {
    background-color: #89cdfa;
    border-radius: 12px 0px 0px 12px;
}

table.s360_rag11.s360_rev table.radchktable tr:first-child td:nth-child(2) {
    background-color: #89cdfa;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable:not(.rotated) tr:first-child td:nth-child(3), table.s360_rag11.s360_rev table.radchktable tr:first-child td:nth-child(4) {
    background-color: #84d4b9;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable tr:first-child td:nth-child(5), table.s360_rag11.s360_rev table.radchktable tr:first-child td:nth-child(6) {
    background-color: #8ada78;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable tr:first-child td:nth-child(7), table.s360_rag11.s360_rev table.radchktable tr:first-child td:nth-child(8) {
    background-color: #9add59;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable tr:first-child td:nth-child(9), table.s360_rag11.s360_rev table.radchktable tr:first-child td:nth-child(10) {
    background-color: #ace03d;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable tr:first-child td:nth-child(11), table.s360_rag11.s360_rev table.radchktable:not(.rotatedhalf) tr:first-child td:nth-child(12) {
    background-color: #cedb3a;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable tr:first-child td:nth-child(13), table.s360_rag11.s360_rev table.radchktable tr:first-child td:nth-child(14) {
    background-color: #f4d73d;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable tr:first-child td:nth-child(15), table.s360_rag11.s360_rev table.radchktable tr:first-child td:nth-child(16) {
    background-color: #e9a533;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable tr:first-child td:nth-child(17), table.s360_rag11.s360_rev table.radchktable tr:first-child td:nth-child(18) {
    background-color: #df7328;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable tr:first-child td:nth-child(19), table.s360_rag11.s360_rev table.radchktable tr:first-child td:nth-child(20) {
    background-color: #d0401a;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable tr:first-child td:nth-child(21), table.s360_rag11.s360_rev table.radchktable tr:first-child td:nth-child(22) {
    background-color: #c80c10;
    font-weight: bold;
}


table.s360_rag11 table.radchktable tr:first-child td:nth-child(22) {
    border-radius: 0px 12px 12px 0px;
}




table.s360_smiley11 table.radchktable tr:first-child td:nth-child(even) {
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

table.s360_rag11.s360_smiley11 table.radchktable tr:first-child td label {
    color: white !important;
}

table.s360_rag11.s360_smiley11 table.radchktable tr:first-child td:nth-child(12) label, table.s360_rag11.s360_smiley11 table.radchktable tr:first-child td:nth-child(24) label {
    color: black !important;
}


table.s360_smiley11 table.radchktable tr:first-child td:nth-child(even) label {
    margin-right: 60px; /* To give space for the smileys */
}

table.s360_rag11.s360_smiley11 table.radchktable td input:checked {
    outline: #0075ff 3px solid;
    outline-offset: 10px;
}


table.s360_rag11.s360_smiley11 table.radchktable tr:first-child td:nth-child(2) label {
    background-color: #c80c10;
}

table.s360_rag11.s360_smiley11 table.radchktable tr:first-child td:nth-child(4) label {
    background-color: #d0401a;
}

table.s360_rag11.s360_smiley11 table.radchktable tr:first-child td:nth-child(6) label {
    background-color: #df7328;
}

table.s360_rag11.s360_smiley11 table.radchktable tr:first-child td:nth-child(8) label {
    background-color: #e9a533;
}

table.s360_rag11.s360_smiley11 table.radchktable tr:first-child td:nth-child(10) label {
    background-color: #f4d73d;
}

table.s360_rag11.s360_smiley11 table.radchktable:not(.rotatedhalf) tr:first-child td:nth-child(12) label {
    background-color: #cedb3a;
}

table.s360_rag11.s360_smiley11 table.radchktable tr:first-child td:nth-child(14) label {
    background-color: #ace03d;
}

table.s360_rag11.s360_smiley11 table.radchktable tr:first-child td:nth-child(16) label {
    background-color: #9add59;
}

table.s360_rag11.s360_smiley11 table.radchktable tr:first-child td:nth-child(18) label {
    background-color: #8ada78;
}

table.s360_rag11.s360_smiley11 table.radchktable tr:first-child td:nth-child(20) label {
    background-color: #84d4b9;
}

table.s360_rag11.s360_smiley11 table.radchktable tr:first-child td:nth-child(22) label {
    background-color: #89cdfa;
}

/* REVERSED */

table.s360_rag11.s360_smiley11.s360_rev table.radchktable tr:first-child td:nth-child(2) label {
    background-color: #89cdfa;
}

table.s360_rag11.s360_smiley11.s360_rev table.radchktable tr:first-child td:nth-child(4) label {
    background-color: #84d4b9;
}

table.s360_rag11.s360_smiley11.s360_rev table.radchktable tr:first-child td:nth-child(6) label {
    background-color: #8ada78;
}

table.s360_rag11.s360_smiley11.s360_rev table.radchktable tr:first-child td:nth-child(8) label {
    background-color: #9add59;
}

table.s360_rag11.s360_smiley11.s360_rev table.radchktable tr:first-child td:nth-child(10) label {
    background-color: #ace03d;
}

table.s360_rag11.s360_smiley11.s360_rev table.radchktable:not(.rotatedhalf) tr:first-child td:nth-child(12) label {
    background-color: #cedb3a;
}

table.s360_rag11.s360_smiley11.s360_rev table.radchktable tr:first-child td:nth-child(14) label {
    background-color: #f4d73d;
}

table.s360_rag11.s360_smiley11.s360_rev table.radchktable tr:first-child td:nth-child(16) label {
    background-color: #e9a533;
}

table.s360_rag11.s360_smiley11.s360_rev table.radchktable tr:first-child td:nth-child(18) label {
    background-color: #df7328;
}

table.s360_rag11.s360_smiley11.s360_rev table.radchktable tr:first-child td:nth-child(20) label {
    background-color: #d0401a;
}

table.s360_rag11.s360_smiley11.s360_rev table.radchktable tr:first-child td:nth-child(22) label {
    background-color: #c80c10;
}



table.s360_smiley11 table.radchktable tr:first-child td:nth-child(2) {
    background-image: url(images/cobj/face10-11.png);
}

table.s360_smiley11 table.radchktable tr:first-child td:nth-child(4) {
    background-image: url(images/cobj/face9-11.png);
}

table.s360_smiley11 table.radchktable tr:first-child td:nth-child(6) {
    background-image: url(images/cobj/face8-11.png);
}

table.s360_smiley11 table.radchktable tr:first-child td:nth-child(8) {
    background-image: url(images/cobj/face6-11.png);
}

table.s360_smiley11 table.radchktable tr:first-child td:nth-child(10) {
    background-image: url(images/cobj/face5-11.png);
}

table.s360_smiley11 table.radchktable:not(.rotatedhalf) tr:first-child td:nth-child(12) {
    background-image: url(images/cobj/face4-11.png);
}

table.s360_smiley11 table.radchktable tr:first-child td:nth-child(14) {
    background-image: url(images/cobj/face3-11.png);
}

table.s360_smiley11 table.radchktable tr:first-child td:nth-child(16) {
    background-image: url(images/cobj/face2-11.png);
}

table.s360_smiley11 table.radchktable tr:first-child td:nth-child(18) {
    background-image: url(images/cobj/face1-11.png);
}

table.s360_smiley11 table.radchktable tr:first-child td:nth-child(20) {
    background-image: url(images/cobj/face0-11.png);
}

table.s360_smiley11 table.radchktable tr:first-child td:nth-child(22) {
    background-image: url(images/cobj/face0a-11.png);
}

/* REVERSED */

table.s360_smiley11.s360_rev table.radchktable tr:first-child td:nth-child(2) {
    background-image: url(images/cobj/face0a-11.png);
}

table.s360_smiley11.s360_rev table.radchktable tr:first-child td:nth-child(4) {
    background-image: url(images/cobj/face0-11.png);
}

table.s360_smiley11.s360_rev table.radchktable tr:first-child td:nth-child(6) {
    background-image: url(images/cobj/face1-11.png);
}

table.s360_smiley11.s360_rev table.radchktable tr:first-child td:nth-child(8) {
    background-image: url(images/cobj/face2-11.png);
}

table.s360_smiley11.s360_rev table.radchktable tr:first-child td:nth-child(10) {
    background-image: url(images/cobj/face3-11.png);
}

table.s360_smiley11.s360_rev table.radchktable:not(.rotatedhalf) tr:first-child td:nth-child(12) {
    background-image: url(images/cobj/face4-11.png);
}

table.s360_smiley11.s360_rev table.radchktable tr:first-child td:nth-child(14) {
    background-image: url(images/cobj/face5-11.png);
}

table.s360_smiley11.s360_rev table.radchktable tr:first-child td:nth-child(16) {
    background-image: url(images/cobj/face6-11.png);
}

table.s360_smiley11.s360_rev table.radchktable tr:first-child td:nth-child(18) {
    background-image: url(images/cobj/face8-11.png);
}

table.s360_smiley11.s360_rev table.radchktable tr:first-child td:nth-child(20) {
    background-image: url(images/cobj/face9-11.png);
}

table.s360_smiley11.s360_rev table.radchktable tr:first-child td:nth-child(22) {
    background-image: url(images/cobj/face10-11.png);
}

/*------------------------------------------------------------------*/



/* Rotated halfway */

/* Rounded edges - left */
table.s360_rag11 table.radchktable.rotatedhalf tr:first-child td:first-child {
    border-radius: 12px 0px 0px 0px;
}

table.s360_rag11 table.radchktable.rotatedhalf tr:nth-child(2) td:first-child {
    border-radius: 0px 0px 0px 12px;
}

table.s360_rag11 table.radchktable.rotatedhalf tr:first-child td:first-child, table.s360_rag11 table.radchktable.rotatedhalf tr:nth-child(2) td:first-child {
    background-color: #c80c10;
    font-weight: bold;
}

table.s360_rag11 table.radchktable.rotatedhalf tr:first-child td:nth-child(2), table.s360_rag11 table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(2) {
    background-color: #d0401a;
    font-weight: bold;
}

table.s360_rag11 table.radchktable.rotatedhalf tr:first-child td:nth-child(3), table.s360_rag11 table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(3) {
    background-color: #df7328;
    font-weight: bold;
}

table.s360_rag11 table.radchktable.rotatedhalf tr:first-child td:nth-child(4), table.s360_rag11 table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(4) {
    background-color: #e9a533;
    font-weight: bold;
}

table.s360_rag11 table.radchktable.rotatedhalf tr:first-child td:nth-child(5), table.s360_rag11 table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(5) {
    background-color: #f4d73d;
    font-weight: bold;
}

table.s360_rag11 table.radchktable.rotatedhalf tr:first-child td:nth-child(6), table.s360_rag11 table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(6) {
    background-color: #cedb3a;
    font-weight: bold;
}

table.s360_rag11 table.radchktable.rotatedhalf tr:first-child td:nth-child(7), table.s360_rag11 table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(7) {
    background-color: #ace03d;
    font-weight: bold;
}

table.s360_rag11 table.radchktable.rotatedhalf tr:first-child td:nth-child(8), table.s360_rag11 table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(8) {
    background-color: #9add59;
    font-weight: bold;
}

table.s360_rag11 table.radchktable.rotatedhalf tr:first-child td:nth-child(9), table.s360_rag11 table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(9) {
    background-color: #8ada78;
    font-weight: bold;
}

table.s360_rag11 table.radchktable.rotatedhalf tr:first-child td:nth-child(10), table.s360_rag11 table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(10) {
    background-color: #84d4b9;
    font-weight: bold;
}

table.s360_rag11 table.radchktable.rotatedhalf tr:first-child td:nth-child(11), table.s360_rag11 table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(11) {
    background-color: #89cdfa;
    font-weight: bold;
}




/* REVERSED */

table.s360_rag11.s360_rev table.radchktable.rotatedhalf tr:first-child td:first-child, table.s360_rag11.s360_rev table.radchktable.rotatedhalf tr:nth-child(2) td:first-child {
    background-color: #89cdfa;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(2), table.s360_rag11.s360_rev table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(2) {
    background-color: #84d4b9;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(3), table.s360_rag11.s360_rev table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(3) {
    background-color: #8ada78;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(4), table.s360_rag11.s360_rev table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(4) {
    background-color: #9add59;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(5), table.s360_rag11.s360_rev table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(5) {
    background-color: #ace03d;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(6), table.s360_rag11.s360_rev table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(6) {
    background-color: #cedb3a;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(7), table.s360_rag11.s360_rev table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(7) {
    background-color: #f4d73d;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(8), table.s360_rag11.s360_rev table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(8) {
    background-color: #e9a533;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(9), table.s360_rag11.s360_rev table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(9) {
    background-color: #df7328;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(10), table.s360_rag11.s360_rev table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(10) {
    background-color: #d0401a;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(11), table.s360_rag11.s360_rev table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(11) {
    background-color: #c80c10;
    font-weight: bold;
}


/* Rounded edges - right */
table.s360_rag11 table.radchktable.rotatedhalf tr:first-child td:nth-child(11) {
    border-radius: 0px 12px 0px 0px;
}

table.s360_rag11 table.radchktable.rotatedhalf tr:nth-child(2) td:nth-child(11) {
    border-radius: 0px 0px 12px 0px;
}


table.s360_rag11.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(1) label,
table.s360_rag11.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(2) label,
table.s360_rag11.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(3) label,
table.s360_rag11.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(4) label,
table.s360_rag11.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(5) label,
table.s360_rag11.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(6) label,
table.s360_rag11.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(7) label,
table.s360_rag11.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(8) label,
table.s360_rag11.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(9) label,
table.s360_rag11.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(10) label,
table.s360_rag11.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(11) label {
    color: white !important;
    padding: 6px 0 6px 0;
    display: inline-block;
}

table.s360_rag11.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(12) label {
    color: black !important;
    margin-right: 0;
}



table.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td label {
    margin-right: 60px;
}


table.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td {
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

/* Label backgrounds */
table.s360_rag11.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:first-child label {
    background-color: #c80c10;
}

table.s360_rag11.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(2) label {
    background-color: #d0401a;
}

table.s360_rag11.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(3) label {
    background-color: #df7328;
}

table.s360_rag11.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(4) label {
    background-color: #e9a533;
}

table.s360_rag11.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(5) label {
    background-color: #f4d73d;
}

table.s360_rag11.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(6) label {
    background-color: #cedb3a;
}

table.s360_rag11.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(7) label {
    background-color: #ace03d;
}

table.s360_rag11.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(8) label {
    background-color: #9add59;
}

table.s360_rag11.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(9) label {
    background-color: #8ada78;
}

table.s360_rag11.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(10) label {
    background-color: #84d4b9;
}

table.s360_rag11.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(11) label {
    background-color: #89cdfa;
}


/* REVERSED */

table.s360_rag11.s360_smiley11.s360_rev table.radchktable.rotatedhalf tr:first-child td:first-child label {
    background-color: #89cdfa;
}

table.s360_rag11.s360_smiley11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(2) label {
    background-color: #84d4b9;
}

table.s360_rag11.s360_smiley11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(3) label {
    background-color: #8ada78;
}

table.s360_rag11.s360_smiley11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(4) label {
    background-color: #9add59;
}

table.s360_rag11.s360_smiley11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(5) label {
    background-color: #ace03d;
}

table.s360_rag11.s360_smiley11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(6) label {
    background-color: #cedb3a;
}

table.s360_rag11.s360_smiley11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(7) label {
    background-color: #f4d73d;
}

table.s360_rag11.s360_smiley11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(8) label {
    background-color: #e9a533;
}

table.s360_rag11.s360_smiley11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(9) label {
    background-color: #df7328;
}

table.s360_rag11.s360_smiley11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(10) label {
    background-color: #d0401a;
}

table.s360_rag11.s360_smiley11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(11) label {
    background-color: #c80c10;
}


/* Smileys */

table.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:first-child {
    background-image: url(images/cobj/face10-11.png);
}

table.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(2) {
    background-image: url(images/cobj/face9-11.png);
}

table.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(3) {
    background-image: url(images/cobj/face8-11.png);
}

table.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(4) {
    background-image: url(images/cobj/face6-11.png);
}

table.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(5) {
    background-image: url(images/cobj/face5-11.png);
}

table.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(6) {
    background-image: url(images/cobj/face4-11.png);
}

table.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(7) {
    background-image: url(images/cobj/face3-11.png);
}

table.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(8) {
    background-image: url(images/cobj/face2-11.png);
}

table.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(9) {
    background-image: url(images/cobj/face1-11.png);
}

table.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(10) {
    background-image: url(images/cobj/face0-11.png);
}

table.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(11) {
    background-image: url(images/cobj/face0a-11.png);
}


/* REVERSED */

table.s360_smiley11.s360_rev table.radchktable.rotatedhalf tr:first-child td:first-child {
    background-image: url(images/cobj/face0a-11.png);
}

table.s360_smiley11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(2) {
    background-image: url(images/cobj/face0-11.png);
}

table.s360_smiley11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(3) {
    background-image: url(images/cobj/face1-11.png);
}

table.s360_smiley11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(4) {
    background-image: url(images/cobj/face2-11.png);
}

table.s360_smiley11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(5) {
    background-image: url(images/cobj/face3-11.png);
}

table.s360_smiley11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(6) {
    background-image: url(images/cobj/face4-11.png);
}

table.s360_smiley11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(7) {
    background-image: url(images/cobj/face5-11.png);
}

table.s360_smiley11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(8) {
    background-image: url(images/cobj/face6-11.png);
}

table.s360_smiley11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(9) {
    background-image: url(images/cobj/face8-11.png);
}

table.s360_smiley11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(10) {
    background-image: url(images/cobj/face9-11.png);
}

table.s360_smiley11.s360_rev table.radchktable.rotatedhalf tr:first-child td:nth-child(11) {
    background-image: url(images/cobj/face10-11.png);
}


table.s360_smiley11 table.radchktable.rotatedhalf tr:first-child td:nth-child(12) {
    background-image: none;
    
}


/*------------------------------------------------------------------*/


/* Rotated all */



table.s360_rag11 table.radchktable.rotated tr:first-child td:first-child {
    border-radius: 12px 0px 0px 0px;
}

table.s360_rag11 table.radchktable.rotated tr:nth-child(1) td:nth-child(2) {
    border-radius: 0px 12px 0px 0px;
}

table.s360_rag11 table.radchktable.rotated tr:first-child td:first-child, table.s360_rag11 table.radchktable.rotated tr:first-child td:nth-child(2) {
    background-color: #c80c10;
    font-weight: bold;
}

table.s360_rag11 table.radchktable.rotated tr:nth-child(2) td:first-child, table.s360_rag11 table.radchktable.rotated tr:nth-child(2) td:nth-child(2) {
    background-color: #d0401a;
    font-weight: bold;
}

table.s360_rag11 table.radchktable.rotated tr:nth-child(3) td:first-child, table.s360_rag11 table.radchktable.rotated tr:nth-child(3) td:nth-child(2) {
    background-color: #df7328;
    font-weight: bold;
}

table.s360_rag11 table.radchktable.rotated tr:nth-child(4) td:first-child, table.s360_rag11 table.radchktable.rotated tr:nth-child(4) td:nth-child(2) {
    background-color: #e9a533;
    font-weight: bold;
}

table.s360_rag11 table.radchktable.rotated tr:nth-child(5) td:first-child, table.s360_rag11 table.radchktable.rotated tr:nth-child(5) td:nth-child(2) {
    background-color: #f4d73d;
    font-weight: bold;
}

table.s360_rag11 table.radchktable.rotated tr:nth-child(6) td:first-child, table.s360_rag11 table.radchktable.rotated tr:nth-child(6) td:nth-child(2) {
    background-color: #cedb3a;
    font-weight: bold;
}

table.s360_rag11 table.radchktable.rotated tr:nth-child(7) td:first-child, table.s360_rag11 table.radchktable.rotated tr:nth-child(7) td:nth-child(2) {
    background-color: #ace03d;
    font-weight: bold;
}

table.s360_rag11 table.radchktable.rotated tr:nth-child(8) td:first-child, table.s360_rag11 table.radchktable.rotated tr:nth-child(8) td:nth-child(2) {
    background-color: #9add59;
    font-weight: bold;
}

table.s360_rag11 table.radchktable.rotated tr:nth-child(9) td:first-child, table.s360_rag11 table.radchktable.rotated tr:nth-child(9) td:nth-child(2) {
    background-color: #8ada78;
    font-weight: bold;
}

table.s360_rag11 table.radchktable.rotated tr:nth-child(10) td:first-child, table.s360_rag11 table.radchktable.rotated tr:nth-child(10) td:nth-child(2) {
    background-color: #84d4b9;
    font-weight: bold;
}

table.s360_rag11 table.radchktable.rotated tr:nth-child(11) td:first-child, table.s360_rag11 table.radchktable.rotated tr:nth-child(11) td:nth-child(2) {
    background-color: #89cdfa;
    font-weight: bold;
}

/* REVERSED */

table.s360_rag11.s360_rev table.radchktable.rotated tr:first-child td:first-child, table.s360_rag11.s360_rev table.radchktable.rotated tr:first-child td:nth-child(2) {
    background-color: #89cdfa;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(2) td:first-child, table.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(2) td:nth-child(2) {
    background-color: #84d4b9;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(3) td:first-child, table.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(3) td:nth-child(2) {
    background-color: #8ada78;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(4) td:first-child, table.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(4) td:nth-child(2) {
    background-color: #9add59;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(5) td:first-child, table.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(5) td:nth-child(2) {
    background-color: #ace03d;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(6) td:first-child, table.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(6) td:nth-child(2) {
    background-color: #cedb3a;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(7) td:first-child, table.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(7) td:nth-child(2) {
    background-color: #f4d73d;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(8) td:first-child, table.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(8) td:nth-child(2) {
    background-color: #e9a533;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(9) td:first-child, table.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(9) td:nth-child(2) {
    background-color: #df7328;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(10) td:first-child, table.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(10) td:nth-child(2) {
    background-color: #d0401a;
    font-weight: bold;
}

table.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(11) td:first-child, table.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(11) td:nth-child(2) {
    background-color: #c80c10;
    font-weight: bold;
}



table.s360_rag11 table.radchktable.rotated tr:nth-child(11) td:first-child {
    border-radius: 0px 0px 0px 12px;
}

table.s360_rag11 table.radchktable.rotated tr:nth-child(11) td:nth-child(2) {
    border-radius: 0px 0px 12px 0px;
}



table.s360_smiley11.s360_rag11 table.radchktable.rotated tr td:nth-child(2) label {
    color: white !important;
}

table.s360_smiley11.s360_rag11 table.radchktable.rotated tr:nth-child(12) td:nth-child(2) label {
    color: black !important;
}


table.s360_smiley11 table.radchktable.rotated tr td:nth-child(2) label {
    margin-right: 60px;
}

table.s360_smiley11 table.radchktable.rotated tr td:nth-child(2) {
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

/* Label backgrounds */
table.s360_smiley11.s360_rag11 table.radchktable.rotated tr:first-child td:nth-child(2) label {
    background-color: #c80c10;
}

table.s360_smiley11.s360_rag11 table.radchktable.rotated tr:nth-child(2) td:nth-child(2) label {
    background-color: #d0401a;
}

table.s360_smiley11.s360_rag11 table.radchktable.rotated tr:nth-child(3) td:nth-child(2) label {
    background-color: #df7328;
}

table.s360_smiley11.s360_rag11 table.radchktable.rotated tr:nth-child(4) td:nth-child(2) label {
    background-color: #e9a533;
}

table.s360_smiley11.s360_rag11 table.radchktable.rotated tr:nth-child(5) td:nth-child(2) label {
    background-color: #f4d73d;
}

table.s360_smiley11.s360_rag11 table.radchktable.rotated tr:nth-child(6) td:nth-child(2) label {
    background-color: #cedb3a;
}

table.s360_smiley11.s360_rag11 table.radchktable.rotated tr:nth-child(7) td:nth-child(2) label {
    background-color: #ace03d;
}

table.s360_smiley11.s360_rag11 table.radchktable.rotated tr:nth-child(8) td:nth-child(2) label {
    background-color: #9add59;
}

table.s360_smiley11.s360_rag11 table.radchktable.rotated tr:nth-child(9) td:nth-child(2) label {
    background-color: #8ada78;
}

table.s360_smiley11.s360_rag11 table.radchktable.rotated tr:nth-child(10) td:nth-child(2) label {
    background-color: #84d4b9;
}

table.s360_smiley11.s360_rag11 table.radchktable.rotated tr:nth-child(11) td:nth-child(2) label {
    background-color: #89cdfa;
}

/* REVERSED */

table.s360_smiley11.s360_rag11.s360_rev table.radchktable.rotated tr:first-child td:nth-child(2) label {
    background-color: #89cdfa;
}

table.s360_smiley11.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(2) td:nth-child(2) label {
    background-color: #84d4b9;
}

table.s360_smiley11.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(3) td:nth-child(2) label {
    background-color: #8ada78;
}

table.s360_smiley11.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(4) td:nth-child(2) label {
    background-color: #9add59;
}

table.s360_smiley11.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(5) td:nth-child(2) label {
    background-color: #ace03d;
}

table.s360_smiley11.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(6) td:nth-child(2) label {
    background-color: #cedb3a;
}

table.s360_smiley11.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(7) td:nth-child(2) label {
    background-color: #f4d73d;
}

table.s360_smiley11.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(8) td:nth-child(2) label {
    background-color: #e9a533;
}

table.s360_smiley11.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(9) td:nth-child(2) label {
    background-color: #df7328;
}

table.s360_smiley11.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(10) td:nth-child(2) label {
    background-color: #d0401a;
}

table.s360_smiley11.s360_rag11.s360_rev table.radchktable.rotated tr:nth-child(11) td:nth-child(2) label {
    background-color: #c80c10;
}


/* Smileys */

table.s360_smiley11 table.radchktable.rotated tr:first-child td:nth-child(2) {
    background-image: url(images/cobj/face10-11.png);
}

table.s360_smiley11 table.radchktable.rotated tr:nth-child(2) td:nth-child(2) {
    background-image: url(images/cobj/face9-11.png);
}

table.s360_smiley11 table.radchktable.rotated tr:nth-child(3) td:nth-child(2) {
    background-image: url(images/cobj/face8-11.png);
}

table.s360_smiley11 table.radchktable.rotated tr:nth-child(4) td:nth-child(2) {
    background-image: url(images/cobj/face6-11.png);
}

table.s360_smiley11 table.radchktable.rotated tr:nth-child(5) td:nth-child(2) {
    background-image: url(images/cobj/face5-11.png);
}

table.s360_smiley11 table.radchktable.rotated tr:nth-child(6) td:nth-child(2) {
    background-image: url(images/cobj/face4-11.png);
}

table.s360_smiley11 table.radchktable.rotated tr:nth-child(7) td:nth-child(2) {
    background-image: url(images/cobj/face3-11.png);
}

table.s360_smiley11 table.radchktable.rotated tr:nth-child(8) td:nth-child(2) {
    background-image: url(images/cobj/face2-11.png);
}

table.s360_smiley11 table.radchktable.rotated tr:nth-child(9) td:nth-child(2) {
    background-image: url(images/cobj/face1-11.png);
}

table.s360_smiley11 table.radchktable.rotated tr:nth-child(10) td:nth-child(2) {
    background-image: url(images/cobj/face0-11.png);
}

table.s360_smiley11 table.radchktable.rotated tr:nth-child(11) td:nth-child(2) {
    background-image: url(images/cobj/face0a-11.png);
}

/* REVERSED */

table.s360_smiley11.s360_rev table.radchktable.rotated tr:first-child td:nth-child(2) {
    background-image: url(images/cobj/face0a-11.png);
}

table.s360_smiley11.s360_rev table.radchktable.rotated tr:nth-child(2) td:nth-child(2) {
    background-image: url(images/cobj/face0-11.png);
}

table.s360_smiley11.s360_rev table.radchktable.rotated tr:nth-child(3) td:nth-child(2) {
    background-image: url(images/cobj/face1-11.png);
}

table.s360_smiley11.s360_rev table.radchktable.rotated tr:nth-child(4) td:nth-child(2) {
    background-image: url(images/cobj/face2-11.png);
}

table.s360_smiley11.s360_rev table.radchktable.rotated tr:nth-child(5) td:nth-child(2) {
    background-image: url(images/cobj/face3-11.png);
}

table.s360_smiley11.s360_rev table.radchktable.rotated tr:nth-child(6) td:nth-child(2) {
    background-image: url(images/cobj/face4-11.png);
}

table.s360_smiley11.s360_rev table.radchktable.rotated tr:nth-child(7) td:nth-child(2) {
    background-image: url(images/cobj/face5-11.png);
}

table.s360_smiley11.s360_rev table.radchktable.rotated tr:nth-child(8) td:nth-child(2) {
    background-image: url(images/cobj/face6-11.png);
}

table.s360_smiley11.s360_rev table.radchktable.rotated tr:nth-child(9) td:nth-child(2) {
    background-image: url(images/cobj/face8-11.png);
}

table.s360_smiley11.s360_rev table.radchktable.rotated tr:nth-child(10) td:nth-child(2) {
    background-image: url(images/cobj/face9-11.png);
}

table.s360_smiley11.s360_rev table.radchktable.rotated tr:nth-child(11) td:nth-child(2) {
    background-image: url(images/cobj/face10-11.png);
}





/* END OF RAG CODE */



/* POLLS / BARS CODE */


#s360_surveyExpired_ctn {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

#s360_surveyExpired {
    font-size: 2em;
    color: black;

}

.s360_bars .radchktable.s360_done_addrow label:hover {
    text-decoration: none;
}

.s360_bars .radchktable:not(.s360_done_addrow) tr:hover label {
    text-decoration: underline;
}

.s360_bars .radchktable tr {
    background: inherit;
    transition: background ease 100ms;
}

.s360_bars .radchktable:not(.s360_done_addrow) tr:hover {
    background: #EEEEEE;
    transition: background ease 1ms;
}


body.s360_iframe {
    margin: 0;
    padding: 0;
}
    /* All parent elements down to the question table */
    body.s360_iframe form,
    body.s360_iframe form .s360_surveyBody,
    body.s360_iframe form .s360_surveyBody .pagediv,
    body.s360_iframe form .s360_surveyBody .pagediv > table
     {
        height: 100%;
        min-height: auto;
        margin: 0;
        padding: 0;
    }

    /* Question text */
    body.s360_iframe form .s360_surveyBody .pagediv > table > tbody > tr:first-child {
        height: 16%;
        margin: 0;
        padding: 0;
    }

    /* Response block */
    body.s360_iframe form .s360_surveyBody .pagediv > table > tbody >  tr:nth-child(2) {
        height: 84%;
        margin: 0;
        padding: 0;
    }

    /* Question responses */
    body.s360_iframe form .s360_surveyBody .pagediv > table > tbody > tr:nth-child(2) table:first-child {
       height: 81%;

    }

    body.s360_iframe form .s360_surveyBody .pagediv > table > tbody > tr:nth-child(2) td.response {
        vertical-align: top;
    }

    /* Next question box */
    body.s360_iframe form .s360_surveyBody .pagediv > table > tbody >  tr:nth-child(2) table:nth-child(2) {
       height: 19%;
       border-left: 4px transparent solid; /* to account for the "hidden" radio button td on the response table above it */
    }

    body.s360_iframe form .s360_surveyBody .pagediv table.s360_bars table.radchktable td:not(.cob4_opt_with_span) {
        height: auto;
    }



table.s360_bars table.radchktable input {
    opacity: 0;
    width: 1px;
    height: 1px
}

table.s360_bars table.radchktable td.cob4_opt_with_span {
    width: 1px;
    height: 1px;
}

table.s360_bars table.radchktable.rotated td:not(.cob4_opt_with_span) {
    text-align: left;
}

table.s360_bars table.radchktable td:not(.cob4_opt_with_span) {
    border: 1px solid #666666;
    text-align: left;
    padding-left: 2%;
    cursor: pointer;
    height: 50px;
}



table.s360_bars table.radchktable td.s360_bar_selected {
    background: #333333;
    transition: background ease 500ms;
}

    /* Selected option - leave a tick */
    table.s360_bars table.radchktable td.s360_bar_selected .s360_lab_bar_pc {
        background-image: url(Images/cobj/tickapply.png);
        background-position-x: right;
        background-position-y: bottom;
        background-size: 24px 24px;
        background-repeat: no-repeat;
    }

    table.s360_bars table.radchktable td.s360_bar_selected:not(.s360_lab_bar_parent) {        
        background-image: url(Images/cobj/tickapply.png);
        background-position-x: right;
        background-position-y: bottom;
        background-size: 24px 24px;
        background-repeat: no-repeat;
    } 
    
    table.s360_bars table.radchktable td.s360_bar_selected:not(.cob4_opt_with_span, .s360_lab_bar_parent) label {
        color: white;
    }
    /*table.s360_bars table.radchktable td.s360_lab_bar_parent.s360_bar_selected:not(.cob4_opt_with_span) label {
    color: inherit;
}*/
    
.s360_lab_bar_parent {
    position: relative;
} 
    
    
table.s360_bars table.radchktable td.s360_lab_bar_parent.s360_bar_selected {
    background: none !important;
    transition: background ease 2s;
} 
  
  
  table.s360_bars table.radchktable td.s360_lab_bar_parent label.s360_lab_showscores {
    color: white;
    position: relative;
    z-index: 2;
} 
  
  
  .s360_lab_bar {
    width: 100%;
    height: 100%;
    background-color: #90a0aa;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    box-sizing: border-box;
}

    .s360_lab_bar .s360_lab_bar_solid {
        height: 96%;
        width: 0px;
        background-color: #8d2f88;
        padding: 0 2px 0 0px;
        margin: 0;
        transition: width ease 1s;
        text-align: right;
        overflow: visible;
        color: white;
        font-size: 1em;
        font-weight: bold;
        box-sizing: border-box;
        border-radius: 0px 4px 4px 0px;
    } 
  
  
  .s360_lab_bar .s360_lab_bar_pc {
        height: 100%;
        color: white;
        font-size: 1em;
        font-weight: bold;
        position: absolute;
        right:0;
        top:0;
        z-index: 3;
        padding-right: 2%;
    }


.s360_poll_nextQ, .s360_poll_nextQEnd, .s360_poll_nextQExp {
    background: #666666;
    color: white;
    cursor: pointer;
    text-align: center;
    padding: 4px;
} 
      
    .s360_poll_nextQ:hover {
        text-decoration: underline;
    } 
  
  .s360_poll_nextQ span::before {
        content: 'Another question...';
        white-space: nowrap;
   } 
      
.s360_poll_nextQEnd span::before {
        content: 'Thank you!';
        white-space: nowrap;
} 

.cobj4_navVisibilityOff {
    visibility: collapse;
}