/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;

  display: none;
  width: 100%;
  height: 100%;

  color: #ffffff;
  text-align: center;
  text-transform: uppercase;

  background-color: #1da1dc;
}

* html #outdated {
  position: absolute;
}

#outdated h6 {
  position: absolute;
  top: 44%;

  width: 100%;

  font-size: 25px;
  line-height: 25px;
  text-align: center;

  transform: translateY(-50%);
}

#outdated p {
  position: absolute;
  top: calc(50% + 30px);

  width: 100%;
  margin: 0;

  font-size: 12px;
  line-height: 12px;
  text-align: center;

  transform: translateY(-50%);
}

#outdated #btnUpdateBrowser {
  position: relative;

  display: block;
  width: 230px;
  margin: 30px auto 0;
  padding: 10px 20px;
  /*need for IE*/
  color: #ffffff;
  text-decoration: none;

  border: 2px solid #ffffff;
  cursor: pointer;
}

#outdated #btnUpdateBrowser:hover {
  color: #1da1dc !important;

  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: block;
  width: 100%;
  height: 100%;

  color: #ffffff;
  font-size: 36px;
  line-height: 36px;
  text-decoration: none;
}
