#bs-gdpr-cookies-modal {
    width: 100%;
}

.modal-dialog {
    width: 95% !important;
    max-width: 800px !important;
}





#bs-gdpr-cookies-modal-advanced-types div.input_and_title {
    width: 100%;
    margin-top: 25px;
}


#bs-gdpr-cookies-modal-advanced-types div.input_and_title div.input_checkbox {
    float: left;
    width: 20px;
    display: block;
}
#bs-gdpr-cookies-modal-advanced-types div.input_and_title div.input_checkbox input {
    margin-top: 2px;
}


#bs-gdpr-cookies-modal-advanced-types div.input_and_title div.input_label {
    position: relative;
    float: left;
    width: calc( 100% - 20px );
    display: block;
    font-weight: bold;
}

#bs-gdpr-cookies-modal-advanced-types div.input_and_title div.input_label span.show_details {
    position: absolute;
    right: 0px;
}
#bs-gdpr-cookies-modal-advanced-types div.input_and_title div.input_label span.show_details a.show_details_btn {
    background-color: #eeeeee;
    padding: 2px 10px;
    border-radius: 4px;
}
#bs-gdpr-cookies-modal-advanced-types div.input_and_title div.input_label span.show_details a.show_details_btn:hover {
    cursor: pointer;
}



#bs-gdpr-cookies-modal-advanced-types div.description {
    margin-top: 7px;
}



div.cookieData table {
    margin-top: 10px;
    width: 100%;
}

div.cookieData .col1 {
    width: 15%;
}
div.cookieData .col2 {
    width: 15%;
}
div.cookieData .col3 {
    width: auto;
}
div.cookieData .col4 {
    width: 100px;
}
div.cookieData .col5 {
    width: 100px;
}

div.cookieData table tr th {
    font-size: 11px;
    line-height: 15px;
    padding: 2px 10px 2px 3px;
    background-color: #cccccc;
    font-weight: bold;
}
div.cookieData table tr td {
    vertical-align: top;
    font-size: 10px;
    line-height: 15px;
    padding: 2px 10px 2px 3px;
    border-bottom: 1px solid #eeeeee;
}



button.accept_button {
    color: #888888;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}
button.acceptall_button {
    color: #ffffff;
    background-color: #008D09;
    border: 1px solid #008D09;
}


div#container_cookiesBtn {
    text-align: center;
    margin: 20px auto 50px auto;
}