.glyphicons-list{list-style:none;padding:0}.glyphicons-list li{display:inline-block;float:left;width:12.5%;height:115px;background-color:#f8f8f8;border:1px solid #fff;padding:10px;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.glyphicons-list li:hover{background-color:#eee}.glyphicons-list .glyphicon{display:block;text-align:center;font-size:25px;color:#222}.glyphicons-list .glyphicon-class{display:block;text-align:center;margin-top:10px;line-height:16px;font-size:13px}.fa-page-header{font-size:20px;padding-bottom:15px;border-bottom:1px solid #f1f1f1}.fontawesome-icon-list .fa-hover{margin-bottom:5px;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.fontawesome-icon-list .fa-hover:hover{background-color:#f8f8f8}.fontawesome-icon-list .fa-hover .fa{width:25px;color:#222}@media (max-width:767px){.glyphicons-list li{width:25%}}.prism-languages{list-style:none;padding:0;margin:20px 0}.prism-languages li{width:33.3333%;float:left}.prism-languages li code{margin-left:8px}@media (max-width:991px){.prism-languages li{width:50%}}.window-content .btn{margin-bottom:6px}

table.variables thead tr th, table.variables-big thead tr th {
	background-color: #eee;
}

/* Bottom border of each suggestion */
.algolia-docsearch-suggestion {
  border-bottom-color: #3A3DD1;
}
/* Main category headers */
.algolia-docsearch-suggestion--category-header {
  background-color: #bc5858;
  color: #fff !important;
  padding-left: 10px !important;
}
/* Highlighted search terms */
.algolia-docsearch-suggestion--highlight {
  color: #3A33D1;
}
/* Highligted search terms in the main category headers */
.algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--highlight  {
  background-color: #4D47D5;
}
/* Currently selected suggestion */
.aa-cursor .algolia-docsearch-suggestion--content {
  color: #272296;
}
.aa-cursor .algolia-docsearch-suggestion {
  background: #EBEBFB;
}

/* For bigger screens, when displaying results in two columns */
@media (min-width: 768px) {
  /* Bottom border of each suggestion */
  .algolia-docsearch-suggestion {
    border-bottom-color: #7671df;
  }
  /* Left column, with secondary category header */
  .algolia-docsearch-suggestion--subcategory-column {
    border-right-color: #7671df;
    background-color: #F2F2FF;
    color: #4E4726;
  }
}

.searchbox {
	width: 250px !important;
}