/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
/* line 9, /sites/dev.seizethedeal.com/releases/20250707184131/app/assets/stylesheets/outdatedbrowser.scss */
#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #f25648;
  color: #ffffff; }
  /* line 21, /sites/dev.seizethedeal.com/releases/20250707184131/app/assets/stylesheets/outdatedbrowser.scss */
  #outdated h6 {
    font-size: 16px;
    line-height: 16px;
    margin: 13px 0 10px; }
  /* line 26, /sites/dev.seizethedeal.com/releases/20250707184131/app/assets/stylesheets/outdatedbrowser.scss */
  #outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0; }
  /* line 31, /sites/dev.seizethedeal.com/releases/20250707184131/app/assets/stylesheets/outdatedbrowser.scss */
  #outdated #btnUpdateBrowser {
    display: block;
    position: relative;
    padding: 10px 20px;
    margin: 30px auto 0;
    width: 230px;
    /*need for IE*/
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #ffffff;
    cursor: pointer; }
    /* line 41, /sites/dev.seizethedeal.com/releases/20250707184131/app/assets/stylesheets/outdatedbrowser.scss */
    #outdated #btnUpdateBrowser:hover {
      color: #f25648;
      background-color: #ffffff; }
  /* line 46, /sites/dev.seizethedeal.com/releases/20250707184131/app/assets/stylesheets/outdatedbrowser.scss */
  #outdated .last {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 20px;
    height: 20px; }
    /* line 52, /sites/dev.seizethedeal.com/releases/20250707184131/app/assets/stylesheets/outdatedbrowser.scss */
    #outdated .last[dir='rtl'] {
      right: auto !important;
      left: 25px !important; }
  /* line 57, /sites/dev.seizethedeal.com/releases/20250707184131/app/assets/stylesheets/outdatedbrowser.scss */
  #outdated #btnCloseUpdateBrowser {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #ffffff;
    font-size: 36px;
    line-height: 36px; }
  /* line 67, /sites/dev.seizethedeal.com/releases/20250707184131/app/assets/stylesheets/outdatedbrowser.scss */
  * html #outdated {
    position: absolute; }
