/* Minification failed. Returning unminified contents.
(84,38): run-time error CSS1039: Token not allowed after unary operator: '-xd-primary'
(154,28): run-time error CSS1039: Token not allowed after unary operator: '-xd-primary'
(190,52): run-time error CSS1039: Token not allowed after unary operator: '-xd-primary'
(196,28): run-time error CSS1039: Token not allowed after unary operator: '-xd-primary'
(210,17): run-time error CSS1039: Token not allowed after unary operator: '-xd-primary'
(223,17): run-time error CSS1039: Token not allowed after unary operator: '-xd-primary'
(231,42): run-time error CSS1039: Token not allowed after unary operator: '-xd-primary'
 */
/* NEW FLEX DESIGN */

.xd-formField-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top: .4em;
    padding-bottom: .4em;
    width: 100%;
}

.xd-flexgrow-item {
    flex-grow: 1;
}

.xd-formField-icon {
    margin-right: 2px;
    margin-top: 5px;
    cursor: pointer;
    font-size: 15px;
    width: 20px;
}

.xd-ui-icon-button {
    cursor: pointer;
    width: 22px;
    height: 26px;
    margin-top: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}



    .xd-ui-icon-button .xd-ui-icon {
        font-size: 15px;
    }

.xd-ui-icon-clickable {
    cursor: pointer
}

.xd-ui-required-icon {
    color: #cc0404;
}

.xd-sub-form-list-item {
    position: relative;
    padding-right: 1em;
}

.xd-sub-form-list-item-text {
    padding-right: 15px;
    word-break: break-all;
}

.xd-sub-form-list-item-remove {
    position: absolute;
    top: 0.7em;
    right: 0.7em;
    cursor: pointer;
}

.xd-drag-icon {
    cursor: move;
}

.subFormList .xd-ui-icon {
    margin-right: 4px;
}

.searchIcon[href="#SearchDataSource"] {
    background-image: none;
}


/*
	Change to custom outline on focus.
	Can't just use outline because of browser behaviours: Firefox e.g.
*/
input:focus, .xd-ui-icon-button:focus, .triggerIcon:focus, textarea:focus {
    outline: none;
    box-shadow: 0px 0px 0px 1px var(--xd-primary);
}

button:focus, input[type=button]:focus {
    outline: none;
    filter: brightness(0.85);
}


/*
	Change jQuery UI's DatePicker Prev/Next icons to FontAwesome
*/
.ui-datepicker-prev,
.ui-datepicker-next {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}

    .ui-datepicker-prev::before,
    .ui-datepicker-next::before {
        font-family: 'Font Awesome 5 Pro';
        font-style: normal;
        font-weight: 300;
        font-display: block;
    }

    .ui-datepicker-prev::before {
        content: "\f355";
    }

    .ui-datepicker-next::before {
        content: "\f356";
    }

    .ui-datepicker-prev .ui-icon,
    .ui-datepicker-next .ui-icon {
        display: none !important;
    }

.ui-datepicker-header.ui-widget-header {
    border-radius: 0;
}




/*
	Hover Help
*/

.xd-tooltip-wrapper {
    position: absolute;
}

.xd-tooltip-container {
    position: relative;
}

.xd-tooltip-wrapper,
.xd-tooltip-container {
    height: 100%;
    width: 100%;
    visibility: hidden;
}

.xd-tooltip {
    visibility: hidden;
    background-color: var(--xd-primary);
    color: rgb(250, 250, 250);
    padding: 10px 10px;
    border-radius: 5px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

.xd-tooltip-to-bottom {
    top: 100%;
}

.xd-tooltip-to-top {
    bottom: 100%;
}

/*
    Tooltip arrow styling
*/

    .xd-tooltip::after {
        content: " ";
        position: absolute;
        left: 50%;
        margin-left: -5px;
        border-width: 6px;
        border-style: solid;
    }

    .xd-tooltip-to-bottom::after {
        /* 
            Above the tooltip 2x of .xd-tooltip border-width.
            Can be overwritten if there are top captions.
        */
        top: -12px; 
        border-color: transparent transparent var(--xd-primary) transparent;
    }

    .xd-tooltip-to-top::after {
        /* At the bottom of the tooltip */
        top: 100%; 
        border-color: var(--xd-primary) transparent transparent transparent;
    }

    .xd-tooltip pre {
        white-space: pre-wrap;
        font-family: inherit;
        margin-bottom: 0px;
        margin-top: 0px;
    }

/*
    FontAwesome Radio buttons and Checkboxes
*/
.xd-checkbox a {
    color: var(--xd-primary);
    font-size: 17px;
    margin-top: 2px;
    text-decoration: none;
}

    .xd-checkbox a:focus {
        outline: none;
        /*text-decoration: underline;*/
        filter: brightness(0.85);
    }

.xd-radiobutton a {
    color: var(--xd-primary);
    font-size: 14px;
    margin-top: 2px;
    text-decoration: none;
}

    .xd-radiobutton a:focus {
        outline: none;
        box-shadow: 0px 0px 0px 1px var(--xd-primary);
    }

.xd-radiobutton-label {
    margin-top: 1px;
}

.xd-checkbox-label {
    margin-top: 3px;
}













/* OLD STUFF */
.interviewLeftDiv {
    min-height: 500px;
    float: left;
    width: 250px;
    border: 1px solid;
}

.interviewTopDiv {
    border-bottom: 1px dotted rgb(201, 201, 201);
    margin-bottom: 10px;
}

.interviewTopDiv {
    border-bottom: 1px dotted rgb(201, 201, 201);
}

.interviewRightDiv[integrationMode] {
    float: none !important;
}

.interviewRightDiv {
    min-height: 400px;
    float: right;
    width: 592px;
    margin-left: 20px;
    padding-bottom: .8em;
    border: 1px solid rgb(255, 255, 255);
}

.interviewLoadingGif,
#interviewAuthenticating::before {
    margin: 100px auto 0px auto;
    background: url(/ComponentStyling/LoaderMask/Images/Loader.gif) no-repeat;
    height: 64px;
    width: 64px;
}

#interviewAuthenticating::before {
    display: block;
    content: '';
}

.interviewLoadingText,
#interviewAuthenticatingWrapper {
    margin: 1.2em auto;
    text-align: center;
}


#interviewAuthenticatingWrapper {
    position: relative;
}

#interviewAuthenticating {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 110;
    width: 100%;
}

.interviewLoadingText,
#interviewAuthenticatingTitle {
    font-size: 1.1em;
    font-weight: bold;
}

.interviewSizeLinks {
    float: right;
}

    .interviewSizeLinks a {
        margin: 0 10px;
    }

.formContainer {
    min-height: 500px;
}

.formHeading {
    color: rgb(35, 35, 35);
    text-align: center;
    margin-bottom: 1.3em;
    font-size: 1.25em;
    font-weight: bold;
}

.errorContainer {
    margin-top: 0px !important;
}


.interviewOptionDiv {
    padding: 10px;
    min-height: 90px;
}

.documentPreviewMenuLink {
    padding: 10px;
    min-height: 90px;
    color: rgb(53, 53, 53);
    margin-bottom: .8em;
    margin-left: 10px;
    font-size: 1.12em;
    font-weight: bold;
}

.interviewTopOptionDiv {
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.optionHeading {
    color: rgb(53, 53, 53);
    margin-bottom: .8em;
    margin-left: 10px;
    font-size: 1.12em;
    font-weight: bold;
}

    .optionHeading img {
        vertical-align: top;
        margin-right: 4px;
    }

.optionCheckBox {
    margin-left: 40px;
}

.optionLink {
    margin: .5em 0px .5em 40px;
}

    .optionLink img {
        vertical-align: top;
        margin-right: 4px;
    }

    .optionLink a {
        text-decoration: none;
    }

        .optionLink a:hover {
            text-decoration: underline;
            cursor: pointer;
        }

.interviewLeftSpacer {
    border-top: 1px solid rgb(201, 201, 201);
    border-bottom: 1px solid rgb(201, 201, 201);
    height: 20px;
    background-color: rgb(231, 231, 231);
    -moz-opacity: 0.5;
    opacity: 0.50;
    filter: alpha(opacity=50);
}




.repeaterDiv {
    padding: .7em 0px .5em 0px;
    /* We need float left as the repeaters now sit inline and all the formFieldWrapper divs float left */
    float: left;
    clear: left;
    width: 100%;
}

.repeaterValidationDiv[styleunderdiv] {
    margin-top: -1em;
    padding-top: 0em !important;
}

.repeaterValidationDiv[styleundergrid] {
    padding-top: 0em !important;
}

.repeaterGrid {
    border-collapse: collapse;
}

    .repeaterGrid img {
        cursor: pointer;
    }

    .repeaterGrid thead tr {
        border-bottom: 1px dotted rgb(201, 201, 201);
        height: 25px;
    }

    .repeaterGrid tbody tr {
        height: 30px;
    }

    .repeaterGrid tbody td {
        cursor: text;
        padding-left: 2px;
    }

    .repeaterGrid .imageOnlyCell {
        width: 20px;
    }

.ui-sortable-helper tr {
    display: table-row !important;
}

.repeaterGrid tfoot tr {
    border-top: 1px dotted rgb(201, 201, 201);
    border-bottom: 1px solid rgb(201, 201, 201);
    height: 30px;
}

.repeaterGrid tfoot a {
    margin-top: 2px;
    margin-left: 4px;
}

.gridIcon {
    margin-right: 4px;
}

.rootFormNoTabs {
    padding-top: 1em;
}

.repeaterForm {
    padding-top: 1em;
}

.repeaterHeader {
    color: rgb(53, 53, 53);
    font-weight: bold;
}

    .repeaterHeader img {
        vertical-align: top;
    }

    .repeaterHeader img,
    .repeaterHeader .xd-ui-icon {
        margin-right: 4px;
    }

.repeaterContainer {
    position: relative;
    overflow: hidden;
}

    /* To align repeater item links */
    .repeaterContainer[topCaption] {
        clear: left;
    }

.subFormList {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding-left: 0px;
    border: 0px;
}

    .subFormList[captureInGrid] {
        display: none;
    }

.subFormListItem {
    margin: 0 3px .5em 0px;
    padding: .5em 4px;
    padding-left: 5px;
    background-color: rgb(250, 250, 250) !important;
}

    .subFormListItem:hover {
        background-color: rgb(240, 240, 240) !important;
    }

    .subFormListItem a {
        cursor: pointer;
        margin-left: 4px;
    }

        .subFormListItem a:hover {
            cursor: pointer;
            text-decoration: underline;
        }

.addImage {
    float: left;
}

.dragImage {
    float: left;
    cursor: move;
}

.removeImage {
    float: right;
    cursor: pointer;
}

.addNewFormLink {
}

.subFormLink {
}

.conditionDiv {
    margin-top: 0px !important;
}

.failedCondition {
    color: rgb(65,131,196);
}

.hiddenFormField {
    background-color: rgb(221, 221, 221);
    -moz-opacity: 0.5;
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.ignoreButton {
    margin-bottom: 2px;
    /* The below style is specified inline to override jquery UI */
    /* margin-right:25px;
	float:right;*/
}






.uploadDiv {
    width: 399px;
    margin: 2px 26px 5px 0px;
    float: right;
}

.uploadLinkDiv {
    width: 91px;
    margin: .5em auto;
}

.qq-upload-drop-area {
    border-style: none !important;
}

.qq-uploader {
    border: 1px dashed #CCCCCC;
}







.customButton {
    margin-top: 0px;
}

.interimSaveButton {
    margin-top: 0px;
    margin-left: 5px;
}

    .interimSaveButton[interimSaveAndContinue] {
        margin-top: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        -moz-border-radius-topright: 0px !important;
        -webkit-border-top-right-radius: 0px !important;
        -khtml-border-top-right-radius: 0px !important;
        border-top-right-radius: 0px !important;
        -moz-border-radius-bottomright: 0px !important;
        -webkit-border-bottom-right-radius: 0px !important;
        -khtml-border-bottom-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

.interimDropDownButton {
    margin-top: 0px !important;
    -moz-border-radius-topleft: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    -khtml-border-top-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -khtml-border-bottom-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}


#frmSaveLocalStorageData .textBox, #frmLoadLocalStorageData .textBox {
    width: 200px;
}

#frmSaveLocalStorageData .formErrorHelpText, #frmLoadLocalStorageData .formErrorHelpText {
    width: 200px;
    margin: .1em 25px .1em 115px;
}


.dialogForm {
    width: 400px;
    margin: 0px auto;
    padding-top: 20px;
    padding-bottom: 10px;
}








.repeaterNavLinkDiv {
    float: left;
    margin-top: 10px;
}

.repeaterNavLink {
    float: left;
    margin-right: 10px;
}

    .repeaterNavLink img {
        vertical-align: top;
    }

    .repeaterNavLink img,
    .repeaterNavLink .xd-ui-icon {
        margin-right: 4px;
    }

    .repeaterNavLink a {
        text-decoration: none;
        font-weight: bold;
    }

        .repeaterNavLink a:hover {
            text-decoration: underline;
            cursor: pointer;
        }




#lnkPreviewDocument {
    float: right;
}

    #lnkPreviewDocument a {
        font-weight: bold;
        vertical-align: top;
    }

.localStorageLinkDiv {
    float: left;
    margin-top: 10px;
}

.localStorageLink {
}



    .localStorageLink img {
        margin-right: 6px;
    }

#lnkLoadLocalStorage img {
    margin-left: 2px;
    margin-right: 4px;
}

.localStorageLink a {
    text-decoration: none;
}

    .localStorageLink a:hover {
        text-decoration: underline;
        cursor: pointer;
    }



.radioLegend {
    white-space: normal;
    max-width: 100%;
}





/* Interview dropdown MENU */
.interviewMenu {
    border-left: 1px solid rgb(201, 201, 201);
    border-right: 1px solid rgb(201, 201, 201);
    border-bottom: 1px solid rgb(201, 201, 201);
    background-color: rgb(255, 255, 255);
    display: none;
    position: absolute;
    z-index: 1; /* To make it appear above the interview which is relative for some reason */
}

.interviewMenuItem {
    padding: 5px 20px 0px 20px;
    color: rgb(65,131,196);
    height: 20px;
    cursor: pointer;
}

.interviewUploader {
    height: 25px;
}

.interviewMenuItem:hover {
    background-color: rgb(65,131,196);
    color: rgb(255,255,255);
    cursor: pointer;
}

    .interviewMenuItem:hover a {
        background-color: rgb(65,131,196);
        color: rgb(255,255,255);
        cursor: pointer;
    }

.interviewMenuItem img {
    vertical-align: top;
    margin-right: 4px;
}

.tab-visited {
    opacity: 1 !important;
}

/* The pre-wrap style formats the help text nicely into paragraphs */
.formErrorHelpText {
    white-space: pre-wrap;
}

/* By default we align HZ form field captions to the right, but if dxs:aligncaptions="top" then we need to override this setting */
.formFieldHzLabel[topCaption] {
    text-align: left;
}





/* TOPCAPTIONS 
/* Order of these classes in NB as styles are applied top down - I.e last class will overrite first class 
#divInterviewRight[interviewSize=medium] .formFieldLabel[topCaption] {
	margin-bottom: 2px;
	width: 551px;
}

#divInterviewRight[interviewSize=medium] .formFieldLabel[emptyCaption] {
	margin-top: 0px;
	margin-bottom: 0px;
}

#divInterviewRight[interviewSize=medium] .subFormListItem[topCaption] {
	width: 551px;
}

#divInterviewRight[interviewSize=medium] .checkboxLabelRight[topCaption] {
	width: 541px;
}

#divInterviewRight[interviewSize=medium] .radioButtonLabelRight[topCaption] {
	width: 521px;
}

#divInterviewRight[interviewSize=medium] .textBox[topCaption] {
	width: 551px;
	margin-left: 2px;
	clear: left;
}

#divInterviewRight[interviewSize=medium] .textArea[topCaption] {
	width: 551px;
	margin-left: 2px;
	clear: left;
}

#divInterviewRight[interviewSize=medium] select[topCaption] {
}

#divInterviewRight[interviewSize=medium] .select[topCaption] {
	width: 533px;
	margin-left: 2px;
	clear: left;
}

#divInterviewRight[interviewSize=medium] .datePicker[topCaption] {
	width: 524px;
	margin-left: 2px;
	clear: left;
}

#divInterviewRight[interviewSize=medium] .timePicker[topCaption] {
	width: 524px;
	margin-left: 2px;
	clear: left;
}

#divInterviewRight[interviewSize=medium] .insertFile[topCaption] {
	width: 524px;
	margin-left: 2px;
	clear: left;
}

#divInterviewRight[interviewSize=medium] .uploadDiv[topCaption] {
	width: 559px;
}

#divInterviewRight[interviewSize=medium] .checkboxContainer[topCaption] {
	width: 561px;
	margin-left: 2px;
	clear: left;
}

#divInterviewRight[interviewSize=medium] .radioButtonGroup[topCaption] {
	width: 546px;
	margin-left: 2px;
	clear: left;
}

#divInterviewRight[interviewSize=medium] .dataSource[SearchOption="allowsearch"][topCaption] {
	width: 524px;
	margin-left: 2px;
	clear: left;
}

#divInterviewRight[interviewSize=medium] .dataSource[SearchOption="requiresearch"][topCaption] {
	width: 524px;
	margin-left: 2px;
	clear: left;
}

#divInterviewRight[interviewSize=medium] .formErrorHelpText[topCaption] {
	width: 561px;
	margin-left: 2px !important;
}

#divInterviewRight[interviewSize=medium] .formErrorHelpTextIgnore[topCaption] {
	width: 474px !important;
	margin-left: 2px !important;
}

#divInterviewRight[interviewSize=medium] .headingFooting[topCaption] {
	margin-left: 2px !important;
}

#divInterviewRight[interviewSize=medium] .headingFooting[iscentred="yes"][topCaption] {
	width: 561px;
}

#divInterviewRight[interviewSize=medium] div[topcaption="yes"] > .ck-editor {
	width: 560px !important;
} */








/* VERTICAL TABS */
.ui-tabs-vertical .ui-tabs-nav {
    width: 200px !important;
}

    .ui-tabs-vertical .ui-tabs-nav li a {
        width: 177px !important;
    }

.interviewLeftDiv[verticalTabs] {
    display: none;
}

.interviewRightDiv[verticalTabs] {
    float: none;
    margin-left: 0px;
}

.breadCrumb[verticalTabs] {
    float: none;
    margin-left: 3px;
}

.repeaterNavLinkDiv[verticalTabs] {
    margin-left: 224px;
}

.repeaterForm[verticalTabs] {
    margin-left: 222px;
}



/* Tabs NONE or HEADER */
#interviewTabs[hidetabs=yes] .ui-tabs-nav {
    visibility: hidden;
}

    #interviewTabs[hidetabs=yes] .ui-tabs-nav li {
        visibility: hidden;
        height: 0px;
    }



/* ReadOnly Stuff */
input[readonly] {
    background-image: none !Important;
    background-color: rgb(245, 245, 245) !Important;
}

textarea[readonly] {
    background-image: none !Important;
    background-color: rgb(245, 245, 245) !Important;
}

label[readonly] {
    color: rgb(170, 170, 170) !Important;
}

.formFieldWrapper[isreadonly="true"] {
    opacity: 0.6;
}

.cancelMode {
    float: right;
}

    .cancelMode a {
        margin-left: 5px;
        text-decoration: none;
        /*color:rgb(65,131,196);*/
    }

        .cancelMode a:hover {
            text-decoration: underline;
            cursor: pointer;
        }

.modeDiv {
    font-size: 9pt !important;
    margin-top: 0px !important;
    min-height: 16px;
}

    .modeDiv img {
        vertical-align: top;
    }

.infoName {
    padding-right: 20px !important;
}

.dropDownPanelWrapper {
    position: relative;
}

.dropDownPanel {
    display: none;
    border: 1px solid rgb(170, 170, 170);
    position: absolute;
    background: white none repeat scroll 0% 0%;
    right: 25px;
    top: 25px;
    z-index: 2;
}

    .dropDownPanel label {
        margin-left: 10px;
        width: 20%;
    }

    .dropDownPanel input, .dropDownPanel .checkboxContainer, .dropDownPanel fieldset {
        width: 64% !important;
    }

    .dropDownPanel .datePicker, .dropDownPanel .select {
        width: 59%;
    }

.dropDownPanelSelect {
    margin-right: 0 !important;
}

.disabled {
    pointer-events: none;
    opacity: 0.4;
    cursor: default;
}

/* CKEditor */
.ck-editor {
    display: inline-block !important;
    margin-bottom: .4em !important;
    margin-right: 5px !important;
    float: left;
}

.ck-content {
    min-height: 100px;
}

/* Fix for overflowing in repeaters
.repeaterForm .ck.ck-toolbar.ck-toolbar_grouping > .ck-toolbar__items {
	flex-wrap: wrap !important;
}
*/


.unclosable-dialog .ui-dialog-titlebar-close {
    display: none
}

