/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 11, 2018, 3:47:39 PM
    Author     : Webcomum
*/

.consent {
    width: 600px;
    padding: 15px;
    overflow-x: hidden;
}

.consent form span {
    padding-left: 5px;
    vertical-align: middle;
}

.consent form input[type="checkbox"] {
    vertical-align: middle;
}

.consent-label h1 {
    font-size: 24px;
    font-weight: bold;
    color: #AD1F2B;
    margin-bottom: 20px;
}

.consent-description,
.consent-legal,
.consent-submit {
    font-size: 13px;
    line-height: 1.5;
    padding: 10px 0;
}

.consent-footer {
    margin-top: 40px;
    color: #4a4a4a;
}

.consent-footer img {
    width: 65px;
    float: left;
    margin-right: 15px;
}

.consent-submit button {
    display: inline-block;
    float: right;
    font-family: "Trebuchet MS", "Arial", sans-serif;
    background-color: #ad1f2b;
    color: #ffffff;
    font-style: italic;
    font-size: 18px;
    transition: all 0.2s ease-in-out 0.0s;
    cursor: pointer;
    padding: 10px 20px;
    border: none;
}

.consent-submit button:hover {
    background-color: #2c3f50;
    color: #ffffff;
}

.consent-clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.consent-clearfix {
    display: inline-block;
}

.cookies-bar {
    background: #581515;
    height: 59px;
    color: #FFF;
    bottom: 0;
    font-weight: bold;
    margin-right: 0px !important;
    margin-left: 0px !important;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.cookies-bar-col {
    width: 986px;
    height: 35px;
    margin: 0 auto;
}

.cookies-bar-div {
    padding-top: 9px;
}

.cookies-bar-title {
    width: 92%;
    float: left;
    padding-top: 5px;
    font-weight: normal;
}

.cookies-bar-title a {
    color: white;
}

.cookies-bar-btn-col {
    width: 8%;
    float: right;
    padding-top: 6px;
}

.cookies-bar-btn-col button {
    background: #ad1f2b;
    color: #FFF;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    width: 54px;
    height: 30px;
}