@import url('theme_dark.css');
@import url('theme_light.css');
@import url('components/index.css');
@import url('overrides.css');

/*******************************************
 Copyright (C) 2010 Vladimir Sadovnikov
 This is free software distributed under
 terms of GNU Public License v2.

*******************************************/

span.service_status {
    font-weight: bold;
}

span.service_status_off, span.service_status_starting {
    color: #808080;
}

span.service_status_connecting {
	color: #FF8000;
}

span.service_status_working {
    color: #3da42c;
}

span.service_status_error {
    color: #e94716;
}

/* Popup windows */
div.popup_window {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #c0c0c0;
	opacity: 0.5;
	text-align: center;
	vertical-align: middle;
	z-index: 98;
}

div.popup_window_border {
	background-color: #ffffff;
	position: absolute;
	padding: 5px;
	border:4px solid #3852b2;
	border-radius: 8px;
	color: #212528;
	z-index: 99;
}

div.popup_window_content {
	background-color: #ffffff;

	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

dev.popup_window_modal {
	background-color: #c0c0c0;
	position: fixed;
	opacity: 0.5;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

div.popup_message {
	width: 200px;
	height: 100px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

div.message {
	font-size: 14pt;
	font-weight: bold;
}

div.red {
	color: #E12752;
	font-family: Courier New, monospace;
}

#ajxCounterIndicator {
    padding-top: 3px;
}

/* Events */
table tr.error {
	color: #ff0000;
}
