/*
* New style - General
* @author Cheruvathoor Mohan Vijai
* @created 12.05.2009
* @modified 02.06.2009
* @copyright W-create Oy
* @version 2.0
*/

html
{
  height: 100%;
}

body{
	background: #293419 url(../images/new_images/bg_gradient_new.png) repeat-x top;
	height: 100%;
	position: relative;
	margin: 0;
	font-family: Trebuchet MS, Arial, sans-serif;
	z-index: 1;
}

form{
	margin: 0;	
}

div#container{
	background: url(../images/new_images/bg_top.png) no-repeat top left;
	min-width: 1130px;
	min-height: 756px;
}

/*
* The Main container where the main image with rays are displayed on the top
*/

div#maincontainer{
	
	position: relative;
	z-index: 2;			
}

/*

	Footer ray which is on the right bottom of the page

*/
div#footer_rays{
	position: fixed;
	top: 0px;
	left: 0px;
	background: url(../images/new_images/body_bottom.png) no-repeat bottom right;
	height: 100%;
	width: 100%;
        z-index: -100;
}

/* Login Page*/
div#logo{
	background: url(../images/new_images/logo.png) no-repeat;
	width: 180px;
	height: 91px;
	top: 150px;
	left: 480px;
	position: relative;
	z-index: 3;
}

div#login_font_header{
	width: 400px;

	font-size: 18px;
	color: #3c3c3c;
	top: 200px;
	left: 460px;
	position: relative;
	z-index: 4;
}

div#login_box{
	background: url(../images/new_images/login_box.png) no-repeat;
	width: 380px;
	height: 199px;
	top: 210px;
	left: 380px;
	position: relative;
	text-align: center;
	z-index: 5;
		
}

div#login_font{
	font-size: 20px;
	padding-top: 28px;
	padding-left: 30px;
}

.table{
	padding-top: 10px;
	padding-left: 55px;
	font-size: 16px;
	color: #FFFFFF; 
}
.textInput{	
	background: transparent url(../images/new_images/text_field.png) no-repeat;
	width: 123px;
	height: 21px;
	border: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;	
	
}

.login_button {
	padding-top: 0;
	padding-left: 10px;
	
}

div#login_reflection{
	background: url(../images/new_images/Kirjaudu_copy.png) no-repeat;
	height: 104px;
	width: 540px;
	top: 211px;
	left: 370px;
	position: relative;
	font-size: 12px;
	color: #3b3a38;				
}

div#login_reflection a{
	color: #333;
}

/* ENDOF login page */

/* For the INDEX PAGE*/

/* --------- The border code of top navigation menu -------*/
/*
		top_navigation_background - background for the top of the page
		top_navi_box 			  - main box which draws the top navigation menu
		top_nav_box_tlc 		  - top left corner of top navigation menu
		top_nav_box_trc 		  - top right corner of top navigation menu
		top_nav_box_tb 			  - top border of top navigation menu
		top_nav_box_content		  - basic text declaration for conetent inside the navigation box
*/

div#top_navigation_background{
	background: url(../images/new_images/top_gradient.png) repeat-x top;
	height: 60px;
	position: relative;
	z-index: 6;	
}

div#top_navigation_shadow{
	background: url(../images/new_images/formmain_down.png) repeat-x;
	top: 61px;
	height: 9px;
}

div#username{
	// top: 15px;
	// left: 975px;
	width: 300px;	
	// position: relative;
	font-size: 13px;
    font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	border: none;
}


div#logout{
	top: 30px;
	width: 200px;	
	position: relative;
	font-size: 13px;
	text-align: left;
	border: none;
	float: right;
}

div#logout a{
	color: #FFFFFF;
	outline: none;
	border: none;
	font-size: 13px;
	font-weight: bold;	
}

div#logout a:hover,
div#logout a:focus,
div#logout a:active{
	outline: none;
	color: #FF0000;
	border: none;	
} 

div#top_navigation_background a{
	color: #FFFFFF;
	font-size: 12px;
	margin: 0;
	text-decoration: none;
}
div#top_navi_row{
	margin-left: 84px;

	position: absolute;
	bottom: 1px;
	padding: 0;
	display: flex;
}
div#top_navi_box{
	background: url(../images/new_images/top_navi_box_gradient.png) repeat-x;
	height: 35px;
	margin-right: 10px;
}

#top_nav_box_tlc, #top_nav_box_trc{
	background-color: transparent;
	background-repeat: no-repeat;
}

#top_nav_box_tlc{
	background-image: url(../images/new_images/top_navi_box_topleft.png);
	background-position: 0% 0%;
}

#top_nav_box_trc{
	background-image: url(../images/new_images/top_navi_box_topright.png);
	background-position: 100% 0%;
}

#top_nav_box_tb{
	background: url(../images/new_images/top_navi_box_topborder.png) no-repeat top center;
}

#top_nav_box_content {
	padding-top: 7px;
}

ul#nav li a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	text-align: center;
	outline: none;
	height: 26px;
}


ul#nav{
	
	margin: 0;
	padding: 0;
	height: auto;
	list-style: none;
}

ul#nav li{
	float: left;
	/*background: url(../images/new_images/top_navi_divide.png) no-repeat center left;*/
	padding-left: 0px;
	padding-right: 5px;
	margin: 0;
	position: relative;
}

ul#nav li:first-child {
	padding-left: 10px;
	background: none;
}

ul#nav li {
    font-size: 14px;
    font-weight: bold;
}

ul#nav li a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	text-align: center;
	outline: none;
	height: 26px;
}

ul#nav li a:hover{

}

ul#nav li a.general{
	width: 78px;
}
                 
ul#nav li a.general:hover,
ul#nav li a.general:focus,
ul#nav li a.general:active	
{
	background: transparent url(../images/new_images/top_navi_hover1.png) no-repeat;
}

ul#nav li.general_wide{
	width: 90px;
}
                 
ul#nav li.general_wide:hover
{
	background: transparent url(../images/new_images/1Submenu_top1.gif) no-repeat;
	background-size: cover;
}

ul#nav li.general_wider{
	width: 128px;
}
                 
ul#nav li.general_wider:hover
{
	background: transparent url(../images/new_images/2Submenu_top1.gif) no-repeat;
}


ul#nav ul{
	position: absolute;
  	display: none;
  	width: auto;
  	margin: 0;
  	padding: 0;
}

ul#nav li.hover ul, ul#nav li:hover ul{
	background: url(../images/new_images/dropdown_content.png);
	background-size: contain;
	display: block;
	z-index: 10000;
	white-space: nowrap;
}

ul#nav li.hover ul li, ul#nav li:hover ul li 
{
	background: none;
	display: block;
	float: none;
	clear: both;
	z-index: 10000;
	position: static;
	border-bottom: 1px solid #747f21;
 	margin-right: 10px;
 	margin-left: 10px;
}

ul#nav li.hover ul li:first-child, ul#nav li:hover ul li:first-child {
	padding: 0;
}

ul#nav li.hover ul li a, ul#nav li:hover ul li a{
	text-align: left;
	font-weight: normal;
	height: auto;
	padding: 5px 0;
}

ul#nav li.hover ul li a:hover, ul#nav li:hover ul li a:hover{
	font-weight: bold;
}

ul#nav li.hover ul li.dropdown_bottom, ul#nav li:hover ul li.dropdown_bottom{
	background: url(../images/new_images/dropdown_bottom.gif);
	background-size: 100% 100%;
	border: none;
	height: 21px;
	width: 100%;
	padding: 0;
  	position: absolute;
	margin: -5px 0 0;
}

h1{
	background: url(../images/new_images/line_break.png) no-repeat bottom left;
	margin-left: 2%;
	padding-left: 3%;
	font-size: 30px;
	color: #363636;
	padding-bottom: 0;
}

h2{
	margin: 0;
	padding-top: 5px;
	font-size: 22px;
	color: #FFFFFF;
}

h3{
	padding-left: 84px;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 18px;
	color: #363636;
}

div#mainform_wrapper h3 {
	padding-left: 0;
}

p{
	margin-top: 0;
	padding-top: 0;
	padding-left: 84px;
	font-size: 12px;
	color: #363636;
}

div#mainform_wrapper p {
	padding-left: 0;
}

/* 
	ul for the sub-navigation starts here
	Add more properties here if you want to add more sub menus

*/

ul.main li#uusisad {
    background: url("../images/new_images/uusi_sad_lomake.png") no-repeat scroll left center transparent;
}
ul.main li#talletetutsad {
    background: url("../images/new_images/talletetut_sad_lomakkeet.png") no-repeat scroll left center transparent;
}
ul.main li#asiakasrekisteri {
    background: url("../images/new_images/asiakasrekisteri.png") no-repeat scroll left center transparent;
}
ul.main li#tuoterekisteri {
    background: url("../images/new_images/tuoterekisteri.png") no-repeat scroll left center transparent;
}
ul.main li#mallipohjat {
    background: url("../images/new_images/mallipohjat.png") no-repeat scroll left center transparent;
}
ul.main li#valmiit {
    background: url("../images/new_images/valmiit_icon.png") no-repeat scroll left center transparent;
}
ul.main li#viralliset {
    background: url("../images/new_images/viralliset.png") no-repeat scroll left center transparent;
}
ul.main li#info-icon-blue {
    background: url("../images/new_images/info_icon.png") no-repeat scroll left center transparent;
}
ul.main li#info-icon-red {
    background: url("../images/new_images/info_icon_red.png") no-repeat scroll left center transparent;
}
ul.main li#job-icon {
    background: url("../images/new_images/copy_as_job_icon.png") no-repeat scroll left center transparent;
}

ul#main{
	width: 500px;
	padding-left: 84px;
	*padding-left: 45px;
	list-style: none;
	font-size: 13px;
	font-weight: bold;
}

ul.main li a {
border: medium none;
color: #363636;
display: block;
height: 25px;
outline: medium none;
padding-left: 50px;
padding-top: 25px;
text-decoration: none;
}

ul.main {
font-size: 12px;
font-weight: bold;
list-style: none outside none;
}

ul#main li{
	float: left;
	width: 250px;
}

ul#main li#uusisad{
	background: url(../images/new_images/uusi_sad_lomake.png) no-repeat left;
}

ul#main li#talletetutsad{
	background: url(../images/new_images/talletetut_sad_lomakkeet.png) no-repeat left;
}

ul#main li#asiakasrekisteri{
	background: url(../images/new_images/asiakasrekisteri.png) no-repeat left;
}

ul#main li#tuoterekisteri{
	background: url(../images/new_images/tuoterekisteri.png) no-repeat left;
}

ul#main li#mallipohjat{
	background: url(../images/new_images/mallipohjat.png) no-repeat left;
}

ul#main li#valmiit{
	background: url(../images/new_images/valmiit_icon.png) no-repeat left;
}

ul#main li#viralliset{
	background: url(../images/new_images/viralliset.png) no-repeat left;
}

ul#main li a{
	padding-top: 28px;
	padding-left: 50px;
	height: 30px;
	display: block;
	color: #363636;
	border: none;
	outline: none;
	text-decoration: none;
}	

ul#main li a:hover,
ul#main li a:focus,
ul#main li a:active
{
	color: #606060;
}

/* ENDOF ul sub-navigation*/


/* 
	News main area which is displayed on the right hand side strats here
*/
div#news_main{
	background: url(../images/new_images/news_main_body_gradient.png) repeat-y;
	top: 185px;
	right: 0;
	margin-top: 10px;
	margin-right: 500px;
	width: 290px;
	padding: 0;
	float: right;
	position: absolute;
}

div#news_main_content{
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 20px;	
}

div#news_main_content h3{
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

#news_main_tb, #news_main_bb{
	background-color: transparent;
	/*background-repeat: repeat-x;*/
}
			
#news_main_tb{
	background: url(../images/new_images/news_main_top.png) no-repeat top center;
	margin-top: -10px;
	/*background-position: 0% 0%;*/
}

#news_main_bb{
	background-image: url(../images/new_images/news_main_bottom.png);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	margin: -10px;
}


/* ENDOF news main area*/

/* Sub-news area starts here*/
div#news_sub{
	background: #2a2928 repeat;
	margin-right: 23px;
}

div#news_sub_content{
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
#news_sub_tlc, #news_sub_trc, #news_sub_blc, #news_sub_brc{
	background-color: transparent;
	background-repeat: no-repeat;
}

#news_sub_tlc{
	background-image:url(../images/new_images/news_sub_top_left.png);
	background-position: 0% 0%;
}

#news_sub_trc{
	background-image:url(../images/new_images/news_sub_top_right.png);
	background-position: 100% 0%;
}
	
#news_sub_blc{
	background-image:url(../images/new_images/news_sub_bottom_left.png);
	background-position: 0% 100%;
}

#news_sub_brc{
	background-image:url(../images/new_images/news_sub_bottom_right.png);
	background-position: 100% 100%;
}

/*ENDOF sub-news area*/

/*ENDOF INDEX PAGE*/

/*

	General style for the displaying other pages.

*/

.form_bottom {

  margin-top:20px;
  height:55px;
  width:830px;
  padding-left:5px;
 
}

/*
	-------- SUB BOX for general purpose ---------

*/
/* ------Sub box left common part ------- */

div#subbox_left,
div#subbox_right,
div.subbox

{
	background: #535251 repeat;
	border: 1px solid #636262;
	float: left;
	margin-top: 15px;
	margin-right: 5px;
	padding: 0;
	position: relative;
	border-radius: 5px;
}

#subbox_left_tlc,
#subbox_right_tlc,
.subbox_tlc
{
	background-image: url(../images/new_images/formsub_top_left.gif);
	width: 5px;
	height: 5px;
	top: -1px;
	left: -1px;
	position: absolute;	
}

#subbox_left_trc,
#subbox_right_trc,
.subbox_trc
{
	background-image: url(../images/new_images/formsub_top_right.gif);
	width: 5px;
	height: 5px;
	top: -1px;
	right: -1px;
	position: absolute;
}

#subbox_left_blc,
#subbox_right_blc,
.subbox_blc
{
	background-image: url(../images/new_images/formsub_bottom_left.gif);
	width: 5px;
	height: 5px;
	bottom: -1px;
	left: -1px;
	position: absolute;
}

#subbox_left_brc,
#subbox_right_brc,
.subbox_brc
{
	background-image: url(../images/new_images/formsub_bottom_right.gif);
	width: 5px;
	height: 5px;
	bottom: -1px;
	right: -1px;
	position: absolute;
}

.subbox_left_body,
.subbox_right_body,
.subbox_body
{
	padding: 5px;
}

.subbox_left_body a,
.subbox_right_body a,
.subbox_body a
{
	color: #dff963;
	font-size: 10px;
}

/*ENDOF Sub Box left & right common part*/

/*ENDOF SUB BOX*/


#gridDiv {
	margin: 0;
	padding: 0;
        width: 850px;
        float: left;
        color: #FFFFFF;
}

#gridDiv .gridColumn {
    width:180px;
    height:30px;
    float: left;
    padding-left:8px;
    overflow:hidden;			
    border-right: 1px dotted #222;
    margin: 0.8px;


}

#gridDiv .gridColumnHeader {
    width:180px;
    height:30px;
    padding-left:10px;
    float: left;
    
}

#gridDiv .gridColumnShortHeader {
    width:90px;
    height:30px;
    padding-left:8px;
    padding-right:0px;
//    float: left;

}
#gridDiv .gridColumnTinyHeader {
    width:35px;
    height:30px;
    padding-left:8px;
    padding-right:0px;
    float: left;

}

#gridDiv .gridColumnTiny {
    width:22px;
    border-right: 1px dotted #222;
    height:30px;
    padding-top:5px;
    padding-left:8px;
    float: left;
    padding-right:12px;
}
#gridDiv .gridColumnShort {
    width:90px;
    border-right: 1px dotted #222;
    height:30px;
    padding-top:5px;
    padding-left:8px;
    float: left;
    padding-right:4px;
}
#gridDiv .gridColumnShortEven {
    width:90px;
    border-right: 1px dotted #222;
    height:30px;
    padding-top:5px;
    padding-left:8px;
    float: left;
    padding-right:4px;
}

#gridDiv .gridColumnLong {
    width:215px;
    border-right: 1px dotted #222;
    height:30px;
    padding-left:5px;
    float: left;
}

#gridDiv .gridColumnLongEven {
    width:215px;
    border-right: 1px dotted #222;
    height:30px;
    padding-top:5px;
    padding-left:5px;
    float: left;
}

.gridColumnButtons {
    width:136px;
    height:30px;
    float: right;
}

#gridDiv .gridColumnButtonsWide {
    width:120px;
    height:30px;
    float: right;
}

#gridDiv .gridColumnButtonsSam {
    width:192px;
    height:30px;
    float: none;
    text-align: right;
	white-space: nowrap;
}

.gridColumnButtons img {
	width:24px;
	height:24px;
}

.gridColumnButtons img:hover {
	width:32px;
	height:32px;
 	margin-left: -6px;
	margin-bottom: -6px;
	
}
#gridDiv .gridColumnButtonsSam img {
	width:24px;
	height:24px;
}

#gridDiv .gridColumnButtonsSam img:hover {
	width:32px;
	height:32px;
 	margin-left: -6px;
	margin-bottom: -6px;
}

#gridDiv td.gridColumn, #gridDiv td.gridColumnShort, #gridDiv td.gridColumnWide, #gridDiv td.gridColumnTiny, td.gridColumnButtons, #gridDiv td.gridColumnHeader, #gridDiv td.gridColumnShortHeader, #gridDiv
td.gridColumnTinyHeader {
	height: auto;
        min-height: 32px;
        float: none;
}

#gridDiv .row {
	height: auto;
        min-height: 32px;
}
/* Stripes */

.stripeheader {
  background-color: #9baa2c;
  color: #FFF;  
  padding-left: 2px;
}

tr.header {
  font-size: normal;
  color:#FFFFFF;
  background: -moz-linear-gradient(0% 100% 90deg, black, rgba(17, 17, 17, 0.35));
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(18, 18, 18, 0.35)), to(black));
  border-bottom: 1px solid #9baa2c;
  display: block;
  min-height: 32px;
}

tr.row {
  background-color: #333;
}

tr.even {
  background-color: #444;
}
tr.odd {
  background-color: #333;
}


.odd {
	background-color: #333;	
}

.even {
	background-color: #444;
}


.row {
    display: block;
    padding: 2px;
    width:843px;
    height:32px;
    text-align: left;
    text-decoration: none;
    font-family:verdana, sans;
    font-size:11px;
    color: #FFE;
    border-left: 2px solid #222;
    border-bottom: 2px solid #222;
    border-top: 2px solid #444;
    border-right: 1px solid #444;
  
}

.row:hover {
    text-decoration: none;
    background-color: #666;
    height:32px;
    border-top: 2px solid #222;
    border-bottom: 2px solid #444;
    border-right: 1px solid #444;
    border-left: 2px solid #222;
    padding: 2px;
    color: #FFF;
}

.tableborder {
	background: none;
}

td.hovertdsmall {
    text-decoration: none;
    height: 60px;
    text-align: center;
    border: solid 1px #A3CBCA;
}

td.hovertd {
    text-decoration: none;
    height: 100px;
    text-align: center;
    border: solid 1px #A3CBCA;
}


td.hoverrow:hover,
td.hovertd:hover {

    text-decoration: none;
    background-color: #9baa2c;
    border: solid 1px #9baa2c;
}

td.hovertdsmall,
tr.hovertdsmall {
	border: 0px;
}

td.hovertdsmall:hover,
tr.hovertdsmall:hover {
    text-decoration: none;
    background-color: #535251;
}
td.hoverrow {
   background: #535251 repeat;
//   height:35px;
   padding: 2px;
   border: solid 1px #333;
   

}
.colorbackground {
background: #EBCBCB;
padding:10px;
width: 800px;

}

/*
	For UPLOADING
*/
#wrapper
{
    position: relative;
    margin-left: 2%;
	padding-left: 3%;
    width: 773px;
    height: 474px;
    color: #363636;
    /* background: url(../images/kiwisaver/body_bg.gif) no-repeat  0 0; */
}

/*
	Overlay for main body so which is set to hidden in the body so that pop-ups will really pop up

*/


#screenoverlay
{
	 background-color: #000000;  /* The color to display*/

	/* The transparency of the background */
	opacity: 0.50;
	filter: alpha(opacity=50);
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%; 
	z-index: 500;
}

#screenoverlaydiv
{
       margin-left: auto;
       margin-right: auto;
       width: 50em; 
       position:relative;
       top: 30%;
       z-index: 3000;
       opacity: 1;
}


#sppdiv {
      color: white;
}

#sppdiv #blueheader {
      font-weight: bold;
}


#help p
{
color:#FAFAFA;
}

ul.main {
font-size: 12px;
font-weight: bold;
list-style: none outside none;
}

#pdfWidgetContainer, #messageWidgetContainer {
    margin-left: 20px;
    width: 300px;
}

#widgets {
    position: absolute;
    right: 20px;
    top: 130px;
}

div.widget_wrapper {
    float: left;
    position: relative;
    top: 47px;
	margin-left:35px;
    width: 1000px;
    height:250px;
}

#pdfMessageWidget, #messageWidget {
    position: absolute;
    right: 5px;
    top: 3px;
    width: 360px;
    color: white;
    float: left;
    font-size: 8pt;
    z-index: 800;
}
#messageWidget {
    left: 100px;
    top: -50px;
    width: 360px;
    height:250px;
}
#pdfMessageWidget {
    width: 360px;
}
#pdfMessageWidget span.green {
    color: white;
}
#messageWidget a, #pdfMessageWidget a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.widget_wrapper table th {
    border-bottom: 1px solid green;
}
.widget_wrapper table tr {
    border: 1px dotted gray;
}
.widget_wrapper #messageWidget table td, .widget_wrapper #pdfWidget table td {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color black;
    border-style: none none dotted;
    border-width: 0 0 1px;
    opacity: 0.8;
    padding: 3px;
}
.widget_wrapper #messageWidget table tbody tr:hover, .widget_wrapper #pdfWidget table tbody tr:hover {
    background-color: #CFCFCE;
    color: black;
    opacity: 1.1;
    cursor: pointer;
}
div#notifyWidget {
    left: 512px;
    top: -91px;
}
#notifyWidget a {
    text-decoration: none;
}
#notifyWidget strong {
    font-weight: 700;
}
#notifyWidget #form {
    display: none;
    height: 300px;
    left: -150px;
    position: absolute;
    top: -30px;
    width: 420px;
    z-index: 5000;
}
#notifyWidget #form table td {
    font-size: 11px;
    text-align: left;
}
#notifyWidget #form label {
    font-weight: 700;
}
#notifyWidget #form input {
    font-size: 11px;
    font-weight: 700;
}
#notifyWidget #form input.text {
    width: 250px;
}
#notifyWidget #form input.text.user {
    width: 100px;
}
#notifyWidget #msgcontainer {
    margin: 1em auto;
    width: 425px;
}
#notifyWidget #msgcontainer ul {
    list-style: none outside none;
}
#notifyWidget #msgcontainer ul.msgmenu li {
    float: left;
    margin-bottom: -1px;
    margin-right: 5px;
}
#notifyWidget #msgcontainer ul.msgmenu li {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #D0CCC9;
    border-style: solid;
    border-width: 1px 1px 0;
    color: #5F95EF;
    display: block;
    font-weight: 700;
    padding: 5px 10px;
    position: relative;
}
#notifyWidget .content {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D0CCC9;
    font-size: 11px;
    margin: 0 auto;
    padding: 10px 10px 20px;
    text-align: left;
}
#notifyWidget .content h1 {
    font-size: 32px;
    height: 48px;
    line-height: 1em;
    padding: 10px 10px 10px 52px;
    vertical-align: middle;
}
#notifyWidget .date {
    color: #AEAEAE;
    font-size: 9px;
    font-weight: normal;
}
#notifyWidget .clear {
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
#notifyWidget #loading {
    text-align: center;
}

#changeAll td {
    padding: 4px;
}

input:invalid {
    background-color: #FF6666;
}

#productList table {
	border-collapse: collapse;
}

.productRowItem td, .productRowItem th {
	padding: 3px 2px;
}
#keikkaId {
	font-size: 14px;
}
.gridColumnButtonsSam label {
	width: 100%;
	display: block;
	text-align: center;
}

.gridColumnButtonsSam label input {
	margin-top: -1px;
	vertical-align: middle;
}
.hidden-address {
	display: none;
}
.not-hidden {
	display: block !important;
}

.utu-import .col:not(:first-child) {
	margin-left: 5px;
}
.utu-import .selectize-input {
	border: 2px #7b7b7b inset !important;
	box-shadow: none !important;
}

.ngi-app label {
	color: black;
}
.utu-import .left-border {
	border-left: 1px solid #ddd;
	padding-left: 5px;
}
.utu-import .address_a, .utu-import .address_c {
	width: 100%;
}
.utu-import .field-row + .topic {
	margin-top: 5px;
}
.utu-import .hr {
	height: 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
	clear: both;
	padding-top: 4px;
	margin-bottom: 4px;
}
.utu-import .box {
	padding-bottom: 5px;
}
.utu-import input {
	padding-left: 2px;
	padding-right: 2px;
	box-sizing: border-box;
	font-size: 13.333px !important;
	border: 2px #7b7b7b inset !important;
}

.utu-import button {
	padding: 0 6px;
	border-width: 2px;
	border-radius: 4px;
	color: rgb(76, 76, 76);
	font-size: 13.333px !important;
}
.utu-import input:disabled, .selectize-input.disabled {
	background: #ccc !important;
	color: #333 !important;
	opacity: 1 !important;
}

.select2-container .select2-choice {
	border-radius: 0 !important;
	height: 15px !important;
	font-size: 13.333px !important;
	line-height: 15.333px !important;
}

.select2-container .select2-choice .select2-arrow {
	background: transparent !important;
	border: none !important;
}
.select2-container.select2-allowclear .select2-choice abbr {
	top: 1px;
	right: 3px;
}
.select2-arrow.ui-select-toggle {
	display: none !important;
}
.select2-drop {
	font-size: 13.333px !important;
	width: 250px !important;
}

.ng-datalist-container {
	position: relative;
}
.ng-datalist-list {
	list-style-type: none;
	display: block;
	position: absolute;
	top: 19px;
	max-height: 200px;
	background-color: white;
	width: 230px;
	overflow-y: auto;
	overflow-x: auto;
	border: 1px solid #b8b8b8;
	color: black;
	font-size: 13.33px;
	z-index: 2;
	box-shadow: rgb(51 51 51) 2px 5px 5px;
	white-space: normal;
}
.ng-datalist-list li {
	padding: 5px;
	cursor: pointer;
}
.ng-datalist-list li span {
	font-size: 10px;
}
.ng-datalist-list li:hover {
	background: #b8b8b8;
}
.ng-datalist-input {
	max-width: 100%;
}

.ng-datalist-container:after {
	position: absolute;
	top: 50%;
	right: 4px;
	display: block;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-color: #808080 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	content: ' ';
	pointer-events: none;
}
.ng-datalist-highlight {
	background: #b8b8b8;
}


#xml_utu .processDialog.btn {
	padding-left: 3px;
	padding-right: 3px;
}
#xml_utu {
	font-size: 14px;
}
#xml_utu input,  #xml_utu select {
	margin: 1px 0 5px;
}
#xml_utu #changeForm, #xml_utu #cancelForm, #xml_utu #changeForm, #xml_utu #changeForm2, #xml_utu #infoForm, #xml_utu #contactForm, #xml_utu #filediv  {
	border: 1px solid #fff;
	padding: 5px;
}
#xml_utu hr {
	border-color: #aaa;
}