tr.warning > td{
	color: black !important;
}
ul.sidebar-menu li a{
	height: auto;
	line-height: normal;
	padding-top: 5px;
}

ul.sidebar-menu li ul.submenu li a{
	height: auto;
	padding-top: 5px;
}
ul.sidebar-menu li.static{
	height: auto;
	padding-top: 10px;
}

.inventar_fields h2{
	line-height: 20px;
	margin: 0px;
}
.none, .no{display: none;}


.file-row{
	width: 13%;
	display: inline-table;
	border: 1px solid rgb(218, 218, 218);
	background: #EFEFEF;
	padding: 10px;
	margin: 10px;
}
.file-row ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.file-row ul li{
	text-align: center;
}
.clear{clear: both;}
td.line{
	background: url('/i/timetable_line.png') repeat-x;
}
td.startline{
	background: url('/i/timetable_startline.png') repeat-x;
}
td.endline{
	background: url('/i/timetable_endline.png') repeat-x;
	background-position: right; 
}
td.edit{cursor: pointer;}

span.loader{
	background: url('/i/ajax-loader.gif') no-repeat;
	height: 16px;
	width: 23px;
	display: block;
}
  
#loader{
	z-index: 9999;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	position: fixed;
	background-color: rgba(0,  0,  0, 0.48);
	display: none;
}

#loader span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 120px;
    color: white;
    width: 120px;
    height: 120px;
    margin:-60px 0 0 -60px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}


@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/*
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	line-height: 10px;
	padding: 0px;	
}
*/

.table-th-block > thead > tr > td.danger, .table-th-block > tbody > tr > td.danger, .table-th-block > tfoot > tr > td.danger, .table-th-block > thead > tr > th.danger, .table-th-block > tbody > tr > th.danger, .table-th-block > tfoot > tr > th.danger, .table-th-block > thead > tr.danger > td, .table-th-block > tbody > tr.danger > td, .table-th-block > tfoot > tr.danger > td, .table-th-block > thead > tr.danger > th, .table-th-block > tbody > tr.danger > th, .table-th-block > tfoot > tr.danger > th {
    background-color: #FF9984;
    color: black;
}

.table-th-block > thead > tr > td.success, .table-th-block > tbody > tr > td.success, .table-th-block > tfoot > tr > td.success, .table-th-block > thead > tr > th.success, .table-th-block > tbody > tr > th.success, .table-th-block > tfoot > tr > th.success, .table-th-block > thead > tr.success > td, .table-th-block > tbody > tr.success > td, .table-th-block > tfoot > tr.success > td, .table-th-block > thead > tr.success > th, .table-th-block > tbody > tr.success > th, .table-th-block > tfoot > tr.success > th {
    background-color: #B5D592;
    color: black;
}


tr.danger > td > a,tr.success > td > a{
	color: black;
	text-decoration: underline;
}