/* global */

body {
  background-color: black; /* #fff; */
  position: relative;
	padding-top: 40px;
	color: white;
}
section {
  padding-top: 60px;
}
section > .row {
  margin-bottom: 10px;
}

/* Jumbotrons
-------------------------------------------------- */
.jumbotron {
  min-width: 940px;
  padding-top: 40px;
}

.jumbotron .inner {
  /* background: transparent url(../img/grid-18px.png) top center; */
  /*padding: 45px 0;*/
	/*
  -webkit-box-shadow: inset 0 10px 30px rgba(0,0,0,.3);
     -moz-box-shadow: inset 0 10px 30px rgba(0,0,0,.3);
/*          box-shadow: inset 0 10px 30px rgba(0,0,0,.3);
*/}

.jumbotron h1,
.jumbotron p {
  margin-bottom: 9px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.jumbotron h1 {
  font-size: 54px;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0,0,0,.5);
}
.jumbotron p {
  font-weight: 300;
}
.jumbotron .lead {
  font-size: 20px;
  line-height: 27px;
}
.jumbotron p a {
  color: #fff;
  font-weight: bold;
}

/*
#afffbd
#395b75
*/

/* Specific jumbotrons
------------------------- */
/* main docs page */
.masthead {
  /* background-color: black;  #fff; */
}
/* supporting docs pages */

.subhead {
 /* background-color:  #fff; #767d80; */
}

.subhead .inner {
  padding: 36px 0 27px;
}
.subhead h1,
.subhead p {
  text-align: left;
}
.subhead h1 {
  font-size: 40px;
}
.subhead p a {
  font-weight: normal;
}



/* Quickstart section for getting le code
-------------------------------------------------- */
.quickstart {
	background-color: #5d285d; /* #395b75;*/
	/*
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
  background-image: -moz-linear-gradient(#f9f9f9, #f5f5f5);
  background-image: -ms-linear-gradient(#f9f9f9, #f5f5f5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(#f9f9f9, #f5f5f5);
  background-image: -o-linear-gradient(#f9f9f9, #f5f5f5);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f5f5f5', GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f5f5f5', GradientType=0);
  background-image: linear-gradient(#f9f9f9, #f5f5f5);
	*/
	border: 0;
	/*
  border-top: 1px solid #fff;
  border-bottom: 1px solid #eee;
	*/
}
.quickstart .container {
  margin-bottom: 0;
}
.quickstart .row {
  margin: 0 -20px;
	/*
  -webkit-box-shadow: 1px 0 0 #f9f9f9;
     -moz-box-shadow: 1px 0 0 #f9f9f9;
          box-shadow: 1px 0 0 #f9f9f9;
					*/
}
.quickstart [class*="span"] {
  width: 285px;
  height: 167px;
  margin-left: 0;
  padding: 17px 20px 26px;
	/*
  border-left: 1px solid #eee;
  -webkit-box-shadow: inset 1px 0 0 #f9f9f9;
     -moz-box-shadow: inset 1px 0 0 #f9f9f9;
          box-shadow: inset 1px 0 0 #f9f9f9;
					*/
}
.quickstart [class*="span"]:last-child {
  /* border-right: 1px solid #eee; */
  width: 286px;
}
.quickstart h6,
.quickstart p {
  line-height: 18px;
  text-align: center;
  margin-bottom: 9px;
  color: black; /* #333;*/
}

.quickstart h6 {
  color: white; /* #999; */
}
.quickstart textarea {
  display: block;
  width: 275px;
  height: auto;
  margin: 0 0 9px;
  line-height: 21px;
  white-space: nowrap;
  overflow: hidden;
}

.content {
	padding: 45px 0;
}

/* reference */


#doc {
	/*
	background: #DDF;
	color: #559;
	margin: 4px;
	padding: 4px;
	*/
	padding-top: 10px;
	background-color: black;
}

#doc pre {
	font-family: monospace; /* Helvetica, Arial;	*/
	/* margin: 0;*/
	background-color: black;
}

.func_doc {
	background-color: black;
	margin: 0;
	padding: 0;	
}

.category_list {
	padding: 4px 0;	 
}

.category_list h1 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: left;
}

.category_list a {
	font-family: monospace;
}

.category_list a.has_no_doc {
	color: black;
	text-decoration: none;
}

.category_list a.has_no_doc:hover {
	cursor: default; 
}

.category_list a.has_doc {
	color: #559;
	text-decoration: none; /* underline; */
}

