@keyframes highlightBackgroundSizeInputField {
  0% {
    background-size: 16px auto;
    background-position: right 10px center;
  }
  50% {
    background-size: 24px auto;
    background-position: right 6px center;
  }
  100% {
    background-size: 16px auto;
    background-position: right 10px center;
  }
}
@-webkit-keyframes highlightBackgroundSizeInputField {
  0% {
    background-size: 16px auto;
    background-position: right 10px center;
  }
  50% {
    background-size: 24px auto;
    background-position: right 6px center;
  }
  100% {
    background-size: 16px auto;
    background-position: right 10px center;
  }
}
/* DEDALUS COLORS COMING FROM THE STYLE GUIDE */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url(/404/fonts/Roboto-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url(/404/fonts/Roboto-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(/404/fonts/Roboto-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(/404/fonts/Roboto-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(/404/fonts/Roboto-Bold.ttf) format("truetype");
}
* {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-weight: normal;
}

body {
  background-color: #FFF;
  color: #222;
  font-size: 13px;
  font-weight: 400;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  padding: 0;
  font-size: 82%;
  display: flex;
  flex-flow: column nowrap;
  line-height: initial;
}

#header {
  display: block;
  height: 42px;
  color: #FFF;
  background-color: #414040;
  background-size: 100% 83px;
  background-repeat: no-repeat;
  flex: 0 0 42px;
}
#header h1 {
  cursor: pointer;
  font-size: 1.57em;
  font-weight: 200;
  color: white;
  text-indent: -9999px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  height: 32px;
  border: 0px !important;
  padding-bottom: 0px;
  background-image: url("/404/img/logos/logo_pacsonweb_full_white_32.png?v=2");
  width: 247px;
  background-position: left center;
  background-position-x: left;
  background-position-y: center;
}

#container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 20px;
  flex: 1 0 auto;
}
#container #backgroundContainer {
  text-align: center;
  margin-bottom: 30px;
  flex: 0 0 auto;
}
#container #backgroundContainer #sorry404 {
  font-size: 120px;
  color: #FFF;
}
#container #backgroundContainer #somethingWentWrong404 {
  font-size: 24px;
  color: #FFF;
  margin-top: 10px;
}
#container #extraInfo404 {
  margin: 25px auto;
  width: 100%;
  color: #FFF;
  flex: 1 0 auto;
}
#container #extraInfo404 > p {
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  margin-bottom: 50px;
}
#container #extraInfo404 #goBack404 a, #container #extraInfo404 #loginForm404 a {
  border-radius: 4px;
  padding: 4px 12px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  border: 0px;
  font-family: Roboto;
  line-height: 24px;
  font-size: 0.9rem;
  background-color: transparent;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
#container #extraInfo404 #goBack404 a:hover, #container #extraInfo404 #loginForm404 a:hover {
  background-color: #209287;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background-color;
  -moz-transition-duration: 0.6s;
  -moz-transition-timing-function: ease;
  -o-transition-property: background-color;
  -o-transition-duration: 0.6s;
  -o-transition-timing-function: ease;
  -ms-transition-property: background color;
  -ms-transition-duration: 0.6s;
  -ms-transition-timing-function: ease;
  transition-property: background-color;
  transition-duration: 0.6s;
  transition-timing-function: ease;
  text-decoration: none;
}
#container #extraInfo404 #goBack404 a {
  background-image: url("/404/img/icons/icnArrowLeftWhite.png");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: left 5px center;
  padding-left: 35px;
}
#container #extraInfo404 p a {
  color: #FFF;
}
#container #extraInfo404 ul {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin-top: 25px;
}
#container #copyright404 {
  text-align: center;
  font-size: 14px;
  float: left;
  width: 100%;
  color: #fff;
  padding-top: 20px;
  flex: 0 0 auto;
}

body.landingPage::before {
  background-image: url("/404/img/landingpage/dedalus-doctor.png");
}
body.landingPage #header h1 {
  background-image: url("/404/img/logos/logo_pacsonweb_full_white_32.png?v=2");
}

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