
.glyphicon {
	padding: 2px;
}

.redrow, .redrow * {
	background-color: red !important;
	color: white !important;
	font-weight: bold !important;
}

.greenrow, .greenrow * {
	background-color: green !important;
	color: white !important;
	font-weight: bold !important;
}

.orangerow, .orangerow * {
	background-color: orange !important;
	color: white !important;
	font-weight: bold !important;
}

.redtext, .redtext * {
	color: red !important;
}

.greentext, .greentext * {
	color: green !important;
}

.orangetext, .orangetext * {
	color: orange !important;
}

#msg-div {
	position: absolute;
	right: 5px;
	bottom: 30px;
	width: 400px;
	margin-left: -200px;
	z-index: 200000;
}

#msg-div .msg {
	border-radius: 8px;
	-moz-border-radius: 8px;
	background: #F6F6F6;
	border: 2px solid #ccc;
	margin-top: 2px;
	padding: 10px 15px;
	color: #555;
	z-index: 200000;
}

#msg-div .red {
	background-color: red;
	color: white;
}

#msg-div .popup-error {
	background-color: red;
	color: white;
}

#msg-div .yellow {
	background-color: yellow;
	padding: 5px;
}

#msg-div .green {
	background-color: green;
	color: white;
	padding: 5px;
}

#msg-div .popup-ok {
	background-color: green;
	color: white;
	padding: 5px;
}

#msg-div .msg h3 {
	margin: 0 0 8px;
	font-weight: bold;
	font-size: 15px;
}

#msg-div .msg p {
	margin: 0;
}

.autoklav .x-panel-body {
	background-image: url('../images/autoklav.png');
	background-repeat: no-repeat;
	background-position: 50px 150px;
}

.autoklavonline .x-panel-body {
	background-image: url('../images/autoklav_online.png');
	background-repeat: no-repeat;
	background-position: 50px 150px;
}

.ux-filtered-column {
	color: red;
}

.dhx_cal_navline div.refresh {
	width: 30px;
	height: 30px;
	left: 175px;
	top: 14px;
	cursor: pointer;
	background-image: url('../refresh_button.png');
}

.dhx_combo_input {
	background: transparent none repeat scroll 0 0;
}