/* This file is part of Indico.
 * Copyright (C) 2002 - 2021 CERN
 *
 * Indico is free software; you can redistribute it and/or
 * modify it under the terms of the MIT License; see the
 * LICENSE file for more details.
 */

/*
 * The CSS in this file is awful as it's targetting legacy browsers.
 * Please do not try to improve it, it may break styling there.
 */

/* Taken from https://github.com/mikemaccana/outdated-browser-rework (MIT-licensed) */
#outdated-browser {
  font-family: 'Open Sans', 'Segoe UI', sans-serif;
  position: absolute;
  background-color: #0b63a5;
  color: #fff;
  display: none;
  overflow: hidden;
  left: 0;
  /* stylelint-disable-next-line declaration-block-no-duplicate-properties */
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  height: 110px;
  z-index: 1500;
  padding: 0 24px 24px 0;
}

#outdated-browser .vertical-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#outdated-browser h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 12px 0;
  color: #fff !important;
}

#outdated-browser p {
  font-size: 14px;
  line-height: 12px;
  margin: 0;
  color: #fff !important;
}

#outdated-browser .last {
  height: 20px;
  position: absolute;
  right: 70px;
  top: 10px;
  width: auto;
  display: inline-table;
}

#outdated-browser .last[dir='rtl'] {
  left: 25px !important;
  right: auto !important;
}

#outdated-browser #close-outdated-browser {
  color: #fff;
  display: block;
  font-size: 36px;
  height: 100%;
  line-height: 36px;
  position: relative;
  text-decoration: none;
  width: 100%;
}


/*# sourceMappingURL=outdatedbrowser.b43fe041.css.map*/
/*
     FILE ARCHIVED ON 19:38:17 Jan 25, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:31:45 Mar 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.688
  exclusion.robots: 0.052
  exclusion.robots.policy: 0.039
  esindex: 0.01
  cdx.remote: 55.097
  LoadShardBlock: 83.368 (3)
  PetaboxLoader3.resolve: 76.165 (4)
  PetaboxLoader3.datanode: 644.688 (4)
  load_resource: 678.3
*/