



.acs-side-bar .acs-side-bar-space-info .avatar {
display: none;
}

.acs-side-bar-space-info {
display: none;
}

.body.theme-documentation #footer { 
    max-height: 27px !important; 
}

.aui-header-before
{
    display:none;
}

.aui-header {
    background: #0747a6;
    border-bottom: 1px solid #a6ce39;
    box-sizing: border-box;
    color: #deebff;
    padding: 0 10px;
}

.aui-page-panel {
    border-left: 1px solid #a6ce39;
    border-top: 1px solid #a6ce39;
}

div.plugin_pagetree .plugin_pagetree_childtoggle_container>.aui-icon {
    color: #a6ce39;
}

.plugin_pagetree_childtoggle_container>.no-children.icon {
    background-color: #ed1651;
}

.ia-fixed-sidebar div.plugin_pagetree ul.plugin_pagetree_children_list .plugin_pagetree_children_span a { color: #172B4D; }

.ia-fixed-sidebar div.plugin_pagetree ul.plugin_pagetree_children_list li .plugin_pagetree_children_content .plugin_pagetree_current a { color: #172B4D; }

body, html { 
    font-family: "Open Sans", sans-serif;
    }

#logo {
    height: 60.99537px  !important;
}

#logo:hover
    {
      box-shadow: 0 0 11px rgba(237,22,81,.3);
    }

.aui-header .aui-header-logo img {
    max-height: 38px;
    padding: 11px 0;
}

.aui-header-secondary .aui-nav {
    max-height: 38px;
    padding: 11px 0;
}
.aui-header-primary .aui-nav {
    max-height: 38px;
    padding: 11px 0;
}
.aui-header-before .aui-nav {
    max-height: 38px;
    padding: 11px 0;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #F4F5F7;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
  word-wrap: break-word;
}
