@CHARSET "UTF-8";

select[disabled] { background-color: darkgrey; }

input[id="sum"], input[name^='tblSTUN-'] {
    width: 75px !important;
}

i.fa {
	color: #aaa;
}

.fahrtkostentabelle tr:nth-child(even) {background-color: #f2f2f2}
.fahrtkostentabelle tr:hover {background-color: #b8b9f5
}


/* ROTATED HEADER */
th.rotate {
	/* Something you can count on */
	height: 140px;
	white-space: nowrap;
}

th.rotate > div {
	transform:
		/* Magic Numbers */
			translate(25px, 51px)
				/* 45 is really 360 - 45 */
			rotate(305deg);
	width: 30px;
}
th.rotate > div > span {
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
	font-weight: bold;
}


/* ++++++++++++++ */


/* ORIENTATION */

.info, .success, .warning, .error, .help, .validation {
	border: 1px solid;
	margin: 10px 10px 10px 10px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-family:Arial, Helvetica, sans-serif; 
    font-size:13px;
    border-radius:10px;
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('images/warning.png');
}

.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('images/info.png');
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('images/success.png');
}

.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('images/error.png');
}

.help {
	color: #D8000C;
	background-color: #BDE5F8;
	background-image: url('images/help.png');
}

.forbidden {
    font-style: italic;
    color: #FF1515;
}


.fixed-select-size {
	width: 250px;
}

.fixed-select-size-with-height {
	width: 250px;
	height: 250px;
}
.abgerechnet {
	color: #4F8A10 !important;
	background-color: #80FF80;
}

.nichtabgerechnet {
	color: #9F6000 !important;
	background-color: #FF1515;
}

.abgerechnetschwebend {
	color: #FFA500 !important;
	background-color: #FFFF00;
}

.align-center
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.align-right
{
	position: relative;
	margin-left: auto;
}

.align-left
{
	position: relative;
	margin-right: auto;
}

.align-top
{
	position: relative;
	margin-bottom: auto;
}

.align-bottom
{
	position: relative;
	margin-top: auto;
}

.floating-left
{
	position: relative;
	float: left;
}

.floating-right
{
	position: relative;
	float: right;
}

.screen_centered
{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -100px;
}
/* end - ORIENTATION */

/* DEFAULT STYLES */
/*input, select, textarea
{
	font-size: 12px;
	padding: 2px;
	border: 1px solid #000000;
}*/
input[type=text], input.normal[type=text], input[type=password] { width:180px; }
input.tiny[type=text] { width: 35px; }
input.small[type=text] { width: 80px; }
input.big[type=text] { width: 350px; }
/*input[type=submit], input[type=reset], input[type=button]
{
	font-weight: bold;
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;*/
/*  zoom: 1;*//*
	overflow: visible;
}
input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus,
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover
{
	border: 1px solid #000000;
}*/
input[readonly], input[disabled]
{
	color: #cccccc;
}

label input[type=radio] { margin-right:.5em; }




div.site-width
{
	width: 960px;
	min-width: 960px;
}

input.required, select.required, textarea.required
{
	border: 1px solid red;
}

input.error, select.error, textarea.error
{
	border: 1px solid red;
}

.errormessage, div.errormessage
{
	color:red;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
div.errormessage
{
	background-color: #ffffff;
	border: 1px solid red;
	padding: 6px;
}

.successmessage, div.successmessage
{
	color: green;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
div.successmessage
{
	background-color: lightgreen;
	border: 1px solid green;
	padding: 6px;
}

label
{
	font-size: 12px;
}
label.required
{
	color: red;
		font-style: italic;
}
label.title
{
	font-size: 12px;
	font-weight: bold;
}
label.error
{
	position: relative;
	display: block;
	background: url("/images/validator/error.gif") no-repeat scroll 0 0 transparent;
	background-color: transparent;
	margin-left: 10px;
	padding-left: 16px;
	margin-top: 2px;
	margin-bottom: 2px;
	max-width: 350px;
	z-index: 10;
}
label.mini
{
	font-size:9px;
	color: #cccccc;
}

.content
{
/*	padding: 6px;*/
}

.box
{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
}

.mainbox
{
  margin:0 20px 0;
  padding-top:108px;
	position: relative;
}

.contentbox
{
	position: relative;
	display: block;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
}

.loginbox
{
	background-color: #fffaf8;
  padding:8px 10px 0;
	position: absolute;
	width: 280px;
	height: 180px;
	left: 50%;
  text-align:right;
	top: 45%;
	margin: -120px 0 0 -150px;
	border: 2px solid #a03;
  border-radius:10px;
}
.loginbox h3 {
  line-height:1.5;
  margin-bottom:1em;
  margin-top:8px;
  text-align:center;
}
.loginbox fieldset {
  border:0;
  margin:0;
  padding:0;
}
.loginbox label {
  color:#555;
  display:block;
  font-weight:400;
  margin:8px 16px 0 0;
}
.loginbox input[type=submit] {
  font-size:13px;
  margin:16px 16px 0 0;
}

fieldset
{
	border: 1px solid #000000;
	font-weight: bold;
	color: #000000;
	padding: 4px;
	margin: 0px;
}
fieldset.legend
{
	font-size: 10px;
	border: 1px solid #cccccc;
	font-weight: bold;
	color: #cccccc;
	margin: 0px;
	margin-left: 25px;
	padding: 4px;
	width: 300px;
}
fieldset.legend span,
fieldset.legend label,
fieldset.legend span label
{
	font-size: 10px;
}
fieldset table
{
	border: none;
}
fieldset table th
{
	color: #cccccc;
	font-weight: bold;
}
fieldset table tbody tr:hover,
fieldset table tbody tr:hover td,
fieldset table.ui-softable tbody tr:hover,
fieldset table.ui-softable tbody tr:hover td
{
	background-color: #cccccc;
}
fieldset table tbody tr.nohover:hover,
fieldset table tbody tr.nohover:hover td,
fieldset table.ui-softable tbody tr.nohover:hover,
fieldset table.ui-softable tbody tr.nohover:hover td
{
	background-color:transparent;
}
/* end - DEFAULT STYLES */

/* FOOTER */
div.footer
{
	color: #ccc;
  margin:45px auto;  
  text-align:center;
	z-index: 0;
}
div.footer a, div.footer a:link, div.footer a:visited, div.footer a.copyright, div.footer a.copyright:link, div.footer a.copyright:visited
{
	color: #cccccc;
	text-decoration: underline;
}
div.footer a:hover, div.footer a.copyright:hover
{
	color: #cccccc;
	text-decoration: none;
}
.footer small,.footer small a { font-size:11px; font-weight:400; }
/* end - FOOTER */

/* MENU / NAVIGATION */
#main-header {
  background:#c03;
  color:#fff;
  min-height:86px;
  position:fixed;
  width:100%;
  z-index:9999;
}
#main-header > div,
#main-header > div * {
  color:#fff;
}
#who {
  margin:5px 0 0 20px;
  padding-left:9px;
}
#who,
#who strong {
  color:#faa!important;
}
#breadcrumb {
  color:#faa!important;
  font-size:14px;
  letter-spacing:1px;
  line-height:1;
  margin:17px 0 0 20px;
  padding-bottom:0px;
  padding-left:9px;
  vertical-align:bottom;
}
#info {
  position:absolute;
  right:20px;
  top:62px;
}
#info > span:last-child {
  margin-left:16px;
}
#info span,
#info strong {
  color:#faa!important;
}
#main-header .dropdown {
  line-height:1.5;
  margin:0 0 0 20px;
  position:absolute;
  top:55px;
}
#main-header .dropdown > li {
  border-top:1px solid #a03;
}
#main-header .dropdown > li:first-child {
  border-radius:2px 0 0 0;
  padding-left:3px;
}
#main-header .dropdown > li:last-child {
  border-radius:0 2px 0 0;
  padding-right:3px;
}
#main-header .dropdown > li a {
  border-right-color:#a03;
}
#main-header .dropdown li li:first-child {
  border-top:2px solid #a03;
}
#main-header .dropdown li li:last-child {
  border-bottom-width:4px;
}

/* end - MENU / NAVIGATION  */

/* MISC */
.loadingmsg { /* xXx */ }
div.loading
{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -27px; /* half width of the loader gif */
	margin-top: -27px; /* half height of the loader gif */
	text-align: center;
	z-index: 9999;
	overflow: auto;
	width: 155px; /* width of the loader gif */
	height: 130px; /*hight of the loader gif +2px to fix IE8 issue */
	padding-top: 12px;
	background-color: #cccccc;
	border: 1px solid #cccccc;
	border-radius: 12px;
	-moz-border-radius: 12px;
}
/* end - MISC */

/*jqGrid specific styles*/
.fieldset_jqGrid_812
{
		width: 812px;
		margin-top: 10px;
}

/*end - jqGrid specific styles*/











/* ------------ Overrides jqGrid
                page info on bottom right */
#pagination .ui-paging-info
                { color:#777; margin-right:19px; }
#pagination .ui-paging-info b
                { color:#999; }



/* ------------ Fixed knobs on top left just
                below main header ------- */
#tabs .actions  { background:#a1a1a1; border-radius:0 0 0 5px; border-bottom:1px solid #818181 !important; border-left:1px solid #b1b1b1; border-top:1px solid #919191; padding:13px 24px 12px 20px;/* 18px 24px 16px 26px */ position:fixed; right:-3px; top:88px; z-index:9999; }
#tabs .actions input
                { font-size:15px; /* font-size:18px; */ }
#tabs input[disabled]
                { font-weight:400; }
#tabs .actions input + input
                { margin-left:1em; }



/* ------------ Notfalldatenblatt ------- */
abbr            { border-bottom:1px dotted #999; cursor:help; }

/* ------------ Notfalldatenblatt
                Floating sub-section ---- */
.inline-block   { display:inline-block; margin-right:8px; vertical-align:top; }
.inline-block + .inline-block
                { border-left:6px solid #ebebeb; padding-left:10px; }
/* ------------ Notfalldatenblatt
   ... rather sub-sub-section (o_O) - for
   non-fixed print, save knob alternative */
.inline-block > .inline-block + .inline-block:last-child
                { border-left-color:#f0f0f0; margin-left:12px; min-height:489px; height:489px; padding-left:18px; }
.inline-block .big
                { font-size:15px; margin-top:346px;/* 42px */ }
.inline-block .bigger
                { font-size:21px; margin-top:13px; }

/* ------------ Notfalldatenblatt
   Kind of subtle customized table ------ */
.subtle-tbl     { border-collapse:collapse; border-spacing:0; margin:0 0 20px; }
.subtle-tbl *   { font-family:helvetica,arial,sans-serif; }
.subtle-tbl:first-child
                { margin-top:16px; }
.subtle-tbl tr  { color:#777; }
.subtle-tbl td  { border-top:1px solid #d9d9d9; color:#777; font-size:14px; line-height:1.75; padding:7px 12px 5px 5px; vertical-align:baseline; }
.subtle-tbl td:first-child,
.subtle-tbl th:first-child
                { padding-left:12px; }
.subtle-tbl th  { color:#b0b0b0; font-size:12px; font-weight:400; letter-spacing:1px; line-height:1.429; padding:5px 12px 2px 5px; text-align:left; vertical-align:bottom; }
.subtle-tbl tr:first-child td
                { border-top:2px solid #d9d9d9; }

.subtle-tbl .center
                { text-align:center; }
.subtle-tbl .right
                { text-align:right; }
.subtle-tbl .big{ color:#999; font-size:15px; font-weight:400; }
.subtle-tbl .bigger
                { color:#999; font-size:21px; font-weight:300; }
.subtle-tbl .fat{ font-weight:700; letter-spacing:1px; }

/* ------------ Notfalldatenblatt
   i.a. SSN appended to <TD> with name --- */
.subtle-tbl .fat > span,
.subtle-tbl .fat > span b
                { color:#777; font-size:14px; /* Latter two override common’s. */ font-weight:400; letter-spacing:0; }
.subtle-tbl .fat > span b
                { font-weight:700; letter-spacing:1px; }

.subtle-tbl .pale
                { color:#b0b0b0;/* #dadada */ }
.subtle-tbl .valign-top
                { vertical-align:top; }
.subtle-tbl .highlight
                { background-color:lightyellow; }
                
.subtle-tbl .highlightgreen
                { background-color:lightgreen; }                

.subtle-tbl th[class*='big']
                { min-width:240px; width:240px; }
.subtle-tbl th[class*='big'] + th
                { min-width:132px; width:132px; }

.subtle-tbl th[class*='big'] + th[class*='big'],
.subtle-tbl th[class*='big'] + th[class*='big'] + th
                { min-width:88px; width:88px; }

.subtle-tbl tbody tr:last-child td
                { padding-bottom:8px; }
.subtle-tbl tfoot td
                { font-size:12px; padding-bottom:8px; padding-top:1px; }

/* ------------ Notfalldatenblatt
               <FORM> <TABLE> ----------- */
.subtle-tbl input[type='text'],
.subtle-tbl textarea
                { color:#777; margin-top:-5px; padding:5px 2px 5px 8px; }
.subtle-tbl textarea
                { height:4em; margin-bottom:-7px; margin-top:-3px; overflow:auto; width:100%; }
.subtle-tbl input[type='text']
                { width:100%; }

/* ------------ Notfalldatenblatt
   Table form field box (checkbox, radio) */
.subtle-tbl .box{ display:table-cell; padding:0 !important; }
.subtle-tbl .box label
                { display:block; font-size:16px; margin:0; padding:5px 0 3px; text-align:center; }
.subtle-tbl .box label:hover
                { background:#f0f0f0; cursor:pointer; }
.subtle-tbl .box input:hover
                { cursor:pointer; }

/* ---------fin Notfalldatenblatt ------- */



/* ------------ Fehltage ---------------- */
.subtle-face *  { font-family:helvetica,arial,sans-serif; }
.subtle-face h2 { color:#999; font-size:21px; font-weight:300; margin-left:9px; }
.subtle-face p,
.subtle-face h4 { color:#777; font-size:15px; font-weight:400; margin-left:9px; display:inline-block; }
.subtle-face p  { display:block; margin-bottom:10px; margin-top:-15px; }
.subtle-face h4 b
                { color:#777; font-size:15px; font-weight:700; }
.subtle-face p small
                { color:#777; }
.subtle-face h4 small
                { color:#b0b0b0; }


/* ------------ Fehltage 
                Filter fields ----------- */
#filter         { border-bottom:2px solid #d9d9d9; color:#777; font-family:helvetica,arial,sans-serif; font-size:14px; font-weight:400; line-height:1.75; margin:8px 0 12px; padding:7px 12px 12px 9px; vertical-align:middle; width:840px; }
#filter .right  { text-align:right; }
#filter *       { margin-left:5px; }
#filter input[type='text'],
#filter select  { border-radius:4px; border:1px solid #ccc; color:#555; font-size:15px; font-weight:400; height:20px; line-height:30px; padding:5px 6px 4px; vertical-align:baseline; width:206px;
             -moz-border-radius:4px;
          -webkit-border-radius:4px; }
#filter select  { height:30px; width:188px; /* 220px */ }
#filter input[type='text'].tiny
                { width:38px }

/* ------------ Fehltage
                Floating sub-section ---- */
.subtle-face > *[id$='_list'],
.inline-block   { display:inline-block; margin-bottom:12px; margin-right:8px; vertical-align:top; }
.subtle-face > *[id$='_list'] + .inline-block,
.inline-block + .inline-block
                { border-left:6px solid #ebebeb; padding-left:10px; }

/* ------------ Fehltage 
                Undoes obeseness.. ------ *//*
.subtle-face .subtle-tbl .fat small
                { color:#b0b0b0; font-weight:400; letter-spacing:0; }*/
/* ------------ Fehltage 
                Less white space -------- */
.subtle-face .subtle-tbl td
                { line-height:1.5; padding:2px 12px 0 5px; }
.subtle-face .subtle-tbl td:first-child
                { line-height:1.5; padding-left:12px; }
.subtle-face .subtle-tbl tbody tr:first-child td
                { padding-top:4px; }
.subtle-face .subtle-tbl tbody tr:last-child td
                { padding-bottom:2px; }

.subtle-face .subtle-tbl th[class*='big'],
.subtle-face .subtle-tbl th[class*='big'] + th
                { min-width:75px; width:75px; }

/* ---------fin Fehltage ---------------- */



/* ------------ Abrechnung -------------- */
.valign-top     { vertical-align:top; }

.invoice.subtle-face h4
                { display:block; /* Undoes previous.  */ }

.invoice.subtle-face h2
                { margin-bottom:12px; /* If there’s no #filter in-between. */ }

.invoice .inline-block form
                { display:block; margin:0 0 20px 12px; }

/* ------------ Abrechnung
               <THEAD> year of settled -- */
.invoice .subtle-tbl th[class*='big'],
.subtle-face .subtle-tbl th[class*='big'] + th
                { min-width:40px; width:40px; }

/* ------------ Abrechnung
               <FORM> <TABLE> ----------- */
#invoice input[type='text'],
#invoice select { border-radius:4px; border:1px solid #ccc; color:#555; font-size:14px; font-weight:400; height:14px; line-height:24px; margin:4px 0 3px; padding:5px 6px 4px; text-align:right; width:206px;
             -moz-border-radius:4px;
          -webkit-border-radius:4px; }
#invoice select { height:25px; padding-top:3px; text-align:left; width:180px; }
#invoice .tiny select
                { width:120px; }
#invoice input[type='text']
                { margin-right:-7px; width:44px; }

#invoice .highlight .bigger
                { color:#444; min-width:72px; }

/* ------------ Abrechnung
               <TABLE> of attendance,
                          settled ------- */
.subtle-tbl.striped tbody tr:nth-of-type(odd)
                { background-color:#ececec; }
.subtle-tbl .dark,
.subtle-tbl.striped tbody tr.dark
                { background-color:#d0d0d0; }

.invoice #detail tbody td.right /* ..tracking to align with fat sum so lala.  */
                { letter-spacing:1px; }
.invoice #detail .highlight .big
                { color:#444; }

/* ------------ Abrechnung
                Slightly adapted filter - */
.invoice #filter label
                { display:inline-block; }
.invoice #filter select[id$='-abteilung']
                { height:150px; width:250px; }
.invoice #filter select[id$='-expositur']
{ height:150px; width:250px; }
.invoice #filter select[id$='-reha']
                { height: 150px; width:250px; }
.invoice #filter select[id$='-fsw']
{ height: 150px; width:250px; }
.invoice #filter select[id$='regionenSelect'] { height: 150px; width:250px; }
.invoice #filter input[type='text']
                { width:80px; }
.invoice #filter input[type='text'][class*='nachname']
                { width:150px; /* 206px */ }
.invoice #filter select[id='reports'] { width: 300px; }
#filter .separator
                { background-color:#ebebeb; display:block; height:2px; margin:10px 0 4px; }

.invoice .misused /*..so lala o_O..*/
                { padding-top:5px; }
.invoice .misused .inline-block
                { line-height:1.416; margin-bottom:0; }
.invoice #filter .misused + .misused
                { margin-left:0; }

/* ------------ Abrechnung
                Hyperlink so lala ------- *//*
.invoice #filter a,
.invoice #filter a:link,/* Overrides oul style. *//*
.invoice #filter a:visited
                { border-bottom:2px solid #777; color:#666; font-family:helvetica,arial,sans-serif; font-size:14px; font-weight:700; text-decoration:none; }
.invoice #filter a:hover,
.invoice #filter a:focus,
.invoice #filter a:active
                { border-bottom-color:#444; color:#333; }

/* ---------fin Abrechnung -------------- */



/* ------------ Password ---------------- */
.subtle-face.password h2
                { margin-left:156px; width:208px; }

/* ------------ Password
                Failure ----------------- */
#password #error-notice
                { color:#a03; cursor:text; display:inline-block; font-family:verdana,arial,sans-serif; font-size:13px; font-weight:400; width:208px; line-height:1.5; min-height:19px; padding:0 4px 4px 8px; text-align:left; }

/* ------------ Password (similar #filter)
               <FORM> ------------------- */
#password       { border-bottom:2px solid #d9d9d9; color:#777; font-family:helvetica,arial,sans-serif; font-size:14px; font-weight:400; line-height:1.75; margin:8px 0 12px; padding:7px 12px 12px 9px; text-align:right; vertical-align:middle; width:360px; }
#password label { display:block; margin-bottom:5px; }
#password input[type='password']
                { border-radius:4px; border:1px solid #ccc; color:#555; font-size:15px; font-weight:400; height:20px; line-height:30px; margin-left:5px; padding:5px 6px 4px; vertical-align:baseline; width:206px;
             -moz-border-radius:4px;
          -webkit-border-radius:4px; }
#password .btn  { display:inline-block; float:none; width:220px; }

/* ---------fin Password ---------------- */






/* Urlaubsplaner */

.custom-tbl {
	border-collapse:collapse;
	font-family:sans-serif;
	font-size:12px;
}
.custom-tbl thead {
	color:#999;
	letter-spacing:1px;
}
.custom-tbl th {
  border-left:1px solid #ddd;
  font-size:11px;
	font-weight:700;
	padding:5px 6px;
  text-align:center;
	text-transform:uppercase;
}
.custom-tbl th:first-child {
  border-left-width:0;
}
.custom-tbl th:nth-child(even) {
  background:#ddd;
}
.custom-tbl th:last-child {
  background:transparent;
  border-left-color:transparent;
}
.custom-tbl td {
  border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	font-size:12px;
	padding:8px 5px 5px;
}
.custom-tbl td:first-child {
  border-left-width:0;
  color:#777;
}
.custom-tbl tbody tr:first-child td {
  border-top-width:2px;
}
.custom-tbl tr:last-child td {
	padding-bottom:8px;
}
.custom-tbl tfoot tr td {
  border-color:transparent;
	padding-bottom:8px;
}
.custom-tbl tfoot tr:first-child td {
  background:#ddd;
  border-top:2px solid #ddd;
}
.custom-tbl tfoot tr:first-child td:first-child {
  background:transparent;
}


.custom-tbl.urlaubsplaner a {
  text-decoration:none;
}
.custom-tbl.urlaubsplaner th {
	padding:5px 4px 5px 3px;
}
.custom-tbl.urlaubsplaner th span {
  font-size:11px;
  font-weight:700;
}
.custom-tbl.urlaubsplaner th span.wochenende,
.custom-tbl.urlaubsplaner th span.feiertag {
  color:#999;
  font-weight:400;
}
.custom-tbl.urlaubsplaner td {
  text-align:center;
}
.custom-tbl.urlaubsplaner tr td:first-child {
  text-align:left;
  white-space:nowrap;
}
.custom-tbl.urlaubsplaner tbody tr td:last-child {
  background:#ddd;
}
.custom-tbl.urlaubsplaner tbody tr:hover,
.custom-tbl.urlaubsplaner tbody tr:hover td:last-child {
  background:#d2d2d2;
}
.custom-tbl.urlaubsplaner tfoot tr:last-child td {
  border-color:transparent;
  padding-left:0;
  text-align:left!important;
  white-space:nowrap;
}


.custom-tbl.urlaubsplaner.legend td {
  white-space:nowrap;
}





.custom-tbl.list tbody tr:hover td {
  border-color:#ddd;
}
.custom-tbl.list tbody tr:last-child td {
  border-bottom:2px solid #ddd;
}





.urlaubsplaner {
  margin:8px 20px 0 0;
}
td.wochenende,
td.feiertag {
  background-color:#d2d2d2;
  opacity:.66;
}
.fehlstunden_bezahltDR { background-color:#08296B; color:#F7D694!important; }
.fehlstunden_bezahltBU { background-color:#0E3373; color:#F1CC8C!important; }
.fehlstunden_bezahltBA { background-color:#143E7A; color:#EBC185!important; }
.fehlstunden_bezahltA { background-color:#1A4882; color:#E5B77D!important; }
.fehlstunden_bezahltS { background-color:#20538A; color:#DFAC75!important; }
.fehlstunden_bezahltV { background-color:#265D91; color:#D9A26E!important; }
.fehlstunden_bezahltKA { background-color:#2C6899; color:#D39766!important; }
.fehlstunden_bezahltVO { background-color:#3272A1; color:#CD8D5E!important; }
.fehlstunden_bezahltFA { background-color:#397DA8; color:#CD8D5E!important; }
.fehlstunden_bezahltFE { background-color:#3F87B0; color:#C0784F!important; }
.fehlstunden_bezahltFU { background-color:#4592B8; color:#BA6D47!important; }
.fehlstunden_bezahltF { background-color:#4B9CBF; color:#B46340!important; }
.fehlstunden_bezahltE { background-color:#51A7C7; color:#AE5838!important; }
.fehlstunden_unbezahltFR { background-color:#295B29; color:#D6A4D6!important; }
.fehlstunden_unbezahltK1 { background-color:#3A6A38; color:#C595C7!important; }
.fehlstunden_unbezahltK2 { background-color:#4A7947; color:#E5B5E7!important; }
.fehlstunden_unbezahltDV { background-color:#5B8755; color:#E5B5E7!important; }
.fehlstunden_bezahltGU { background-color:#6B9664; color:#E5B5E7!important; }
.fehlstunden_unbezahltZB { background-color:#7CA573; color:#522E60!important; }
.fehlstunden_bezahltZU { background-color:#8CB482; color:#522E60!important; }
.fehlstunden_bezahltSU { background-color:#9DC391; color:#522E60!important; }
.fehlstunden_bezahltZA { background-color:#ADD19F; color:#522E60!important; }
.fehlstunden_bezahltDF { background-color:#BEE0AE; color:#411F51!important; }
.fehlstunden_unbezahltPU { background-color:#CEEFBD; color:#311042!important; }
.fehlstunden_unbezahltKU { background-color:#524818; color:#ADB7E7!important; }
.fehlstunden_unbezahltMU { background-color:#544517; color:#ABBAE8!important; }
.fehlstunden_unbezahltKH { background-color:#554216; color:#AABDE9!important; }
.fehlstunden_unbezahltFE { background-color:#573F16; color:#A8C0E9!important; }
.fehlstunden_unbezahltFU { background-color:#593C15; color:#A6C3EA!important; }
.fehlstunden_unbezahltE { background-color:#5B3914; color:#A4C6EB!important; }
.fehlstunden_unbezahltU { background-color:#5C3513; color:#A3CAEC!important; }

.italic { background-image:url('images/italic.png'); }

.float-left { float:left; }
/* end - Urlaubsplaner */






.optparams
{
	display:none;
}

















input:focus {
	outline: none;
}

input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border: none;
}



input,
button,
textarea,
.btn {
/*	font-family: Helvetica,sans-serif;*/
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC #CCCCCC #AAAAAA #CCCCCC;
	outline: none;
	box-shadow: 0 0 1px #FFFFFF inset;
}




input[type="button"],
input[type="submit"],
button,
.btn {
	color: #444444;
	border-radius: 3px;
	cursor: pointer;
	font-size: 1.2em;
	text-shadow: 0 1px 0 #FFFFFF;
	background-color: #E0E0E0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#DCDCDC)); /* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(to bottom, #FAFAFA 0px, #DCDCDC 100%); /* Chrome 10+, Safari 5.1+ */
	background-image:    -moz-linear-gradient(to bottom, #FAFAFA 0px, #DCDCDC 100%); /* FF 3.6+ */
	background-image:     -ms-linear-gradient(to bottom, #FAFAFA 0px, #DCDCDC 100%); /* IE 10 */
	background-image:      -o-linear-gradient(to bottom, #FAFAFA 0px, #DCDCDC 100%); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #FAFAFA 0px, #DCDCDC 100%); /* W3C */
	white-space: nowrap;
	word-wrap: normal;
	padding: .25em .5em;
	height: 2em;
}






input[type="text"],
input[type="number"],
input[type="password"],
textarea {
	padding: .5em .2222em .3333em .3333em;
	font-size: 13px;
	text-overflow: ellipsis;
}

select {
	font-size: 1em;
}

.btn {
	display: block;
	float: left;
	padding: 0;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input[type="button"].small,
.btn.small {
  font-size:12px;
  padding:6px 6px 3px 5px;
}

.button > a,
.button > span {
	display: block;
	text-decoration: none;
	outline: none;
	padding: .5em 0.5em .25em;
	height: 1.25em;
}

input[type="button"]:focus,
input[type="submit"]:focus,
button:focus,
.btn:focus {
	box-shadow: 0 1px 6px rgba(0, 0, 0, .25), 0 0 3px #FFFFFF inset;
}

input[type="button"]:hover,
input[type="submit"]:hover,
button:hover,
.btn:hover {
	color: #222222;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#E6E6E6)); /* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(to bottom, #F0F0F0 0px, #E6E6E6 100%); /* Chrome 10+, Safari 5.1+ */
	background-image:    -moz-linear-gradient(to bottom, #F0F0F0 0px, #E6E6E6 100%); /* FF 3.6+ */
	background-image:     -ms-linear-gradient(to bottom, #F0F0F0 0px, #E6E6E6 100%); /* IE 10 */
	background-image:      -o-linear-gradient(to bottom, #F0F0F0 0px, #E6E6E6 100%); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #F0F0F0 0px, #E6E6E6 100%); /* W3C */
	border-color: #AAAAAA #AAAAAA #999999 #AAAAAA;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .25), 0 0 3px #FFFFFF inset;
}

input[type="button"]:active,
input[type="submit"]:active,
button:active,
.btn:active {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C8C8C8), to(#E6E6E6)); /* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(to bottom, #C8C8C8 0px, #E6E6E6 100%); /* Chrome 10+, Safari 5.1+ */
	background-image:    -moz-linear-gradient(to bottom, #C8C8C8 0px, #E6E6E6 100%); /* FF 3.6+ */
	background-image:     -ms-linear-gradient(to bottom, #C8C8C8 0px, #E6E6E6 100%); /* IE 10 */
	background-image:      -o-linear-gradient(to bottom, #C8C8C8 0px, #E6E6E6 100%); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #C8C8C8 0px, #E6E6E6 100%); /* W3C */
	border-color: #888888 #AAAAAA #CCCCCC #AAAAAA;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .25) inset, 0 1px 0 #FFFFFF;
	text-align: center;
}


input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="checkbox"]:focus,
textarea:focus,
select:focus {
	box-shadow: 0 0 4px 2px #A0CAE7;
}


input[type="button"]:disabled, input[type="button"]:disabled:hover, input[type="button"]:disabled:active,
input[type="submit"]:disabled, input[type="submit"]:disabled:hover, input[type="submit"]:disabled:active,
button:disabled, button:disabled:hover, button:disabled:active,
.btn.disabled {
	color: #999999;
	cursor: default;
	background-color: #E0E0E0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#DCDCDC)); /* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(to bottom, #FAFAFA 0px, #DCDCDC 100%); /* Chrome 10+, Safari 5.1+ */
	background-image:    -moz-linear-gradient(to bottom, #FAFAFA 0px, #DCDCDC 100%); /* FF 3.6+ */
	background-image:     -ms-linear-gradient(to bottom, #FAFAFA 0px, #DCDCDC 100%); /* IE 10 */
	background-image:      -o-linear-gradient(to bottom, #FAFAFA 0px, #DCDCDC 100%); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #FAFAFA 0px, #DCDCDC 100%); /* W3C */
	box-shadow: 0 0 1px #FFFFFF inset;
	border-color: #CCCCCC #CCCCCC #AAAAAA #CCCCCC;
}





















/* Overview Page (default), Invoice Page (Abrechnung Mitarbeiter) */

.overview { border-collapse:collapse; border-spacing:0; margin:0 5%; text-align:center; width:90%; }
.overview tr { height:75px; }
.overview td { width:25%; }
.overview button { height:auto; }

.invoice button { font-size:11px; width:112px; height:38px; }
.overview button { padding:0; font-size:14px; line-height:1; width:190px; }
.invoice button img { width:20px; margin-right:10px; }
.invoice button img,
.overview img { margin:0; opacity:.25; padding:0; }
.invoice button img { margin:-1px 6px 0 0; }
.invoice button:hover,
.overview button:hover { cursor:pointer; }
.invoice button:hover img,
.overview button:hover img { opacity:.5; }
.overview .useless button:hover { cursor:default; }
.overview .useless button img { opacity:.15; }



