/*
** Zabbix
** Copyright (C) 2001-2014 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation; either version 2 of the License, or
** (at your option) any later version.
**
** This program is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
**
** You should have received a copy of the GNU General Public License
** along with this program; if not, write to the Free Software
** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
**/

.zabbix_logo {
	height: 31px;
	width: 118px;
	background: #FFFFFF url('../images/general/zabbix.png') no-repeat;
	cursor: pointer;
}

.menu_icon {
	display: inline-block;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	cursor: pointer;
	border: 1px solid white;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.menu_icon:hover { -webkit-box-shadow: 0 0 6px white; -moz-box-shadow: 0 0 6px white; box-shadow: 0 0 6px white; }

.iconminus		{ background-image: url('../images/general/bttn/minus.png'); }
.iconplus		{ background-image: url('../images/general/bttn/plus.png'); }
.iconclone		{ background-image: url('../images/general/bttn/clone.png'); }
.iconmenu		{ background-image: url('../images/general/bttn/menu.png'); }
.iconmenu_b		{ background-image: url('../images/general/bttn/menu.png'); background-color: #5572AA; }
.arrowup		{ background-image: url('../images/general/bttn/arrowup.png'); }
.arrowdown		{ background-image: url('../images/general/bttn/arrowdown.png'); }
.arrowleft		{ background-image: url('../images/general/bttn/arrowleft.png'); }
.arrowright		{ background-image: url('../images/general/bttn/arrowright.png'); }
.fullscreen		{ background-image: url('../images/general/bttn/fullscreen.png'); }
.iconhelp		{ background-image: url('../images/general/bttn/help.png'); }
.iconconfig		{ background-image: url('../images/general/bttn/config.png'); }
.iconconfig_hl	{ background-image: url('../images/general/bttn/config_hl.png'); }
.iconsound		{ background-image: url('../images/general/bttn/sound.png'); }
.iconmute		{ background-image: url('../images/general/bttn/mute.png'); }
.iconreset		{ background-image: url('../images/general/bttn/reset.png'); }
.iconsnooze		{ background-image: url('../images/general/bttn/snooze.png'); }
.iconclose		{ background-image: url('../images/general/bttn/close.png'); }
.iconmove		{ background-image: url('../images/general/bttn/move.png'); cursor: move; }

.app-list-toggle, .app-list-toggle-all { margin-left: 3px; }

.icon-plus-9x9, .filterclosed	{ background-image: url('../images/general/plus.png'); }
.icon-minus-9x9, .filteropened	{ background-image: url('../images/general/minus.png'); }
.icon-plus-9x9, .filterclosed, .icon-minus-9x9, .filteropened {
	height: 9px;
	width: 9px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.status_icon {
	display: inline-block;
	vertical-align: middle;
	height: 14px;
	width: 14px;
	background-repeat: no-repeat;
	margin: 0 1px 0 1px;
}

.status_icon_extra {
	margin-top: -2px;
}

.iconerror			{ background-image: url('../images/general/error2.png'); cursor: pointer;}
.iconok				{ background-image: url('../images/general/ok_icon.png');}
.iconwarning		{ background-image: url('../images/general/warning.png'); cursor: pointer;}
.iconunknown		{ background-image: url('../images/general/unknown_icon.png'); cursor: pointer;}
.iconzbxunknown		{ background-image: url('../images/general/zabbix_unknown.png');}
.iconzbxavailable	{ background-image: url('../images/general/zabbix_available.png');}
.iconzbxunavailable	{ background-image: url('../images/general/zabbix_unavailable.png'); cursor: pointer;}
.iconsnmpunknown	{ background-image: url('../images/general/snmp_unknown.png');}
.iconsnmpavailable	{ background-image: url('../images/general/snmp_available.png');}
.iconsnmpunavailable{ background-image: url('../images/general/snmp_unavailable.png'); cursor: pointer;}
.iconjmxunknown		{ background-image: url('../images/general/jmx_unknown.png');}
.iconjmxavailable	{ background-image: url('../images/general/jmx_available.png');}
.iconjmxunavailable	{ background-image: url('../images/general/jmx_unavailable.png'); cursor: pointer;}
.iconipmiunknown	{ background-image: url('../images/general/ipmi_unknown.png');}
.iconipmiavailable	{ background-image: url('../images/general/ipmi_available.png');}
.iconipmiunavailable{ background-image: url('../images/general/ipmi_unavailable.png'); cursor: pointer;}

.dbl_arrow_down {
	height: 10px;
	width: 9px;
	background: url('../images/general/dbl_arrow_down2.png') no-repeat;
	display: block;
	cursor: pointer;
}
.dbl_arrow_up {
	height: 10px;
	width: 9px;
	background: url('../images/general/dbl_arrow_up2.png') no-repeat;
	cursor: pointer;
}

.icon_sortup {
	height: 16px;
	width: 19px;
	background: url('../images/general/sort_up.png') no-repeat;
	cursor: pointer;
	display: inline-block;
}
.icon_sortdown {
	height: 16px;
	width: 19px;
	background: url('../images/general/sort_down.png') no-repeat;
	cursor: pointer;
	display: inline-block;
}
.default_cursor {
	cursor: default !important;
}

span.ui-icon.state-disabled { opacity: .5; filter: Alpha(Opacity=50); background-image: none; }
