* {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", san-serif, arial;
}
body {
    overflow: hidden;
    height: 100vh;
    display: inline-block;
    width: 100%;
}

.header-elem {
  height: 52px;
  width: 100%;
  display: inline-block;
}

.header {
  position: relative;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  color: #fff;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0,0,0,.1);
  box-shadow: 0 1px 3px rgba(0,0,0,.05);
}

.header-img {
    display: flex;
    align-items: center;
}

p {
    font-size: 14px;
}

.default-data a {
    color: #000000;
    text-decoration: none;
}

.default-data a:hover,
.menu-list .li-items a:hover,
.doc-path a:hover,
.jars a,
.grant-token-steps a {
    color: #03a9f5;
}

.menu-section {
    display: flex;
    list-style: none;
}

.menu-section li a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    padding-right: 7px;
    padding-left: 7px;
    margin-right: 10px;
    margin-left: 10px;
    white-space: nowrap;
    color: #ffffff;
}

.sdk-content {
    line-height: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.inner-content {
    display: flex;
    flex: 1;
    flex-direction: row;
    overflow-y: auto;
    padding: 50px 0px 30px 70px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.leftpanel {
    width : 275px;
    display: inline-block;
}

.leftpanel .default-data {
    font-weight: 600;
    cursor: pointer;
}

.menu-list {
    list-style: none;
    margin-left: 20px;
    margin-top: 10px;
}

.menu-list .li-items a {
    cursor: pointer;
    text-decoration: none;
    color: #000000;
    line-height: 3;
    font-size: 14px;
}

.rightpanel {
    width: calc(100% - 275px);
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.doc-path {
    padding-left: 13px;
    font-weight: 600;
    font-size: 13px;
}

.doc-path a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}

.data {
    padding: 13px;
}

.data h1 {
    font-size: 32px;
}

.data p {
    margin-bottom: 10px;
    margin-top: 10px;
}

.env-setup, .jars {
    margin-top: 15px;
}

.jar-list {
    list-style: none;
    line-height: 2;
}

.jar-list li a {
    color: #03a9f5;
    font-size: 14px;
}

.steps {
    list-style: decimal;
    margin:0 20px;
}

.steps li {
    margin : 10px;
    font-size: 14px;
}

.steps li a {
    color: #000000;
}

.highlight {
    font-weight: 600;
}

.developerconsole {
    min-height: 250px;
    max-height: 500px;
    width: 600px;
    margin-top: 10px;
    -webkit-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 5px #000000;
}

.cred-info {
    margin-top: 20px;
    line-height: 3;
}

.credentials {
    color: red;
}

.map-conf {
    margin-top: 25px;
    margin-left: 25px;
    width: 810px;
    word-break: break-all;
    list-style: none;
    box-shadow: 0 0 3px #34495e;
    line-height: 0;
    padding-top: 8px;
}

.map-conf li {
    padding: 5px 0px 10px 10px;
    font-size: 14px;
}

.enable {
    white-space: pre;
}

.mandatory-keys,
.optional-keys {
    margin-top: 15px;
}

.mandatory-keys li,
.optional-keys li {
    margin-top: 15px;
    margin-left: 25px;
    font-size: 14px;
}

.oauth-persistence,
.oauthfile-persistence {
    margin-top: 15px;
}

.granttoken-conf,
.note {
    margin-top: 15px;
}

.oauthdb-persistence ul {
    margin-top: 15px;
    margin-left: 25px;
}

.oauthfile-persistence ul,
.mysql-conf {
    list-style: none;
    margin-left: 25px;
    margin-top: 20px;
    -webkit-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 3px #000000;
    width: 650px;
    padding: 10px;
}

.oauthfile-persistence ul li {
    margin-top: 5px;
    padding-bottom: 5px;
}

.grant-token-steps {
    margin-top: 10px;
    list-style: decimal;
    margin-left: 30px;
}

.note-content {
    margin-left: 25px;
    margin-top: 20px;
    -webkit-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 3px #000000;
}

.note-content ul {
    list-style: decimal;
    margin-left: 20px;
}

.return-objects {
    margin-top: 10px;
    margin-left: 25px;
}

.unchecked-exception {
    margin-top: 20px;
}

.unchecked-exception ul {
    margin-top: 10px;
    margin-left: 25px;
    list-style: decimal;
}

.ticket,
.contact,
.common {
    margin-top: 15px;
}

.api-methods {
    display: flex;
    flex-direction: column;
    width : 100%;
    justify-content: space-between;
    box-sizing: border-box;
}

.method {
    color: #000;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.method:hover {
    box-shadow: 2px 2px 10px #e3e3e3;
}

.method-header {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    cursor: pointer;
    font-size: 14px;
}

.method-header-bottom {
    border-bottom: 1px solid #d6dbdf;
}

.method-name,
.maven-steps li a,
.sample-impl {
    color: #03a9f5;
}

.hide {
    display: none;
}

.code-content {
    padding: 15px;
}

.error-console-img {
    width: 90%;
    height: 400px;
    margin-left: 25px;
    margin-top: 10px;
}

.maven-steps {
    margin-top: 15px;
    list-style: decimal;
    margin-left: 25px;
}

.maven-steps li {
    margin-top: 10px;
    font-size: 14px;
}

.inner-maven-steps {
    margin-left: 30px;
    list-style: disc;
}

.rel-ver {
    margin-top: 10px;
    margin-left: 25px;
    list-style: decimal;
}

.rel-mod-api {
    margin-left: 25px;
}

.import-class {
    margin-left: 25px;
    width: 705px;
    word-break: break-all;
    list-style: none;
    padding-top: 10px;
}

.main-code-content {
    margin-left: 65px;
    width: 705px;
    word-break: break-all;
    list-style: none;
    padding-top: 10px;
}

.sample-code-content {
    box-sizing: border-box;
    box-shadow: 0 0 3px #34495e;
    line-height: 0;
    font-size: 14px;
    margin-top: 25px;
}

.import-class li,
.main-code-content li {
    margin-left: 20px;
    margin-top: 20px;
}

.main-method {
    margin-left: 60px;
}

.class-close {
    padding-bottom: 15px;
    margin-left: 45px;
    margin-top: 20px;
}

.main-close {
    margin-left: 65px;
    padding: 10px;
}

.inner-intent {
    margin-left: 40px;
    list-style: none;
}

.pom-conf,
.conf-map-init {
    margin-left: 10px;
    width: 810px;
    word-break: break-all;
    list-style: none;
    box-shadow: 0 0 3px #34495e;
    line-height: 0;
    padding: 15px;
    font-size: 14px;
}

.pom-conf li {
    margin-top: 10px;
    list-style: none;
}

.pom-conf ul {
    margin-left: 25px;
}

.code-pre {
    width: 100%;
    display: inline-block;
    padding: 0 20px;
    margin: 30px 0;
    background: #1f2529;
    position: relative;
    font-family: 'Courier New', Courier, monospace;
    color: white;
    font-size: 15px;
    word-break: break-word;
    white-space: pre-line;
    overflow: auto;
    line-height: 1.5;
    letter-spacing: 0.5px;
    box-sizing: border-box;
}

.sample-code-div {
    flex:1;
    padding:15px;
    box-sizing: border-box;
}

.configuration-code,
.code-div {
    margin:15px 0;
    width : 100%;
    display:inline-block;
}

.sample-code-pre {
    font-size: 14px;
    border: 1px solid #fff;
    background: #292C3A;
    padding: 0 10px;
    color:#fff;
    text-align: left;
    position: relative;
    line-height: 2;
    font-family: monospace;
    letter-spacing: 0.8px;
    box-sizing: border-box;
}

.samplecodes {
    overflow: auto;
    width: 100%;
    display: block;
}

.copy-clipboard {
    padding: 0 10px;
    float: right;
    margin: 10px;
    color: #000;
    border-radius: 3px;
    cursor: pointer;
    background: #fff;
    border: none;
    font-size: 12px;
}

.copy-clipboard:hover {
    background: rgb(13, 131, 221);
    color: #fff;
}

.api-console {
    margin-top: 30px;
}

.api-console a {
    color: #000000;
}

.ac-dev-console {
    margin-top: 15px;
}

.impl-oauth {
    margin-bottom: 25px;
    margin-left: 25px;
}

.impl-oauth li,
.grant-token-steps li,
.note-content li,
.return-objects li,
.err-exception li {
    font-size: 14px
}

.z-logo {
    background-image: url(../img/zoho.png);
    width: 66px;
    height: 23px;
    background-size: 100% 100%;
}
.product-title{
  color: #000;
  font-weight: 600;
  font-size: 20px;
  padding: 0 10px;
  text-decoration: none;
}
.topbar-title {
    color: #000;
    font-size: 15px;
}

img {
    border-radius: 4px;
}

.code-content p {
    margin-top: 0px;
}

.table {
    text-align: left;
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.table tr th{
    padding: 8px;
    vertical-align: middle;
}

.table-header-bg {
    background-color: #e8eaed;
    color: #000000;
}

.table tr td {
    padding: 5px 8px;
    border-bottom: 1px solid #e8eaed;
    border-left: 1px solid #e8eaed;
    border-right: 1px solid #e8eaed;
    vertical-align: top;
    border-collapse: collapse;
}

.bug-fix {
    list-style: disc;
    margin-top: 10px;
    font-size: 14px;
}

.bug-fix li {
    margin-left: 30px;
}

#logo {
    float: left;
    margin: 7px 0px 0px 5px;
}

.top-bar-title {
    margin: 8px 5px;
    float: left;
    font-size: 15px;
}
