﻿.Subscribed
{
    background-color:#F1F1F1 !important;
}

.Pending
{
    background-color:#F5F9FC !important;
}

.lastActionMessage {
    top: 0px;
    height: 35px; 
    padding-top: 5px;
    width: 100%; 
    background-color:wheat; 
    position:fixed; 
    z-index:10000;
    border-bottom: 1px solid #666666;
}

.lastActionBanner, .lastActionBannerWrap {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	position: fixed;
	z-index: 1001;
	width: 100%;
	top: 0px;
}

.lastActionbannerWrap {
	z-index: 1001;
	background-color: #00aaff;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
}

.lastActionBanner.sticky-lastActionBanner .lastActionBannerWrap {
	position: fixed;
	z-index: 1001;
	left: 0;
	width: 100%;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}