/*************************************************************
	MENU ICONS EXAMPLE
 *************************************************************/
/*
To add menu icon specify PAGE-ID and ICON CONTENT VALUE:

.fa-menu-{PAGE-ID}:before {
  content: "{ICON CONTENT VALUE}";
}

List of ICON CONTENT VALUES: http://astronautweb.co/snippet/font-awesome/

FOR EXAMPLE

i.fa-menu-33:before {
  content: "\f004";
}
  
*/

/*************************************************************
	ADD YOUR CUSTOM STYLES BELOW THIS LINE
 *************************************************************/

#mainMenu nav > ul > li:first-of-type > a,
#mainMenu nav > ul > li:hover:first-of-type > a {
  display: block;
  position: relative;
  color: transparent !important;
}
#mainMenu nav > ul > li:first-of-type > a:before {
  position: absolute;
  color: #252525;
}
#mainMenu nav > ul > li.current:first-of-type > a:before,
#mainMenu nav > ul > li:hover:first-of-type > a:before {
  color: #3ab1be;
}
#mainMenu nav > ul > li:first-of-type > a:before {
  content: "Home";
}
html[lang="fr-FR"] #mainMenu nav > ul > li:first-of-type > a:before {
  content: "Accueil";
}
html[lang="de-DE"] #mainMenu nav > ul > li:first-of-type > a:before {
  content: "Startseite";
}
html[lang="fi-FI"] #mainMenu nav > ul > li:first-of-type > a:before {
  content: "Home";
}
p {
  margin: 0;
  padding: 5px 0;
}
@media (min-width: 992px) {
  #mainMenu nav > ul > li:first-of-type > a {
    padding: 16px 0px;
    height: 80px;
    width: 46px;
  }
  #mainMenu nav > ul > li:first-of-type > a:before {
    content: url(/Portals/_default/Skins/ECML-2015/MegaMenu/images/home_img.png) !important;
  }
}

/* Hiding the control panel */
.wsc_switcher_control_panel,
.wsc_switcher_control {
  display: none !important;
}
@media (min-width: 992px) {
  /*
    Maybe it's a bug in the skin. 
    The following code helps display the images in the correct order 
    without moving them to the next line when not needed
  */
  .app-ga7-main .row .col-sm-1:nth-child(12n + 13),
  .row .col-sm-2:nth-child(6n + 7),
  .row .col-sm-3:nth-child(4n + 5),
  .row .col-sm-6:nth-child(2n + 3) {
    clear: unset !important;
  }
}
/* This class is missing from style files */
.mb-4 {
  margin-bottom: 8px;
}
.bluemenu {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.bluemenu-box {
  text-align: center;
  display: table;
  border-radius: 12px;
  background: #7bced7;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  transition: background-color 500ms, border-color 500ms, font-size 500ms;
  width: 250px;
  max-height: 45px;
  line-height: 16px;
  height: 45px;
}
.bluemenu-box:hover {
  background-color: #3ab1be;
}
.bluemenu-td {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 110%;
}
.bluemenu-box.current {
  color: #7bced7 !important;
  border: 2px solid #7bced7;
  background-color: white;
  font-weight: bold;
}
.bluemenu-box:hover.current {
  color: #3ab1be;
}
.bluemenu-link:link,
.bluemenu-td:visited {
  color: inherit !important;
}
a.bluemenu-link:visited {
  color: inherit !important;
}

.HoneyModulesRoot .tooltip {
  opacity: 1;
}

.box,
.box-gray {
  background-color: #ecf0f0;
  padding: 8px 15px 8px 15px;
  border: 1px dotted #cccccc;
}
.wbox {
  background-color: #fff;
  padding: 10px 15px 10px 15px;
  border: 1px solid #cccccc;
}
.bbox {
  background-color: #d9eeff;
  padding: 15px;
}
.box-blue {
  background-color: #d9eeff;
  padding: 15px;
}
.box-rounded-blue {
  background-color: #d9eeff;
  padding: 15px;
  border-radius: 30px;
}
.box-bordered-gray {
  padding: 15px;
  border: 1px solid #cccccc;
}
.white-box-with-border {
  background-color: #ffffff;
  padding: 5px;
  border: 1px dotted #cccccc;
}

.TAC-box {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 10px;
  margin-top: 5px;
  text-align: left;
  background-color: #7bced7;
  background-repeat: no-repeat;
  width: 100%;
  padding-left: 38px;
}
.TAC-link,
.TAC-link A:link,
.TAC-link A:hover,
.TAC-link A:visited {
  color: #014289;
  font-size: 14px;
  letter-spacing: 0px;
}
.TAC-link2,
.TAC-link2 A:link,
.TAC-link2 A:hover,
.TAC-link2 A:visited {
  color: #014289;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
}
.TAC-top {
  color: #333;
  font-size: 11px;
  line-height: 11px;
  margin-top: 10px;
  letter-spacing: 1px;
}
.TAC-theme {
  margin-top: -10px;
  line-height: 18px;
}
div.bubble {
  margin: 20px 0;
}

div.bubble div {
  background: url(//www.ecml.at/Portals/1/basic/bubble-RU.gif) no-repeat bottom
    right;
  margin: 0;
  margin-bottom: 10px;
  width: 100%;
}
div.bubble div div {
  background: url(//www.ecml.at/Portals/1/basic/bubble-LU.gif) no-repeat bottom
    left;
}
div.bubble div div div {
  background: url(//www.ecml.at/Portals/1/basic/bubble-RO.gif) no-repeat top
    right;
}
div.bubble div div div div {
  background: url(//www.ecml.at/Portals/1/basic/bubble-LO.gif) no-repeat top
    left;
}
div.bubble div div div div div {
  font-style: normal;
  margin: 0;
  padding: 15px 25px 30px 25px;
  width: auto;
  line-height: 180%;
}
/* this prevents uncontrolled iframe padding from video */
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  position: static !important;
}
.fluid-width-video-wrapper {
  padding-top: unset !important;
}
.bb-box {
  margin-bottom: 7px;
  margin-right: -5px;
}
.bb,
.bb:link {
  background-color: #7bced7;
  border-radius: 12px;
  height: 45px;
  width: 225px;
  background-repeat: no-repeat;
  color: #ffffff !important;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  align-content: center;
  line-height: 100%;
  font: Arial, Helvetica, sans-serif !important;
  vertical-align: middle !important;
}
