/* from cache */
@import url("footer.css");
/* Not Found: /Config/SubscriptionCentre2.css */
/* Not Found: ./../Config/Company/cn-2039/cn-2039.css */
body {
    margin: 0;
}

.wrapper {
    font-family: Arial, 微软雅黑, sans-serif;
    font-size: 14px;
    color: #898989;
    padding: 0;
    max-width: 1200px;
    width: 100%;
}


.btn,
#dialogModal .privacy-policy-sector .btn {
    font-family: inherit;
    font-size: 1.0em;
    font-weight: normal;
    line-height: 0;
    color: #8B8B8B;
    padding: 1.0em 1.0em 1.0em 1.0em;
    text-transform: none;
    border: 0px solid #cbcbcb;
    background: #E1E1E1;
    transition: background 0.5s, color 0.5s, border 0.5s;
    height: 44px;
    min-width: 11em;
}

.btn:hover,
.btn:active,
.btn:focus,
#dialogModal .privacy-policy-sector .btn:hover,
#dialogModal .privacy-policy-sector .btn:active,
#dialogModal .privacy-policy-sector .btn:focus {
    background: #FFA800;
    color: #fff;
    border-color: #FFA800;
    box-shadow: none;
}

.form input,
.form select {
    border: 1px solid #DBDBDB;
}


.modal a:hover,
.hyperlink:hover,
.disclaimer-box a:hover,
.cookies-box a:hover {
    text-decoration: underline;
    color: #898989 !important;
}

.subscribe-checking .btn {
    margin-top: 1em;
}

.check-subscription-link a {
    color: #898989;
    font-weight: normal;
}

.check-subscription-link a:hover {
    text-decoration: underline;
    color: #898989;
}

.announcement-group-lable,
.releasetype-group-lable {
    font-size: 15px;
    color: #898989;
    display: none;
}

.subscription-wrapper-single .selection-services {
    border: none !important;
    box-shadow: none !important;
}

body .button-wrapper {
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    padding-left: 0;
}

.wrapper {
    padding-top: 0;
}

.check-subscription-link {
    text-align: left;
    font-size: 14px;
}

#dialogModal .btn-submit,
#dialogModal .btn-ok,
#dialogModal .btn-cancel {
    margin-top: 20px;
    margin-right: 5px;
}

.subscribe-checking .button-wrapper {
    text-align: center;
    margin: 0;
    width: 100%;
}

.form .row-control .input > * {
    width: 100%;
}

.button-wrapper,
.form .row-control {
    margin-left: 0;
    margin-right: 0;
}

.button-inner {
    text-align: center;
}

.form .lable,
.form .input,
.selection-services {
    padding-left: 0;
    line-height: 30px;
}

span.compulsory-field {
    position: absolute;
    top: -2px;
    right: -15px;
    width: 10px !important;
}

.subscribe-button-wrapper {
    margin-bottom: 40px;
}

.service-checkbox {
    margin: 0 15px 0;
}

.footer {
    font-size: 14px;
}

@media (max-width: 768px) {
    .wrapper {
        width: 100%;
        padding-top: 0;
        padding-left: 0%;
        padding-right: 0%;
    }

    .modal-dialog {
        width: inherit;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {

    .button-wrapper .check-subscription-link,
    .button-wrapper .button-inner {
        margin-left: 0%;
    }
}

@media (max-width: 425px) {

    .check-subscription-link,
    .subscribe-button-wrapper {
        text-align: center;
    }
}

@media (max-width: 399px) {
    .btn {
        width: 50%;
        margin-right: 0 !important;
        margin-top: 10px !important;
    }
}

.checkbox {

    line-height: 16px;

}

.modal a,
.hyperlink,
.disclaimer-box a,
.cookies-box a {
    color: #898989 !important;
    text-decoration: none;
}

#dialogModal .btn-submit,
#dialogModal .btn-ok,
#dialogModal .btn-cancel {
    min-width: 11em;
}


