﻿.container {
	text-align: center;
}

.featureIcon {
	display: block !important;
	margin: auto;
	font-size: 3.5rem !important;
	padding-top: 15px;
	padding-bottom: 15px;
}

.fab {
	padding: 20px;
	font-size: 30px;
	width: 50px;
	text-align: center;
	text-decoration: none;
	color: #afafaf;
	transition: 0.5s;
}

	.fab:hover {
		color: white;
	}


li, ul {
	list-style-type: inherit;
}

.GuideExplorer li {
	list-style-type: none !important;
}

.GuideExplorer ul {
	list-style-type: none !important;
}

.GuideExplorer {
	margin: 0;
	padding: 0;
}

.caret {
	cursor: pointer;
	-webkit-user-select: none; /* Safari 3.1+ */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none;
}

	.caret::before {
		content: "\25B6";
		color: white;
		display: inline-block;
		margin-right: 6px;
		transition: 0.0s;
	}

.caretAnimation::before {
	transition: 0.25s;
}

	.caret-down::before {
		-ms-transform: rotate(90deg) translateX(-3px); /* IE 9 */
		-webkit-transform: rotate(90deg) translateX(-3px); /* Safari */
		transform: rotate(90deg) translateX(-3px);
	}

.nested {
	display: none;
}
.GuideExplorer li {
	padding-top: 5px;
}

.GuideExplorer .guideLink a {
	color: white;
	text-decoration-color: white;
	text-decoration: none;
}

.GuideExplorer .guideLink:hover {
	text-decoration: underline;
}

.active {
	display: block;
}

.activeGuideLink {
	color: #00ad5b !important;
	text-decoration-color: #00ad5b !important;
}


.guideTable > tr > th, .guideTable > * > tr > th {
	background-color: #002d00;
	text-align: center;
}

.guideTable > tr > th, .guideTable > tr > td, .guideTable > * > tr > th, .guideTable > * > tr > td {
	border: 1px solid #002d18;
	padding: 0.4em;
}

.guideTable .header {
	background-color: #193e19;
}

.guideTable {
	background-color: #101010;
	color: #dadada;
	margin: 1em 0;
	border: 1px solid #002d18;
	border-collapse: collapse;
}

.tagCode {
	color: #ffeb3b;
	white-space: nowrap;
}

	.tagCode .highlight {
		color: #ff9800;
	}

#dragbar {
	background-color: white;
	height: 50px;
	width: 3px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

pre {
	padding: 1em;
	white-space: pre-line;
	overflow-x: hidden;
	word-wrap: break-word;
	border: 1px solid #00ad5b;
	margin: 1em;
}

code {
	white-space: pre-wrap;
	overflow-x: hidden;
	word-wrap: break-word;
	border: 1px solid #3a3a3a;
}

h2:not(.toc h2):not(.ignoredefault) {
	color: white;
	margin: 0;
	border-bottom: 1px solid #a2a9b1;
	padding-top: 10px;
}

h3 {
	color: white;
	margin: 0;
	padding-top: 10px;
}

a {
	color: #00ad5b;
}

.guideGroup {
	padding-bottom: 10px;
}

.GIcons {
	font-family: 'Material Icons';
}

.leftImage {
	float: left;
	padding-right: 10px;
	user-select: none;
}

.rightImage {
	float: right;
	padding-right: 10px;
	user-select: none;
}

.tabcontent p {
	white-space: pre-line;
}

	.tabcontent p:first-line {
		line-height: 0 !important;
	}

.cg_nobr {
	white-space: pre-line;
}

	.cg_nobr:first-line {
		line-height: 0 !important;
	}