/*
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;
}

.contacts-form .purpose {
    padding-top: 10px;
    text-align: right;
    font-size: 12px;
    color:  #767676;
}

.contacts-form .button-form {
    margin-top: 20px;
}

.cookies-bar{
    background-color:#dfdfdf!important;
    bottom:0;
    font-weight:normal;
    margin-right:0!important;
    margin-left:0!important;
    padding:20px;
    position:fixed;
    width:100%;
    z-index:999
}
.cookies-bar-div{
    margin:0 auto;
    max-width:1170px;
    padding-left:20px;
    color:#fff;
    font-size:12px
}
.cookies-bar-title {
    margin-top: 8px;
    padding-left: 0px !important;
    color: #000;
}

.cookies-bar-title a,
.cookies-bar-title a:visited {
    display: inline;
    color: #4D4D4D;
    outline: none;
    text-decoration: none;
}

.cookies-bar-btn-col{
    padding-top:2px;
    padding-right: 0px !important;
    text-align:right
}

.cookies-bar-btn-col .button-wrapper {
    font-size:13px;
    padding: 10px 18px;
    line-height: 100%;
    cursor: pointer;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    color: #FFF;
    background-color: #51a04b;;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    border: none;
}

.acceptMkt {
    margin: 6px 0px;
}

.acceptMkt label {
    font-size: 12px;
    display: inline;
    text-align: justify;
    line-height: 18px;
}

form .acceptMkt input {
    width: auto;
}

.modal-rgpd--wrapper {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.7);
    float: left;
    top: 0;
    bottom: 0;
    color: #000;
}

.modal-content--wrapper {
    float:left;
    width:50%;
    margin-left:25%;
    background:#fff;
    position:relative;
    margin-top:15%;
    padding:10px
}
.modal-content--wrapper i {
    position:absolute;
    right:10px;
    top:10px;
    cursor:pointer
}
.modal-content--wrapper p {
    float:left;
    width:100%;
    text-align:center;
    padding-top:20px
}