﻿.smartbanner_show .smartbanner {
    display: block;
}

.smartbanner {
    left: 0;
    top: 0;
    width: 100%;
    height: 78px;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    z-index: 9998;
    position: relative;
    display: none;
    background: -moz-linear-gradient(top,#f4f4f4 0,#cdcdcd 100%);
}

.smartbanner__close {
    position: absolute;
    left: 7px;
    top: 31px;
    display: block;
    font-family: 'ArialRoundedMTBold',Arial;
    font-size: 17px; /*15*/
    text-align: center;
    text-decoration: none;
    border-radius: 14px;
    -webkit-font-smoothing: subpixel-antialiased;
    border: 0;
    width: 21px;
    height: 21px;
    line-height: 21px; /*17px*/
    color: #b1b1b3;
    background: #efefef;
}

    .smartbanner__close:active, .smartbanner__close:hover {
        color: #333;
    }

.smartbanner__icon {
    position: absolute;
    left: 38px;
    top: 20px;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-size: cover;
    border-radius: 10px;
}

.smartbanner__info {
    position: absolute;
    left: 90px;
    /*top: 15px;*/
    width: 44%;
    font-size: 11px;
    line-height: 1.65em;
    /*font-weight:bold;*/
    color: #999;
    height: 78px;
    display: table;
}

.smartbanner__title {
    font-size: 13px;
    line-height: 17px;
    color: #000;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}

.smartbanner-button {
    position: absolute;
    right: 10px;
    top: 24px;
    box-shadow: 0 3px #4E7D32;
    padding: 0 10px;
    min-width: 12%;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    background-color: #68A743;
    text-decoration: none;
    border-radius: 5px;
}

    .smartbanner-button:hover {
        box-shadow: 0 1px #3C5E26;
        top: 26px;
    }

.smartbanner-button__text {
    text-align: center;
    display: block;
    padding: 0 5px;
}
