﻿
@media (min-width: 768px) {
    #cookie-policy-msg .xs-policy-msg
    {
        display: none;
    }
}

.modal-body {
    max-height: 100%;
}

textarea[readonly] {
    cursor: not-allowed;
}

.side-menu .side-menu-list .side-menu-list-link .glyphicon.glyphicon-menu-left {
    display: none;
}

.side-menu .side-menu-list .side-menu-list-link .glyphicon.glyphicon-menu-right {
    display: block;
}

.side-menu-list-item.toggle-glyphicon-menu a.side-menu-list-link span.glyphicon.glyphicon-menu-down {
    float: right;
}

.text-align-dir-start {
    text-align: left;
}

.text-align-dir-end {
    text-align: right;
}

.pull-dir-start {
    float: left;
}

.pull-dir-end {
    float: right;
}

footer.site-footer a {
    color: #286192;
}
/* For promo offers / club member */
.club-bg-img {
    background-image: url(/Content/img/ecr2015/klubblogo.png);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position-x: right;
    background-origin: content-box;
}

.club-p {
    width: calc(100% - 100px);
}

.offer-bg-img {
    background-image: url(/content/img/promo/car_default.png);
    background-repeat: no-repeat;
    background-size: 120px;
    background-position-x: right;
    background-origin: content-box;
}

.offer-p {
    width: calc(100% - 120px);
}

@media(max-width:767px) {
    .club-bg-img {
        background-size: 60px;
    }

    .club-p {
        width: calc(100% - 60px);
    }

    .offer-bg-img {
        background-size: 80px;
    }

    .offer-p {
        width: calc(100% - 80px);
    }
}


