/*
 * Copyright the original author or authors.
 *
 * 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.
 */

/*
 * See https://github.com/bmuschko/asciidoctorj-tabbed-code-extension/
 */

.hidden {
    display: none;
}

.switch {
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #3b73af;
    display: inline-block;
}

.switch--item {
    padding: 10px;
    border-right: 1px solid;
    background-color: #ffffff;
    min-width: 5em;
    color: #3b73af;
    display: inline-block;
    cursor: pointer;
    text-align: left;
}

.switch--item:hover {
    background-color: #efefef;
}

.switch--item.selected {
    background-color: #3b73af;
    color: #ffffff;
    text-align: left;
}

.listingblock {
    text-align: left;
}

.listingblock>.title {
    color: #7a2518;
    font-style: italic;
    margin-bottom: 10px;
}

.listingblock>.content {
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #3b73af;
}
