@font-face
{
    font-family: Custom1;
    src: url('Nunito-Regular.ttf')
    ,url('Sansation_Light.eot'); /* IE9+ */
}
#main
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
  /*comment*/
}

body, p
{
  margin: 0;
  font-family: Sans-Serif, Arial, Helvetica, Custom1;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: justify;
}

body
{
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #95A2AD;
	background-image: url(../images/content-bg2.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center bottom;
}
body.body-fp
{
	margin-top: 0px;
}

#figure_down {
	background-image: url(../images/figure_down.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 0;
	height: 500px;
	position: fixed;
	width: 100%;
	z-index:-1;
}
.small-text {
  font-size: 80%;
}

/* begin linkit */
.content a:link,a:visited
{
	color: #000000;
    text-decoration:none;
}
.content a:hover,content a:active
{
	color: #000000;
	font-weight: normal;
	text-decoration:underline;
}
a.none, a.none:hover
{
    text-decoration:none !important;
}
a
{
	font-size: 14px;
}

a.created,a.updated
{
	color: #000000;
	background: #9EFFA7;
	border-width: 1px;
	border-style: dashed;
	border-color: #007F0E;
	text-decoration: none;
}
.breadcrumb a:hover
{
	font-weight: normal;
}
span.breadcrumb_last
{
    font-size: 14px;
    color: #A82753;
    font-weight: bold;
}
.finger_icon
{
    cursor: pointer;
}
.finger_icon:hover
{
    text-decoration: underline;
}
.draggable:hover
{
    cursor: move;
}
.gendialog_title:hover
{
    cursor: move;
    background-color: #DCEBF4;
}
.dialog_close
{
    cursor: pointer;
}
/* end linkit */

/* begin Header */
div.header
{
  margin: 0 auto;
  margin-top: 0px;
  position: relative;
  z-index: 0;
  height: 115px;
  overflow: hidden;
  background: transparent;
}

/* begin Header frontpage */
div.header-fp
{
  margin: 0 auto;
  position: relative;
  z-index: 0;
  height: 20px;
  overflow: hidden;
}
div.nav_top
{
  position: relative;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 0px;
  overflow: hidden;
}
.nav-center
{
	margin: 0;
    padding-top: 0px;
    text-align: center;
}
.nav-left
{
	margin: 0;
    padding-top: 0px;
    text-align: left;
}
.nav-center a
{
	text-decoration:none;
	color: #000000;
	font-weight: normal;
	
}
.nav-link
{
    background: #EAEAEA;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAEAEA', endColorstr='#FFFFFF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#EAEAEA), to(#FFFFFF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #EAEAEA,  #FFFFFF); /* for firefox 3.6+ */ 
        
	border:1px solid;
	border-radius:25px;
	-moz-border-radius:25px; /* Firefox 3.6 and earlier */
	border-color: #404040;
	padding: 5px;

}
.nav-link:hover
{
	background: #F2F2F2;
	border-color: #9CA7A8;
}
.nav-link>a
{
	font-size: 16px;
	padding: 5px;
}
.nav-link>a:hover
{
	
}

/* 
span.nav_help
{
    background-color: #AAB6C4;
}
span.nav_help:hover
{
    background-color: #005AC1;
}
*/
.sheet
{
  z-index: 0;
  min-width: 1280px;
  min-height: 33px;
  border-width: 0px;
  border-style: solid;
  border-color: #C0C0C0;
  background-color: #fefefe;
  padding: 0px;
  display: inline-block;
  min-width: 100%;
  
  /*
  position: relative;
  margin: 0 auto;
  -webkit-border-radius: 25px 20px 20px 20px;
  -moz-border-radius: 25px 20px 20px 20px;
  border-radius: 25px 20px 20px 20px;
  */
}

.sheet_fp
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 600px;
  min-width: 33px;
  min-height: 350px;
}

.sheet-body
{
  position: relative;
  z-index: 1;
  padding: 0px;
  margin: 0px;
}
.sheet-tr, .sheet-tl, .sheet-br, .sheet-bl, .sheet-tc, .sheet-bc,.sheet-cr, .sheet-cl
{
  position: absolute;
  z-index: -1;
}
.sheet-tr, .sheet-tl, .sheet-br, .sheet-bl
{
  width: 44px;
  height: 44px;
  background-image: url('../images/sheet_s.png');
}

.sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 22px, 22px, auto);
}

.sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 22px, 22px);
}

.sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(22px, 22px, auto, auto);
}

.sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(22px, auto, auto, 22px);
}

.sheet-tc, .sheet-bc
{
  left: 22px;
  right: 22px;
  height: 44px;
  background-image: url('../images/sheet_h.png');
}

.sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 22px, auto);
}

.sheet-bc
{
  bottom: 0;
  clip: rect(22px, auto, auto, auto);
}

.sheet-cr, .sheet-cl
{
  top: 22px;
  bottom: 22px;
  width: 44px;
  background-image: url('../images/sheet_v.png');
}

.sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 22px);
}

.sheet-cl
{
  left: 0;
  clip: rect(auto, 22px, auto, auto);
}

.sheet-cc
{
  position: absolute;
  z-index: -1;
  top: 22px;
  left: 22px;
  right: 22px;
  bottom: 22px;
  background-color: #FFFFFF;
}

.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

div.content
{
    display: block;
    padding-left: 4px;
    padding-right: 5px;
    padding-top: 2px;
    /* 
    width: auto;
    max-width: 100%;
    overflow: hidden;
    overflow: auto; /* or overflow: scroll;
    */
    border-color: #000000;
    border-width: 0px;
    border-style: solid;
    border-top-color: #CCCCCC;
    border-top-width: 0px;
    border-top-style: solid;
    margin-bottom: 2px;
    background: transparent; /* for non-css3 browsers */
}

.overflow-y
{
    overflow-y: auto;
}
div.listaus
{
    width: 100%;
    /* height: 665px; */
    margin-top: 5px;
    overflow:auto;
    padding: 0px;
    background: #EDF1F2;
    border-color: #FFFFFF;
	border-bottom-color: #BEC5C6;
	border-right-color: #BEC5C6;
	border-width: 1px;
	border-style: solid;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
}
div.search, div.auth_user_list
{
    width: 100%;
    /* height: 590px; */
    margin-top: 5px;
    overflow-y:auto;
    overflow-x:hidden;
    padding: 0px;
    background: #EDF1F2;
    border-color: #FFFFFF;
	border-bottom-color: #BEC5C6;
	border-right-color: #BEC5C6;
	border-width: 1px;
	border-style: solid;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
}
table.searchform, table.auth_user_list
{
    width: 100%;    
}
table.searchform input[type=text]
{
	width: 220px;
}
td.search_field select
{
    width: 220px;
}
table.search input, table.search input:focus, table.search input:hover, table.auth_user_list input, table.auth_user_list input:focus, table.auth_user_list input:hover, input.asset_list, input.generaltable_input
{
    padding: 0px;
    background-color: transparent;
    border-color: #000000;
    border-width: 0px;
    border-style: solid;
    font-size: 14px;
    box-shadow: none;
   
    border-radius:0px;
    -moz-border-radius:0px; /* Firefox 3.6 and earlier */
   
}
tr.search th, tr.search td, tr.auth_user_list th, tr.auth_user_list td
{
    font-size: 14px;
	border-right:1px dashed #DDDDDD; /* viivoja listaan */
}
tr.search td, tr.auth_user_list td
{
	border-bottom:1px solid #AAAAAA; /* viivoja listaan */
}
tr.search input
{
	width: 100%;
}
tr.search th.asset, tr.search td.asset
{
	width: 100%;
}
tr.search th.category, tr.search td.category
{
	width: 100%;
}
tr.search th.serial_number, tr.search td.serial_number
{
	width: 100%;
}
tr.search th.rental_company, tr.search td.rental_company
{
	width: 100%;
}
tr.search th.name, tr.search td.name
{
	width: 100%;
}
tr.search th.first_name, tr.search td.first_name
{
	width: 100%;
}
tr.search th.last_name, tr.search td.last_name
{
	width: 100%;
}

.generaltable_list_div_around_td
{
	/* height: 650px; */
	/* overflow-y:auto;  */
}

/* BEGIN GENERALTABLE */
/* BEGIN group.html permissions */
div.group_permissions,div.generaltable
{
    width: 100%;
    border-radius:0px;
	-moz-border-radius:0px; /* Firefox 3.6 and earlier */
    box-shadow: 0px 0px 5px #888888;
    background: #EDF1F2;
    border-color: #FFFFFF;
	border-bottom-color: #BEC5C6;
	border-right-color: #BEC5C6;
	border-width: 1px;
	border-style: solid;
    padding: 0px;
    margin: 0px;
}
div.group_permissions
{
    padding-bottom: 5px;
}
table.group_permissions,table.generaltable
{
    width: 100%;
    border-width: 0px; 
    border-style: solid; 
    border-color: #000000;
}
th.group_permissions,th.generaltable
{
    background-color: #CCCCCC;
    border-width: 0px;
    border-bottom-width: 2px;
    border-style: solid;
    border-color: #BBBBBB;
    text-align: left;
    height: 18px;
    line-height: 18px;
}
tr.group_permissions,tr.generaltable
{
    border-width: 0px;
    border-bottom-width: 1px;
    border-style: dashed;
    border-color: #BBBBBB;
    
}
td.group_permissions,td.generaltable
{
    vertical-align: top;
    text-align: left;
    height: 25px;
    line-height: 25px;
}
/* vain listaussivujen (event_list.html, location_list.html jne. kayttoon, */
/* koska max-korkeus on fixattu */
div.generaltable_list
{
    height: 100%;
    /* max-height: 640px; */
    overflow-y: auto;
}
/* END group.html permissions */
/* END GENERALTABLE */

tr.auth_user_list th.username, tr.auth_user_list td.username
{
	width: 60px;
}
tr.auth_user_list th.name, tr.auth_user_list td.name, tr.auth_user_list th.email, tr.auth_user_list td.email, tr.auth_user_list th.last_login, tr.auth_user_list td.last_login, tr.auth_user_list th.date_joined, tr.auth_user_list td.date_joined
{
	width: 100px;
}
tr.auth_user_list th.is_active, tr.auth_user_list td.is_active, tr.auth_user_list th.is_superuser, tr.auth_user_list td.is_superuser
{
	width: 40px;
}

div.left_section,div.right_section
{
    /* height: 695px; */
    float: left;
    overflow: auto;
    padding: 5px;
    background: #EDF1F2;
    border-color: #FFFFFF;
	border-bottom-color: #BEC5C6;
	border-right-color: #BEC5C6;
	border-width: 1px;
	border-style: solid;
    border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
}
div.left_section
{
    width: 775px;
    margin-left: 0px;
}
div.right_section
{
    width: 450px;
    margin-left: 3px;
}
/* kaytetaan blockien pystysuuntaiseen ryhmittelyyn */
div.block-group
{
     /* height: 705px; */
     float: left;
     overflow: auto;
     margin-left: 2px;
}
div.block
{
    float: left;
    overflow: auto;
    padding: 5px;
    background: #EDF1F2;
    border-color: #FFFFFF;
	border-bottom-color: #BEC5C6;
	border-right-color: #BEC5C6;
	border-width: 1px;
	border-style: solid;
    border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
}
div.asset,div.asset_one,div.connector_list_base,div.location,div.user
{
    width:370px;
    overflow:auto;
    border:1px dashed #404040;
	border-radius:2px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
	background-color: #FFFFFF;
}
div.asset
{
	margin-top: 2px;
    padding: 5px;
	overflow:auto;
	height:140px;
}
div.asset_one,div.connector_list_base
{
	margin-top: 2px;
	padding: 5px;
	overflow:auto;
}
div.asset_one
{
    height: 40px;
}
select.connector_list_base
{
    height: 585px;
    width: 200px;
}
div.connector_list_base
{
    height: 570px;
}
div.location,div.user
{
	margin: 5px;
	padding: 2px;
    height: 600px;
}
div.divider
{
	border-color: #000000;
	border-bottom-color: #BEC5C6;
	border-right-color: #BEC5C6;
	border-width: 0px;
	border-bottom-width: 4px;
	border-style: double;
	margin: 10px;
	box-shadow: 1px 1px 5px #888888;
}
div.asset_dates,div.asset_whereabouts,div.asset_servicereports,div.asset_usages
{
	float:left;
	margin: 5px;
}
div.nofloat
{
	float: none;
	clear: both;
}
div.connector_list_base_elements
{
	padding: 10px; position: relative; float:left;
}
div.helpball
{
    float:right;
    max-width: 300px;
    text-align: right;
}
div.helpball-list
{
    margin-right: 35px;
    position: relative;
    bottom: 35px;
}

label, th, textarea
{
	font-family: Sans-Serif, Arial, Helvetica, Custom1;
	font-weight: normal;
	color: black;
}

/* formin tyyli*/
input[type="text"],input[type="password"],textarea,input[type="email"]
{
	width: 280px;
	font-size: 14px;
	padding: 3px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
    
    box-shadow: 2px 2px 2px #D3D3D3 inset;
	
	border-radius:3px;
	-moz-border-radius:3px; /* Firefox 3.6 and earlier */
}
input[type="text"]:hover,input[type="password"]:hover, textarea:hover, select:hover, input[type="email"]:hover
{
	padding: 3px;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
    
    background-color: #FFFFFF;
    box-shadow: -1px -1px 0px #D3D3D3 inset;

}
input[type="text"]:focus, input[type="password"]:focus ,textarea:focus
{
	padding: 2px;
	border-width: 2px;
	border-color: #5D6668;
	border-style: solid;
    
    background-color: #FFFFFF;
    
	box-shadow: -1px -1px 2px #D3D3D3 inset;
}
input#username,#password,input#uusi_kategoria
{
	padding: 2px;
	font-size: 16px;
    background-color: #FFFFFF;
    border-width: 1px;
	border-color: #000000;
	border-style: solid;
	box-shadow: 0px 0px 0px #D3D3D3 inset;
	border-radius:3px;
	-moz-border-radius:3px; /* Firefox 3.6 and earlier */
}
input#username:focus,#password:focus,input#uusi_kategoria:hover,input#uusi_kategoria:focus
{
	padding: 2px;
	background-color: #DDF1FF;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	
	border-radius:3px;
	-moz-border-radius:3px; /* Firefox 3.6 and earlier */
}
div.content input[type="submit"], div.sheet_fp input[type="submit"]
{
    margin-top: 1px;
	padding: 4px;
	background-color: #F5F7F6;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	
	border-radius:3px;
	-moz-border-radius:3px; /* Firefox 3.6 and earlier */
}
button.reset
{
    margin-top: 1px;
	padding: 0px;
	background-color: #F5F7F6;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
}
div.content input[type="submit"]:hover, div.sheet_fp input[type="submit"]:hover
{
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
    
    box-shadow: 0px 0px 3px #5D6668;
	
}
button.reset:hover
{
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
    
    box-shadow: 0px 0px 3px #5D6668;
	
}
input.disabled input[type="submit", disabled="disabled"]
{
	background: #F5F7F6;
	border-color: #CCCCCC;
}
input.disabled:hover input[type="submit", disabled="disabled"]:hover
{
	background: #F5F7F6;
	border-color: #CCCCCC;
    box-shadow: 0px 0px 0px #5D6668;
	
}
textarea
{
    height: 85px;
}
select[multiple=multiple]
{
    height: 85px;
}
select,select#id_categories,select#id_asset,select#id_location
{
	width: 288px;
	vertical-align: text-top;
	padding: 3px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	
	border-radius:3px;
	-moz-border-radius:3px; /* Firefox 3.6 and earlier */
}
select:hover
{
	
}
// yksittäinen valinta selectin sisällä
option
{

}
/* error selector */
ul.errorlist
{
	display:none;
}

input.has_error,select.has_error,input.has_error:hover,input.has_error:focus,textarea.has_error, div.has_error
{
	background-color: #FFADAD !important;
}
div.has_error *
{
    background-color: #FFADAD !important;
}
.span_has_error
{
	font-size: 14px;
	color: red;
}
span.required
{
	font-weight: 900;
	color: red;
	font-size: 120%;
}
.js_error
{
    padding: 2px;
    border-color: #7F0000;
    border-width: 2px;
    border-style:solid;
    background-color: #FF7F7F;
    color:#000000;
    margin-left:auto;
    margin-right:auto;
    border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
    text-align: center;
}
.nojs-hidden
{
    visibility: hidden;
}
td,tr
{
	vertical-align:top;
}
table,td,th,tr
{
    padding: 0px;
}
th,td
{
    padding: 1px;
}
table
{
    border-collapse:collapse;
}
.dialog_connector_list_base>.ui-dialog-titlebar
{
	display: none;
}
th.object_base
{
     text-align: left;
}
span.child_title
{
	color: black;
    font-size: 14px;
}
/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #5E6C6E;
}

.page-footer
{
  text-align: center;
  text-decoration: none;
  color: #41768B;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
/* end PageFooter */

/* BEGIN Feedback */
input[type="submit"].gofeedback
{
    background: #CCF4FF; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#A5FF7F'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5FF7F)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFFFFF,  #A5FF7F); /* for firefox 3.6+ */ 
}
input[type="submit"].gofeedback:hover
{
    background: #CCF4FF; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CBFFB5'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CBFFB5)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFFFFF,  #CBFFB5); /* for firefox 3.6+ */ 
}
div.feedback_form
{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
div.feedback_form table
{

}
th.feedback_label
{
    width: 100px;
    text-align:left;
}
td.feedback_field
{
    text-align: left;
}
td.feedback_button
{
    text-align: right;
}
div.feedback_form textarea, div.feedback_form input[type=text]
{
    width: 350px;
}
a.feedback_returnlink
{
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}
a.feedback_returnlink:hover
{
    text-decoration: underline;
}
/* END Feedback */

/* BEGIN language select */
div.langchoose input
{
    cursor:pointer !important;
    width: 16px !important;
    height: 11px !important;
    border: none !important;
    border-radius:0px !important;
	-moz-border-radius:0px !important;
}
div.button_Finnish input, div.button_button_Finnish input:hover
{
    background:url(../images/fi.png) no-repeat !important;
}
div.button_Swedish input, div.button_button_Swedish input:hover
{
    background:url(../images/sv.png) no-repeat !important;
}
div.button_English input, div.button_button_English input:hover
{
    background:url(../images/en.png) no-repeat !important;
}
div.langchoose input:hover
{
    box-shadow: 0px 0px 5px #5D6668;
}
select.select_languages
{
    display: none;
}
/* END language select */

/* alert.html */
div.alerts
{
    margin: 0px;
    margin-top: 5px;
    padding: 5px;
    
    background: #EDF1F2;
    border-color: #FFFFFF;
	border-bottom-color: #BEC5C6;
	border-right-color: #BEC5C6;
	border-width: 1px;
	border-style: solid;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
}
div.alerts_list
{
     overflow: auto;
     height: 600px;
}
table.alert_title
{
    width: 100%;
}
table.alert_table
{
    width: 100%;
}
table.alert_table
{
    border-color: #000000;
    border-width: 0px;
    border-style: solid;
}
table.alert_passed, table.alert_today
{
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
}
tr.alert
{
    height: 25px;
}
td.alert_acknowledged, td.alert_acknowledge
{
    text-align: left;
}
.alerts th
{
    padding-left: 3px;
    border-color: #222222;
    border-width: 0px;
    border-style: solid;
    border-bottom-width: 0px;
}
.alerts td
{
    vertical-align: middle;
    border-color: #606060;
    border-width: 0px;
    border-style: dashed;

    
}
td.alerts_group, tr.alert_title
{
	margin: 0px;
    margin-top: 5px;
    margin-bottom: 2px;
    /*background-color: #6D7C82; */
     /*text-shadow: 0px 0px 0px #000000; */
    padding: 2px;
	font-weight: bold;
	color: #383838;

    background: #FFFFFF; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D7DFE1', endColorstr='#FFFFFF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#D7DFE1), to(#FFFFFF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #D7DFE1,  #FFFFFF); /* for firefox 3.6+ */ 
	
    border-color: #A0A0A0;
	border-width: 1px;
	border-style: solid;
}
th.alert_title
{
    background: #FFFFFF; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D7DFE1', endColorstr='#FFFFFF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#D7DFE1), to(#FFFFFF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #D7DFE1,  #FFFFFF); /* for firefox 3.6+ */ 
}
tr.alert_title
{
    font-size: 20px;
}
td.alerts_group
{
    border-color: #808080;
	border-width: 1px;
	border-style: solid;
}
.alert_table input, .alert_table input:focus, .alert_table input:hover
{
    width: 175px;
    height: 30px;
    padding: 0px;
    background-color: transparent;
    border-color: #000000;
    border-width: 0px;
    border-style: solid;
    font-size: 14px;
    box-shadow: none;
    
	border-radius:0px;
	-moz-border-radius:0px; /* Firefox 3.6 and earlier */
    
}
.alert_today
{
    color: #000000;
	background: #FF7F7F;
	border-width: 1px;
	border-style: solid;
	border-color: #7F3F3F;
	text-decoration: none;
}
.alert_passed
{
    color: #000000;
    background: #FF7F7F;
	/*background-color: transparent;*/
	border-width: 1px;
	border-style: solid;
	border-color: #7F3F3F;
	text-decoration: none;
}
.alert_acknowledged
{
    color: #000000;
	background: #C5FFAD;
	border-width: 1px;
	border-style: dashed;
	border-color: #3F7F47;
	text-decoration: none;
    font-size: 12px;
    padding: 2px;
}
input.show_acknowledged, input.hide_acknowledged
{
    background: transparent !important;
    padding: 0px !important;
    border-color: #000000;
    border-width: 0px !important;
    border-style: solid;
    font-size: 14px;
    border-radius:3px !important;
	-moz-border-radius:3px !important; /* Firefox 3.6 and earlier */
}
input.show_acknowledged
{
    
}
input.hide_acknowledged
{


}
.alert_list_acknowledge_button
{
    width: 100px;
}
.alert_list_acknowledged_button
{
    width: 100px;
    border-color: #527F3F;
    background-color: #C5FFAD;
    border-width: 1px;
    border-style: solid;
    border-radius:3px;
	-moz-border-radius:3px; /* Firefox 3.6 and earlier */
}
/* end alerts.html */

.only_print
{
display: none;
}

/* BEGIN object_base.html messages */
.object_base_green, .object_base_red, .group_green, .group_red
{
    color: #000000;
	border-width: 1px;
	border-style: dashed;
	text-decoration: none;
}
.object_base_green, .group_green
{
    background-color: #C5FFAD;
    border-color: #3F7F47;
}
.object_base_red, .group_red
{
    background-color: #FAE6E6;
    border-color: #7F3F3F;
}

/* END object_base.html messages */

/* BEGIN asset_list.html */
.list_div_around_th
{
    width:100%;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
    border-bottom-width: 0px;
}
.list_div_around_td
{
    width:100%;
    height: 650px;
    overflow-y: auto;
    border-top-right-radius:0px;
    border-top-left-radius:0px;
}
.asset_list_tr_valign
{
    vertical-align: top;
}



/* END asset_list.html */

.CheckboxSelectMultiple
{
    background: #FFFFFF;
    height: 120px;
    width: 284px;
    overflow-y: auto;
    overflow-x: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}
.CheckboxSelectMultiple.has_error
{
    background: #FFADAD !important;
}
.CheckboxSelectMultiple_row
{
    width: 400px;
}
.basket_count
{
    font-size: 12px;
    color: #555555;
    vertical-align: middle;
}
.acknowledged_feedback
{
    color: #000000;
	background: #C5FFAD;
	border-width: 1px;
	border-style: dashed;
	border-color: #3F7F47;
	text-decoration: none;
    font-size: 12px;
}
.base_feedback textarea
{
    width: 250px;
    height: 125px;
}
.infobox
{
    color: #0A325E;
    border-radius:2px; 
    background-color: #DFEBF7; 
    border-color: #1058AD;
    border-width: 1px; 
    border-style: solid;
    box-shadow: 2px 2px 2px #CCCCCC;
    margin: 2px;
    padding: 1px;
    line-height: 100%;
    vertical-align:middle;
}
div.notify
{
    position: fixed;
    left: 640px;
    top: 200px;
    display: none;
    padding: 5px; 
    width: 360px; 
    min-height: 10px;
    max-width: 360px;
    margin: 10px; 
    float: right; 
    z-index:1010;
    border-radius:5px; 
    background-color: #FFFFFF; 
    border-color: #555555;
    border-width: 1px; 
    border-style: solid;
    box-shadow: 2px 2px 2px #000000;
}
div.notify_title
{
    height: 24px;
    border-radius:5px;
    padding: 2px;
    background-color: #EEEEEE;
}
div.notify_body
{
    padding: 10px;
}

/* BEGIN dialog.html */

div.gendialog
{
    display: none;
    position: fixed;
    left: 640px;
    top: 200px;
    
    padding: 5px; 
    width: 360px; 
    min-height: 10px;
    max-width: 360px;
    margin: 10px; 
    float: right; 
    z-index:1010;
    border-radius:5px; 
    background-color: #FFFFFF; 
    border-color: #555555;
    border-width: 1px; 
    border-style: solid;
    box-shadow: 2px 2px 2px #000000;
}
div.gendialog_title
{
    height: 24px;
    border-radius:5px;
    padding: 2px;
    background-color: #EEEEEE;
}
div.gendialog_title_icon
{
    float: left;
    vertical-align: middle;
}
div.gendialog_title_close
{
    float: right;
    vertical-align: middle;
}
div.gendialog_body
{
    padding: 10px;
}
img.gendialog_close
{
    vertical-align: middle;
}
button.gendialog_ok_button, a.gendialog_ok_a
{
    text-decoration: none;
}
span.hide_at_first
{
    display: none;
}

/* END */

/* BEGIN history_dialog lisa-asetukset (pohjautuu gendialogiin) */
#history_dialog
{
    width: 620px;
    max-width: 620px;
}

#history_dialog .gendialog_body
{
    max-height: 300px;
    overflow: auto;
}


/* END */

/* BEGIN asset_list tavaran siirto dialogi */
#where input
{
    width: 240px;
}
#where select
{
    width: 248px;
}
#where textarea
{
    width: 240px;
}

div.prev_next_buttons
{
	padding-top: 5px;
}

div.prev_next_buttons input[type="submit"]
{
	padding: 0px;
	height: 25px;
	width: 100px;
	vertical-align: middle;		
}

div.prev_next_buttons input[disabled="disabled"], .prev_next_buttons input[disabled="disabled"]:hover
{
    box-shadow: 0px 0px 0px #000000 !important;
    border-width: 1px !important;
    border-color: #CCCCCC !important;
    background: transparent !important;
}
.display_none
{
    display: none;
}
.ajax_div_loading
{
    opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
}

/* BEGIN tekee esim linkeista buttonin nakoisia */
.buttonstyle
{
    display: inline-block;
    /*background-color: #80FF80;*/
    background: #E5E5E5;
    background-image: url("../images/background/button_bg03.png");
    background-repeat: repeat-x;
    background-size:1px 100%;
    border-color: #666666;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius:5px; /* Firefox 3.6 and earlier */
    border-radius:5px;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    margin: 1px;
    margin-top: 1px;
    margin-bottom: 2px;
    text-decoration: none !important;
    vertical-align: middle;
    min-height: 16px;
    line-height: 100%;
}
.buttonstyle:hover
{
    
    background: #FFFFFF;
    border-color: #000000;
    cursor: pointer;
}
.buttonstyle_disabled
{
    display: inline-block;
    /*background-color: #80FF80;*/
    background: #E5E5E5;
    background-image: url("../images/background/button_bg05.png");
    background-repeat: repeat-x;
    background-size:1px 100%;
    color: #999999;
    border-color: #808080;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius:5px; /* Firefox 3.6 and earlier */
    border-radius:5px;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    margin: 1px;
    margin-top: 1px;
    margin-bottom: 2px;
    text-decoration: none !important;
    min-height: 16px;
    line-height: 100%;
    vertical-align: middle;
}
button.basket_button, button.basket_button_disabled {
  line-height: 14px;
  padding: 3px;
}
/* END */
.gradi01
{
    background-image: url("../images/background/button_bg03.png");
    background-repeat: repeat-x;
    background-size:1px 100%;
}
.gradi01:hover
{
    background-image: none;
    background-repeat: repeat-x;
    background-size:1px 100%;
}
/*
.bubble:hover
{
    background: #FFFFFF;
    border-color: #C0C0C0;
    cursor: pointer;
    
}
*/
div.h3
{
    width: 100%;
    height: 16px;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 2px;
    margin-right: px;
    padding: 0px;
    font-weight: normal;
    color: #383838;
    
    border-radius:2px;
    -moz-border-radius:2px; /* Firefox 3.6 and earlier */
    
    background: #FFFFFF; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D7DFE1', endColorstr='#FFFFFF'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#D7DFE1), to(#FFFFFF)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #D7DFE1,  #FFFFFF); /* for firefox 3.6+ */ 
    
    border-color: #FFFFFF;
    border-top-color: #BEC5C6;
    border-left-color: #BEC5C6;
    border-width: 1px;
    border-style: solid;
}
.bubble
{
    vertical-align:middle;
    display: inline-block;
    border-color: #FFFFFF;
    border-width: 0px;
    border-style: solid;
    -moz-border-radius:5px; /* Firefox 3.6 and earlier */
    border-radius:5px;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    margin: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    text-decoration: none !important;
    vertical-align: middle;
    min-height: 16px;
    line-height: 100%;
    background: #FFFFFF;
    background-repeat: repeat-x;
    background-size:1px 100%;
    border-color: #808080;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius:5px; /* Firefox 3.6 and earlier */
    border-radius:5px;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    margin: 1px;
    margin-top: 1px;
    margin-bottom: 2px;
    text-decoration: none !important;
    vertical-align: middle;
    overflow:auto;
    line-height: 100%;
    
}
/* messages */
.messages_bubble
{
    float:left;
    width: 860px;
    text-align: left;
    background: #FFFFFF;
    border-color: #808080;
    border-width: 1px;
    border-style: solid;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
    margin: 2px;
    -moz-border-radius:5px; /* Firefox 3.6 and earlier */
    border-radius:5px;
}
.messages_bubble_head
{
    width: 99%;
    font-size: 10px;
    float:left;
}
.messages_bubble_writer
{
    width: 45%;
    float:left;
    text-align: left;
}
.messages_bubble_date
{
    width: 45%;
    float:right;
    text-align: right;
}
.messages_bubble_content
{
    width: 90%;
    font-size: 13px;
    font-weight: normal;
    float:left;
    
}
#ajax_open_message_replies
{
    border-color: #555555;
    border-style: solid;
    border-width: 0px;
}

/* Asset event alert visual warning */
/* Feature #3318 */
.event_warning
{
    background: red;
}
.event_warning:hover
{
    background: #FF7B7B;
}
.event_pre_warning
{
    background: yellow;
}
.event_pre_warning:hover
{
    background: #FFFE95;
}




