/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  line-height: 1.4;
  height: 100%;
}

a:hover {
  text-decoration: underline;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   CUSTOM
   ========================================================================== */

.top_fsl {
  display: block;
}


/* ==========================================================================
   COMMON
   ========================================================================== */

body {
  font-family: Verdana, sans-serif;
  width: 100%;
  /*height: 100%; */
  margin: 0;
}

.table {
  display: table;
  border-spacing: 0px;
}

.table-100w {
  display: table;
  border-spacing: 0px;
  width: 100%;
}

.table-100 {
  display: table;
  border-spacing: 0px;
  width: 100%;
  height: 100%;
}

.table-100-list {
  display: table;
  /* border-spacing: 0px; */
  width: 100%;
  height: 100%;
  border-collapse: separate;
  border-spacing: 3px 9px;
}

.table-100-automargin {
  display: table;
  border-spacing: 0px;
  margin: 0 auto;
}

.table-100-nomargin {
  display: table;
  border-spacing: 0px;
  margin: 0;
}

.table-row {
  display: table-row;
}

.table-row-90 {
  display: table-row;
  width: 90%;
}

.table-row-100 {
  display: table-row;
  width: 100%;
}

.table-row-100-100 {
  display: table-row;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
}

.table-cell-100 {
  display: table-cell;
  width: 100%;
}

.table-cell-vmiddle {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

.table-cell-hcenter {
  display: table-cell;
  text-align: center;
}

.table-cell-lcenter {
  display: table-cell;
  text-align: left;
}

.mdata {
  display: none;
}

.page {
  width: 100%;
  height: 100%;
  position: fixed;
}

/*
@media screen and (orientation: landscape) {
  .page {
      width: 100%;
      height: 100%;
      position:fixed;
  }
}
*/

/* Smartphone / Tables portrait */
/*
@media screen and (orientation: portrait) {
  .page {
      width: 100%;
      height: 100%;
  }
}
*/


/* ==========================================================================
   LOGIN
   ========================================================================== */

@media screen and (orientation: landscape) {
  .loginpage {
    background-color: white;
    display: table;
    width: 650px;
    border-collapse: separate;
    border-spacing: 3px 3px;
    margin: 20px auto;
  }

  .loginpage-header-title {
    display: table-cell;
    font-weight: bold;
    color: white;
    text-align: left;
    font-size: 20pt;
    vertical-align: middle;
  }

  .loginpage-header-empty {
    display: table-cell;
    width: 100%;
  }

  .loginpage-header-descr {
    /*
    display: table-cell;
    font-weight: bold;
    color: white;
    text-align: left;
    font-size: 18pt;
    vertical-align: middle;
    */
    display: none;
  }

  .loginpage-header-title2 {
    display: table-cell;
    font-weight: bold;
    color: white;
    text-align: left;
    font-size: 20pt;
    vertical-align: middle;
  }

  .loginpage-header-title3 {
    display: table-cell;
    font-weight: bold;
    color: white;
    text-align: left;
    font-size: 11pt;
    vertical-align: middle;
  }

  .loginpage-header-image {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    float: right;
  }

  .loginpage-header-image2 {
    max-width: 50%;
    /* width: 64px; */
    /* height: 64px; */
  }

}

@media screen and (min-width: 321px) and (orientation: portrait) {
  .loginpage {
    background-color: white;
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px 3px;
  }

  .loginpage-header-title {
    /*
    display: table-cell;
    font-weight: bold;
    color: white;
    text-align: left;
    font-size: 14pt;
    vertical-align: middle;
    */
    display: none;
  }

  .loginpage-header-empty {
    display: table-cell;
    width: 100%;
  }

  .loginpage-header-descr {
    display: table-cell;
    font-weight: bold;
    color: white;
    text-align: left;
    font-size: 18pt;
    vertical-align: middle;
  }

  .loginpage-header-title2 {
    display: table-cell;
    font-weight: bold;
    color: white;
    text-align: left;
    font-size: 18pt;
    vertical-align: middle;
  }

  .loginpage-header-title3 {
    display: table-cell;
    font-weight: bold;
    color: white;
    text-align: left;
    font-size: 10pt;
    vertical-align: middle;
  }

  .loginpage-header-title4 {
    display: table-cell;
    font-weight: bold;
    color: white;
    text-align: left;
    font-size: 11pt;
    vertical-align: middle;
  }

  .loginpage-header-image {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    float: right;
  }

  .loginpage-header-image2 {
    /* width: 64px; */
    /* height: 64px; */
  }
}

@media screen and (max-width: 320px) and (orientation: portrait) {
  .loginpage {
    background-color: white;
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px 3px;
  }

  .loginpage-header-title {
    /* 
    display: table-cell;
    font-weight: bold;
    color: white;
    text-align: left;
    font-size: 14pt;
    vertical-align: middle;
    */
    display: none;
  }

  .loginpage-header-empty {
    display: table-cell;
    width: 100%;
  }

  .loginpage-header-descr {
    display: table-cell;
    font-weight: bold;
    color: white;
    text-align: left;
    font-size: 14pt;
    vertical-align: middle;
  }

  .loginpage-header-title2 {
    display: table-cell;
    font-weight: bold;
    color: white;
    text-align: left;
    font-size: 14pt;
    vertical-align: middle;
  }

  .loginpage-header-title3 {
    display: table-cell;
    font-weight: bold;
    color: white;
    text-align: left;
    font-size: 10pt;
    vertical-align: middle;
  }

  .loginpage-header-title4 {
    display: table-cell;
    font-weight: bold;
    color: white;
    text-align: left;
    font-size: 11pt;
    vertical-align: middle;
  }

  .loginpage-header-image {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    float: right;
  }

  .loginpage-header-image2 {
    /* width: 48px; */
    /* height: 48px; */
  }
}

.loginpage-progress {
  z-index: 101;
  /*
  text-align: center;
  vertical-align: middle;
  background-color: gray;
  opacity: 0.7;
  */
}

.loginpage-header {
  width: 100%;
  background-color: rgb(69, 69, 71);
  border-spacing: 10px;
  display: table;
}

.loginpage-input {
  display: table;
  width: 100%;
  background-color: rgb(69, 69, 71);
  border-spacing: 10px;
  /* border:10px solid rgb(69,69,71); */
}

.loginpage-input-data {
  display: table;
  border-spacing: 0px;
  color: white;
}

.loginpage-input-data-descr {
  margin: 0px 15px 0px 0px;
}

.loginpage-input-data-input-input {
  border: 1px solid black;
  background-color: white;
  margin: 0px 0px 10px 0px;
  width: 100%;
}

.loginpage-input-data-input-input-error {
  border: 1px solid #f00;
  background-color: red;
  margin: 0px 0px 10px 0px;
  width: 100%;
}

.loginpage-input-action-table {
  display: table;
  border-spacing: 0px;
  color: white;
  margin-top: 5px;
}

.loginpage-message {
  display: none;
  font-size: 13pt;
  /*
  padding-left: 10px;
  padding-right: 10px;
  */
  color: red;
}

.loginpage-message.error {
  display: table-cell;
}

.loginpage-input-action {
  color: white;
  font-size: 16pt;
  text-decoration: none;
}

.loginpage-help {
  display: table;
  width: 100%;
  background-color: rgb(69, 69, 71);
  color: rgb(26, 153, 206);
  border-spacing: 10px;
  font-size: 11pt;
  /* border:10px solid rgb(69,69,71); */
}

.loginpage-help-wrapper {
  display: table;
  width: 100%;
  border-spacing: 0px;
}

.loginpage-help-title {
  display: table-cell;
  color: rgb(255, 255, 255);
}

.loginpage-help-title:hover {
  cursor: pointer;
}

.loginpage-help-link {
  color: rgb(255, 255, 255);
}

.loginpage-info-top-display {
  display: none;
}

.loginpage-info-top {
  font-size: 11pt;
  background-color: rgb(69, 69, 71);
}

.loginpage-info-top-wrapper {
  display: table;
  width: 100%;
  border-spacing: 10px;
}

.loginpage-info-bottom-display {
  display: none;
}

.loginpage-info-bottom {
  border-spacing: 0px;
}

.loginpage-info-wrapper {
  display: table;
  width: 100%;
}

.loginpage-info-empty {
  display: table-cell;
  color: rgb(255, 255, 255);
  height: 10px;
}

.loginpage-info-title {
  display: table-cell;
  color: rgb(255, 255, 255);
}

.loginpage-info-link {
  color: rgb(255, 255, 255);
}

.loginpage-spid-button {
  background-color: rgb(69, 69, 71);
}

.loginpage-spid-button-display {
  display: block;
  /* margin-top: 3px; */
}

.loginpage-cie-button-display {
  display: block;
  margin-top: 3px;
}

.button-spid {
  margin-left: 50%;
  transform: translate(-50%, 0%);
  vertical-align: middle;
}

.button-spid-locked {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.button-spid-link {
  background-color: transparent;
  color: white;
  display: block;
  text-align: center;
  padding: 0.5em;
}

.button-spid-label {
  background-color: rgb(69, 69, 71);
  color:white;
  display: block;
  text-align: center;
  padding: 0.5em;
}

/* ==========================================================================
   RESTORE PASSWORD
   ========================================================================== */

.restorepage-description {
  font-size: 15pt;
  color: white;
}

.restorepage-noerror {
  display: none;
  font-size: 13pt;
  padding-left: 10px;
  padding-right: 10px;
  color: red;
}

.restorepage-ok {
  display: table-cell;
  font-size: 13pt;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
}

.restorepage-error {
  display: table-cell;
  font-size: 13pt;
  padding-left: 10px;
  padding-right: 10px;
  color: red;
}


/* ==========================================================================
   REQUEST AREA
   ========================================================================== */

.header {
  width: 100%;
  /* background-color: white; */
  font-size: 11pt;
  display: table;
  border-spacing: 0px;
  margin: 0px;
}

.header-logo {
  max-width: 30%;
  padding: 3px 10px 3px 10px;
  color: white;
  background-color: rgb(153, 153, 154);
  display: table-cell;
  vertical-align: middle;
}

.header-logo:hover {
  cursor: pointer
}

.header-access_type {
  padding: 3px 10px 3px 10px;
  color: white;
  background-color: rgb(153, 153, 154);
  overflow: hidden;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.header-logout {
  max-width: 30%;
  padding: 3px 10px 3px 10px;
  color: white;
  background-color: rgb(153, 153, 154);
  display: table-cell;
  vertical-align: middle;
}

.header-logout:hover {
  cursor: pointer
}

.header-separator {
  display: table-cell;
  /* border-left: 1px solid rgb(1,33,105); */
  border-left: 1px solid white;
  width: 5px;
}

.header-menu-container {
  /* display: inline-block; */
  display: table-cell;
  cursor: pointer;
  vertical-align: middle;
  /* background-color: rgb(153,153,154); */
  padding: 5px 10px 5px 5px;
}

.header-menu-image {
  width: 24px;
  height: 24px;
}

.header-menu-bar1,
.header-menu-bar2,
.header-menu-bar3 {
  width: 35px;
  height: 3px;
  /* background-color: #333; */
  background-color: white;
  margin: 4px 0;
  transition: 0.4s;
}

/*
# Rotate first bar
.change .header-menu-bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

# Fade out the second bar
.change .header-menu-bar2 {
    opacity: 0;
}

# Rotate last bar
.change .header-menu-bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}
*/

/*
.container {
  margin-top: 2px;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
}

.left {
  display: inline-block;
  width: 35%;
  height: 100%;
  float: left;
}

.left_hide {
  display: inline-block;
      width: 20px;
  height: 100%;
  float: left;
}

.right {
  display: inline-block;
  height: 100%;
  width: 65%;
  float: left;
}

.right_all {
  display: inline-block;
        height: 100%;
        width: calc(100% - 20px);
        float: left;
  opacity: 1;
}

.right-block {
  height: 100%;
}
*/

@media screen and (orientation: landscape) {
  .container {
    margin-top: 2px;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
  }

  .top {
    display: inline-block;
    width: 100%;
    height: 5%;
  }

  .left {
    display: inline-block;
    width: 35%;
    height: 100%;
    float: left;
    max-height: 100vh;
    overflow-y: auto;
  }

  .left.hidden {
    visibility: hidden;
  }

  .right {
    display: inline-block;
    height: 100%;
    width: 65%;
    float: left;
    opacity: 1;
  }

  .right_all {
    display: inline-block;
    height: 100%;
    width: 100%;
    float: left;
    opacity: 1;
  }

  .right-block {
    height: 100%;
  }

  .request-title-image {
    height: 42px;
  }

  .request-help {
    color: white;
    cursor: pointer;
    font-size: larger;
  }

  .nav-action-image {
    height: 42px;
    filter: brightness(0.9);
  }

  .nav-action-image:hover {
    cursor: pointer;
    filter: brightness(1.0);
  }
}

/* Smartphone / Tables portrait */
@media screen and (orientation: portrait) {
  .container {
    margin-top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
  }

  .left {
    position: absolute;
    width: 100%;
    float: left;
    z-index: 1;
    background: white;
    max-height: 100vh;
    overflow-y: auto;
  }

  .left.hidden {
    visibility: hidden;
  }

  .right {
    position: absolute;
    width: 100%;
    height: 100%;
    float: left;
    opacity: 1;
  }

  .right_all {
    display: absolute;
    height: 100%;
    width: 100%;
    float: left;
    opacity: 1;
  }

  .right-block {
    width: 100%;
    height: 100%;
  }

  .request-title-image {
    height: 42px;
  }

  .request-help {
    color: white;
    cursor: pointer;
    font-size: larger;
  }

  .nav-action-image {
    height: 42px;
    filter: brightness(0.9);
  }

  .nav-action-image:hover {
    cursor: pointer;
    filter: brightness(1.0);
  }

  /* to detect if i'm in portrait mode */
  .request-portrait {
    display: none;
  }
}

.nav {
  width: 100%;
  height: 100vh;
  color: white;
  display: table;
  /* background-color: brown; */
  border-spacing: 2px;
}

.nav-request-table {
  display: table;
  border-spacing: 10px;
  width: 100%;
  background-color: rgb(26, 153, 206);
  color: white;
}

.nav-request-descr {
  display: table-cell;
  font-size: 12pt;
}

.nav-action-table {
  display: table;
  border-spacing: 10px;
}

.nav-action-cell:hover {
  cursor: pointer;
}

.nav-action-cell-nodisplay {
  display: none;
}

@media screen and (orientation: portrait) and (max-width: 600px) {
  .top-header-cell-left {
    width: 0px;
    max-width: 0px;
    visibility: hidden;
  }
}

@media screen and (orientation: landscape) {

  .nav-action-cell {
    display: table-cell;
    padding: 0px 20px 0px 20px;
  }

  .nav-request-additionaldata {
    display: table-cell;
    font-size: 11pt;
  }
}

@media screen and (min-width: 321px) and (orientation: portrait) {

  .nav-action-cell {
    display: table-cell;
    padding: 0px 20px 0px 20px;
  }

  .nav-request-additionaldata {
    display: table-cell;
    font-size: 11pt;
  }
}

@media screen and (max-width: 321px) and (orientation: portrait) {

  .nav-action-cell {
    display: table-cell;
    padding: 0px 20px 0px 20px;
  }

  .nav-request-additionaldata {
    display: table-cell;
    font-size: 9pt;
  }

  .nav-action-image {
    width: 32px;
    height: 32px;
  }
}

.nav-action-personalarea {
  display: none;
}

.nav-request-triangle {
  margin-left: 20px;
  margin-bottom: 5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: rgb(26, 153, 206) transparent transparent transparent;
}

/*
@media screen and (orientation: landscape) {
  .nav-action-personalarea {
      display: none;
  }

  .nav-request-triangle {
      margin-left: 20px;
      margin-bottom: 5px;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: rgb(26,153,206) transparent transparent transparent;
  }
}
*/

/* Smartphone / Tables portrait */
/*
@media screen and (orientation: portrait) {
  .nav-action-image {
      width: 24px;
      height: 24px;
  }

  .nav-action-personalarea {
      display: table-cell;
  }

  .nav-request-triangle {
      border-width: 0px 0px 0px 0px;
  }
}
*/

/** HELP**/
.help_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
  box-sizing: border-box;
  background-color: rgb(69, 69, 71);
}

.help_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  border: 0px solid rgb(69, 69, 71);
  box-sizing: border-box;
  background-color: rgb(26, 153, 206);
}

.help_bottom video {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.help_bottom iframe {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/** HELP**/


.nav-data {
  color: white;
  display: table;
  border-spacing: 0px;
  width: 100%;
  /* table-layout: fixed; */
}

.nav-spacer {
  color: white;
  display: table-row;
  width: 100%;
  height: 1px;
}

@media screen and (orientation: landscape) {
  .nav-data-title {
    background-color: rgb(69, 69, 71);
    padding: 10px 20px 10px 20px;
    display: table-cell;
    font-size: 12pt;
  }

  .nav-data-date {

    background-color: rgb(69, 69, 71);
    padding: 10px 20px 10px 20px;
    display: table-cell;
    text-align: right;
    vertical-align: bottom;
    white-space: nowrap;
    font-size: 10pt;
  }

  .nav-data-report {
    padding: 10px 20px 10px 20px;
    display: table-cell;
    width: 1000px;
    overflow: hidden;
    font-size: 11pt;
  }

  .nav-data-report-sel {
    visibility: visible;
    color: white;
    background-color: rgb(26, 153, 206);
  }
}

@media screen and (orientation: portrait) {
  .nav-data-title {
    background-color: rgb(69, 69, 71);
    padding: 10px 20px 10px 20px;
    display: table-cell;
    font-size: 11pt;
  }

  .nav-data-date {

    background-color: rgb(69, 69, 71);
    padding: 10px 20px 10px 20px;
    display: table-cell;
    text-align: right;
    vertical-align: bottom;
    white-space: nowrap;
    font-size: 9pt;
  }

  .nav-data-report {
    padding: 10px 20px 10px 20px;
    display: table-cell;
    width: 1000px;
    overflow: hidden;
    font-size: 10pt;
  }

  .nav-data-report-sel {
    visibility: visible;
  }
}

.nav-data-study {
  padding: 10px 20px 10px 20px;
  display: table-cell;
  width: 100%;
  font-size: 11pt;
}

.nav-data-image {
  padding: 10px 20px 10px 20px;
  display: table-cell;
  width: 100%;
}

.nav-data-serie {
  padding: 5px 20px 5px 20px;
  display: table;
}

.nav-data-serie-descr {
  text-align: left;
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  font-size: 11pt;
}

.nav-data-serie-image {
  padding-right: 10px;
  width: 40px;
  height: 40px;
  display: table-cell;
}

@media screen and (orientation: landscape) {
  .nav-data-serie-sel {
    color: white;
    background-color: rgb(26, 153, 206);
  }
}

@media screen and (orientation: portrait) {
  .nav-data-serie-sel {
    color: white;
    background-color: rgb(26, 153, 206);
  }

  .nav-data-study {
    padding: 10px 20px 10px 20px;
    display: table-cell;
    width: 100%;
    font-size: 10pt;
  }

  .nav-data-serie-descr {
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    font-size: 10pt;
  }

}

/*
@media screen and (orientation: landscape) {
  .nav-data-title {
      background-color: rgb(69,69,71);
      padding: 10px 20px 10px 20px;
      display: table-cell;
      font-size: 12pt;
  }

  .nav-data-date {
      background-color: rgb(69,69,71);
      padding: 10px 20px 10px 20px;
      display: table-cell;
      text-align: right;
      vertical-align: bottom;
      white-space: nowrap;
      font-size: 10pt;
  }

  .nav-data-report {
      padding: 10px 20px 10px 20px;
      display: table-cell;
      width: 100%;
  }

  .nav-data-study {
      padding: 10px 20px 10px 20px;
      display: table-cell;
      width: 100%;
  }

  .nav-data-image {
      padding: 10px 20px 10px 20px;
      display: table-cell;
      width: 100%;
  }

  .nav-data-serie {
      padding: 5px 20px 5px 20px;
      display: table;
  }

.nav-data-serie-descr {
  text-align: left;
  vertical-align: middle;
  display: table-cell;
}

  .nav-data-serie-image {
  padding-right: 10px;
      width: 40px;
  height: 40px;
  display: table-cell;
  }
}
*/

/* Smartphone / Tables portrait */
/*
@media screen and (orientation: portrait) {
  .nav-data-title {
    background-color: rgb(69,69,71);
    padding: 5px 20px 5px 20px;
    display: table-cell;
    font-size: 12pt;
  }

  .nav-data-date {
    background-color: rgb(69,69,71);
    padding: 5px 20px 5px 20px;
    display: table-cell;
    text-align: right;
    vertical-align: bottom;
    white-space: nowrap;
    font-size: 10pt;
  }

  .nav-data-report {
    padding: 5px 20px 5px 20px;
    display: table-cell;
    width: 100%;
  }
}
*/

.nav-data-report:hover {
  cursor: pointer
}

.nav-data-serie:hover {
  cursor: pointer
}

.nav-row2 {
  background-color: rgb(69, 69, 71);
  display: table-row;
  width: 100%;
  float: right;
}

.nav-row3 {
  background-color: rgb(69, 69, 71);
  display: table-row;
  width: 100%;
  float: right;
}

.nav-row3-box {
  visibility: visible;
}

.nav-row-list {
  background-color: rgb(69, 69, 71);
  display: table-row;
  width: 100%;
  float: right;
}

.nav-row-list:hover {
  cursor: pointer
}

.nav-data-title2 {
  font-size: 10pt;
}

.nav-data-title3 {
  font-size: 9pt;
}

.nav-sep {
  margin: 5px 0px;
  width: 100%;
  height: 5px;
  background: rgb(26, 153, 206);
  overflow: hidden;
  display: inline-block;
}

.nav-descr-table {
  display: table;
  border-spacing: 10px;
  width: 100%;
  background-color: rgb(69, 69, 71);
}

.nav-data-descr {
  color: white;
  display: table;
  border-spacing: 0px;
  width: 100%;
  padding: 10px 20px 10px 20px;
}

.nav-data-title {
  background-color: rgb(69, 69, 71);
  display: table-cell;
  font-size: 12pt;
  padding: 0px 0px 0px 0px;
}

.nav-data-date {
  background-color: rgb(69, 69, 71);
  display: table-cell;
  text-align: right;
  vertical-align: bottom;
  white-space: nowrap;
  font-size: 12pt;
  padding: 0px 0px 0px 0px;
}

.nav-data-serie-sel {
  color: white;
  background-color: rgb(26, 153, 206);
}

.nav-row4-box {
  width: 100%;
  overflow-y: auto;
  display: table;
}

.nav-personalarea {
  padding: 10px 20px 10px 15px;
  background-color: rgb(153, 153, 154);
  font-size: 12pt;
  display: table-cell;
}

.nav-sep-row-100-100 {
  display: table-row;
  width: 100%;
  height: 100%;
}

.nav-sep-row-100 {
  display: table-row;
  width: 100%;
}

.nav-sep-row-100-100px {
  display: table-row;
  width: 100%;
  height: 100px;
}

.nav-personalarea:hover {
  color: rgb(95, 127, 151);
  cursor: pointer
}

.content {
  width: 100%;
  height: 100%;
  /* display: table; */
  /* background-color: gray; */
  margin: 2px 2px 2px 2px;
}

.content-header-row {
  background-color: rgb(69, 69, 71);
  /* display: table-row; */
  width: 100%;
  color: white;
  font-size: 12pt;
}

.content-header {
  padding: 10px 10px 10px 10px;
  display: table-cell;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content-header-savepdf {
  padding: 10px 10px 10px 10px;
  display: table-cell;
  text-align: right;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content-header-savepdf-nodisplay {
  padding: 10px 10px 10px 10px;
  display: table-cell;
  text-align: right;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (orientation: landscape) {
  .top-block {
    width: 100%;
    height: 5%;
    margin: 2px 2px 2px 2px;
    table-layout: fixed;
    background-color: rgb(69, 69, 71);
  }

  .top-block>thead {
    visibility: hidden;
  }

  .top-header-row {
    background-color: rgb(69, 69, 71);
    color: white;
    font-size: 12pt;
  }

  .top-header-cell {
    padding: 10px 10px 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .top-header-cell-left {
    padding: 10px 10px 10px 10px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .top-header-cell-center {
    padding: 10px 10px 10px 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .top-header-cell-right {
    padding: 10px 10px 10px 10px;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .top-header-cell-left-descr {
    color: white;
    font-size: 12pt;
  }
}

@media screen and (orientation: portrait) {
  .top-block {
    width: 100%;
    height: 5%;
    margin: 2px 2px 2px 2px;
    background-color: rgb(69, 69, 71);
  }

  .top-block>thead {
    visibility: hidden;
  }

  .top-header-row {
    background-color: rgb(69, 69, 71);
    color: white;
    font-size: 12pt;
  }

  .top-header-cell {
    padding: 10px 5px 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .top-header-cell-left {
    padding: 10px 0px 10px 0px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .top-header-cell-center {
    padding: 10px 5px 10px 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .top-header-cell-right {
    padding: 10px 10px 10px 5px;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .top-header-cell-left-descr {
    color: white;
    font-size: 9pt;
  }
}

/*
@media screen and (orientation: landscape) {
.content-header {
    padding: 10px 10px 10px 10px;
    display: table-cell;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .content-header-savepdf {
    padding: 10px 10px 10px 10px;
    display: table-cell;
    text-align: right;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
*/

/* Smartphone / Tables portrait */
/*
@media screen and (orientation: portrait) {
  .content-header {
    padding: 5px 10px 5px 10px;
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .content-header-savepdf {
    padding: 5px 10px 5px 10px;
    display: table-cell;
    text-align: right;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
*/

.content-header-savepdf:hover {
  cursor: pointer
}

.content-data-container {
  width: 100%;
  height: calc(100% - 50px);
}

.content-data-container-reportpreview {
  overflow: auto;
  width: 100%;
  height: 100%;
}

.content-data {
  width: 100%;
  height: calc(100% - 80px);
  /* display: table-cell; */
  background-color: black;
}

.data {
  width: 100%;
  height: 100%;
  border: 1px;
  z-index: 1;
}

.content-data-android {
  /* display:block; */
  width: 100%;
  height: calc(100% - 100px);
  overflow: auto;
  /*
  max-width: 100%;
  width: 100%;
  height: calc(100% - 100px);
  height: auto;
  object-fit: fill;
  */
}

.data-android {
  /* border:1px solid red; */
}

.content-data-ios {
  width: 100%;
  height: calc(100% - 80px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.data-ios {
  width: 100%;
  height: 100%;
}

.content-data-reportpreview {
  width: 100%;
  height: calc(100% - 80px);
  overflow: auto;
}

.data-reportpreview {
  visibility: visible;
}


/* ==========================================================================
   PERSONAL AREA
   ========================================================================== */

.pa-container {
  margin: 2px;
  display: block;
  position: fixed;
  float: left;
}

/*
@media screen and (orientation: landscape) {

    .pa-container {
        margin: 2px;
        display:block;position: fixed;
        float: left;
    }
}
*/

/* Smartphone / Tables portrait */
/*
@media screen and (orientation: portrait) {
  .pa-container {
    margin-top: 0px;
    display:block;position: fixed;
    float: left;
  }
}
*/

.pa-nav {
  /* width: 100%; */
  height: 100%;
  color: white;
  display: table;
  border-spacing: 0px;
}

.pa-title {
  display: table;
}

.pa-data {
  color: white;
  display: table;
  width: 100%;
  border-spacing: 0px 5px;
}

.pa-nav-row2 {
  background-color: rgb(74, 74, 76);
  display: table-row;
}

.pa-nav-icon {
  background-color: rgb(26, 153, 206);
  display: table-cell;
  vertical-align: middle;
}

.pa-nav-icon-margin {
  margin: 0px 35px 0px 35px;
}

.pa-nav-title {
  padding: 10px 60px 10px 0px;
  color: white;
  background-color: rgb(26, 153, 206);
  display: table-cell;
  width: 100%;
  font-size: 16pt;
  font-weight: bold;
  line-height: 90%;
}

.pa-nav-title2 {
  font-size: 12pt;
  font-weight: normal;
}

.pa-nav-table {
  color: white;
  display: table;
  border-spacing: 0px;
  width: 100%;
}

.pa-nav-table-row {
  display: table-row;
  width: 100%;
}

.pa-nav-data {
  padding: 10px 30px 5px 0px;
  color: white;
  display: table-cell;
  width: 100%;
  white-space: nowrap;
  font-size: 12pt;
  /* background-color: yellow;  TEST*/
}

.pa-nav-data-icon {
  display: table-cell;
  vertical-align: middle;
}

.pa-nav-data-icon-margin {
  margin: 0px 35px 0px 35px;
}

.pa-nav-data:hover {
  color: rgb(95, 127, 151);
  cursor: pointer
}

.pa-nav-data-title2 {
  font-size: 10pt;
  line-height: 1, 5;
}

.pa-nav-expiretimeline {
  margin: 5px 0px;
  height: 5px;
  background-color: rgb(26, 153, 206);
  overflow: hidden;
  display: inline-block;
}

.pa-nav-expiretimeline2 {
  margin: 5px 0px;
  height: 5px;
  background-color: rgb(153, 153, 154);
  overflow: hidden;
  display: inline-block;
}


/* ==========================================================================
 *    MENU DIALOG
 *       ========================================================================== */
@media screen and (orientation: landscape) {
  #menuBox {
    background-color: rgb(69, 69, 71);
    position: absolute;
    border: 1px solid rgba(33, 33, 33, 0.6);

    -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
  }

  #menuButtons {
    position: relative;
    padding: 10px 20px 10px 20px;
  }

  #menuButtons .table {
    text-align: right;
  }

  #menuButtons .button {
    display: inline-block;
    position: relative;
    font-size: 16pt;
    text-decoration: none;
    z-index: 100000;
  }

  #menuButtons .button:hover {
    cursor: pointer;
  }
}

@media screen and (orientation: portrait) {
  #menuBox {
    background-color: rgb(69, 69, 71);
    position: absolute;
    border: 1px solid rgba(33, 33, 33, 0.6);

    -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
  }

  #menuButtons {
    position: relative;
    padding: 10px 20px 10px 20px;
  }

  #menuButtons .button {
    display: inline-block;
    position: relative;
    font-size: 16pt;
    text-decoration: none;
    z-index: 100000;
  }

  #menuButtons .button:hover {
    cursor: pointer;
  }
}


/* ==========================================================================
   CONFIRM DIALOG
   ========================================================================== */

#confirmOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: -ms-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x rgba(11, 11, 11, 0.2);
  background: -moz-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x rgba(11, 11, 11, 0.2);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11, 11, 11, 0.1)), to(rgba(11, 11, 11, 0.6))) repeat-x rgba(11, 11, 11, 0.2);
  z-index: 100000;
}

@media screen and (orientation: landscape) {
  #confirmBox {
    /*background-color: rgb(69,69,71);   */
    background-color: black;
    width: 460px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -130px 0 0 -230px;
    border: 1px solid rgba(33, 33, 33, 0.6);

    -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
  }

  #confirmTitle {
    text-align: left;
    font-size: 16pt;
    padding: 20px 20px;
    color: white;
    display: block;
  }

  #confirmImage {
    margin-right: 10px;
  }

  #confirmMessage {
    text-align: left;
    font-size: 11pt;
    padding: 5px 20px;
    margin-left: 45px;
    color: white;
    display: block;
  }

  #confirmInputs {
    text-align: left;
    display: block;
    padding: 0px 20px;
    margin-left: 45px;
  }
}

@media screen and (orientation: portrait) {
  #confirmBox {
    /*background-color: rgb(69,69,71);   */
    background-color: black;
    width: 95%;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid rgba(33, 33, 33, 0.6);

    -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  #confirmTitle {
    text-align: left;
    font-size: 14pt;
    padding: 20px 5px;
    color: white;
    display: block;
  }

  #confirmImage {
    margin-right: 5px;
  }

  #confirmMessage {
    text-align: left;
    font-size: 10pt;
    padding: 5px 10px;
    margin-left: 10px;
    color: white;
    display: block;
  }

  #confirmInputs {
    text-align: left;
    display: block;
    padding: 0px 10px;
    margin-left: 10px;
  }
}

.confirmPassword {
  visibility: visible;
}

.confirmPassword.error {
  border: 1px solid #f00;
  background-color: red;
}

.confirmError {
  text-align: left;
  display: none;
  color: red;
  font-size: 11pt;
  padding: 0px 20px;
  margin-left: 45px;
}

.confirmError.error {
  display: block;
}

/*question mark*/
.help {
  /*display:inline;*/
  display: none;
}

.help_div {
  opacity: 0;
  position: absolute;
  width: 30%;
  z-index: -1;
  border: 1px solid #000000;
}

.help:hover+.help_div {
  opacity: 1;
  z-index: 1;
}

@media screen and (orientation: landscape) {
  #confirmButtons {
    padding: 20px 0 20px 20px;
    text-align: center;
    /*margin-left: 45px;
    text-align: left;
    display:block;
    */
  }

  #confirmBox .button {
    display: inline-block;
    /* background:url('buttons.png') no-repeat; */
    /* color:white; */
    position: relative;
    height: 33px;

    /* font:17px/33px 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif; */
    font-size: 16pt;

    margin-right: 15px;
    /* padding: 0 35px 0 40px; */
    text-decoration: none;
    border: none;
    color: gray;
  }

  #confirmBox .button_cancel {
    display: inline-block;
    position: relative;
    height: 33px;
    font-size: 16pt;
    margin-right: 30px;
    text-decoration: none;
    border: none;
    color: gray;
  }
}

@media screen and (orientation: portrait) {
  #confirmButtons {
    padding: 10px 0 10px 10px;
    text-align: center;
    /*margin-left: 45px;
    text-align: left;
    display:block;
    */
  }

  #confirmBox .button {
    display: inline-block;
    /* background:url('buttons.png') no-repeat; */
    /* color:white; */
    position: relative;
    height: 33px;

    /* font:17px/33px 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif; */
    font-size: 14pt;

    margin-right: 10px;
    /* padding: 0 35px 0 40px; */
    text-decoration: none;
    border: none;
    color: gray;
  }

  #confirmBox .button_cancel {
    display: inline-block;
    position: relative;
    height: 33px;
    font-size: 14pt;
    margin-right: 10px;
    text-decoration: none;
    border: none;
    color: gray;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screen readers and browsers: h5bp.com/u
 */

.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `content editable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  height: 100%;

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
  	display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
