/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 21, 2020, 8:05:20 PM
    Author     : haykamr
*/


.smartbanner, .smartbanner.smartbanner--android{
    z-index: 99999;
    -webkit-box-shadow: 0px 5px 10px #ccc;
    -moz-box-shadow: 0px 5px 10px #ccc;
    box-shadow: 0px 5px 10px #ccc;
    background: none;
    background-color: #f3f3f3;
}
.smartbanner__button, .smartbanner.smartbanner--android .smartbanner__button{
    background: none;
    -webkit-box-shadow: 0px 3px 5px #ccc;
    -moz-box-shadow:0px 3px 5px #ccc;
    box-shadow: 0px 3px 5px #ccc;
    background-color: #fff;
    border: 1px;
    padding: 10px;

    color: #000;
    top: 20px;
    font-size: 14px;
}
.smartbanner__button:hover{
    text-decoration: none;
    color: #000;
}

.smartbanner.smartbanner--android .smartbanner__button{
    right: 8px;
}
.smartbanner.smartbanner--android .smartbanner__button__label{
    background: none;
}

.smartbanner__info__title, .smartbanner.smartbanner--android .smartbanner__info__title{
    font-weight: bold;
    color: #000;

}
.smartbanner.smartbanner--android .smartbanner__info{
    color: #000;
    text-shadow:none;
}