@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');

html, body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}
body {
	background-color: #1E4175;
	/* background-image: url('foxbg.png'), url('sagat_144.png'); */
	background-image: url('foxbg.png'), url('fox-sleeping.png');
	background-repeat: repeat, no-repeat;
	background-position: 0 0, 99% bottom;
	background-size: auto, auto 100px;
	background-attachment: scroll, fixed;

	color: #fff;
	text-align: center;

	/*transition: background-color 3s;*/
}

.pixelrefresh {
	position: fixed;
	z-index: 99999;
	height: 7px;
	width: 7px;
	background: transparent url('pixelrefresh.gif') 0 0 repeat;
	pointer-events: none;
}

form input[type=text],
form input[type=password],
form textarea {
	padding: .1em .25em;
	border: 1px solid #555;
	background-color: transparent;
	background-color: rgb(255 255 255 / .5);
}

form input[type=submit],
form input[type=button],
form button {
	padding: .1em .75em;
	border: 1px solid #555;
	background-color: transparent;
	background-color: rgb(255 255 255 / .5);
}


/* h1#fsmtitle { */
	/* display: table-cell; */
	/* background-color: rgb(0 0 0 / 0); */
	/* background-image: url('foxlogo-shadow.png'); */
	/* background-repeat: no-repeat; */
	/* background-position: 5px 3px; */
	/* background-size: 74px 44px; */
	/* padding: 0 0 4px 82px; */
	/* height: 44px; */
	/* line-height: 1em; */
	/* color: #F18B31; */
	/* text-shadow: 0 0 4px rgb(0 0 0 / .4); */
	/* vertical-align: bottom; */
/* } */
h1#fsmtitle {
	margin: 0;
	padding: .2em .5em;
	/* background-color: #1b2f3a; */
	color: #fff;
	font-family: 'Cabin', sans-serif;
	text-align: left;
	font-size: 3.5em;
	/* line-height: 1.7; */
	letter-spacing: 0.02em;
	text-transform: lowercase;
}
h1#fsmtitle > img.logo {
	height: 1.6em;
	vertical-align: bottom;
}

.fsmglobal-health {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}
.fsmglobal-report-button {
	flex: 0 0 auto;
	box-sizing: border-box;
	margin-left: 2px;
	padding: .18em .55em;
	border: 1px solid #bbb;
	background: rgb(255 255 255 / .75);
	color: #222;
	border-radius: 4px;
	font: inherit;
	font-size: .85em;
	line-height: 1.2;
	cursor: pointer;
}
.fsmglobal-report-button:hover,
.fsmglobal-report-button:focus {
	border-color: #777;
	background: #fff;
}


#loginform {
	position: relative;
	display: inline-block;
	width: 40%;
	max-width: 20em;
	padding: .75em 1em 1em;
	margin: 1.5em .75em 0;
	border: 1px solid rgb(0 0 0 / .7);
	border-radius: 12px;
	box-shadow: 5px 5px 8px rgb(0 0 0 / .35),
		inset -5px -5px 10px rgb(0 0 0 / .2),
		inset 5px 5px 10px rgb(255 255 255 / .4);
	background-color: rgb(255 255 255 / .7);
	vertical-align: top;
	color: #000;
	text-align: left;
}
#loginform h2 {
	margin: 0;
	padding: 0 0 .25em;
	font-size: 1.3em;
}
#loginform .field {
	padding: .15em 0;
}
#loginform .field.user input,
#loginform .field.pass input {
	width: 96%;
	padding: .1em 2%;
}
#loginform .field.pass {
	margin-bottom: 6px;
}
#loginform .field.remember,
#loginform .field.submit {
	line-height: 1.85em;
}
#loginform .field.remember {
	float: right;
	white-space: nowrap;
}
#loginform .field input[type=checkbox] {
	margin: 2px 2px 3px;
	vertical-align: middle;
}
#loginform ul.errors {
	margin: .5em 0 0;
	padding: 0 0 0 1.25em;
	color: #c00;
	font-size: .85em;
}

#monitorcontainer {
	
}

.fsmoptions {
	text-align: left;
}

.fsmoptions {
	position: relative;
	z-index: 10;
	margin: 0;
	padding: 0;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background-color: #eee;
	white-space: nowrap;
	color: #000;
}
.fsmoptions li {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: .2em .5em;
	margin: 0 .25em;
	cursor: default;
}
.fsmoptions li:hover,
.fsmoptions li.active {
	background-color: #ddd;
}
.fsmoptions li.disabled {
	color: #999;
}
.fsmoptions li.disabled:hover,
.fsmoptions li.disabled.active {
	color: #aaa;
}
.fsmoptions li ul.menu {
	visibility: hidden;
	display: none;
	position: absolute;
	top: 1.6em;
	height: auto;
	min-width: 150px;
	margin: 0;
	padding: 0;
	border: 1px solid #bbb;
	background-color: rgb(240 240 240 / .95);
}
.fsmoptions li.active > ul.menu {
	visibility: visible;
	display: block;
	box-shadow: 3px 3px 5px rgb(0 0 0 / 0.6);
}
.fsmoptions li ul.menu li {
	display: block;
	margin: 0;
	padding-left: 25px;
	padding-right: 25px;
}
.fsmoptions li ul.menu li.separator {
	height: 0px;
	border-top: 1px solid #bbb;
	margin: 1px 2px;
	padding: 0;
}
.fsmoptions li ul.menu li.booltrue {
	background-image: url('check_144.png');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-size: 15px 15px;
}
.fsmoptions li ul.menu li.submenuitem {
	background-image: url('rightarrow_144.png');
	background-repeat: no-repeat;
	background-position: right 4px;
	background-size: 15px 15px;
}
.fsmoptions li ul.menu ul.menu {
	top: -1px;
	left: 100%;
}


.fsmmessages {
	padding: .2em .5em;
	overflow-y: scroll;
	border-top: 1px solid #BBB;
	border-bottom: 2px solid #BBB;
	height: 5.1em;
	resize: vertical;
	background-color: rgb(255 255 255 / .85);
	color: #000;
	font-size: .9em;
	line-height: 1.25em;
	text-align: left;
}

.fsmmessages .fsmmsg .timestamp {
	display: inline-block;
	margin-right: .5em;
	font-size: .85em;
}
.fsmmessages.hidetimestamps .fsmmsg .timestamp {
	display: none;
}
.fsmmessages.hideloadmsg .fsmmsg.loadmsg {
	display: none;
}
.fsmmessages.hidepingmsg .fsmmsg.pingmsg {
	display: none;
}
.fsmmessages.hidedebug .fsmmsg.debug {
	display: none;
}

.fsmmessages .fsmmsg.varchange .fsmmsgbody {
	color: #666;
	font-style: oblique;
}
.fsmmessages .fsmmsg.notice .fsmmsgbody {
	color: #a40;
	font-weight: bold;
}
.fsmmessages .fsmmsg.alert .fsmmsgbody {
	color: #f00;
	font-weight: bold;
}



.fsmserver.baselevel {
	/* background-color: #fff; */
}
.fsmserver.lowlevel {
	background-color: #ff0 !important;
}
.fsmserver.mediumlevel {
	background-color: #f80 !important;
}
.fsmserver.severelevel {
	background-color: #f00 !important;
	text-shadow: 1px 1px 2px #fff;
	font-weight: bold;
}
.fsmserver.severetimeout dl.dynamicinfo dd:not(.ping) {
	visibility: hidden;
}



.fsmserver {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 40%;
	max-width: 26em;
	padding: .75em 1em;
	margin: 1.5em .75em 0;
	border: 1px solid rgb(0 0 0 / .7);
	border-radius: 12px;
	box-shadow: 5px 5px 8px rgb(0 0 0 / .35),
		inset -5px -5px 10px rgb(0 0 0 / .2),
		inset 5px 5px 10px rgb(255 255 255 / .4);
	background-color: rgb(255 255 255 / .7);
	vertical-align: top;
	color: #000;
	text-align: left;
    text-shadow: -1px 0 rgb(255 255 255 / 25%), 0px -1px rgb(255 255 255 / 25%), 1px 0 rgb(255 255 255 / 25%), 0px 1px rgb(255 255 255 / 25%);
}
.fsmserver:before {
    content: "";
    position: absolute;
	z-index: 0;
}
.fsmserver h2 {
    position: relative;
    z-index: 2;
	display: block;
	box-sizing: border-box;
	margin: 0;
	min-height: 1.2em;
	padding: 0 4.7em 0 0;
	font-size: 1.3em;
}
.fsmserver .current-load-badge {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 3;
	box-sizing: border-box;
	min-width: 3.4em;
	padding: 0;
	border: 0;
	background: transparent;
	color: #000;
	font-size: .8em;
	font-weight: bold;
	line-height: 1.15;
	text-align: right;
	text-shadow: inherit;
	white-space: nowrap;
}
.fsmserver.lowlevel .current-load-badge    { color: #6b5a00; }
.fsmserver.mediumlevel .current-load-badge { color: #874000; }
.fsmserver.severelevel .current-load-badge { color: #9c0000; }
.fsmserver .serverlinks {
    position: relative;
    z-index: 2;
	display: inline-block;
	padding: .45em 0;
	font-size: .85em;
}
.fsmserver .serverlinks:empty {
    display: none;
}
.fsmserver .serverlinks a {
	margin: 0 .15em;
	text-decoration: none;
	cursor: pointer;
}
.fsmserver .serverlinks a:before {
	content: "[";
}
.fsmserver .serverlinks a:after {
	content: "]";
}
.fsmserver dl {
    position: relative;
    z-index: 2;
	margin: 0;
	padding: 0;
	clear: both;
}


.fsmserver dl.staticinfo {
	margin: .25em 0 .5em;
	font-size: .85em;
}
.fsmserver dl.staticinfo dt {
	display: inline-block;
}
.fsmserver dl.staticinfo dt:after {
	content: ":";
}
.fsmserver dl.staticinfo dd {
	display: inline-block;
	margin: 0 1.5em 0 .25em;
}


.fsmserver dl.dynamicinfo dd {
	border: 1px solid rgb(0 0 0 / .3);
	margin: 0 1em .5em 1.5em;
	padding: 1px;
}


.fsmserver .servermod {
    position: relative;
    z-index: 2;
	display: none;
}

.fsmserver dd.severelevel {
	color: #fff;
	text-shadow: 1px 1px 0px #000;
}



.hideserverpic .fsmserver {
	background-image: none !important;
}
.hideserverpic .fsmserver::before {
	content: none !important;
	display: none !important;
	background-image: none !important;
}
.hideserveropts .fsmserver .serverlinks {
	display: none;
}
.hideserverping .fsmserver .ping {
	display: none;
}
.hideserveril .fsmserver .il {
	display: none;
}




.fsmserver .charts {
	pointer-events: none;
}
.fsmserver figure.chart {
	position: absolute;
	display: flex;
	align-items: end;
	justify-content: end;
	gap: 0px;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 97.5%;
	width: 100%;
	margin: 0;
}
.fsmserver figure.chart > figure.sample {
	margin: 0;
	flex-grow: 1;
	width: auto;
	max-width: 6.67%;
	background-color: #0002;
}
.fsmserver figure.chart.loadRatio > figure.sample {
	border-top: 2px solid #0007;
	box-shadow: inset 15px 0px 15px -20px #0007;
	background-color: transparent;
}
.fsmserver figure.chart.ping > figure.sample {
	border-top: 2px solid #fff9;
	box-shadow: inset -15px 0px 15px -20px #0007;
	background-color: transparent;
}


.hideserverloadchart .fsmserver figure.chart.loadRatio {
	display: none;
}
.hideserverpingchart .fsmserver figure.chart.ping {
	display: none;
}





body:is(.compact, .supercompact) .fsmserver {
    padding: .5em .75em;
}
body:is(.compact, .supercompact) .fsmserver h2 {
    font-size: 1em;
}
body:is(.compact, .supercompact) .fsmserver .current-load-badge {
	font-size: .74em;
}
body:is(.compact, .supercompact) .fsmserver .serverlinks {
	font-size: .8em;
}
body:is(.compact, .supercompact) .fsmserver dl.staticinfo {
    font-size: .9em;
}
body:is(.compact, .supercompact) .fsmserver dl.dynamicinfo {
    display: grid;
    grid-template-columns: max-content auto;
    font-size: .9em;
}
body:is(.compact, .supercompact) .fsmserver dl.dynamicinfo dd {
    font-size: .9em;
}
body:is(.compact, .supercompact) .fsmserver dl.dynamicinfo hr {
    display: none;
}


body.supercompact .fsmserver {
	width: 43%;
	margin: 1em .5em 0;
	padding: .25em .5em;
}
body.supercompact .fsmserver .current-load-badge {
	right: 0;
}
body.supercompact .fsmserver::before {
	height: 90%;
}
body.supercompact .fsmserver h2 small {
	white-space: nowrap;
	overflow: hidden;
}
body.supercompact .fsmserver .serverlinks,
body.supercompact .fsmserver .serverlinks a {
	margin: 0;
	padding: 0;
	padding-bottom: 0 !important;
	font-weight: normal;
}
body.supercompact .fsmserver dl.staticinfo {
	margin: 0 0 .25em;
}
body.supercompact .fsmserver dl.dynamicinfo {
	grid-template-columns: max-content auto auto auto auto;
}
body.supercompact .hideserveril .fsmserver dl.dynamicinfo {
	grid-template-columns: max-content auto auto auto;
}
body.supercompact .fsmserver dl.dynamicinfo dd {
	white-space: nowrap;
	overflow: hidden;
}
body.supercompact .fsmserver dl.dynamicinfo dd.ping {
	grid-column-start: 2;
	grid-column-end: 6;
}
body.supercompact .hideserveril .fsmserver dl.dynamicinfo dd.ping {
	grid-column-end: 5;
}
body.supercompact .fsmserver dl.dynamicinfo dt.pl5,
body.supercompact .fsmserver dl.dynamicinfo dt.pl15,
body.supercompact .fsmserver dl.dynamicinfo dt.il {
	display: none;
}
body.supercompact .fsmserver dl.dynamicinfo dd.pl5,
body.supercompact .fsmserver dl.dynamicinfo dd.pl15,
body.supercompact .fsmserver dl.dynamicinfo dd.il {
	margin-left: -.5em;
}



.infopopup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgb(0 0 0 / .7);
	z-index: 20;
	color: #000;
	text-align: left;
}
.infopopup .infopopupclose,
.infopopup .infopopupcontent {
	position: absolute;
	top: 15%;
	right: 8%;
	bottom: 8%;
	left: 8%;
}
.infopopup::after {
	content: "";
	position: absolute;
	top: 15%;
	left: 30%;
	height: 3em;
	width: 5em;
	background-image: url(peeking-fox-full.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
	font-size: 30px;
	transform: translateY(-2.8em);
}
.infopopup .infopopupclose {
	bottom: auto;
	left: auto;
	z-index: 10;
	background-color: #fff;
	border-radius: 1em;
	margin: .1em 1.2em 0 0;
	padding: .25em .5em;
	cursor: pointer;
	font-size: 1.5em;
}
.infopopup .infopopupcontent {
	padding: 2.5em 15px;
	background-color: #fff;
	overflow: auto;
	box-shadow: 0 0 2.5em 2px #fffa;
	border-radius: 5px;
}
.infopopup .infopopupcontent h2 {
	margin-top: 0;
}
.infopopup .ingested-report-toolbar {
	display: flex;
	gap: .75em;
	align-items: center;
	margin: 0 0 1em;
}
.infopopup .ingested-report-copy {
	margin-left: auto;
}
.infopopup .ingested-report-toolbar .infopopupclose {
	position: static;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: auto;
	margin: 0;
	font-size: inherit;
}
.infopopup .ingested-report-toolbar button,
.infopopup .ingested-report-filter {
	border: 1px solid #bbb;
	background-color: #fff;
	color: #222;
	border-radius: 4px;
	padding: .35em .6em;
}
.infopopup .ingested-report-toolbar button:hover,
.infopopup .ingested-report-toolbar button:focus {
	border-color: #777;
	background: #fff;
	color: #222;
}
.infopopup .ingested-report-toolbar button:disabled {
	opacity: 0.7;
	cursor: default;
}
.infopopup .ingested-report-filter {
	width: min(24em, 100%);
}
.infopopup .ingested-report-summary,
.infopopup .ingested-report-empty {
	color: #555;
}
.infopopup .ingested-report-section {
	margin: 0 0 1.35em;
	padding-top: .5em;
	border-top: 1px solid #ddd;
}
.infopopup .ingested-report-section h3 {
	margin: 0 0 .5em;
}
.infopopup .ingested-report-entry {
	margin: .25em 0;
}
.infopopup .ingested-report-entry summary {
	cursor: pointer;
}
.infopopup .ingested-report-entry pre,
.infopopup .ingested-report-pre {
	white-space: pre-wrap;
	overflow-wrap: anywhere;
	background-color: #f6f6f6;
	padding: .75em;
	border-radius: 4px;
}



.infopopup .changelog .version {
	display: inline-block;
}
.infopopup .changelog .date {
	display: inline-block;
	margin: 0 0 0 .5em;
	font-size: .8em;
}
.infopopup .changelog .date:before {
	content: "(";
}
.infopopup .changelog .date:after {
	content: ")";
}
.infopopup .changelog h3{
	margin-top: 0;
	padding-left: .5em;
}


.infopopup .aboutinfo {
	text-align: center;
}
.infopopup .aboutinfo h1 {
	margin: 0;
}

.infopopup .aboutinfo .tigerversion {
	font-size: .85em;
}

.infopopup .aboutinfo dl dt,
.infopopup .aboutinfo dl dd {
	display: inline;
	margin: 0;
}
.infopopup .aboutinfo dl dt:after {
	content: ":";
	margin-right: .35em;
}
.infopopup .aboutinfo dl dd:after {
	content: "\a";
	white-space: pre;
}

.infopopup .aboutinfo footer {
	margin-top: 2em;
	font-size: .85em;
}

body > footer {
	text-shadow: 1px 1px 0 #000, 1px 1px 6px #000;
	font-size: .85em;
	text-align: center;
	padding: 2em;
}


/* Extra Large */
@media all and (min-width: 1300px) {
	body {
		font-size: 12px;
	}
}

/* Stanrdard Size */
@media all and (max-width: 1299px) {

}

/* Intermediate Size (iPad) */
@media all and (max-width: 979px) {
	body {
		font-size: 11px;
	}

	.clickable {
		display: inline-block;
		padding-top: .5em !important;
		padding-bottom: .5em !important;
	}

	.fsmoptions li ul.menu {
		top: 2.2em;
	}

	.serverlinks a {
		position: relative !important;
		top: -0.25em !important;
		padding: .15em !important;
		font-size: 1.1em !important;
	}
}

/* Toasty */
#toasty {
	position: fixed;
	bottom: 0;
	right: 40px;
	width: 120px;
	z-index: 9999;
	transform: translateY(0%);
	animation: toasty-in 0.25s ease-out forwards;
	image-rendering: pixelated;
}
#toasty.toasty-hide {
	animation: toasty-out 0.5s ease-in forwards;
}
@keyframes toasty-in {
	from { transform: translateY(100%); }
	to   { transform: translateY(0%); }
}
@keyframes toasty-out {
	from { transform: translateY(0%); }
	to   { transform: translateY(110%); }
}

/* Mobile Landscape */
@media all and (max-width: 767px) {
	h1#fsmtitle {
		font-size: 2.5em;
	}

	.fsmmessages {
		display: none !important;
	}

	.fsmserver .serverlinks,
	.fsmserver .server-whm-badge,
	.fsmserver dl.staticinfo,
	.fsmserver .server-status-badges,
	.fsmserver .alert-duration,
	.fsmserver .session-peak-load,
	.fsmserver dl.dynamicinfo dt:not(.pl1):not(.ping),
	.fsmserver dl.dynamicinfo dd:not(.pl1):not(.ping),
	.fsmserver dl.dynamicinfo hr {
		display: none !important;
	}

	.fsmserver dl.dynamicinfo dd.pl1 {
		margin-bottom: 0;
	}

	.fsmserver.severetimeout dl.dynamicinfo dd.pl1 {
		visibility: visible;
	}

	.fsmserver.severetimeout dl.dynamicinfo dd.ping {
		visibility: visible;
	}
}

/* Mobile Portait */
@media all and (max-width: 439px) {
	body {
		/*font-size: 10px;*/
	}

	.fsmserver {
		width: 90%;
		margin: 1.5em 1.5% 0;
		padding: .75em 2.5%;
	}

	#loginform {
		width: 90%;
	}
}
