/*
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 : Jun 26, 2018, 2:41:33 PM
    Author     : fernando
*/

.cookies-bar{
    background-color:#222 !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;
    color:#FFF;
    font-size:14px
}
.cookies-bar-title{
    line-height: 20px;
    padding-left: 0px !important;
    color: #FFF;
}

.cookies-bar-title a,
.cookies-bar-title a:visited {
    display: inline;
    color: #FFF;
    font-weight: 700;
    outline: none;
    text-decoration: none;
}

.cookies-bar-title a:hover {
    text-decoration: underline;
}

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

.cookies-bar-btn-col .button-wrapper {
    font-size:14px;
    padding: 10px;
    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: #6698cb;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;

    border: none;
}

.cookies-bar-btn-col .button-wrapper:hover {
    background: #1586c3;
    color: #fff;

    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.disclaimer {
    color: #999;
    margin-top: 10px;
    font-size: 12px;
}