
#cookieman-modal.modal {
    z-index: 9999;
}

.modal-backdrop {
    z-index: 9998;
}

#cookieman-modal .modal-dialog {
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-color: #eeeced !important;
    width: 100%;
}


#cookieman-modal .modal-header {
    padding: 30px 15px 0 15px;
    border-bottom: none;
    /* font-weight: 700; */
}


#cookieman-modal .modal-title {
    font-size: 18px;
    line-height: 1.4em;
    margin: 0 0 10px 0;
    color: #0ba1e2;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #002868;
    margin: 0;
}



#cookieman-modal .modal-content {
    background-color: #eeeced !important;
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 1000px;
    margin: 0 auto;
}

#cookieman-modal .modal-footer {
    border-top: none;
}


#cookieman-modal .panel-body p {
    font-size: 14px;
    line-height: normal;
}

#cookieman-modal table {
    width: 100%;
}

@media (min-width: 768px) {
    #cookieman-modal .modal-dialog {
        /* margin: 80px auto 0; */
        background-color: #eeeced !important;
        border: none;
        border-radius: 0;
        outline: 0;
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        margin: 0;
        bottom: 0;
        position: absolute;
    }
}

#cookieman-modal label {
    width: 27px;
    margin-bottom: 0;
}

#cookieman-modal .panel-title {
    position: relative;
    background: transparent;
    filter: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    font-weight: 400;
}

#cookieman-modal .panel-title a {
    /* position: absolute; */
    left: 34px;
    right: 0;
}

#cookieman-modal input[type=checkbox] {
    margin: 0;
    vertical-align: middle;
}

#cookieman-modal table {
    font-size: 80%;
}

#cookieman-modal .modal-body {
    padding-bottom: 0;
}

#cookieman-modal [data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    font-size: .7em;
    padding-left: .7em;
    opacity: .7;
    padding-top: .4%;
}

#cookieman-settings [data-toggle="collapse"]:after {
    float: right;
}

#cookieman-modal [data-toggle="collapse"].collapsed:after {
    content: "\e080";
}



#cookieman-modal .btn-primary,
#cookieman-modal .btn-primary:focus,
#cookieman-modal .btn-primary:link,
#cookieman-modal .btn-primary:active,
button
{
    text-shadow: none;
    text-decoration: none;
    text-decoration: none;
    border: none;
    background-color: #002768;
    background-image: none;
    padding: 5px 10px;
    margin: 4px 0 20px 0;
    color: #FFFFFF;
    font-size: 13px;
    text-align: center;
    line-height: normal;
    white-space: nowrap;
    border: none !important;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;

    outline: none;
    max-width: 40% !important;
    width: 40% !important;
    float: right;
}

button {
    float: none;
}

#cookieman-modal .btn-primary:hover,
button:hover
{
    text-shadow: none;
    background-color: #002768;
    color: #FFFFFF !important;
    text-decoration: underline;

}

#cookieman-modal .btn-default,
#cookieman-modal .btn-default:focus,
#cookieman-modal .btn-default:link,
#cookieman-modal .btn-default:active
{
    text-shadow: none;
    text-decoration: none;
    text-decoration: none;
    border: none;
    background-color: #bcbcbc;
    background-image: none;
    padding: 5px 10px;
    margin: 4px 0 20px 0;
    color: #FFFFFF;
    font-size: 13px;
    text-align: center;
    line-height: normal;
    white-space: nowrap;
    border: none !important;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;

    outline: none;
    max-width: 40% !important;
    width: 40% !important;
    float: right;
}


#cookieman-modal .btn-default:hover
{
    text-shadow: none;
    background-color: #808080;
    color: #FFFFFF !important;
    text-decoration: underline;

}

#cookieman-modal a{
    color: inherit;
}

#cookieman-modal a::before {
    display: none;
}


.panel-default > .panel-heading h4{
    font-size: 15px;
    color: #002868;
    font-weight: 700;
}

#cookieman-modal td {
    color: #000000;
    padding: 3px;
    border-top: 1px solid #C8C8C8;
}