@charset "utf-8";
/* CSS Document */

/* +++++++++++++++++++++++++++++++++++++++ */
form {
	margin: 0px;
	padding: 0px;
}


input.input, select.input, textarea.input {
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: white;
  border: 1px solid #d8d7c5;
}

input.input,
select.input, textarea.input  {
  width: 300px;
  box-sizing: border-box;
}
select.input {
  width: 300px;
  box-sizing: border-box;
}
textarea.input {
  height: 60px;
  box-sizing: border-box;
}
input.input.w100p,
textarea.input.w100p,
select.input.w100p {
  width: 100%;
  box-sizing: border-box;
}

input.input.w100,
textarea.input.w100,
select.input.w100 {
  width: 100px;
  box-sizing: border-box;
}
input.input.w300,
textarea.input.w300,
select.input.w300 {
  width: 300px;
  box-sizing: border-box;
}
input.input.w400,
textarea.input.w400,
select.input.w400 {
  width: 400px;
  box-sizing: border-box;
}
input.input.w500,
textarea.input.w500,
select.input.w500 {
  width: 500px;
  box-sizing: border-box;
}
input.input.w600,
textarea.input.w600,
select.input.w600 {
  width: 600px;
  box-sizing: border-box;
}
input.input.w200,
textarea.input.w200,
select.input.w200 {
  width: 200px;
  box-sizing: border-box;
}
input.input.w150,
textarea.input.w150,
select.input.w150 {
  width: 150px;
  box-sizing: border-box;
}
input.input.w30,
textarea.input.w30,
select.input.w30 {
  width: 30px;
  box-sizing: border-box;
}
input.input.w50,
textarea.input.w50,
select.input.w50 {
  width: 50px;
  box-sizing: border-box;
}
input.input.w70,
textarea.input.w70,
select.input.w70 {
  width: 70px;
  box-sizing: border-box;
}
input.input.checkbox {
	border: none;
	/*border: 1px solid #d8d7c5;*/
}
input.checkbox,
input.radiobox,
input.input.checkbox,
input.input.shortNumber {
  width: 20px;
}
input.input.decimal,
input.input.numeric,
input.input.currency {
	text-align: right;
}
input[readonly] {
	color: #B2B2B2;
}
input[type=file].file_input_hidden {
	font-size: 45px; 
	position: absolute; 
	right: 0px; 
	top: 0px; 
	opacity: 0; 
	
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: 0; 
	-moz-opacity: 0;
}
.file_input_textbox {
	float: left;
	margin-top: 4px;
}

.file_input_div {
	position: relative; 
	width: 114px; 
	height: 31px; 
	overflow: hidden;
	float:left;
}
.file_input_button {
	position: absolute;
}
div.file_input_div + div {
	margin-top:7px;
}
textarea.input.h40 {
	height: 40px;
}
textarea.input.h50 {
	height: 50px;
}
textarea.input.h100 {
	height: 100px;
}
textarea.input.h150 {
	height: 150px;
}
textarea.input.h200 {
	height: 200px;
}
textarea.input.h300 {
	height: 300px;
}
textarea.input.h400 {
	height: 400px;
}
textarea.input.h800 {
	height: 800px;
}

select,
select option {
	color: #000000;
}
select option.noRoomSelected,
select.noRoomSelected {
	border: 2px solid #e19b23;
}
select option.roomBlocked,
select.roomBlocked {
	border: 2px solid #de3232;
}
select option.noiseNotAllowed,
select.noiseNotAllowed {
	border: 2px solid #de3232;
}
select option.inWorking,
select.inWorking,
input.inWorking {
	border: 2px solid #e19b23;
}
select option.noEmail,
select.noEmail {
	border: 2px solid #e19b23;
}
select option.personnelOccupied,
select.personnelOccupied {
	border: 2px solid red;
}
select option.nachfrage {
	font-style: italic;
}

textarea.unused {
  background-color: #eeeeee;
}
/* +++++++++++++++++++++++++++++++++++++++ */

div.boxContent div.inputRow {
    margin: 0px 10px 4px;
	clear: left;
}
div.boxContent div.inputRow.first {
    margin-top: 10px;
}
div.boxContent div.inputRow label {
	line-height:22px;
}
div.boxContent div.inputRow select {
	margin-bottom: 4px;
}
div.boxContent div.inputRow.buttonbar {
	border-top: 1px solid #BDBDBD;
	padding-top:15px;
	padding-bottom:20px;
	height:31px;
	margin-bottom:0px;
}
div.boxContent div.inputRow.buttonbar a.first {
	float:left;
}
div.boxContent div.inputRow.buttonbar a.last {
	float:right;
}

/* fuer Texte, die anstelle von Inputfeldern ausgegeben werden */
div.input {
	margin-bottom:5px;
}

input:focus,
textarea:focus,
select:focus {
	border-color: #61C3D5;
} 

option[disabled] {
	color:silver;
}

#appointmentPanel input[disabled] {
	color:#494949;
	border:none;
	background-color:transparent;
}

#appointmentPanel select[disabled] {
	color:#D8D7C5;
}
