﻿/* Reset All */
* {
}

ul, ol, li, p {
}

pre, code, input {
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6, pre, form, body, html, blockquote, fieldset, input, select, textarea {
    margin: 0;
    padding: 0
}

a img {
    border: none
}

img {
}

a {
    color: blue;
    text-decoration: underline;
}

    a:hover, a:focus {
        text-decoration: underline;
    }

table {
    border-collapse: collapse;
}

html, body {
    height: 100%;
    width: 100%;
}

textarea {
    resize: none;
    padding: 0 2px;
}

html, body, input, select, textarea {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: black;
    font-size: 14px;
}

h2 {
    font-size: 16px;
}

h1 {
    font-size: 20px;
}

.hidden {
	display: none
}

.not-visible {
    visibility: hidden
}

/* Default Layout */
html, body, select, textarea {
    line-height: 1.5em;
}

sup {
    line-height: 1px;
}

#outerframe {
    width: 800px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px auto -76px;
}

#headerpush {
    height: 20px;
}

#header {
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 109px;
}

    #header * {
        display: none;
    }

#middle {
    background-position: left top;
    background-repeat: repeat-y;
    padding: 0;
    margin: 0;
}

#content {
    padding: 1px 12px;
    margin: auto;
    min-height: 200px;
}

#middleextratop, #middleextrabottom {
    display: none;
}

/* Footer  */
#footer {
    background-repeat: no-repeat;
    background-position: left top;
    height: 30px;
    clear: both;
    padding: 0 15px;
    color: white;
}

#footerL {
    padding: 6px;
    margin: 0;
    position: relative;
}

    #footerL li {
        list-style-type: none;
        float: right;
        text-align: right;
        margin: 0 0 0 1em;
    }

li#footerCR {
    text-align: left;
    position: absolute;
    left: 0px;
    width: 60%;
}

#footer a {
    color: white;
}

    #footer a:hover {
        text-decoration: underline;
    }

.SurveyHolder {
    padding: 1%;
    width: 98%;
    margin: auto;
}

.NextButton {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 15px;
    padding-bottom: 3px;
    cursor: pointer;
    clear: both;
}
/* ProgressBar */
#ProgressBarPosition {
    width: 100%;
    position: relative;
}

#ProgressBarholder {
    position: relative;
    width: 400px;
    margin: auto;
    padding-bottom: 2em;
}

#ProgressText {
    position: absolute;
    text-align: right;
    right: 305px;
}

#ProgressPercentage {
    position: absolute;
    text-align: left;
    left: 305px;
}

#ProgressBar {
    height: 15px;
    overflow: hidden;
    width: 200px;
    border: none;
    margin: auto;
    background-color: #d0d4de;
}

#Progress {
    height: 100%;
}

/* Logo footer */
#footerpush, #footerframe {
    height: 76px;
    clear: both;
}

#footerframe {
    width: 189px;
    background: transparent url(../../Common/images/BottomLogoWhite.png) no-repeat right bottom;
    position: fixed;
    bottom: 0;
    right: 10px;
}

    #footerframe a {
        display: block;
        height: 60px;
        width: 189px;
    }

        #footerframe a span {
            display: none;
        }

.recaptchaFooter {
    display: none
}

.ErrorBlock {
    font-weight: bold;
}

/* Start Content Layout */
.BlockHeader, .IndexHeader, .FinishHeader, .Required {
    font-weight: bold;
}

#Buttonholder {
    text-align: center;
}

.Buttonholder {
    width: 100%;
    float: left;
    text-align: center;
}

.NextButtonholder {
    width: 50%;
    float: left;
    text-align: left;
}

.BackButtonholder, .RtlNextButtonholder {
    width: 50%;
    float: left;
    text-align: right;
}

.RtlBackButtonholder {
    width: 50%;
    float: right;
    text-align: left;
}

.Rtl {
    text-align: right !important;
    float: right !important;
}

.TextAreaWarning, .TextAreaMaxxed, .blankQuestion, .blankQuestion a, .Required {
    color: Red;
}

.blankQuestion, .TextAreaMaxxed {
    font-weight: bold;
}

.Error, .Error a {
    color: #E91C27
}

.Error {
    padding-bottom: .5em;
    font-size: 14px !important
}

.ErrorBorder {
    border: 2px solid #E91C27
}

.inputErrorBorder {
    outline: 2px solid #E91C27
}

.InputRowOdd {
}

.InputRowEven {
    background-color: #ededed;
}

fieldset {
    border: 1px solid transparent;
}

.Inputtyperbl td.TopLeftCell {
    padding: 5px;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: normal;
}

.LeftColumn {
    width: 33%;
}

th.LeftColumn.Rtl {
    width: 100%;
}

div.LeftColumn, p.LeftColumn {
    float: left;
    position: relative;
    clear: left;
}

p.LeftColumn {
    margin: 0;
}

td .LeftColumn {
    height: 2.5em;
}

th.LeftColumn {
    height: 2.5em;
    text-align: left;
    font-weight: normal;
}

th.Scale {
    font-weight: normal;
}

div.RightColumn, div.LeftColumn {
    padding: .5em 0;
}

div.RightColumn {
    width: 66%;
    float: right;
    position: relative;
    clear: right;
}

.pusher {
    clear: both;
    height: 1px;
    overflow: hidden;
}

.FNSText {
    padding: .5em 0;
    clear: both;
}

.FNSITEM {
    padding: 0 0 .5em;
    clear: both;
}

.itemNote {
    font-style: italic;
}

.Inputtyperblv, .inputtypeopt {
    margin-bottom: 1em;
}

.Inputtyperbl {
    width: 100%;
}

#Buttonholder, .Inputtypeddl, .Inputtyperbl, .Inputtypetxt, .inputtypeopt {
    clear: both;
}

    .Inputtypeddl Select {
        margin: 0 0 .5em;
    }

div.RightColumn Select {
    margin: 0;
}

.inputtyperbloption {
    text-align: center;
}

    .inputtyperbloption input {
        margin: auto;
    }

.Inputtyperbl td {
    padding: .5em 5px;
}

    .Inputtyperbl td.Scale {
        border-bottom: 1px solid black;
        vertical-align: bottom;
        text-align: center;
        font-weight: normal;
        padding: 5px;
        font-size: 14px;
        line-height: 1.5em;
    }

.Inputtypeother {
    display: inline;
}

    .Inputtypeother .textinputwrapper {
        display: inline;
    }

.cataOption, .rbloption {
    clear: both;
    margin: 0 .3em .4em;
}

div.cataOption input, div.rbloption input {
    vertical-align: text-top;
}

div.cataOption label, div.rbloption label {
    clear: both;
}

    div.cataOption label.Rtl {
        clear: none;
    }

.cataOption {
    text-align: left;
}

.Inputtypetxt div {
    vertical-align: middle;
}

/* Scales prebuild */
.Inputtyperbl th.ScaleSize2 {
    width: 33%;
}

.Inputtyperbl th.ScaleSize3 {
    width: 22%;
}

.Inputtyperbl th.ScaleSize4 {
    width: 16%;
}

.Inputtyperbl th.ScaleSize5 {
    width: 13%;
}

.Inputtyperbl th.ScaleSize6 {
    width: 11%;
}

.Inputtyperbl th.ScaleSize7 {
    width: 9%;
}

.Inputtyperbl th.ScaleSize8 {
    width: 8%;
}

.Inputtyperbl th.ScaleSize9 {
    width: 7%;
}

.Inputtyperbl th.ScaleSize10 {
    width: 6%;
}

.Inputtyperbl th.ScaleSize11 {
    width: 6%;
}

.Inputtyperbl th.ScaleSize12 {
    width: 5%;
}

/* 2&3 points more text space */
table.ScaleSize2 .LeftColumn, table.ScaleSize3 .LeftColumn {
    width: 50%;
}

table.ScaleSize2 th.ScaleSize2 {
    width: 25%;
}

table.ScaleSize3 th.ScaleSize3 {
    width: 16%;
}


body.IndexPage, #FNSfinishText {
    text-align: center;
}

div.radioButtons {
    text-align: left;
}

div.radioButtonFNS {
    padding-bottom: .5em;
}

.ValCode {
    font-size: 16px;
    font-weight: bold;
}

/* indexRadio Buttons */
div.radioButtonFNS {
    padding-bottom: .2em;
    margin: 0;
}

div.rbloption label:not([class]) {
    padding: 0 .3em;
}

div.radioButtonsInline {
    clear: both;
}

    div.radioButtonsInline div.radioButtonFNS {
        float: left;
        width: 49.5%;
        text-align: right;
        padding-right: .5%;
    }

    div.radioButtonsInline div.radioButtonList {
        float: left;
        width: 49.5%;
        text-align: left;
        padding-left: .5%;
        position: relative;
    }

    div.radioButtonsInline div.rbloption {
        clear: both;
    }

div.radioButtonsScaleBelow div.radioButtonFNS {
    text-align: center;
}

div.radioButtonsScaleBelow div.radioButtonList {
    margin: auto;
    width: 400px;
    text-align: left;
}

div.radioButtonsScaleBelow div.radioButtons {
    text-align: center;
}

div.radioButtonsScaleBelow div.rbloption {
    text-align: left;
    width: 50%;
    position: relative;
    left: 25%;
}

div.radioButtonsScaleBelow {
    position: relative;
    width: 500px;
    margin: auto;
    text-align: center;
}



/* Start Other pages */
#ContentPage {
    text-align: left !important;
    padding: 1em 1% 1em;
}

    #ContentPage h1 {
        font-size: 20px;
        margin-bottom: .3em;
    }

    #ContentPage h2 {
        font-size: 16px;
    }

    #ContentPage p, #ContentPage UL, #ContentPage h1 {
        padding-top: 0;
        margin-top: 0;
    }

    #ContentPage .pwithlist, #ContentPage h2 {
        padding-bottom: 0;
        margin-bottom: 0;
    }

.returnToSurvey {
    text-align: right;
    padding: .2em 0 .4em;
}

    .returnToSurvey a, .returnToSurvey a:link {
        color: blue;
    }

#ContentPage #timeout p {
    line-height: 1.5em;
}

#techerr, #timeout, #closed {
    margin: auto;
    padding: 3em 0;
    background-repeat: no-repeat;
    background-position: left center;
    width: 700px;
    height: 150px;
    vertical-align: middle;
}

#techerr {
    background-image: url(../../Common/images/Techerr.gif);
    background-position: 30px 3em;
}

#timeout {
    background-image: url(../../Common/images/Timeout.gif);
    background-position: 50px 3em;
}

#ContentPage #timeout p, #ContentPage #techerr p {
    text-align: left;
    font-size: 1.1em;
    padding: .5em 30px .5em 180px;
    font-weight: normal;
}

#BlockPage {
    text-align: left;
}

    #BlockPage li {
        font-weight: bold;
    }

        #BlockPage li li {
            font-weight: normal;
        }

        #BlockPage li ul {
            padding-bottom: 1em;
        }

#ClosedPage .Closed {
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    margin: 2em 5em;
}

    #ClosedPage .Closed p {
        margin: .5em 0;
    }
/* End Other pages */

.noWrap {
    white-space: nowrap;
}

/* LT Buttons */
#LTButtons {
    padding: 15px 0;
}

    #LTButtons ul {
        padding: 0;
        display: inline;
    }

        #LTButtons ul li {
            padding: 15px;
            list-style: none;
            display: inline;
        }

/* Culture selector */
ul.languageOption {
    text-align: right;
}

    ul.languageOption li {
        list-style-type: none;
        padding: .2em;
    }

div.languageOption {
    text-align: right;
}

    div.languageOption div {
        list-style-type: none;
        padding: .2em;
    }



/* Start RightToLeft */
body.rightToLeft {
}

    body.rightToLeft #outerframe,
    li.rightToLeft {
        direction: rtl;
    }

    body.rightToLeft .SurveyHolder,
    body.rightToLeft div.radioButtons,
    body.rightToLeft #ContentPage,
    body.rightToLeft .cataOption {
        text-align: right !important;
    }

    body.rightToLeft div.LeftColumn,
    body.rightToLeft #Progress {
        float: right;
    }

    body.rightToLeft #footerL li,
    body.rightToLeft div.RightColumn {
        float: left;
    }

    body.rightToLeft div.RightColumn {
        clear: none;
    }

    body.rightToLeft #ContentPage #techerr p,
    body.rightToLeft #ContentPage #timeout p {
        text-align: right;
        padding: .5em 150px .5em 30px;
    }

    body.rightToLeft #timeout,
    body.rightToLeft #techerr {
        background-position: right top;
    }

    body.rightToLeft #ClosedPage .Closed {
        text-align: right;
    }

    body.rightToLeft div.radioButtonsInline div.radioButtonFNS {
        float: right;
        text-align: left;
        padding-right: .0%;
        padding-left: .5%;
    }

    body.rightToLeft div.radioButtonsInline div.radioButtonList {
        float: right;
        text-align: right;
        padding-right: .5%;
        padding-left: .0%;
    }

    body.rightToLeft div.radioButtonsScaleBelow .radioButtonList {
        text-align: right;
    }

    body.rightToLeft div.radioButtonsScaleBelow div.rbloption {
        text-align: right;
        right: 25%;
    }

    body.rightToLeft .BrandedOptEnabled .checkboxBranded {
        position: static;
    }

    body.rightToLeft,
    body.rightToLeft input,
    body.rightToLeft select,
    body.rightToLeft textarea,
    body.rightToLeft a,
    li.rightToLeft {
        font-size: 14px !important;
    }

        body.rightToLeft ul.languageOption li,
        body.rightToLeft #footerCR {
            direction: ltr !important;
            font-size: .75em;
        }

        body.rightToLeft #ProgressBarholder {
            direction: ltr;
        }

        body.rightToLeft input {
            padding-right: 1px;
        }

        body.rightToLeft textarea {
            padding-right: 2px;
        }

        body.rightToLeft #footerL {
            padding-top: 4px;
        }

            body.rightToLeft #footerL li {
                text-align: left;
                margin: 0 1em 0 0;
            }

        body.rightToLeft li#footerCR {
            right: 0px;
            top: .6em;
            text-align: right;
        }

        body.rightToLeft ul.languageOption {
            text-align: left;
        }
/* End RightToLeft */

/* FacebookAPI */
.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
    display: none !important;
}

.fb-like {
    top: -6px;
}

#facebookApi {
    display: inline-block !important;
    position: relative;
}





.invisible {
    visibility: hidden;
}





/*  Horizontal Fill Control */
.hf-empty-na, .hf-highlighted, .hf-not-highlighted {
    display: inline-block;
    border: none;
    height: 36px;
    width: 36px;
    background-repeat: no-repeat;
    padding-right: 5px;
    background-size: 36px;
}

.hf-na {
    background-image: url('../images/WSE_NA_@1x.png') !important;
}

.radio-star .hf-highlighted {
    background-image: url('../images/WSE_OSAT_Stars_Default_@1x.png');
    background-position: center -36px;
}

.radio-star .hf-not-highlighted {
    background-image: url('../images/WSE_OSAT_Stars_Default_@1x.png');
    background-position: center 0px;
}

.RightColumn .hf-image-wrapper {
    width: 50% !important;
}

.hf-answer-text {
    display: inline-block;
    margin: 7px 5px 2px;
    font-style: italic;
    color: #63676C;
}

body.rightToLeft .hf-image-wrapper, body.rightToLeft .hf-answer-text {
    float: right;
}

.fill-radio div.LeftColumn {
    margin-top: 7px;
}

/*emoji controls if using sprites*/
div.RightColumn.FNSQuestion.radio-heart {
    background-image: unset;
}

span.radio-star {
    background-image: url('../images/WSE_OSAT_Stars_Default_@1x.png');
}

div.RightColumn.FNSQuestion.radio-star {
    background-image: unset;
}

div.RightColumn.FNSQuestion.radio-custom {
    background-image: unset;
}

.na-option {
    color: #979797
}

.inputtyperblv .radio-smile .spanSimpleInput,
.inputtyperblv .radio-custom .spanSimpleInput,
.inputtyperblv .radio-heart .spanSimpleInput,
.inputtyperblv .radio-star .spanSimpleInput,
.inputtyperblv .radio-thumb .spanSimpleInput {
    margin-top: -3px;
    min-height: 36px;
}

/* Calendar Control */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #565656 !important;
    background: #c0c0c0 url("../jscript/jquery-ui-1.13.2/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid red !important;
    background: #ffffff url("../jscript/jquery-ui-1.213.2/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x !important;
}

.ui-widget {
    font-size: 1em;
}

.ui-datepicker table {
    font-size: 1em;
}

.hideDatePicker, .hide-javascript-required {
    display: none;
}

.datePickerBox {
    background-color: white;
}

.ui-datepicker-trigger {
    margin: -.5em 5px auto 5px;
    vertical-align: middle;
}

    .ui-datepicker-trigger:hover {
        cursor: pointer;
    }

body.rightToLeft .ui-datepicker-trigger {
    float: left;
}

.datePickerContainer {
    display: inline-block;
    vertical-align: top;
    clear: both;
    margin: -.25em auto !important;
}

.picklist-hidden {
    display: none;
}

.picklistGroup {
    padding: .5em 0;
}

.picklist {
    min-width: 200px;
}

.picklisttext {
    min-width: 200px;
    padding-bottom: .25em;
}

.picklistGroup [disabled] {
    color: #575757;
    background-color: #e5e5e5;
}

/* SmartResponseMeter - START */
.gaugeContainer {
    float: left;
    width: 25%;
}

body.rightToLeft .gaugeContainer {
    float: right;
}

.containsGauge .textinputwrapper {
    float: left;
    width: 75%;
}

body.rightToLeft .containsGauge .textinputwrapper {
    float: right;
}

.gauge {
    width: 100% !important;
}

.containsGauge textarea {
    width: 95%;
}

.gaugeText {
    font-size: 1em;
    width: auto;
    font-weight: bold;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
}
/* SmartResponseMeter - END */
/* Instruction Response -  START*/
.listening-container {
    margin-top: 10px;
    float: left;
    width: 100%;
}

.listeningSpinner {
    padding: 20px 20px;
    margin: auto auto;
    text-align: center;
}

.listeningSpinner-img {
    width: 25px;
}

.listeningSpinner-desc {
    margin-top: 10px;
    font-weight: bold;
}

.listeningInstructions-text {
    font-weight: bold;
}
/* Instruction Response -  END*/
/* WSE Map Selector */
.wseSMGMap .mapGroup {
    float: right;
    width: 70%;
}

.wseSMGMap .googleMap {
    height: 400px;
    width: 100%;
    border: 1px solid black;
}

.wseSMGMap .mapLocationsList {
    height: 400px;
    width: 28%;
    float: left;
    background-color: white;
    overflow: hidden;
    overflow-y: scroll;
    border: 1px solid black;
}

    .wseSMGMap .mapLocationsList ul {
        list-style-type: none;
        overflow-y: hidden;
        border: none;
    }

    .wseSMGMap .mapLocationsList li {
        list-style-type: none;
        border-bottom: 1px solid lightgrey;
        height: auto;
    }

        .wseSMGMap .mapLocationsList li a {
            color: inherit;
            cursor: pointer;
            text-decoration: none;
        }

        .wseSMGMap .mapLocationsList li:nth-child(even) {
            background-color: beige;
        }

        .wseSMGMap .mapLocationsList li.selected {
            background-color: #B5D5FF;
        }

.wseSMGMap #useGeolocationButton, .Inputtypeddl, .Inputtyperbl, .Inputtypetxt, .inputtypeopt {
    clear: both;
}

    .Inputtypeddl Select {
        margin: 0 0 .5em;
    }

div.RightColumn Select {
    margin: 0;
}

.inputtyperbloption {
    text-align: center;
}

    .inputtyperbloption input {
        margin: auto;
    }

.Inputtyperbl td {
    padding: .5em 5px;
}

.Inputtyperbl th.Scale {
    border-bottom: 1px solid black;
    vertical-align: bottom;
    text-align: center;
    font-weight: normal;
    padding: 5px;
    font-size: 1em;
    line-height: 1.5em;
}

.Inputtypeother .textinputwrapper {
    display: inline;
}

/* This is to hide the close button on the map markers since we are using those as selected locations */
.wseSMGMap .gm-style-iw + div {
    display: none;
}

.wseSMGMap .useGeolocationButton {
    float: left;
    background-color: darkred;
    border: 1px solid black;
    padding: 3px 0px 3px 0px;
    color: white;
    cursor: pointer;
    width: 28%;
    height: 19px;
    text-align: center;
}

.wseSMGMap .searchGeolocationGroup {
    float: right;
}

.wseSMGMap .searchGeolocationField {
    float: left;
    width: 484px;
    height: 25px;
}

.wseSMGMap .searchGeolocationButton {
    float: right;
    background-image: url(../../Common/images/magnify.png);
    background-color: darkred;
    border: 1px solid black;
    padding: 1px 1px 1px 1px;
    height: 23px;
    width: 23px;
    cursor: pointer;
}

.wseSMGMap .mapButtonGroup {
    height: 30px;
}

.wseSMGMap .mapDisplayGroup {
    height: 400px;
    padding-bottom: 5px;
}

.rightToLeft .wseSMGMap .mapGroup {
    float: left;
}

.rightToLeft .wseSMGMap .mapLocationsList {
    float: right;
}

.rightToLeft .wseSMGMap .useGeolocationButton {
    float: right;
}

.rightToLeft .wseSMGMap .searchGeolocationGroup {
    float: left;
}

.rightToLeft .wseSMGMap .searchGeolocationField {
    float: right;
}

.rightToLeft .wseSMGMap .searchGeolocationButton {
    float: left;
}

.wseSMGMap .mapNoMarkersMessage {
    display: none;
}

.wseSMGMap .mapLocationsListNumber {
    display: inline-block;
    line-height: normal;
    width: 15%;
    vertical-align: top;
    text-align: center;
    color: red;
    font-size: 1.5em;
}

.wseSMGMap .mapLocationsListLabel {
    display: inline-block;
    width: 80%;
    vertical-align: top;
}

.wseSMGMap #locationSelectionGroup {
    display: none;
}

.wseSMGMap .mapSelectedGroup {
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wseSMGMap .mapSelectedStoreLabel {
    font-weight: bold;
}

.wseSMGMap .mapSelectedStoreValue {
}

.mapPopUpMessage {
}

.mapPopUpSpan {
    display: block;
}

/* WSE Map Selector */


.wse-tile-list .cataListContainer,
.wse-rb-tile-list .rbListContainer {
    display: flex;
    justify-content: center;
}

.wse-tile-list .cataList {
    width: 49.5em;
}

.wse-rb-tile,
.wse-tile {
    width: 12em; /* 144 x 96 px*/
    height: 8em;
    background-color: beige;
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    margin: .2em 0;
    padding: .25em 0;
    cursor: pointer;
    line-height: 1em;
}

    .wse-rb-tile.selected,
    .wse-tile.selected {
        color: #c0c0c0;
        background-color: darkslategrey;
    }

.wse-rb-tile-image-container,
.wse-tile-image-container {
    margin-top: .2em;
    font-size: 3.5em;
}

.wse-rb-tile label.rbTile::before {
    display: block;
    font-size: 3.5em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wse-rb-tile span.rbTileHolder {
    float: none;
}

.wse-tile label {
    height: 2.8em; /* 33.594px */
    overflow: hidden;
    display: block;
    margin: .6em .25em 0;
    vertical-align: middle;
    cursor: pointer;
}

.wse-tile-other {
    position: relative;
}

.wse-rb-tile-other {
    position: relative;
    bottom: 28px;
}

    .wse-tile-other textarea,
    .wse-tile-other label,
    .wse-rb-tile-other textarea,
    .wse-rb-tile-other label {
        width: 130px;
    }

    .wse-tile-other textarea,
    .wse-rb-tile-other textarea {
        background-color: darkslategrey;
        border: 0;
        color: #c0c0c0;
        resize: none;
        overflow: hidden;
        text-align: center;
    }

    .wse-tile-other label,
    .wse-tile-other .Inputtypeother,
    .wse-rb-tile-other label,
    .wse-rb-tile-other .Inputtypeother {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -67.5px;
        margin-top: .6em;
    }

    .wse-tile-other .Inputtypeother,
    .wse-rb-tile-other .Inputtypeother {
        z-index: 10;
    }

.no-titlebar .ui-dialog-titlebar {
	display: none;
}

.footerpoweredby {
    float: right;
    margin-right: 10px;
}

.footerpoweredby-img {
    width: 189px;
    height: 60px;
}

caption {
    text-align: left
}

div.inputtypeddl div[tabindex="-1"] {
    margin-bottom: 1.2em;
}

fieldset.wse-tile-list, fieldset.wse-rb-tile-list {
    display: flex;
    flex-direction: column;
}

div.cataList {
    text-align: center;
}

.inputtyperbl > legend.FNSText {
    margin-top: 14px;
}

legend.FNSText {
    float: left;
    display: block;
}

.inputtypetxt > p {
    padding: 0;
    margin: 0;
    clear: both;
}

textarea:focus, .textinputwrapper > input:focus, input[type="text"]:not(.hasDatepicker):focus {
    outline: 2px solid #2193EB;
}

#headerwrapper {
    display: block;
}

body.IndexPage label:not(.radioSimpleInput) {
    display: block;
}

.dateTimeError {
    display: inline-table
}

.coupon-length-1 {
    width: 0.97em
}

.coupon-length-2 {
    width: 1.64em
}

.coupon-length-3 {
    width: 2.31em
}

.coupon-length-4 {
    width: 2.98em
}

.coupon-length-5 {
    width: 3.65em
}

.coupon-length-6 {
    width: 4.32em
}

.coupon-length-7 {
    width: 4.99em
}

.coupon-length-8 {
    width: 5.66em
}

.coupon-length-9 {
    width: 6.33em
}

.coupon-length-10 {
    width: 7em
}

.coupon-length-11 {
    width: 7.67em
}

.coupon-length-12 {
    width: 8.34em
}

.coupon-length-13 {
    width: 9.01em
}

.coupon-length-14 {
    width: 9.68em
}

.coupon-length-15 {
    width: 10.35em
}

.coupon-length-16 {
    width: 11.02em
}

.coupon-length-17 {
    width: 11.69em
}

.coupon-length-18 {
    width: 12.36em
}

.coupon-length-19 {
    width: 13.03em
}

.coupon-length-20 {
    width: 13.7em
}

.coupon-length-21 {
    width: 14.37em
}

.coupon-length-22 {
    width: 15.04em
}

.coupon-length-23 {
    width: 15.71em
}

.coupon-length-24 {
    width: 16.38em
}

.coupon-length-25 {
    width: 17.05em
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.italic {
    font-style: italic;
}

.red {
    color: red;
}

.green {
    color: green;
}

.white-bg {
    background-color: #ffffff;
}

.rbTile {
    padding-top: .2em;
}

    .rbTile span {
        font-weight: 100;
        font-family: Verdana, Helvetica, Arial, sans-serif;
    }

.rbloption {
    min-height: 28px;
}

.wse-rb-tile-list div.rbList {
    text-align: center;
}

.sr-only {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    padding: 0 !important;
    border: 0 !important;
    white-space: nowrap !important;
    clip: rect(1px 1px 1px 1px) !important; /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
}

.fill-radio div.rbList div {
    display: inline-block;
    margin: 0;
}

.hf-empty-na {
    padding-right: 8px;
}

.hf-answer-text {
    position: relative;
    bottom: 12px;
    left: 10px;
}

.focus {
    outline: 2px solid black;
}

    .focus:hover {
        outline: none;
    }

.sessionTimeoutDialog {
    display: none;
}

.no-close .ui-dialog-titlebar {
    display: none;
}

.ui-widget-content {
    text-align: left;
    background-color: #ffff;
}

.ui-dialog .ui-widget-content {
    border: none;
}

.ui-dialog .ui-button {
    background-color: #f6f6f6;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
    text-align: center;
    display: grid;
}

.ui-dialog .ui-dialog-buttonpane {
    display: grid;
    padding: 0.3em 1em 0.5em 1em;
}

.sessionTimer {
    font-weight: bold;
    font-size: 3em;
    text-align: center;
}

.ui-widget-header {
    background: none;
    border: none;
    margin-top: 5px;
}

.close {
    position: fixed !important;
    float: left !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 101 !important;
}

@media screen and (max-width: 400px) {
    .close {
        width: 100% !important;
    }
}

@media screen and (min-height: 550px) {
    .close {
        top: 30% !important;
    }
}