@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300);

@font-face {
  font-family: 'Metropolis-SemiBold';
  src: url('fonts/WOFF/Metropolis-SemiBold.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       url('fonts/TrueType/Metropolis-SemiBold.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

#cssmenu {
  margin: 0;
  position: relative;
  font-family: 'Metropolis-SemiBold';
  line-height: 1;
  width: 200px;
}
.align-right {
  float: right;
}
#cssmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#cssmenu ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu ul li a {
  text-decoration: none;
  cursor: pointer;
}
#cssmenu > ul > li > a {
  color: #ece9e9;
  text-transform: uppercase;
  display: block;
  padding: 20px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  background: #255b86;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  position: relative;
}
#cssmenu > ul > li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu > ul > li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom: 1px solid #000000;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.open > a,
#cssmenu > ul > li.active > a {
  background: #1f4d72;
  color: #ffffff;
}
#cssmenu ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid #000000;
  border-botom: 13px solid transparent;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  left: 0;
  bottom: -13px;
  bottom: 0px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu ul > li.has-sub > a::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid #1f4d72;
  border-botom: 13px solid transparent;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  left: 0;
  bottom: -12px;
  bottom: -1px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu ul > li.has-sub::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #ece9e9;
  z-index: 2;
  right: 20px;
  top: 22px;
  pointer-events: none;
}
#cssmenu ul > li:hover::after,
#cssmenu ul > li.active::after,
#cssmenu ul > li.open::after {
  border-top-color: #ffffff;
}
#cssmenu ul > li.has-sub.open > a::after {
  opacity: 1;
  bottom: -13px;
}
#cssmenu ul > li.has-sub.open > a::before {
  opacity: 1;
  bottom: -12px;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
#cssmenu ul ul li {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#cssmenu ul ul li a {
  background: #f1f1f1;
  display: block;
  position: relative;
  font-size: 12px;
  padding: 14px 20px;
  border-bottom: 1px solid #dddddd;
  color: #777777;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
#cssmenu ul ul li:first-child > a {
  padding-top: 18px;
}
#cssmenu ul ul ul li {
  border: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #e4e4e4;
  color: #666666;
}
#cssmenu ul ul > li.has-sub > a::after {
  border-top: 13px solid #dddddd;
}
#cssmenu ul ul > li.has-sub > a::before {
  border-top: 13px solid #e4e4e4;
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu ul ul > li.has-sub::after {
  top: 17px;
  border-width: 6px;
  border-top-color: #777777;
}
#cssmenu ul ul > li:hover::after,
#cssmenu ul ul > li.active::after,
#cssmenu ul ul > li.open::after {
  border-top-color: #666666;
}

.einhugur_btn {
  background: #666;
  color: #FFF;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.5);
  font-family: 'Metropolis-SemiBold', Fallback, Arial, sans-serif;
  font-size: 12px;
  display: inline-block;
  line-height: 2.5em;
  padding: 0 3em;
  text-decoration: none; 
}

.green.einhugur_btn {
  background: linear-gradient(#6BDB55,#57B245);
  /*text-shadow: 1px 1px 1px #57B245;*/ 
}

.black.einhugur_btn {
  background: linear-gradient(#34353d,#44454d);
  text-shadow: 1px 1px 1px #24252d; 
}

.black2.einhugur_btn {
  background: linear-gradient(#34353d,#44454d);
  text-shadow: 1px 1px 1px #24252d; 
  vertical-align: text-bottom;
  box-shadow: inset 0 0px 0px rgba(255,255,255,0.5);
  font-size: 10px;
}




.red.einhugur_btn {
  background: linear-gradient(#D60A0A,#B20808);
  text-shadow: 1px 1px 1px #B20808; 
}

.blue.einhugur_btn {
  background: linear-gradient(#255b86,#336184);
  /*text-shadow: 1px 1px 1px #0E86B2; */
}

.lightblue.einhugur_btn {
  background: linear-gradient(#255b86,#437194);
  /*text-shadow: 1px 1px 1px #0E86B2; */
}

.high.blue.einhugur_btn {
  vertical-align: middle;
  line-height: 3.2em;
  font-size: 12px;
  font-weight: 400;
}

.gray.einhugur_btn {
  background: linear-gradient(#505050,#707070);
  /*text-shadow: 1px 1px 1px #0E86B2; */
}

.small {
  line-height: 1.75em;
  padding: 0 1.5em; 
}

.mid {
  line-height: 2.25em;
  padding: 0 1.5em; 
}

.large {
  line-height: 3em;
  padding: 0 3.5em; 
}

.einhugur_btn:active 
{ 
	box-shadow: inset 0 1px 1px rgba(255,255,255,0.2), inset 0 1.5em 1em rgba(255,255,255,0.25); 
	color: #FFF;
}

.einhugur_btn:hover 
{ 
	box-shadow: inset 0 1px 1px rgba(255,255,255,0.2), inset 0 1.5em 1em rgba(0,0,0,0.3); 
	color: #FFF;
}

.linkbox {
  padding: 0 1.5em 0 1.5em;
}

.fullpage {
	min-height: 90%;
	height: auto;
}

.buttonImage
{
  padding-top: 6;
  padding-right: 8;
  border: 0;
}

.productHeader {
	font: normal 11px verdana,arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	width: 100%;
	height: 24px;
	background: #f5f5f5;
	border: 1px solid;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-color: #295b84;
    line-height: 22px;
    text-indent: 5px;
	color: #000000;
	/*padding: 3px;*/
	 
}

.freeFormHeader {
	font-family: 'Metropolis-SemiBold', Fallback, Arial, sans-serif;
	font-size: 12pt;
	width: 100%;
	background: #24252d;
	border: 1px solid;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-color: #1e1f25;
  line-height: 28px;
  text-indent: 5px;
  color: #FFFFFF;
  margin-right: 30px;
	/*padding: 3px;*/
	 
}

.freeFormHeaderGray {
	font-family: 'Metropolis-SemiBold', Fallback, Arial, sans-serif;
	font-size: 12pt;
	width: 100%;
	background: #eaebef;
	border: 1px solid;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-color: #eaebef;
  line-height: 28px;
  text-indent: 5px;
  color: #000000;
  margin-right: 30px;
	/*padding: 3px;*/
	 
}

.darkerGray {
	background: #4B4B4F;
  border-color: #4B4B4F;
  color: #FFFFFF
}




.productHeader2 {
	font-family: 'Metropolis-SemiBold', Fallback, Arial, sans-serif;
	font-size: 12pt;
	width: 100%;
	height: 30px;
	background: #24252d;
	border: 1px solid;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-color: #1e1f25;
  line-height: 28px;
  text-indent: 5px;
  color: #FFFFFF;
  margin-right: 30px;
	/*padding: 3px;*/
	 
}

.headerPlatformImage
{
  padding-left: 3px;
  padding-right: 3px;
  border: 0px;
}


.productHeaderLeft {
	height: 100%;
	float:left;	
}


.productHeaderRight {
	height: 100%;	
	float:right;
	padding: 2px;
	height: 20px;
}

.productHeaderMiddle {	
	float:left;
  width: 160px;
  margin-top: -3px;
}

.fnt {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Noto Sans', 'Ubuntu', 'Droid Sans', 'Helvetica Neue', sans-serif; 
}

.infobox {
  border-radius: 3px; 
  background-color: rgb(222, 235, 255); 
  padding: 8px; 
  margin: 0.75rem 0px 0p; 
  display: flex; 
  align-items:baseline; 
  -moz-box-align: baseline; 
  max-width: 95%;
  
}


