
#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;
}



#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;
}

@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;
}

#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
{
    text-shadow: none;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: "DaxWeb W01 Medi", Arial;
    color: #FFFFFF !important;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    line-height: normal;
    min-width: 100px;
    padding: 7px 25px;
    margin: 5px 0;
    white-space: nowrap;
    border: none !important;
    position: relative;
    display: inline-block;
    max-width: inherit;
    background: #75b101;
    background: -moz-linear-gradient(45deg, #75b101 0%, #b5e82e 100%);
    background: -webkit-linear-gradient(45deg, #75b101 0%,#b5e82e 100%);
    background: linear-gradient(45deg, #75b101 0%,#b5e82e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75b101', endColorstr='#b5e82e',GradientType=1 );

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


#cookieman-modal .btn-primary:hover
{
    text-shadow: none;
    background: #008df4;
    background: -moz-linear-gradient(45deg, #008df4 0%, #5cc3fe 100%);
    background: -webkit-linear-gradient(45deg, #008df4 0%,#5cc3fe 100%);
    background: linear-gradient(45deg, #008df4 0%,#5cc3fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008df4', endColorstr='#5cc3fe',GradientType=1 );
    position: relative;
    color: #FFFFFF !important;

}

#cookieman-modal a{
    color: inherit;
}

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