@charset "UTF-8";
/*** VIEWING AREA ***/
/* $eqs_view_main_color: #d92026;   fa-icons etc */
/*$eqs_view_main_color_hover: #FF494F;*/
/* $eqs_view_second_color: #2d728f;   menurow */
/*$eqs_view_second_color_light: #C0D3DC;*/
/* $link_color: $eqs_view_second_color;   */
/* $link_color_light: lighten($link_color, 20%); */
/* $link_color_lighter: lighten($link_color, 50%); */
/* $eqs_admin_main_color: #62653B;   menurow */
/* $eqs_admin_main_color_hover: desaturate(lighten($eqs_admin_main_color, 15%), 15%);  Light green, #868967; */
/* $eqs_admin_main_color_light: desaturate(lighten($eqs_admin_main_color, 50%), 10%);  Lighter green, #CFD1BF */
/* $eqs_admin_second_color: #432F76;   fa-icons etc */
/* $eqs_admin_second_color_light: lighten($eqs_admin_second_color, 20%);  Light blue, #BAB5FF; */
/* $eqs_admin_second_color_lighter: desaturate(lighten($eqs_admin_second_color, 60%), 10%);  Light purple: #e9e5f2; */
/* $link_color_admin: lighten($eqs_admin_second_color, 5%);   #432F76;*/
/* $link_color_admin_light: lighten($link_color_admin, 20%); */
/* $link_color_admin_lighter: lighten($link_color_admin, 50%); */
/* $button_color: $eqs_admin_main_color;  #868967 */
:root {
  --eqs_view_second_color: #2d728f;
  --eqs_view_second_color_light: hsl(from var(--eqs_view_second_color) h 29 80); /*calc(s - 23) calc(l + 44) #C0D3DC*/
  --eqs_view_main_color: #d92026;
  --eqs_view_main_color_hover: hsl(from var(--eqs_view_main_color) h calc(s + 26) calc(l + 15)); /*calc(s + 26) calc(l + 15) #FF494F;*/
  --link_color: var(--eqs_view_second_color);
  --link_color_light: hsl(from var(--link_color) h s calc(l + 15)); /* lighten(var(--link_color), 20%); */
  --link_color_lighter: hsl(from var(--link_color) h s calc(l + 50)); /* lighten(var(--link_color), 50%); */
  --eqs_admin_main_color: #62653B;
  --eqs_admin_main_color_hover: hsl(from var(--eqs_admin_main_color) h calc(s - 15) calc(l + 15)); /* desaturate(lighten(var(--eqs_admin_main_color), 15%), 15%); Light green, #868967; */
  --eqs_admin_main_color_light: hsl(from var(--eqs_admin_main_color) h 16 81); /* desaturate(lighten(var(--eqs_admin_main_color), 50%), 10%); Lighter green, #CFD1BF */
  --eqs_admin_second_color: #432F76;
  --eqs_admin_second_color_light: hsl(from var(--eqs_admin_second_color) h s calc(l + 15)); /* lighten(var(--eqs_admin_second_color), 20%); Light blue, #BAB5FF; */
  --eqs_admin_second_color_lighter: hsl(from var(--eqs_admin_second_color) h calc(s - 10) calc(l + 60)); /* desaturate(lighten(var(--eqs_admin_second_color), 60%), 10%); Light purple: #e9e5f2; */
  --link_color_admin: hsl(from var(--eqs_admin_second_color) h s calc(l + 5)); /* lighten(var(--eqs_admin_second_color), 5%); */
  --link_color_admin_light: hsl(from var(--link_color_admin) h s calc(l + 15)); /* lighten(var(--link_color_admin), 20%); */
  --link_color_admin_lighter: hsl(from var(--link_color_admin) h s calc(l + 50)); /* lighten(var(--link_color_admin), 50%); */
  --button_color: var(--eqs_admin_main_color); /* #868967 */
}

html {
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

body {
  margin: 0px;
  padding: 0px;
  position: relative;
  min-width: 320px;
}

#body_login {
  height: 100%;
}

.topframe_searchform .wrapper {
  border-width: 1px;
  border-style: solid;
}

#topframe_menudiv div {
  border-width: 0;
  border-style: solid;
}

.topframe_table div a, #topmenu_dropdown .unit .fa {
  color: white;
}

@media all and (max-width: 375px) {
  .frontbox em.fa {
    padding: 0px 0px 5px 0px;
  }
}
#topmenu_dropdown em.fa {
  padding: 0px;
}

#eqs_content_div {
  background: white;
}

@media screen {
  div.eqs_mainframe {
    margin-bottom: -1px;
    margin-top: -1px;
    height: auto !important;
    min-height: 100vh;
    position: relative;
  }
  #eqs_content_div {
    box-sizing: content-box;
    max-width: 1200px; /* +22 when border and padding is added */
    margin: 0 auto;
    border-left: solid 1px #DDDDDD;
    border-right: solid 1px #DDDDDD;
    padding: 120px 10px 30px 10px; /* padding-bottom prevents margin-collapsing */
    height: auto !important;
    min-height: calc(100vh - 149px);
    position: relative;
    transition: padding 0.2s;
  }
  #eqs_content_div.minimized_topframe {
    padding-top: 45px;
    padding-bottom: 105px;
  }
}
#stacked_doc {
  position: absolute;
  top: 11.2px;
  right: 14.4px;
  width: 22.4px;
  height: 22.4px;
  font-size: 22.4px;
  background: #ffffff;
}

.display_none {
  display: none !important;
}

.cursor_pointer {
  cursor: pointer;
}

/*** HEADER ***/
#eqs_topframe {
  width: 100%;
  background-color: #FFFFFF;
  /*background-image: url('/extend/images/bg_topframe.png');
  background-size: cover;
  -ms-behavior: url('/extend/javascript/backgroundsize.min.htc');*/
  background-position: center;
  position: fixed;
  white-space: nowrap;
  z-index: 95;
}

.topframe_table div {
  padding: 0;
  margin: 0;
}

#topframe_menudiv > div {
  height: 30px;
  line-height: 29px;
  float: right;
  border-width: 0 1px 0 0;
  margin-right: -1px;
  margin-top: -1px;
}

#topframe_menudiv > div > div {
  float: left;
  text-decoration: none;
  border-width: 0 0 0 1px;
}

.topframe_table div > a {
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
}

#topframe {
  max-width: calc(1200px + 20px);
  margin: 0 auto;
  position: relative;
}

#menurow div a {
  display: block;
  padding: 0 11px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-top-width: 1px;
  border-top-style: solid;
}

#menurow > td > div {
  max-width: calc(1200px + 20px);
  margin: auto;
  text-align: right;
  min-height: 4px;
}

#eqs_topframe #menurow td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-top-width: 1px;
  border-top-style: solid;
}

#eqs_topframe.minimized_topframe #menurow td {
  border-top-width: 0px;
}

#topframe_logodiv {
  width: 340px;
  margin: 10px 0px 10px 10px;
  height: 70px;
  float: left;
  background-image: url("/extend/images/pid_logos/logo_transparent.png");
  background-size: contain;
  -ms-behavior: url("/extend/javascript/backgroundsize.min.htc");
  background-repeat: no-repeat;
  background-position: left;
}

#eqs_footer {
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 24px;
  height: 1.5rem;
  text-align: right;
  border-top-style: solid;
  border-top-width: 2px;
  background-color: white;
  overflow: hidden;
  z-index: 94;
}
#eqs_footer div {
  list-style-type: none;
  padding: 0;
  float: right;
  border: 0;
  margin: 0 -1px 0 0;
  padding-right: calc(50% - (1200px + 2px) / 2);
}
#eqs_footer div div {
  float: left;
  text-decoration: none;
  border-width: 0 0 0 0;
  border-style: solid;
}
#eqs_footer div div a {
  line-height: 28.8px;
  line-height: 1.8rem;
  margin: 0px 3px;
}
#eqs_footer div div + div {
  border-width: 0 0 0 1px;
}

.topframe_searchdiv {
  position: absolute;
  top: 30px;
  right: 0px;
}

map[name=processmap] + img {
  display: block;
  margin: 0px auto;
}

.topframe_table {
  border-spacing: 0;
}

.topframe_table td {
  padding: 0;
}

.td60x60 {
  min-width: 60px;
  max-width: 60px;
  text-align: center;
}
.td60x60 a {
  display: block;
  height: 34px;
  width: 100%;
  padding: 28px 0px;
}
#eqs_topframe.minimized_topframe .td60x60 a {
  padding: 4px 0px 3px 0px;
}

.hide_unless_dropdown {
  display: none;
}

div.topmenu_dropdown {
  position: absolute;
  right: 0px;
  top: 120px;
  white-space: normal;
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  max-height: calc(100vh - 46px);
  overflow-y: auto;
  overflow-x: hidden;
}
div.topmenu_dropdown .hide_unless_dropdown {
  display: inline;
  padding-left: 2px;
}

div.topmenu_dropdown > div {
  display: block;
  width: 200px;
}

div.topmenu_dropdown > div > div {
  width: 198px;
  padding: 0 1px 0 0px;
}

div.topmenu_dropdown > div > div > a {
  display: block;
  padding: 5px 0px 5px 3px;
}

#topframe #usernamediv {
  position: absolute;
  top: 65px;
  right: 0px;
  line-height: 25px;
}

.topmenu_dropdown #usernamediv {
  padding: 10px 3px;
  width: 200px;
  box-sizing: border-box;
  border-top: solid 1px #ffffff;
  color: white !important;
}

.topmenu_dropdown #usernamediv .unit {
  color: white;
}

/*** DOCUMENT CATEGORY MENU ***/
.categorymenu_left {
  position: fixed;
  width: 260px;
  z-index: 95;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0px;
  top: 119px;
  max-height: 100%;
  max-height: calc(100% - 120px);
  border-top-width: 1px;
  border-top-style: solid;
}

.categorymenu_left.minimized_topframe {
  top: 0px;
  top: 44px;
  max-height: 100%;
  max-height: calc(100% - 44px);
}

.categorymenu_left > div {
  padding-top: 119px;
  padding-top: 0px;
}

.categorymenu_left.minimized_topframe > div {
  padding-top: 44px;
  padding-top: 0px;
}

.document_category li {
  border-top-style: solid;
  border-top-width: 1px;
}
.document_category a:link, .document_category a:visited, .document_category a:link:hover, .document_category a:visited:hover {
  display: block;
  box-sizing: border-box;
  width: 90%;
  width: calc(100% - 30px);
  font-size: 16px;
  font-size: 1rem;
  padding: 5px 0px;
  color: black;
}
.document_category a:hover, .document_category div > div:hover {
  background-color: #ddd;
}

.width100 {
  width: 100% !important;
}

#document_category_div {
  font-size: 0px;
  border-style: solid;
  border-width: 0px 1px 1px 0px;
}
#document_category_div div {
  position: relative;
}
#document_category_div ul {
  list-style-type: none;
  padding: 0px;
  background: #fff;
}
#document_category_div ul a:not(.doccat_expand) {
  padding-left: 5px;
}
#document_category_div .doccat_expand {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-left: 1px solid #DDDDDD;
}
#document_category_div .doccat_expand em {
  font-size: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* http://en.wikipedia.org/wiki/List_of_Unicode_characters */
#document_category_div ul a:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
#document_category_div ul ul a:first-child {
  padding-left: 1.125rem;
  text-indent: -0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
#document_category_div ul ul a:first-child:before {
  content: "○";
  color: #999999;
  letter-spacing: 0px;
}
#document_category_div ul ul ul a:first-child {
  padding-left: 1.75rem;
  text-indent: -1.5rem;
}
#document_category_div ul ul ul a:first-child:before {
  content: "○○";
}
#document_category_div ul ul ul ul a:first-child:before {
  content: "○○○";
}
#document_category_div ul ul ul ul a:first-child {
  padding-left: 2.375rem;
  text-indent: -2.125rem;
}
#document_category_div ul ul ul ul ul a:first-child {
  padding-left: 2.9375rem;
  text-indent: -2.6875rem;
}
#document_category_div ul ul ul ul ul a:first-child:before {
  content: "○○○○";
}
#document_category_div ul ul ul ul ul ul a:first-child {
  padding-left: 3, 5625rem;
  text-indent: -3.3125rem;
}
#document_category_div ul ul ul ul ul ul a:first-child:before {
  content: "○○○○○";
}

.doccat_search {
  width: 89%;
  width: calc(100% - 20px);
  margin: 10px 10px 10px 10px;
}

/*** CONTENT ***/
#chapterTrigger > a {
  font-weight: normal;
}

#chapterMenu {
  position: fixed;
  left: 10px;
  left: calc(50% - (1200px + 20px) / 2);
  overflow-x: hidden;
  overflow-y: auto;
  top: 150px;
  max-height: 100%;
  max-height: calc(100% - 150px);
}

#chapterMenu.minimized_topframe {
  top: 75px;
  max-height: 100%;
  max-height: calc(100% - 75px);
}

#chapterMenu > table {
  margin-top: 145px;
  margin-top: 0px;
}

#chapterMenu.minimized_topframe > table {
  margin-top: 70px;
  margin-top: 0px;
}

#chapterMenu > table {
  padding-bottom: 8px;
}

/*** LOGIN ***/
.login_container {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url("/extend/images/background_login.jpg");
  background-size: cover;
  -ms-behavior: url("/extend/javascript/backgroundsize.min.htc");
  background-position: center;
}

.login_div {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  width: 340px;
  margin-left: -201px; /*half the width + padding */
  margin-top: -100px;
  background: white;
  padding: 30px;
  border: 1px solid #bbb;
  border-radius: 3px;
}

.loginbutton {
  width: 100% !important;
  margin-bottom: 3px;
}

.loginbutton.half {
  width: calc(50% - 2px) !important;
  margin: 0 4px 3px 0;
}
.loginbutton.half:last-child {
  margin-right: 0;
}

.login_logo {
  max-width: 340px;
  height: 70px;
  background-size: contain;
  -ms-behavior: url("/extend/javascript/backgroundsize.min.htc");
  background-repeat: no-repeat;
  background-image: url("/extend/images/pid_logos/logo_transparent.png");
  background-position: center;
}

@media all and (max-width: 400px) {
  .login_div {
    width: 240px;
    margin-left: -151px;
  }
  .login_logo {
    max-width: 240px;
    height: 50px;
  }
}
#login_table {
  width: 100%;
}

#login_table td {
  padding: 5px 0px 0px 0px;
}

.login_field {
  width: 100%;
  padding: 0 1px;
  /*box-sizing: border-box;*/
}

.poweredby {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

#poweredby_color {
  color: white;
}

/*** DYNAMIC CSS ***/
/* Fix for links to chapters in documents, so that the top of the chapter doesn't end up under the header*/
.anchor:before {
  content: "";
  display: block;
  height: 120px; /* fixed header height*/
  margin: -120px 0 0 0; /* negative fixed header height */
}

#eqs_topframe.minimized_topframe {
  box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.2);
}

#eqs_topframe.minimized_topframe .topframe_searchdiv {
  top: 6px;
}

#eqs_topframe.minimized_topframe #topframe_logodiv {
  width: 194px;
  height: 40px;
  margin: 1px 0px 0px 10px;
}

#eqs_topframe.minimized_topframe div.topmenu_dropdown {
  top: 45px;
}

#eqs_topframe.minimized_topframe #topframe #usernamediv {
  top: 10px;
}

#body_viewarea #tab_container.fixed.minimized_topframe {
  top: 44px;
}

.frontbox em.fa {
  padding: 0px 2px 0px 5px;
}

/*
Note: Old IE doesn't support dynamic css based on max/min-width.
*/
@media only screen and (max-width: calc(1200px + 20px)) {
  #chapterMenu {
    left: 0px;
  }
  #eqs_footer ul {
    padding-right: 10px;
  }
}
@media only screen and (min-width: calc(1200px + 20px)) {
  /* Only do this on big screens to avoid the animation
  *  playing on initial load of the page on mobile/small screens
  */
  #eqs_topframe .td60x60 a {
    transition: padding 0.2s;
  }
  .topframe_searchdiv {
    transition: top 0.2s;
  }
}
/* To make urls of the type <url>#id scroll below the fixed header */
div.eqs_anchor {
  display: inline;
}

a.eqs_anchor, div.eqs_anchor {
  position: relative;
  visibility: hidden;
}
a.eqs_anchor a, div.eqs_anchor a {
  display: block;
  position: absolute;
  top: -155px;
  visibility: hidden;
}

.minimized_topframe a.eqs_anchor a, .minimized_topframe div.eqs_anchor a {
  top: -80px;
}

@media only screen and (max-width: 600px) {
  #eqs_content_div {
    padding-left: 6px;
    padding-right: 6px;
  }
}
#config_task_div {
  background-color: #f8f8f8;
  position: absolute;
  width: 500px;
  min-width: 300px;
  z-index: 94;
}

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