/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  background-color: #e7edf0;
  font-size: 14px;
}
textarea {
  resize: none;
}
.page-content {
  background-color: #e8edf0;
  padding: 20px 30px;
}
.page-content.reset-color {
  background-color: transparent;
}
.page-content > h1 {
  color: #15526e;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 1.3em;
  margin-top: 15px;
}
.page-content h2 {
  color: #15526e;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.2em;
}
.page-content h3 {
  color: #15526e;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1em;
}
.page-content .content-block {
  background-color: #fff;
  border: 1px solid #a1a2a4;
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 730px) {
  .page-content {
    padding: 10px;
  }
}
.form-horizontal > h3 {
  color: #15526e;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.1em;
}
label {
  text-align: left;
  font-weight: bold;
  color: #15526e;
}
.input-group {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.input-group > label {
  min-width: 100px;
  padding-right: 15px;
}
.input-group > input {
  flex-grow: 1;
}
.input-group > div {
  flex-grow: 1;
}
.control-panel {
  margin-bottom: 10px;
}
.control-panel .col {
  margin-bottom: 5px;
}
.control-panel .block-with-label {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.control-panel .block-with-label > span {
  margin-right: 15px;
  font-weight: bold;
  color: #15526e;
}
.control-panel .block-with-label > div {
  width: 100%;
}
.control-panel .space-right {
  margin-right: 10px;
}
.control-panel .left-center {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
.control-panel .left-selector-part > label {
  color: #074461;
  font-weight: bold;
  margin-right: 20px;
}
.control-panel .left-selector-part > div {
  flex-grow: 1;
}
.content-right {
  display: flex;
  justify-content: flex-end;
  align-self: center;
}
.content-right.with-margin-top {
  margin-top: 30px;
}
.content-right > button {
  margin-left: 5px !important;
}
.content-right.align-pagination > div {
  min-width: 70px;
}
.content-right.align-pagination > ul {
  margin-left: 10px;
  margin-top: 2px;
}
.modifiedMark::after {
  margin-left: 10px;
  width: 1em;
  height: 1em;
  display: inline-block;
  background-color: #ec5749;
  color: white;
  content: '!';
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
}
.download-link {
  margin-top: 5px;
}

.custom-navbar {
  align-items: center;
  background: #ffffff;
  display: flex;
  position: sticky;
  top: 0;
  z-index: 10;
}
.custom-navbar.main-header {
  z-index: 11;
}
.custom-navbar__role-selector {
  margin-right: 15px;
  padding-top: 3px;
}
.custom-navbar--brand-logo {
  background: url(/static/media/h-4-p-logo-text.24db51a6.png) no-repeat center;
  background-size: 100%;
  height: 55px;
  margin: 0 18px 0 20px;
  width: 108px;
}
.custom-navbar--logo-divider {
  border-right: 1px solid #d8d8d8;
  height: 28px;
  margin-right: 10px;
}
.custom-navbar--auth {
  align-items: center;
  display: flex;
  margin-left: auto;
}
.custom-navbar--username {
  color: #2dbbbb;
  margin-right: 20px;
  margin-left: 20px;
  cursor: pointer;
}
.custom-navbar__lang-selector {
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
  min-width: 100px;
}
.custom-navbar--auth-divider {
  border-right: 2px solid #e8edf0;
  height: 32px;
  margin-right: 10px;
}
.custom-navbar--logout {
  background: url(/static/media/icon-log-out.c5824f36.svg) no-repeat center;
  background-size: 32px;
  cursor: pointer;
  height: 55px;
  margin-right: 20px;
  width: 32px;
}
.custom-navbar--logout:hover {
  background-image: url(/static/media/icon-log-out-hover.5d3d83e3.svg);
}
.custom-navbar--dropdown > a {
  color: #074461;
  padding: 17px 12px !important;
}
.custom-navbar .active {
  background-color: #eeeeee;
}
@media only screen and (max-width: 730px) {
  .custom-navbar {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .custom-navbar > a {
    width: 100%;
  }
  .custom-navbar > a > div {
    margin: 0 auto;
  }
  .custom-navbar--auth {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
}

.authError-1yvWL_ {
  width: 500px;
  margin: 300px auto auto;
}

.auth-page {
  position: absolute;
  width: 95%;
  max-width: 500px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

