/**/

@font-face {
	font-family: "Logoplexi";
	src:url("assets/font/Logoplexi-Regular.ttf");
}
@font-face {
	font-family: "Nunito";
	src:url("assets/font/NunitoSans-Regular.ttf");
}


body, html { padding:0px; margin:0px; font-size: 16px; font-family: Nunito, Arial, Sans-Serif; }
body { display:flex; flex-flow:row wrap; align-items:flex-start; background: #f6f6f6; }
.mat-group label { position:absolute;margin-top:-1.25rem; pointer-events:none; transition: all .3s ease; color: rgba(0,0,0,.26);}
.mat-group input:focus + label,.mat-group input:not(:placeholder-shown) + label { position:absolute; margin-top:-2.7rem; font-size: .75rem; color:#009688; }
input::placeholder {color:transparent !important;}

a:link, a:hover, a:visited, a:active {
    text-decoration:none;
}

header a {
	display:inline-flex;
	padding:8px;
	align-items:center;
	text-decoration:none;
	color:black;
}

aside img {
	margin:24px;
	height:128px;
	width:128px;
}

aside {
	width:14%;
	background: #2A3138;
	color:white;
	resize:both;
	height:100vh;
	display:inline-block;
	margin-right:1rem;
	position:fixed;
	min-width:200px;
}
aside nav {
	padding: 14px;
}
aside nav ul {
	margin: 0px;
	padding-left:0px;
}
aside nav ul li { 
	list-style-type:none;
}
aside nav ul li a:link, aside nav ul li a:visited {
	color:white;
	display:block;
	padding:8px 8px 8px 12px;
	text-decoration:none;
	transition:background .15s;
	background:556e8800;
}
aside nav ul li a:hover {
	background: #556e8830; 
}
aside+* {
	display:inline-block;
	vertical-align:top;
	flex:1
}

#nav-spacer {
	width:14%;
	display:block;
	height:100vh;
	margin-right:1rem;
	min-width:200px;
}
#hamburger { display:none; }
@media only screen and (max-width:800px) {
	aside {
		width:100%;
		height:auto;
		overflow:hidden;
		height:60px; 
		position:sticky;
		top:0;
		margin:0px;
		resize:none;
		padding:8px;
	}
	aside nav {height:0px;
		transition:height 1s ease-in-out;}

	#secretmenu:checked+aside {
		height:100vh;
		position:fixed;
	}
	#secretmenu:checked+aside nav {
		height:100vh;
	}
	#hamburger {   
		font-size: 2rem;
		float: right;
		margin: 20px;
		border-top: 2px solid gray;
		width: 1rem;
		cursor: pointer;
		display: inline-block;
		height: 1rem;
	}
	#hamburger:before {
		border-bottom: 2px solid gray;
		content: ' ';
		margin-top: .5rem;
		height: 2px;
		display: block;
		width: 1rem;
		position: absolute;
	}
	#hamburger:after {
		border-bottom: 2px solid gray;
		content: ' ';
		margin-top: .1rem;
		height: 2px;
		display: block;
		width: 1rem;
		position: absolute;
	}

	aside img { width:3rem; height:3rem; margin:5px; }
		
	#nav-spacer {
		display:none;
	}

	main {padding:12px;}
}
.table {
	flex:1;
    box-shadow: 0px 0px 2px rgba(0,0,0,.25); 
    display:inline-block;
    vertical-align: top;
    margin-right:1%;
    border:1px solid lightgray;
    padding-right:6px;
	width:95%;
	background:white;

}
.table .table-body {

    width:100%;
    
    max-height:55vh;
    overflow:auto;
}
.table .table-row {
	width:100%;
    
}
.table .table-row:nth-child(even) {
	background:whitesmoke;
}
.table .table-row div {
	display:inline-block;
} 
.table .table-row div:nth-child(1) { width:5%; }
.table .table-row div:nth-child(2) { width:8%; }
.table .table-row div:nth-child(3) { width:35%; }
/*.table .table-row div:nth-child(4) { width:4rem; }*/
.table .table-row div:nth-child(4) { width:11%; }
.table .table-row div:nth-child(5) { width:23%; }
.table .table-row div:nth-child(6) { width:14%; }

#command-history.table .table-row div {
	width:15%;
	vertical-align: middle;
}
#command-history.table .table-row div:nth-child(1) { width:4%; }
#command-history.table .table-row div:nth-child(2) { width:11%; }
#command-history.table .table-row div:nth-child(3) { width:29%; }
#command-history.table .table-row div:nth-child(4) { width:8%; }
#command-history.table .table-row div:nth-child(5) { width:4%; }
#command-history.table .table-row div:nth-child(6) { width:5%; }
#command-history.table .table-row div:nth-child(76) { width:15%; }

/*
@media only screen and (max-width:1400px) {
	.table .table-row div:nth-child(1) { width:2rem; }
	.table .table-row div:nth-child(2) { width:3rem; }
	.table .table-row div:nth-child(3) { width:12rem; }
	 
	.table .table-row div:nth-child(4) { width:3rem; }
	.table .table-row div:nth-child(5) { width:6rem; }
	.table .table-row div:nth-child(6) { width:5rem; }
}*/

.table .table-row.table-header div { font-weight: bold; }
.table .table-row.table-header {
    background:#F4F5F9;
    color:#313131;
    padding:2px;
    border-bottom: 1px solid #a7e1ff;
}

/* Command page */

#command-palette {
	width:48%;
}
#command-palette label {
	display:block;
	width:100%;
}
#command-palette textarea {
	display:block;
	width:95%;
	min-height:240px;
	margin-top:1rem;
	border-radius:3px;
}
.command-area>div{
	padding:12px;
}
.command-area h2 {
	margin-top:0px;
}
select.command-chooser {

    width:100%;
}

.widget {
	
	background:white;
	box-shadow:0px 0px 1px #b7b7b7;
	border-radius:3px;
}

.d-flex { display:flex; flex-flow:row wrap; }
.fb-100 { flex-basis:100%; }
.fb-48 { flex-basis:48%; }

@media only screen and (max-width:1400px) {
	.fb-ta-100 { flex-basis:100%; }
}

ul li { list-style-type:none; }
ul { padding:0px; }

sup+i {
	opacity:0;
	pointer-events: none;
	transition: opacity .25s;
	display: block;
    position: absolute;
    width: 10rem;
    margin-left: 7rem;
    background: #212121;
    color: #dedede;
    font-size: .9rem;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid gray;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 50%);
	pointer-events:auto;
}
sup:hover+i  {
	opacity:1;
}

main header h1 {

    margin-bottom:.5rem;
}
main header nav ul {
    display:flex;
    margin-top:0px;
    align-items: flex-end; 
}
main header nav li {
    display: inline-block;
    margin-right:1rem;
}
main header nav a:link,main header nav a:visited { 
    
    font-weight: bold;
    color: #3a3a3a;
    display: flex; 
    text-align: center; 
    align-items: flex-end;
    justify-content: center;
    border-bottom: 3px solid white; 
}
main header nav a.active {

    border-bottom: 3px solid #a7e1ff; 
}

figure {
	width: 260px;
	background:white;
	border-radius:4px;
	color:black;
    padding: 14px;
    margin: 14px; 
    border: 1px solid #fefefe;
	background:white;
    box-shadow: 0px 0px 2px rgba(0,0,0,.25);
	display:inline-block;
	vertical-align: top;
}
figure>a {
	display:block;
	text-align:center;
}
@media only screen and (max-width:650px) {
	main {
		display:block !important;
		background:white;
	}
	body {background:white;}
	figure {
		width:88% !important;
		margin:12px auto;
		
	}
	figure,.widget {box-shadow:0px 0px 0px;}
	#command-palette {
		width:100%;
		padding:0px;
	}
}

.widgetTitle { 
    display: block;
    font-size: 15px;
    margin-bottom: 1rem;
    color:  #a7acb0;

}
.smallBold {
    font-size: 24px; 
	color:#2995cc;
}
.bigBold { 
    font-size: 32px;
	color:#2995cc;
}
.ta-center { text-align:center; }
figure hr {visibility: hidden;}
body.logout {
	align-items:center;
	justify-content:center;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-image: url(https://summertrack.summertech.net/img/backgrounds/pretty-night.jpg);
    background-size: cover;
	background-position:center center;
	background-attachment:fixed;
}
.logout>div {

    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.5); 
    color: white; 
}
.logout h1 {font-weight:normal;}
.logout main label {
	display:block;
}
.logout main input {
	margin-bottom:.8rem;
}

button {
	border: 0px;
    background: #49aaff;
    padding: 4px 20px;
    color: white;
    font-weight: normal;
    border-radius: 4px;
    font-family: inherit;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
}
button:focus {

    outline: 0px;
    box-shadow: 0px 0px 0px;
}

svg {
	fill:#f7c631;
}

.canvasjs-chart-credit {display:none !important;}