body {
    overflow-y: scroll;
}

.docs-nav {
    width: 200px;
    left: 0;
    top: 30px;
    bottom: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    background-color: #dfdfdf;
    font-family: times;
    font-size: 11pt;
}
.docs-nav ul {
    padding-left: 20px;
    font-weight: 700;
}
.docs-nav ul ul {
    padding-left: 10px;
    font-weight: 400;
}
.docs-nav a {
    text-decoration: none;
    color: #00003f;
}
.docs-nav a:hover {
    text-decoration: underline;
}
.docs-nav-code {
    font-family: arial;
}

.docs-body {
    padding-left: 200px;
    padding-top: 10px;
    padding-bottom: 40px;
    font-family: verdana;
    font-size: 12pt;
}

.docs-description {
    margin: 6px 0 6px 0;
}
.docs-note {
    display: block;
    margin: 6px 0 6px 0;
    padding-left: 24px;
    border-left: solid 1px #7f7f7f;
    font-size: 11pt;
}

.docs-code {
    padding: 8px;
    background-color: #dfdfff;
    font-family: monospace;
    white-space: pre;
    overflow-x: auto;
}

.docs-optn {
    margin-top: 12px;
    font-weight: 700;
    color: #00007f;
    word-break: break-all;
}

.docs-optn2 {
    margin-top: 12px;
    font-weight: 700;
    color: #00007f;
    word-break: break-all;
    margin-left: 2em;
}

.docs-optndesc {
    margin-left: 4em;
}

.docs-comment {
    margin-top: 6px;
    font-style: italic;
}
.docs-optndesc .docs-comment {
    padding-left: 16px;
    border-left: dotted 1px #7f0000;
}

.docs-optndesc q, .docs-description q {
    color: #3f007f;
}

.docs-args::before {
    content: "Arguments:";
}
.docs-returns::before {
    content: "Returns:";
}
.docs-throws::before {
    content: "Throws:";
}
.docs-object::before {
    content: "Properties:";
}
.docs-meta::before {
    content: "Metadata Keys:";
}
.docs-required::before {
    content: "Required Information:";
}

.docs-args::before, .docs-returns::before, .docs-throws::before, .docs-object::before, .docs-required::before, .docs-meta::before {
    display: block;
    position: absolute;
    top: -26px;
    left: 8px;
    margin-top: 8px;
    font-weight: 700;
    font-style: italic;
    font-size: 11pt;
}

.docs-args, .docs-returns, .docs-throws, .docs-vars, .docs-object, .docs-required, .docs-meta {
    display: table;
    margin-top: 28px;
    position: relative;
}

.docs-var {
    display: table-row;
}

.docs-var>.docs-var-name, .docs-var>.docs-var-type, .docs-var>.docs-var-description, .docs-var>.docs-var-value {
    display: table-cell;
    padding: 2px 8px 2px 8px;
    background-color: #e7e7e7;
    border: solid 2px #ffffff;
}
.docs-var-description .docs-var>.docs-var-name, .docs-var-description .docs-var>.docs-var-type, .docs-var-description .docs-var>.docs-var-description, .docs-var-description .docs-var>.docs-var-value {
    background-color: #d0d0d0;
    border: solid 2px #e7e7e7;
}

.docs-var-name {
    font-family: monospace;
//    font-size: 115%;
    min-width: 120px;
}
.docs-var-type {
    font-style: italic;
}
.docs-var-value {
    font-family: monospace;
//    font-size: 115%;
    min-width: 120px;
}
.docs-var-value::before, .docs-var-value::after {
    content: '"';
}

.docs-comingsoon::before {
    display: block;
    margin-top: 8px;
    content: "Documentation is coming soon";
}
.veshost-header {
    position: fixed;
    top: 0px;
	left: 0px;
    width: 100%;
    z-index: 1000;
    border-collapse: collapse;
	height: 30px;
    /*background-color: #66a0fd;*/
	background-color: #989898;
	background-color: #b2871a;
    line-height: 30px;
    overflow: hidden;
    font-family: monospace;
}

.veshost-header_placeholder{
	min-height: 30px;
}
.veshost-logo {
    display: inline-block;
    padding: 0 12px 0 12px !important;
}
.veshost-logo img {
    border: dotted 1px #7f7f7f;
}
.veshost-header_link_curr .veshost-logo img {
    border: solid 1px #00ff7f;
}
.veshost-vesvault_logo{
    display: inline-block;
    height: 30px;
    width: 45px;
    background: url(/assets/img/vv_logo_fixed_header_rw.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-left: 1px dotted #ffffff;
    padding: 0 12px 0 12px !important;
}

.veshost-logo:hover, .veshost-header_link:hover, .veshost-header_link_right:hover{
	/*background-color: #c8c8c8;*/
	background-color: #b6b6b6;
	background-color: #c6961d;
}

.veshost-footer {
	position: fixed;
	color: white;
	width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    z-index: 12;
    margin: 0px;
    /*margin: 5px 0px 0px 0px;*/
    background-color: #303030;
	background-color: #8a6914;
    overflow: hidden;
    padding: 5px 40px 5px 20px;
    font-family: sans-serif;
}
.veshost-footer  a{
	color: white;
}
.veshost-header_link_right{
    display: inline-block;
    float: right;
}
.veshost-header_link_right a{
    font-size: 14px;
    color: white;
	vertical-align: middle;
    padding: 0 10px 20px 10px;
    text-decoration: none;
	
}
.veshost-header_link{
    display: inline-block;
    float: left;
}
.veshost-header_link a{
    font-size: 14px;
    color: white;
	vertical-align: middle;
    padding: 0 10px 20px 10px;
    text-decoration: none;
	
}
.veshost-header_link_curr a{
    color: #00ff7f !important;
}
.veshost-content {
    min-height: 500px;
    
}
.veshost-page{
	margin: auto;
    text-align: center;
	width: 600px;
}
.veshost-footer_copyright {
	display: inline-block;
    float: right;
    font-family: sans-serif;
    font-size: 12px;
    color: #989898;
	color: white;
    margin-top: 4px;
    margin-right: 60px;
}
.veshost-footer_section {
    display: inline-block;
    /* height: 200px; */
    margin: 0px 20px 20px 0px;
    /* width: 175px; */
    vertical-align: top;
    background-color: transparent;
	line-height: 20px;
    font-family: sans-serif;
    font-weight: 900;
    font-size: 14px;
    color: #ddd;
    /* padding: 0px 0px 0px 0px; */
}
.veshost-footer_section a{
	padding: 0;
    line-height: 20px;
    font-family: sans-serif;
    font-weight: 900;
    font-size: 14px;
    color: #ddd;
	text-decoration: none;
}
.veshost-footer_section a:hover {
    text-decoration: underline;
}
.docs-subtitle{
	display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
	padding-top: 40px;
	
}

.docs-subtitle3{
	display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
	padding-top: 30px;
}
.docs-subtitle5{
	display: block;
    font-size: 1.2em;
    font-weight: bold;
	font-style: italic;
	padding-top: 0px;
}
.docs-subtitle4{
	display: block;
    font-size: 1.5em;
    font-weight: bold;
	padding-top: 30px;
}
.docs-subtitle1    {
	display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
	padding-top: 50px;
	margin: 0;
}
.docs-control_bar_account_settings {
    background: url(/assets/img/setting_icon.png) no-repeat;
    background-size: 21px 18px;
    background-position: 96% 49%;
    padding-left: 5px;
}
.docs-coming_soon {
    font-size: 32px;
    padding: 40px 20px 40px 20px;
}
.docs-descr{
	font-size: 22px;
    padding: 40px 20px 10px 20px;
	text-align: left;
	line-height: 30px;
}
.docs-descr a {
	/*text-decoration: none;*/
	color: #535353;
}
.docs-descr a:hover {
	text-decoration: underline;
	color: blue;
}
.docs_links  a {
	text-decoration: none;
	font-family: sans-serif;
	font-size: 20px;
	color: #535353;
	vertical-align: middle;
	line-height: 26px;
}
.docs_links  a:hover {
	text-decoration: underline;
	color: #000053;
}
.docs_links {
    text-align: justify;
    font-size: 20px;
    padding: 20px 0 10px 20px;
    width: 600px;
}

.docs_contact_page_text_top {
    margin: 0 0 0 80px;
    vertical-align: middle;
}
.docs_contact_page_text a, .docs_contact_page_text_bottom a, .docs_contact_page_text_top a {
    vertical-align: middle;
    text-decoration: none;
}
.docs_contact_page_text a:hover, .docs_contact_page_text_bottom a:hover, .docs_contact_page_text_top a:hover {
    text-decoration: underline;
	color: #686868;
}
.docs_contact_page_text, .docs_contact_page_text_bottom {
    font-family: Open Sans,sans serif;
    font-size: 18px;
    text-align: left;
	margin: 20px 0px 0px 0px;
}
.docs_contact_page_text_top {
    font-family: Open Sans,sans serif;
    font-size: 18px;
    text-align: left;
    margin: 0px 0px 0px 0px;
}
.api_page_buttons {
    /*margin-left: -58px;
    margin-bottom: 40px;*/
	margin: 0 0px 40px 20px;
}
.docs_contact_page_text img, .docs_contact_page_text_bottom img, .docs_contact_page_text_top img {
    padding: 0 5px 0 0;
    vertical-align: middle; 
}
.docs_contact_page_text_inline {
    display: inline-block;
}
.docs-documentation p, .docs_links p{
	padding-bottom: 15px;
	font-size: 24px;
	font-weight: 600;
	margin: 0;
}
.docs-description img{
	vertical-align: middle;
}
.vesdemo-title { 
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	margin: 0px 0px 0px 0px;
}

.docs-c .docs-comment {
    font-style: normal;
    color: #009f9f;
    font-weight: 700;
}

.docs-c .docs-func {
    color: #5f00df;
    font-weight: 700;
}

.docs-c .docs-type {
    color: #9f0000;
    font-weight: 700;
}

.docs-c .docs-extern {
    color: #00009f;
    font-weight: 700;
}

.docs-c a {
    text-decoration:none;
    color: #003f9f;
    font-weight: 700;
}

.docs-c a:hover {
    text-decoration:underline;
}

.docs-c .docs-link {
    color: #003f9f;
    font-weight: 700;
}

.docs-c .docs-arg {
    color: #bf7f00;
    font-weight: 700;
}

.docs-c .docs-const {
    color: #3f9f00;
    font-weight: 700;
}

.docs-c a:target {
    position: relative;
    top: -40px;
    display: block;
    visibility: hidden;
}

.docs-c .docs-vv-red {
    color: #df0000;
}

.docs-c .docs-hfile {
    color: #ff0000;
    font-weight: 700;
}
.vv-ascii-banner {
    font-family: monospace;
    text-align: left;
    width: 15em;
    margin: auto;
    font-weight: 900;
    background-color: #000000;
    color: #00ffbf;
    border: solid 4px #7f7f7f;
    padding: 0 7em 0 7em;
}
.vv-ascii-banner b {
    color: #ff3f3f;
}
.dev-terms {
    text-align: left;
    font-size: 12pt;
    font-family: verdana, arial;
    margin-bottom: 48px;
}
.dev-terms ul li {
    margin-bottom: 4px;
}
.oid-list {
    font-family: verdana, arial;
    font-size: 12pt;
}
.oid-list ul {
    margin-top: 0;
}
.oid-list a {
    text-decoration: none;
}
.oid-list a:hover {
    text-decoration: underline;
}

.docs-subtle .docs-comment {
    font-style: normal;
    color: #006f6f;
    font-weight: 700;
}

.docs-subtle .docs-lcomment {
    font-style: normal;
    color: #009f9f;
    font-weight: 700;
}

.docs-subtle .docs-keyword {
    color: #cf00cf;
    font-weight: 700;
}

.docs-subtle .docs-dir {
    color: #9f9f9f;
    font-weight: 700;
}

.docs-subtle .docs-type {
    color: #00009f;
    font-weight: 700;
}

.docs-subtle a {
    text-decoration:none;
    color: #003f9f;
    font-weight: 700;
}

.docs-subtle a:hover {
    text-decoration:underline;
}

.docs-subtle .docs-link {
    color: #003f9f;
    font-weight: 700;
}

.docs-subtle .docs-arg {
    color: #7f00ff;
    font-weight: 700;
}

.docs-subtle .docs-const {
    color: #3f9f00;
    font-weight: 700;
}

.docs-subtle a:target {
    position: relative;
    top: -40px;
    display: block;
    visibility: hidden;
}

.docs-subtle .docs-vv-red {
    color: #df0000;
}

.docs-subtle form {
    margin-top: 8px;
    margin-bottom: 8px;
}

.docs-subtle form input[type=submit] {
    display: inline-block;
    margin-left: 16px;
}

.docs-subtle form input[type=submit]:hover {
    cursor: hand;
    cursor: pointer;
}

.docs-log-container:has(.docs-log:empty) {
    display: none;
}

.docs-log-container {
    position: fixed;
    top: 32px;
    right: 0;
    width: 100%;
    max-width: 480px;
    height: 320px;
    overflow: hidden;
}

.docs-log-title {
    position: absolute;
    top: 0;
    left: 8px;
    right: 8px;
    height: 18px;
    padding: 2px 8px;
    background-color: #00005f;
    color: #ffffdf;
    font-size: 9pt;
}

.docs-log-title button {
    position: absolute;
    right: 8px;
    top: 2px;
    height: 14px;
    width: 14px;
}

.docs-log-title button:hover {
    cursor: hand;
    cursor: pointer;
}

.docs-log-container.docs-log-hide {
    height: 18px;
}

.docs-log {
    position: absolute;
    left: 8px;
    right: 8px;
    top: 18px;
    bottom: 0;
    background-color: #dfdfdf;
    font-family: monospace;
    font-size: 9pt;
    padding: 8px;
    border: solid 1px #00003f;
    overflow-y: auto;
    overflow-x: hidden;
    word-break: break-all;
}

.docs-log>div {
    padding-top: 2px;
    padding-bottom: 2px;
}

.docs-log-result {
    color: #00007f;
}

.docs-log-error {
    color: #bf0000;
}

.docs-log-event {
    color: #007f1f;
}

.docs-log-array {
    padding-left: 8px;
}

.docs-log-array::before {
    display: block;
    content: '[';
    margin-left: -8px;
}

.docs-log-array::after {
    display: block;
    content: ']';
    margin-left: -8px;
}

.docs-body.docs-subtle-body {
    padding-left: 24px;
    max-width: 800px;
}
