table.tamjdem {border-radius: 4px 4px 4px 4px; border-spacing: 0; border-style: solid; border-width: 1px; border-color: silver;}
table.tamjdem th {width: 250px; text-align: left; vertical-align: top; padding: .5em; border-right: 1px solid silver;}
table.tamjdem td {width: 250px; text-align: left; vertical-align: top; padding: .5em;}
table.tamjdem textarea {width: 350px; height: 200px;}
table.tamjdem tr:nth-child(even) td { background: #eee; }
table.tamjdem tr:nth-child(even) th { background: #eee; }

#bulk-action {width: 180px;}

fieldset.tamjdem-inline-left {float: left; width: 40%;}
fieldset.tamjdem-inline-left h4 {line-height: 23px; margin: 0.2em 0; padding: 0;}
fieldset.tamjdem-inline-right {float: right; width: 55%;}
fieldset.tamjdem-inline-right label {display: block; font-style: italic;}
fieldset.tamjdem-inline-right input {width: 250px;}
fieldset.tamjdem-inline-right textarea {width: 450px; height: 250px;}
p.tamjdem-inline-save {clear: both;}

tr.payed {background: #c9f76f;}

.status_new {font-size: 0.9em !important; background: #66a3eb !important; color: white !important; }
.status_sent {font-size: 0.9em !important; background: #ff8a00 !important; color: white !important;}
.status_accepted {font-size: 0.9em !important; background: red !important; color: white !important;}
.status_denied {font-size: 0.9em !important; background: black !important; color: white !important;}
.status_canceled {font-size: 0.9em !important; background: gray !important; color: white !important}
.status_finished {font-size: 0.9em !important; background: #0e0 !important; color: white !important;}
.status_payed {font-size: 0.9em !important; background: green !important; color: white !important;}
.status_confirmed {font-size: 0.9em !important; background: #bb00ff !important; color: white !important;}
.status_workcamp {font-size: 0.9em !important; background: #793600 !important; color: white !important;}
.status_infosheet {font-size: 0.9em !important; background: #0e6eb1 !important; color: white !important;}

#formular {font-size: 120%;}
#formular div {margin: 5px 0 5px 30px;}
#formular label {display: block; float: left; width: 200px;}
#formular input[type="text"], #formular textarea {padding: 6px; margin-left: 20px;}
#formular select {margin-left: 20px;}
#formular input[type="text"] {width: 200px;}
#formular textarea {height: 120px; width: 500px;}

.wbutton {
	padding: 3px;
       border: 1px solid gray;
	margin-bottom: 5px;       
}

.wp-core-ui .button-red {
	background-color: #9B2124;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C5292E), to(#9B2124));
	background-image: -webkit-linear-gradient(top, #C5292E, #9B2124);
	background-image:    -moz-linear-gradient(top, #C5292E, #9B2124);
	background-image:     -ms-linear-gradient(top, #C5292E, #9B2124);
	background-image:      -o-linear-gradient(top, #C5292E, #9B2124);
	background-image:   linear-gradient(to bottom, #C5292E, #9B2124);
	border-color: #9B2124;
	border-bottom-color: #8D1F21;
	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
 	box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
 	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
    float: right;
}

.wp-core-ui .button-red.hover,
.wp-core-ui .button-red:hover,
.wp-core-ui .button-red.focus,
.wp-core-ui .button-red:focus {
	background-color: #B72629;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#D22E30), to(#9B2124));
	background-image: -webkit-linear-gradient(top, #D22E30, #9B2124);
	background-image:    -moz-linear-gradient(top, #D22E30, #9B2124);
	background-image:     -ms-linear-gradient(top, #D22E30, #9B2124);
	background-image:      -o-linear-gradient(top, #D22E30, #9B2124);
	background-image:   linear-gradient(to bottom, #D22E30, #9B2124);
	border-color: #7F1C1F;
	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
 	box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}

.wp-core-ui .button-red.focus,
.wp-core-ui .button-red:focus {
	border-color: #500F0E;
	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);
	box-shadow: inset 0 1px 0 rgba(120,200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);
}

.wp-core-ui .button-red.active,
.wp-core-ui .button-red.active:hover,
.wp-core-ui .button-red.active:focus,
.wp-core-ui .button-red:active {
	background: #7F1C1F;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9B2124), to(#B72629));
	background-image: -webkit-linear-gradient(top, #9B2124, #B72629);
	background-image:    -moz-linear-gradient(top, #9B2124, #B72629);
	background-image:     -ms-linear-gradient(top, #9B2124, #B72629);
	background-image:      -o-linear-gradient(top, #9B2124, #B72629);
	background-image:   linear-gradient(to bottom, #9B2124, #B72629);
	border-color: #601312 #AE2426 #AE2426 #AE2426;
	color: rgba(255,255,255,0.95);
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
 	box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

.wp-core-ui .button-red[disabled],
.wp-core-ui .button-red:disabled,
.wp-core-ui .button-red-disabled {
	color: #E79496 !important;
	background: #BA292B !important;
	border-color: #7F1C1F !important;
	-webkit-box-shadow: none !important;
	box-shadow:         none !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1) !important;
	cursor: default;
}



.message{
		background-size: 40px 40px;
		background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
							transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
							transparent 75%, transparent);										
		 box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
		 width: 80%;
		 border: 1px solid;
		 color: #fff;
		 padding: 15px;
		 /* position: fixed;
		 _position: absolute; */
		 text-shadow: 0 1px 0 rgba(0,0,0,.5);
		 animation: animate-bg 5s linear infinite;
}

.info{
		 background-color: #4ea5cd;
		 border-color: #3b8eb5;
}

.error{
		 background-color: #de4343;
		 border-color: #c43d3d;
}
		 
.warning{
		 background-color: #eaaf51;
		 border-color: #d99a36;
}

.success{
		 background-color: #61b832;
		 border-color: #55a12c;
}

.zaloha {background-color: yellow;}
