﻿.dummy {
  color: #000; }

.effects .overlay {
  position: absolute;
  background: #ffcf01;
  color: #000;
  width: 100%;
  text-align: center;
  font-weight: bold;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  text-transform: uppercase;
  z-index: 99; }

.effects.normal-background, .effects .overlay.normal-background {
  background: #ffcf01 !important;
  color: #000 !important; }

.effects.success-background, .effects .overlay.success-background {
  background: #8ca22c !important;
  color: #000 !important; }

.effects.failure-background, .effects .overlay.failure-background {
  background: #c9522c !important;
  color: #000 !important; }

.effects.normal, .effects .overlay.normal {
  color: #000 !important; }

.effects.success, .effects .overlay.success {
  color: #1AA71A !important; }

.effects.failure, .effects .overlay.failure {
  color: #FF0000 !important; }

.effects.normal-glow {
  -webkit-box-shadow: 0 0 15px 2px #e08021 !important;
  box-shadow: 0 0 15px 2px #e08021 !important; }

.effects.normal-glow-background {
  background: #e08021 !important; }

.effects.success-glow {
  -webkit-box-shadow: 0 0 15px 2px #1AA71A !important;
  box-shadow: 0 0 15px 2px #1AA71A !important; }

.effects.success-glow-background {
  background: #1AA71A !important; }

.effects.failure-glow {
  -webkit-box-shadow: 0 0 15px 2px #FF0000 !important;
  box-shadow: 0 0 15px 2px #FF0000 !important; }

.effects.failure-glow-background {
  background: #FF0000 !important; }

