﻿@charset "utf-8";
/* Generelles */

.cellheight {
	/*height: 20px;
	vertical-align: bottom;*/
}

.hidden {
	visibility: hidden;
	display: none;
}

#vibra {
	font-weight: bold;
	margin-top: 3px;
	display: block;
}

#ausloese, #exposit {
	font-weight: bold;
	margin: 0 0 14px 0;
	display: block;
	width: 80px;
}

table {
	border: 0 none;
	width: 100%;
	padding: 0;
	margin-top: 20px;
	line-height: normal;
}

table th, table td  {
	font-size: 11px;
	padding: 0 2px 0 0;
	margin: 0;
	line-height: normal;
	/*text-align: left;*/
	vertical-align: top;
	border: 0 none;
}

table th {
	padding-bottom: 6px;
	font-weight: normal;
	text-align: left;
}

form input, form select {
	font: 11px/100% arial, sans-serif;
	padding: 1px 2px;
	background-color: #f2f2f2;
	border: 1px solid #000;
}

form input {
	font: 11px/100% arial, sans-serif;
	padding: 2px 2px;
	background-color: #f2f2f2;
	border: 1px solid #000;
}
form input[type="submit"],
form input[type="button"] {
	padding: 1px 1px;
}


form select[disabled="disabled"],
form input[disabled="disabled"] {
	background-color: #efefef!important;
	color: #666!important;
	border: 1px solid #ccc!important;
}

.disabled  {
	background-color: #efefef!important;
	color: #666!important;
	border: 1px solid #ccc!important;
}


/*#pid-vibrationskalkulator .csc-header.csc-header-n2, #pid-vibrationskalkulator-dk .csc-header.csc-header-n2 {*/
#pid-vibrationskalkulator h1#vibank, #pid-vibrationskalkulator-dk h1#vibank {
	padding-left: 10px;
	margin-top: 30px;
	color: #000;
	width: 500px;
}


/* Form selectmachine */

#form_selectmachine {
	width: 620px;
	height: 170px;
	margin: 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: transparent url(/fileadmin/vibrationskalkulator/img/bg-vibrationsrechner.jpg) 0 0 no-repeat;
}

#form-selectmachine-table {
	width: 600px!important;
	margin-left: 20px!important;
}

.center {
	text-align: center!important;
}

/* Form machinelist */

.res-einschaltzeit {
	display: block;
	float: left;
}

.res-std {
	display: block;
	float: left;
	margin-left: 9px;
}

* html .res-std {
	margin-left: 13px;
}

.res-min {
	display: block;
	float: left;
	margin-left: 21px;
}

*html .res-min {
	margin-left: 23px;
}

.bb8px {border-bottom: 8px solid #FFF;}
.bl8px {border-left: 8px solid #FFF;}
.bl6px {border-left: 6px solid #FFF;}
.br8px {border-right: 8px solid #FFF;}

.bgc-white {background-color: #FFF!important;}


#form-machinelist-submitdelete {
	width: 16px!important;
	
}
#form-machinelist-type {width: 132px!important;}
#form-machinelist-model {width: 142px!important;}
#form-machinelist-vibration {width: 75px!important;}
#form-machinelist-time {}
#form-machinelist-calc {width: 50px!important;}


#form-machinelist-table {
	width: 620px!important;
	margin-left: 10px;
}

#form_machinelist table th, #form_machinelist table td {
	background-color: 0 none;
	padding: 0 3px;
	padding: 0;
	vertical-align: middle;
}

#form_machinelist #printpage,
#form_machinelist #recalc {
	float: right;
	font: 11px/100% arial, sans-serif;
	margin: 15px 0 15px 5px;
	padding: 4px 3px;
	vertical-align: bottom;
	font-weight: bold;
	background-color: #DAE3E8;
	cursor: pointer;
}
#form_machinelist #printpage {
	margin-right: 0;
	font-weight: normal;

}


#form_machinelist input {
	padding: 2px;
}

/* Belastungsanzeige */
.belastung-none	{color: #000000!important;}
.belastung-low  {color: #68BD46!important;}
.belastung-mid  {color: #F0A122!important;}
.belastung-high {color: #EC2627!important;}

#belastungsverlauf {
	width: 620px;
	height: 73px;
	margin-left: 10px;
}

#form-machinelist-type {
width: 145px;
}
#form-machinelist-model {
width: 132px;
}
#form_machinelist input#update_vibrations {
	background-color: #f2f2f2;
	width: 70px;
	margin-left: 5px;
	vertical-align: middle;
}
.colorit{
background-color: #DAE3E8;
}

#form_machinelist td select {
	margin-top: 9px;
}


.belastungsinfo {
	width: 640px;
	text-align: center;
}

.belastungsinfo p {
	padding: 5px 10px;
	width: 500px;
	margin: 20px auto;
	background-color: #DAE3E8;
	border: 1px solid #B5C6CF;
	text-align: left;
}


/* Anleitungskasten */
#anleitung {
	/*width: 620px;*/
	width: 600px;
	height: 180px;
	margin-left: 10px;
	padding: 10px;
	background: transparent url(/fileadmin/vibrationskalkulator/img/bg-vibrationsrechner-bottom.jpg) 0 0 no-repeat;
}

* html #anleitung {
	width: 620px;
}

#anleitung h4 { 
	font-size: 80%;
	color: #000;
	padding: 0;
	margin: 0;
}

#anleitung ul { 
	list-style: none;
	padding: 0;
	margin: 8px 0 0 0;
	float: left;
	height: 130px;
}

#anleitung li { 
	list-style: none;
	font-size: 90%;
	display: block;
	float: left;
	padding-right: 6px;
	/*width: 118px;*/
	width: 113px;
	line-height: 130%;
}

#hinweise {
	/*width: 620px;*/
	width: 600px!important;
	float: left;
	margin: 0 0 35px 10px!important;
	padding: 10px!important;
}

#hinweise p {
	font-size: 11px!important;
}

/* EOD Anleitungskasten */


/* Fixe Deklarationen zu dezidierten Formfeldern */
#select_type,
#select_model {
width: 134px;
}

#select_type option,
#select_model option {
width: 250px;
}


/*#select_model[disabled="disabled"],
#select_type[disabled="disabled"],
input#custom_vibration[disabled="disabled"] {
border: 1px solid #ccc;
}*/


#sbmt_type, #sbmt_model {
	width: 134px!important;
}

input#sbmt_type,
input#sbmt_model,
input#add_machine,
#remove_machine {
font-weight: bold;
cursor: pointer;
background-color: #fff;
}
input#add_machine {
width: 50px;
}
#remove_machine {
border: 1px solid #000;
width: 12px;
}
input#update_vibrations,
input#custom_vibration {
width: 72px;
}
input#update_vibrations,
input#custom_vibration {
width: 72px;
}

#custom_vibration {
	margin-right: 0;
}
