@charset "utf-8";
/* CSS Document */

/* BODY */
body {
	margin: 0;
	font-family: Verdana, sans-serif;
}

/* Base text */
#notes {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  font-size: 16px;
  white-space: pre-wrap;
  color: #222;
}

/* Headings */
#notes h1, #notes h2, #notes h3, #notes h4, #notes h5, #notes h6 {
  margin: 1em 0 0.5em;
  font-weight: bold;
}
#notes h1 { font-size: 1.8em; }
#notes h2 { font-size: 1.6em; }
#notes h3 { font-size: 1.4em; }

/* Bold, italic */
#notes strong { font-weight: bold; }
#notes em { font-style: italic; }

/* Lists */
#notes ul, #notes ol {
  margin: 10px 0;
  padding-left: 20px;
}
#notes li {
  margin-bottom: 6px;
}

/* Blockquotes */
#notes blockquote {
  border-left: 4px solid #ccc;
  padding-left: 12px;
  margin: 12px 0;
  color: #555;
  font-style: italic;
  background: #f9f9f9;
  border-radius: 4px;
}

/* Code blocks */
#notes code {
  background: #f4f4f4;
  padding: 2px 5px;
  border-radius: 4px;
  font-family: monospace;
}
#notes pre {
  background: #272822;
  color: #f8f8f2;
  padding: 12px;
  border-radius: 6px;
  overflow-x: auto;
  font-family: monospace;
  font-size: 14px;
  margin: 1em 0;
}

/* Tables */
#notes table {
  border-collapse: collapse;
  margin: 1em 0;
  width: 100%;
}
#notes th, #notes td {
  border: 1px solid #ddd;
  padding: 8px 12px;
}
#notes th {
  background: #f0f0f0;
  font-weight: bold;
  text-align: left;
}
#notes tr:nth-child(even) {
  background: #fafafa;
}

.section-title {
      color: #28a745;
      font-weight: bold;
    }
    .quote {
      font-style: italic;
      color: #6c757d;
    }

    /* Content Styling */
    .content-container {
      padding: 20px;
      padding-left: 10px;
    }

/* HEADER */
ul.hea {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: white;
}

li.hea {
  float: left;
}

li.hea a {
  display: block;
  color: blue;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li.hea a:hover:not(.active) {
  background-color: transparent;
  text-decoration: none;
  color: blue;
}



/* VERTICAL NAVIGATION */
ul.ver, ul.verH {
  list-style-type: none;
  margin: 0;
  padding: 30px 0;
  width: 250px;
  background-color: #f1f1f1;
  display: block;
  position: fixed;
  height: calc(100% - 155px);
  overflow: auto;
}

ul.verH {
	display: none;
}

div.verNav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

li.ver a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

li.ver a.active {
  background-color: #04AA6D;
  color: white;
}

li.ver a:hover:not(.active) {
  background-color: #555;
  color: white;
}

#mark, #markHor{
	background-color: DodgerBlue;
  color: white;
}

.zm-clear::after {
	content: "";
	clear: none;
	display: table;
}

.zm-clear {
	overflow: auto;
}

.row_question{
	float:left;
	min-height: 20px;
}

/* DROP DOWN BUTTON AND MENU FOR TABLET AND PHONE IN HORIZONTAL NAVIGATION*/
.dropbtnV {
  background-color: #f1f1f1;
  color: black;
  padding: 8px 16px;
  font-family: Verdana, sans-serif;
  font-size: 16px;
	width: 100%;
	text-align: left;
  border: none;
  cursor: pointer;
	display: inline-block;
}

.dropdownV {
  position: relative;
  display: inline-block;
	width: 100%;
}

.dropdown-contentV {
  display: block;
	margin-left: 10px;
	position: -webkit-sticky; /* Safari */
  position: sticky;
  background-color: #f1f1f1;
  min-width: 195px;
}

.dropdown-contentV a {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-contentV a:hover {
	background-color: #555;
	color: white;
}

.dropdownV:hover .dropbtnV {
  background-color: #555;
  color: white;
}

/* HORIZONTAL NAVIGATION */
ul.hor, ul.horH {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  background-color: blue;
}

ul.horH {
	width: 0;
	display: none;
}

div.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

div.horNav {
  position: -webkit-sticky;
  position: sticky;
  top: 49px;
}

li.hor, li.dropbtn {
  float: left;
}

li.hor a, li.dropbtn a {
  display: block;
  color: white;
  font-weight:bold;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li.hor a:hover:not(.active) {
  background-color: #111;
}

.active {
  background-color: #04AA6D;
}



/* DROP DOWN BUTTON AND MENU FOR TABLET AND PHONE IN HORIZONTAL NAVIGATION*/
.dropbtn {
  background-color: blue;
  color: white;
  padding: 14px 16px;
  font-family: Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #111;
}

/* Footer Styling */
    footer {
      background-color: #f1f1f1;
		margin-left: 250px;
      padding: 20px;
      text-align: center;
    }
    footer a {
      text-decoration: none;
      color: #333;
      margin: 0 15px;
    }



/* CONTAINER, CONTENTS ADS VERTICAL FOR */
.content {
  margin-left: 250px;
  overflow: auto;
}

.container {
  /* width: calc(80% - 33px);    INARUDI NA ADS */
  width: calc(100% - 33px);
  padding: 1px 16px;
  float: left;
  border-right: solid;
  border-width:1px;
  border-color: #f1f1f1;
}

.adVertical {
  /* width: calc(20% - 32px);    INARUDI NA ADS */
  width: 0px; 
  padding: 1px 16px;
  float: left;
  
}



/* ROWS FOR ADS, CONTAINER AND 'PREVIOUS AND NEXT' BUTTONS*/
.rowContainerAd, .rowContainer {
  width: 100%;
  padding: 10px 0;
}

.rowContainerAd, .rowContainer, .rowContainerB{
  border-top: solid;
  border-width:1px;
  border-color: #f1f1f1;
}

.rowContainerB{
	width: 100%;
	padding: 10px 0;
	height: 48px;
	border-width:0;
}


/* PREVIOUS AND NEXT BUTTONS */
.button {
  background-color: blue;
  color: white;
  padding: 14px 16px;
  border-radius: 5px;
  font-family: Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.divButton:hover .button {
  background-color:#440EE0;
}


.exampleCard {
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 14px 16px;
  padding-top: 1px;
	margin: 20px 0;
  border: none;
}


.ExampleTitle {
  color: black;
  font-size: 20px;
  font-weight: bold;
}


.exampleCode, .exampleDisplay {
  background-color: white;
  color: black;
  padding: 1px 16px;
  font-size: 16px;
}

.exampleCode {
  border-left:solid;
  border-width: 4px;
  border-color: blue;
}



table {
  border: 1px solid blue;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #f1f1f1;
}


.note {
	margin: 15px 0px;
  background-color:#FAFCA2;
  padding: 8px 20px;
}



.htmlPage {
  background-color: #f1f1f1;
  border: 1px solid blue;
}

.htmlHeader {
  border: 1px solid blue;
  margin: 20px 25px;
}

.htmlTitle {
  border: 1px solid blue;
  margin: 20px 25px;
}

.htmlBody {
  border: 1px solid blue;
  margin: 20px 25px;
  background-color: white;
}


label.l1 {
  margin: 3px 0px;
  display:inline-block;
}

label.l2 {
  margin: 3px 0px;
	margin-left: 30px;
  display:inline-block;
}

label.l3 {
  margin: 3px 0px;
	margin-left: 60px;
  display:inline-block;
}

label.l4 {
  margin: 3px 0px;
	margin-left: 90px;
  display:inline-block;
}

label.tag {
  color: blue;
}

label.com {
  color: green;
}

label.tn {
  color: #942B2D;
}

label.tf {
  color: red;
}

.divColor{
	margin: 10px;
	width: calc(25% - 20px);
	padding: 30px 0;
	float: left;
	color: white;
	text-align: center;
}

.divColorRGB{
	margin: 10px;
	width: calc(100% - 20px);
	padding: 20px 0;
	color: white;
	text-align: center;
}

@media screen and (max-width: 850px) {
  ul.ver, ul.hor, .adVertical {
	display: none;	
  }
	
	footer {
      margin-left: 0;
    }
  
  ul.horH, .container {   
    width: 100%;
	display: block;
  }
  
  .container {   
    width: calc(100% - 33px);
  }
  
  ul.verH {   
    display: none;
  }
  
  .footer, .content {
  margin-left: 0;
  }
	
	.divColor{
	  width: calc(50% - 20px);
  }
}

@media screen and (max-width: 600px) {
	footer {
      margin-left: 0;
    }
	
	.divColor{
	  width: calc(100% - 20px);
  }
}

/* Hide print content */
@media print {
	body {
		display: none;
	}
}


