/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 500px;
  height: auto;
  text-align: left;
  z-index: 15000;
  background-color: #e1dcdd;
  color: #ffffff;
  margin: 0 auto;
}
#outdated h6 {
  font-size: 25px;
  font-weight: bold;
  line-height: 25px;
  margin: 40px 20px 10px 20px;
  color: #4e81bf !important;
}
#outdated p {
  font-size: 14px;
  line-height: 18px;
  margin: 0 20px 0 20px;
}
#outdated #btnUpdateBrowser {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 20px auto 20px;
  max-width: 230px;
  /*need for IE*/
  color: #ffffff !important;
  background-color: #4e81bf !important;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
}
#outdated #btnUpdateBrowser:hover {
  color: #ffffff !important;
  background-color: #0276b9 !important;
}
#outdated .last {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 20px;
  height: 20px;
}
#outdated .last[dir=rtl] {
  right: auto !important;
  left: 25px !important;
}
#outdated #btnCloseUpdateBrowser {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
  font-size: 36px;
  left: 30px;
}
* html #outdated {
  position: absolute;
}

@media (max-width: 767px) {
  #outdated {
    width: 100%;
  }
}

/*# sourceMappingURL=outdatedbrowser.css.map */
