/*************************************************************
 * Custom CSS File for Doxygen                               *
 *                                                           *
 * Any CSS here will be applied to the Doxygen HTML output.  *
 *************************************************************/

/*#titlearea {
    background: #000;
    color: #fff;
}*/

/* Fix images being absolutely giant */
.image img {
    max-width: 50%;
}

/* Fix project logo being also giant, and reduce padding */
#projectlogo img {
    max-height: 200px;
    margin: -6px -33px -26px -39px;

    display: none; /*actually gonna just hide it for rn*/
}

/* nicer stylization for <code> tags */
code {
    outline: 1px solid #d3dbeb;
    color: #d00000; /* was #0045d0;*/
    font-size: 13px;
    padding: 0px 4px 2px 4px;
    background: #f7f7f7;
    height: 18px;
}

/*
dl.todo {
    background: rgb(227, 248, 252);
    border: 1px solid #00c0e0;
    display: inline-block;
    padding-right: 0px;
}
dl.todo dt {
    font-size: 20px;
    background: #00c0e0;
    padding: 4px 9px;
    margin-bottom: 5px;
}

dl.todo dt a.el {
    color: #fff;
}

dl.todo dd {
    -webkit-margin-start: initial;
    padding-left: 8px;
    padding-bottom: 4px;
    padding-right: 8px;
}
*/

/* make image captions visually distinct from regular text */
.image .caption {
    background: #f1e2b1;
    outline: 1px solid #000;
    font-style: italic;
    max-width: 50%;
    margin-left: 25%;
    margin-top: 1px;
    font-weight: normal;
}

.image img:hover {
    transition: 0.2s;
    background: #e8e8e8;
}

.image img {
    transition: 0.2s;
}

/* Custom Global Header Styles */
.elaztek_hub_header {
    background: #007bff;
    box-shadow: 0px 2px 8px 1px #292929;
    color: #fff;
    height: 50px;
}

.elaztek_hub_header .hub_link {
    color: #fff;
    font-size: 25px;
    padding: 5px 10px;
    float: left;
    margin-top: 8px;
}

.elaztek_hub_header .nav_links {
    float: right;
    margin-right: 10px;
}

.elaztek_hub_header .nav_links li {
    display: inline-block;
}

.elaztek_hub_header .nav_links li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    padding: 5px 10px;
    transition: 0.1s;
}

.elaztek_hub_header .nav_links li a:hover {
    color: rgba(255, 255, 255, 1.0);
    text-decoration: none;
    transition: 0.1s;
}

/* Project switch menu styles */
.elaztek_hub_header .dropdown {
    display: block;
    background: #007bff;
    float: right;
    height: 100%;
}

.elaztek_hub_header .dropdown > a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    padding: 5px 10px;
    transition: 0.1s;
    display: block;
    margin-top: 9px;
}

.elaztek_hub_header .dropdown ul.dropdown_menu {
    display: none;
    background: #efefef;
    margin-top: 9px;
    padding-left: 0px;
    box-shadow: 0px 2px 8px 1px #292929;
    width: 135px;
    position: relative;
    z-index: 500000;
}

.elaztek_hub_header .dropdown:hover ul.dropdown_menu {
    display: block;
}

.elaztek_hub_header .dropdown ul.dropdown_menu li {
    display: block;
    float: left;
    width: 100%;
}

.elaztek_hub_header .dropdown ul.dropdown_menu li a {
    color: #000;
    transition: 0.1s;
    display: block;
    padding: 5px 10px;
}

.elaztek_hub_header .dropdown ul.dropdown_menu li.header {
    color: #fff;
    transition: 0.1s;
    display: block;
    padding: 5px 10px;
    background: #53a6ff;
    box-shadow: 0px 0px 3px 1px #000;
}

.elaztek_hub_header .dropdown ul.dropdown_menu li a:hover {
    color: #fff;
    background: #007bff;
    text-decoration: none;
    transition: 0.1s;
    display: block;
}

.hub_link img {
    max-height: 48px;
    width: auto;
}

.elaztek_hub_header .hub_link.hub_link_logo {
    margin-top: 0px;
    padding: 1px 5px;
}