.sapCpRuntime {
    width: 100%;
    height: 100%;
}

.mystyle{
    display: none !important;
}

.navbar {
  background-color: #fff !important;
  top: 0;
  width: 100%;
  position: fixed;
  border-bottom: 1px solid #DBDBDB !important;
  height: 75px !important;
  padding-top: 5px !important; 
  padding-bottom: 5px !important;
  z-index: 1000;
}

.sapCpRuntime .sapCpBody {
    margin: 0;
    width: 100%;
    height: 100%;
}

.sapCpContainer{
    background-size: 80px 113.13px;
    font-family: 'Corben';font-size: 22px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    margin: 0 auto;
    padding-top: 73px;
    max-width: 1600px;

}

.sapCpSection{
    margin-top: 50px;
    margin-bottom: 0px;

}

.sapCpFooter{
    background: #000;
    font-size: 11px;
    min-height: 330px;
    font-family: Helvetica,Arial,sans-serif;
}

.sapCpContentPage {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.sapCpContentPageLoading {
    opacity: 0;
    cursor: wait;
}
.sapCpLayout {
    box-sizing: inherit;
    width: 100%;
    padding: 8px;
}
.sapCpWidget {
    box-sizing: inherit;
    min-height: 30px;
    padding: 8px;
    
}
.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;
}
.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;
}
.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;
}
.sapCpInput {
    font-size: inherit;
    font-family: inherit;
    padding: 4px 8px;
    text-overflow: ellipsis;
}
.sapCpCheckBox {
    vertical-align: top;
    min-width: 20px;
    float: left;
    z-index: 1!important;

}
.sapCpCheckBox input {
    font-size: inherit;
    font-family: inherit;
    opacity: 1 !important;
    position: relative !important;
}
.sapCpDropDown {
    font-size: inherit;
    font-family: inherit;
    padding: 4px 8px;
    min-width: 215px;
    height: 36px;
}
.sapCpDropDown>option {
    color: black;
}
.sapCpDropDownPlaceholder {
    color: gray;
}
.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;
}
.sapCpButton {
    font-size: inherit;
    font-family: inherit;
    padding: 6px 10px;
}

.sapCpButton:active {
  background: #90EE90 !important;
}


.sapCpCheckBoxWidget{
    width: 100%;

}

@media screen and (min-width: 481px) {

    .sapCpLabel:not(.sapCpLabelRequiredBefore):after {
        right: 1px;
        top: -2px;
    }
    .sapCpLabel:not(.sapCpLabelRequiredBefore) {
        padding-right: 10px;
    }

    ul.list li{
    width: 33%;
    float: auto;
    }

ul.list_form {
    padding-left: 20% !important; 
}
    ul.list_form li{
    width: 50%;
    float: left;
    
    }

.informativa {
    padding-left: 40px !important;
    padding-right:30px !important;
    justify-content: space-between !important;
    /*text-align: center !important;
    flex: 10 0 auto;*/
}

}
@media screen and (max-width: 480px) {

    .sapCpSection {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }


    ul.list_form li{
    padding-left:0 !important;
    }

    .sapCpWidget {
    box-sizing: inherit;
    min-height: 30px;
    
}

    .sapCpWidgetContent {
        width: 100%!important;
        text-align: left;
    }
    .sapCpWidgetContent .sapCpInput {
        width: 95%;
    }
    .sapCpWidgetContent .sapCpDropDown {
        width: 100%;
    }
    .sapCpWidgetContent .sapCpDatePicker .sapCpDatePickerDay {
        width: 23%;
    }
    .sapCpWidgetContent .sapCpDatePicker .sapCpDatePickerMonth {
        width: 43%;
    }
    .sapCpWidgetContent .sapCpDatePicker .sapCpDatePickerYear {
        width: 23%;
    }
    .sapCpWidgetContentRight {
        padding-left: 0!important;
    }
}