
#smartbanner {
    position: absolute;
    left: 0;
    top: -82px;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    height: 78px;
    background-color:#f4f4f4; 
    background: linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    z-index: 9998;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    -webkit-text-size-adjust: none;
}
#smartbanner,
html.sb-animation {
    -webkit-transition: all .3s ease;
}
#smartbanner .sb-container {
    margin: 0 auto;
    position: relative;
}
#smartbanner .sb-close {
    position: absolute;
    top: 28px;
    width: 20px;
    height: 20px;
    display: block;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #3c3c3c; 
}
#smartbanner .sb-close:active {
    font-size: 13px;
    color: #aaa;
}
#smartbanner .sb-icon {
    position: absolute;
    left: 30px;
    top: 10px;
    display: block;
    width: 57px;
    height: 57px;
    background: rgba(0, 0, 0, 0.6);
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#smartbanner.no-icon .sb-icon {
    display: none;
}
#smartbanner .sb-info {
    position: absolute;
    left: 98px;
    top: 8px;
    width: 44%;
    font-size: 13px;
    color: #3c3c3c;
}
#smartbanner #smartbanner.no-icon .sb-info {
    left: 34px;
}
#smartbanner .sb-info strong {
    display: block;
    font-size: 13px;
    color: #4d4d4d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
}

#smartbanner .sb-info > span {
    display: block;
}
#smartbanner .sb-info em {
    font-style: normal;
    text-transform: uppercase;
}
#smartbanner .sb-info p {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 15px;
    max-height:30px;
}
#smartbanner .sb-button {
    position: absolute;
    right: 5px;
    top: 26px;
    padding: 3px 10px;
    font-size:13px;
}

#smartbanner .sb-icon.gloss:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 50%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
    border-radius: 10px 10px 12px 12px;
}


/* android */
#smartbanner.android {
    border-color: #b3b3b3;
    background: #f2f2f2;
    box-shadow: none;
}
#smartbanner.android .sb-close {
    border: 0;
    top: 28px;
    width: 20px;
    height: 20px;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #3c3c3c;
    background: none;
    box-shadow: none;
}
#smartbanner.android .sb-close:active {
    color: #3c3c3c;
}
#smartbanner.android .sb-icon {
    background: rgba(255, 255, 255, 0.6);
    background-size: cover;
}
#smartbanner.android .sb-info {
    right: 100px;
    width: auto;
    line-height: 1.4em;
}
#smartbanner.android .sb-info strong {
    color: #3c3c3c;
}
#smartbanner.android .sb-info span {
    margin-top: 4px;
}

/* windows */
#smartbanner.windows .sb-icon {
    border-radius: 0;
}

.p-show-sidebar-header div#smartbanner{
    display: none;
}