/*
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 : 2018-05-28, 12:51:47
    Author     : sintrapl4
*/

.sintra-gdpr-overflow{
    
}
/* buttons */
.sintra-gdpr-buttons-container{
    margin-top: 5px;
}

.sintra-gdpr-button{
    width: auto;
    color: #fff;
    margin-top: 0px;
    margin-right: 5px;
    padding: 15px 20px;
    background-color: #143240;
    display: inline-block
}

a.sintra-gdpr-button:hover{
    color: #fff;
}

#sintra-gdpr-consent-button{
    background: #4aba15;
    border-radius: 3px;
    padding: 15px 30px;
    float: right;
}
#sintra-gdpr-consent-button:hover{
    text-decoration: none;
    background: #40a212;
}
#sintra-gdpr-no-consent-button{
    background: transparent;
    color: #000;
    font-size: 13px;
    text-decoration: underline;
    padding: 4px;
    margin-top: 10px;
    opacity: 0.7;
}
/* checkbox */
.sintra-gdpr-checkbox-container input{
    width: auto;
    margin-right: 10px;
}
