body {
	font-size: 16px;
	height: 100%;
	margin: 0;
	padding: 0;
}

#all {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

/* Used on pages (i.e. type=page) that have no left nav */
#fullpagecontent {
	margin-left: 10px;
}

.box-image-text .image {
	min-height: 200px;
	max-height: 200px;
}

.box-simple {
	min-height: 230px;
}

.content-section-a {
	padding: 0px 0px 90px 0px;
	/* background-color: #f8f8f8;*/
} 

.content-section-b {
	padding: 0px 0px 90px 0px;
	border-top: none;
	border-bottom: none;
}

section.features div.asciicast-wrapper {
	text-align: left;
	margin-top: -3px;
	margin-bottom: -3px;
}

div.asciicast-wrapper {
	margin: 2rem 0;
}

.features {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.features img {
	border-radius: 5px;
	border: 2px solid black;
}

.navbar-affixed-top {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	width: 100%;
	top: 0;
	z-index: 1000;
}

.navbar-affixed-top header.affix {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	border-bottom: #3dc2db 3px solid;
	transition: all linear 0s 0s;
} 

.navbar-brand {
	float: left;
	padding: 2px 15px;
	font-size: 10px;
	line-height: 10px;
	height: 72px;
}

.navbar ul.nav > li > a, .navbar-default .navbar-nav > li > a {
	color: #3dc2db;
	background: #fff;
	border-radius: 4px;
	text-decoration: none;
	padding: 8px 15px;
	max-width: 12.5rem;
	overflow: hidden;
	margin-left: auto;
}

@media (min-width: 768px) {
	.navbar ul.nav > li > a, .navbar-default .navbar-nav > li > a {
		padding: 22px 15px;
		margin-left: 0;
		max-width: none;
	}
}

.navbar ul.nav > li > a:hover {
	border-top: solid 5px #3dc2db;
	background: #3dc2db;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
}

.intro-head {
	margin-top: 20px;
	padding: 20px;
	font-size: 30px;
	color: #3dc2db;
	font-weight: 600;
	letter-spacing: .5px;
}

.intro-box {
	padding: 20px;
	padding-bottom: 10px;
	border-radius: 8px;
	border: 2px solid #3dc2db;
	font-size: 18px;
	background-color: #F9F9FC;
}

.intro-end {
	padding: 20px;
	font-size: 24px;
	color: #3dc2db;
	font-weight: 400;
	letter-spacing: .5px;
}

.intro-button {
	padding: 10px;
	border-radius: 8px;
	font-size: 18px;
	background: #3dc2db;
	color: #fff;
	white-space: nowrap;
}

.intro-button>a{
	color: #fff;
}

.bar {
	padding-top: 10px;
}

#content {
	margin-bottom: 2em;
	flex: 1;
}

footer {
	background: #007691;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	padding: 2.5rem 0;
}

footer div.container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

footer div.links {
	margin-left: auto;
}

@media (min-width: 768px) {
	footer div.wordy {
		max-width: 34rem;
	}
}

@media (min-width: 992px) {
	footer div.wordy {
		max-width: 100%;
		padding-bottom: 2px;
	}
}

footer p {
	display: inline-block;
}

footer div.wordy p.copyright {
	padding-right: 1.5rem;
}

footer div.links p {
	padding-right: 2rem;
}

footer div.links p.iconlinks {
	padding-left: 0.5rem;
	padding-right: 0;
}

footer a, footer a:link, footer a:visited, footer a:hover, footer a:active {
	color: #fff;
}

footer img {
	height: 3rem;
	margin: 0.5rem 0;
}

footer p.iconlinks a + a {
	margin-left: 1.5rem;
}

div.content-contact p {
	margin-bottom: 3rem;
}

/***** Download ***************************************************************/

div.content-download h2 {
	padding-top: 9rem; /* fix anchor links offset from sticky header */
	margin-top: -7.5rem;
	margin-bottom: 1.5rem;
	font-weight: 600;
}

div.content-download h2#community-edition {
	margin-top: -9.5rem;
}

div.content-download h3 {
	padding-top: 9rem; /* fix anchor links offset from sticky header */
	margin-top: -7rem;
	margin-bottom: 1.2rem;
	font-weight: 600;
}

div.content-download h3 ~ p, div.content-download h3 ~ ul {
	margin-left: 3rem;
}

div.content-download div.highlight {
	max-width: 95rem;
	margin-left: 3rem;
}

div.content-download div.highlight pre code {
	display: block;
	white-space: pre;
}

div.content-download table {
	border: 1px solid #DDDDDD;
	margin: 2.5rem 0;
}
div.content-download th {
	background-color: #DDDDDD;
	border: none;
	padding: 1rem;
	font-weight: bold;
}
div.content-download td {
	border: none;
	padding: 1rem 3rem 1rem 1rem;
}
div.content-download tr {
	background-color: #FDFDFD;
}
div.content-download tr:nth-of-type(2n) {
	background-color: #F9F9FC;
}


/***** Download Portal (app.skeema.io) ****************************************/

div.portalflash {
	margin: 1rem 0 3rem 0;
	border: 1px dashed #faa;
	background-color: #FDFDFA;
	padding: 2rem;
}

div.content-download div.installation {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 0 2rem 0;
}

div.content-download div.installation p.badge {
	margin: 0 6rem 0 0;
	padding: 5px 7px;
	font-weight: 600;
}

div.content-download div.installation h2 {
	margin: 0 2rem 0 0;
	padding: 0;
}

div.content-download div.installation p.account-active {
	background-color: green;
}

div.content-download div.installation p.account-problem {
	background-color: red;
}

div.content-download div.installation form.pre-portal {
	margin: 0;
	display: inline-block;
}

span.admin-badge {
	margin: 0 0 0.5rem 1rem;
	padding: 5px 7px;
	font-weight: 600;
	background-color: green;
}

div.portal-installguide p, div.portal-installguide div.highlight, div.portal-installguide ol, div.portal-installguide ul {
	margin-bottom: 2rem;
}

div.portal-installguide ol li, div.portal-installguide ul li {
	margin-bottom: 1rem;
}

/***** Blog *******************************************************************/

#heading-breadcrumbs {
	background: #3dc2db;
}

#heading-breadcrumbs h1{
	color: #fff;
	margin-left: 10px;
}

.btn-template-main {
	color: #3dc2db;
	border-color: #3dc2db;
}

.btn-template-main:hover {
	background: #3dc2db;
	border-color: #3dc2db;
	color: #fff;
}

.pager {
	border-top: none;
	padding-top: 0;
}

.pager ul {
	border-top: solid 1px #eeeeee;
	padding-top: 20px;
	margin-top: 20px;
}

#blog-post p {
	line-height: 1.55;
	margin: 0 0 18px;
}

#blog-post h2 {
	padding-top: 9rem; /* fix anchor links offset from sticky header */
	margin-top: -7.5rem;
}

#blog-post h3 {
	padding-top: 9rem; /* fix anchor links offset from sticky header */
	margin-top: -8rem;
}

#blog-post h4 {
	padding-top: 9rem; /* fix anchor links offset from sticky header */
	margin-top: -8rem;
	margin-bottom: 1.2rem;
}

div.aurora-blog-post table {
	border-collapse: collapse;
	border: 1px solid #999;
	margin-bottom: 2rem;
}

div.aurora-blog-post table td, div.aurora-blog-post table th {
	padding: 0.6rem 1.3rem;
	border: 1px solid #999;
	text-align: left;
	background-color: #FDFDFD;
}

div.aurora-blog-post table tr td:first-child, div.aurora-blog-post table tr th:first-child {
	background-color: #F9F9FF;
}

.section-blog pre {
	word-wrap: normal;
	word-break: normal;
	color: #e8e8e2;
	background-color: #272822;
	margin: 2rem 0;
	overflow: hidden;
}

.section-blog h4 {
	margin-top: 2.5rem;
}

.section-blog ul li {
	padding-bottom: 0.5rem;
}

div.blog-term-shots {
	margin-bottom: 2rem;
}

div.blog-term-shots img {
	width: 98%;
	border: 1px solid #ccc;
	border-radius: 4px;
}

/***** Features (Products page) ***********************************************/

div.header-with-status {
	margin-bottom: 2rem;
}

div.header-with-status h3 {
	margin-bottom: 0;
}

div.header-with-status p.login-status {
	font-size: 85%;
	margin: 1rem 0;
}

@media (min-width: 768px) {
	div.header-with-status {
		display: flex;
		flex-direction: row;
		align-items: baseline;
	}

	div.header-with-status p.login-status {
		margin: 0 0 0 auto;
	}
}

.content-features h3#skeema-cli {
	margin-top: 0;
}

.content-features th {
	padding: 0 2.5rem 1.5rem 2.5rem;
	border-width: 0;
	font-size: 115%;
}

.content-features td {
	padding: 1.25rem 2.5rem;
	background-color: #F9F9FC;
}

.content-features tr:nth-of-type(2n+1) td {
	background-color: #FDFDFD;
}

.content-features tr td:first-of-type {
	border-right: 1px solid #DDD;
	border-top-width: 0;
	background-color: white;
	padding-right: 2rem;
}

.content-features td:nth-of-type(2),
.content-features td:nth-of-type(3) {
	border-right: 2px solid #DDD;
}

.content-features td:nth-of-type(4) {
	border-right: 1px solid #DDD;
}

.content-features tr:first-of-type td {
	border-bottom: 1px solid #DDD;
	border-right-width: 0;
	background-color: white;
	padding: 0.5rem 0 1rem 0;
}

.content-features tr:last-of-type td {
	border-right-width: 0;
	border-top: 1px solid #DDD;
	background-color: white;
}

.content-features tr:first-of-type td:first-of-type,
.content-features tr:last-of-type td:first-of-type {
	border-width: 0;
}

.content-features div.tierprice {
	margin-top: 1rem;
	font-size: 85%;
}

.content-features .yes {
	color: green;
	font-weight: 900;
	font-size: 130%;
}

.content-features .no {
	color: #666;
	font-weight: 900;
	font-size: 200%;
}

.content-features table {
	margin: 4rem 0 0 0;
}

.content-features p {
	margin: 0 0 2rem 0;
}

@media (min-width: 992px) {
	.content-features table {
		margin: 4rem 0 0 8rem;
	}

	.content-features p {
		margin: 0 10rem 2rem 3rem;
	}
	
	div.header-with-status p.login-status {
		margin-right: 5rem;
	}
}


/***** Docs *******************************************************************/

#doc-content, #doc-cmd-content {
	color: #4b5055;
}

#doc-content h3 {
	padding-top: 9rem; /* fix anchor links offset from sticky header */
	margin-top: -7.5rem;
	margin-bottom: 1.5rem;
	font-weight: 600;
}

#doc-content h4 {
	padding-top: 9rem; /* fix anchor links offset from sticky header */
	margin-top: -8rem;
	margin-bottom: 1.2rem;
	font-weight: 600;
}

#doc-content h3:first-child {
	margin-top: -9rem; /* no initial margin if h3 is at the top of the div */
}

#doc-content p, #doc-content ol, #doc-content ul {
	margin-top: 0;
	margin-bottom: 1.6rem;
	line-height: 2.4rem;
}

#doc-content #globalfiles { /* specific anchor on the config page, linked from premium docs */
	padding-top: 9rem; /* fix anchor links offset from sticky header */
	margin-top: -7.5rem;
}

#doc-content li + li {
	margin-top: 0.4rem; /* margin between two list items */
}

#doc-content table ~ h3 { /* more spacing between options on option reference */
	margin-top: -7rem;
}

/* Options doc index: display in 3 columns if space permits */
@media (min-width: 768px) {
	#doc-content p + h3#index + ul {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		max-height: 91rem;
	}

	#doc-content p + h3#index + ul li {
		flex: 1;
	}
}

#doc-content table {
	border-collapse: collapse;
	width: 77%;
	border: 1px solid #999;
	margin-bottom: 2rem;
}

#doc-content td, #doc-content th {
	padding: 0.6rem 1.3rem;
	border: 1px solid #999;
	text-align: left;
	background-color: #FDFDFD;
}

#doc-content th + th {
	font-weight: normal;
}

#doc-content tr td:first-child, #doc-content tr th:first-child {
	width: 20%;
	background-color: #F9F9FF;
}

/* Doc index page uses a different table style than other doc pages, more like
   the command doc table format */
#doc-content.doc-index table {
	width: 100%;
	border: 1px solid #DDD;
	margin-top: 2.5rem;
}
#doc-content.doc-index th {
	background-color: #DDDDDD !important;
	border: none;
	padding: 1rem;
	font-weight: bold;
}
#doc-content.doc-index td {
	background-color: inherit !important;
	border: none;
	padding: 1rem;
}
#doc-content.doc-index tr {
	background-color: #FDFDFD;
}
#doc-content.doc-index tr:nth-of-type(2n) {
	background-color: #F9F9FC !important;
}
#doc-content.doc-index tr td:first-child, #doc-content.doc-index tr th:first-child {
	background-color: #F9F9FF;
}

#doc-cmd-content table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #DDD;
	margin-bottom: 5rem;
}

#doc-cmd-content th {
	padding: 1rem;
	text-align: left;
	background-color: #DDDDDD;
}

#doc-cmd-content th:empty {
	visibility: hidden;
	border: none;
	padding: 0;
}

#doc-cmd-content td {
	padding: 1rem;
	text-align: left;
}

#doc-cmd-content tr {
	background-color: #FDFDFD;
}

#doc-cmd-content tr:nth-of-type(2n) {
	background-color: #F9F9FC;
}

#doc-cmd-content tr td:first-child {
	width: 20%;
}

#doc-cmd-content h3:first-child {
	margin-top: 0; /* no initial margin if h3 is at the top of the div */
}

div#doc-content.installdoc h3 ~ p, div#doc-content.installdoc h3 ~ ul {
	margin-left: 3rem;
}

div#doc-content.installdoc h3 ~ h3 {
	padding-top: 9rem; /* fix anchor links offset from sticky header */
	margin-top: -6rem;
}

div#doc-content.installdoc div.highlight {
	margin-left: 3rem;
}

div#doc-content.installdoc div.highlight pre code {
	display: block;
	white-space: pre;
}

ul.docs-nav {
	padding: 0;
	margin: 0 0 25px 0;
}

ul.docs-nav li {
	font-weight: 500;
	display: inline-block;
}

ul.docs-nav li:after {
	content: "\00a0\00b7\00a0";
}

ul.docs-nav li:last-child:after {
	content: none;
}

ul.docs-nav li ul.docs-nav-nested {
	display: none;
}

@media (min-width: 992px) {
	ul.docs-nav {
		list-style-type: none;
		margin: 0 0 0 10px;
	}
	
	ul.docs-nav li {
		margin-bottom: 1rem;
		display: list-item;
	}
	
	ul.docs-nav li:after {
		content: none;
	}
	
	ul.docs-nav li ul.docs-nav-nested {
		display: block;
		list-style-type: none;
		margin: 5px 0 10px 0;
		padding-left: 3rem;
		font-size: smaller;
	}
	
	ul.docs-nav li ul.docs-nav-nested li {
		margin-bottom: 0.75rem;
	}
}


/***** Cloud Linter ***********************************************************/

ul.cloud-nav {
	padding: 0;
	margin: 0 0 25px 0;
}

ul.cloud-nav li {
	font-weight: 500;
	display: inline-block;
}

ul.cloud-nav li:after {
	content: "\00a0\00b7\00a0";
}

ul.cloud-nav li:last-child:after {
	content: none;
}

@media (min-width: 992px) {
	ul.cloud-nav {
		list-style-type: none;
		margin: 0 0 0 10px;
	}
	
	ul.cloud-nav li {
		margin-bottom: 1rem;
		display: list-item;
	}
	
	ul.cloud-nav li:after {
		content: none;
	}
}

div.content-cloud h4 + p {
	padding-left: 2em;
}

div.content-cloud p, 
div.content-cloud ul,
div.content-cloud h2,
div.content-cloud h3,
div.content-cloud h4 {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

div.content-cloud h2:first-child {
	margin-top: 0;
}

div.content-cloud hr {
	max-width: 840px;
}

div.ci-examples {
	clear: both;
	display: grid;
	margin-top: 2em;
	grid-gap: 20px 0px;
}

div.ci-examples img {
	max-width: 100%;
}

@media (min-width: 700px) {
	div.ci-examples {
		grid-template-columns: 43% auto;
		grid-gap: 0px 20px;
		margin-bottom: 2em;
	}
	div.ci-examples img.ci-annotation {
		grid-column: 1 / 2;
		max-width: 100%;
	}
	div.ci-examples img.ci-comment {
		grid-column: 2 / 3;
		max-width: 100%;
	}
}

div.auth-buttons {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin: 0 0 3rem 8rem;
	float: right;
}

div.auth-buttons a.signup-button {
	display: inline-block;
	font-size: 2.5rem;
	color: #ffffff;
	background-color: #007691;
	border: 1px solid #eee;
	border-radius: 6px;
	padding: 10px 16px;
}

div.auth-buttons a.signup-button:hover {
	background-color: #3dc2db;
	text-decoration: none;
}

div.auth-buttons div.returning-login {
	margin-top: 1em;
}

div.content-dashboard {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

div.content-dashboard hr {
	max-width: 1040px;
	margin-top: 35px;
	margin-bottom: 40px;
}

div.content-dashboard div.installation {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	margin: 3rem 0 1rem 0;
}

div.content-dashboard div.installation h3 {
	margin: 0 1em 0 0;
}

div.content-dashboard div.installation p.badge {
	margin: 0 1em 3px 0;
	padding: 5px 7px;
	font-weight: 600;
}

div.content-dashboard div.installation form.pre-portal {
	margin: 0 0 0 auto;
	display: inline-block;
}

form.pre-portal input[type="submit"], form.pre-checkout input[type="submit"] {
	font-size: 1.4rem;
	color: #ffffff;
	background-color: #3dc2db;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 6px 10px;
}

input.billing-portal-button {
	margin: 0 0 0 auto;
	display: inline-block;
	font-size: 1.4rem;
	color: #ffffff;
	background-color: #3dc2db;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 6px 10px;
}

form.pre-checkout, div.non-admin-billing {
	display: none;
	margin: 2rem 0;
	border: 1px dashed #faa;
	background-color: #FDFDFD;
	padding: 2rem;
}

form.pre-checkout div.opt {
	margin: 0 0 0.5rem 1rem;
}

form.pre-checkout div.opt input[type="radio"] {
	margin-right: 0.5rem;
}

div.content-dashboard div.installation p.account-active {
	background-color: green;
}

div.content-dashboard div.installation p.account-problem {
	background-color: red;
}

div.content-dashboard p.billing-status {
	margin: 1rem 0;
}

p.before-results {
	margin-top: 2rem;
}

div.content-dashboard table {
	border-collapse: collapse;
	width: 100%;
}

div.content-dashboard th {
	border: 1px solid #999;
	padding: 1rem;
	text-align: left;
	background-color: #F9F9FF;
}

div.content-dashboard td {
	border: 1px solid #999;
	padding: 1rem;
	text-align: left;
	background-color: #FDFDFD;
}

div.content-dashboard div.result-success, div.content-dashboard div.result-success a {
	color: green;
}

div.content-dashboard div.result-warning, div.content-dashboard div.result-warning a:hover {
	color: #DDAA00;
}

div.content-dashboard div.result-error, div.content-dashboard div.result-error a:hover {
	color: red;
}

span.result-icon {
	display: inline-block;
	text-align: center;
	width: 1rem;
	margin-right: 1rem;
}

/***** Contact Forms **********************************************************/

.griddy {
	display: grid;
	margin-top: 2rem;
}

.griddy label {
	margin-bottom: 0.5rem;
}

.griddy input, .griddy textarea, .griddy select {
	margin-bottom: 1.5rem;
}

@media (min-width: 500px) {
	.griddy {
		grid-template-columns: 12rem auto;
		grid-gap: 0px 14px;
		max-width: 70%;
	}
	
	.griddy label {
		grid-column: 1 / 2;
	}

	.griddy input {
		grid-column: 2 / 3;
		max-width: 20em;
	}

	.griddy textarea, .griddy select {
		grid-column: 2 / 3;
	}

	.griddy div {
		grid-column: 2 / 3;
		align-self: center;
	}
}
