/**
 * MB "Vienas bitas" (Magetrend.com)
 *
 * PHP version 5.3 or later
 *
 * @category MageTrend
 * @package  Magetend/SalesNotification
 * @author   Edvinas Stulpinas <edwin@magetrend.com>
 * @license  http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 * @link     https://www.magetrend.com/magento-2-sales-notification
 */
.salesnotification-container {
    z-index: 100;
}

.real-time-order-message.salesnotification-container,
.last-order-message.salesnotification-container,
.stock-alert-message.salesnotification-container {
    width: 315px;
    height: auto;
    min-height: 60px;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff;
}

.real-time-order-message .salesnotification-image,
.last-order-message .salesnotification-image,
.stock-alert-message .salesnotification-image {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 20px;
    top: 14px;
    z-index: 2;
}

.real-time-order-message .salesnotification-content,
.last-order-message .salesnotification-content,
.stock-alert-message .salesnotification-content {
    width: 315px;
    height: auto;
    min-height: 60px;
    overflow: hidden;
    border-radius: 4px;
    float: right;
    clear: both;
    box-sizing: border-box;
    padding: 10px 10px 10px 71px;
}

.real-time-order-message a.salesnotification-close,
.last-order-message a.salesnotification-close,
.stock-alert-message a.salesnotification-close {
    display: block;
    position: absolute;
    z-index: 101;
    right: 10px;
    top: 10px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    z-index: 3;
}

.real-time-order-message a.salesnotification-close img,
.last-order-message a.salesnotification-close img,
.stock-alert-message a.salesnotification-close img {
    width:100%;
}

.real-time-order-message.sn-long  .salesnotification-content,
.real-time-order-message.salesnotification-container.sn-long {
    width: 360px;
}

.real-time-order-message.salesnotification-container {
    min-height: 80px;
    height: auto;
    overflow: hidden;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.real-time-order-message .salesnotification-image {
    width: 80px;
    height: 80px;
    left: 0;
    top: 0;
}

.real-time-order-message .salesnotification-content {
    padding: 10px 25px 10px 90px;
    min-height: 80px;
    height:auto;
    overflow: hidden;
}

.real-time-order-message .sn-product-name {
    font-weight: bold;
    text-transform: uppercase;
}

.real-time-order-message .salesnotification-small-date {
    display: block;
    clear: both;
    font-size: 10px;
    color: #8f8f8f;
    font-weight: normal !important;
    padding: 7px 0 0 0;
}
