/*region .fixed-header */
.fixed-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 190;
  background-color: #fff;
  border-top: 1px solid #ddd;
  max-width: 1448px;
}

.fixed-header:hover,
.fixed-header.comp-choice-shown {
  z-index: 192;
}

.fixed-header .update {
  height: 29px;
  position: fixed;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  margin: 0;
  border: 0;
}

.fixed-header .update a {
  display: inline-block;
  font-weight: normal;
}

.fixed-header .update a span {
  float: left;
  height: 29px;
}

.fixed-header .update a .updateIcon {
  width: 29px;
  background: #e69557 url("/assets/ctx/fbea2931/layout/images/ico-exclamation-white.png") 50% 50% no-repeat;
  background-size: 3px;
  animation: saOpacity 0.3s 7 alternate;
}

.fixed-header .update a .updateMessage {
  background: #e69557;
  color: #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  font-size: 14px;
  line-height: 29px;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 992px) {
  .fixed-header .update a span {
    height: 20px;
  }

  .fixed-header .update a .updateMessage {
    line-height: 20px;
    font-size: 12px;
  }
  .fixed-header .update a .updateIcon {
    background-size: 2px;
  }

  .fixed-header .update {
    width: 450px;
  }
}

@media screen and (max-width: 768px) and (min-height: 576px) {
  .fixed-header {
    position: relative;
  }

  .fixed-header .update {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 20px;
  }

  .fixed-header .update a span {
    height: 20px;
  }

  .fixed-header .update a {
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
  }

  .fixed-header .update a .updateMessage {
    font-size: 10px;
  }
}

@media (max-width: 576px) {
  .fixed-header .update a .updateIcon {
    display: none;
  }

  .fixed-header .update {
    overflow: hidden;
  }
}

@media screen and (max-height: 576px) {
  /* PHONES IN LANDSCAPE */
  .fixed-header {
    position: relative !important;
  }

  .fixed-header .update {
    position: relative !important;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 20px;
  }

  .fixed-header .update a span {
    height: 20px;
  }

  .fixed-header .update a {
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
  }

  .fixed-header .update a .updateMessage {
    font-size: 10px;
  }

  #content {
    padding-top: 10px !important;
  }
}

/*endregion*/

.profileImage {
  display: inline-block;
  height: 72px;
  width: 72px;
  transition: all 0.3s;
}

/*region .langChoose */
.langChoose {
  float: right;
  height: 77px;
  padding-right: 10px;
  margin-top: 12px;
}

.langChooseSmall {
  height: 36px;
  padding-right: 10px;
  float: left;
  display: none;
}

.langChoose a,
.langChooseSmall a {
  display: inline-block;
  height: 14px;
  width: 21px;
  margin: 10px 0 5px 10px;
  transition: background-image 0.2s ease-in-out;
}

@media screen and (max-width: 768px) {
  .langChoose {
    display: none;
  }

  .langChooseSmall {
    display: block;
  }
}

.lang-et {
  background-image: url("/assets/ctx/4d294209/layout/images/languages/lang-et.png");
}

.lang-et:hover {
  background-image: url("/assets/ctx/f00c39da/layout/images/languages/lang-et-hover.png");
}

.lang-en {
  background-image: url("/assets/ctx/d18ce71e/layout/images/languages/lang-en.png");
}

.lang-en:hover {
  background-image: url("/assets/ctx/2e0ef3f5/layout/images/languages/lang-en-hover.png");
}
/*endregion*/

/*region header right settings icon box*/
.header-right {
  float: right;
  height: 72px;
}

.header-right .company {
  padding-right: 10px;
  float: right;
  text-align: right;
  color: #fff;
  margin-top: 15px;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .header-right .company .active-comp {
    overflow: hidden;
  }
}

.settingsIconDeliveryAddress {
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 25px;
  height: 25px;
  background: #73a8bc url("/assets/ctx/ff1c39e/layout/images/btn-settings.png") 50% 50% no-repeat;
  background-size: 20px;
}

.header-right .settingsIcon {
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 25px;
  height: 25px;
  background: #fff url("/assets/ctx/f57a22a/layout/images/settings-grey.png") 50% 50% no-repeat;
  background-size: 20px;
  border-radius: 50%;
  transition: all 0.2s;
}

.header-right .settingsLabel {
  display: inline-block;
  position: absolute;
  bottom: 5px;
  left: 65px;
  border-radius: 5px 3px 0 0;
  font-size: 10px;
  transition: all 0.2s;
  padding: 0 4px 0 15px;
  background-color: #757575;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .header-right .settingsLabel {
    display: none;
  }
}

.header-right .company .active-comp {
  font-size: 16px;
  color: #7db541;
  line-height: 21px;
  white-space: nowrap;
}

.header-right .company .group-name {
  color: #555;
  display: inline-block;
  font-size: 14px;
}

@media screen and (max-width: 576px) {
  .header-right .company {
    padding: 0 10px;
  }

  .header-right .company .active-comp {
    font-size: 13px;
    color: #7db541;
    line-height: 27px;
    display: block;
    max-width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
  }

  .header-right .company .group-name {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
}

@media screen and (max-width: 400px) {
  .header-right .company {
    padding: 0 20px;
  }

  .header-right .company .active-comp {
    width: 100%;
    font-size: 11px;
    color: #7db541;
    line-height: 22px;
    display: block;
    max-width: 100%;
    text-align: center;
  }

  .header-right .company .group-name {
    width: 100%;
    text-align: center;
    font-size: 10px;
  }
}

.header-right .company a {
  color: #555;
}

.header-right .company a:hover {
  color: #94b7c6;
}

.header-right .company a:hover,
.header-right .company a:hover .active-comp {
  text-decoration: none;
}

.header-right #comp-choice {
  position: absolute;
  top: -12px;
  right: 40px;
  min-width: 200px;
  z-index: 190;
  background-color: #7db541;
  border: 2px solid #fff;
  max-height: 75vh;
  border-top: none;
  width: 300px;
  max-width: calc(100vw - 150px);
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .header-right #comp-choice {
    top: 0;
  }
}

@media screen and (max-width: 576px) {
  .header-right #comp-choice {
    right: 40px;
  }
}

/* min-width: 200px; */ /* !!!! NEED ATTETNTION - NOT SCROLLABLE overflow-y: scroll; max-height: 500px; */
.header-right .comp-choice-container {
  overflow-y: scroll;
  width: 340px;
  max-height: 75vh;
}

.header-right #comp-choice::-webkit-scrollbar {
  display: none;
}

.header-right ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.header-right ul li {
  font-size: 12px;
  padding: 0;
  margin: 0;
}

.header-right ul li.heading {
  color: #fff;
  background-color: #8abf4f;
}

.header-right ul li.comp-name {
  border-bottom: 1px dotted #9ec871;
}

.header-right ul li a {
  color: #fff;
  font-size: 12px;
  display: block;
  padding-left: 5px;
  padding: 8px 10px;
}

.header-right ul li.led-small a {
  font-size: 12px;
  padding: 5px 20px;
}

.header-right div.comp-filter {
  border-bottom: 2px solid #9ec871;
}

.header-right #comp-container {
  width: 100%;
  height: 0px;
  z-index: 190;
}

.header-right #comp-choice input {
  border: none;
  background: none !important;
  background-color: #7db541;
  margin: 0;
  padding: 10px;
  font-size: 12px;
  min-width: 200px;
  color: #fff;
  font-style: italic;
  outline-width: 0;
}

.header-right #comp-choice input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ddd;
}

.header-right #comp-choice input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ddd;
  opacity: 1;
}

.header-right #comp-choice input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ddd;
}

.header-right #comp-choice input:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #ddd;
}

.header-right ul li.comp-name.focus {
  background-color: #9ec871;
}

.header-right ul li.comp-name.focus a {
  text-decoration: none;
  font-weight: bold;
}

@media (max-width: 576px) {
  .header-right .company .saSettings {
    background-position: 50% 50%;
  }

  .header-right {
    height: auto;
  }

  .header-right .company {
    margin-top: 5px;
  }
}
/*endregion*/

/*region .personInformation*/
.personInformation.uploaded .settingsIcon {
  bottom: 9px;
}

.personInformation.uploaded .settingsLabel {
  bottom: 9px;
  left: 68px;
}

.personInformation {
  display: inline-block;
  position: relative;
  padding-right: 5px;
}

.personInformation:hover .settingsIcon {
  background: #fff url("/assets/ctx/f57a22a/layout/images/settings-grey.png") 50% 50% no-repeat;
  background-size: 25px;
  transform: rotate(45deg);
  width: 30px;
  height: 30px;
  right: 8px;
}

.personInformation:hover .profileImage {
  opacity: 0.5;
}

.personInformation:hover .settingsLabel {
  font-size: 12px;
  left: 60px;
}

@media (max-width: 576px) {
  .personInformation .profileImage {
    width: 50px !important;
    height: 50px !important;
  }

  .personInformation.uploaded .profileImage {
    width: 34px !important;
    height: 34px !important;
  }
}
/*endregion*/

/*region .layout__body--header */
.layout__body--header {
  max-width: 1450px;
  margin: 0 auto;
  border-top: none;
}

@media screen and (min-width: 1400px) {
  .layout__body--header {
    border: 1px solid #e0e8e9;
  }
}
/*endregion*/

/*region #header-box*/
#header-box {
  z-index: 150;
  background-color: #7db541;
}

#header-box #menuOpenLink {
  font-size: 13px;
  color: #fff;
  padding: 9px;
  padding-right: 15px;
  padding-left: 45px;
  text-align: right;
  text-transform: uppercase;
  background: url("/assets/ctx/a0b03883/layout/images/btn-mobile-menu.png") 15px 50% no-repeat;
  background-size: 20px;
  cursor: pointer;
  display: none;
  float: left;
}

@media screen and (max-width: 768px) {
  #header-box {
    /* double click avoidance */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  #header-box #menuContainer {
    display: none;
  }

  #header-box #menuOpenLink {
    display: inline;
  }
}

#header-box .logout {
  float: right;
  color: #fff;
  padding: 10px;
  padding-right: 20px;
  padding-left: 60px;
  text-align: right;
  text-transform: uppercase;
  background: #8ac04e url("/assets/ctx/a54bd150/layout/images/btn-logout.png") 15px 50% no-repeat;
  background-size: 20px;
}
/*endregion*/

/*region #menu*/
#menu {
  transition: all 1s;
}

#menu,
#menu ul,
#menu li {
  margin: 0;
  padding: 0;
  border: 0 none;
}

#menu li a {
  display: block;
  flex: 1 1 auto;
}

@media screen and (max-width: 768px) {
  #menu li {
    width: 25%;
  }

  #menu li ul li {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  #menu li {
    width: 33%;
  }

  #menu li ul li {
    width: 100%;
  }
}

.menuHidden {
  visibility: hidden;
}

#menu li ul.menuVisible {
  visibility: visible;
}
#menu li ul.menuVisible li a {
  background-color: transparent;
  border: 0 none;
  margin: 2px;
  min-width: 100px;
  overflow: hidden;
} /* min-width: 100px; */
#menu {
  position: relative;
  z-index: 100;
}
#menu li {
  float: left;
  position: relative;
  list-style: none;
}
#menu li a {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  transition: background-color 0.2s;
  box-sizing: border-box;
}
#menu li li {
  clear: both;
  border: 0;
  width: 100%;
}
#menu li li a {
  min-width: 180px;
  width: 100%;
}
#menu li ul {
  visibility: hidden;
  position: absolute;
}

#menu li li a.deprecated {
  color: #ddd;
  font-size: 12px;
}

#menu li li.new-stuff {
  background: url("/assets/ctx/1caa88fb/layout/images/btn-more.png") top 7px right 7px no-repeat;
  background-size: 7px;
}

#menu li:hover ul {
  visibility: visible;
}

#menu ul {
  z-index: 200;
  background-color: #789c62;
  padding: 4px;
}

#menu ul li.separator {
  display: inline-block;
  min-width: 195px;
  border-bottom: 2px solid #9ec871;
  width: 100%;
} /* !!!!!! COLOR CODE */

#menu a {
  padding: 7px 12px;
  color: #fff;
  line-height: 1.5em;
  vertical-align: middle;
  font-size: 12px;
  text-decoration: none;
  cursor: default;
}

/* SECOND LEVEL */
#menu ul a {
  font-weight: 200;
  text-transform: none;
  padding: 5px 8px;
}

#menu li:hover {
  background-color: #789c62;
} /* !!!!!! COLOR CODE */

#menu li:hover li a {
  background-color: transparent;
}

#menu li:hover li:hover {
  background-color: #99c56a; /* !!!!!! COLOR CODE */
}

@media (max-width: 576px) {
  /* 400px */
  #menu li {
    width: 100%;
    border-bottom: 1px solid #99c56a !important;
  }

  #menu li:last-child,
  #menu li.separator {
    border-bottom: none !important;
  }

  #menu li ul {
    right: 0;
    min-width: 80px;
  }
}
/*endregion*/
