.error_message {
    color: red !important;
    
}
.error_field {
    border: 1px solid red !important;
}

.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
{
    margin: 0px;
    padding-left: 10px;
    padding-top: 3px;
}
 .kb-ck-notify-accept-btn {
    float: right;
    /*margin-right: 10px;*/
}
.kb-ck-notify-info-btn {
    float: right;
    margin-right: 30px;
}
.kb-ck-inf-btn  i {
    font-size: initial !important;
}
.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;
        margin-left: 55px;
}
  
.kb_gdpr_fc_rules li a:before {
    content: "\f105";
    display: inline-block;
    font-family: "FontAwesome";
    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;
}

.kb-gdpr-request-form {
        margin-top: 35px;
}

.kb-gdpr-request-form .page-subheading {
    font-size: 14px;
    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;
}