/* Copyright 2019-2024 Norconex Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
body .indexContainer {
    padding-left: 5px;
    padding-right: 5px;
}
body a:hover {
    text-decoration: underline !important;
}
body p a {
    color: #007bff !important;
}
body p a:hover {
    color: #0056b3 !important;
}
body .contentContainer .block,
body .contentContainer .blockList,
body .contentContainer dd,
body .contentContainer p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 1.05rem;
}

body .topNav,
body .bottomNav {
    background-color: #007bff;
}

body .bottomNav .aboutLanguage {
    margin-top: 5px;
}


body header nav .topNav .navList:before {
    background-image: url("norconex-logo-white.png");
    background-repeat: no-repeat;
    background-size: 116px 24px;  
    display: block;
    width: 128px;
    float: left;
    margin-left: 5px;
    content: "\00a0";
    z-index: 9999;
    padding-bottom: 10px;
}

#nx-xml-usage-heading {
    font-size: 1.5rem;
    font-weight: 600;
}
#nx-xml-example-heading {
    font-size: 1.2rem;
    font-weight: normal;
    font-weight: 600;
}

body .code-toolbar > .toolbar > .toolbar-item > button {
    border-radius: 5px;
    background-color: #007bff;
    padding: 8px 16px;
    text-transform: uppercase;
    color: white;
}
body .code-toolbar > .toolbar > .toolbar-item > button:active {
    background-color: #0056b3 !important;
}