﻿/* APP header - START */

/* ikoni - tähti */
#appheader .appicon::before {
	font-family: FontAwesome;
	color: #1c94c4;
	content: '\f006';
	font-size: 2rem;
	font-weight: normal;
	vertical-align: -5%;
}

/* kuva - kommentoitu pois */
#appheader xxx.appicon {
	background: #fff url(/_system/css/images/ap_icon.png) 2px 5px no-repeat;
    height: 55px;
	width: 45px;
	background-size: contain;
	display: inline-block;
}

/* nimet - yhteinen - desktop */
/* jos kuva, niin asemoidaan halutusti */
#appheader xxx.appname {
	vertical-align: top;
	line-height: 50px;
}

/* nimet - kielillä - desktop */
#appheader .appname-desktop-fi-fi::before {
	content: 'Jatkuva kehittyminen ja työturvallisuus';
	white-space: pre-wrap;
}

#appheader .appname-desktop-en-en::before {
	content: 'Continuous development';
	white-space: pre-wrap;
}

#appheader .appname-desktop-sw-sw::before {
	content: 'Kontinuerlig utveckling';
	white-space: pre-wrap;
}

#appheader .appname-desktop-et-ee::before {
	content: 'Pidev areng';
	white-space: pre-wrap;
}

/* nimet - kielillä - mobile */
#appheader .appname-mobile-fi-fi::before, .appname-mobile-en-en::before, .appname-mobile-sw-sw::before, .appname-mobile-et-ee::before {
	content: 'ATLANTIS - HSEQ';
	white-space: pre-wrap;
}

/* APP header - END */

/* valikko */
.ATLANTIS-platform .sm-blue {
	background-color: white;
	box-shadow:none;
	border-radius:0;
	border-bottom:4px solid #159cd8;
}

.ATLANTIS-platform .sm-blue a, .ATLANTIS-platform .sm-blue a:hover, .ATLANTIS-platform .sm-blue a:focus, .ATLANTIS-platform .sm-blue a:active, .ATLANTIS-platform .sm-blue a.highlighted {
	font-size:1.1rem;
	line-height:1.1rem;
	color:#000;
	text-shadow:none;
	font-family:Verdana,Geneva,Tahoma,sans-serif;	
	font-weight:normal;
}

.ATLANTIS-platform .sm-blue li {
    border-left: 2px solid white;
}

.ATLANTIS-platform .sm-blue > li:first-child > a, .ATLANTIS-platform .sm-blue > li:last-child > a {
    border-radius:0;
    color:#1c94c4;	
}

.ATLANTIS-platform .sm-blue a:hover, .ATLANTIS-platform .sm-blue a:focus, .ATLANTIS-platform .sm-blue a:active, .ATLANTIS-platform .sm-blue a.highlighted {
	color:silver;
    background:white;
}

.ATLANTIS-platform .sm-blue a span.sub-arrow {
    border-color: #666 transparent transparent transparent;
    top:30px;
}

.ATLANTIS-platform .sm-blue .sub-arrow {
	display:none;
}

#attn-info-text {
	display:none;
}

#attn-info-text::after {
	content: ""
} 

.rewardPointsInfo {
	display:none;
}
