body {
	margin: 0;
	background-color: #000;
	color: #fff;
	font-family: Monospace;
	font-size: 13px;
	line-height: 24px;
	overscroll-behavior: none;
}

a {
	color: #ff0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

button {
	cursor: pointer;
	text-transform: uppercase;
}

#info {
	position: absolute;
	top: 0px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 1; /* TODO Solve this in HTML */
}

a, button, input, select {
	pointer-events: auto;
}

.dg.ac {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 2 !important; /* TODO Solve this in HTML */
}

#overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.7);
}

	#overlay button {
		background: #ffffff;
		border: 0;
		color: #000000;
		padding: 16px 20px;
		text-transform: uppercase;
		cursor: pointer;
	}

#notSupported {
	width: 50%;
	margin: auto;
	background-color: #f00;
	margin-top: 20px;
	padding: 10px;
}


a.btn.main{
	position: fixed;
	text-decoration: none;
}

a.btn.main i{
	padding: 0;
	margin: 0;
	width: 30px;
}

#manageModal{
    min-height: 80vh;
    max-height: 100vh;
    min-height: 100vh;
    overflow-y: hidden;
    margin-top: 0;
    user-select: none;
    box-shadow: 0px 0px 10px;
    border-right: 2px rgb(188 229 227) solid;
    width: 420px;
    float: right;
    margin-right: 0 !important;
	top: 0 !important;
	padding: 0 !important;
	overflow-x:hidden!important;
	z-index: 1000000!important;
}

.podName{
	font-size: 1.5em;
	text-align: right;
	line-height: 50px;
}

.dropdown-content li>a, .dropdown-content li>span{
	padding: 0px 10px!important;
}

.dropdown-content li{
	min-height: 30px!important;
}
.custom-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	color: black;
	font-size: 1.2rem;
	padding: 10px 16px;
	border-radius: 4px;
	text-decoration: none;
	transition: background-color 0.2s ease-in-out;
}

.custom-button:hover {
	background-color: #f5f5f5;
}

.custom-button i {
	margin-right: 8px;
}


table.striped.highlight tr td{
	height: 50px !important;
}

tbody td, tbody th{
	padding: 1px 5px !important;
}

tbody td, tbody td:nth-child(1){
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color:#000000;
	min-width: 100px;
}

tbody td, tbody td:nth-child(2){
	font-size: 12px;
	text-transform: none;
	color: #787878;
	min-width: 170px;
}

table.centered thead tr th{
	font-size: 24px!important;
	text-transform: uppercase;
}


tbody tr td:nth-child(3){
	transform: scale(1.2);
	filter: saturate(1.5) brightness(1.5) contrast(1.5) hue-rotate(-70deg) contrast(1.5);
}

table tbody tr:hover{
	background-color:rgb(188, 229, 228)!important;
	box-shadow: 0px 0px 10px;
}

button.auxButton{
	display:none;
}

body.connected .auxButton{
	display:block;
}

table.striped tr{
	min-height: 75px!important;
	height: 75px!important;
	max-height: 75px!important;
	overflow: hidden!important;
}

.toastheader{
	margin-bottom: -12px;
	padding-bottom: 10px;
	text-align: center!important;
	font-size: 1.5em!important;
	font-weight: bold!important;
	text-transform: uppercase;
}

.toast{
	box-shadow: 0px 10px 5px rgb(15, 0, 0)!important;
}

.modal-overlay{
	display: none !important;
}

body.settings-open #boxcalibratein30,
body.settings-open #calibratein5{
	right: 421px!important;
	transition:0s;
}

#closeSettings{
	display: none;
}

body.settings-open #closeSettings{
	display: block;
}

body table.striped>tbody>tr:nth-child(odd) {
	background-color: #ededed;
}

.elipsis{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#spodcount{
	transform: scale(.7);
	position: absolute;
	font-weight: bold;
	margin-left: -12px;
	margin-top:-13px;
}