
/* ---------------------------------------------------------------------------
   Hue Docs styles
--------------------------------------------------------------------------- */

body {
  background-color: #FFFFFF;
  border-top: 3px solid #287DBD;
  padding: 30px;
  font-family: 'Open Sans',sans-serif;
  color: #333333;
  margin:0;
  line-height: 1.1em;
}

hr {
    border-color: #EEEEEE -moz-use-text-color #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #CCCCCC;
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    margin: 20px 0;
}

.section {
    border: 1px solid #EEEEEE;
    box-shadow: none;
    color: #333333;
    margin-bottom: 20px;
    margin-top: 15px;
    padding: 20px;
    padding-top: 5px;
    position: relative;
}

.title, h1, .toc p, h2 {
    color: #338BB8;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
}

h2 {
  font-size: 20px;
  margin-top: 24px;
}

a:hover {
    color: #3799CA;
    text-decoration: underline;
}

.table {
  margin-top: 20px;
}

table {
  border: none!important;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

table {
  width: 100%;
  margin-bottom: 20px;
}

table th,
table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
}

table th {
  font-weight: bold;
}

table thead th {
  vertical-align: bottom;
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}

table tbody + tbody {
  border-top: 2px solid #e5e5e5;
}

table {
  background-color: #f1f1f1;
}

table {
  border: 1px solid #e5e5e5;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

table th,
table td {
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #FFFFFF!important;
}

table caption + thead tr:first-child th,
table caption + tbody tr:first-child th,
table caption + tbody tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + tbody tr:first-child th,
table colgroup + tbody tr:first-child td,
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
  border-top: 0;
}

table thead:first-child tr:first-child > th:first-child,
table tbody:first-child tr:first-child > td:first-child,
table tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
}

table thead:first-child tr:first-child > th:last-child,
table tbody:first-child tr:first-child > td:last-child,
table tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
}

table thead:last-child tr:last-child > th:first-child,
table tbody:last-child tr:last-child > td:first-child,
table tbody:last-child tr:last-child > th:first-child,
table tfoot:last-child tr:last-child > td:first-child,
table tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 2px;
          border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
}

table thead:last-child tr:last-child > th:last-child,
table tbody:last-child tr:last-child > td:last-child,
table tbody:last-child tr:last-child > th:last-child,
table tfoot:last-child tr:last-child > td:last-child,
table tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 2px;
          border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
}

table tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

table tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

table caption + thead tr:first-child th:first-child,
table caption + tbody tr:first-child td:first-child,
table colgroup + thead tr:first-child th:first-child,
table colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
}

table caption + thead tr:first-child th:last-child,
table caption + tbody tr:first-child td:last-child,
table colgroup + thead tr:first-child th:last-child,
table colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: #ffffff;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 11px;
  color: #444444;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  white-space: pre-line;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 14px;
  font-size: 12px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.toc .section {
  border: none;
}

.toc {
  background-color: #F6F6F6;
  padding: 10px;
}

.note {
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-left-width: 5px;
  padding: 10px;
}
             
body {margin:0;}
ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #7647a2;
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: inline-block;
  color: blue;
  text-align: center;
  padding: 14px 16px;
  text-decoration: blue;
  transition: 0.3s;
  font-size: 17px;
}

ul.topnav li :link, a:visited {
    color: #ffa500;
    text-decoration: none;
}
ul.topnav li a:hover {background-color: #3fc455;}
{
ul.topnav li.icon {display: none;}

@media screen and (max-width:680px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
}

.searchheading
 { font-size: 130%; font-weight: bold;
 }
.summary { font-size: 80%; font-style: italic;
 }
.suggestion { font-size: 100%;
 }
.results { font-size: 100%;
 }
.category { color: #999999;
 }
.sorting { text-align: right;
 }

.result_title { font-size: 100%; 
}		
.description { font-size: 100%; color: #008000;
 }
.context { font-size: 100%;
 }
.infoline { font-size: 80%; font-style: normal; color: #808080;
}

.zoom_searchform { font-size: 100%; 
}
.zoom_results_per_page { font-size: 80%; margin-left: 10px;
 }
.zoom_match { font-size: 80%; margin-left: 10px;
}				
.zoom_categories { font-size: 80%; 
}
.zoom_categories ul { display: inline; margin: 0px; padding: 0px;
}
.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none;
 }
		
.cat_summary ul { margin: 0px; padding: 0px; display: inline;
 }
.cat_summary li { display: inline; margin-left: 15px; list-style-type: none;
 }

input.zoom_button {  
}

input.zoom_searchbox { 

 }		
		
.result_image { float: left; display: block; 
}
.result_image img { margin: 10px; width: 80px; border: 0px; 
}

.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; 
}
.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left;
 }
		
.result_pages { font-size: 100%;
 }
.result_pagescount { font-size: 100%;
 }
		
.searchtime { font-size: 80%; 
}
		
.recommended 
{ 
background: #DFFFBF; 
border-top: 1px dotted #808080; 
border-bottom: 1px dotted #808080; 
margin-top: 15px; 
margin-bottom: 15px; 
}
.recommended_heading { float: right; font-weight: bold; 
}
.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; 
}		
.recommend_title { font-size: 100%;
 }
.recommend_description { font-size: 100%; color: #008000;
 }
.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;
}
.recommend_image { float: left; display: block;
 }
.recommend_image img { margin: 10px; width: 80px; border: 0px;
 }

div.container {
    width: 100%;
    border: 1px solid gray;
}

header, footer {
    padding: 1em;
    color: white;
    background-color: black;
    clear: left;
    text-align: center;
}

nav {
    float: left;
    max-width: 160px;
    margin: 0;
    padding: 1em;
}

nav ul {
    list-style-type: none;
    padding: 0;
}
			
nav ul a {
    text-decoration: none;
}

article {
    margin-left: 170px;
    border-left: 1px solid gray;
    padding: 1em;
    overflow: hidden;
}


