.affix ul > li.active > a,
.affix ul > li.active > a::before,
.toc .nav > li.active > a:hover,
.toc .nav > li.active > a:focus,
.toc .nav > li.active > a,
a,
.tabGroup a[role="tab"]:hover,
.tabGroup a[role="tab"]:focus { color: #1daaaeff; }

.tabGroup a[role="tab"]:hover,
.tabGroup a[role="tab"]:focus,
.tabGroup a[role="tab"][aria-selected="true"] { border-bottom: 2px solid #1daaaeff; }

.tabGroup a[role="tab"]:focus {
    outline: 1px solid
             #1daaaeff;
    outline-offset: -1px;
}

button { pointer-events: none; }

button:hover, button:focus, a:hover, a:focus { color: #199094; }

.navbar-inverse {
    background-color: #1daaaeff;
    border-color: #199094;
    color: #1daaaeff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover { background-color: #20B5BA; }

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text { color: #ddd; }

.code-header {
    background-color: #f2f2f2;
    border: 1px solid #e3e3e3;
    border-bottom: 0;
    box-sizing: content-box;
    color: #171717;
    display: flex;
    flex-direction: row;
    margin-top: 16px;
    min-height: 30px;
}

.code-header > button { pointer-events: auto; }

.tabGroup section[role="tabpanel"] .code-header {
    margin-left: -16px;
    margin-right: -16px;
}

.tabGroup section[role="tabpanel"] .code-header:first-child { margin-top: -16px; }

.code-header > .language {
    flex-grow: 1;
    line-height: 26px;
    padding: 2px 16px;
    text-transform: uppercase;
}

.code-header > .action {
    align-items: center;
    background-color: transparent;
    border: 0 solid #e3e3e3;
    border-left-width: 1px;
    color: #171717;
    cursor: pointer;
    display: flex;
    line-height: normal;
    padding: 2px 10px;
    position: relative;
}

code a.action { padding-left: 2px }

.code-header .glyphicon { margin-right: 0.25em; }

.code-header > .action:hover { background-color: #fafafa; }

.code-header + pre {
    border: 1px solid #e3e3e3;
    margin-top: 0;
}

.code-header > .action .successful-copy-alert {
    align-items: center;
    background-color: #128712;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    left: 0;
    outline-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

.code-header > .action .successful-copy-alert.is-transparent {
    opacity: 0;
    transition: 500ms opacity ease-in-out;
}

.navbar-brand > img { max-height: 98%; }