/* SAP Hybris Marketing Landing Pages Runtime Styles: sapCp */


/* Base */

.sapCpRuntime {
    width: 100%;
    height: 100%;
}

.sapCpRuntime .sapCpBody {
    margin: 0;
    width: 100%;
    height: 100%;
}


/* Content Page */

.sapCpContentPage {
    box-sizing: border-box;
    width: 66%;
}

.sapCpContentPageLoading {
    opacity: 0;
    cursor: wait;
}


/* Layout */

.sapCpLayout {
    box-sizing: inherit;
    width: 100%;
    padding: 8px;
}


/* Widget */

.sapCpWidget {
    box-sizing: inherit;
    min-height: 30px;
    padding: 8px 8px 8px 0px;
}

.sapCpContentPage .sapCpWidget.sapCpWidgetHidden {
    display: none;
}

.sapCpWidget ~ .sapCpWidget {
    /*margin-top: 8px;*/
}

.col-xs-12.col-sm-12.sapCpBody-section-2, .col-xs-12.col-sm-12.sapCpBody-section-3, .col-xs-12.col-sm-12.sapCpBody-section-4{
    margin-bottom: 20px;
}

.sapCpWidgetContentLeft {
    min-height: 1px;
    float: left;
    text-align: right;
}

.sapCpWidgetContentRight {
    min-height: 1px;
    text-align: left;
    vertical-align: top;
}

.sapCRLWidgetFixContent {
    clear: both;
}

.sapCpWidgetContentNoIndent {
    min-height: 1px;
}

.sapCpWidgetContentLeft .sapCpLabel {
    margin-top: 6px;
    margin-right: 10px;
}

.sapCpWidgetMandatoryMissing {
    background-color: lightcoral;
}

.sapCpWidgetInvalid {
    background-color: orange;
}


/* Button Widget */

.sapCpButtonWidget .sapCpButtonWidgetExtraText {
    display: block;
    padding-top: 5px;
}

.sapCpButtonWidget .sapCpMissingMandatoryFieldLabel {
    display: block;
    color: red;
}

.sapCpContentPage:not(.sapCpMissingMandatoryField) .sapCpButtonWidget .sapCpMissingMandatoryFieldLabel {
    display: none;
}

.sapCpButtonWidget .sapCpErrorMessageText {
    display: block;
    color: red;
}

.sapCpContentPage:not(.sapCpSubmitError) .sapCpButtonWidget .sapCpErrorMessageText {
    display: none;
}

.sapCpButtonWidget .sapCpSuccessMessageLabel {
    display: block;
    color: green;
}

.sapCpContentPage:not(.sapCpSubmitCompleted) .sapCpButtonWidget .sapCpSuccessMessageLabel {
    display: none;
}

.sapCpContentPage:not(.sapCpSubmitCompleted) .sapCpButtonWidget .sapCpButtonWidgetDownloadLink {
    display: none;
}

.sapCpButtonWidget .sapCpButtonWidgetDownloadLink:not(.sapCpButtonWidgetDownloadLinkVisible) {
    display: none;
}

.sapCpButtonWidget.sapCpButtonWidgetLoading button {
    cursor: wait;
}


/* Label */

.sapCpLabel {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sapCpLabelRequiredBefore {
    padding-left: 10px;
}

.sapCpLabel:not(.sapCpLabelRequiredBefore):after {
    content: "*";
    color: RoyalBlue;
    visibility: hidden;
}

.sapCpWidgetContentLeft .sapCpLabel:not(.sapCpLabelRequiredBefore):after {
    position: absolute;
}

.sapCpLabel:not(.sapCpLabelRequiredBefore).sapCpLabelRequired:after {
    visibility: visible;
}

.sapCpLabel.sapCpLabelRequiredBefore:before {
    content: "*";
    color: RoyalBlue;
    visibility: hidden;
    position: absolute;
    left: 1px;
    top: -2px;
}

.sapCpLabel.sapCpLabelRequiredBefore.sapCpLabelRequired:before {
    visibility: visible;
}

.sapCpCheckBox ~ .sapCpLabel {
    margin-left: 2px;
}


/* Input */

.sapCpInput {
    font-size: inherit;
    font-family: inherit;
    padding: 4px 8px;
    text-overflow: ellipsis;
}


/* CheckBox */

.sapCpCheckBox {
    vertical-align: top;
    min-width: 20px;
    float: left;
}

.sapCpCheckBox input {
    font-size: inherit;
    font-family: inherit;
}


/* DropDown */

.sapCpDropDown {
    font-size: inherit;
    font-family: inherit;
    padding: 4px 8px;
    min-width: 215px;
}

.sapCpDropDown>option {
    color: black;
}

.sapCpDropDownPlaceholder {
    color: gray;
}


/* Date Picker */

.sapCpDatePicker option {
    color: black;
}

.sapCpDatePicker .sapCpDropDown~.sapCpDropDown {
    margin-left: 10px;
}

.sapCpDatePicker .sapCpDatePickerDay {
    min-width: 50px;
    width: 23%;
    max-width: 100px;
}

.sapCpInputWidget .sapCpDatePickerMonth {
    min-width: 100px;
    width: 43%;
   max-width: 200px;
}

.sapCpInputWidget .sapCpDatePickerYear {
    min-width: 50px;
    width: 23%;
    max-width: 100px;
}


/* Button */

.sapCpButton {
    height: 40px;
    width: 269px;
    margin-bottom: 60px;
    background-color: #fff;
    color: #000;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0;
    border: 1px solid #010101;
}


/*  For usage in landing Pages */

.sapCpContentPage {
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: grey;
    -webkit-font-smoothing: auto;
}

.sapCpContentPage *, .sapCpContentPage *:before, .sapCpContentPage *:after {
  box-sizing: inherit;
}

.sapCpWidget input[type=checkbox] {
    -webkit-appearance: checkbox;
    font-size: inherit;
    margin-top: 0px;
}

.sapCpCheckBox {
    line-height: 18px;
}

.sapCpInputWidget select {
    -webkit-appearance: menulist;
    background-image: none;
    height: 38px;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    width: 99%;
}

.sapCpInputWidget .sapCpInput {
    font-family: inherit;
    font-size: inherit;
    width: 99%;
    border: lightgrey solid 1px;
    height: 38px;
}

.sapCpLabel {
    font-family: inherit;
    font-weight: 400;
    font-size: inherit;
    color: inherit;
    line-height: 22px;
}


/* Responsive layout */

@media screen and (min-width: 481px) {
    .sapCpLabel:not(.sapCpLabelRequiredBefore):after {
        right: 1px;
        top: -2px;
    }
    .sapCpLabel:not(.sapCpLabelRequiredBefore) {
        padding-right: 10px;
    }
}

@media screen and (max-width: 480px) {
    /* Widget */
    .sapCpWidgetContent {
        width: 100% !important;
        text-align: left;
    }
    /* Input */
    .sapCpWidgetContent .sapCpInput {
        width: 100%;
    }
    /* Text Area */
    .sapCpWidgetContent .sapCpTextArea {
        width: 98%;
    }
    /* DropDown */
    .sapCpWidgetContent .sapCpDropDown {
        width: 100%;
    }
    /* Date Picker */
    .sapCpWidgetContent .sapCpDatePicker .sapCpDatePickerDay {
        width: 24%;
    }
    .sapCpWidgetContent .sapCpDatePicker .sapCpDatePickerMonth {
        width: 45%;
    }
    .sapCpWidgetContent .sapCpDatePicker .sapCpDatePickerYear {
        width: 24%;
    }
    .sapCpWidgetContentRight {
        padding-left: 0% !important;
    }
}


.sap-newsletter-icon {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.sapCpInput::placeholder, .select-placeholder {
    color: gray !important;
}

span.sap-small-text {
    font-size: 10pt;
}

.sap-places, span.sap-small-text, .sap-privacy-policy {
    color: black;
}

.sapCpInputWidget {
    padding-left: 0px;
}

.col-xs-12.col-sm-12.sapCpBody-section-6 {
    margin-top: 20px;
    margin-bottom: 20px;
}


@media(max-width:767px) {
    .sapCpContentPage {
        width: 100%;
    }

    .sap-place-1 {
        float: none !important;
        margin-right: 0px;
    }

}

.sap-place-1 {
    float: left;
    margin-right: 25px;
}


.col-xs-12.col-sm-12.sap-icon-list .col-xs-2 {
    width: 10%;
    float: left;
}

.col-xs-12.col-sm-12.sap-icon-list {
    padding: 10px 10px 10px 10px;
    font-size: 12px;
}

.col-xs-12.col-sm-12.sap-icon-list .col-xs-12.col-sm-4, .col-xs-12.col-sm-12.sap-icon-list {
    background-color: #f4f4f4;
}

@media(max-width:997px) and (min-width:700px) {
    .col-xs-12.col-sm-12.sap-icon-list {
        font-size: 10px;
    }
}

.col-xs-12.col-sm-12.sap-icon-list .col-xs-12.col-sm-4 {
    text-align: center;
}

@media(max-width:767px) and (min-width:600px) {
    .col-xs-12.col-sm-12.sap-icon-list .col-xs-12.col-sm-4 {
        width: 50% !important;
        text-align: left;
    }
}

@media(max-width:599px)  {
    .col-xs-12.col-sm-12.sap-icon-list .col-xs-12.col-sm-4 {
        width: 100% !important;
        text-align: left;
    }
}


@media(max-width:340px)  {
    .sapCpWidgetContent .sapCpDatePicker .sapCpDatePickerDay,  .sapCpWidgetContent .sapCpDatePicker .sapCpDatePickerMonth, .sapCpWidgetContent .sapCpDatePicker .sapCpDatePickerYear{
        width: 100% !important;
    }
    .sapCpDatePicker .sapCpDatePickerDay, .sapCpInputWidget .sapCpDatePickerMonth, .sapCpInputWidget .sapCpDatePickerYear {
        max-width: 0px;
        min-width: 100%;
        margin-bottom: 15px;
        margin-left: 0px !important;
    }
}

.sapCpWidgetContent.sapCpWidgetContentLeft.sapCRLWidgetContent.sapCRLWidgetContentLeft, div#application-MarketingContent-manage-component---ObjectView--DesignView--ContentPage-0L-4W {
    display: none;
}


.sapCpWidgetContent.sapCpWidgetContentRight.sapCRLWidgetContent.sapCRLWidgetContentRight {
    font-family: inherit;
    font-size: inherit;
    width: 99%;
    border: lightgrey solid 1px;
    height: 38px;
    padding-left: 0px !important;
}


div#application-MarketingContent-manage-component---ObjectView--DesignView--ContentPage-0L-0W, 
div#application-MarketingContent-manage-component---ObjectView--DesignView--ContentPage-0L-1W, 
div#application-MarketingContent-manage-component---ObjectView--DesignView--ContentPage-0L-2W, 
div#application-MarketingContent-manage-component---ObjectView--DesignView--ContentPage-0L-3W {
    width: 49.5% !important;
}


input#__input3, input#__input4, input#__input5, select#__down4 {
    width: 100%;
}

div#application-MarketingContent-manage-component---ObjectView--DesignView--ContentPage-0L-1W, div#application-MarketingContent-manage-component---ObjectView--DesignView--ContentPage-0L-3W {
    float: right;
}

div#application-MarketingContent-manage-component---ObjectView--DesignView--ContentPage-0L-0W, div#application-MarketingContent-manage-component---ObjectView--DesignView--ContentPage-0L-2W {
    float: left;
}

div#application-MarketingContent-manage-component---ObjectView--DesignView--ContentPage-0L-1W {
    padding-top: 0px;
}

.col-xs-12.col-sm-12.newsletter {
    margin-bottom: 30px;
}

.sapCpWidgetContent.sapCpWidgetContentRight.sapCRLWidgetContent.sapCRLWidgetContentRight {
    border: 0px !important;
}

div#application-MarketingContent-manage-component---ObjectView--DesignView--ContentPage-0L-6W {
    float: left;
    width: 200px;
}

form#application-MarketingContent-manage-component---ObjectView--DesignView--ContentPage {
    width: 66%;
}

div#application-MarketingContent-manage-component---ObjectView--DesignView--ContentPage-0L-11W {
    margin-left: 29px;
}



@media (max-width: 750px) {
    form#application-MarketingContent-manage-component---ObjectView--DesignView--ContentPage {
        width: 100% !important;
    }
}

@media (max-width: 520px) {
    div#application-MarketingContent-manage-component---ObjectView--DesignView--ContentPage-0L-0W, 
    div#application-MarketingContent-manage-component---ObjectView--DesignView--ContentPage-0L-1W, 
    div#application-MarketingContent-manage-component---ObjectView--DesignView--ContentPage-0L-2W, 
    div#application-MarketingContent-manage-component---ObjectView--DesignView--ContentPage-0L-3W {
        width: 100% !important;
    }
}

@media (max-width: 393px) {
    div#application-MarketingContent-manage-component---ObjectView--DesignView--ContentPage-0L-6W {
        float: left;
        width: 100%;
    }
}

@media (max-width: 393px) {
    div#application-MarketingContent-manage-component---ObjectView--DesignView--ContentPage-0L-6W {
        float: left;
        width: 100%;
    }

    .sapCpDatePicker .sapCpDatePickerDay, .sapCpInputWidget .sapCpDatePickerMonth, .sapCpInputWidget .sapCpDatePickerYear {
        min-width: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 10px;
        margin-left: 0px !important;
    }

    .sapCpDatePicker .sapCpDropDown~.sapCpDropDown {
        margin-left: 10px;
        margin-bottom: 10px;
    }
    

    .col-xs-12.col-sm-12.newsletter.date {
        height: 215px;
    }

}


.sapCpRuntime {
    width: 100%;
    height: 100%;
}

.sapCpRuntime .sapCpBody {
    margin: 0;
    width: 100%;
    height: 100%;
}


/* Content Page */

.sapCpContentPage {
    box-sizing: border-box;
    width: 100%;
}

.sapCpContentPageLoading {
    opacity: 0;
    cursor: wait;
}


/* Layout */

.sapCpLayout {
    box-sizing: inherit;
    width: 100%;
    padding: 8px;
}


/* Widget */

.sapCpWidget {
    box-sizing: inherit;
    min-height: 30px;
    padding: 8px;
}

.sapCpContentPage .sapCpWidget.sapCpWidgetHidden {
    display: none;
}

.sapCpWidget ~ .sapCpWidget {
    margin-top: 8px;
}

.sapCpWidgetContentLeft {
    min-height: 1px;
    float: left;
    text-align: right;
}

.sapCpWidgetContentRight {
    min-height: 1px;
    text-align: left;
    vertical-align: top;
}

.sapCRLWidgetFixContent {
    clear: both;
}

.sapCpWidgetContentNoIndent {
    min-height: 1px;
}

.sapCpWidgetContentLeft .sapCpLabel {
    margin-top: 6px;
    margin-right: 10px;
}

.sapCpWidgetMandatoryMissing {
    background-color: lightcoral;
}

.sapCpWidgetInvalid {
    background-color: orange;
}


/* Button Widget */

.sapCpButtonWidget .sapCpButtonWidgetExtraText {
    display: block;
    padding-top: 5px;
}

.sapCpButtonWidget .sapCpMissingMandatoryFieldLabel {
    display: block;
    color: red;
}

.sapCpContentPage:not(.sapCpMissingMandatoryField) .sapCpButtonWidget .sapCpMissingMandatoryFieldLabel {
    display: none;
}

.sapCpButtonWidget .sapCpErrorMessageText {
    display: block;
    color: red;
}

.sapCpContentPage:not(.sapCpSubmitError) .sapCpButtonWidget .sapCpErrorMessageText {
    display: none;
}

.sapCpButtonWidget .sapCpSuccessMessageLabel {
    display: block;
    color: green;
}

.sapCpContentPage:not(.sapCpSubmitCompleted) .sapCpButtonWidget .sapCpSuccessMessageLabel {
    display: none;
}

.sapCpContentPage:not(.sapCpSubmitCompleted) .sapCpButtonWidget .sapCpButtonWidgetDownloadLink {
    display: none;
}

.sapCpButtonWidget .sapCpButtonWidgetDownloadLink:not(.sapCpButtonWidgetDownloadLinkVisible) {
    display: none;
}

.sapCpButtonWidget.sapCpButtonWidgetLoading button {
    cursor: wait;
}


/* Label */

.sapCpLabel {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sapCpLabelRequiredBefore {
    padding-left: 10px;
}

.sapCpLabel:not(.sapCpLabelRequiredBefore):after {
    content: "*";
    color: RoyalBlue;
    visibility: hidden;
}

.sapCpWidgetContentLeft .sapCpLabel:not(.sapCpLabelRequiredBefore):after {
    position: absolute;
}

.sapCpLabel:not(.sapCpLabelRequiredBefore).sapCpLabelRequired:after {
    visibility: visible;
}

.sapCpLabel.sapCpLabelRequiredBefore:before {
    content: "*";
    color: RoyalBlue;
    visibility: hidden;
    position: absolute;
    left: 1px;
    top: -2px;
}

.sapCpLabel.sapCpLabelRequiredBefore.sapCpLabelRequired:before {
    visibility: visible;
}

.sapCpCheckBox ~ .sapCpLabel {
    margin-left: 2px;
}

.sapCpCheckBox + .sapCpLabel {
	display: block;
}

/* Input */

.sapCpInput {
    font-size: inherit;
    font-family: inherit;
    padding: 4px 8px;
    text-overflow: ellipsis;
}


/* CheckBox */

.sapCpCheckBox {
    vertical-align: top;
    min-width: 20px;
    float: left;
}

.sapCpCheckBox input {
    font-size: inherit;
    font-family: inherit;
}


/* DropDown */

.sapCpDropDown {
    font-size: inherit;
    font-family: inherit;
    padding: 4px 8px;
    min-width: 215px;
}

.sapCpDropDown>option {
    color: black;
}

.sapCpDropDownPlaceholder {
    color: gray;
}


/* Date Picker */

.sapCpDatePicker option {
    color: black;
}

.sapCpDatePicker .sapCpDropDown~.sapCpDropDown {
    margin-left: 10px;
}

.sapCpDatePicker .sapCpDatePickerDay {
    min-width: 50px;
    width: 23%;
    max-width: 100px;
}

.sapCpInputWidget .sapCpDatePickerMonth {
    min-width: 100px;
    width: 43%;
    max-width: 200px;
}

.sapCpInputWidget .sapCpDatePickerYear {
    min-width: 50px;
    width: 23%;
    max-width: 100px;
}


/* Button */

.sapCpButton {
    font-size: inherit;
    font-family: inherit;
    padding: 6px 10px;
}


/*  For usage in landing Pages */

.sapCpContentPage {
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: grey;
    -webkit-font-smoothing: auto;
}

.sapCpContentPage *, .sapCpContentPage *:before, .sapCpContentPage *:after {
  box-sizing: inherit;
}

.sapCpWidget input[type=checkbox] {
    -webkit-appearance: checkbox;
    font-size: inherit;
    margin-top: 0px;
}

.sapCpCheckBox {
    line-height: 18px;
}

.sapCpInputWidget select {
    -webkit-appearance: menulist;
    background-image: none;
    height: 38px;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    width: auto;
}

.sapCpInputWidget .sapCpInput {
    font-family: inherit;
    font-size: inherit;
    width: auto;
    border: lightgrey solid 1px;
    height: 38px;
}

.sapCpLabel {
    font-family: inherit;
    font-weight: 400;
    font-size: inherit;
    color: inherit;
    line-height: 22px;
}

.sapCpButton {
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    color: inherit;
    border-radius: 5px;
    border-style: solid;
    border-color: lightgrey;
    border-width: 1px;
    padding: 8px 20px;
    width: auto;
}


/* Responsive layout */

@media screen and (min-width: 481px) {
    .sapCpLabel:not(.sapCpLabelRequiredBefore):after {
        right: 1px;
        top: -2px;
    }
    .sapCpLabel:not(.sapCpLabelRequiredBefore) {
        padding-right: 10px;
    }
}

@media screen and (max-width: 480px) {
    /* Widget */
    .sapCpWidgetContent {
        width: 100% !important;
        text-align: left;
    }
    /* Input */
    .sapCpWidgetContent .sapCpInput {
        width: 95%;
    }
    /* Text Area */
    .sapCpWidgetContent .sapCpTextArea {
        width: 98%;
    }
    /* DropDown */
    .sapCpWidgetContent .sapCpDropDown {
        width: 100%;
    }
    /* Date Picker */
    .sapCpWidgetContent .sapCpDatePicker .sapCpDatePickerDay {
        width: 23%;
    }
    .sapCpWidgetContent .sapCpDatePicker .sapCpDatePickerMonth {
        width: 43%;
    }
    .sapCpWidgetContent .sapCpDatePicker .sapCpDatePickerYear {
        width: 23%;
    }
    .sapCpWidgetContentRight {
        padding-left: 0% !important;
    }
}