/**
 * web4job
 *
 * @version    2018-12-15 13:00 CS
 * @copyright  2018, Jürgen Hund
 * @license    http://web4job.ch/lizenz/
 * @link       http://web4job.ch
 * @author     Jürgen Hund http://www.web4job.ch
 * @author     Christian Schöller http://www.c-sys.de
 *
 * #status: ok
 * #changelog: 2018-03-07 12:30 CS,2018-11-08 11:15 CS,2018-12-06 14:00 CS,2018-12-15 13:00 CS
 */

@media print {
	body, html {background:#fff;}
} 

body {
	background:#F7F4E9 url(body.png) repeat-x top center;
}
small {
	color:#888
}

th,#navigation,.active,input[type=submit],input[type=button],.pagination a:hover,.date td a:hover {
	background:#434A48;
	color:#fff;

}

tr:nth-child(even) {background: #EEE}
tr:nth-child(odd) {background: #FFF}

.table_plain {}
.table_plain tr:nth-child(even) {background: #FFF}
.table_plain tr:nth-child(odd) {background: #FFF}

select, textarea, input, td, #content {

}
.tplain td{border-bottom:1px solid #ccc;}
.tplain tr:nth-child(even) {background:inherit}
.tplain tr:nth-child(odd) {background:inherit}

		.month-picker{height:auto; width:auto;padding:0px;margin:0px;border-spacing:0px;}
		.month-picker table{padding:0px;margin:0px;border-spacing:0px !important;}
		.month-picker-header{background:#ededed url(/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% 50% repeat-x !important}
		.month-picker-header .ui-button {background:inherit !important; border:none !important;}


		.month-picker-year-table .ui-button {height:1.4em !important; margin-bottom:4px !important;}
		.month-picker-year-table .ui-icon {margin-top:0px !important;}
		
		.month-picker tr:nth-child(even) {background:inherit}
		.month-picker tr:nth-child(odd) {background:inherit}
		.month-picker td{margin:0px;padding:0px !important;}

		.ui-datepicker tr:nth-child(even) {background:inherit}
		.ui-datepicker tr:nth-child(odd) {background:inherit}
		.ui-datepicker-header {padding:6px !important; font-size:1.2em!important;}
		.ui-datepicker td{padding:2px !important;}
		.ui-datepicker td a{text-align:center !important;}

tr {
	background-position:0 -18px;
}
#content {
	background-position:0 1px;
	background-color:#fff;
}

.active, th, #head, #navigation a, input[type=submit] {
	color:#fff;
}

.active a{
	color:#fff;
}

input, select, textarea {
	border-color:#a5a5a5;
}

h1,h2,h3,h4,h5,h6 {
	border-color:#ddd
}

a {
	color:#888
}
a.edit {
	background-image:url(edit.png)
}
a.copy {
	background-image:url(copy.png)
}
a.delete {
	background-image:url(trash.gif)
}
a.erase {
	background-image:url(delete.gif)
}
a.unerase {
	background-image:url(undelete.gif)
}
a.archiv {
	background-image:url(write.gif)
}
a.show {
	background-image:url(person.gif)
}
a.save {
	background-image:url(save.gif)
}
a.ainfo {
	background-image:url(infog.gif)
}
a.notok {
	background-image:url(okr.gif)
}
a.ok {
	background-image:url(ok.gif)
}
a.write {
	background-image:url(schreiben.gif)
}
a.action {
	background-image:url(action.gif)
}
a.flame {
	background-image:url(flame.gif)
}
a.email {
	background-image:url(email14.gif)
}
a.locked {
	background-image:url(locked.gif)
}
a.key {
	background-image:url(key.gif)
}
a.timer{
	background-image:url(timer-rot.gif)
}
a.plus{
	background-image:url(pluss.gif)
}
a.login{
	background-image:url(login.gif)
}
a.search{
	background-image:url(suche.gif)
}
a.searchc{
	background-image:url(suche-f2.gif)
}
a.print{
	background-image:url(print.gif)
}
a.plan{
	background-image:url(plan13.gif)
}
a.pdf{
	background-image:url(pdf13.gif)
}
a.ligthning{
	background-image:url(blitz.gif)
}
a.forward{
	background-image:url(forward.gif)
}
a.fastforward{
	background-image:url(fastforward.gif)
}
a.display{
	background-image:url(aufsteller_dk.gif)
}
a.speak{
	background-image:url(speak.gif)
}
a.no_speak{
	background-image:url(no_speak.gif)
}
a.form{
	background-image:url(formular.gif)
}
a.qrcode{
	background-image:url(qr-code.gif)
}

.notice{
	background-image:url(infog.gif)
}
.hide{
	background-image:url(hide3.gif)
}


#head,#head_area{
	background:#313230
}

#foot {
	background:#313230;
	color:#fff;
}

#navigation a:hover {
	background:#383E3C
}
#navigation .active {
	background:#687370
}

.box,.box > .utils a {
	background:#fff;
	border-color:#eee
}
.box > h2 {
	background:url(box-h2.png) repeat-x bottom center #fff
}

.error,.success,.info,.error a,.success a,.info a {
	color:#fff
}
.error {
	background:#901830
}
.success {
	background:#C2EFC2
}

.glow-sortable-dropindicator {
	background:#eee
}
th{
  /** 
    color:#FFFFFF;
    background-color:#000000;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(123,192,67)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(158,217,41))
        );
    background: -moz-linear-gradient(
        center bottom,
        #434A48 2%,
        #333A38 51%,
        rgb(150,150,150) 87%
        );
     **/
}
thead a{
  color:#E0E0E0;
}
.wf{

    width:99.5%;
    height:20px;
    background:#434A48;
    color:#FFFFFF;
    font-weight:bold;
    padding:2px;
  /**  
    background-color:#000000;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(123,192,67)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(158,217,41))
        );
    background: -moz-linear-gradient(
        center bottom,
        #434A48 2%,
        #333A38 51%,
        rgb(150,150,150) 87%
        );
     **/

}
.tlist td{

/* background-color:#E0E0E0; */
}
.tlist2 tr{
background-color:#F3F3F3;
margin-top:    5px;

}
.active1{
   background:#434A48;
   color:#fff;
   text-decoration:none;
  border:1px solid gray;
} 
.pagination{
    background:#fff;
}  
.rounded-corners {
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    background:blue;
}     




