/*
 * Copyright (c) World West Technologies Inc. 2017.
 * All rights reserved.
 */

/*Monitor gadget*/

.monitor-hose{fill:#505050;}
.monitor-connector{fill:#8c8c8c;}
.monitor-metal{fill:#bebebe;}
.monitor-mic{fill:#a0a0a0;}

.Enabled .monitor-hose
{
	/*fill: #3999bc;*/
	/*fill: #009aba;*/
	/*fill: rgb(185, 33, 38);*/
	fill: #f18608;
}

.Enabled .monitor-metal
{
	/*fill: #009aba;*/
	/*fill: rgb(185, 33, 38);*/
	fill: #f18608;
}

.Enabled .monitor-mic
{
	fill:#f18608;
}

.Enabled.Connected .monitor-hose
{
	/*fill: #3999bc;*/
	fill: #25B24B;
}

.Enabled.Connected .monitor-metal
{
	fill: #25B24B;
}

.Enabled.Connected .monitor-mic
{
	fill:#FFFFFF;
}

/*Message Popup*/

.statusPopup
{
	position: fixed;
	/*position: absolute;*/

	height: 57px;
	bottom: 0;
	left: 0;

	border: 1px solid var(--content-border-color);
	background-color: var(--main-background-color);
	font-size: small;
	/*top: 3px;*/
	/*right: 150px;*/
	width: 100%;
	/*height: 49px;*/
	z-index: 301;
	color: var(--main-color);
	/*border-radius: 8px;*/

}

.statusPopupContent
{
	margin-top: 18px;
}

.statusPopup h1
{
	color: var(--main-color);
	/*display: none;*/
}

.statusPopup .statusPopupMetadata
{
	/*color: #009aba;*/
	/*margin: 16px 10px;*/
	margin: 5px;
}

.statusPopup .statusPopupMetadata a
{
	color: var(--link-color);
	cursor: pointer;
}

.statusPopup .statusPopupMetadata a label
{
	color: var(--link-color);
	cursor: pointer;
}

svg.closer
{
	width: 10px;
	float: right;
	margin: 6px 14px 6px 6px;
}

svg.closer:hover
{
	cursor: pointer;
}

@media only handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 480px), (min-resolution: 200dpi)
{
	.popup
	{
		position: inherit;
	}
}