/* GDPR Cookie dialog */
.gdpr-container{
    font-size: .9em;
    width: 100%;
    font-family: 'Segoe UI',Arial,Helvetica,Verdana,sans-serif;
    box-shadow: #121212 2px 2px 14px 2px;
    position: fixed;
    background: #ffffff;
    opacity: 1;
    right: .0rem;
    bottom: .0rem;
    z-index: 99999;
}
.gdprcookie {
    color: #000000;
    line-height: 1.2em;
    margin: auto;
    width: 50%;
}
.gdprcookie h1,
.gdprcookie h2 {
    color: #000000;
    font-size: 12pt;
    font-weight: 700;
}
.gdprcookie h1 {
    background: 
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAjCAYAAADrJzjpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAztJREFUeNrMWL9v01AQtkOlbO5eKTvC3ZComr0C5hRlY4iSHdI/oMofUCUDEoOr7hFlrqvuLmFgqhG72ZjqLRt36feiF/N+2I7tcNLVSe34fXfv7rt75zolxfO8Ll180hekHUlNkpI+kCakP0njNE2jMuu7BYB6dHlL+pr0jVOthKS3pDdkSFoJcHj2HWnfaUbmpF9sO+EaAPO2T0m7zm6EgZ+TAbHq5jMN6DO6XOWI2TqF137fbred5XJ5b/Q44vhqh142eX8gx7+bAf0VTNGkBEhMH4mvcxqHTE+Al4FPG0xA4cWPhCNR7PpMw1whPT9YAwdzXDcEmD32gQCEGsrl/BoZfs8hE7bwZdxgWLzSgGYPf7eAdmCY48LKXzUDjuHluCLaPdqjP4c1h8UFAQ4MtHtWhipbBTzGiXTASp9PUaZtZfxEBZpzinRREvRK9tDwGAGITF678akcR9jmIdjIw+0ERkaa5JtV0Os8ClZZWKpkih7iMktfEigBfq5qlOj+CB72tg0/kuerkk9ldd+SHG3Sl5zx9KxP+ofK8IYB9D0m/UG6zADm5z9z+cZ7tpVP3ALIBeiuYNVk4JcGD+fh5KKSIG9SpkOfaYqvKPleCea4Ea2o1LePK27SeJ0eYiVm4COR+VuAb6La9uDgLjuohV3tCEt4K0B//4vECA+BiRsx55+Sz6xByuDPYekuvczF60QwGcKwLwPvI0xkzln1Ffzjhg1IsSb3NBeZeyMRxq5Udjf6XQ1P13FQ3jgw0/Jzw/pTOPXAlf9hA585QB9DD0syEY8p7jGiCC3rMcaJWEcA58RcZLhyoDukWoxx8HJfkWCp1C4UeW+2EVu1IKLkXysqZ4Dk2EmCIucmClzcB81d6aE7zZayAUFTBgDLUHOMjAjGafbMKce6blBza4vHkmA78OzQ0Hak4PNENZ6wgRcviBC3nFwPRXcDQH0kdzdHj7SunNpJFs5+s4JMIVhCJPfvzH0f79svMf6IQRaJdQQHj0xq5Oy8zggURcg8O5QobtzwZCsXIbgFYnKIHahrnhijv881anZL0pWonP4WhsTIi29Ogbl4aeCWqnlsCQEG+1i0KqvkrwADAA4ohyFmUvzrAAAAAElFTkSuQmCC)
    no-repeat left center;
    padding-left: 5rem;
    line-height: 4rem;
    margin-bottom: -1.4rem;
}
.gdprcookie h2 {
    padding: 0 0 0 5rem;
}
.gdprcookie a {
    color: inherit;
}
.gdprcookie p {
    font-size: 10pt;
    font-weight: 400;
    padding: 0 0 0 5rem;
    text-align: justify;
}
/* GDPR Cookie buttons */
.gdprcookie-buttons {
    text-align: center;
    padding: 1rem 0;
}
.gdprcookie-buttons button {
    color: #000000;
    font-family: inherit;
    font-size: 1em;
    padding: .4rem 1rem;
    border: solid .05rem currentColor;
    border-radius: .15rem;
    margin: 0 .5rem;
    background: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
.gdprcookie-buttons button:disabled {
    color: rgba(255,255,255,.5);
    cursor: not-allowed;
}

/* ============================================ */
/* BUTON ACCEPT - Stil principal */
/* ============================================ */
.gdprcookie-buttons button#accept,
.gdprcookie-buttons .btn-primary {
    background-color: #3763eb;
    color: #ffffff;
    border-color: #3763eb;
}
.gdprcookie-buttons button#accept:hover,
.gdprcookie-buttons .btn-primary:hover {
    background-color: #2a50c4;
    border-color: #2a50c4;
}

/* ============================================ */
/* BUTON REJECT ALL - Stil secundar (GDPR compliant) */
/* ============================================ */
.gdprcookie-buttons button#reject,
.gdprcookie-buttons .btn-reject {
    background-color: #6c757d;
    color: #ffffff;
    border-color: #6c757d;
    /* IMPORTANT: Aceeași dimensiune și vizibilitate ca Accept */
    min-width: 120px;
}
.gdprcookie-buttons button#reject:hover,
.gdprcookie-buttons .btn-reject:hover {
    background-color: #5a6268;
    border-color: #545b62;
}

/* ============================================ */
/* BUTON ADVANCED - Stil tertiary */
/* ============================================ */
.gdprcookie-buttons button#advanced {
    background-color: #ffffff;
    color: #000000;
    border-color: #000000;
}
.gdprcookie-buttons button#advanced:hover {
    background-color: #f8f9fa;
}

/* GDPR Cookie types */
.gdprcookie-types ul {
    overflow: hidden;
    padding: 0 0 0 5rem;
    margin: 0 0 1rem;
}
.gdprcookie-types li {
    display: block;
    list-style: none;
    float: left;
    padding: 0 1rem;
    margin: 0;
}
.gdprcookie-types input[type=checkbox] {
    margin-right: .25rem;
}
/* copyright div */
.gdpr-copyrights {
    font: normal .5em Quicksand,sans-serif;
    padding-top: 1em;
    width: 100%;
    text-align: right;
    color: #777777;
}
.gdpr-copyrights a:link{
    text-decoration: none;
}
@media screen and (max-width:800px) {
    .gdprcookie {
        width:90%;
    }
    .gdprcookie-buttons button {
        display: block;
        width: 100%;
        margin: 0.5rem 0;
    }
}
/* check input style */
input.switch {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 62px;
    height: 32px;
    display: inline-block;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    outline: none;
    border: none;
    cursor: pointer;
    background-color: #707070;
    transition: background-color ease 0.3s;
    min-height: 32px;
    
}
input.switch:before {
    content: "on off";
    display: block;
    position: absolute;
    z-index: 2;
    width: 28px;
    height: 28px;
    background: #fff;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    font: 10px/28px Helvetica;
    text-transform: uppercase;
    font-weight: bold;
    text-indent: -22px;
    word-spacing: 37px;
    color: #fff;
    text-shadow: -1px -1px rgba(0,0,0,0.15);
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
}
input.switch:checked {
    background-color: #3763eb;
}
/* cookie necesare disabled */
#gdpr-cookietype-0 {
    background-color: #6c757d54;
}
input.switch:checked:before {
    left: 32px;
}
input.switch:empty ~ label {
    position: relative;
    float: right;
    line-height: 1.6em;
    text-indent: 0.1em;
    margin: 0.4em 0 0 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}