a
{
    text-decoration: none;
}

.helpLink:before
{
    font-family: 'iconGlyph';
    content: '\e166';
    margin-right: 3px;
    display: block;
    float: left;
}

.helpLink .icon16
{
    display: none;
}

.warningLabel:before
{
    font-family: 'iconGlyph';
    content: '\e221';
    margin-right: 3px;
    display: block;
    float: left;
}

#FormsHeaderControl.htmlText p
{
    margin: 0;
}

.formContent .content
{
    min-height: 400px !important;
}

#MyMaintenanceForm.requestEntryWizardContainer {
    overflow-y: scroll;
}

#MyMaintenanceForm.requestEntryWizardContainer .formContent {
    height: auto !important;
}

#MyMaintenanceForm.requestEntryWizardContainer .formContent .scrollContent .content.scrollingContainer {
    height: auto !important;
    overflow-y: initial !important;
}

.desktop #FormHeaderSection_InlineSectionContainer,
.ipad #FormHeaderSection_InlineSectionContainer {
    display: none;
}

.formControl.attachments {
    min-height: 0 !important;
}

.standardStyle.attachments {
    overflow: initial;
}

.consumerStyle.attachments .attachmentsActionsContainer .addActions .dropdownControl .dropdownPanel {
    inset: auto auto 40px 0 !important;
}

#FormHeaderSection_InlineSectionContainer.panel.fieldSet > .fieldsContainer,
#FormsHeaderControl.htmlText {
    padding: 0!important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.desktop.consumerStyleWrapper #FormsHeaderControl img {
    max-width: 1100px !important;
}

.desktop #FormsHeaderControl img {
    max-width: 1024px !important;
}

.formsHeader.htmlText p {
    margin: 0;
}

.desktop.engagingForm #MainContainer,
.ipad.engagingForm #MainContainer{
    min-width: 0;
    overflow: initial;
    background-image: none !important;
}

body.engagingForm{
    background-image: none!important;
}

body.desktop.engagingForm,
body.ipad.engagingForm{
    background-attachment: fixed;
    overflow: hidden;
}

.desktop.engagingForm .notification,
.ipad.engagingForm .notification{
    width: 100%;
    left: 0;
    margin-left: 0;
    background-color:#f2f2f2;
}

.desktop.engagingForm .notification > *,
.ipad.engagingForm .notification > *{
    max-width: 960px;
    min-width: 0;
    margin: 0 auto;
    padding: 10px 105px;
    box-sizing: border-box;
}

.engagingForm .notificationItem {
    font-size:1.1em;
    color:#333!important;
    padding: 4px 20px;
    background-image: none!important;
    position: relative;
}

.engagingForm .notificationItem:before {
    font-family:'iconGlyph';
    content:"\E110";
    font-size:16px;
    margin-right:10px;
    position: absolute;
    left: 0;
}

.engagingForm #NotificationAction {
    padding-bottom:0;
}

.engagingForm .notification > .notificationAction > .total {
    font-weight:500;
    font-size:1.6em;
}

.engagingForm .notification > .notificationAction > .linkPanel > .close > .closeSmall {
    width:auto;
    height:auto;
    padding:6px;
    opacity:0.5;
}

.engagingForm .notification > .notificationAction > .linkPanel > .close > .closeSmall:hover {
    opacity:1;
}

.engagingForm #MaximiseNotification {
    padding:6px;
    display:block;
}

.engagingForm .notification > .errorMessages {
    max-height:200px;
}

.engagingForm .error.notification > .notificationAction > .total,
.engagingForm .error .notificationItem.error:before {
    color:#e00000;
}

.engagingForm .warning.notification > .notificationAction > .total,
.engagingForm .warning .notificationItem.warning:before {
    color: #cc9a07;
}

.engagingForm .information.notification > .notificationAction > .total,
.engagingForm .information .notificationItem.information:before {
    color: #0f3367;
}

.engagingForm .saved.notification > .notificationAction > .total,
.engagingForm .saved .notificationItem:before {
    color: #34761d;
}

.desktop.engagingForm  #MyMaintenanceForm > .mainContent,
.ipad.engagingForm  #MyMaintenanceForm > .mainContent{
    background-color: #fff;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.25);
    height: auto;
    margin: 30px auto;
}

.engagingForm #C2FormContent {
    height: auto !important;
}

#TabsContainer, .linkedTabbedControl, .tabsContainer_LinkedTab,
.tabControlsOuterContainer_LinkedTab, .tabControlsInnerContainer_LinkedTab {
    overflow:initial;
}

.engagingForm #MainContainer > .contentContainer {
    margin:0 auto;
    background-image: none;
    background-color: transparent;
    overflow: auto;
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    box-shadow: none;
}

.tabControlsOuterContainer_LinkedTab {
    background-color: transparent;
}

.desktop.engagingForm .mainTabControl > .editablePanel > .content,
.ipad.engagingForm .mainTabControl > .editablePanel > .content {
    height:auto !important;
    overflow-x:auto;
    padding: 0 0 100px 0; /* Add padding to hold the bottom action panel */
}

.desktop.engagingForm .mainTabControl,
.ipad.engagingForm .mainTabControl {
    min-height: auto !important; /* Force auto height to overcome min-height set after closing linked tab */
}

.engagingStyle .controlContainer {
    border: none;
}

.engagingStyle > .textBoxControl.multiLine {
    display: block;
}

.formsChildItemSection > .content > .panel.engagingStyle.fieldSet > .header,
.formsChildItemSection > .content > .panel.engagingStyle.fieldSet > .panelHeader {
    display: none;
}

.engagingFormPreviousTab{
    max-height: 1px!important;
}

.engagingForm .formsPage > .header {
    font-size: 2em !important;
    font-weight: 500;
    margin-top: 10px;
    color: initial !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.desktop.engagingForm .formsPage > .header,
.ipad.engagingForm .formsPage > .header{
    padding: 15px 35px;
}

/* ------- Top Actions -------*/

.engagingForm .formsPage.editablePanel > .topActionPane {
    float: left;
    position: absolute;
    top: 0;
    opacity: 0.5;
}

.engagingForm .formsPage.editablePanel > .topActionPane {
    padding-left: 35px;
}

.engagingForm .formsPage.editablePanel > .topActionPane > .formActions.dropDownControlContainer {
    position: absolute;
    left: -9999px;
}

.engagingForm .formsPage.editablePanel > .topActionPane > .formsPageCounter {
    display: block;
    padding-left: 15px;
}

.engagingForm .formsPage.editablePanel > .topActionPane > .formsPageCounter {
    padding-left: 0;
}

.engagingForm .formsPage.editablePanel .topActionPane {
    z-index: 1;
}

.desktop.engagingForm .formsRelatedDataPortletSection,
.ipad.engagingForm .formsRelatedDataPortletSection{
    padding-top: 40px;
}

.inlineTabContainerPanel.standardStyle.hasHeader > .inlineTabContainer > .inlineTabControl > .editablePanel > .topActionPane {
    margin-top: -44px;
    z-index: 1;
}

.desktop.engagingForm .formsRelatedDataPortletSection.inlineTabControl > .editablePanel > .topActionPane,
.ipad.engagingForm .formsRelatedDataPortletSection.inlineTabControl > .editablePanel > .topActionPane{
    margin-top: -40px;
}

.desktop.engagingForm .formsRelatedDataPortletSection.inlineTabControl > .editablePanel > .topActionPane + .header,
.ipad.engagingForm .formsRelatedDataPortletSection.inlineTabControl > .editablePanel > .topActionPane + .header{
    height: 0!important;
}

.desktop.engagingForm  .contentContainer .formChildItemSection .topActionPane,
.ipad.engagingForm  .contentContainer .formChildItemSection .topActionPane{
    display: none;
}

.desktop.engagingForm .formsTable .formsTableDesc,
.ipad.engagingForm .formsTable .formsTableDesc{
    margin-right: 0;
    margin-bottom: 10px;
}

/* ------- Bottom Actions -------*/
.desktop.engagingForm  .editablePanel > .bottomActionPane,
.ipad.engagingForm  .editablePanel > .bottomActionPane{
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.desktop.engagingForm .formsPage .bottomActionPane,
.ipad.engagingForm .formsPage .bottomActionPane{
    background-color: rgba(0,0,0,0.05);
}


.desktop .engagingForm .editablePanel > .bottomActionPane,
.ipad .engagingForm .editablePanel > .bottomActionPane{
    padding: 30px;
}

.desktop.engagingForm .editablePanel > .bottomActionPane,
.ipad.engagingForm .editablePanel > .bottomActionPane{
    padding: 30px 35px;
}


.desktop.engagingForm  .formsPage .bottomActionPane .formActions,
.ipad.engagingForm  .formsPage .bottomActionPane .formActions{
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-right: 10px;
}

.desktop.engagingForm  .formsPage .bottomActionPane [id*='_FormsPageSave_DDC'],
.ipad.engagingForm  .formsPage .bottomActionPane [id*='_FormsPageSave_DDC']{
    float: right;
    margin-right: 0;
}

.desktop.engagingForm  #MoreActions_DropDownButton,
.ipad.engagingForm  #MoreActions_DropDownButton{
    min-width: 0;
}

.desktop.engagingForm  .formsPage .bottomActionPane .formsPageCounter,
.ipad.engagingForm  .formsPage .bottomActionPane .formsPageCounter{
    display: none;
}

.desktop.engagingForm  .editablePanel > .bottomActionPane:after,
.ipad.engagingForm  .editablePanel > .bottomActionPane:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.desktop.engagingForm  .editablePanel > .bottomActionPane .back:before,
.ipad.engagingForm  .editablePanel > .bottomActionPane .back:before{
    content: "PREVIOUS";
    font-family: Osans, Arial, Verdana, sans-serif;
    padding-left: 5px;
}

.desktop.engagingForm  .editablePanel > .bottomActionPane .goForward:not(.charges):before,
.ipad.engagingForm  .editablePanel > .bottomActionPane .goForward:not(.charges):before{
    content: "NEXT";
    font-family: Osans, Arial, Verdana, sans-serif;
    padding-right: 5px;
}

.desktop.engagingForm  .contentContainer .bottomActionPane button,
.ipad.engagingForm  .contentContainer .bottomActionPane button{
    text-transform:uppercase;
    text-shadow:none;
    font-size:1.2em;
    min-width:105px;
    text-align:center;
    float:left;
    margin:0;
    padding: 10px;
}

.desktop.engagingForm  .contentContainer .bottomActionPane button.primary,
.ipad.engagingForm  .contentContainer .bottomActionPane button.primary{
    opacity:0.85;
}

.desktop.engagingForm  .contentContainer .bottomActionPane button.primary:hover,
.ipad.engagingForm  .contentContainer .bottomActionPane button.primary:hover{
    opacity:1;
}

.desktop.engagingForm  .contentContainer .bottomActionPane button:not(.primary),
.ipad.engagingForm  .contentContainer .bottomActionPane button:not(.primary){
    opacity: 0.7;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    border-color: transparent;
}

.desktop .contentContainer .bottomActionPane button:not(.primary):hover,
.ipad .contentContainer .bottomActionPane button:not(.primary):hover{
    opacity: 1;
}

.desktop.engagingForm .contentContainer .bottomActionPane button.fillOutFormSaveButton,
.ipad.engagingForm .contentContainer .bottomActionPane button.fillOutFormSaveButton{
    background-color: transparent;
    border: solid 1px rgba(0,0,0,0.1);
    color: initial;
}

.desktop.engagingForm .contentContainer .bottomActionPane .save,
.ipad.engagingForm .contentContainer .bottomActionPane .save{
    margin-left: 10px;
}

.desktop.engagingForm .editablePanel > .bottomActionPane .back .glyph,
.desktop.engagingForm .editablePanel > .bottomActionPane .goForward .glyph,
.ipad.engagingForm .editablePanel > .bottomActionPane .back .glyph,
.ipad.engagingForm .editablePanel > .bottomActionPane .goForward .glyph{
    display: none;
}

#FormsHeaderControl{
    overflow: hidden;
}

.engagingStyle #recaptcha_container{
    margin-bottom: 20px;
}

.contentContainer .bottomActionPane {
    display: none;
}

.formsEngagingSection .contentContainer .bottomActionPane {
    display: block;
}

.desktop .headerText,
.ipad .headerText{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desktop.engagingForm .headerText,
.ipad.engagingForm .headerText{
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

.panel.engagingStyle .slickGridContainer .focusSink{
    position: absolute!important;
}

.panel.standardStyle.fieldSet > .fieldsContainer{
    padding: 0 10px 0 10px;
}

/* ---- Phone Styles----*/
.phone.engagingForm .baseTabControl{
    position: relative;
}

.phone.engagingForm .breadcrumbContainer{
    display: none;
}

.phone .formsPageCounter.formActions.editorLabel{
    margin-left: 10px;
    opacity: 0.5;
}
.phone.engagingForm .formsPageCounter.formActions.editorLabel {
    line-height: 30px;
    margin-right: 5px;
    margin-left: 10px;
    vertical-align: middle;
    padding: 0;
    position: absolute;
    top: 0;
}

.phone.guestContext .pageHeaderMenuItem.goHome,
.phone.guestContext .pageHeaderMenuItem.optionsButton{
    visibility: hidden;
}

.phone .formsPage {
    padding-left: 20px;
    padding-right: 20px;
}

.phone .formsEngagingSection.formsPage {
    padding-left: 0;
    padding-right: 0;
}

.phone .mainTabControl > .editablePanel > .content {
    padding: 0;
}

.phone #FormHeaderSection_InlineSectionContainer{
    padding: 0;
}

.phone .formsEngagingSection.formsPage > .header {
    margin: 10px 0 0 0;
    padding: 15px 10px;
}

.phone .editablePanel > .topActionPane{
    display: none;
}

.desktop .consumerStyle.tbcStyleContainer > .textBoxControl.editable.notEmpty.active > .tbcEditorField > .tbcInputContainer > .tbcInputInnerContainer > .inputClearButton, 
.desktop .consumerStyle.tbcStyleContainer > .textBoxControl.editable.notEmpty:hover > .tbcEditorField > .tbcInputContainer > .tbcInputInnerContainer > .inputClearButton {    
    right: 9px;
}

.desktop .consumerStyle.tbcStyleContainer > .textBoxControl.editable.multiLine.notEmpty.active > .tbcEditorField > .tbcInputContainer > .tbcInputInnerContainer > .inputClearButton,
.desktop .consumerStyle.tbcStyleContainer > .textBoxControl.editable.multiLine.notEmpty:hover > .tbcEditorField > .tbcInputContainer > .tbcInputInnerContainer > .inputClearButton {
    right: 25px;
}

.desktop .consumerStyle.tbcStyleContainer .suggestionPaneWrapper {
    max-width: 500px;
}

.desktop .attachmentsPopup.fileUploadPopupContainer .consumerStyle.tbcStyleContainer > .textBoxControl.attTypeField {
    display: block;
}

.desktop .attachmentsPopup.fileUploadPopupContainer .consumerStyle.tbcStyleContainer > .textBoxControl.attTypeField td.picklistDescriptionColumn {
    text-align: left;
}

.desktop .attachmentsPopup .consumerStyle.tbcStyleContainer > .textBoxControl.attTypeField div.suggestionPaneWrapper.shown {
    min-width: inherit;
}