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

.modal-backdrop {
    z-index: 9998;
    pointer-events: none
}

@media (min-width: 768px) {
    #cookieman-modal .modal-dialog {
        margin: 80px auto 0;
    }
}

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

#cookieman-modal .panel-title {
    position: relative;
}

#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"].btn: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"].btn.collapsed:after {
    content: "\e080";
}

#cookieman-recall {
    background-color: #f7fcff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
    position: fixed;
    bottom: -35px;
    left:3em;
    border-top-left-radius:.5em;border-top-right-radius:.5em;
    padding: 15px;
    vertical-align: middle;
    line-height: 20px;
    z-index: 1;
    cursor:pointer;
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.8);
    transition: bottom ease 1.0s;
}
#cookieman-recall:hover {
    bottom: 0px;
}

@media print{#cookieman-recall{display:none}}

.mm-slideout {
    z-index: unset!important;
}
