@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
	/*border: 0;*/
}

html {
	height: 100%;
	background-color: #FFF;
}

/***************************************************

	Fonts

***************************************************/
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #a2130e;
	margin: 30px 0 20px 0px;
	width: 100%;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #a2130e;
	padding: 20px 0 10px 0px;
	display: block;
	width: 100%;
}

h3,.box h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding: 10px 0 5px 0px;
	width: 100%;
}

.form h2 {
	margin: 20px 0 10px 0px;
}

.fontBold {
	font-weight: bold;
}

.fontBoldRed {
	font-weight: bold;
	color: #a2130e;
}

.font10px {
	font-size: 10px;
}

.font14px {
	font-size: 14px;
}

.font18px {
	font-size: 18px;
}

.fontGrey {
	color: #999;
}

/***************************************************

	SiteParts

***************************************************/
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
	background: url(/static/portal/images/bg_top.jpg) repeat-x;
	/*	line-height:14px;*/
}

#wrapper {
	width: 960px;
	height: auto;
	margin: 0 auto;
}

/***************************************************

	MsgBox

***************************************************/
#msgBox {
	width: 100%;
	min-height: 75px;
	display: block;
	margin: 10px 0;
}

#msgBox table td {
	background: none;
	line-height: 20px;
}

* html #msgBox {
	width: 99%;
	height: 75px;
	overflow: visible;
}

#msgBox.normal div.IE6 {
	border: solid 6px #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#msgBox.error div.IE6 {
	border: solid 6px #ca1913;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#msgBox.info div.IE6 {
	border: solid 6px #f6de3d;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#msgBox.attention div.IE6 {
	border: solid 6px #ccb111;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#msgBox.success div.IE6 {
	border: solid 6px #76ca13;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#msgBoxLeft {
	width: 35px;
}

#msgBoxMiddle {
	width: 100%;
	padding: 20px 0px;
}

#msgBoxRight {
	width: 35px;
}

#msgBox h1,#msgBox h2 {
	margin: 0;
	display: inline;
}

/***************************************************

	Elemente

***************************************************/
p {
	line-height: 20px;
	margin: 10px 0;
}

img,a img {
	border: 0px;
}

hr {
	border: 0px;
	color: #ccc;
	background: #ccc;
	height: 1px;
	width: 100%;
	margin: 20px 0px 10px 0px;
}

.marginRight {
	margin: 0 10px 0 0;
}

.marginLeft {
	margin: 0 0 0 10px;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.positionRelative {
	position: relative;
}

.siteSeparator {
	margin: 20px auto;
	height: 20px;
	width: 550px;
	background: url(/static/portal/images/siteSeparatorNew.jpg) no-repeat;
	display: block;
}

.siteSeparatorClean {
	margin: 20px auto;
	height: 20px;
	width: 550px;
	background: url(/static/portal/images/siteSeparatorClean.jpg)
		no-repeat;
	display: block;
}

#busy {
	display: none;
	right: 10px;
	top: 8px;
	position: fixed;
	background-image: url('/static/portal/images/busy.gif');
	width: 128px;
	height: 15px;
}

.standardError {
	color: #ec0b1c;
	font-weight: bold;
	padding: 10px;
}

.red {
	color: #a2130e;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearer {
	clear: both;
}

.ulNone {
	list-style: none;
}

.ulNone li {
	float: left;
}

.ulNone li.jobs {
	float: right;
}

.subtitle {
	color: #666666;
	font-size: 9px;
}

/***************************************************

	liddle Helper

***************************************************/
.liddleHelper {
	display: none;
	position: absolute;
	padding: 10px;
	right: 0px;
	top: 25px;
	width: 300px;
	overflow: visible;
	z-index: 1000;
	border: solid 1px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 20px;
	background: #fff;
	text-align: left;
}

.liddleHelper h2 {
	margin: 5px 0px 10px 0px;
	padding: 0;
}

.liddleHelper p {
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}

.liddleHelper a {
	font-weight: bold;
}

/***************************************************

	ModalScreen

***************************************************/
/*PopUp-Window mit Transparenz-PNG zum blocken des restlichen Seiteninhalts*/
#modal_lockscreen {
	position: fixed;
	z-index: 100;
	display: none;
	height: 100%;
	width: 100%;
	background-image: url('/static/admindesk/images/modal_bg.png');
	top: 0;
	left: 0;
}

#modal_lockscreen_frame {
	width: 100%;
}

#modal_lockscreen_frame .close {
	margin: 25px auto 0 auto;
	text-align: right;
	height: 50px;
	width: 700px;
	border: 1px solid #999;
	background-color: #ccc;
}

#modal_lockscreen_frame div.close a {
	margin: 13px 13px 0 0;
}

#modal_lockscreen_content {
	overflow: hidden;
	margin: 0px auto 0 auto;
	background-color: #fff;
	width: 660px;
	height: 650px;
	overflow-y: auto;
	border: 1px solid #999;
	border-top: 0px;
	padding: 20px 20px 20px 20px;
}

* html #modal_lockscreen_content {
	overflow-y: scroll;
}

#modal_lockscreen_content h1 {
	margin: 0px 0 20px 0;
}

.modal { /*background-color: #0B4163;*/
	/*background-color: #305370; */
	background-color: white;
	position: absolute;
	width: auto;
	top: 50px;
	left: 250px;
	height: auto;
	display: none;
	color: #fff;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	border: 1px solid #d0d0d0;
	z-index: 10;
}

.modal h2 {
	color: #fff;
	border: 0;
	font-size: 14px;
}

.modal label {
	color: #fff;
}

.modal select, .box_right select {
	margin-bottom: 5px;
}

.modal_header {
	background-color: #0d4971;
	height: 26px;
	padding: 0px 0 6px 0;
	margin: 0;
	width: 100%;
	position: absolute;
}

.modal_header label {
	margin: 0px 0px 0px 25px;
}

.modal_header h1 {
	margin: 2px 0px 2px 0px;
	font-size: 17px;
	font-weight: bold;
	line-height: 27px;
}

.modal_close_button, .modal_close_button:hover {
	float: right;
	text-align: right;
	margin: 4px 2px 2px 0;
	color: #999;
}

.modal embed {
	margin: 30px 30px 2px 50px;
}

/***************************************************

	Slices/Seitenzahlen

***************************************************/
.slices {
	text-align: center;
	padding: 10px;
	margin-top: 10px;
}

.slices a {
	display: inline-block;
	width: 25px;
	height: 25px;
	padding-top: 10px;
	font-weight: bold;
	background: #f9f9f9;
	text-align: center;
}

.slices a:hover {
	background: #ccc;
}

.slices span {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #ccc;
	padding-top: 10px;
}

/***************************************************

	Fomulare

***************************************************/
input,select,textarea {
	border: solid 1px #CCC;
	font-size: 12px;
	padding: 5px;
}

.inputTXT,.locationselect { /*	height:15px;*/
	border: solid 1px #CCC;
	font-size: 12px;
	padding: 5px;
}

.input160px {
	width: 160px;
}

.input20px {
	width: 20px;
}

.input55px {
	width: 55px;
}

.inputName {
	padding-left: 25px;
	width: 135px;
	background: url(/static/portal/images/iconInputName.gif) transparent
		no-repeat 4% 50%;
}

.inputMail {
	padding-left: 25px;
	width: 135px;
	background: url(/static/portal/images/iconInputMail.gif) transparent
		no-repeat 4% 50%;
}

.inputPassword {
	padding-left: 25px;
	width: 135px;
	background: url(/static/portal/images/iconInputPassword.gif)
		transparent no-repeat 4% 50%;
}

.form p {
	padding: 10px 0 10px 0;
}

.form input {
	margin: 0px 20px 0px 0px;
}

#registration label {
	width: 170px;
	display: inline-block;
	margin: 0px 10px 0px 0px;
	font-weight: bold;
}

#registration label.labelRegisterBase {
	width: 120px;
}

label {
	display: inline-block;
	margin: 0px 10px 0px 0px;
	font-weight: bold;
}

.label120px {
	width: 120px;
}

/***************************************************

	Tabellen

***************************************************/
table.layoutTable {
	border-collapse: collapse;
}

table.layoutTable td {
	padding: 10px 0px;
	vertical-align: top;
	background: none;
}

table.layoutTable td table td {
	padding: 10px;
	min-width: 10px;
	vertical-align: middle;
}

table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px 2px;
}

* html table,* html #dutiesToday ul,* html .sedcard_bearbeiten,* html h1,* html h2,* html h3,* html #sedcard iframe,* html table.nextJobs,* html #foto,* html #assignmentFormHead,* html #invoiceHeader,* html .zwischentext,* html .position table,* html table.promoterCalendar,* html #calendar .promoterCalendarLineHead,* html #calendar .promoterCalendarLine,* html table.promoterCalendarDayDetail,* html #uploadForm,* html .jobsBox,* html table.employeeCalendar,* html #calendar .employeeCalendarLineHead,* html #calendar .employeeCalendarLine,* html table.employeeCalendarDayDetail
	{
	width: 99%;
}

#assignmentFormHead {
	width: 100%;
}

table td {
	padding: 10px;
	min-width: 10px;
	vertical-align: middle;
	background: #F9F9F9;
}

table th {
	padding: 10px;
	font-weight: bold;
	text-align: left;
	background: #dbdbdb;
}

tr.even,tr.even td {
	background: #f2f2f2;
}

tr.odd,tr.odd td {
	background: #f9f9f9;
}

/***************************************************

	Header

***************************************************/
#header {
	width: 960px;
	height: 114px;
	display: block;
}

#headerLeft {
	margin: 18px 0px;
	float: left;
}

#headerRight {
	float: right;
	font-size: 10px;
}

.headerRightTop {
	text-align: right;
	margin: 20px 0px 10px 0px;
}

.headerRightBottom {
	display: inline;
	float: right;
}

.ulNone li.header {
	margin: 0px 0px 0px 10px;
	display: inline;
}

.ulNone li.headerLogin {
	margin: 12px 0px 0px 10px;
	display: inline;
}

.loginHeader {
	width: 150px;
}

/***************************************************

	ContentTOP

***************************************************/
#contentTop {
	width: 960px;
	height: 379px;
	background: url(/static/portal/images/contentTopBg.jpg) no-repeat;
	display: block;
}

.ulNone li.contentTopSlider {
	margin: 0px 0px 0px 10px;
	display: inline;
}

.imageSlider {
	position: relative;
	top: 0;
	left: 0;
}

.imageSlider img {
	float: left;
}

#contentTopLeft {
	float: left;
	position: relative;
	width: 331px;
}

#contentTopLeftTop {
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	width: 726px;
	height: 372px;
}

#contentTopLeftBottom {
	display: block;
	width: 726px;
	text-align: center;
}

#imageControls {
	display: none;
	/*--Hidden by default, will be later shown with jQuery--*/
	width: 120px;
	text-align: center;
	margin: 10px auto;
}

#imageControls a {
	width: 14px;
	height: 13px;
	display: block;
	border: 0px;
	margin: auto 3px;
	background: url(/static/portal/images/buttons/btnContentPicSlider.png) no-repeat;
	float: left;
}

#imageControls a.active {
	width: 14px;
	height: 13px;
	display: block;
	border: 0px;
	margin: auto 3px;
	background: url(/static/portal/images/buttons/btnContentPicSliderHover.png) no-repeat;
	float: left;
}

#contentTopRight {
	float: right;
	width: 200px;
	height: 379px;
	color: #FFF;
	line-height: 18px;
}

/***************************************************

	Content

***************************************************/
#content {
	width: 960px;
	height: auto;
}

#imagefilm {
	margin: 30px 0px 0px 0px;
	background: url(/static/portal/images/contentImagefilmBg.jpg)
		no-repeat;
	display: block;
	float: right;
}

#imagefilm iframe {
	border-bottom: 1px solid #94A3C4;
}

.facebook {
	height: 160px;
	overflow: hidden;
	width: 561px;
	margin: 30px 0 30px 20px;
	float: left;
	border: 1px solid #d9d9d9;
}

.ulNone li.imagefilm {
	float: none;
	margin: 10px auto;
	text-align: center;
}

.ulNone li.imagefilm h2 {
	padding: 0;
}

/***************************************************

	Customer

***************************************************/
#customerLogin {
	margin: 30px 20px 20px 20px;
	height: 113px;
	width: 694px;
	background: url(/static/portal/images/customerLoginBg.jpg) repeat-x;
	display: inline;
	float: left;
}

.customerLoginHeadline {
	margin: 5px 0px 10px 0px;
}

.labelCustomer {
	margin: 0px 10px 0px 0px;
}

.marginPassword {
	margin: 0 0 0 75px;
}

#customerList {
	font-style: italic;
	font-size: 11px;
	width: 370px;
	margin: 30px 0 20px 250px;
}

#customerList .ulNone li.customerLogo {
	margin: 10px 0 10px 20px;
	width: 100px;
	display: inline-block;
	text-align: center;
	float: right;
}

.ulNone li.customer {
	margin: 0px 30px 0px 0px;
	display: inline;
}

.ulNone li.customerMiddle {
	width: 674px;
}

/***************************************************

	Jobs

***************************************************/
#jobs {
	margin: 0px 0px 0px 20px;
}

h1.jobs {
	margin: 0px 0px 0px 20px;
}

.jobsBox {
	margin: 20px 0px 20px 0px;
	padding: 10px;
	line-height: 20px;
	width: 100%;
}

.jobsBox h2 {
	margin: 0px;
	padding: 0px;
}

.jobsBox:hover {
	background: #f3f3f3;
}

.jobsRight {
	margin: 0px 0px 0px 70px;
	display: block;
}

.jobsDate {
	float: right;
	text-align: right;
	font-size: 12px;
	color: #000;
	width: 200px;
	margin: 0px 0px 5px 0px;
}

.jobsLocation {
	font-weight: bold;
	display: block;
	margin: 5px 0px 10px 0px;
}

.jobsLeft {
	float: left;
	width: 60px;
}

.jobsBottom { /*	height:40px;*/
	width: 100%;
}

.jobsBottomRight {
	float: right;
	text-align: right;
	width: 200px;
	margin: 10px 0px 0px 0px;
	position: relative;
}

.jobsBottomLeft {
	float: left;
	margin: 10px 0px 0px 0px;
}

/***************************************************

	Footer

***************************************************/
#footer {
	margin: 50px 0 50px 0;
}

#footerTop {
	text-align: center;
	font-size: 11px;
}

#footerBottom {
	text-align: center;
	font-size: 11px;
	color: #9eb6c6;
	padding: 0 0 100px 0;

}
/*******************

hightlight buttomn

**************** */
.enabledButton{
	border-radius: 4px;
	border-color: #3ce00d;
	border-style:solid;
}
.disabledButton{

}
/*.fileContainer {*/
/*	overflow: hidden;*/
/*	position: relative;*/
/*}*/

/*#uploadForm [type=file] {*/
/*	cursor: inherit;*/
/*	display: block;*/
/*	font-size: 999px;*/
/*	filter: alpha(opacity=0);*/
/*	min-height: 100%;*/
/*	min-width: 100%;*/
/*	opacity: 0;*/
/*	position: absolute;*/
/*	right: 0;*/
/*	text-align: right;*/
/*	top: 0;*/
/*}*/

/* Example stylistic flourishes */

/*.fileContainer {*/
/*	#background: #ff0000;*/
/*	border-radius: .5em;*/
/*	float: left;*/
/*	padding: .5em;*/
/*}*/

/*.fileContainer [type=file] {*/
/*	cursor: pointer;*/
/*}*/

 .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
	max-width: 80%;
	font-size: 11px;
	/* 20px */
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 5px;
	/* 10px 20px */
}

.no-js .inputfile + label {
	display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
	/* pointer-events: none; */
	/* in case of FastClick lib use */
}

.inputfile + label svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	fill: currentColor;
	margin-top: -0.25em;
	/* 4px */
	margin-right: 0.25em;
	/* 4px */
}
.inputfile + label {
	color: #000000;
	border:1px solid #979696;
	-webkit-border-radius: 5px;
	border-radius: 3px;
	/*background-color: #4094db;*/
	background-color: #f0f0f0;
}
.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
	/*background-color: #be2926;*/
	background-color: #f0f0f0;
}

.inputfile:disabled + label
{
	border-color: #d7d7d7;
	color:#bebebe;
	background-color: #f5f5f5;
}

/*Cookies*/
.cc-revoke {
	background-color: rgb(241, 241, 241);
}
