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

.sapCpRadioWidget .sapCpWidgetContent.sapCpRadio.sapCpWidgetContentLeft {float:none !important;}

/* Base */

.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: 0px;
    cursor: default;
}


/* Widget */

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

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

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

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

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

.sapCRLWidgetFixContent {
    clear: both;
}

.sapCpWidgetContentNoIndent {
    min-height: 1px;
}

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

.sapLandingPage .sapCpWidget:not(.sapCpCheckBoxElementWidget) .sapCpWidgetContentLeft .sapCpLabel {
    margin-top: 6px;
    margin-right: 10px;
}

.sapCpWidget:not(.sapCpCheckBoxElementWidget) .sapCpWidgetContentLeft .sapCpLabel {
    margin-top: 8px;
    margin-right: 10px;
}

/*.sapCpWidgetMandatoryMissing  {*/
/*    background-color: lightcoral;*/
/*}*/

/*.sapCpWidgetMandatoryMissing select,*/
.sapCpWidgetMandatoryMissing input,.sapCpWidgetInvalid input {
    border-color: red !important;
}

.sapCpWidgetMandatoryMissing .error-message,.error-message-invalid {
    color: red;
}


.sapCpWidgetInvalid {
    /*background-color: rgb(239,239,239);*/
}


/* 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 */

.sapCpWidget .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;
    max-width: 800px;
    width:95%;
    margin: 0 auto 50px;
    /*font-family: "Renault Life" !important;*/
    font-family: "Nissan Light" !important;
    color: #212529 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    opacity: 1 !important;
    line-height: 20px !important;
}

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

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

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

.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:  #212529 solid 1px;
    height: 38px;
    min-width:215px;
    color: #212529;
    font-weight: 500;
}

.sapCpInputWidget .sapCpLabel + .sapCpInput {
	padding: 4px 8px;
}

.sapCpLabel {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

.sapCpButton {
    font-family: inherit;
    border-radius: 5px;
    background: #c3002f;
    color: #fff !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    padding: 16px 30px;
    border: none;
    cursor: pointer;
}

.error-message,.error-message-invalid {
    padding-left: 20%;
}


/* RADIO INPUT */
.sapCpRadio .sapCpLabel {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sapCpRadio .sapCpLabel:after {
    display:none;
}

/* Hide the browser's default radio button */
.sapCpRadio .sapCpLabel input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width:0;
}

/* Create a custom radio button */
.sapCpRadio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border:2px solid #212529;
}
/* On mouse-over, add a grey background color */
.sapCpRadio .sapCpLabel:hover input ~ .checkmark {
    border-color: #c3002f;
}

/* When the radio button is checked, add a blue background */
.sapCpRadio .sapCpLabel input:checked ~ .checkmark {
    border-color: #c3002f;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.sapCpRadio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.sapCpRadio .sapCpLabel input:checked ~ .checkmark:after {
    display: block;
}

.sapCpRadioWidget .error-message {
    text-align: right;
}

/* Style the indicator (dot/circle) */
.sapCpRadio .sapCpLabel .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #c3002f;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* END RADIO INPUT */




/* CHECKBOX INPUT */
/* The container */
.sapCpCheckBox .checkBoxLabel {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.sapCpCheckBox .checkBoxLabel input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.sapCpCheckBox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 2px solid #212529;
}

/* On mouse-over, add a grey background color */
.sapCpCheckBox .checkBoxLabel:hover input ~ .checkmark {
    border-color: #c3002f;
}

/* When the checkbox is checked, add a blue background */
.sapCpCheckBox .checkBoxLabel input:checked ~ .checkmark {
    border-color: #c3002f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.sapCpCheckBox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.sapCpCheckBox .checkBoxLabel input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.sapCpCheckBox .checkBoxLabel .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #c3002f;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* END CHECKBOX INPUT */

/* accordion toggle */
.owAccordionWidget {
    margin-bottom: 30px;
}
.owAccordionToggle {
    padding: 20px 35px 20px 20px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    cursor:pointer;
    background-image: url(img/expand-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 30px;
}

.owAccordionToggle p {
    margin-bottom: 0;
    margin-top: 0 !important;
    font-weight: 600;
}

.owAccordionTab {
    display:none;
    border: 1px solid #ddd;
    border-top:0;
    padding: 20px;
}

.owAccordionTab.active {
    display:block;
}
/* RCI */
#ow_rci_wrapper {
    display:none;
}
#ow_rci_wrapper.active {
    display:block;
}

/* 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) {

    .error-message {
        padding-left: 0;
    }

    /* Widget */
    .sapCpWidgetContent {
        width: 100% !important;
        text-align: left;
    }
    /* Input */
    .sapCpWidgetContent .sapCpInput {
        width: 100%;
    }
    /* Text Area */
    .sapCpWidgetContent .sapCpTextArea {
        width: 100%;
    }
    /* 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;
    }

    .sapCpRadioWidget.sapCpWidgetMobileInline > .sapCpWidgetContent  {width:45% !important;}
    .sapCpRadioWidget .radioWrapp div {width:auto !important;}

}