﻿.searchInputBtn {
    background: url('/Pics/icon_lupa.svg') no-repeat;
    width: 25px;
    height: 25px;
    right: 6px;
    top: 8px;
    margin-right: 0px;
    position: absolute;
}

/*COOKIES*/
.topCookieWrapper {
    width: 90%;
    position: fixed;
    top: 60px;
    left: 5%;
    background-color: rgb(0, 119, 173);
    text-align: left;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    z-index: 9999;
    display: none;
    padding: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.txtCookies {
    float: left;
    width: 60%;
    margin-left: 30px;
    color: #fff;
    line-height: 17px;
    font-size: 12px;
}

.btnPoliticaCookies {
    float: left;
    margin: 20px 20px 0 50px;
}

.btnCookiesOK {
    float: left;
    margin: 20px 50px 0 0;
}

@media screen and (max-width: 1100px) {
    .topCookieWrapper {
    }
    .txtCookies {
        width: 80%;
        float: none;
    }
    .btnPoliticaCookies {
        margin: 20px 0 0 20px;
    }

    .btnCookiesOK {
        float: right;
        margin: 20px 20px 0 0;
    }
}

.clear {
    clear: both;
}

    .blueColorUm {
        color: #3a9ecf;
    }

    .textDecorationNone {
        text-decoration: none;
    }