/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* @license
* Copyright (C) 2018 Soloinsight Inc. - All Rights Reserved
* =======================================================================
* Version: 1.0.0
* Last Edit On: 27-02-2018 05:30 PM
* Last Edit By: Faisal Mukhtar
* =======================================================================
* NOTICE:  All information contained herein is, and remains
* the property of Soloinsight Inc. and its suppliers, if any.
* Dissemination of this information or reproduction of this material
* is strictly forbidden unless prior written permission is obtained
* from Soloinsight Inc.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body{
	font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
	line-height:1em;
}
.row{margin:0;}
a{
	color: #0098d0;
}
/*"header" styling*/
#header{
	padding:15px 30px;
	background:#fff;
	border-bottom:1px solid #e6e7e8;
	box-shadow:0 1px 0 0 rgba(0,0,0,0.02)
}
.logo {
    float: left;
}
#header h1 {
    float: left;
    margin: 16px 0 0 20px;
}
#header .back-link{
	margin-right:14px;
	padding:25px;
	border-right:1px solid #ececed;
	color:#8f9193;
	font-weight:bold;
	font-size:14px;
}
#header .back-link i{
	margin-right:10px;
	color:#d8d8d9;
}
#header .back-link:hover{color:#0098d0;}
#header .btn{
	margin-top:14px;
	width:124px;
	border:0;
	background:#00b1e6;
	color:#fff;
	font-weight:bold;
	border-radius:100px;
	font-size:14px;
}
/*END "header" styling*/
/*"sidebar" styling*/
#sidebar {
    width: 240px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
	margin: 89px 0 0;
    z-index: 1;
    border-right: 1px solid #e3e4e6;
    background: #f7f8fa;
    overflow-y: auto;
    padding: 20px 0 0;
}
#sidebar  ul{
	margin: 0;
    background: transparent;
    list-style: none;
    font-size: 13px;
    border: 0;
}
#sidebar  ul li ul{
	margin:0;
	font-size:12px;
	font-weight:normal;
}
#sidebar  .title{
	display:block;
	padding:10px 30px;
	text-transform:uppercase;
	font-weight:bold;
	color:#89949f;
}
#sidebar  ul li a{
	display:block;
	padding:10px 30px;
	color:#0098d0;
}
#sidebar  ul li ul li  a{padding-left:45px;}
#sidebar  ul li a.active,
#sidebar  ul li a:hover{
	background:#00b1e6;
	color:#fff;
}
/*END "sidebar" styling*/
/*"content" styling*/
#content{
	width:100%;
	margin: 89px 0 0;
	padding-left:240px;
	display:table;
}
#content .content-area{display:table-row;}
#content h2{
	margin:0;
	font-size:22px;
	line-height:28px;
	font-weight:bold;
	color:#4c4c4c;
}
#content .content{
	display:table-cell;
	width:50%;
	border-bottom:1px solid #e3e4e6;
	padding:35px;
}
#content .content p{
	margin:30px 0;
	font-size:14px;
	font-weight:normal;
	line-height:25px;
	color:#3e3e3e;
}
#content .example{
	display:table-cell;
	width:50%;
	background:#45474b;
	border-bottom:1px solid #5c5e63;
	padding: 35px;
}
#content .example pre{
	background: none;
    border: 0;
    color: #fff;
}
#content .example .code_text{ display: block;}
#content .content table th{
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}
#content .content .prettyprint,
#content .content table td{
    background: none;
    color: #000;
    font-size: 13px;
    padding: 0;
    font-family: arial, sans-serif;
}
#content .content table td{
    color: #000;
    font-size: 13px;
    padding: 10px;
}
/*END "content" styling*/