/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 170px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #cb0c44; }
  #outdated h6 {
    margin: 30px 0 10px;
    font-size: 25px;
    line-height: 25px; }
  #outdated p {
    margin: 0;
    font-size: 12px;
    line-height: 12px; }
  #outdated #btnUpdateBrowser {
    position: relative;
    display: block;
    width: 230px;
    /*need for IE*/
    margin: 30px auto 0;
    padding: 10px 20px;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    border: 2px solid #ffffff; }
    #outdated #btnUpdateBrowser:hover {
      color: #cb0c44;
      background-color: #ffffff; }
  #outdated .last {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 20px;
    height: 20px; }
    #outdated .last[dir='rtl'] {
      right: auto !important;
      left: 25px !important; }
  #outdated #btnCloseUpdateBrowser {
    position: relative;
    display: none;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #ffffff;
    font-size: 36px;
    line-height: 36px; }
  * html #outdated {
    position: absolute; }

.transparent-background {
  position: fixed;
  top: 170px;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: #000;
  opacity: 0.8 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
  filter: alpha(opacity=80) !important; }
