/* ================================== */
/* ORaaS Documentation CSS stylesheet */
/* ================================== */

.serviceUrl {
	margin-left:20px;
}

.fieldName {
	letter-spacing: 3px;
	font-weight: bold;
	color: #44c800;  /* #00C4FF; */    /* PBF - OLD #3C4858 */
}

/* scroll to the anchor below the bannier */
.scrollAnchor {
	display: block; 
	position: relative; 
	top: -80px; /* height of the bannier */
	visibility: hidden;
}

.fieldDesc {
	font-style: italic;
	color: #FFFFFF;     /* PBF - OLD #3C4858 */
}

.fieldsTreeNode {
	list-style-type:none;
}

.fieldsTreeNode a {
	color:#00E0FE;     /* PBF - OLD black; */
}

.fieldWithDefault a{
	color:lightgreen;     /* PBF - OLD grey; */
}

.docPageTitle {
	font-size: large;
	font-stretch: expanded;
}

.oraasName{
	color: #A9FB7F;   /*#44c800;  */  /*PBT - OLD #b028f6 */
	font-style:normal;
}

.extraTitle {
	padding-top: 10px;
}

.toolSteps {
	list-style: none; /* Remove default bullets */
	margin-bottom:10px;
}

.toolSteps li::before {
 	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
 	color: #00E0FE; /* Change the color */    /*PBT - OLD #0056b3 */
  	font-weight: bold; /* If you want it to be bold */
  	display: inline-block; /* Needed to add space between the bullet and the text */
  	width: 1em; /* Also needed for space (tweak if needed) */
  	margin-left: -1em; /* Also needed for space (tweak if needed) */	
}

.enumeration {
	list-style: none;
	margin-bottom:5px;
}

.codeExample, .longCodeExample {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 2px;
	background-color: #6C6C6C;  
	width:100%;
	border-radius: 0.25rem;
	border: 1px solid rgb(210, 210, 210);
}

.codeExample pre, .longCodeExample pre{
	color: #66FFFA;   /* PBT */
}

.longCodeExample {
	height:150px;
    overflow-y: scroll;
}

.api1 {
	letter-spacing: 3px;
	font-weight: bold;
	color: #44c800;   /*#00C4FF;*/  /*PBT - OLD #3C4858 */
	font-style: normal;
}

.apiBullet {
	list-style: none; /* Remove default bullets */
	margin-bottom:10px;
}

.apiBullet li::before {
 	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
 	color: #00E0FE; /* Change the color */   /*PBT - OLD #0056b3 */
  	font-weight: bold; /* If you want it to be bold */
  	display: inline-block; /* Needed to add space between the bullet and the text */
  	width: 1em; /* Also needed for space (tweak if needed) */
  	margin-left: -1em; /* Also needed for space (tweak if needed) */	
}


.longExample {
	height:150px;
    overflow-y: scroll;
}

.oraas-url {
	//text-decoration: underline;
	letter-spacing: 1px;
	font-weight: bold;
}

#jsonTreeDiv {
  overflow-x: auto;
  overflow-y: auto;
}