.cau1{
  border-left:5px solid #D2691E;
  background-color: #F5F5F5;
  padding: 10px;
}

.code1{
  border-left:0.6rem solid #2fa0e0;
  background-color: #F5F5F5;
  padding: 10px;
  width: 100%;
  margin-top: 25px;
}

.new{
	color: red;
	font-weight : bold;
	visibility: visible;
	vertical-align: super; 
	font-size: 75%;
}

.status{
	color: red;
	font-weight : bold;
	visibility: visible;
	vertical-align: super; 
	font-size: 75%;
}

.updated{
	color: orange;
	font-weight : bold;
	visibility: visible;
	vertical-align: super; 
	font-size: 75%;
}

.node{
	font-size: medium;
	background-color: #B0E0E6;
	color: #003283;
	padding: 6px;
	margin: 0px;
}


.indent{
	text-indent: 7%;
}

.div{
	display: inline-block;
}

.iconhome{
	width: 25px;
	height: 25px;
	float: left;
	margin: 4px;
}


.agentversion{
	font-size: small;
}

.technos{
	font-size: small;
}

.description {
	color: black;
}

.descriptionlast{
	color: black;	
}

.attributes {
	color: black;	
}

.name {
	color: black;	
}

.param-type {
	color: black;	
}

.type {
	color: black;	
}

.enumerations {
	font-size : x-small;
	color: black;	
}

.note {
  margin: 0px;
  font-weight: bold
}

.sample {
  margin: 0px;
  font-weight: bold
}

table, th, th1, td {
  border: 1px solid #DCDCDC;
  border-collapse: collapse;
  padding: 8px;
  text-align: left;
}

.table{
width: 100%;
}

.th1{
  background-color: #E8E8E8;
}

.td1{
  background-color: #E8E8E8;
}

.tr1{
  background-color: #E8E8E8;
}

.body1 {
  font-family:arial;
  margin-top: 0px;
  top: 0px;
  
}

.font1 {
  font-size:13px;
}

.activity {
  margin-top : 15px;
  margin-bottom : 15px;
}

.backtotop {
  text-align: left;
  font-size: 12px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.h1 {
      color:#888888;
}

.h3 {
  font-weight: bold;
}

.activities {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 10px 10px 5px;
    font-weight: normal;
    background-color: #333;
    color: #FFF;
    font-size: 1em;
}

.classes {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 10px 10px 5px;
    font-weight: normal;
    background-color: #333;
    color: #FFF;
}

.h4 {
   margin-top: 15px;
   margin-bottom: 15px;
}

.topictitle {
font-size: 2em;
font-family: Arial;
color: rgba(0,0,0,0.9);
font-weight: normal;
}

.sectiontitle {
font-size: 1.2em;
font-family: Arial;
color: rgba(0,0,0,0.7);
font-weight: bold;
}

* {
  box-sizing: border-box;
}

body {
  font-family: Arial;
  padding: 0px;
  background: white;
  margin: 0;
}

/* Header/Blog Title */
.header {
  padding: 0px;
  width: 100%;
  top: 0px;
  margin-top: 0px;
  background: #000;
}

.header h1 {
  font-size: 50px;
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  float: left;
  width: 100%;
  top: 0px;
  background-color: #333;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 20%;
  height: 82%;
  overflow-y: scroll;
  position: fixed;
  position: left;
  bottom: 0px;
  background: white;
  padding: .65em .3em .6em .3em;
  display: block;
  cursor: pointer;
  font-size: 1em;
}

.leftcolumn1 {
    float: left;
    width: 20%;
    background: white;
    padding: .72em .3em .6em .3em;
    display: block;
    cursor: pointer;
    font-size: 1em;
} 

.leftcolumn a {
    color: #008fd3;
    text-decoration: none;
    background: white;
    padding: .65em .3em .6em .3em;
    display: block;
    cursor: pointer;
    font-size: 1em;
} 

.leftcolumn .hover {
    color: #003283;
    text-decoration: none;
    background: #DDD;  
    padding: .65em .3em .6em .3em;
    display: block;
    cursor: pointer;
    font-size: 1em;
} 

.leftcolumn .active {
    color: white;
    text-decoration: none;
    background: #008fd3;  
    padding: .65em .3em .6em .3em;
    display: block;
    cursor: pointer;
    font-size: 1em;
}

.leftcolumn .active1 {
    color: white;
    text-decoration: none;
    background: #008fd3;
    padding: .65em .3em .6em .3em;
    display: block;
    cursor: pointer;
    font-size: 1em;
}

.leftcolumnhome {   
  float: left;
  width: 20%;
  height: 80%;
  background: white;
  padding: .65em .3em .6em .3em;
  display: block;
  cursor: pointer;
  font-size: 1em;
}

.leftcolumnhome a {
    color: #008fd3;
    text-decoration: none;
    background: white;
    padding: .65em .3em .6em .3em;
    display: block;
    cursor: pointer;
    font-size: 1em;
} 

.leftcolumnhome .hover {
    color: #003283;
    text-decoration: none;
    background: #DDD;  
    padding: .65em .3em .6em .3em;
    display: block;
    cursor: pointer;
    font-size: 1em;
} 

.leftcolumnhome .active {
    color: white;
    text-decoration: none;
    background: #008fd3;  
    padding: .65em .3em .6em .3em;
    display: block;
    cursor: pointer;
    font-size: 1em;
}

.leftcolumnhome .active1 {
    color: white;
    text-decoration: none;
    background: #008fd3;
    padding: .65em .3em .6em .3em;
    display: block;
    cursor: pointer;
    font-size: 1em;
}

.leftcolumndata {   
  float: left;
  width: 20%;
  height: 80%;
  background: white;
  padding: .65em .3em .6em .3em;
  display: block;
  cursor: pointer;
  font-size: 1em;
}

.leftcolumndata a {
    color: #008fd3;
    text-decoration: none;
    background: white;
    padding: .65em .3em .6em .3em;
    display: block;
    cursor: pointer;
    font-size: 1em;
} 

.leftcolumndata .hover {
    color: #003283;
    text-decoration: none;
    background: #DDD;  
    padding: .65em .3em .6em .3em;
    display: block;
    cursor: pointer;
    font-size: 1em;
} 

.leftcolumndata .active {
    color: white;
    text-decoration: none;
    background: #008fd3;  
    padding: .65em .3em .6em .3em;
    display: block;
    cursor: pointer;
    font-size: 1em;
}

.leftcolumndata .active1 {
    color: white;
    text-decoration: none;
    background: #008fd3;
    padding: .65em .3em .6em .3em;
    display: block;
    cursor: pointer;
    font-size: 1em;
}

.btn {
  padding: 5px 5px;
  background-color: #DDD;
  color: #003283;
  cursor: pointer;
  font-size: 1em;
}

.btn .hover {
  background-color: #DDD;
  color: #003283;
}

.btn .active {
  background-color: #DDD;
  color: #003283;
}

.btn .active1 {
  background-color: #008fd3;
  color: white;
}

/* Style the active class, and buttons on mouse-over */
.active, .btn:hover {
  background-color: #DDD;
  color: #003283;
  font-size: 1em;
}

/* Right column */
.rightcolumn {
  float: right;
  width: 80%;
  right: 0px;
  bottom: 0px;
  background-color: #f1f1f1;
  padding-left: 3px;

}

.rightcolumndata {
  float: right;
  width: 80%;
  bottom: 0px;
  right: 0px;
  background-color: #f1f1f1;
  padding-left: 3px;

}

.rightcolumnhome {
  float: right;
  width: 80%;
  height: 80%;
  background-color: #f1f1f1;
  padding-left: 3px;

}

/* This code may use in future */

.leftcolumncollapse {   
  float: left;
  width: 100%;
  background: #008fd3;
  padding: .3em .3em .3em .3em;
  display: block;
  cursor: pointer;
  font-size: 1em;
  color: white;
} 

.leftcolumncollapse a {
    color: white;
    text-decoration: none;
    background: #008fd3;
    padding: .3em .3em .3em .3em;
    display: block;
    cursor: pointer;
    font-size: 1em;

} 

.leftcolumncollapse a:hover {
    color: #003283;
    text-decoration: none;
    background: #DDD;  
    padding: .3em .3em .3em .3em;
    display: block;
    cursor: pointer;
    font-size: 1em;
} 

.leftcolumncollapse .active a {
    color: #003283;
    text-decoration: none;
    background: #DDD;  
    display: block;
    cursor: pointer;
    font-size: 1em;
} 

.leftcolumn .active2 {
    color: #003283;
    text-decoration: none;
    background: #DDD;  
    padding: .3em .3em .3em .3em;
    display: block;
    cursor: pointer;
    font-size: 1em;
}

/* Add a card effect for articles */
.card {
  background-color: white;
  padding: 10px 10px 10px 10px;
  margin-top: 0px;
}

.card-leftcolumn {
  background-color: white;
  padding: 25px 10px 10px 10px;
  margin-top: 0px;
}

.card-rightcolumn{
    background-color: white;
    padding: 10px 10px 10px 10px;
    margin-top: 0px;
    height: 750px;
	overflow-y : auto;
	overflow-x : auto;
}

.card-rightcolumn-lengthy-content{
    background-color: white;
    padding: 10px 10px 10px 10px;
    margin-top: 0px;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


/* Footer */
.footer {
  padding: 10px;
  text-align: center;
  background: #333;
  color: white;
  font-size: 11px;
  font-weight: normal;
  text-decoration: center;
  padding-left: 0px; 
  padding-right: 0px;
  position: float;
  bottom: 0px;
  margin: 0%;
  float: bottom;
  position: relative;
}


.footer a {
  padding: 0px;
  text-align: center;
  background: #333;
  color: white;
  text-decoration: none;
  font-weight: normal;
}

.footer a:hover {
  padding: 0px;
  text-align: center;
  background: #333;
  color: #e35500;
  text-decoration: underline;
  font-weight: normal;
}

.footermodules {
  padding: 10px;
  text-align: center;
  background: #333;
  color: white;
  position: relative;
  box-sizing: inherit;
  font-size: 11px;
  font-weight: normal;
  text-decoration: center;
  padding-left: 0px; 
  padding-right: 0px;
}

.footermodules a {
  padding: 0px;
  text-align: center;
  background: #333;
  color: white;
  text-decoration: none;
  font-weight: normal;
}

.footermodules a:hover {
  padding: 0px;
  text-align: center;
  background: #333;
  color: #e35500;
  text-decoration: underline;
  font-weight: normal;
}

.footer1 {
  text-align: center;
}

.footer2 {
  text-align: center;
}


/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .topnav a {
    float: none;
    width: 100%;
  }
}

.accordion {
  background-color: #008fd3;
  color: white;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: bold;
  transition: 0.4s;
  margin-top:0px;
}

  .active, .accordion:hover {
  background-color: #ccc;
  color: #003283; 
}

.accordion1 {
  background-color: #008fd3;
  color: white;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: bold;
  transition: 0.4s;
  margin-top: 10px;
}


.panel {
  padding: 0 0px;
  display: none;
  background-color: white;
  overflow: hidden;
  font-size: 15px;
  margin-bottom:10px;
}

/* classes activities indentation */
.classactivity{
	text-indent: 1.5em;
}

/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .row {   
    flex-direction: column;
  }
}


/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .navbar a {
    float: none;
    width: 100%;
  }
}

