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

* {
	margin:0px;
	padding:0px; 
}
html, body {
	height:100%; 
}
body {
	background: black;
	color: white;
	font-family: monospace;
	font-size:0;
}

#new-background {
	width:100%;
	height: 100%;
	position:absolute;
	display:none;
	background-image: url("../images/bg.png");
}

#doswindow {
	width: 50%;
	max-width: 800px;
	position: relative;
	top:50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#terminal-test {
	height: 250px;
}

.info-window-one {
	width: 60%;
	max-width: 1200px;
	max-height: 1024px;
	overflow-y: scoll;
	position: relative;
	display: none;
	top: 50px;
	margin-left: auto;
	margin-right: auto;
}

.top-bar {
	width:100%;
	height:20px;
	background-color: #bdbdbd;
}

.top-bar p {
	float:right;
	margin-top: 2px;
	margin-right: 5px;
}

.top-bar i {
	font-size:15px;
	color:#000;
	padding-left: 5px;
	text-align: right;
}

.nav-bar {
	width:100%;
	height:40px;
	background-color: #808080;
}

.nav-bar p {
	width:100%;
	height:40px;
	display: table-cell;
	vertical-align: middle;
	font-size:16px;
	color:black;
	padding-left: 15px;
}

.nav-bar .nav-blackout {
	color:#bdbdbd;
	padding:2px 5px;
	background-color: black;
}

.content {
	background: black;
	border: 1px solid #808080;
	min-height: 600px
}

.info-window-content {
	padding:10px;
	font-size:24px;
}

.info-window-content h1 {
	font-size:1em;
	color: #b8b8b8;
	text-decoration: underline #b8b8b8;
	text-underline-offset: 8px;
}

.info-window-content h1 span {
	color:white;
}

.info-window-content p span {
	color: #b8b8b8;
} 

.info-window-content .mugshot {
	float:left;
	padding:0 10px 5px 0;
	width:350px;
	height:350px;
}

.info-window-content .mugshot-big {
	float:left;
	padding:0 10px 5px 0;
	width:380px;
	height:380px;
}

.info-window-content .imgmap {
	margin-top: 10px;
}

#output {
	min-height: 200px;
	height:calc(100% - 40px);
	overflow-y: scroll;
	overflow-x: hidden;
	padding:5px;
	font-size:14px;
}

.bottom {
	height:30px;
	line-height:30px;
	font-size:14px;
	background: black;
	padding-left:5px;
	border: 1px solid #808080;
}

.bottom button {
	font-weight: bold;
	padding: 0 5px 0 5px;
	margin-left: 5px;
}

.bottom-bar {
	height:20px;
	font-size:10px;
	line-height: 20px;
	background: black;
	text-align: right;
	border: 1px solid #808080;
	padding-right: 5px;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
	opacity: 0;
  }
}

h1 {
	font-family: 'Quantico', sans-serif;
}

#info-window-content-block h2 {
	font-family: 'Quantico', sans-serif;
	text-transform: uppercase;
}

p {
	font-family: 'VT323', monospace;
}

#video-player {
	display: none;
}

#input input[type=text] {
	background-color: black;
	color:white;
}

#input input[type=password] {
	background-color: black;
	color:white;
}

.fullscreen-video {
	position: fixed;
	overflow: hidden;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translateX(-50%) translateY(-50%);
	z-index: -10;
}

.bg-overlay {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.6;
	z-index: -9;
}

.accept-button { 
	background-color: #2aae07;
	color:white;
	padding: 10px;
	margin-top: 10px;
	margin-left: 15px;
	font-weight: bold;
}

.deny-button { 
	background-color: #da0f0f;
	color:white;
	padding: 10px;
	margin-top: 10px;
	margin-left: 15px;
	font-weight: bold;
}

input#console {
	border: 1px solid white;
	background-color: black;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	width:100%;
}
input#console:focus {
	outline: 0;
}

.hidden {
	display: none;
}

/*HOME PAGE*/

.nav-p a {
	text-decoration: none;
	color:#bdbdbd;
	padding:5px 10px;
	background-color: black;
}

.nav-p a:hover {
	background-color: #3a3a3a;
}

.nav-p a:active {
	background-color: #3a3a3a !important;
}

/* Phone Directory */

#phone-container {
	align-items: center;
	font-family: 'VT323', monospace;
	background-color: #000;
	display: flex;
	justify-content: center;
}

.success {color: white;}
.error {color: white;}
.form {
	box-sizing: border-box;
	padding: 20px;
	width: 320px;
}

.input-container {
	height: 50px;
	position: relative;
	width: 100%;
	
}

.input-container input[type=text]{
	font-family: 'Quantico', 'sans-serif';
}

.ic1 {
	margin-top: 30px;
}

.ic2 {
	margin-top: 30px;
}

.input {
	background-color: #808080;
	border: 0;
	box-sizing: border-box;
	color: #eee;
	font-size: 18px;
	height: 100%;
	outline: 0;
	padding: 4px 20px 0;
	width: 100%;
}

.cut {
	background-color: #bdbdbd;
	height: 25px;
	position: absolute;
	top: -20px;
	transform: translateY(0);
	transition: transform 200ms;
	width: 100%;
}

.input:focus ~ .cut,
.input:not(:placeholder-shown) ~ .cut {
	transform: translateY(8px);
}

.placeholder {
	color: #b9b9b9;
	left: 20px;
	line-height: 14px;
	pointer-events: none;
	position: absolute;
	transform-origin: 0 50%;
	transition: transform 200ms, color 200ms;
	top: 20px;
}

.input:focus ~ .placeholder,
.input:not(:placeholder-shown) ~ .placeholder {
	transform: translateY(-26px) translateX(10px) scale(0.75);
}

.input:not(:placeholder-shown) ~ .placeholder {
	color: #808097;
}

.input:focus ~ .placeholder {
	color: #0c0c0c;
}

.submit {
	background-color: #3a3a3a;
	border: 0;
	box-sizing: border-box;
	color: #bdbdbd;
	cursor: pointer;
	font-size: 18px;
	height: 50px;
	margin-top: 38px;
	outline: 0;
	text-align: center;
	width: 100%;
}

.submit:active {
	background-color: #505050;
}

#backtosearch {
	background-color: #3a3a3a;
	border: 0;
	box-sizing: border-box;
	color: #bdbdbd;
	cursor: pointer;
	font-size: 14px;
	outline: 0;
	padding:10px;
	text-align: center;
}

#table-container {
	max-height: 1000px;
	display:none;
}

#table-container::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#table-container::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#table-container::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.styled-table {
	border-collapse: collapse;
	margin: 25px 0;
	font-size: 0.9em;
	font-family: 'Quantico', sans-serif;
	min-width: 400px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
	background-color: #3a3a3a;
	color: #bdbdbd;
	text-align: left;
}
.styled-table th,
.styled-table td {
	padding: 12px 15px;
}
.styled-table tbody tr {
	background-color: #bdbdbd;
	color: #1a1a1a;
	border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
	background-color: #808080;
}

.styled-table tbody tr:last-of-type {
	border-bottom: 2px solid #444444;
}

#modal {
	padding:15px;
	min-width: 800px;
	min-height: 500px;
	background-color: #d6d6d6;
	box-shadow: 0 0 0 1px lightgray;
	overflow: auto;
	display:none;
	position: absolute;
}

#modal-left-side {
	flex: 2;
}

#modal-right-side {
	flex: 4;
}

.profileBtn {
	text-decoration: none;
	color: #1a1a1a;
}

#tagline p {
	text-align: center;
	font-size:20px;
}

#tagline a {
	color: #fff;
}

/*ADMIN PANEL*/

.info-window-content textarea {
	width: 100%;
	height: 42px;
	resize: vertical;
	background-color: #000;
	color: #bdbdbd;
	font-family: 'Quantico', monospace;
	padding: 10px;
}

#inputContentHTML {
	height: 390px;
}

:root {
	--arrow-bg: rgba(255, 255, 255, 0.3);
	--arrow-icon: url(https://upload.wikimedia.org/wikipedia/commons/9/9d/Caret_down_font_awesome_whitevariation.svg);
	--option-bg: #bdbdbd;
	--select-bg: #bdbdbd;
  }

#inputId {
	/* Reset */
	appearance: none;
	border: 0;
	outline: 0;
	font: inherit;
	font-size: 14px;
	/* Personalize */
	width: 15rem;
	padding: 0.5rem 2rem 0.5rem 0.5rem;
	background: var(--arrow-icon) no-repeat right 0.8em center / 1.4em,
	  linear-gradient(to left, var(--arrow-bg) 3em, var(--select-bg) 3em);
	color: rgb(0, 0, 0);
	cursor: pointer;
	&::-ms-expand {
	  display: none;
	}
	/* Remove focus outline */
	&:focus {
	  outline: none;
	}
	/* <option> colors */
	option {
	  color: inherit;
	  background-color: var(--option-bg);
	}
  }