/**
Dolphin added by HSK
customerportal stuff added also for Dolphin By Simo Nikula
*/

/* NEW STYLES */

/* TYPOGRAPHY */
div#tcp-content div.logos form {
    display: block;
/*    float: left;     REG-41*/
    margin: 10px;
}
body {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: normal;
	color: #404040;
	background: #f6f6f6 url('images/main_bg.png') 0 50px repeat-x;
}

/* Text styles */
/*nsp change by  */
@font-face {
	  font-family : Pebble;
	  src:url(./css/fonts/Pebble_W_Rg.woff2);
	
	}
	
	h2 {
  font-size: 1.61732rem;
  font-family:"Pebble",Arial,sans-serif;
  line-height: 1.2em;
	}
h2 { 
	
	font-weight: bold;
	padding: 0 0 18px 0;
	letter-spacing: -0.5px;
	color: #000;
}

h3, h4, h5, h6 {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: -0.25px;
	padding: 0 0 6px 0;
	color: #3a3a3a;
}

p {
	padding: 0 0 9px 0;
	font-size: 15px;
}

ul, ol { list-style: none; }

.post-meta-key {
	font-size: 15px;
	font-weight: bold;
}

/* Link styles */

a {
	text-decoration: none;
	background: transparent;
}

a:link { color: #990AE3;}

a:visited { color: #C0F; }

a:hover { color: #C0F; }

a:active { color: #584861; }

h2 a:link { color: #3a3a3a; }

h2 a:visited { color: #3a3a3a; }

h2 a:hover { color: #b887d4; }

h2 a:active { color: #584861; }

fieldset { padding: 10px 0 10px 0; }

fieldset div { clear: both; }

label {
	padding: 0 18px 8px 8px;
	float: left;
}

/* Button 
---------------------------------------------- */

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */ 
	*display: inline;
	height: 28px;
	vertical-align: baseline;
	outline: none;
	border: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-transform : uppercase;/* nsp change by  */
	font: bold 14px/100% "Helvetica Neue", Arial, sans-serif;
	color: #fff;
	padding: 4px 5px 5px 5px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*text-shadow: -1px -1px 0 rgba(0,0,0,.5);*/
	border-radius: 2.08333em;/* nsp change by  */
}
.button:hover {
	text-decoration: none;
}
.button:active {
	
}


.right {
	float:right;
}

/* CSS-gradient solution */

.purple {
	background: #990AE3;
	background: -webkit-gradient(linear, left top, left bottom, from(#990AE3), to(#990AE3));
	background: -moz-linear-gradient(top, #990AE3, #990AE3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#990AE3', endColorstr='#990AE3');
}
.purple:hover {
	background: #c0f;
	background: -webkit-gradient(linear, left top, left bottom, from(#c0f), to(#c0f));
	background: -moz-linear-gradient(top, #c0f,  #c0f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0f', endColorstr='#c0f');
}
.purple:active {
	background: #3c1b4f;
	background: -webkit-gradient(linear, left top, left bottom, from(#3c1b4f), to(#704887));
	background: -moz-linear-gradient(top,  #3c1b4f,  #704887);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c1b4f', endColorstr='#704887');
	text-shadow: none;
}

.purple_negative {
	color: #652d86;
	background: #e1d6e7;
	background: -webkit-gradient(linear, left top, left bottom, from(#e1d6e7), to(#e1d6e7));
	background: -moz-linear-gradient(top, #e1d6e7, #e1d6e7);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1d6e7', endColorstr='#e1d6e7');
	text-shadow: 0 1px 0 #fff;
}
.purple_negative:hover {
	background: #f0eaf3;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefeff), to(#f0eaf3));
	background: -moz-linear-gradient(top, #fefeff,  #f0eaf3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefeff', endColorstr='#f0eaf3');
}
.purple_negative:active {
	background: #c8bbcf;
	background: -webkit-gradient(linear, left top, left bottom, from(#c8bbcf), to(#ebe4ef));
	background: -moz-linear-gradient(top,  #c8bbcf,  #ebe4ef);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8bbcf', endColorstr='#ebe4ef');
	text-shadow: none;
}

/* Grey */

.grey {
	color: #fff;
	background: #909293;
	background: -webkit-gradient(linear, left top, left bottom, from(#909293), to(#6c6f70));
	background: -moz-linear-gradient(top, #909293, #6c6f70);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#909293', endColorstr='#6c6f70');
}
.grey:hover {
	background: #b5b6b7;
	background: -webkit-gradient(linear, left top, left bottom, from(#b5b6b7), to(#939696));
	background: -moz-linear-gradient(top, #b5b6b7,  #939696);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b5b6b7', endColorstr='#939696');
}
.grey:active {
	background: #404142;
	background: -webkit-gradient(linear, left top, left bottom, from(#404142), to(#747777));
	background: -moz-linear-gradient(top,  #404142,  #747777);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#404142', endColorstr='#747777');
	text-shadow: none;
}

/* Inputs 
---------------------------------------------- */

input[type=text], input[type=password] {
	display: block;
	border: 2px solid #eee;
	background-color: #fff;
	font-size: 13px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* background: url(images/input_shadow.png) no-repeat; */
	margin: 0px 0 15px;
  padding: 6px 10px;
}

input:focus, textarea:FOCUS{
	outline: 0;
	color: #3a3a3a;
	border-color: #009fd6;
}

/* Special messages */
.error_message {
    color: #dc0451;
}

.sp1_message {
    color: #15B78C;
}

.sp2_message {
	color: #888888;
}


/******** TRACKER ***************/

/* based on breadcrumb.css */

p.breadcrumb {
  color: #c0c0c0;
  background-color: #fbfbfb;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;    /* REG-41 */
}

p.breadcrumb span  {
  padding: 4px 24px 4px 10px;
  cursor: default;
}

p.breadcrumb span.border-left {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

p.breadcrumb span.border-right {
  padding-right: 12px;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

p.breadcrumb span.normal {
  background: transparent url(images/breadcrumb_separator.png) center right no-repeat;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-shadow: #fff 0 1px 0; 
}

p.breadcrumb span.active {
  color: #fff;
  background: transparent url(images/breadcrumb_active.png) center right no-repeat;
  padding: 5px 24px 5px 10px;
  text-shadow: -1px -1px 0 rgba(0,0,0,.5);
}

p.breadcrumb span.visited {
  color: #fff;
  background: transparent url(images/breadcrumb_visited.png) center right no-repeat;
  padding: 5px 24px 5px 10px;
  text-shadow: -1px -1px 0 rgba(0,0,0,.5);
}

p.breadcrumb span.nextactive {
  background: transparent url(images/breadcrumb_visited_nextactive.png) center right no-repeat;
  padding: 5px 24px 5px 10px;
  text-shadow: -1px -1px 0 rgba(0,0,0,.5);
}

p.breadcrumb span.lastactive {
  color: #fff;
  background: transparent url(images/breadcrumb_active_lastactive.png) center right repeat-x;
  padding: 5px 12px 5px 10px;
  text-shadow: -1px -1px 0 rgba(0,0,0,.5);
}

p.breadcrumb span.selected {
  color: #fff;
}

/* end of breadcrumb */


form {
	padding: 0px;
	margin: 0px;
}

#logo {
	margin-top: 24px;
	width: 490px;
	text-align: left;
	float: left;
	}
	
#logo2 {
	margin-top: 24px;
	margin-bottom: 20px;
	width: 490px;
	text-align: left;
	float: left;
	bsorder: 1px solid #000;
	}	
	
#image {
	margin: 0px 0px 10px 0px;
	}	
	
#content {
	text-align: left;
	margin-bottom: 10px;
	clear:both;
	
	}

.aureg-inner-table p {
	margin: 4px 0px 0px 0px;
	line-height: 14px;
}	

p.noMargin {
	margin: 26px 0px 0px 0px;
	line-height: 14px;
}	
	

/** Info texts in old actions 
Tuning based on input padding and margin
negative margin causes problems in ie7
*/
p.small	{
	font-size: 90%;
	margin: 0px 10px 0px 0px;
	padding: 0 0 0 10px;
}
	
span.red	{
	color: #dc0451;
}	
	
/*NEW ETRA ADDITIONS */

td.top p {
	 margin: -6px 0 0 10px;
}
.no_style {
	border:none;
}
#content img {
	border:none;
}

/* NEW FOOTER  */

#legal {
/*	background: url("images/footer_bg.png") repeat-x scroll 0 0 #6D4187; *//* nap change by  */
    color: #FFFFFF;
    margin-top: 80px;
    overflow: visible;
    text-align: center;
    width: 100%;
    padding: 40px 0 30px;
    background-color : #990ae3;/*nsp change by  */
}

/**
By Simo, for old pages
*/

/**
  align="center" width="500"
*/
.aureg-table {
	width:500px; 
	margin-left:15%; 
	margin-right:15%;
}

/**
  align="center" width="500"
*/
.aureg-inner-table {
  width:500px; 
  margin-left:0px; 
  margin-right:0px;
}

/** from asiakasportaali */

/** To provide feedback for success operation */
span.ok  {
  color: #7BB031;
  font-weight: bold;  
}

/** For error messages  */
span.red  {
  color: #cc0000;
  font-weight: bold;  
} 

div#tcp-boxes {
  width: 730px;     /* REG-41 */
  padding: 10px 0;
  margin: 0 auto;
  overflow: visible; /* REG-41 */
}
div#tcp-container {
  padding: 0 20px 0 20px;
}
/* Asiakasportaali - Process Navi ***********************************/

/* Asiakasportaali - Content ***********************************/
#tcp-content {
  padding: 0 20px 0 20px;
}
div#tcp-content h2 {
  margin: 5px 0 15px 0;
}
div#tcp-content p {
  margin: 5px 0 5px 0; /* Was 5px 0 5px 0 */
  /** Added for for space in REG-21 final tuning */
  line-height: 16px;
  /** */
}
div#tcp-content table {
  padding: 10px
}
div#tcp-content .tcp-label {
  width: 110px;
  float:left;
}
div#tcp-content .tcp-span {
  font-weight: bold;
}
div#tcp-content #tcp-user-data {
  padding: 0 0 10px 0;
}
div#tcp-content #tcp-form-fields {
  padding: 10px 0 10px 0;
}

/* Asiakasportaali */
div.buttonnavigation {
  padding: 20px 0 20px;
  height: 27px;
  width: 60%; /* was 185px but Kirjaudu sisään was too wide, 40% wraps with IE7 */
}

div.buttonnavigation div.abort {
  padding: 5px 20px 0 0;
  float: right;
}
div.buttonnavigation div.abort-confirm {
  float: right;
}

/** Temporay tunings for portal-menu and main-menu  */
ul#portal-menu {
    float: left;
    margin: 49px 0px 0px 0px;
    padding: 0px 0px 5px 1px;
    list-style: none;
    width:760px;
    overflow: hidden;
}

ul#portal-menu li {
    float: left;
}

ul#portal-menu li a {
    display: block;
    height: 22px;
}
div#os-menu ul.mainmenu {
    display: block;
    width: 100%;
    height: 34px;
    margin: 0px;
    padding: 0px 0px 4px 0px;
    list-style: none;
    overflow: hidden;
}

a#page-logo {
    float: left;
    width: 162px;    
}


div#os-menu ul.mainmenu li {
    display: block;
    float: left;
}


/** For new header */

/** layout.css */

/* LAYOUT */

/* Main containers */

.sidebar {
  display: block;
  width: 220px;
  margin: 0 20px 0 0;
  float: left;
}

.content {
  display: block;
  width: 520px;
  float: left;
}

.assets {
  display: block;
  width: 160px;
  margin: 0x 0 0 20px;
  float: left;
}

/* Misc common classes */
.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }
.marginright { margin-right: 20px; }
.marginrightextra { margin-right: 30px; }
.marginrightsmall { margin-right: 10px; }
.clear { clear: both; }
.container { display: block; width: 940px; margin: 0 auto; clear: both; }
.center { text-align: center; }

/** header.css */
/* HEADER */

#mainheader {
  min-height: 50px; /* Was 215 */
}

#topnav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
/*  background: transparent url('images/topnav_bg.png') repeat-x; *//*nsp change by  */
background-color: #990ae3;/* nap change by  */
}

#topnav ul {
  color: #fff;
  display: block;
  margin: 0 auto;
  text-align: left;
}

#topnav ul li {
  padding-top: 14px;
}

#topnav ul {
  color: #fff;
  height: 50px;
}

#topnav .active {
  padding: 18px 10px 10px 10px;
  background: transparent url('images/topnav_label.png') repeat-x;
  -webkit-border-bottom-right-radius: 4px; 
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px; 
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

#topnav .text {
  padding-top: 18px;
}

#topnav strong { font-weight: 500; }

#topnav .active strong { font-weight: bold; }

/* Link styles */

#topnav .active a, #topnav .active a:visited { color: #652d86; }

#topnav ul a { color: #fff; }

#topnav ul a:hover { color: #9577a6; }

/** mainnav.css */
/* MAIN NAVIGATION */

/* Logo */

#dlogo {
  width: 233px;
  padding: 0;
}

#dlogo strong { display: none; }

#dlogo a {
  display: block;
  width: 150px;
  height: 44px;
  margin-left: 16px;
  background: transparent url('images/logo.png') no-repeat;
}

/* Main navigation */

#mainnav {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
}

#mainnav .container {
  padding: 16px 0 0 0;
  background: #fff url('images/ie_bg.png');
  background: rgba(255,255,255,.95);
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}

/* LEVEL 1 */

#mainnav .mainsection {
  float: left;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 16px;
  font-weight: lighter;
  word-spacing: -1px;
  margin: 11px 15px 0 0;
  position: relative;
}

.mainsection .last { margin-right: 0; }

#mainnav .mainsection a {
  display: block;
  padding: 9px 8px 8px 8px;
  background: transparent url('images/mainnav_link_bg.png') repeat-x 0 -50px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}

#mainnav .mainsection a:visited { color: #652d86; }

#mainnav  .mainsection a:hover {
  background-position: 0 0;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0,0,0,.5);
}

#mainnav .mainsection a:active {
  color: #652d86;
  background-position: 0 -50px;;
  text-shadow: none;
  outline: none;
}

#mainnav .current_page_item a, #mainnav .current_page_ancestor a {
  padding: 6px 4px 5px 4px;
  border-width: 3px;
  -moz-border-image: url('images/nav_active_border.png') 3 repeat;
  -webkit-border-image: url('images/nav_active_border.png') 3 repeat;
  border-image: url('images/nav_active_border.png') 3 repeat; 
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#mainnav .current_page_item a:hover, #mainnav .current_page_ancestor a:hover {
  color: #652d86;
  background: none;
  text-shadow: none;
}

/* LEVEL 2 */

#mainnav .flymenu {
  display: none;
  position: absolute;
  top: 45px;
  left: auto;
  background: #fff url('images/ie_bg.png');
  background: rgba(255,255,255,.95);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,.2);
  box-shadow: 0 0 8px rgba(0,0,0,.2);
}

#mainnav .mainsection:hover .flymenu  {
  display: block;
}

#mainnav .column { 
  float: left;
  display: block;
  width: 160px;
  padding: 10px 0 10px 20px;
}

#mainnav .col1 {
  width: 198px;
}

#mainnav .col2 {
  width: 378px;
}

#mainnav .col3 {
  width: 558px;
}

#mainnav .col4 {
  width: 745px;
}

#mainnav .col5 {
  width: 930px;
}

/* LEVEL 3 */

#mainnav .columnlist {
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
  margin: 10px 0 20px 0;
}

#mainnav .columnlist li {
  padding-bottom: 7px;
}

#mainnav li.listtitle {
  font-size: 15px;
  line-height: 17px;
  font-weight: bold;
  padding-bottom: 15px;
  text-shadow: 1px 1px 0 rgba(255,255,255,1);
}

#mainnav .columnlist a {
  display: block;
  width: auto;
  padding: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-border-image: none;
  -webkit-border-image: none;
  border-image: none;
  text-shadow: 1px 1px 0 rgba(255,255,255,1);
}

#mainnav .columnlist a:hover {
  color: #a773c8;
  text-shadow: 1px 1px 0 rgba(255,255,255,1);
}

#mainnav .containers {
  width: 100%;
  height: 160px;
  clear: both;
  border-top: 1px solid #e0e0e0;
}

#mainnav .navigationcontainer a {
  display: block;
  width: auto;
  padding: 0;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-border-image: none;
  -webkit-border-image: none;
  border-image: none;
}


