﻿/****************************** EISENMANN Corporate Website layout *****/
/******************************* Copyright (c) 2010-2011 EISENMANN *****/
/***********************************************************************/
/********************************************* form element styles *****/
/***********************************************************************/
/************************************** author virtual identity AG *****/

/***********************************************************************/
/* START: legend, label and other info elements */
legend
{
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	padding: 0;
}

legend.access,
fieldset fieldset legend
{
	font-size: 0;
	line-height: 0;
}

label,
fieldset div h4
{
	display: block;
	padding: 0 0 1px;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #666;
}

div.form-wrapper p.required
{
	position: absolute;
	bottom: 11px;
	right: 0;
	padding: 0 !important;
	font-size: 11px;
	line-height: 16px;
	color: #6e767e;
}

div.box div.form-wrapper p.required
{
	bottom: 19px;
}
/* END: legend, label and other info elements */
/***********************************************************************/
/* START: structural elements */
#main div.teaser div.form-wrapper,
#extras div.box div.form-wrapper
{
	position: relative;
	width: 290px;
}

#main div.form-wrapper
{
	display: block;
	width: 590px;
	position: relative;
}

.firefox #main div.form-wrapper fieldset
{
	display: table-cell;
}

#main div.form-wrapper div.input-group
{
	width: 600px;
}

div.box div.form-wrapper
{
	padding-bottom: 8px;
}

#main fieldset
{
	padding-bottom: 20px;
}

#main div.teaser fieldset,
#main fieldset fieldset
{
	padding-bottom: 0;
}

fieldset div
{
	padding: 6px 0 0;
}

fieldset div:first-child,
fieldset div.input-group
{
	padding: 0;
}
/* END: structural elements */
/***********************************************************************/
/* START: text input */
input.text
{
	width: 282px;
	margin: 0;
	padding: 1px 3px;
	border: 1px solid #adb6bb;
	outline: 0; /*safari blue outline*/
	font-size: 11px;
	color: #000;
}

.mac.safari input.text
{
	padding: 2px 3px;
}

.mac.firefox input.text
{
	height: 14px;
	padding: 2px 3px 0;
}

div.form-item-s input.text
{
	width: 42px;
}

div.form-item-m input.text
{
	width: 122px;
}

div.input-group div.form-item-s,
div.input-group div.form-item-m,
div.input-group div.form-item-l
{
	padding-top: 6px;
}

div.input-group:first-child div.form-item-s,
div.input-group:first-child div.form-item-m,
div.input-group:first-child div.form-item-l
{
	padding-top: 0;
}
/* END: text input */
/***********************************************************************/
/* START: file input */
input.file
{
	width: 281px;
	margin: -1px 0;
	padding: 1px 5px;
	font-size: 11px;
	color: #000;
	outline: 0; /*safari blue outline*/
}

.webkit input.file
{
	margin: -1px;
	padding: 0;
}

.ie8 input.file,
.opera input.file,
.mac.safari input.file
{
	margin: 0;
}

.mac.firefox input.file
{
	padding: 0 5px;
	border: 1px solid #adb6bb;
}
/* END: file input */
/***********************************************************************/
/* START: select */
select
{
	width: 290px;
	height: 18px;
	padding: 0;
	border: 1px solid #adb6bb;
	outline: 0; /*safari blue outline*/
	font-size: 11px;
	color: #000;
}

.opera select
{
	padding: 0 3px;
}

.mac select
{
	height: 19px;	/* with 18px the option text is not centered */
}

.mac.firefox select
{
	padding-top: 1px;
}
/* END: select */
/***********************************************************************/
/* START: textarea */
textarea
{
	display: block;
	width: 282px;
	height: 98px;
	overflow: auto;
	padding: 5px 3px;
	border: 1px solid #adb6bb;
	outline: 0; /*safari blue outline*/
	font-size: 11px;
	color: #000;
}

.webkit textarea
{
	padding: 5px 4px 0;
	width: 280px;
	height: 103px;
	resize: none;
}

.mac textarea
{
	line-height: 14px;
}
/* END: textarea */
/***********************************************************************/
/* START: radio- and checkboxes */
div.checkbox input,
div.radio input
{
	float: left;
	margin: 1px 5px 0 0;
	padding: 0;
}

.mac.safari div.checkbox input,
.mac.safari div.radio input
{
	margin-left: 1px;
}
/* END: radio- and checkboxes */
/***********************************************************************/
/* START: buttons */
div.button-wrapper input,
input.button
{
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	background: #c03;
	margin: 10px 0 3px;
	border: none;
	padding: 2px 10px;
	overflow: visible;
	width: auto;
	outline: 0; /*safari blue outline*/
}

.win.safari div.button-wrapper input,
.win.safari input.button
{
	padding: 1px 7px;
}

.firefox div.button-wrapper input,
.firefox input.button
{
	height: 18px;
	padding: 0 7px 2px;
}

input.secondary,
div.button-wrapper input.secondary
{
	background: #6e767c;
}

/* button bar */
div.button-wrapper input
{
	float: left;
	margin: 0 10px 0 0;
}

div.button-wrapper
{
	overflow: hidden;
	margin: 10px 0 0;
	padding: 10px 0 5px;
	border-top: 1px solid #6e767c;
}

#extras div.button-wrapper,
div.opener div.button-wrapper,
div.teaser div.button-wrapper
{
	margin: 0;
	border: none;
}
/* END: buttons */
/***********************************************************************/
/* START: field groups */
fieldset div div,
fieldset.mod div.form-item
{
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

fieldset.mod div.form-item
{
	padding-top: 1px;
}

div.form-item
{
	padding-top: 1px;
	margin-right: 0;
}

div.form-item
{
	float: none;
}

div.form-item label
{
	display: table-cell;	/* force a multiline label to float aside the input element (not around it) */
	color: #000;
}

fieldset.mod div.form-item label
{
	float: left;
}
/* END: field groups */
/***********************************************************************/
/* START: search forms */
#main div.new-search
{
	width: auto;
	margin: 5px 0 11px;
}

#job-search-results div.new-search,
#press-search-results div.new-search
{
	margin-top: 12px;
}

#media-search-results div.new-search
{
	margin-top: 17px;
}

.search fieldset
{
	padding: 15px 10px 0;
	background: url(../images/bg-stripes-transp.png);
}

.search input.button
{
	margin: 0;
}

#main div.new-search form {
	width: auto;
}

div.new-search fieldset
{
	margin: 0;
	padding-left: 0;
}
#main div.new-search fieldset
{
	width: auto;
	padding-bottom: 5px;
}

div.opener .search fieldset,
div.teaser .search fieldset
{
	margin: 10px 0 6px;
	padding-bottom: 0;
}
.hasFontSmoothing-true.mac div.opener .search fieldset,
.hasFontSmoothing-true.mac div.teaser .search fieldset
{
	margin: 7px 0 6px;
}

div.new-search fieldset + fieldset {
	padding-top: 5px;
}

div.new-search fieldset div
{
	margin-left: 10px;
	min-height: 18px;
}

div.new-search div.form-item,
div.new-search div.form-item-m,
div.new-search div.form-item-half,
div.new-search div.form-item-l {
	float: left;
}

div.new-search div.form-item {
	width: 100%;
}

div.new-search div.form-item-half {
	width: 290px;
}

div.new-search div.form-item-m,
div.new-search div.form-item-m select
{
	width: 175px;
}

div.new-search div.form-item-l {
	width: 360px;
}

div.new-search div.form-item-m input.text
{
	width: 167px;
}

div.new-search .checkbox {
	padding-bottom: 6px;
}

div.new-search fieldset div.date-filter
{
	float: right;
	padding-top: 17px;
}

div.new-search fieldset div.date-filter div
{
	position: relative;
	width: 91px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

div.new-search fieldset div.date-filter label
{
	position: absolute;
	left: auto;
	top: 3px;
	right: 0;
	width: 11px;
	height: 13px;
	background: #fff url(../images/icons.gif) no-repeat 0 -150px;
	text-indent: -8000px;
}

div.new-search fieldset div.date-filter input
{
	width: 67px;
}

div.new-search fieldset div.date-filter div.descriptive
{
	width: auto;
	margin: 1px 8px 0;
	font-size: 11px;
	line-height: 16px;
}

div.new-search div.button-wrapper
{
	clear: both;
	float: none;
	margin-top: 0;
	border: none;
}

div.new-search input.button
{
	margin-left: 10px;
}

#extras .search input.text,
div.opener .search input.text,
div.teaser .search input.text
{
	width: 262px;
}

#extras .search select,
div.opener .search select,
div.teaser .search select
{
	width: 270px;
}

div.text .search p
{
	padding: 0;
}

.show-labels fieldset div label {
	left: auto;
	width: auto;
	height: auto;
	color: #000;
	position: static;
}

/* END: search forms */
/***********************************************************************/
/* START: compact forms */
.compact fieldset div
{
	padding: 0 0 10px;
}
/* END: compact forms */
/***********************************************************************/
/* START: validation engine plugin */
	
	.inputContainer{position:relative; float:left;}
	.formError {
			position:absolute;
			top:300px; left:300px;
			display:block;
			z-index:5000;
			cursor:pointer;
		}
			#debugMode{
				background:#000;
				position:fixed;
				width:100%; height:200px;
				top:0; left:0;
				overflow:scroll;
				opacity:0.8;
				display:block;
				padding:10px;
				color:#fff;
				font-size:14px;
				z-index:100000;
			}
		
			.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
			.formError .formErrorContent {
				width:100%; 
				background:#c03;
				color:#fff;
				width:150px;
				font-family:tahoma;
				font-size:11px;
				line-height:16px;
				border:2px solid #ddd;
				padding:4px 10px 4px 10px;
			}
			.greenPopup .formErrorContent {background:#33be40;}
			
			.blackPopup .formErrorContent {background:#393939;color:#FFF;}
			
			.formError .formErrorArrow{
				width:15px;
				margin:-2px 0 0 13px;
				z-index:5001;
			}
			.formError .formErrorArrowBottom{top:0;margin:-6px;}

				.formError .formErrorArrow div{
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					font-size:0px; height:1px; background:#c03;margin:0 auto;line-height:0px; font-size:0px; display:block;
				}
				
				*.asp .formError .formErrorArrow div{overflow:hidden;}
					
				.greenPopup .formErrorArrow div{background:#33be40;}
				.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

				.formError .formErrorArrow .line10{width:15px;border:none;}
				.formError .formErrorArrow .line9{width:13px;border:none;}
				.formError .formErrorArrow .line8{width:11px;}
				.formError .formErrorArrow .line7{width:9px;}
				.formError .formErrorArrow .line6{width:7px;}
				.formError .formErrorArrow .line5{width:5px;}
				.formError .formErrorArrow .line4{width:3px;}
				.formError .formErrorArrow .line3{width:1px;
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					border-bottom:0px solid #ddd;} 
				.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
				.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}
 
/* END: validation engine plugin */
/***********************************************************************/
/* START: validation */

div.message div.success
{
	padding: 4px 10px 0;
	background: url(../images/bg-stripes-80.gif);
	margin: 0 0 9px;
}

/* END: validation */
/***********************************************************************/
/* START: date picker */

/* Some resets for compatibility with existing CSS */
.date_selector,
.date_selector *
{
  width: auto;
  height: auto;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  font-size: 11px;
  line-height: 16px;
  float: none;
}
.date_selector
{
  padding: 0 0 4px 0;
  width: 198px;
}
.date_selector {
  background: #fff;
  border: 1px solid #adb6bb;
  margin: -1px 0 0 0;
  position: absolute !important;
  z-index: 100000;
  display: none;
}
.date_selector_ieframe {
  position: absolute;
  z-index: 99999;
  display: none;
}
  .date_selector .nav {
    height: 29px;
    background: #dee2e4;
    margin: 0 0 3px 0;
  }
  .date_selector .month_nav, .date_selector .year_nav {
    padding: 0;
    display: block;
    position: relative;
    text-align: center;
    padding: 4px 0 0 0;
  }
  .date_selector .month_nav {
    float: left;
    width: 112px;
  }
  .date_selector .year_nav {
    float: right;
    width: 74px;
  }
  .date_selector .month_name, .date_selector .year_name {
    font-weight: bold;
    line-height: 20px;
  }
  .date_selector .button {
    display: block;
    position: absolute;
    top: 0;
    width: 27px;
    height: 29px;
    color: #003C78;
    font-size: 0;
    line-height: 0;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
  }
    .date_selector .button:hover, .date_selector .button.hover {
      cursor: pointer;
    }
  .date_selector .prev {
    background: url("../images/icons.gif") no-repeat scroll 9px 10px transparent;
    text-indent: -8000px;
    left: 0;
  }
  .date_selector .next {
    background: url("../images/icons.gif") no-repeat scroll 9px -50px transparent;
    text-indent: -8000px;
    right: 0;
  }
  .date_selector table {
    border-spacing: 0;
    border-collapse: collapse;
    clear: both;
  }
    .date_selector th, .date_selector td {
      width: 27px;
      height: 20px;
      padding: 0;
      line-height: 20px;
      text-align: center;
      color: black;
    }
    .date_selector td {
      text-align: center;
      white-space: nowrap;
      color: #000;
      background: white;
    }
    .date_selector td.today {
      color: #c03;
    }
    .date_selector td.unselected_month {
      color: #6e767c;
    }
    .date_selector td.selectable_day {
      cursor: pointer;
    }
    .date_selector td.selected {
      background: #dee2e4;
      font-weight: bold;
    }
    .date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover {
      background: #dee2e4;
    }
/* END: date picker */
/***********************************************************************/


#application-form div#more-contacts,
#application-form div#more-uploads
{
	display:none;
}

#application-form a#show-more-contacts,
#application-form fieldset p
{
	font-size: 11px;
	line-height: 16px;
	padding: 0;
}

#application-form #has-qa-certificates,
#application-form #no-qa-certificates
{
	display:none;
}


div.highlight 
{
	border-color: red;
	border-width: 0;
	border-style: solid;  
	border-left-width: 5px;
	padding-left: 5px !important;
}

div.highlight label
{
	color: red;	
}