@charset "UTF-8";

#tx_cookies_showPermanent {
    display: none;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1040; /* higher than z-index of Bootstrap header */
}
#tx_cookies_inner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 99%;
    background: #1269b1;
    padding: 10px;
    z-index: 100;
}
#tx_cookies h3 {
    margin: 0;
    display: none;
}
#tx_cookies p {
    margin: 0;
    font-size: 0.9em;
    color: #fff;
}
#tx_cookies a {
    font-size: 0.9em;
    color: #fff;
}
#tx_cookies input[type="checkbox"] {
    float: left;
    margin-right: 3px;
}
#tx_cookies button,
#tx_cookies input[type="submit"] {
    border: 0;
    background: #123f70;
    cursor: pointer;
    padding: 2px 5px;
    color: #fff;
}
#tx_cookies #tx_cookies_close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
}