/* HTML BASICS */
*:focus{ outline: none; }
html, body {
	margin: 0;
	padding: 5px 10px;
	border: none;
	background-color: #EEE;
}
body, fieldset legend, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
body::-webkit-scrollbar { width: 10px; }
body::-webkit-scrollbar-track-piece { background: #EEE; }
body::-webkit-scrollbar-thumb {
	background-color: #CCC;
	border: 2px solid #EEE;
	border-radius: 2px;
}
table.datatables { width: 100%;	border-spacing: 0px; }
th, td { 
	text-align: left; 
	padding: 2px;
}
a { color: #000; }
a:hover { color: #003; }
hr {
	border: none;
	border: 1px solid #EEE;
	border-color: #EEE;
	border-top: 1px dotted #CCC;
}
/* FORM BASICS */
fieldset { 
	clear: both;
	padding: 4px;
	margin: 5px 0;
	border: none!important; /* x IE >= 7 */
	border: hidden;
}
/* Fix Fomrmularsystem Lukas */
label {
	line-height:100%;
	margin-top:1px 0px;
}
textarea {
	width:300px;
	height:90px;
}
input[type="text"],input[type="password"]  {
	width:300px;
}
.ctrl_label_container label, .inlinelabel, label.ctrl_label_container { 
	font-weight: normal;
	width:auto;
	min-width:1px;
	line-height: 140%;	
	margin-left:3px;
}
input.dtype_float, input.dtype_int, input.dtype_decimal, input.dtype_date, input.dtype_time, input.dtype_tinyint { width:70px}
input.dtype_datetime { width:140px}
input.dtype_date { width:100px}
.w300 { width:300px;}
.w50 { width:50px; }
.ml200 { margin-left:205px; } /* form label pos */
.gray { color:#aaa }
fieldset fieldset {	background:#f4f4f4;}
/* ende fix */
legend {
	padding: 0 10px 0 0;
	margin-bottom: 10px;
}
label {
	width: 200px;
	min-width: 150px;
	display: inline-block;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
	padding: 2px 5px 0px 0px; /* padding muss sein wg. vertikalem Abstand zum denebenliegendem input */
	margin-bottom:3px;
}
label.required { font-weight:bold }
label, label + div, fieldset input, select, textarea { margin-top: 2px; }
label .value { font-weight: bold; }
*+html label + div { display: inline; }
label + div { display: inline-block; }
input {
	border: 1px solid #AAA;
	margin: 0;
	z-index: 0;
}
label, input, select, button, .qq-upload-button { font-size: 1em; }
fieldset input, select, textarea { margin: 2px 0; }
input[type="text"], select { border: 1px solid #AAA; }
*+html form > #active, *+html form > #saveandnew {
	vertical-align: top;
}
input[type="checkbox"] {
	border: 0;
	background-color: transparent !important;
	margin-top:5px;
}
input[type="submit"], button { padding: 3px 8px; }
.inputxl { width: 350px; }
.inputl { width: 200px; }
.inputs { width: 75px; }
.inputxs { width: 25px; }
input[type="text"], input[type="password"] {
	background-color: #FFF;
	cursor: text;
	border-radius: 1px;
}
input.datepicker { width: 90px; }
.infoblock { color: #aaa; font-size:0.9em; }
.infoblock { display:inline-block; margin-left:205px; }
/* LAYOUT */
.cc-logo {
	margin:5px 0 14px 14px;
}
#article {
	padding: 0;
}
#left {
	width: 220px;
	left: 10px;
	position: absolute;
	padding: 0;
}
#wrapper {
	padding-left: 225px;
	min-width:600px;
	width:auto;
}
#article {
	min-width:100%;
	line-height: 140%;
	float:left;
}
/* NAV */
#left dl, #left dt, #left dd {
	margin: 0;
	padding: 0;
}
#left dl {
	margin-bottom: 1em;
	border: 1px solid #aaa;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#left dt {
	padding: 3px 5px;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom: none;
	background: #E1E1E1 url(../image/logo.png) no-repeat 5px center;	
	padding-left: 30px;
	cursor: pointer;
}
#left .config dt { background-image:url(../image/config.png); }
#left .user dt { background-image:url(../image/user.png); }
#left .links dt { background-image:url(../image/links.png); }
#left table {
	width: auto;
	margin: 10px;
}
#left th { text-align: right; }
#left dd { background-color: #FFF; }
#left ul {
	list-style: none!important;
	margin: 0;
	padding: 0;
	border-bottom: none;
	border-top: 1px solid #DDD;
}
#left dd.nav table { margin: 0; }
#left dd.nav a {
	padding: 5px;
	line-height: 110%;
	text-decoration: none;
	display: block;
	background-color: #F5F5F5;
	border-top: 1px ridge #FFF;
	border-bottom: 1px solid #CCC;
}
#left dd.nav a:hover {
	background-color: #EEE;
	color: #333;
}

#left dd.nav a.activeLabel {
	font-weight: bold;
}

#left dd.nav a.active {
	background-color: #E1E1E1;
	color: #333;
}
/*
#left dd.nav li:last-child, #left dd.nav li:last-child a { border-bottom: none; }
*/
/* LEVEL 1 */
#left dd.nav ul ul {
	padding: 0;
	border-top: none;
	border-bottom: none;
	border-top: 1px solid #FFF;
	/*border-bottom: 1px solid #CCC;*/
}
#left dd.nav ul ul a {
	padding-left: 20px;
	background-color: #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
}
#left dd.nav ul ul a:hover { background-color: #F9F9F9; }
#left dd {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#left .projectinfo, .performanceinfo {
	color:#888;
	font-size:0.8em;
	margin: 4px;
}
/* ARTICLE */
#article h1 {
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	margin: 10px auto;
}
#article h2 { font-size: 14px; }

#article th form select { margin: 0; }
a.button, input[type="submit"], input[type="button"], button, .qq-upload-button {
	color: #000;
	padding: 4px 8px;
	text-decoration: none;
	white-space: nowrap;
	border: 1px solid #CCC;
	border-radius: 5px;
	background-color: #FFF;
	font-weight: bolder;
	cursor: default;
	margin-right: 1em;
}
input[type="submit"], input[type="button"], button { padding: 3px 8px; } /* ACHTUNG -1px höhe wg. border */
input[disabled], button[disabled] { color:#888; background:#ddd}
input[disabled]:hover, button[disabled]:hover { background:#ddd; border:1px solid #ccc }

/* NAV */
#article .nav {
	border-radius: 3px;
	line-height: 30px;
	height: 30px;
	margin-bottom: 4px;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
}
#article .nav a {
	position:relative;
	width: 40px;
	height: 30px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
#article .nav a>DIV {
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
#article .nav a, #article .nav a.active:hover {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDIzOCwyMzgsMjM4LDEpOyIgLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0eWxlPSJzdG9wLWNvbG9yOnJnYmEoMjIxLDIyMSwyMjEsMSk7IiAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IGZpbGw9InVybCgjZ3JhZGllbnQpIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiAvPjwvc3ZnPg==); /* Opera, IE9 */
	background: -moz-linear-gradient(top, rgba(238,238,238,1), rgba(221,221,221,1) 100%); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(238,238,238,1)), color-stop(1, rgba(221,221,221,1))); /* Chrome & Safari */
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFEEEEEE,EndColorStr=#FFDDDDDD); /* IE5.5 - IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFEEEEEE,EndColorStr=#FFDDDDDD)"; /* IE8 */
}
#article .nav a:hover {
	background: -moz-linear-gradient( top, rgba(227,227,227,1), rgba(190,190,190,1) );
	background: -webkit-gradient( linear, left top, left bottom, color-stop( 0, rgba(227,227,227,1) ), color-stop( 1, rgba(190,190,190,1) ) ); /* Chrome & Safari */
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFE3E3E3,EndColorStr=#FFBEBEBE); /* IE5.5 - IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFE3E3E3,EndColorStr=#FFBEBEBE)"; /* IE8 */
}
#article .nav a.active {
	background: -moz-linear-gradient( top, rgba(227,227,227,1), rgba(190,190,190,1) );
	background: -webkit-gradient( linear, left top, left bottom, color-stop( 0, rgba(227,227,227,1) ), color-stop( 1, rgba(190,190,190,1) ) ); /* Chrome & Safari */
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFE3E3E3,EndColorStr=#FFBEBEBE); /* IE5.5 - IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFE3E3E3,EndColorStr=#FFBEBEBE)"; /* IE8 */	
}
#article .nav a.inactive {
	background-image: linear-gradient(bottom, rgb(245,245,245) 21%, rgb(245,245,245) 61%, rgb(245,245,245) 100%);
	background-image: -o-linear-gradient(bottom, rgb(245,245,245) 21%, rgb(245,245,245) 61%, rgb(245,245,245) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(245,245,245) 21%, rgb(245,245,245) 61%, rgb(245,245,245) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(245,245,245) 21%, rgb(245,245,245) 61%, rgb(245,245,245) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(245,245,245) 21%, rgb(245,245,245) 61%, rgb(245,245,245) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.21, rgb(245,245,245)),color-stop(0.61, rgb(245,245,245)), color-stop(1, rgb(245,245,245)));
}
#article .nav a { border: 1px solid #D9D9D9; }
#article .nav a:hover { border-color: #CCCCCC; }
#article .nav a.inactive, .table_head a.active:hover { border-color: #D4D4D4; }
#article .nav a.active, .article .nav a.inactive:hover { border-color: #D0D0D0; }
#article .nav a.inactive { cursor: default; }


#article .btnwork>DIV{ background-image:url(../image/icon/work.png)}
#article .btntrash>DIV { background-image:url(../image/icon/trashcan.png)}
#article .btnarchive>DIV { background-image:url(../image/icon/archive.png)}
#article .btnwork.active>DIV{ background-image:url(../image/icon/work_a.png)}
#article .btntrash.active>DIV { background-image:url(../image/icon/trashcan_a.png)}
#article .btnarchive.active>DIV { background-image:url(../image/icon/archive_a.png)}
#article .btnwork.inactive>DIV{ background-image:url(../image/icon/work_i.png)}
#article .btntrash.inactive>DIV { background-image:url(../image/icon/trashcan_i.png)}
#article .btnarchive.inactive>DIV { background-image:url(../image/icon/archive_i.png)}

.uprops {
	color: gray;
	max-width: 370px;
	font-size: 80%;
	margin-top: 5px;
	margin-bottom: 0;
}

.section dt strong {
	float: left;
	font-size: 22px;
	padding: 0;
	margin: 0 12px;
	line-height:40px;
}
.section dt a:hover, .section dt a.active {
	background-image: none;
	background-color: #FFF;
}
.section dt a:hover { color: #C00; }
#left dl {
	box-shadow: 2px 2px 3px #ccc;
}
.section dl dd  {
	clear: left;
	box-shadow: 2px 2px 3px #ccc;
	border-radius: 5px;
	border-top-right-radius:0;
}
.section dl, .section dt, .section dd {
	margin: 0;
	padding: 0;
}
.section dl dt {
	text-align: right;
	height:47px;	
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.section dt a {
	padding: 8px 10px;
	background-color: #888;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-decoration: none;
	margin-left: 1px;
	color: #FFF;
	vertical-align:bottom;
	line-height: 64px;
}
.section dt a.active, .section dt a:hover {
	background-color: #FFF;
	color: #333;
}
.section dt a:first-child {
	border-top-left-radius: 5px;
}
.section dd {
	background-color: #FFF;
	padding: 13px;
}
.section .dataTables_wrapper {
	margin-top:-25px;
}
.section table.datatables, input {
	border: 1px solid #CCC;
	border-radius: 5px;
	background-color: #EAEAEA;
}
.section table.datatables th { 
	padding: 5px;
	white-space: nowrap;
}
.section table.datatables td {
	background-color: #FBFBFB;
	padding: 4px;
	border-left:1px solid #fff;
	border-right:1px solid #ddd;
}
.section table.datatables tr td:first-child {
	border-left:none;
}
.section table.datatables tr:first-child th { border-bottom: 1px solid #DDD; }
.section table.datatables tr:last-child th { border-top: 1px solid #FFF; }
.section table.datatables tr td {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #DDD;
}
.section table.datatables tr:nth-child(even) td { background-color: #FFF; }
.section table.datatables tr:hover td { background: #FFF url("../image/hover_bg.png") repeat scroll left center; }
.section table.datatables tr:nth-child(even):hover td { background-color: #FBFBFB; }
.section table.datatables tbody { background-color:#fff}
.section table.datatables tr.inactive td { text-decoration:line-through; opacity:0.4; }
.section table.datatables tr.inactive td.controls { opacity: 1; }
.section table.datatables tr.inactive:hover td.controls { opacity: 1; background:#FAFCFF }
.section table.datatables .controls {
	white-space: nowrap;
	width:30px;
	text-align: right
}
*+ html .section table.datatables .controls span {white-space: nowrap;}

.section table.datatables .controls IMG { opacity:0 }
.section table.datatables TR:HOVER .controls IMG { opacity:1 }

ul.icon {
	padding: 0;
	margin: 0;
}
ul.icon li, a.icon {
	list-style: none;
	padding-left: 20px;
}
ul.icon li.pdf, a.icon.pdf { background: url("../image/icon/pdf.png") no-repeat scroll left center; }
ul.icon li.doc, a.icon.doc { background: url("../image/icon/doc.png") no-repeat scroll left center; }
ul.icon li.xls, a.icon.xls { background: url("../image/icon/xls.png") no-repeat scroll left center; }
ul.icon li.txt, a.icon.txt { background: url("../image/icon/txt.png") no-repeat scroll left center; }
ul.icon li.jpg, ul.icon li.jpeg, ul.icon li.png, ul.icon li.gif, a.icon.jpg, a.icon.jpeg, a.icon.png, a.icon.gif { background: url("../image/icon/img.png") no-repeat scroll left center; }
ul.icon li.loading, a.icon.loading { background: url("../image/icon/loading.gif") no-repeat scroll left center; }

/* COLORS */
.section table thead tr, #left h3, a.button, input[type="submit"], input[type="button"],button, .qq-upload-button {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDIzOCwyMzgsMjM4LDEpOyIgLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0eWxlPSJzdG9wLWNvbG9yOnJnYmEoMjIxLDIyMSwyMjEsMSk7IiAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IGZpbGw9InVybCgjZ3JhZGllbnQpIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiAvPjwvc3ZnPg==); /* Opera, IE9 */
	background: -moz-linear-gradient(top, rgba(238,238,238,1), rgba(221,221,221,1) 100%); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(238,238,238,1)), color-stop(1, rgba(221,221,221,1))); /* Chrome & Safari */
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFEEEEEE,EndColorStr=#FFDDDDDD); /* IE5.5 - IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFEEEEEE,EndColorStr=#FFDDDDDD)"; /* IE8 */
}
a.button:hover, input[type="submit"]:hover,button:hover, .submenu input:hover, .qq-upload-button:hover, .extendedsearch div.concater > input[type="button"]:hover {
	background: -moz-linear-gradient( top, rgba(227,227,227,1), rgba(190,190,190,1) );
	background: -webkit-gradient( linear, left top, left bottom, color-stop( 0, rgba(227,227,227,1) ), color-stop( 1, rgba(190,190,190,1) ) ); /* Chrome & Safari */
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFE3E3E3,EndColorStr=#FFBEBEBE); /* IE5.5 - IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFE3E3E3,EndColorStr=#FFBEBEBE)"; /* IE8 */
	border-color: #999;
}

.viewmenu A { color:#AAA }
.viewmenu A.active { color:#000 }

.lightboxiframe, .lightboximage { text-decoration: none; }
#article dd .lightboxiframe:hover, #article dd .lightboximage:hover { text-decoration: underline; }

table.simple {
	border-spacing: 5px;
	border-collapse: collapse;
}
table.simple th {}
table.simple td, table.simple th {
	border:1px solid #ccc;
	padding:3px 5px;
}
.center { text-align: center }
.right { text-align: right }
.centerall * { text-align: center }
td.highlight,th.highlight { background:#eee}

/* permissions */
.permissions .modulname { text-align:left }
.permissions .submodule .modulname {
	padding:2px 3px 2px 25px;
	background-image:url(../image/submodule.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#f4f4f4;
}
tr.submodule td { font-size:0.9em; padding:0px 4px}
ul.subsubmenu > a, li.subsubmenu > a{
	background-image:url(../image/submodule.png);
	background-repeat:no-repeat;
	background-position-y: 6px;
}

subsubmenu a {
	text-align: justify !important;
}

subsubmenu li a {
	text-align: justify !important;
}
/* Filter */
.extendedsearch {
	padding: 15px 15px 3px 15px; 
	position: relative; 
	clear: both; 
	display: none; 
	border: 1px solid #DDD; 
	background-color: #FBFBFB;
	border-radius: 7px;
	margin-bottom: 10px;
}
.extendedsearch .opsbox, .extendedsearch div.inputs > .valueinput {display: none;}
.extendedsearch  div.operators, .extendedsearch  div.inputs {display: inline;}
.extendedsearch .complement, .extendedsearch .fields, .extendedsearch .opsbox, .extendedsearch .inputs > .valueinput, .extendedsearch .inputs .chosen-container {
	margin-left: 20px;
	vertical-align: middle;
}

.extendedsearch .mselect {height: 21px;}
.extendedsearch .seperateFilter {
	padding: 10px 7px;
	background-color: #EEE;
	border-radius: 7px;
	border: 1px solid #CCC;
	position: relative;
	margin-top: 42px;
}

.extendedsearch .seperateFilter:first-child {
	margin-top: 0;
}

.extendedsearch div.concater {
	background-color: #EEE;
	width: 200px;
	height: 24px;
	display: block;
	padding: 10px 7px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	position: absolute;
	top:44px;
	left:150px;
	z-index: 50;
}
*+html .extendedsearch div.concater {
	width: auto;
}

.extendedsearch div.concater {
	text-align:center;
}

.extendedsearch div.concater > input[type="button"] {margin-right: 0;}
.extendedsearch div.concater > input[type="button"]:hover, .extendedsearch .filterout:hover {cursor: pointer;}

.extendedsearch div.concater > .concatop {display: none;}

.extendedsearch .seperateFilter > img {margin-left: 30px;}
.extendedsearch .seperateFilter > img:hover {cursor: pointer;}
.extendedsearch .filterout {
	margin-top: 30px;
}
/* Tabellen-Menü */
.tablemenu {
	float: right;
	height: 40px;
	min-height: 40px;
}
.tablemenu > * {display: inline;}
.tablemenu .dataTables_filter input {height: 22px; padding-left: 5px;}
.tablemenu button {
	position: relative;
	vertical-align: middle; 
	margin: 2px; padding: 5px 8px
}
.tablemenu button div {
	background: -moz-linear-gradient(top, #EEE, #FBFBFB 100%); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EEE), color-stop(1, #FBFBFB)); /* Chrome & Safari */
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#EEE,EndColorStr=#FBFBFB); /* IE5.5 - IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#EEE,EndColorStr=#FBFBFB)"; /* IE8 */
	position: absolute;
	left: -1px;
	top: 25px;
	width: 32px;
	height: 13px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	z-index: 150;
	display: none;
}
.tablemenu button img {vertical-align: middle;}
.submenu {
	clear: both;
	margin-top: -4px;
	margin-bottom: 20px;
}
.submenu > div {
	background-color: #FBFBFB;
	padding: 25px;
	margin-bottom: 8px;
	border-radius: 7px;
	border-top-right-radius: 0!important;
	border: 1px solid #DDD;
	margin-right: 2px;
	position: relative;
	display: none;
}
.submenu h3 {margin: 0;}
.submenu div p {margin-top: 5px;}
.submenu input:hover {cursor: pointer;}

.datatables {clear: both;}
.act {background: #EEE!important;}
.smenu h3{margin-bottom: 10px;}
.exmenu .expl {font-weight: bold; width: 220px; text-align: right;}
.viewmenu .expl {font-weight: bold; min-width: 0;}

.exmenu > div {
	width: 70%;
	margin-right: 0;
}
.viewmenu > div {
	width: 90%;
	margin-right: 0;
}
*+html .smenu > div > div, *+html .smenu > div {display: inline;}
.smenu > div > div {display: inline-block;}
.smenu > div > div > label{text-align: left; margin-left: 5px;}
.smenu > div > div > label:hover {cursor: pointer;}

span.showtime{
	display: none
}

.hidedate {
	padding: 2px!important;
	margin: 0!important;
	font-size: 0.7em!important;
}


/* Bilder in Modelfiles ordnen */
ul.orderimg li img{
	margin-right: 10px;
	vertical-align: 3px;
}

ul.orderimg li img:hover {cursor: pointer;}

/* Tinymce Statusbar */
.mce-statusbar {
	background: #fff!important;
	border: none!important;
	height: 1px!important;
}
.mce-statusbar > .mce-container-body { height: 1px!important; }
.mce-statusbar > .mce-container-body .mce-path { display: none!important; }