/*sidebar styles*/
/* API page style start here */
nav.sidebar ul.nav-left li:first-child {
    background: none;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    color: #000;
    display: block;
    font-weight: 400;
    padding: 0;
}
nav.sidebar ul.nav-left li{
    border:1px solid #ddd;
    border-top: 0;
    display: block;
}

nav.sidebar ul.nav-left{
    list-style: none;
}

nav.sidebar ul.nav-left li.item a{
    color: inherit;
    padding: 10px 15px;
    display: block;
    font-weight: 400;
    font-size: 15px;
    position: relative;
}

nav.sidebar ul.nav-left li.item i.fa.fa-caret-right {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    float: right;
    right: 10px;
}

nav.sidebar ul.nav-left li.item a:hover {
    color:#0095dc ;
    text-decoration: none;
}

nav.sidebar ul.nav-left li.item.item-active, nav.sidebar ul.nav-left li.item a:active{
    color: #FFF;
    background: #0095dc none repeat scroll 0 0;
}

nav.sidebar ul.nav-left li.item.item-active a{
    color: #ffffff;
    background: none repeat scroll 0 0 #0095dc;
    position: relative;
}

nav.sidebar ul.nav-left li.item a > span.grey-arrow{
    display: none;
}

nav.sidebar ul.nav-left li.item.item-active a > span.grey-arrow{
    display: inline-block;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #BBBBBB;
    border-top: 6px solid transparent;
    height: 0;
    position: absolute;
    right: 12px;
    top: 17px;
    width: 0;
}

nav.sidebar ul.nav-left li:last-child{
    border-radius: 0 0 4px 4px;
}
a.uline {
	text-decoration:underline
	}
.arrow{
	color:#0c86c7;
	}
.bb{display:block; clear:both;}
.nomargbot{margin-bottom: 0}
.note{
	color:#7d7d7d;
	font-family: 'Droid Sans',sans-serif;
	font-weight:normal;
	font-size:13px;
	}
.margin-bot-50{
	margin-bottom:50px;
	}
h6.subheader{
	color:#1a3058;
	font-family: 'Droid Sans',sans-serif;
	font-weight:bold;
	font-size:15px;
	}
.bold{
	font-weight:bold;}
.block{
	border:1px solid #ededed;
	margin-bottom:1.25em;
	padding:1.25em;
	background:#f8f8f8;
	font-family: 'Droid Sans',sans-serif;
	font-size:13px;
	color:#7d7d7d;
	line-height:24px;
	overflow:auto;
	}

table.api-table {
    border-collapse: collapse;
}
table.api-table, th, td {
    border:1px solid #d1d1d1;
}
.api-table th{
	background:#1a3058;
	font-family: 'Droid Sans',sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#ffffff;
	text-align:left;
	padding:10px 20px; 
	}
.api-table td{
	background-color:#fff;
	padding:20px;
	}
.api-table td div{
	padding:10px 0 5px 0;
	}
.api-table tr td:first-child{
	font-family: 'Droid Sans',sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#1a3058;
	}
.api-table tr td:last-child{
	font-family: 'Droid Sans',sans-serif;
	font-size:14px;
	font-weight:regular;
	color:#464646;
	}

/* Code Highlighter */
/*
Description: Foundation 4 docs style for highlight.js
Author: Dan Allen <dan.j.allen@gmail.com>
Website: http://foundation.zurb.com/docs/
Version: 1.0
Date: 2013-04-02
*/

.hljs {
  display: block; 
}

.hljs-header,
.hljs-decorator,
.hljs-annotation {
  color: #000077;
}

.hljs-horizontal_rule,
.hljs-link_url,
.hljs-emphasis,
.hljs-attribute {
  color: #070;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-link_label,
.hljs-strong,
.hljs-value,
.hljs-string,
.scss .hljs-value .hljs-string {
  color: #d14;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-blockquote,
.hljs-comment {
  color: #998;
  font-style: italic;
}

.asciidoc .hljs-title,
.hljs-function .hljs-title {
  color: #900;
}

.hljs-class {
  color: #458;
}

.hljs-id,
.hljs-pseudo,
.hljs-constant,
.hljs-hexcolor {
  color: teal;
}

.hljs-variable {
  color: #336699;
}

.hljs-bullet,
.hljs-javadoc {
  color: #997700;
}

.hljs-pi,
.hljs-doctype {
  color: #3344bb;
}

.hljs-code,
.hljs-number {
  color: #099;
}

.hljs-important {
  color: #f00;
}

.smartquote,
.hljs-label {
  color: #970;
}

.hljs-preprocessor,
.hljs-pragma {
  color: #579;
}

.hljs-reserved,
.hljs-keyword,
.scss .hljs-value {
  color: #000;
}

.hljs-regexp {
  background-color: #fff0ff;
  color: #880088;
}

.hljs-symbol {
  color: #990073;
}

.hljs-symbol .hljs-string {
  color: #a60;
}

.hljs-tag {
  color: #007700;
}

.hljs-at_rule,
.hljs-at_rule .hljs-keyword {
  color: #088;
}

.hljs-at_rule .hljs-preprocessor {
  color: #808;
}

.scss .hljs-tag,
.scss .hljs-attribute {
  color: #339;
}

/* New API box*/
#methods {
    margin-left: 50%;
    webkit-box-shadow: #0f131a -1px 0 0,rgba(0,0,0,0.05) 1px 0 2px inset;
    -moz-box-shadow: #0f131a -1px 0 0,rgba(0,0,0,0.05) 1px 0 2px inset;
    -ms-box-shadow: #0f131a -1px 0 0,rgba(0,0,0,0.05) 1px 0 2px inset;
    -o-box-shadow: #0f131a -1px 0 0,rgba(0,0,0,0.05) 1px 0 2px inset;
    box-shadow: #0f131a -1px 0 0,rgba(0,0,0,0.05) 1px 0 2px inset;
    background-color: #292e33;
    position: relative;
}

.method{
    padding-top: 45px;
    position: relative;
    margin: 0;
    padding: 0;
}

.method-section{
    clear: left;
    margin-left: -750px;
    font-size: 13px;
    line-height: 1.9em;
    padding-top: 45px;
    position: relative;
    border-bottom: 1px solid #E4E8EB;
}

.method-example{
    width: 100%;
    margin: 30px 30px 30px 0;
    padding: 38px 30px 0;
    position: relative;
    color: #FFF !important;
    background-color: #EFEFEF;
    border-radius: 5px;
    border-right:1px solid #c5c5c5;
    border-bottom:1px solid #c5c5c5;
}

.tabStrip{
    background: linear-gradient(#bfbfbf, #bfbfbf) repeat scroll 0 0 #3e4145;
    background: -webkit-linear-gradient(#bfbfbf, #bfbfbf) repeat scroll 0 0 #3e4145;
    border-bottom: 1px solid #14161a;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    padding: 9px 20px;
    position: absolute;
    width: 95.9%;
    z-index: 1;
    border-right:1px solid #8f8f8f;
    border-bottom:1px solid #8f8f8f;
}

.tabStrip a{
    font-size: 0.9em;
    padding: 7px 18px;
    margin: 7px;
}

.tabStrip a{
    color:#413F3F;
}

.active{
    background: linear-gradient(#777777, #777777) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-linear-gradient(#777777, #777777) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
    color: white !important;
    cursor: default;
    text-decoration: none;
}

code {
    color: #413F3F;
    display: block;
    font-family: Monaco,Consolas,"Lucida Console",monospace;
    font-size: 12px;
    line-height: 1.7em;
    white-space: pre;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    word-break: break-word;
}

.code {
    color: #413F3F;
    display: block;
    font-family: Monaco,Consolas,"Lucida Console",monospace;
    font-size: 12px;
    line-height: 1.7em;
    webkit-box-shadow: #0f131a -1px 0 0,rgba(0,0,0,0.05) 1px 0 2px inset;
    -moz-box-shadow: #0f131a -1px 0 0,rgba(0,0,0,0.05) 1px 0 2px inset;
    -ms-box-shadow: #0f131a -1px 0 0,rgba(0,0,0,0.05) 1px 0 2px inset;
    -o-box-shadow: #0f131a -1px 0 0,rgba(0,0,0,0.05) 1px 0 2px inset;
    box-shadow: #0f131a -1px 0 0,rgba(0,0,0,0.05) 1px 0 2px inset;
    background-color: #292e33;
}

.responseHead{
    margin: 70px 0 0 125px;
}

table
{
    border-collapse: collapse;
    margin: 20px 0;
    width: 100%;
    text-align:center;
    background-color: #FFFFFF;

}

.method-example > h4 {
    color: #000000 !important;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: initial !important;
    line-height:1;
}

table tr td{
    border: 3px solid #FFFFFF;
    padding: 10px;
    background-color: #F9F9F9;
    text-align: left;
    color: #464646;
    font-size: 14px;
    line-height: 24px;
    font-family: inherit;
    font-weight: normal;
    margin-bottom: 1.25em;
    text-rendering: optimizeLegibility;
}

table tr:nth-child(1) td{
    border: 3px solid #FFFFFF;
    padding: 10px 5px;
    background-color: #E6E6E6
}

sup {
    color:red;
}

#firstTab {
    width:96%;
}

@media only screen and (max-width: 767px){
    #firstTab {width:91.6%;}
    #secondTab {width:91%;}

    .tabStrip a
    {
        padding: 4px 12px 3px;
    }

}

@media only screen and (max-width: 500px){
    .tabStrip
    {
        padding: 9px 12px;
    }
    .tabStrip a
    {
        margin: 5px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1024px){
    #firstTab {width:94.8%;}
    #secondTab {width:94.5%;}
}

.list-content {
    color: #464646;
    list-style: none;
    font-size: 15px;
}

.list-content > li:before {
    content: "• ";
    color: #5a5a5a
}