/**
 * @package			WatchMouse PSP Widgets
 * @subpackage		PSP Widget - WordPress Plugin
 * @link			http://www.watchmouse.com
 * @copyright		Copyright (C) 2011 - 2012 WatchMouse b.v.. All rights reserved.
*/

.clear {clear: both;}

/* component */
/* general */
.wm-hidden{
	display: none;
}

#wm-psp-page .margin-b19 {margin-bottom: 19px;}

#wm-psp-page .caution {
	color: #c00;
}

#wm-psp-page {
	/* float:left; */ /* try it if you have laytou problems */
	font: normal 12px/15px "Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;
}

/* styling */
.wm-psp-comp a, .wm-psp-comp a:link, .wm-psp-comp a:hover, .wm-psp-comp a:active, .wm-psp-comp a:visited { color: #333; text-shadow: 1px 0 0 #fff; text-decoration: underline;}

.wm-psp-comp a:hover {	text-decoration: none;}

#wm-psp-page h1, #wm-psp-page h2 {
	margin: 13px 0 19px;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    font-family: "Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;
    color: #4A4A4A;
    clear: none !important;
}

#wm-psp-page h1 {
	color: #999;
	text-decoration: underline;
}

#psp_last_update {
	float: right;
    background: url("../images/bg-date-silver-180.png") no-repeat scroll center 0 transparent;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: normal;
    height: 18px;
    line-height: 18px;
    margin-top: 4px;
    text-align: center !important;
    text-shadow: none;
    width: 180px;
}

.chart-page #psp_last_update {
	margin: 0;
}

/* table */
#wm-psp-page .psp-table {
	color: #4A4A4A;
	border: 1px solid #B5B5B5;
	background-color: #fff;
    line-height: 14px;
    margin: 6px 0 35px;
    padding: 1px;
    border-collapse: collapse;
    border-spacing: 0;
}

#wm-psp-page .psp-table td, #wm-psp-page .psp-table th {
    padding: 5px 2px 5px 4px;
    position: relative;
}

#wm-psp-page .psp-table td {
	vertical-align: middle;
}

#wm-psp-page .psp-table th.center, #wm-psp-page .psp-table td.center {
    text-align: center;
}

#wm-psp-page .psp-table th {
    border-bottom: 1px solid #B5B5B5;
    color: #4A4A4A;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
}

#wm-psp-legend {
    background: none repeat scroll 0 0 #F4F4F4;
    border: 1px solid #DDDDDD;
    margin-bottom: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: left;
    color: #333333;
}

#wm-psp-curr-status {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 5px;
	line-height: 19px !important;
}

#wm-psp-curr-status img { margin-right: 10px; vertical-align: bottom;}

#wm-psp-legend .legend-status-icon-container {
	background: url("../images/component-sprite.png") no-repeat scroll 0 0px transparent;
    height: 26px;
    line-height: 24px;
    padding: 4px 12px 3px 50px;
    white-space: nowrap;
}
#wm-psp-legend .legend-status-icon-ok {
    background-position: 20px 1px;
}
#wm-psp-legend .legend-status-icon-warn {
    background-position: 20px -22px;
}
#wm-psp-legend .legend-status-icon-error {
    background-position: 20px -45px;
}
#wm-psp-legend .legend-status-icon-notes {
    background-position: 20px -68px;
}

#wm-psp-body-meta {
    border: 1px solid #DDDDDD;
    color: #999999;
    font-size: 10px;
    margin-bottom: 15px;
    padding: 6px 10px;
}

#wm-psp-footer {
	color: #484848;
    padding: 10px 0 8px;
	text-align: left !important;
}

#wm-psp-footer a {text-decoration: underline;}
#wm-psp-footer a:hover {text-decoration: none;}

/* charts */
.wm-chart-widget, .wm-chart-widget-table {
	float: left;
	width: 100%;
}

.wm-chart-widget .chart-con, .wm-chart-widget-table .chart-con {
	float: left;
}

.wm-chart-widget p, .wm-chart-widget-table p {
	float: left; 
	width: 100%;
	font-size: 12px;
	margin: 8px 0 6px !important;
	color: #868686;
}

#wm-psp-page .error, .wm-chart-widget .error, .wm-chart-widget-table .error{
	background-color: #f6f6f6;
	background-color: rgba(0,0,0,.1);
	border: 1px solid #555;
	color: #444;
	text-shadow: 0 1px 0 #fff;
	padding: 10px;
}

.wm-chart-widget .loading, .wm-chart-widget-table .loading, .loading-history, .loading-uptime {
	position: relative;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
}

.wm-chart-widget-table .loading {
	left: 0;
}

.loading-history, .loading-uptime {
	top: 0;
	margin-bottom: 8px;
}


/* table charts */

.wm-chart-widget-table {
	width: 100%;
	border: 0 !important;
}

.wm-chart-widget-table td {
	padding: 0 !important;
	border: 0 !important;
}

.wm-chart-widget-table .chart-con {
	margin: 0 !important;
	width: 99%;
	height: 98%;
	padding: 1% !important;
}

.wm-chart-widget-table .chart-wrap {
	width: 100%;
}

.wm-chart-widget-table .loading {
	margin: 10px auto;
}

/* themes */
.wm-light .chart-con, .wm-light .wm-chart-widget-table .chart-con {
	margin: 5px 0;
	padding: 3px;
	background-color: #fff;
	border:1px solid #b8b8b8;
	box-shadow:				0 0 4px #c6c6c6;
		-ms-box-shadow:		0 0 4px #c6c6c6;
		-moz-box-shadow:	0 0 4px #c6c6c6;
		-webkit-box-shadow:	0 0 4px #c6c6c6;
	border-radius: 				10px;
		-ms-border-radius: 		10px;
		-moz-border-radius: 	10px;
		-webkit-border-radius: 	10px;
}

.wm-light .chart-wrap, .wm-light .wm-chart-widget-table .chart-wrap {
	float: left;
	position: relative;
	color: #fff;
	background: url(../images/background_light.jpg) repeat top right;
	border-radius: 				8px;
		-ms-border-radius: 		8px;
		-moz-border-radius: 	8px;
		-webkit-border-radius: 	8px;
}

.wm-light p, .wm-light .wm-chart-widget-table p {
	margin: 0 !important;
	padding: 7px 0;
	color: #fff;
	text-shadow: 1px 1px 0 #626262;
	text-align: center;
	background: url(../images/background_dark.jpg) repeat bottom left;
	box-shadow:				inset 0 2px 4px #000;
		-ms-box-shadow:		inset 0 2px 4px #000;
		-moz-box-shadow:	inset 0 2px 4px #000;
		-webkit-box-shadow:	inset 0 2px 4px #000;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px; 
		-moz-border-radius-bottomright: 8px;
		-moz-border-radius-bottomleft: 8px;
		-webkit-border-radius-bottomright: 8px;
		-webkit-border-radius-bottomleft: 8px;
}

/* tooltip */
.wm-img-tooltip {
	position: absolute;
	z-index: 1000;
	padding: 5px;
	background-color: #EEEEEE;
	border: 1px solid #949DAD;
	opacity: .95;
}

.wm-tooltip-inner {
	background-color: #fff;
	width: 230px;
	padding: 5px;
	display: block;
	text-align: center;
}




/* module css, when component is loaded we not load module css for reducing http requests */
.watchmouse_folder_navigation {
	float: left;
	width: 100%;
}

.wm-widget-module {
	float: left;
	font: normal 12px/15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
	color: #333;
	min-height: 32px;
}

.wm-widget-module, .wm-widget-module .monitors-list, .wm-widget-module .monitors-list li {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.wm-widget-module ul li a, .wm-widget-module ul li a:link, .wm-widget-module ul li a:hover, .wm-widget-module ul li a:active, .wm-widget-module ul li a:visited { 
	color: #333;
	text-shadow: 1px 0 0 #fff;
	text-decoration: underline;
	border: 0;
	font-weight: 400;
}

.wm-widget-module ul li a:hover {
	text-decoration: none;
	background-color: transparent;
}

.wm-widget-module ul li a.toogle-info-charts, .wm-widget-module h4 {
	background: transparent url(../images/module-sprite.png) no-repeat 5px 30px;
}

.wm-widget-module .monitors-list, .wm-widget-module .monitors-list li {
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
}

.wm-widget-module .monitors-list {
	float: left;
	clear: left;
	width: 100%;
	list-style: none;
	padding-left: 0;
	margin-left: 0 !important;
}

.wm-widget-module .monitors-list li {
	padding: 4px 0;
	position: relative;
	overflow: hidden;
}
.wm-widget-module .monitors-list li.odd {
	background-color: #f6f6f6;
	background-color: rgba(0,0,0,.1);
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.wm-widget-module h4 {margin: 0;}
.wm-widget-module h4.status-0 { background-position: 5px 1px; }
.wm-widget-module h4.status-1 { background-position: 5px -69px; }
.wm-widget-module h4.status-2 { background-position: 5px -139px; }
.wm-widget-module h4.status-3 { background-position: 5px -209px; }

.wm-widget-module li h4 a { 
	display: block;
	padding: 0 28px 0 21px;
}

.wm-widget-module ul li a.toogle-info-charts {
	position: absolute;
	right: 0;
	top: 0;
	height: 23px;
	width: 23px;
	padding: 0;
	background-color: #d8d8d8;
	background-position: 6px -295px;
}

.wm-widget-module ul li a.toogle-info-charts:hover {
	background-color: #c4c4c4;
	background-position: 6px -272px;
}

.wm-widget-module .info-charts, .wm-widget-module .info-charts div {
	text-align: center !important;
}

.wm-widget-module .info-charts table {
	margin: 0 auto !important;
}

.wm-widget-module .info-charts p {
	margin: 6px auto;
	color: #666;
	text-shadow: 0 1px 0 #fff;
}

.wm-widget-module .loading {
	position: relative;
	left: 50%;
	top: 8px;
	margin-left: -8px;
}

.wm-widget-module .error {
	background-color: #f6f6f6;
	background-color: rgba(0,0,0,.1);
	border: 1px solid #555;
	color: #444;
	text-shadow: 0 1px 0 #fff;
	padding: 10px;
}
/* for dark background */
.wm-widget-module.mod-dark .monitors-list, .wm-widget-module.mod-dark .monitors-list li {
	border-top-color: #2d2d2d;
	border-bottom-color: #2d2d2d;
}

.wm-widget-module.mod-dark .monitors-list li.odd {
	border-top-color: #444;
	border-bottom-color: #444;
}

.wm-widget-module.mod-dark, .wm-widget-module.mod-dark .info-charts p, .wm-widget-module.mod-dark a, .wm-widget-module.mod-dark a:link, .wm-widget-module.mod-dark a:hover, .wm-widget-module.mod-dark a:active, .wm-widget-module.mod-dark a:visited{
	color: #fff;
	text-shadow: 0 1px 0 #000;
}

.wm-widget-module.mod-dark ul li a.toogle-info-charts {
	background-color: #262626;
	background-position: 6px -272px;
}

.wm-widget-module.mod-dark ul li a.toogle-info-charts:hover {
	background-color: #111;
}

.wm-widget-module.mod-dark .info-charts p {
	color: #eff;
}