k-code, k-routes, k-custom {
	display: none;
}

.class1 {
	background-color: #ff0000 !important;
}
.class2 {
	background-color: #00ff00 !important;
}

html,body{height:100%}

.material-icons {
	vertical-align: middle;
}

body {
	font-family: 'Rajdhani', sans-serif;
	font-size: 18px;
	line-height: 25px;
	background-color: #eee;
	padding: 0px;
	margin: 0px;
	color: #333;
}

header {
	overflow: hidden;
	display: block;
	width: 100%;
	height: auto;
	background-color: #6f2626;
	-background-image: url(/images/header-bk.jpg);
	-background-position: 230px -110px;
	-background-repeat: no-repeat;

    -webkit-transition: max-height 1s ease; /* Safari */
    transition: max-height 1s ease;
	
	max-height: 2000px;
}

topbar {
	font-size: 18px;
	color: #fff;
	padding: 0px 10px;
	display: inline-block;
	background-color: #a43838;
	width: 100%;
	height: 40px;
	white-space: nowrap;
	vertical-align: middle;
	
	position: fixed;
	z-index:100;
}
topbar nav {
	border: 0;
	line-height: 40px;
	height: 40px;
	vertical-align: middle;
	
	background-color: transparent;
	box-shadow: none;
}
topbar nav .logo {
	display: inline-block;
	height: 40px;
	width: 238px;
	background-image: url(/images/logo-small1.png);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 40px;
}

logo {
	display: inline-block;
	position: relative;
	max-width: 980px;
	height: 118px;
	margin-top: 50px;
	margin-left: 30px;
	background-image: url(/images/logo1.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom left;
}

h1 {
	color: #fff;
	margin:0;
	padding:0;
}
.h1-title {
	margin-left: 40px;
}

content {
	display: block;
	padding: 0 10% 0 10%;
}

.content {
	display: block;
	padding: 0 10% 0 10%;
	width: 100%;
}

header div.btns {
	width: 300px;
	position: absolute;
	top: 70px;
	right: 130px;
}
header div.btns a {
	margin-top: 30px !important;
	font-size: 25px !important;
	width: 100%;
}

a.btn, a.btn-large, a.btn-small {
	background-color: #97d285;
}

header a {
}

header a.btn:first-child, header a.btn-large:first-child, header a.btn-small:first-child {
	margin-top: 0px;
}

header div.row {
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 40px;
	margin-bottom: 0px;
}
header div.row .col{
	display: flex;
}
header .card-panel {
	padding: 0px;
}

header div.box-header {
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 10px;
	background-color: #a43838;
	margin-bottom: 0px;
}

header .card-panel div.card-content {
	padding: 20px;
}
header .card-panel div.card-content ul {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

pre[class*="language-"] > code {
	border-left: 5px solid #97d285;
	box-shadow: -1px 0px 0px 0px #97d285, 0px 0px 0px 1px #dfdfdf
}

.page-footer {
	background-color: #6f2626;
}
.page-footer .footer-copyright {
	background-color: rgba(0,0,0,0.25);
}

.browser {
	font-weight: bold;
	color: #333;
}
.carousel .carousel-item {
	width: 100px;
	height: 100px;
	margin-top: -18px;
}
ul.collection .title {
	font-weight: bold;
	font-size: 24px !important;
}

#document nav  {
	background-color: transparent;
	border: 0;
	padding:0;
	box-shadow: none;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	line-height: 64px;
}
#document nav .nav-wrapper {
	white-space: nowrap;
}
#document nav .breadcrumb {
	color: #000;
	font-size:24px;
}
#document nav .breadcrumb::before {
	color: #000;
}
#document nav .breadcrumb:last-child {
	font-weight: bold;
	color: #000;
}

ul.sign-gt {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.sign-gt li {
	padding-left: 1em; 
	text-indent: -.7em;
}
ul.sign-gt li::before {
	vertical-align: middle;
	content: "keyboard_arrow_right";
	color: #97d285;
	font-family: 'Material Icons';
}
/*
ul.sign-gt.space1 li {
	margin-top: 10px;
}
ul.sign-gt.space1 li:first-child {
	margin-top: 0px;
}

ul.sign-gt.space1.floating li::before {
	clear:both;
}
ul.sign-gt.space1.floating li .title {
	float: left;
}
*/

.apimenu {
	display: inline-block;
	line-height: 1.5;
	padding: 0.1rem 1rem 0.1rem 1rem;
	cursor: pointer;
}
.apimenu:hover {
	background-color: rgba(0,0,0,0.1);
}

.tip {
	background-color: #f1ffed;
	font-style: italic;
	padding-right: 10px;
	padding-left: 32px;
	display: inline-block;
}
.tip::before {
	content: "info";
	color: #97d285;
	font-family: 'Material Icons';
	font-style: normal;
	vertical-align: middle;
	font-size: 32px;
	transform: translateX(-100%);
	position: absolute;
}

.page-ph {
	min-height: 200px;
}

.warn {
	background-color: #fff4d1;
	font-style: italic;
	padding-right: 10px;
	padding-left: 32px;
	display: inline-block;
}
.warn::before {
	content: "error";
	color: #dcc830;
	font-family: 'Material Icons';
	font-style: normal;
	vertical-align: middle;
	font-size: 32px;
	transform: translateX(-100%);
	position: absolute;
}

div.params {
	margin-top: 5px;
}
div.params .param, div.params .return, div.params .prop {
	padding-right: 10px;
	padding-left: 22px;
	display: block;
}
div.params .param::before, div.params .return::before, div.params .prop::before {
	content: "P";
	color: #97d285;
	font-style: normal;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	transform: translateX(-100%);
	position: absolute;
	padding-right: 10px;
}
div.params .return::before {
	content: "R";
	color: #c83030;
}
div.params .prop::before {
	content: "E";
	color: #243be0;
}

.btn-main {
	font-size: 25px;
}


.api-menu {
	width:100%;
	position:relative;
	background-color:#fff;
	z-index:200;
	border-bottom:1px solid #ddd;
	display:inline-block;
}

.sidebar {
	width: 100%;
	background-color: #fff;
}
.sidebar ul.collapsible {
	margin: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	
	width: 100%;
}
.sidebar ul.collapsible li {
	line-height: 1.5em;
}
.sidebar ul.collapsible li.active .collapsible-body {
	padding-bottom: 10px;
}
.sidebar ul.collapsible li.active .collapsible-header {
	background-color: #6f2626;
	color: #fff;
}
.sidebar ul.collapsible .collapsible-header {
	padding: 5px;
	border: 0;
}
.sidebar ul.collapsible .collapsible-header .material-icons {
	margin:0;
}
.sidebar ul.collapsible .collapsible-body {
	padding: 0px;
	background-color: #6f2626;
	color: #fff;
	margin-left: -1px;
}
.sidebar ul.collapsible .collapsible-body .desc {
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	line-height:14px;
	padding-bottom: 5px;
	margin-top: 15px;
}
.sidebar ul.collapsible .collapsible-body div.desc:first-child {
	margin-top: 0px;
}
.sidebar ul.collapsible .collapsible-body ul {
}
.sidebar ul.collapsible .collapsible-body ul li {
	float: none;
	padding: 5px 10px 5px 20px;
	line-height: normal;
}
.sidebar ul.collapsible .collapsible-body ul li a {
	line-height: normal;
	height: auto;
	padding: 0px;
	color: #fff;
	font-size: inherit;
}
.sidebar ul.collapsible .collapsible-body ul li:hover {
	background-color: #7e3731;
}

.sidebar ul.collapsible.sub li {
	padding-left: 5px;
}
.sidebar ul.collapsible.sub .collapsible-header {
	padding: 0px;
	background-color: transparent !important;
}
.sidebar ul.collapsible.sub .collapsible-body {
	position: relative;
	border: none;
	background-color: transparent;
}
.sidebar ul.collapsible.sub .collapsible-body ul li:hover {
	background-color: #9d6858;
}
.sidebar ul.collapsible li.active ul.collapsible.sub li .collapsible-header:after {
	content: "keyboard_arrow_down";
	font-family: 'Material Icons';
	vertical-align: middle;
}
.sidebar ul.collapsible li.active ul.collapsible.sub li.active .collapsible-header:after {
	content: "keyboard_arrow_up";
}
.sidenav li>a>i.material-icons {
	float: none;
	height: auto;
	line-height: normal;
	margin: 0;
}

.api-content {
	clear: both;
}


tab {
	padding-left: 20px;
}

div.li-indent {
	margin-top: 20px;
	display: flex;
}
div.li-indent .li-indent-title {
	display:inline-block;
	vertical-align: top;
}
div.li-indent .li-indent-title::before {
	vertical-align: middle;
	content: "keyboard_arrow_right";
	color: #97d285;
	font-family: 'Material Icons';
}
div.li-indent .li-indent-text {
	display:inline-block;
	margin-left: 5px;
	vertical-align: top;
}

div.indent {
	margin-left: 5px;
	padding-left: 15px;
	border-left: 2px dotted #ccc;
}
div.indent::after {
	content: " ";
	display: block;
	border-bottom: 2px dotted #ccc;
	width: 30px;
	height: 5px;
	margin-left: -15px;
}

.api-title {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	display: block;
	margin-top: 60px;
}
.api-title::before {
	content: "bookmark";
	vertical-align: middle;
	color: #97d285;
	font-family: 'Material Icons';
}
.api-title span.specs {
	font-size: 14px;
	margin-left: 5px;
}
.api-title span.specs::before {
	content: "[";
	font-weight: bold;
}
.api-title span.specs::after {
	content: "]";
	font-weight: bold;
}

pre {
	font-size: 12px;
	border: 1px solid #ccc;
}
pre code {
	border:0 !important;
	box-shadow:none !important;
}
pre code b, pre code strong {
	font-weight: bold;
}

#tab-live {
	font-size: 12px;
}
#tab-live input {
	width: auto !important;
	position: relative;
}
#tab-live select {
	display: inline-block;
	width: auto !important;
	height: auto !important;
}

language {
	position: fixed;
	bottom: 0;
	right: 0;
	color: #fff;
	
	padding: 5px;
	background-color: rgba(0,0,0,0.25);
}
language > a.btn {
	background-color: transparent;
}
language ul {
	width: auto !important;
}
language ul li {
	white-space: nowrap;
}

beta_msg {
	position: fixed;
	bottom: 0;
	left: 0;
	
	width: 72px;
	height: 75px;
	background-image: url(/images/curling.png);
}

optional:before {
	content: "crop_din";
	font-family: 'Material Icons';
	font-style: normal;
	vertical-align: middle;
	font-size: 32px;
	overflow: hidden;
	width: 13px;
	display: inline-block;
	margin-top: -1px;
	color: #bf8939;
}
optional:after {
	content: "crop_din";
	font-family: 'Material Icons';
	font-style: normal;
	vertical-align: middle;
	font-size: 32px;
	overflow: hidden;
	width: 13px;
	display: inline-block;
	padding-right: 16px;
	margin-top: -1px;
	text-indent: -20px;
	color: #bf8939;
}

/* MATERIALIZE REWORK */
nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
	line-height: 64px;
}

.collection .collection-item.avatar {
	min-height: 0px;
}

a.dropdown-trigger.btn {
	display: table-cell;
}
ul.dropdown-content {
	min-width: auto;
	height: auto;
}
ul.dropdown-content li {
	min-height: auto;
}

/* RESPONSIVE CSS */
@media only screen and (max-width: 980px) {
	logo {
		width: 100% !important;
		margin-left: 8px;
	}
	.h1-title {
		margin-left: 8px;
	}
	header div.btns {
		width: 100%;
		position: relative;
		right: auto;
		top: auto;
		-margin-top:50px;
		text-align: center;
	}
	header a.btn, header a.btn-large, header a.btn-small {
		width: 40%;
		margin-top: 0px;
		-margin-left: 10%;
		font-size: 18px;
	}
	header a.btn:first-child, header a.btn-large:first-child, header a.btn-small:first-child {
		margin-left: 0;
	}

	header div.row {
		margin-top: 40px;
		display: inline-block;
	}
	header div.row .col{
		-display: inline-block;
	}
}

@media only screen and (max-width: 600px) {
	topbar {
		height: auto;
		text-align: center;
	}
	
	header a.btn, header a.btn-large, header a.btn-small {
		width: 90%;
		margin-left: 0px;
		margin-top: 20px;
	}
	header a.btn:first-child, header a.btn-large:first-child, header a.btn-small:first-child {
		margin-left: 0px;
		margin-top: 0px;
	}
	header div.row {
		display: block;
	}
	header div.row .col{
		display: block;
	}
	
	#document nav .breadcrumb {
		font-size: 18px;
	}
	#document nav .breadcrumb::before {
		font-size: 18px;
		margin: 0px;
	}
	#document nav .breadcrumb i {
		font-size: 22px !important;
	}
}

@media all and (max-width: 460px) {
	header {
		background-position: center -50px;
	}
	logo {
		display: none;
	}
	.h1-title {
		margin-left: 0px;
		text-align: center;
		margin-top: 34px;
		position: fixed;
		z-index: 100;
		width: 100%;
	}
	.h1-title h1 {
		font-size: 26px;
	}
	topbar nav {
		text-align: center !important;
		height: auto;
	}
	topbar nav .logo {
		display: inline-block !important;
		webkit-transform: none !important;
		transform: none !important;
	}
	topbar nav ul.right {
		float: none !important;
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}
	header div.btns {
		margin-top: 90px;
	}
	
	.api-menu {
		min-width: 1px;
	}
}


/* FONTS */
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/material-icons.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: 'liga';
}


.token.directive { color: blue; } 



.enlighter-default {
	padding: 15px !important;
	border-left: 4px solid #00d000;
}
codes {
	display: block;
	padding: 15px 0px;
	margin-bottom: 20px;
	background-color: #f8f9fa;
	border-left: 4px solid #00d000;
}
codes .enlighter-default {
	padding: 0px 15px !important;
	border-left: 0px;
	margin-bottom: 0px !important;
}

.change {
	margin-bottom: 40px;
}
.change h4 {
	margin: 0;
	display: inline-block;
}
.change h4 > b {
	display: inline-block;
	font-size: .6em;
	margin-left: 10px;
}

.social-icon {
	margin-left: 20px;
}
.social-icon > svg {
	fill: #fff;
}
.social-icon:first-child {
	margin-left: 0px;
}
.social-icon:hover > svg {
	fill: #97d285;
}


.stx-header {
	display: none;
}
.stx-wrap {
	background-color: #f8f9fa;
	border-left: 4px solid #00d000;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.stx-wrap .stx-line-wrap {
	border-radius: 0px !important;
}
.stx-wrap .stx-scroller .stx-line-code {
	margin-left: 0 !important;
	padding-left: 10px !important;
	border-left: none !important;
}
.stx-wrap .stx-line-wrap:after {
	display: none !important;
}

.stx-form {
	color: #21418a !important;
}

.stx-kcode {
	color: #0000ff;
	font-weight: bold !important;
}
.stx-kstyle {
	color: #e4177f;
	font-weight: bold !important;
}
.stx-kcustom {
	color: #c70000;
	font-weight: bold !important;
}
.stx-kfunctions {
	color: #b50000;
	font-weight: bold !important;
}
.stx-kscoped {
	background-color: #ffff00 !important;
	color: #000 !important;
	font-weight: bold !important;
}
.stx-kdirective {
	background-color: #fadfff !important;
	color: #000 !important;
	font-weight: bold !important;
}
.stx-kvariable {
	background-color: #fbf3c2 !important;
	color: #000 !important;
	font-weight: bold !important;
}
.stx-kcodeblk {
	background-color: #ff0000;
}
