.kb-header-link {
    margin-left: 0.5rem;
    text-align: right;
    white-space: nowrap;
    float: left;
    height: 2rem;
    line-height: 2rem;
}
.error_message {
    color: red !important;
}
.error_field {
    border: 1px solid red !important;
}

.kb_gdpr_fc_block .page-subheading {
    margin-bottom: 1rem;
}

.kb-ck-bar-notify-block {
    display: block;
    /* position: relative; */
    padding-top: 8px;
    background: #6d96f3;
    padding-bottom: 8px;
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    opacity: 1;
    width: 100%;
    left: 0;
    border-color: #000000;

    /*border-left: 1px solid #000000;*/
    border-radius: 3px 3px 3px 3px;
    /*border-right: 1px solid #000000;*/
    color: #ffffff !important;
    z-index: 99999;
    /*border-style: solid;*/

    border-width: 0px;
    text-shadow: 0 0 0 0;

    opacity: 1;
    position: fixed;
    height: auto;
}
.kb-ck-bar-notify-block > div.kb-ck-notify-message {
    margin: 0px;
    padding: 0;
}

.kb-ck-bar-notify-block > div.kb-ck-notify-message > p {
    font-size: 13px;
    margin: 0px;
    padding-left: 10px;
    padding-top: 3px;
}
.kb-ck-notify-accept-btn {
    float: left;
    /*margin-right: 10px;*/
}
.kb-ck-notify-info-btn {
    float: left;
    margin-right: 30px;
}
.kb-ck-inf-btn i,
.kb-ck-apt-btn i {
    font-size: initial !important;
    font-size: initial;
    line-height: 14px;
    font-weight: bold;
}
.kb-ck-btn {
    display: inline-block;
    padding: 4px 8px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.kb-ck-btn :hover,
.kb-ck-btn:focus {
    color: #333;
    text-decoration: none;
}

.kb-ck-close-btn {
    /* border-radius: 12px; */
    float: right;
    /* border: 1px solid transparent; */
    margin-top: 2px;
    /* background: #fff; */
    cursor: pointer;
    color: inherit;
}

.kb_gdpr_fc_rules li a:before {
    content: "chevron_right";
    display: inline-block;
    font-family: "Material Icons1";
    padding-right: 10px;
    color: #000;
}
.kb_gdpr_fc_rules li a {
    color: #3586ae;
}
.kb_gdpr_fc_rules li a:hover {
    text-decoration: underline;
    font-weight: bold;
}

.request_list {
    list-style-type: decimal;
    padding-left: 15px;
}

label.required:before {
    content: "*";
    color: red;
    font-size: 14px;
    position: relative;
    line-height: 12px;
}

.pull-right {
    float: right;
}

.pull-xs-left {
    float: left !important;
}
.kb-gdpr-request-form {
    /*margin-top: 35px;*/
}

.kb-gdpr-request-form li {
    font-size: 14px;
}
.kb-gdpr-request-form .page-subheading {
    font-size: 16px;
    /*border-bottom: none;*/
    /*margin: 0;*/
}
.kb_gdpr_request_submit_btn {
    clear: both;
    padding-top: 25px;
}
.kb_gdpr_request_submit_btn i {
    padding-left: 5px;
}
.kb_gdpr_tnc_accept_box {
    margin-top: 30px;
    margin-right: 30px;
    margin-left: 30px;
}

#order-detail-content table label {
    font-weight: 400;
}

.modal-content-loader {
    background: url("../../img/loader128.gif") no-repeat left top transparent;
    background-size: 100% 100%;
    position: absolute;
    top: 30%;
    left: 40%;
    width: 100px;
    height: 100px;
}
.kb-modal-popup {
    display: none;
}

.kb-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 9999;
    opacity: 0.7;
}

.kb-modal {
    position: absolute;
    top: -6%;
    left: 6%;
    z-index: 99999;
    background-color: #fff;
    border: 1px solid #777;
    width: 50%;
}

.kb-model-content-loader {
}

.kb-model-content-loader .kb-modal-loading-img {
    background: url("../../img/loader128.gif") center center no-repeat transparent;
    background-size: 100% 100%;
    display: block;
    width: 100px;
    height: 100px;
    margin: 10px auto;
}

.kb-modal .kb-model-content {
    display: none;
}

.kb-modal-header,
.kb-modal-content,
.kb-modal-footer {
    padding: 10px;
}

.kb-modal-header {
    background-color: #428bca;
    color: #fff;
}

.kb-modal-header h1 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}

.kb-modal-header .kb-modal-close {
    float: right;
    margin-top: -15px;
    cursor: pointer;
}

.kb-modal-content {
    overflow-y: auto;
    max-height: 400px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.kb-modal-footer {
}

.checkbox_empty {
    border: 1px solid red;
    padding: 6px;
}

.kb-ck-cookie-setting-link {
    margin-left: 35px;
    float: right;
    line-height: initial;
}

.kb-gdpr-personal-report ul li {
    font-size: 14px;
    color: #6e6e6e;
}
.kb-gdpr-personal-report .page-subheading {
    margin-bottom: 1.5rem;
}

.kb-gdpr-personal-report p.page-subheading {
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

.kb-checkbox-required:before {
    content: "*";
    color: red;
    font-size: 14px;
    position: relative;
    line-height: 12px;
}

@font-face {
    font-family: Material Icons1;
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/material_fonts.eot);
    src: local("Material Icons1"), url(../../fonts/material_fonts.woff2) format("woff2"),
        url(../../fonts/material_fonts.woff) format("woff"), url(../../fonts/material_fonts.ttf) format("truetype");
}
.material-icons1 {
    font-family: Material Icons1;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
}
