.purple {
	background-color:purple !important;
	border-color:purple !important;
}

.alert-dark {
	background-color:#4e1e1e;
}

.hidden {
	position:relative;
}

.hidden::before {
	top: 0;
	left: 0;
	position: absolute;
	background: rgb(20, 20, 20);
	width: 100%;
	height: 100%;
	content: "";
}

.hidden:hover:before {
	background: rgb(30, 30, 30);
}

input {
	border: 1px solid #aaa;
	border-radius: 3px;
	background-color: transparent;
	color: white;
}

#stickyNotification {
	position: fixed;
	width: 500px;
	z-index: 2;
	top: 5%;
	left: calc(50% - 250px);
}

dt-scroll-body {
	background-color: black !important;
}

#regexTable td {
	border: 1px solid rgba(250, 250, 250, .125);
	border-collapse: collapse;
	padding: 5px
}

.tooltip {
	visibility: hidden;
	width: 500px;
	background-color: #555;
	color: #fff;
	z-index: 2;
	opacity: 0;
	position: absolute;
	border-radius: 6px;
	top: 110%;
	left: calc(50% - 250px);
	padding: 10px;
}

.tooltip::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: calc(50% - 5px);
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #555 transparent;
}

.tooltip-container:hover .tooltip {
	visibility: visible;
	opacity: 1;
}

.treeDiv {
	pointer-events:none;
}

.tooltip-container:hover {
	box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}

#modal-container {
	z-index: 3;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

#modal {
	background-color: dimgray;
	margin: 15% auto;
	padding: 20px;
	width: 50%;
}

#loginForm {
	color: white;
	border-radius: 5px;
	text-align: center;
	width: 20%;
	height: 10%;
	margin: auto;
}

.dot {
	height: 11px;
	width: 11px;
	border-radius: 50%;
	display: inline-block;
}

#panel {
	display: none;
	padding: 10px;
	margin-top: 30px;
}
#flexBox {
	transition: 0.5s;
	margin-left: 50px;
}
#collapsible {
	background-color: black;
	margin: 10px;
	padding: 10px;
	border-radius: 5px;
	position: fixed;
	z-index: 2;
	top: 20px;
	right: 20px;
	border: 1px solid gray;
}

#navbar {
	height: 30px;
	top: 0;
	left: 0;
	background-color: #0C090A;
	border: 1px solid gray;
	margin: 0;
	position: fixed;
	color: white;
	width: 100vw;
	z-index: 2;
}

.navButton {
	background-color: transparent;
	color: white;
	border: none;
	margin-right: 10px;
}
.navButton:hover {
	background-color: gray;
}

.grid-item {
	margin: 5px;
	overflow: scroll;
}
#listing {
	margin: 5px;
	background-color: whitesmoke;
	border-color: gray;
	border: solid;
	border-width: 1px;
	height: 60vh;
	overflow: scroll;
}
.close-button {
	border: none;
	border-radius: 50%;
}
.list-button {
	border: solid;
	border-width: 1px;
	width: 100%;
}
#sidebar-button {
	margin-top: 30px;
	border-radius: 0px 5px 5px 0px;
	position: fixed;
	left: 0px;
	border: none;
	background-color: #151515;
	width: 50px;
	color: white;
	height: 50px;
	transition: 0.5s;
	z-index: 1;
}
#confirm-span {
	margin-top: 50px;
	position: fixed;
	right: 0px;
	border: none;
	width: 50px;
	height: 50px;
	z-index: 1;
}
.server-button {
	border: none;
	border-radius: 5px 0px 0px 5px;
	padding: 5px;
	margin-top: 10px;
	margin-left: 20px;
	width: 80%;
}
#logout, #sql, #dashboard {
	border: none;
	padding: 5px;
	margin-top: 10px;
	width: 100%;
}
#servers {
	background-color: #151515;
	padding-bottom: 30px;
	height: 100vh;
	width: 0;
	color: white;
	position: fixed;
	top: 30px;
	left: 0;
	z-index: 1;
	overflow: scroll;
	transition: 0.5s;
}
