/* WARNING: This is a generated file. Please edit the corresponding .less file. */

/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
* html #outdated {
  position: absolute;
}
#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #F25648;
  color: #FFFFFF;
}
#outdated img.logo {
  height: 60px;
  margin: 30px 0 10px;
}
#outdated h6 {
  margin: 30px 0 10px;
}
#outdated p {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
}
#outdated #btnUpdateBrowser,
#outdated #btnUpdateBrowser:hover {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 30px auto 0;
  width: 250px;
  /*need for IE*/
  color: #FFFFFF;
  text-decoration: none;
  border: 2px solid #FFFFFF;
  cursor: pointer;
}
