html, body {
	background: #000;
	color: #AAA;
	font-family: "MS PGothic" !important;
}

pre, code, textarea, input {
	font-family: "MS Gothic" !important;
}

h1, h2, h3, h4, h5, h6 {
	color: #FFF;
	font-family: "MS PGothic" !important;
}

p {
	font-family: "MS PGothic" !important;
}

#cui-sidebar {
	float: left;
	width: 256px;
	height: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	padding: 10px;
	border-right: 1px solid #666;
}

#main {
	margin-left: 257px;
	padding: 0px 10px;
}

.err {
	color: #F00;
	border: 1px solid #F00;
	font-weight: bold;
}

.succ {
	color: #0F0;
	border: 1px solid #0F0;
	font-weight: bold;
}

input {
	color: #000 !important;
}

button {
	color: #000;
}

.panel {
	border-radius: 0;
	border: 1px solid #666;
	margin-bottom: 12px;
}

.panel img {
	max-width: 100%;
}

.panel ul {
	list-style-type: square;
	padding-left: 28px;
	margin-top: 8px;
}

.btn-sm:hover {
	background-position: top !important;
	filter: brightness(1.1);
}

.btn-sm:active, .btn-sm:focus {
	background-position: top !important;
	filter: brightness(0.9);
}

.panel .btn-sm {
	margin-left: 12px;
	top: 14px;
	position: relative;
}

/* #7C46EB */

.panel-title {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background: #444;
	border-bottom: 1px solid #666;
	/* text-shadow: -1px 0px 0 #000, 1px 0px 0 #000, 0px -1px #000, 0px 1px #000; */
}

.logo {
	text-align: center;
	margin-top: 8px;
}

.pfp {
	width: 64px;
	height: 64px;
	border-radius: 4px;
	float: left;
	margin: 8px;
}

.info {
	margin: 8px;
}

.logged-in-as {
	display: block;
}

.logged-in-as b {
	color: #FFF;
}

label {
	color: #FFF;
}

input[type='file'] {
	color: #CCC !important;
}

input[type='submit'].btn-primary {
	color: #FFF !important;
}

.padded {
	box-sizing: border-box;
	padding: 12px;
}

/* dumb hack in place of better html */
.padded .panel-title {
	margin-left: -12px;
	margin-top: -12px;
	margin-bottom: 12px;
	width: calc(100% + 24px);
}

.panel.col-md-3 input, .panel.col-md-3 textarea {
	width: 100%;
}

@media (min-width: 992px) {
	.panel.col-md-3 {
		width: calc(25% - 12px);
		margin-right: 12px;
	}
}

.gimg {
	max-height: 80px;
}

