﻿@font-face {
  font-family: BrixSans;
  font-weight: normal;
  font-style: normal;
  src: url("font/EON_BrixSans-Regular.otf") format("opentype");
}
@font-face {
  font-family: BrixSans;
  font-weight: normal;
  font-style: italic;
  src: url("font/EON_BrixSans-RegularItalic.otf") format("opentype");
}
@font-face {
  font-family: BrixSans;
  font-weight: bold;
  font-style: normal;
  src: url("font/EON_BrixSans-Bold.otf") format("opentype");
}
@font-face {
  font-family: BrixSans;
  font-weight: bold;
  font-style: italic;
  src: url("font/EON_BrixSans-BoldItalic.otf") format("opentype");
}

* {
  font-family: "BrixSans", BrixSans, sans-serif;
}

.page_frame {
  background: rgba(0, 0, 0, 0);
}

.page_frame h1 {
  color: #555;
  font-size: 22px;
}

.page_frame h2 {
  color: #555;
  margin-top: 30px;
  font-size: 18px;
}

.page_frame p {
  color: #555;
}

.selected p {
  font-weight: bold !important;
}

.login-page {
  width: 550px;
  padding: 10% 0 0;
  margin: auto;
}

.form {
  position: relative;
  z-index: 1;
  background: #ffffff;
  padding: 45px;
  text-align: center;
  background: #fff;

  /*
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  
    background: #f6f6f7;
    background: -webkit-linear-gradient(left, #04a2b2 0%, #04a2b2 5%, #f6f6f7 5%, #f6f6f7 95%, #e3e000 95%, #e3e000 100%);
    background: -moz-linear-gradient(left,  #04a2b2 0%, #04a2b2 5%, #f6f6f7 5%, #f6f6f7 95%, #e3e000 95%, #e3e000 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #04a2b2), color-stop(5%, #04a2b2), color-stop(5%, #f6f6f7), color-stop(95%, #f6f6f7), color-stop(95%, #e3e000), color-stop(100%, #e3e000));
    background: -webkit-linear-gradient(left, #04a2b2 0%, #04a2b2 5%, #f6f6f7 5%, #f6f6f7 95%, #e3e000 95%, #e3e000 100%);
    background: -o-linear-gradient(left, #04a2b2 0%, #04a2b2 5%, #f6f6f7 5%, #f6f6f7 95%, #e3e000 95%, #e3e000 100%);
    background: -ms-linear-gradient(left, #04a2b2 0%, #04a2b2 5%, #f6f6f7 5%, #f6f6f7 95%, #e3e000 95%, #e3e000 100%);
    background: linear-gradient(to right, #04a2b2 0%, #04a2b2 5%, #f6f6f7 5%, #f6f6f7 95%, #e3e000 95%, #e3e000 100%);
    */
}

.topline {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 5px;
  background-image: url(../images/fejleccsik.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 11;
}

.login_topline_container {
  width: 100%;
  height: 50px;
  background-color: #1ea2b1;
  top: 0;
  left: 0;
  position: fixed;
}

.login_topline {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  max-width: 1500px;
  height: 50px;
  background-image: url(../images/eon_login_topline.png);
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
}

.login_bottomline {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 89px;
  background-image: url(../images/eon_login_bottomline.png);
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
}

.copyright {
  position: absolute;
  bottom: 27px;
  left: 58px;
  font-size: 12px;
}

.login_info_link {
  position: absolute;
  bottom: 39px;
  left: 230px;
  font-size: 12px;
  text-decoration: none;
  z-index: 100;
}

.login_left_box {
  left: 0px;
  position: absolute;
  margin: 20px;
  width: 250px;
  height: 350px;
}

.login_right_box {
  left: 270px;
  position: absolute;
  margin: 20px;
  width: 250px;
  height: 350px;
}

#loginUsernameTextBox,
#loginPasswordTextBox {
  padding-left: 5px;
}

.login_box * {
  display: inline-block;
}

.login_title {
  font-weight: bold;
  display: inline-block;
  float: left;
  font-size: 24px;
  padding-left: 5px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 0.7em;
}

.login_left {
  margin-top: 16px;
  margin-right: 60px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #b00402;
  font-size: 46px;
  font-weight: bold;
  text-align: right;
}

.login_message {
  display: inline-block;
  text-align: left;
}

.login_link {
  display: inline-block;
  text-align: left;
  cursor: pointer;
  color: #f21c0a;
  float: left;
}

.sub {
  margin-left: 30px;
  min-width: 300px;
}

.form img {
  width: 220px;
  margin: 0px 0px 30px 0px;
}

.form input {
  outline: 0;
  background: #fff;
  width: 250px;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  border-bottom: 1px solid #000;
  float: right;
}

.form input[type="submit"] {
  /* text-transform: uppercase; */
  outline: 0;
  background: #b00402;
  width: auto;
  border: 0;
  padding: 15px 35px;
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  border-radius: 15px;
  font-weight: bold;
  float: left;
}

input[type="number"] {
  text-align: right;
}

.form input[type="submit"]:hover,
.form input[type="submit"]:active,
.form input[type="submit"]:focus {
  background: #f21c0a;
}

/*.window_change_password a.button,
.window_password_reminder a.button {
    outline: 0;
    background: #b00402;
    width: auto;
    border: 0;
    padding: 10px 20px 6px 20px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    border-radius: 10px;
    font-weight: bold;
}
    
.window_change_password a.button:hover,
.window_change_password a.button:active,
.window_change_password a.button:focus,
.window_password_reminder a.button:hover,
.window_password_reminder a.button:active,
.window_password_reminder a.button:focus {
    background: #F21C0A;
}

*/

.form .message {
  margin: 15px 0 20px 0;
  color: #b3b3b3;
  font-size: 12px;
  width: 100%;
}
.form .info {
  margin: 15px 0 0 0;
  color: #808080;
  font-size: 12px;
  text-align: justify;
  margin: 0px 0px 20px 0px;
}
.form .message a {
  color: #f21c0a;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before,
.container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #f21c0a;
}
body {
  /*
  background: #F21C0A;
  background: -webkit-linear-gradient(left, #F21C0A, #005a65);
  background: -moz-linear-gradient(left, #F21C0A, #005a65);
  background: -o-linear-gradient(left, #F21C0A, #005a65);
  background: linear-gradient(to right, #F21C0A, #005a65);
  */
  /*
  background: #F21C0A;
  background: -webkit-linear-gradient(left, #F21C0A, #8DC26F);
  background: -moz-linear-gradient(left, #F21C0A, #8DC26F);
  background: -o-linear-gradient(left, #F21C0A, #8DC26F);
  background: linear-gradient(to right, #F21C0A, #8DC26F);
  */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 500px;
}

.menu_bar {
  overflow: auto;
  z-index: 100;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 240px;
  margin: 0px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add a box shadow for a fancy margin effect */
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  /*
    background: #F21C0A;
    background: -webkit-linear-gradient(left, #04a2b2 0%, #04a2b2 10px, #F21C0A 10px, #F21C0A 100%);
    background: -moz-linear-gradient(left, #04a2b2 0%, #04a2b2 10px, #F21C0A 10px, #F21C0A 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #04a2b2), color-stop(10px, #F21C0A), color-stop(10px, #F21C0A), color-stop(100%, #F21C0A));
    background: -webkit-linear-gradient(left, #04a2b2 0%, #04a2b2 10px, #F21C0A 10px, #F21C0A 100%);
    background: -o-linear-gradient(left, #04a2b2 0%, #04a2b2 10px, #F21C0A 10px, #F21C0A 100%);
    background: -ms-linear-gradient(left, #04a2b2 0%, #04a2b2 10px, #F21C0A 10px, #F21C0A 100%);
    background: linear-gradient(to right, #04a2b2 0%, #04a2b2 10px, #F21C0A 10px, #F21C0A 100%);

    -webkit-box-shadow: 2px 0px 20px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 2px 0px 20px 0px rgba(0,0,0,0.50);
    box-shadow: 2px 0px 20px 0px rgba(0,0,0,0.50);
    */

  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.page_iframe_container {
  position: fixed;
  top: 5px;
  bottom: 0px;
  left: 250px;
  right: 0px;
  background: rgba(0, 0, 0, 0);
}

.page_iframe {
  height: 100%;
  border: none;
  width: 98%;
  margin-left: 2%;
}

.page_body {
  width: 98%;
  background: rgba(0, 0, 0, 0);
}

ul.topnav {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
  /*background: #F21C0A;*/
  background: rgba(0, 0, 0, 0);
}

ul.topnav li {
  float: left;
  width: 100%;
}

ul.topnav li a {
  display: inline-block;
  color: #000;
  text-align: left;
  padding: 0px 10px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 16px;
  width: 100%;
}

ul.topnav li a:hover {
  background-color: #e8e8e8;
  /*background-color:  rgba(0,0,0,0.2);*/
  padding-left: 20px;
}

ul.topnav li a p {
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
  margin: 0px 0px 14px 10px;
}

ul.topnav li a img {
  width: 32px;
  margin: 8px 0px -2px 0px;
}

ul.subnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
  max-height: 0px;
  transition: max-height 0.5s ease-in-out;
}

ul.subnav li a {
  display: inline-block;
  color: #000;
  text-align: left;
  padding: 10px 0px 6px 52px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
  width: 75%;
}

ul.subnav li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  padding-left: 62px;
}

ul.subnav li a p {
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
  margin: 0px 0px 14px 10px;
}

ul.subnav li a img {
  width: 24px;
  margin: 10px 0px 0px 40px;
}

ul.show {
  max-height: 1000px;
}

.menu_box_logo {
  background: #fff;
  margin-top: 5px;
  /*
    background: -webkit-linear-gradient(left, #e3e000 0%, #e3e000 10px, #fff 10px, #fff 100%);
    background: -moz-linear-gradient(left, #e3e000 0%, #e3e000 10px, #fff 10px, #fff 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #e3e000), color-stop(10px, #e3e000), color-stop(10px, #fff), color-stop(100%, #fff));
    background: -webkit-linear-gradient(left, #e3e000 0%, #e3e000 10px, #fff 10px, #fff 100%);
    background: -o-linear-gradient(left, #e3e000 0%, #e3e000 10px, #fff 10px, #fff 100%);
    background: -ms-linear-gradient(left, #e3e000 0%, #e3e000 10px, #fff 10px, #fff 100%);
    background: linear-gradient(to right, #e3e000 0%, #e3e000 10px, #fff 10px, #fff 100%);
    */
}

.menu_box_logo img {
  width: 180px;
  margin: 10px 15px 10px 27px;
}

.menu_box_top {
  width: 100%;
  margin: 0px 0px 10px 0px;
  background: #fff;
  overflow: hidden;
  /*
    background: -webkit-linear-gradient(left, #e3e000 0%, #e3e000 10px, #fff 10px, #fff 100%);
    */
}

.welcome_text {
  font-size: 15px;
  margin: 0px;
  max-width: 200px;
  padding: 8px 0px 0px 15px;
}

.menu_box_button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0px 0px 10px 12px;
  width: 90px;
  height: 28px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ddd;
  background: rgba(0, 0, 0, 0);
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.25s linear;
}

.menu_box_button p {
  text-align: left;
  margin: 8px 0px 0px 2px;
  color: #666;
  font-weight: bold;
}

.menu_box_button img {
  float: left;
  margin: 2px 8px 0px 5px;
  width: 24px;
}

.menu_box_button:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* .slideTwo */
.slideTwo {
  float: right;
  width: 50px;
  height: 20px;
  margin: 10px 0px;
  position: relative;
  border-radius: 50px;
  box-shadow:
    inset 0px 1px 1px rgba(0, 0, 0, 0.5),
    0px 1px 0px rgba(255, 255, 255, 0.2);
}
.slideTwo:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 10px;
  height: 2px;
  width: 32px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  box-shadow:
    inset 0px 1px 1px rgba(0, 0, 0, 0.5),
    0px 1px 0px rgba(255, 255, 255, 0.2);
}
.slideTwo label {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 2px;
  z-index: 1;
  left: 4px;
  background: #fcfff4;
  border-radius: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  background: -webkit-linear-gradient(
    top,
    #fcfff4 0%,
    #dfe5d7 40%,
    #b3bead 100%
  );
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
}
.slideTwo label:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 4px;
  left: 4px;
  background: #dd0000;
  border-radius: 50px;
  box-shadow:
    inset 0px 1px 1px black,
    0px 1px 0px rgba(255, 255, 255, 0.9);
}
.slideTwo input[type="checkbox"] {
  visibility: hidden;
}
.slideTwo input[type="checkbox"]:checked + label {
  left: 30px;
}
.slideTwo input[type="checkbox"]:checked + label:after {
  background: #27ae60;
  /*activeColor*/
}

/* end .slideTwo */

.education_item {
  padding: 10px 20px 0px 10px;
  margin: 5px 10px 20px 10px;
  border-width: 1px;
  border-color: #c0c0c0;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.map_item {
  margin: 5px 10px 20px 10px;
  border-width: 1px;
  border-color: #c0c0c0;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.education_item * {
  display: inline-block;
  vertical-align: top;
}

.education_item img {
  width: 30px;
  margin: 2px 0px 0px 5px;
}

.education_item a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.84);
  margin: 10px 30px 8px 5px;
}

.education_item p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.84);
  margin: 12px 10px 8px 5px;
}

.education_description p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.84);
  margin: 0px 0px 30px 10px;
  line-height: 1.5em;
  text-align: justify;
}

.page_datagrid_name_label {
  width: 250px;
}
.page_datagrid_value_label {
  font-weight: bold;
  margin: 0px;
}

.page_datagrid table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

.page_datagrid {
  font:
    normal 12px/150% Arial,
    Helvetica,
    sans-serif;
  background: #fff;
  overflow: hidden;
  border: 0px solid #f21c0a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 15px 0px 10px 0px;
}

.page_datagrid table td,
.page_datagrid table th {
  padding: 3px 10px;
}

.page_datagrid table thead th {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #f21c0a),
    color-stop(1, #f21c0a)
  );
  background: -moz-linear-gradient(center top, #f21c0a 5%, #f21c0a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F21C0A', endColorstr='#F21C0A');
  background-color: #f21c0a;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  border-left: 0px solid #0070a8;
}

.page_datagrid table input {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e3e4e4;
  border-radius: 1px;
  display: block;
  transition:
    border-color 0.15s ease-in-out 0s,
    box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  font-size: 12px;
  margin-bottom: 3px;
  padding: 2px;
}

.page_datagrid table thead th:first-child {
  border: none;
}

.page_datagrid table tbody td {
  color: #000;
  border-left: 0px solid #e7c0bf;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
}

.page_datagrid table tbody .alt td {
  background: #e7c0bf;
  color: #000;
}

.page_datagrid table tbody td:first-child {
  border-left: none;
}

.page_datagrid table tbody tr:last-child td {
  border-bottom: none;
}

.page_datagrid table tfoot td div {
  border-top: 0px solid #f21c0a;
  background: #e7c0bf;
}

.page_datagrid table tfoot td {
  padding: 0;
  font-size: 12px;
}

.page_datagrid table tfoot td div {
  padding: 2px;
}

.page_datagrid table tfoot td ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.page_datagrid table tfoot li {
  display: inline;
}

.page_datagrid table tfoot li a {
  text-decoration: none;
  display: inline-block;
  padding: 2px 8px;
  margin: 1px;
  color: #ffffff;
  border: 0px solid #f21c0a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #f21c0a),
    color-stop(1, #f21c0a)
  );
  background: -moz-linear-gradient(center top, #f21c0a 5%, #f21c0a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F21C0A', endColorstr='#F21C0A');
  background-color: #f21c0a;
}

.page_datagrid table tfoot ul.active,
.page_datagrid table tfoot ul a:hover {
  text-decoration: none;
  border-color: #f21c0a;
  color: #ffffff;
  background: none;
  background-color: #f21c0a;
}

div.dhtmlx_window_active,
div.dhx_modal_cover_dv {
  position: fixed !important;
}

.display_main_full {
  width: 95%;
  height: 36px;
  margin: 10px 15px 0px 15px;
  border-width: 1px;
  border-color: #c0c0c0;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
}

.head_main_full {
  height: 36px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  background-color: #f21c0a;
  border: 0px solid #c0c0c0;
}

.display_sub_full {
  width: 95%;
  margin: 10px 15px 40px 15px;
  border-width: 0px;
  border-color: #c0c0c0;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
}

.head_sub_full {
  height: 36px;
  font-size: 14px;
  color: #000000;
  border-radius: 0px 0px 0px 0px;
  background-color: #ffffff;
  border: 1px solid #c0c0c0;
}

.head_sub_full.warning {
  background-color: orange;
}

.display_clean_full {
  width: 93%;
  margin: 0px 10px 0px 25px;
}

.display_clean_full p {
  width: 100%;
  font-size: 12px;
  line-height: 1.5em;
  text-align: justify;
}

.warning {
  background-color: rgba(255, 206, 0, 0.28);
  //background-color: #ffc3c3;
}

.ok {
  //background-color: #c4e5c3;
}

.grid * {
  display: inline-block;
}

.heading-primary {
  font-size: 2em;
  padding: 2em;
  text-align: center;
}

.accordion dl,
.accordion-list {
}

/*
.accordion dl:after,
.accordion-list:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
  background-color: #0092a3;
}
*/

.accordion dd,
.accordion__panel {
  font-size: 12px;
  line-height: 1.5em;
}

.accordion p {
  padding: 10px;
}

.accordion {
  position: relative;
  width: 100%;
}

.accordion_container {
  width: 100%;
}

.accordionTitle,
.accordion__Heading {
  background-color: #f21c0a;
  font-weight: 700;
  height: 20px;
  padding: 10px 10px 5px 10px;
  vertical-align: bottom;
  display: block;
  text-decoration: none;
  //color: #fff;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  //border-bottom: 1px solid #0092a3;

  text-indent: 0px;
  //font-size: 12px;

  font-size: 14px;
  color: #555;
  border-radius: 0px 0px 0px 0px;
  background-color: #ffffff;
  border: 1px solid #c0c0c0;
}
.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 1.5em;
  line-height: 0.5em;
  margin: 3px 15px 5px 5px;
  float: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.accordionTitle:hover,
.accordion__Heading:hover {
  //background-color: #0092a3;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  //background-color: #0092a3;
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: auto;
  max-height: 50em;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  margin: 0px 0px 0px 0px;
  text-align: justify;
}
.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
  animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
  animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    overflow: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  99% {
    overflow: hidden;
  }
  100% {
    overflow: auto;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    overflow: hidden;
    opacity: 0;
  }
  99% {
    overflow: hidden;
  }
  100% {
    overflow: hidden;
    opacity: 1;
  }
}
@-webkit-keyframes accordionOut {
  0% {
    overflow: hidden;
    opacity: 1;
  }
  99% {
    overflow: hidden;
  }
  100% {
    overflow: hidden;
    opacity: 0;
  }
}
@keyframes accordionOut {
  0% {
    overflow: hidden;
    opacity: 1;
  }
  99% {
    overflow: hidden;
  }
  100% {
    overflow: hidden;
    opacity: 0;
  }
}

.page_link {
  float: right;
  vertical-align: bottom;
  margin: 1em 0px 0px 0px;
}

.backgrounded {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

.overview_item {
  margin: 15px 50px 20px 0px;
  padding: 10px 10px 25px 20px;
  background: #f6f6f7;
  max-width: 500px;
  /*
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.3);
    */
}

.overview_name {
  width: 300px;
  margin: 10px 0px 20px 5px;
  font-weight: bold;
}

.overview_description {
  margin: 0px 0px 0px 10px;
  width: 280px;
  height: 160px;
  overflow: auto;
  display: inline-block;
}

.overview_image {
  margin: 0px 0px 10px 0px;
  width: 200px;
  display: inline-block;
}

.menu_box_padding {
  height: 0px;
  background: #ffffff;
}

.hamburger {
  display: none;
  position: fixed;
  z-index: 200;
  top: 3px;
  left: 3px;
  padding: 5px;
  width: 35px;
  height: 35px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.hamburger hr {
  color: rgba(0, 0, 0, 0.5);
  height: 4px;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
}

.burger-menu {
  display: none;
}

.menu_icon:checked ~ .menu_bar {
  left: 0px;
  position: absolute;
}

.menu_icon:checked ~ .hamburger {
  position: absolute;
}

@media (max-width: 530px) {
  .login_left_box {
    display: none;
  }

  .login_right_box {
    top: 0px;
    left: 10%;
  }

  .form {
    top: 100px;
  }
}

@media (max-width: 800px) {
  .menu_bar {
    left: -250px;
    min-height: 500px;
  }

  .page_iframe_container {
    left: 30px;
  }

  .hamburger {
    display: block;
  }

  .menu_box_padding {
    height: 50px;
  }

  .display_main_full {
    width: 90%;
    margin: 10px 5px 10px 15px;
  }

  .display_sub_full {
    width: 90%;
    margin: 10px 5px 10px 15px;
  }

  .display_clean_full {
    width: 88%;
    margin: 0px 10px 0px 20px;
  }

  .overview_item {
    margin: 15px 10px 20px 0px;
    width: 85%;
    height: 300px;
  }

  .overview_name {
    width: 50%;
  }

  .overview_description {
    width: 95%;
    margin: 0px;
  }

  .overview_image {
    width: 95%;
    max-width: 250px;
  }

  .education_item a {
    margin: 10px 5px 8px 5px;
  }
}

.menu_icon {
  display: none;
}

.place_resources {
  text-align: center;
  width: 50px !important;
  margin: 10px 10px !important;
  font-weight: bold;
}

.download_item {
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px 0px 10px;
  margin: 5px 10px 20px 10px;
  width: 270px;
  min-height: 130px;
  /*max-height: 100px;*/
  border-width: 1px;
  border-color: #c0c0c0;
  border-radius: 0px;

  background: #f6f6f7;

  /*
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.3);
    */
  -webkit-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.download_item:hover {
  background-color: rgba(3, 174, 194, 0.25);
  -webkit-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.download_item * {
  display: inline-block;
  vertical-align: top;
}

.download_item .button {
  z-index: 100;
  margin: 5px 0px 0px 0px;
}

.download_item.document .download_description {
  display: block;
}

.download_item img {
  width: 30px;
  margin: 2px 0px 0px 5px;
}

.download_item a {
  max-width: 145px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.84);
  margin: 10px 10px 18px 5px;
}

.download_item p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.84);
  margin: 12px 0px 8px 5px;
}

.download_item p.status_text {
  font-weight: bold;
  font-size: 18px;
  margin-top: 7px;
  float: right;
}

.download_description {
  height: auto;
}

.download_description p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.84);
  margin: 0px 0px 30px 10px;
  line-height: 1.5em;
  text-align: justify;
  min-width: 250px;
}

.red {
  background-color: #ffcbbc;
}

.green {
  background-color: #adffaa;
}

select {
  padding: 5px;
  margin: 8px 5px 5px 15px;
}

#drop-zone {
  width: 97%;
  margin: 10px 10px 30px 10px;
  height: 130px;
  display: block;
  border: 2px dashed rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  text-align: center;
  position: relative;
  /*line-height: 180px;*/
  font-size: 20px;
  color: rgba(0, 0, 0, 0.3);
  padding-top: 80px;
}

#drop-zone input {
  position: absolute;
  cursor: pointer;
  left: 0px;
  top: 0px;
  opacity: 0;
}

#drop-zone.mouse-over {
  border: 2px dashed rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
}

#clickHere {
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: 20px;
  padding: 5px 10px 5px 10px;
  line-height: 26px;
  color: white;
  font-size: 12px;
  width: 100px;
  height: 26px;
  border-radius: 4px;
  background-color: #f21c0a;
  display: none;
}

#clickHere:hover {
  background-color: #009caf;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-white {
  color: inherit;
  background: white;
  border: 1px solid #e7eaec;
}

.active {
  background: #e0e0e0;
  font-weight: bold;
}

.arrow-up {
  display: inline-block;
  margin: 6px 5px 5px 5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid white;
}

.arrow-down {
  display: inline-block;
  margin: 7px 5px 5px 5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
}

.arrow-right {
  display: inline-block;
  margin: 4px 5px 5px 5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid white;
}

.arrow-left {
  display: inline-block;
  margin: 4px 5px 5px 5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid white;
}

.sortable {
  cursor: pointer;
}

.data_input_row {
  width: 100%;
}

.data_input_row_sub {
  margin-left: 30px;
}

.data_input_row * {
  display: inline-block;
}

.data_input_row p {
  width: 150px;
  margin: 10px 30px 10px 10px;
}

.data_input_row input,
.data_input_row select {
  border: 1px solid #ddd;
  width: 400px;
  margin: 4px 0px 10px 10px;
  border-radius: 0px;
  padding: 5px;

  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-flex;
}

.data_input_row input[type="radio"],
.data_input_row input[type="checkbox"] {
  width: 20px;
  margin: 10px 0px 10px 10px;
}

input:-moz-read-only {
  background-color: rgba(0, 0, 0, 0.05);
}

input:read-only,
select:read-only {
  background-color: rgba(0, 0, 0, 0.05);
}

input[readonly],
select[readonly] {
  background-color: rgba(0, 0, 0, 0.05);
}

.data_input_row p.radio_label {
  width: 70%;
}

p.unit {
  width: auto !important;
}

select.unit {
  max-width: 70px;
}

div.data_value_unit {
  width: 250px;
}

.data_input_row p.question {
  width: auto;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 530px) {
  .dashboard {
    width: 85%;
  }

  .data_input_row {
    max-width: 90%;
  }

  .data_input_row p {
    width: 100%;
    margin: 10px 0px 10px 10px;
  }

  .data_input_row input,
  .data_input_row select {
    width: 90%;
  }

  .data_input_row textarea {
    width: 92%;
  }
}
/* -----------------------------------------------
 * Timeline
 * --------------------------------------------- */
.timeline {
  list-style: none;
  padding: 10px 0;
  /*position: relative;*/
  font-weight: 300;
  margin: 0px 10px;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background: #ccc;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: calc(100% - 25px);
  width: -moz-calc(100% - 25px);
  width: -webkit-calc(100% - 25px);
  float: left;
  border: 1px solid #dcdcdc;
  background: #ffffff;
  position: relative;

  /*
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.3);
    */
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #dcdcdc;
  border-right: 0 solid #dcdcdc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #ffffff;
  border-right: 0 solid #ffffff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #000;
  width: 10px;
  height: 10px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 37px;
  right: -6px;
  z-index: 2;
}
.timeline > li > .timeline-badge a {
  background-color: #555;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge > a {
  color: #555 !important;
}
.timeline-badge a:hover {
  color: #dcdcdc !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-heading h4 {
  font-weight: 400;
  padding: 0 15px;
  color: #f21c0a;
}
.timeline-body > p,
.timeline-body > ul {
  padding: 0px 15px 10px 15px;
  margin-bottom: 0;
}
.timeline-body a {
  padding: 0px 15px 10px 15px;
  margin-bottom: 0;
  text-decoration: none;
}
.timeline-footer {
  padding: 1px 15px 10px 15px;
  background-color: #efefef;
}
.timeline-footer p {
  margin-bottom: 0;
}
.timeline-footer > a {
  cursor: pointer;
  text-decoration: none;
}
.timeline > li.timeline-inverted {
  float: right;
  clear: right;
}
.timeline > li:nth-child(2) {
  margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge {
  left: -4px;
}
.no-float {
  float: none !important;
}
@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li {
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    float: left;
    clear: left;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: -webkit-calc(100% - 65px);
  }
  ul.timeline > li > .timeline-badge {
    left: 36px;
    margin-left: 0;
    top: 38px;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  .timeline > li.timeline-inverted {
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-badge {
    left: 36px;
  }
}

/* -----------------------------------------------
 * Horizontal timeline
 * --------------------------------------------- */

.horizontal-timeline {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  padding: 0px;
  overflow: auto;
}

.horizontal-timeline-li {
  transition: all 200ms ease-in;
  display: inline-table;
}

.horizontal-timeline-timestamp {
  margin-bottom: 20px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
}

.horizontal-timeline-status {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #d6dce0;
  position: relative;
  transition: all 200ms ease-in;
}
.horizontal-timeline-status h4 {
  font-weight: 600;
}
.horizontal-timeline-author,
.horizontal-timeline-status h4,
.horizontal-timeline-date {
  min-height: 30px;
}

.horizontal-timeline-status:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 42%;
  transition: all 200ms ease-in;
}

.horizontal-timeline-li.complete .horizontal-timeline-status {
  border-top: 2px solid #f21c0a;
}
.horizontal-timeline-li.complete .horizontal-timeline-status:before {
  background-color: #f21c0a;
  border: none;
  transition: all 200ms ease-in;
}
.horizontal-timeline-li.complete .horizontal-timeline-status h4 {
  color: #f21c0a;
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
  .horizontal-timeline {
    list-style-type: none;
    display: block;
  }

  .horizontal-timeline-li {
    transition: all 200ms ease-in;
    display: flex;
    width: inherit;
  }

  .horizontal-timeline-timestamp {
    width: 100px;
  }

  .horizontal-timeline-status:before {
    left: -8%;
    top: 30%;
    transition: all 200ms ease-in;
  }
}

/* -----------------------------------------------
 * Icons
 * --------------------------------------------- */

.logo-main {
  content: url("../images/EON_Logo.svg.png");
}

.logo-login {
  position: absolute;
  right: 0px;
  bottom: 15px;
  content: url("/images/EON_Logo.svg.png");
  width: 120px;
  float: right;
  margin: 5px 30px;
}

.icon-home {
  content: url("../images/home_framed_black.png");
}

.icon-flag {
  content: url("../images/flag_framed_black.png");
}

.icon-upload {
  content: url("../images/upload_framed_black.png");
}

.icon-chart {
  content: url("../images/chart_framed_black.png");
}

.icon-doc {
  content: url("../images/doc_framed_black.png");
}

.icon-docs {
  content: url("../images/docs_framed_black.png");
}

.icon-bulp {
  content: url("../images/bulp_framed_black.png");
}

.icon-user {
  content: url("../images/user.png");
}

.icon-logout {
  content: url("../images/logout.png");
}

.icon-star {
  content: url("../images/star_framed_black.png");
}

.icon-lock {
  content: url("../images/lock_framed_black.png");
}

.icon-clock {
  content: url("../images/clock_framed_black.png");
}

.icon-bag {
  content: url("../images/bag_framed_black.png");
}

.icon-shapes {
  content: url("../images/shapes_framed_black.png");
}

.icon-down {
  content: url("../images/down_framed_black.png");
}

.icon-calc {
  content: url("../images/calc_framed_black.png");
}

.icon-key {
  content: url("../images/key_framed_black.png");
}

.icon-earth {
  content: url("../images/earth_framed_black.png");
}

/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/*      Edge specific elements                                              */
/****************************************************************************/
@supports (-ms-ime-align: auto) {
  .logo-main {
    background: url("../images/EON_Logo.svg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 65px;
  }

  .logo-login {
    background: url("/images/EON_Logo.svg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 70px;
  }

  .icon-home {
    background: url("../images/home_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-flag {
    background: url("../images/flag_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-upload {
    background: url("../images/upload_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-chart {
    background: url("../images/chart_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-doc {
    background: url("../images/doc_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-docs {
    background: url("../images/docs_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-bulp {
    background: url("../images/bulp_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-user {
    background: url("../images/user.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-logout {
    background: url("../images/logout.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-lock {
    background: url("../images/lock_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-clock {
    background: url("../images/clock_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-bag {
    background: url("../images/bag_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-shapes {
    background: url("../images/shapes_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-down {
    background: url("../images/down_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-calc {
    background: url("../images/calc_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-key {
    background: url("../images/key_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-earth {
    background: url("../images/earth_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }
}
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/*      IE 10+ specific elements                                            */
/****************************************************************************/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .logo-main {
    background: url("../images/EON_Logo.svg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 65px;
  }

  .logo-login {
    background: url("/images/EON_Logo.svg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 70px;
  }

  .icon-home {
    background: url("../images/home_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-flag {
    background: url("../images/flag_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-upload {
    background: url("../images/upload_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-chart {
    background: url("../images/chart_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-doc {
    background: url("../images/doc_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-docs {
    background: url("../images/docs_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-bulp {
    background: url("../images/bulp_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-user {
    background: url("../images/user.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-logout {
    background: url("../images/logout.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-lock {
    background: url("../images/lock_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-clock {
    background: url("../images/clock_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-bag {
    background: url("../images/bag_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-shapes {
    background: url("../images/shapes_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-down {
    background: url("../images/down_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-calc {
    background: url("../images/calc_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-key {
    background: url("../images/key_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-earth {
    background: url("../images/earth_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }
}
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/*      IE 10+ specific elements                                            */
/****************************************************************************/
@-moz-document url-prefix(http), url-prefix(file) {
  .logo-main {
    background: url("../images/EON_Logo.svg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 65px;
  }

  .logo-login {
    background-image: url("/images/EON_Logo.svg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 70px;
  }

  .icon-home {
    background: url("../images/home_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-flag {
    background: url("../images/flag_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-upload {
    background: url("../images/upload_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-chart {
    background: url("../images/chart_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-doc {
    background: url("../images/doc_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-docs {
    background: url("../images/docs_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-bulp {
    background: url("../images/bulp_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-user {
    background: url("../images/user.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-logout {
    background: url("../images/logout.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-lock {
    background: url("../images/lock_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-clock {
    background: url("../images/clock_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-bag {
    background: url("../images/bag_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-shapes {
    background: url("../images/shapes_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-down {
    background: url("../images/down_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-calc {
    background: url("../images/calc_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-key {
    background: url("../images/key_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }

  .icon-earth {
    background: url("../images/earth_framed_black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
  }
}

/****************************************************************************/
/****************************************************************************/
/****************************************************************************/

#window_confirm,
#window_upload {
  background-color: transparent;
}

#window_confirm * {
  z-index: 1000;
}

.page_window_header {
  background-color: #f21c0a;
  width: 100%;
  height: 36px;
  border-radius: 5px 5px 0px 0px;
}

.page_window_header p {
  color: white;
  display: inline-block;
  max-width: 80%;
  margin: 10px 15px 20px 15px;
  font-size: 14px;
  font-weight: bold;
}

textarea {
  resize: vertical;
  width: 405px;
  margin-left: 10px;
}

/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/*      Absolute Center Spinner                                             */
/****************************************************************************/
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow:
    rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0,
    rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0,
    rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0,
    rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow:
    rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0,
    rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0,
    rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0,
    rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/*      Cookie                                                              */
/****************************************************************************/
.window_cookie {
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 150px;
  margin: auto;
  padding: 0;
  bottom: 5px;
  background-color: rgb(255, 255, 255);
}

.window_cookie table,
.window_cookie table tr,
.window_cookie table tr td {
  margin: none;
  padding: none;
}

.window_cookie table {
  height: 150px;
  width: 100%;
}

.square {
  border-radius: 0px 0px 0px 0px !important;
}

#leftToTimeout {
  padding: 0px 15px;
  font-size: 13px;
}

/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/*      loader                                                              */
/****************************************************************************/

.loading_page {
  z-index: 1000;
  background-color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.loading_page_2 {
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.loader_container {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 800px;
}

.loader {
  border: 5px solid #efefef;
  border-top: 5px solid #aaa;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;

  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.window_change_password {
  position: relative;
  width: 500px;
  height: 400px;
  margin: auto;
  padding: 0;
  margin-top: 25vh;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 42px 0px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 5px 5px 42px 0px rgba(0, 0, 0, 0.44);
  box-shadow: 5px 5px 42px 0px rgba(0, 0, 0, 0.44);
}

.window_change_password table,
.window_change_password table tr,
.window_change_password table tr td {
  margin: none;
  padding: none;
}

.window_change_password table {
  height: 400px;
  width: 100%;
}

.window_change_password input,
.window_password_reminder input {
  outline: 0;
  background: #fff;
  width: 250px;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  border-bottom: 1px solid #000;
}

/* --- MFA Konténer --- */
.mfa-container {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  max-width: 500px;
}

/* --- MFA Sorok (Lista elemek) --- */
.mfa-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.mfa-row:last-of-type {
  border-bottom: none;
}

.mfa-content-wrapper {
  display: flex;
  align-items: center;
}

/* --- Ikon és Szöveg --- */
.mfa-icon {
  font-size: 24px;
  margin-right: 15px;
  min-width: 30px;
  text-align: center;
}

.mfa-text strong {
  color: #333;
  font-size: 14px;
  display: block; /* Biztosítja a sortörést a small előtt */
}

.mfa-text small {
  color: #777;
  font-size: 12px;
  line-height: 1.4;
}

/* --- Állapotjelző Panel --- */
.mfa-status-info {
  margin-top: 15px;
  padding: 12px;
  background-color: #f9f9f9;
  border-left: 4px solid #ddd;
  font-size: 13px;
  color: #555;
}

/* --- Akció Gombok (Főgomb és Törlés) --- */
.mfa-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #b00402; /* E.ON alap piros */
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.2s ease;
  text-align: center;
}

.mfa-btn:hover {
  background-color: #f21c0a; /* Világosabb E.ON piros */
}

.delete-btn-link {
  color: #b00402;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.2s ease;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.delete-btn-link:hover {
  color: #f21c0a;
  text-decoration: underline;
}

/* A konkrét gomb stílusának kényszerítése fehér háttérrel és szürke szöveggel */
#MFAStateToggleButton.button {
  background-color: #ffffff !important; /* Szürke helyett fehér háttér */
  color: #555 !important; /* A kért középszürke szövegszín */
  border: 1px solid #bbb; /* Finom keret a láthatóságért */
  border-bottom: 1px dotted black !important;
  -webkit-appearance: none; /* Böngészőstílusok tiltása */
  box-shadow: none; /* Árnyékok eltávolítása */
}

/* Hover állapot a reszponzivitás miatt */
#MFAStateToggleButton.button:hover {
  background: #eee;
  color: #555;
  text-decoration: none;
  z-index: 10;
}
/* A kör konténere */
.mfa-check-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #007b3d; /* E.ON zöld vagy standard siker-zöld */
  border-radius: 50%;
  position: relative;
  margin-right: 12px;
  flex-shrink: 0;
}

/* A pipa megrajzolása CSS-sel (vékony vonalakból) */
.mfa-check-circle::after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  margin-bottom: 4px; /* Finomhangolás a középre igazításhoz */
}

/* Az üzenet sávja */
.mfa-status-box {
  display: flex;
  align-items: center;
  background-color: #f3fdf6;
  border: 1px solid #c8e6d1;
  padding: 12px 16px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.button_delete {
    background-color: #ffffff !important; /* Szürke helyett fehér háttér */
    color: #FF0000 !important; /* A kért középszürke szövegszín */
    border: 1px solid #FF0000; /* Finom keret a láthatóságért */
    border-bottom: 1px dotted #FF0000 !important;
    -webkit-appearance: none; /* Böngészőstílusok tiltása */
    box-shadow: none; /* Árnyékok eltávolítása */
    margin-top: 0px !important;
    margin-bottom: 5px !important;
}