/*$Id$*/
body {
	border: 0 none;
	font-family: ZohoPuviRegular, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant-ligatures: none;
}

body ::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 6px;
    width: 6px;
}

body ::-webkit-scrollbar-thumb {
    cursor: pointer;
    border-radius: 5px;
    background: rgba(0,0,0,.25);
    transition: color .2s ease;
}

body ::-webkit-scrollbar-track {
    background: 0 0;
}

body .top-bar {
	z-index: 10002;
	height: 44px;
	color: #fff;
	font-size: 18px;
	text-align: left;
	font-family: ZohoPuviRegular, sans-serif;
	margin-left: 15px;
	float: left;
	margin-top: 5px
}

.maindiv {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.navMenuList {
	width: 270px;
	height: 100%;
	flex: 0 0 270px;
	border-right: 1px solid #e5e8ea;
	background-color: #292929
}

.leftpanel {
	width: 100%;
	height: 100%;
	background-color: #fff
}

.leftpanel ul {
	margin: 0;
	padding: 0
}

.leftpanel ul li {
	list-style-type: none;
	cursor: pointer;
	font-family: ZohoPuviRegular, sans-serif;
	font-size: 15px;
	width: 100%;
	position: relative;
	color: #4c4c4c;
	text-transform: capitalize;
}

.leftpanel ul li a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 11px 0 11px 13%;
	text-overflow: ellipsis;
	overflow: hidden;
/* 	white-space: nowrap; */
	position: relative;
	box-sizing: border-box;
}

.subtab a {
	text-transform: none;
}

.leftpanel .navbar .arrow a[name=arw]:before {
	content: '';
	display: block;
	position: absolute;
	right: 15px;
	top: 16px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #949494;
	transition: .3s ease
}

.leftpanel ul li a:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background-image: radial-gradient(circle, #fffefe 10%, transparent 10.01%);
	background-repeat: no-repeat;
	background-position: 50%;
	transform: scale(10, 10);
	opacity: 0;
	transition: transform .5s, opacity 1s
}

.link, a {
	cursor: pointer;
	color: #31a9d3;
	text-decoration: none
}

.link, a:hover {
	cursor: pointer;
	color: #428bca;
	text-decoration: underline
}

.listul {
	margin: 0;
	background-color: #f9f9f9;
	box-shadow: inset 2px 0 3px rbga(0, 0, 0, .2)
}

.listul li {
	color: #ccc;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition-property: duration;
	transition-timing-function: linear;
	transition-duration: 230ms
}

.listul li a {
	padding: 11px 0 11px 35px !important
}

.twooverflow {
	height: calc(100% - 73px);
	overflow-y: auto;
	position: relative;
}

.totalmain {
	width: 100%;
	display: flex;
	flex-direction: row;
}

.totalmainHeader {
	width: 100%;
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #ececec;
}

.rightpanel1 {
	padding: 0 3.5%;
	width: 57%;
	background-color: #ffffff;
}

.rightpanel2 {
	background-color: #212d38;
	padding: 0 2.5% 0% 2.5%;
	width: 43%;
}
/*.switch_tabs{
    text-align: center;
    float: left;
    width:100px;
    padding:30px;
    background-color:#67b1e9;
    color: white;
    margin-top: 5px;
    margin-left: -10px;
}*/
.rightpanel1, .rightpanel2 {
	box-sizing: border-box;
	position: relative;
/* 	border-bottom: 1px solid rgba(147, 159, 169, .2); */
	word-break: break-word
}

.content {
	padding: 0 0 40px 0;
}

.rightpanel1 h1 {
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 25px;
	font-family: ZohoPuviBold, sans-serif;
	font-weight: 400;
	color: #000;
}

.rightpanel1 h2{
	font-size: 17px;
}

.rightpanel1 h3 {
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #888;
	font-family: ZohoPuviSemiBold, sans-serif;
	font-weight: 600
}

.rightpanel1 code {
	background: #f4f4f4;
    border: 1px solid #ddd;
    border-left: 3px solid #3397fe;
    color: #2c2c2c;
    page-break-inside: avoid;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
    border-radius:6px;
    font-family: ZohoPuviRegular, sans-serif;
}

.rightpanel1 note {
	background-color: rgb(176 180 183 / 58%);
    padding: 6px;
    border-radius: 2px;
    color: #555;
    white-space: normal;
    font-size: 14px;
    margin: 10px 1px;
    border: 1px solid #c8cec9;
    display: block;
}

.note-header {
	background-color: #edf6fd;
    width: 100%;
    padding: 5px 8px;
    border-left: 5px solid #4a9fe9;
    font-weight: bold;
	font-size:14px !important;
	border-radius:3px;
}

.note-header li {
	margin: 0px !important;
}

.rightpanel1 li {
	font-family: ZohoPuviRegular, sans-serif;
	font-size: 15px;
	color: #111111;
	margin: 0 0 10px 0
}

.content h3, .content h4, .content h5, .content h6 {
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #333
}

.content table td, .content table th {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	line-height: 1.6
}

.content table td {
	padding: 12px 15px 12px 20px;
	font-size: 15px;
	border-bottom: 1px solid #e6eaea
}

.parameter tr:first-child {
	font-weight: 300 !important;
	width: 25%;
	font-family: ZohoPuviRegular, sans-serif;
	background-color: transparent !important
}

.parameter tr:first-child td {
	color: #428bca !important;
	font-size: 14px !important
}

.parameter td {
	width: 25%;
	font-family: ZohoPuviRegular, sans-serif;
	font-size: 13px !important;
	word-wrap: break-word;
	color: #000
}

.parameter td:nth-child(2) {
	color: rgba(51, 51, 51, .75)
}

.table tr:first-child {
	padding: 5px 8px;
	font-size: 15px;
	vertical-align: bottom;
	background-color: #f3f3f3;
	font-weight: 700
}

.rightpanel1 p {
	font-family: ZohoPuviRegular, sans-serif;
	font-size: 15px;
	color: #222;
	line-height: 26px
}

.examplereq {
	margin: 30px 0 0 0
}

.reqhead {
	color: #5291d8;
	font-size: 14px;
	text-shadow: 0 1px 0 #000
}

.http {
	color: #ccc;
	font-family: ZohoPuviRegular, sans-serif;
	font-size: 12px
}

.conventions li {
	line-height: 26px;
	color: #333 !important
}

.conventions img {
	margin: 15px 0
}

.opt {
	font-family: ZohoPuviRegular, sans-serif;
	font-size: 13px;
	margin: 10px 0 10px 20px;
	word-break: break-all;
	white-space: pre-wrap;
	line-height: 28px;
	border: 0;
	color: #eda842;
}

.json-key {
	color: #c5c5c5;
	font-weight:bold;
}

.json-string, .json-value {
	color: #dc9715
}

.GET, .get {
	font-size: 13px !important;
	background: #4381e0;
	border-radius: 3px 0 0 3px;
	padding: 10px 0;
	display: table-cell;
	width: 75px;
	text-align: center;
	color: #fff;
	vertical-align: middle
}

.POST, .post {
	font-size: 13px !important;
	background: #1ab187;
	border-radius: 3px 0 0 3px;
	padding: 10px 0;
	display: table-cell;
	width: 75px;
	text-align: center;
	color: #fff;
	vertical-align: middle
}

.PATCH, .patch {
	font-size: 13px !important;
	background: #f0a44a;
	border-radius: 3px 0 0 3px;
	padding: 10px 0;
	display: table-cell;
	width: 75px;
	text-align: center;
	color: #fff;
	vertical-align: middle
}

.PUT, .put {
	color: #4a90e2
}

.DELETE, .delete {
	font-size: 13px !important;
	background: #ed4b48;
	border-radius: 3px 0 0 3px;
	padding: 10px 0;
	display: table-cell;
	width: 75px;
	text-align: center;
	color: #fff;
	vertical-align: middle
}

.scope {
	color: #c58f46;
	margin-top: 12px
}

.col000 {
	color: #000
}

.url {
	margin-bottom: 15px;
	word-break: break-all;
	padding: 10px;
	font-size: 15px;
	color: #000;
	display: table-cell;
	border: 1px solid #e1e1e1;
	border-left: none;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .15)
}

.method {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase
}

.answer,.requestURL,.reqanswer {
	padding: 10px;
	border-radius: 5px;
	color: #ccc;
	background-color: rgba(0, 0, 0, .18);
	border: 1px solid rgba(0, 0, 0, .35)
}

.hide {
	display: none
}

.queryurl {
	color: #68c988;
	font-family: ZohoPuviRegular, sans-serif;
	font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.queryheader {
	color: #f0c36d;
	font-family: ZohoPuviRegular, sans-serif;
	font-size: 12px
}

.w100per {
	width: 100%
}

.w80per {
	width: 80%
}


.w50per {
	width: 50%
}

.paramleft {
	float: left;
	width: 100%
}

.paramright {
	float: left;
	width: 100%
}

.fw600 {
	font-weight: 600
}

.required {
	display: block;
	color: #e23636
}

.selectedtab {
	color: #222 !important;
	background-color: #f3f3f3
}

.content b {
	background-color: #ebf5ff;
	color: #053f68;
	padding: 2px 6px 3px;
	border-radius: 3px;
	font-size: 14px
}

.table {
	border: 1px solid #e6eaea;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse
}

.selinnertab {
	color: #0894ff !important;
	background-color: #f3f3f3
}

.content h3 {
	font-size: 16px;
	color: #ba4a00
}

.api {
	background: #fbfbfb;
	border-radius: 3px;
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin-bottom: 40px
}

.listul .arrow:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: #e0e5e8;
	top: 0;
	left: 17px
}

.selinnertab:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	background-color: #229cfe;
	left: 17px
}

.prod_name {
	float: left;
	width: 100%;
	margin-top: 26px;
	padding-bottom: 19px;
	margin-bottom: 5px
}

.prod_name img {
	float: left;
	margin-left: 22px;
	margin-top: -3px;
}

.prod_name div {
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin-left: 16px;
	line-height: 25px
}

.tp_section .content {
	padding: 0;
	float: left
}

.tp_section h1 {
	margin: 10px 0;
	font-size: 20px
}

.tp_section .rightpanel1 {
	padding: 15px 3.5%
}

.tp_section .rightpanel2 {
	width: 44.6%;	
	background-color: #f9f9f9;
	border-bottom: none
}

.tp_section {
	background-color: #222d38
}

.language_section {
	float: right;
	margin-top: 14px;
	font-size: 15px;
	line-height: 20px;
	color: #000
}

.language_section div {
	float: left
}

.pr5 {
	padding-right: 5px
}

.tblfixed {
	table-layout: fixed
}

.bdrcollapse {
	border-collapse: collapse
}

.content table td:not(:last-child) {
	width: 200px;
	border-right: 1px solid #e6eaea
}

.content .table td {
	width: 43%;
}

.paramright p {
	margin: 0;
	line-height: 24px
}

.params {
	border: 1px solid #e6eaea
}

.selectedtab .listul {
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	box-shadow: inset 0 12px 6px -11px rgba(0, 0, 0, .2), inset 0 -11px 8px
		-10px rgba(0, 0, 0, .2)
}

.selectedtab a[name=arw]:before {
	transform: rotate(90deg)
}

.c4cd4b0 {
	color: #4cd4b0 !important
}

.cffc500 {
	color: #ffc500 !important
}

.cf17f23 {
	color: #f17f23 !important
}

.c815433 {
	color: #815433 !important
}

.c2e69bd {
	color: #2e69bd !important
}

.c878f97 {
	color: #878f97 !important
}

.c4fc0e8 {
	color: #4fc0e8 !important
}

.c0064ca {
	color: #0064ca !important
}

.c967bdc {
	color: #967bdc !important
}

.cff90c2 {
	color: #ff90c2 !important
}

.c92a5cc {
	color: #92a5cc !important
}

.c4a7297 {
	color: #4a7297 !important
}

.c259e92 {
	color: #259e92 !important
}

.cf0d6a7 {
	color: #f0d6a7 !important
}

.c87c35f {
	color: #87c35f !important
}

.cfa335c {
	color: #fa335c !important
}

.c019335 {
	color: #019335 !important
}

.c812c3f {
	color: #812c3f !important
}

.ccc181f {
	color: #cc181f !important
}

.cc39a38 {
	color: #c39a38 !important
}

.colorcode {
	padding: 0;
	margin: 3px 0;
	float: left;
	width: 100%;
	list-style: none
}

.colorcode li {
	line-height: 24px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 5px;
	float: left;
	padding: 0 10px 0 18px;
	width: 90px
}

.colorcode li:before {
	content: ".";
	position: absolute;
	font-size: 55px;
	left: -2px;
	top: -16px;
	color: inherit
}

.colorcode span {
	color: #000
}

.note {
	margin: 10px 0 25px 0;
	float: left;
	width: 100%
}

.note span {
	color: #dc4b1f;
	font-weight: bolder
}

#zsnavtab {
	float: left;
	width: 100%;
	height: calc(100% - 75px);
	overflow:hidden;
    z-index:999;
}

#zsnavtab:hover {
    overflow-y:auto;
    overflow-y:overlay;
    z-index:999;
}

.subparams {
	border: 1px solid #e6eaea;
	background-color: #f5f5f5
}

.inlineblock {
	display: inline-block
}

.textbold {
	font-weight: 700
}

.selectedtab:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50px;
	background-color: #229cfe;
	left: 15px;
	top: 18px;
	z-index: 1
}

.selectedtab:after {
	content: "";
	width: 2px;
	height: 20px;
	background-color: #e0e5e8;
	position: absolute;
	top: 20px;
	left: 17px;
	z-index: 0
}

#zsnavtab .selectedtab:first-child:before {
	display: none
}

#zsnavtab .selectedtab:first-child:after {
	display: none
}

.exploremore {
	float: left;
	padding: 8px 20px 8px 10px;
	background-color: #f3f3f3;
	border-radius: 5px;
	line-height: 20px;
	margin-top: 25px;
	margin-bottom: 10px;
	box-sizing: border-box;
	width: 100%
}

.infoicon {
	padding: 3px;
	width: 15px;
	float: left;
	height: 15px;
	border-radius: 50%;
	color: #1d76d6;
	line-height: 13px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	margin-right: 9px;
	margin-left: 5px;
	border: 1px solid #dedede;
	background-color: #fff
}

.exploretext {
	float: left;
	font-size: 14px;
	margin-right: 5px;
	color: #676767;
	line-height: 22px
}

.exploreanchor {
	float: left;
	font-size: 13px;
	color: #1a7ee6;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
	line-height: 22px
}

.inpbox {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px;
	line-height: 20px;
	background-color: #fff;
	outline: 0;
	font-size: .857rem;
	color: #000;
	border: 1px solid #ececec;
	transition: .3s;
	resize: none
}

.inpbox:hover {
	border: 1px solid #229cfe
}

.form_section {
	float: left;
	width: 100%;
	background-color: #fff;
	border: 1px solid #eee;
	box-sizing: border-box;
	padding: 25px 30px
}

.form_section_row {
	float: left;
	width: 100%;
	margin: 15px 0
}

.form_section_left {
	float: left;
	width: 40%;
	box-sizing: border-box;
	font-size: .857rem;
	color: #5c5c5c;
	line-height: 25px;
	padding-right: 10px;
	margin-top: 3px;
	position: relative
}

.form_section_right {
	float: left;
	width: 60%;
	box-sizing: border-box
}

.radio_par {
	float: left;
	line-height: 25px;
	margin-top: 2px;
	margin-right: 20px
}

.radio_btn {
	float: left;
	margin: 0;
	font-size: 15px;
	cursor: pointer;
	margin-top: 7px
}

.radio_btntxt {
	float: left;
	font-size: .857rem;
	margin-left: 7px
}

.sbmt_btn {
	float: left;
	width: 70px;
	padding: 6px 10px;
	font-size: .785rem;
	background-color: #03c9a9;
	color: #fff;
	border: 1px solid #03c9a9;
	cursor: pointer
}

.res_btn {
	margin-left: 10px;
	color: #000;
	background-color: #f9f9f9;
	border: 1px solid #ccc
}

.inpbox:focus {
	border: 1px solid #229cfe
}

.form_section_top {
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 3px double #eee;
	margin-bottom: 35px
}

.form_section_top_txt {
	width: 100%;
	font-size: 1rem;
	color: #000;
	font-weight: 700
}

.star_mandatory {
	font-size: 6px;
	position: relative;
	top: -5px;
	left: 4px;
	color: #e44b4b
}

textarea {
	width: 100%;
	height: 100px;
}

#btnauthorize {
	margin-left: 10px;
    float: right;
    margin-top: 0px;
    padding: 5px 14px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    border: 0px;
}

#default-wrapper {
	position: fixed;
    width: 35%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1000;
    border-left: 1px solid #e5e5e5;
    background: #212d38;
    color:#fff;
}

#default-wrapper .header {
	height: 51px;
	padding: 0.7rem 1.2rem;
	position: relative;
	z-index: 5;
	cursor: default;
	background: #141d25;
}

#default-wrapper .close {
	cursor: pointer;
	color: #31a9d3;
	text-decoration: none;
	top: 31px;
	right: 43px;
	position: absolute;
}

.open-api-explorer {
	margin-left: 5px;
}

.explorer-body {
	height: 100%;
	padding: 1.8rem 1.2rem;
	overflow: scroll;
}

.explorer-body h3{
	margin:0px;
}

.explorer-body h5{
	color:#ffffff;
}

.explorer-body table{
	background:#ffffff;
    border-radius: 5px;
    border: 0px;
}
.explorer-body .content table tr:last-child td{
    border-bottom:none;
}

.explorer-body .leftpanel {
	width: 100%;
	height:auto;
	background: transparent;
	display: block;
	margin-bottom:11rem;
}

.explorer-body .rightpanel {
	width: 100%;
	display: block;
	margin-top:-5rem;
	margin-bottom: 30%;
}

.explorer-body .api .url{
	font-size:12px;
}

.explorer-request-body {
	padding: 5px 14px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	height: 200px;
}

.explorer-response {
	padding: 5px 14px;
	border: 1px solid #141d25;
	border-radius: 5px;
	height: 70%;
	color: #bc4a00;
}

#default-wrapper .content {
	padding: 0px;
}

.param-input {
	width: 100%;
	line-height: 30px;
	padding: 2px 10px;
	border-radius: 5px;
	border: 1px solid #e1e1e1;
	margin-top: 7px;
}

.btn-explorer {
	margin-top: 0.8rem;
	padding: 0.5rem 4rem;
	border-radius: 5px;
	float: right;
	color: #ffffff;
	font-size: 13px !important;
	background: #4381e0;
	outline: none;
	border: 0px;
}

#default-authorize-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	display: flex;
    justify-content: center;
    top:0px;
    background: #00000099;
	z-index: 1000;
}
#default-authorize-wrapper .inner-container{
	width: 40%;
    /*height: 45%;*/
    padding-bottom: 15px;
    background: #fffffffa;
    margin: auto;
    border-radius:5px;
    border: 1px solid #e1e1e1;
}
#default-authorize-wrapper .inner-container .header {
	height: 45px;
	padding: 0.7rem 2rem;
	position: relative;
	z-index: 5;
	cursor: default;
	border-bottom: 1px solid #e5e5e5;
}
#default-authorize-wrapper .inner-container .close {
	cursor: pointer;
	color: #31a9d3;
	text-decoration: none;
	top: 31px;
	right: 43px;
	position: absolute;
}
.tabs {
    display: block;
    padding: 0px;
    margin: 0px;
    background: #355475;
}
.tabs ul {
  	padding: 0px;
    margin: 0px;
}
.tabs ul li{
    display: table-cell;
}
.tabs ul li a{
    display: inline-block;
    color: #fff;
    padding: 6px 17px;
    font-size: 11px;
    text-decoration: none;
    letter-spacing: 0.5px;
}
.tabs ul li.active a{
    background:#212d38;
}
.tabs ul li a:hover{
    background:#212d38;
}
.tp_section .rightpanel2{
    padding: 0px;
    margin: 0px;
}
.apptable{
	font-size:14px;
}
.apptable td, .apptable th
{
	padding:5px 10px;
	border:1px solid #ccc;
}
.apptable th{
	background:#eee;
}
.badgeorange{
	background: #f56d36;
    padding: 2px 4px;
    color: #fff;
    border-radius: 3px;
    font-size: 10px;
    letter-spacing: 0px;
    font-weight: bold;
}
.badgeblue{
	background: #708dc4;
    padding: 2px 4px;
    color: #fff;
    border-radius: 3px;
    font-size: 10px;
    letter-spacing: 0px;
    font-weight: bold;
}
.badgeblue1{
	background:#3c7de3;
    padding: 2px 4px;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: bold;
}
.bulkLimit{
	font-size: 12px;
    font-weight: bold;
    color: #111;
}
.response{
	max-height:500px;
	overflow:hidden;
	position:relative;
	margin-bottom: 20px;
}
.moreless_button{
	text-align: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.moreless_button:before {
    content: '';
    display: inline-block;
    margin-right: 2px;
    top: 16px;
    width: 0px;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 0px solid transparent;
    border-top: 7px solid #949494;
    transition: .3s ease;
}
.moreless_button.invert:before {
    content: '';
    display: inline-block;
    margin-right: 2px;
    top: 16px;
    width: 0px;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 7px solid #949494;
    transition: .3s ease;
}
.extendresp{
	max-height: inherit;
	height: auto;
    overflow: inherit;
}
.subtab a.tabanchor {
    white-space: break-spaces;
    line-height: 21px;
}

.nav_hide {
}

.header-rightpanel2
{
	display:inherit;
}

.container {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 21px;
  height: 2px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

.menu_hide{
	display:none;
}

.ui-dimmer{
	display:none;
	position: absolute;
    top: 0!important;
    left: 0!important;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    opacity: 0;
    animation-fill-mode: both;
    animation-duration: .5s;
    transition: background-color .5s linear;
    z-index: 1;
}

.ui-dimmer.active{
	display:block;
	opacity:1;
}

.full-width{
	width:100%; 
	padding-right:25%;
}

.nav-close{
	display:none;
}

@media only screen and (max-width: 500px) {
	.nav-close{
		display:inline-block;
		color: black;
	    padding-left: 40px;
	    font-weight: bold;
	}

	.nav_hide {
		position: absolute;
		z-index: 1;
		transition: all .7s ease;
		left: -270px;
	}
	
	.nav_show{
		left: 0;
	}
	
	.header-rightpanel2
	{
		display:none;
	}
	
	.menu_hide{
		display: inline-block;
	    position: absolute;
	}
	
	.header-rightpanel1 h1{
		padding-left:34px;
		font-size:18px;
	}
	
	.totalmain{
		display:inherit;
		flex-direction:inherit;
	}
	
	.rightpanel1{
		width:96%;
	}
	
	.rightpanel2{
		margin:10px;
		border-radius:6px;
		border:1px solid #ccc;
		width:96%;
		padding: 2px 2.5% 2% 2.5%;
	}
	
	.header-rightpanel1, .tp_section, .twooverflow{
		float:inherit;
		width:100% !important;
	}
	
	.rightpanel2.empty{
		display:none;
	}
	
	.full-width{
		width:96%; 
		padding-right:0;
	}
	
	.twooverflow{
		overflow-x:hidden;
	}
	
	#zsnavtab {
		overflow-y:auto;
    	overflow-y:overlay;
	    z-index:999;
	}
}

.note-request {
	background-color: #EDE7D2;
    width: 95%;
    padding: 5px 8px;
    border-left: 5px solid #e5bb27;
    font-weight: bold;
	font-size:14px !important;
	border-radius:6px;
	color: #0d0e33;
	word-break:normal;
}

/* .deluge-key{
	color:#ca2d63;
}

.deluge-value{
	color:#739fda;
}

.deluge-method{
	color:#8ad6ea;
}

.deluge-info{
	color:#f18853;
}

.deluge-response{
	color:#0ab6a6;
}

.deluge-datatype{
	color:#abc65c;
}

.deluge-type{
	color:#effd5f;
}

.deluge-connection{
	color:Black;
} */

.d_name{
	color:#9effff;
}

.d_method{
	color:#fd971f;
}

.d_string{
	color:#e6db74;
}

.d_symbol{
	color:#f8f8f2;
}