/*==========================================================*/
/* Main Elements
/*==========================================================*/

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

a {
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	color: #00A3CC;
}

a:hover {
	color: #007A99;
	text-decoration: none;
}

img {
	max-width: 100%;
}
h1, .h1 ,h2, .h2 {
    margin-bottom: 0.6em !important;
    margin-top: 1.2em !important;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}
.quotes p{
     margin-bottom: 0 !important;
     word-wrap: break-word;
    -ms-word-wrap: break-word;
}
.vertical {
	display: table-cell;
	vertical-align: middle;
	height-max: 500px;
}
li, span {
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}

/*==========================================================*/
/* Typography
/*==========================================================*/

body {
	font-family: Raleway;
	font-size: 16px;
	line-height: 180%;
	color: #202020;
}

h1, h2 {
	font-family: Raleway;
	font-size: 26px;
	line-height: 160%;
    color: #111 !important;	
}
.doc-menu h1,.doc-menu h2 {
	padding-top: 20px;
}
h2 {
	font-size: 20px;
}

b {
	font-family: Raleway;
	font-weight: inherit;
}

/*==========================================================*/
/* Header
/*==========================================================*/

#header {
	background: #000;
	display: block;
	position: relative;
	height: 30px;
	padding: 10px 40px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.logo-img img {
	position: relative;
	height: 30px;
	float: right;
}

/*==========================================================*/
/* Menu
/*==========================================================*/

#doc-menu {
	background: #eee;
	overflow: auto;
	width: 23%;
	top: 50px;
	bottom: 0;
	left: 0;
	position: fixed;
	color: #888;
	line-height: 2em;
	transition: all 0.8s ease;
	z-index:30;
}

#doc-menu ul {
	color: inherit;
}
#doc-menu ul li:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	left: 0;
	top: 19px;
	z-index: 0;
}
#doc-menu ul li.section {
	font-family: Raleway;
	font-weight: 400;
	display: block;
	padding: 0px;	
}
#doc-menu ul li.section a {
	color: inherit;
	padding: 10px 0 10px 20px;
	background: none;
}
#doc-menu ul li.sub-section a {
	color: inherit;
	padding: 10px 0 10px 20px;
}
#doc-menu ul li span {
	color:  #222;
    padding: 10px 0px;
    font-weight: 600;
	font-size: 1.4em;
}
#doc-menu ul li ul li span {
	font-size: 1em;
}
#doc-menu ul li a {
	overflow: hidden;
	z-index: 1;
}
#doc-menu ul li:hover > a,
#doc-menu ul li.active > a{
    color: #f42020;	
	font-weight: 600;
}

#pos-list {
	padding-left: 30px;
}

/*==========================================================*/
/* Content
/*==========================================================*/

#doc-content {
	position: fixed;
	top: 50px;
	bottom: 0;
	right: 0;
	overflow: auto;
    margin: auto;
	transition: all 0.8s ease;
}

#doc-content-box{
	width: 60%;
	margin: auto;
	transition: all 0.8s ease;
}
#doc-content .quotes{
	
	background-color: #fcf2f2;
    border-color: #dFb5b4;
    margin: 30px 0;
    padding: 1em 2em;
    border-left: 5px solid #eee;
}


#doc-content h1 span {
	color: #202020;
	margin-right: 15px;
	font-size: 1.2em;
}
#doc-content h1 span:after {
	content:'.';
}
#doc-content h2 span {
	color: inherit;
	margin-right: 15px;
}

#doc-content ul {
	margin-left: 50px;
}

#doc-content img {
	padding: 6px;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	background-color: #f8f8f8;
}
#doc-content .doc-content-img{
	text-align: left;
}
#doc-content table{
	display: table;
    font-size: 16px;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
	border-color: grey;
}

#doc-content th{
	padding-top: 11px;
    padding-bottom: 11px;
    background-color: #f42020;
    color: white;
}

#doc-content th, #doc-content td{
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px 20px;
}
#s-strong1 strong,#s-strong4 {
	color: #0084bc;
	background-color: #e0e0e0;
	border-radius: 3px;
	padding: 5px;
}
#s-strong4 {
	color: #fff;
	background-color: #0084bc;
	border-radius: 3px;
	padding: 5px;
}
#s-strong3 strong {
	color: #0084bc;
}
#intro {
	width: 60%;
	height: 100%;
	text-align: center;
	display: table;
	background-size: auto 80%;
	margin: auto;
	transition: all 0.8s ease;
}
#doc-content .vertical img {
	border : 0px;
	background: none;
    margin-top: 60px;
}
#intro h1 {
	margin: 0;
	padding-top: 30px;
	font-size: 24px;
    text-transform: uppercase;
}

#intro h1 span {
	margin-right: 0;
}

#intro h2 {
	margin: 0;
	color: #999999;
	font-size: 28px;
	font-family: Raleway;
}

.syntaxhighlighter {
	margin-top: 50px !important;
	overflow: auto;
}

.syntaxhighlighter .line .number {
	width: auto !important;
}

.menu-inactivated{
	transform: translateX(-100%);
}
.menu-activated{
	transform: translateX(0);
}
.doc-with-menu{
	transform: translateX(20%);
}
.doc-none-menu{
	transform: translateX(0);
}
.outline-button{
	display: block;
	float: left;
	width: 40px;
	height: 25px;
	line-height: 25px;
	font-size: 20px;
	border-radius: 5px;
	border: 2px solid white;
	background: rgba(255,255,255,0.1);
	cursor: pointer;
	text-align: center;
	padding: 0 5px;
	color: white;
}
.arrow{
	transform:rotate(-180deg);
	transition: all 0.8s ease;
}
/* Responsive */

@media (max-width: 945px) {
	
#doc-menu ul {
    padding-left: 20px;
}

@media (max-width: 860px) {
	
#doc-menu ul {
    padding-left: 10px;
}
#doc-menu ul li span {
    font-size: 1.1em;
}
#doc-menu ul li.section a {
    padding: 10px 0 10px 10px;
    font-size: 14px;
}
#doc-content-box {
    width: 65%;
    padding-left: 10px;
}
#doc-menu {
    width: 30%;
}
#doc-content h1 span {
    font-size: 1em;
}
.doc-with-menu h1,
.doc-with-menu h2,
.doc-none-menu h1,
.doc-none-menu h2 {
    font-size: 24px;
}
.doc-with-menu p,
.doc-none-menu p {
    font-size: 14px;
}
#doc-content ul {
    margin-left: 15px;
    padding-left: 15px;
}
}

@media (max-width: 560px) {
#doc-menu ul li ul li span,
#doc-content th, #doc-content td {
    font-size: 12px;
}
#doc-menu ul li.section a {
    font-size: 12px;
}  
#doc-menu ul li span {
    font-size: 1em;
} 
#doc-content-box {
    width: 50%;
}
#intro {
    width: 65%;
    margin: 0 100px;
}
#intro h1, .doc-with-menu h1,
.doc-with-menu h2,
.doc-none-menu h1,
.doc-none-menu h2 {
    font-size: 20px;
}
#intro h2 {
    font-size: 24px;
}
#doc-content .quotes {
    padding: 1em;
}
#doc-content .quotes ul li,
#doc-content .quotes ul li span {
    font-size: 14px;
}
}