﻿.search-AToZ-textbox {
    overflow: hidden;
    position: relative;
}

.search-AToZ-content {
    border: 1px solid #0066cc;
    position: absolute;
    padding: 5px 5px 0px 13px;
    z-index: 100;
    background-color: #fff;
}

.content-header {
    border-bottom: 1px dashed black;
    float: left;
}

.content-header > span {
    font-weight: bold;
    float: left;
    clear: none;
    margin-right: 5px;
}

p.first {
    padding-top: 10px;
    clear: left;
}

.search-AToZ-content > div > p {
    margin-bottom: 5px !important;
    word-wrap: break-word;
    hyphens: auto;
    border-bottom: 1px solid #f0f4f5;
    padding-bottom: 8px;
}

.search-AToZ-content > div > p:last-child {
    border: none !important;
}

.search-AToZ-content > div > p > a:hover {
    text-decoration: none;
}

.hide {
    display: none !important;
}

.a-z-number-value {
    float: right;
    background-color: green;
    font-size: 16px;
}

.red {
    background-color: darkred;
}

.js-ol-link-en > li.active,
.js-ol-link-cy > li.active {
    background-color: #ffeb3b;
}

.nav-a-z {
    z-index: 3;
    background-color: rgb(240, 244, 245);
}

.result-head {
    z-index: 2;
}

.result-body {
    z-index: 1;
}

a:hover {
    cursor: pointer;
}

.link-result {
    padding-left: 10px !important;
}
