/*
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: #EC118F;
    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 {
    float: right;
    font-size: 16px;
    color: #FFF;
    margin-top: 15px;
    width: auto !important;
    text-align: right;
    text-decoration: none;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 6px;
    background: #ea3ba0;
    background: -moz-linear-gradient(top, #ea3ba0 0%, #a60a63 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea3ba0), color-stop(100%,#a60a63));
    background: -webkit-linear-gradient(top, #ea3ba0 0%,#a60a63 100%);
    background: -o-linear-gradient(top, #ea3ba0 0%,#a60a63 100%);
    background: -ms-linear-gradient(top, #ea3ba0 0%,#a60a63 100%);
    background: linear-gradient(to bottom, #ea3ba0 0%,#a60a63 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea3ba0', endColorstr='#a60a63',GradientType=0 );
}

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

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

.cookies-bar {
    /*background: #fe57a1;*/
    background-image: url(images/topbar_bg.jpg);
    background-repeat: repeat-x;
    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: 95%;
    float: left;
    padding-top: 5px;
    font-weight: normal;
}

.cookies-bar-btn-col {
    width: 5%;
    float: right;
}

.cookies-bar-btn-col button {
    background: #FFF;
    color: #010101;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.55);
    box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.55);
}

.cookies-bar-btn-col button:hover {
    color: #ec118f;
}

#newsletter a {width:45px;height:55px;float:left;background-image: url(images/input_newsletter_bot.jpg);background-repeat:no-repeat;text-indent:-9999px;border: 0px;}



