@charset "utf-8";

/* GUIDE */
body {
	font-family: Arial, sans-serif;
	color: #303030;
	margin: 0;
}

a {
	color: #004B90;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
}

/* MENU */
#menu {
	color: #fff;
	background-color: #4B8EFE;
	padding: 15px;
	position: fixed;
	left: 0;
	top: 0;
	width: 250px;
	height: 100%;
	float: left;
	box-sizing: border-box;
}
#menu a {
	color: inherit;
}
#menu a:hover {
	text-decoration: underline;
}

/* Title */
#title {
	margin-top: 5px;
}
h1 {
	margin: 0;
	display: inline-block;
}
#version {
	display: inline-block;
	line-height: 28px;
}

/* Contents */
#contents {}
h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 12px;
}

/* Nav */
#nav {
	list-style-type: disc;
	margin-top: 12px;
	margin-left: 23px;
}
#nav li {
	margin-bottom: 10px;
}
.subnav {
	list-style-type: disc;
	margin-top: 10px;
	margin-left: 18px;
	margin-bottom: 12px;
	font-size: 15px;
}

/* Menu footer */
#menu-footer {
	position: absolute;
	left: 15px;
	bottom: 15px;
}
#mail {
	margin-bottom: 15px;
}
#copy {}

/* BODY */
#body {
	font-size: 15px;
	padding: 0 15px;
	float: right;
	visibility: hidden;
	box-sizing: border-wdith;
}
#body.ready {
	visibility: visible;
}
#body p {
	line-height: 22px;
}
#container {
	max-width: 900px;
	margin: 20px auto 30px;
}

/* SECTION */
.section {
	padding: 25px 0;
}
.section:not(:last-child) {
	border-bottom: 1px solid #d0d0d0;
}
h3 {
	font-size: 24px;
	font-weight: normal;
	color: #0075F9;
	margin: 0;
	margin-bottom: 20px;
}
h4 {
	font-size: 18px;
	font-weight: normal;
	margin: 25px 0 15px;
}
h5 {
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0 15px;
	color: #505050;
}

/* Body footer */
#body-footer {}

/* Step */
.step {
	font-size: 15px;
	color: #303030;
	margin-top: 15px;
}

/* Section list */
.section-list {
	margin-left: 30px;
}
.section-list li {
	color: #707070;
	line-height: 22px;
}
.section-list li:not(:last-child) {
	margin-bottom: 8px;
}
.section-list span {
	color: #303030;
}

.section-list ul {
	list-style-type: disc;
	margin-left: 25px;
	margin-top: 1px;
}
.section-list ul li:not(:last-child) {
	margin-bottom: 1px;
}

/* SETTINGS TABLE */
#settings-table {
	margin: 15px 0 5px 0;
}
table {
	width: 100%;
	border: 1px solid #e0e0e0;
	font-size: 14px;
	padding: 2px 2px 0;
}
th {
	font-weight: normal;
	text-align: left;
	background-color: #f5f5f5;
	padding: 15px;
	border-bottom: 1px solid #e0e0e0;
}
th:not(:last-child) {
	border-right: 2px solid #ffffff;
}

td {
	padding: 17px 12px 12px;
	vertical-align: top;
	line-height: 22px;
}
.comment-row td {
	color: #808080;
	background-color: #f9f9fa;
	border-bottom: 1px solid #e0e0e0;
}
.name-row td:nth-child(1) {
	width: 20%;
	color: #3E50FF;
}
.name-row td:nth-child(2) {
	width: 20%;
	color: #EA0E0E;
	padding-right: 5px;
}
.name-row td:nth-child(3) {
	width: 60%;
	color: #5BAB05;
}
.desc-row td {
	padding-top: 5px;
	padding-bottom: 18px;
	padding-left: 25px;
	border-bottom: 1px solid #e0e0e0;
}
.desc-row:last-child td {
	border-bottom: none;
}

.tname {
	color: #3E50FF !important;
}
.tval {
	color: #EA0E0E !important;
}

/* Ease options */
#ease-options {
	padding-top: 20px;
}
#easebox {
	padding: 13px 15px 0;
	margin-top: 12px;
	border: 1px solid #e0e0e0;
	padding-bottom: 13px;
}
#easebox div {
	clear: left;
}

/* Column list */
.col-list {
	color: #5BAB05;
	list-style-type: none;
}
.col-list > li {
	float: left;
	margin-bottom: 15px;
	width: 150px;
}
.col-list ul {
	list-style-type: none;
}
.col-list ul li:not(:last-child) {
	margin-bottom: 5px;
}

/* METHOD LIST */
#method-list li:not(:last-child) {
	margin-bottom: 15px;
}
#method-list pre {
	margin: 10px 0 !important;
}

/* GENERAL */
p:not(:last-child) {
	margin-bottom: 8px;
}
.file {
	font-weight: bold;
}
.indent {
	margin-left: 20px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.info {
	color: #8a8a8a;
	font-style: italic;
}

.elem {
	color: #3D3DCC !important;
}
.attr {
	color: #00A7AD !important;
}
.val {
	color: #d14 !important;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/* Custom spaces */
.space {
	margin-top: 15px;
}
.small-space {
	margin-top: 10px;
}
.big-space {
	margin-top: 20px;
}
.no-space {
	margin-top: 0;
}

/* Rainbow */
.preloader {
	z-index: -1;
}
pre {
	overflow-x: auto;
}
#body pre {
	margin-bottom: 13px;
}

/* SCREEN SIZES */
@media screen and (max-width: 900px) {}