﻿body {
    font: 13px sans-serif;
    margin: 5px
}

/*
#bg_image {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: url("img/flowers.jpg") no-repeat;
    background-size: cover;
}
*/

#top-panel {
    position: relative;
    border: 1px solid black;
    width: 100%;
    background: linear-gradient(180deg, rgba(253,246,247,0.8) 0%, rgba(255,251,235,0.8) 100%);
}

/*
#top-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: silver url("img/wooden_bg.jpg") no-repeat;
    background-size: cover;
    opacity: 0.3;
    z-index: -1;
}
*/

table.search-header {
    margin: 10px;
}

#inp-verse {
    width: 38vw;
}

input[type="number"] {
    width: 60px;
}

header {
    margin: 10px 10px 0px 10px;
}

.hints-with-button {
    margin: 10px 10px 0px 10px;
}

.hints-expanded {
    border: 1px solid gray;
    padding: 10px;
}

.reg-exp-char {
    color:rgb(194, 64, 3)
}

.search-verse, .search-book, .search-extbooks, .search-top-x {
    display:inline;
    margin: 0 10px;
}

.search-matching-rows {
    margin: 10px;
}

.results-table {
    /*position: relative;*/
    border: 1px solid black;
    margin-top: 10px;
}

.results-table::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: url("img/flowers.jpg") no-repeat;
    background-size: cover;
    opacity: 0.8;
    z-index: -2;
}

.results-table table {
    border-collapse: collapse;
    border: 1px solid silver;
    background:rgba(255,255,255,0.9);
}

.results-table table td {
    border: 1px solid #c0c0c02e;
    padding: 5px 5px;
    /* font: 16px sans-serif; */
    font-weight: 400;
    color:#444;
}

tr.even {
    background:rgba(255,200,200,0.2);
}


.div-search-book {
    height: 200px;
    overflow-y: auto;
    border: 1px solid gray;
}

.tr-search-extbooks {
    font-style: italic;
    opacity: 0.9;
}

.extra-book {
    font-style: italic;
    opacity: 0.5;
}

.book-btns {
    text-align: center;
}

.selected-books {
    max-width: 300px;
    color: rgb(194, 64, 3);
    border: 1px solid gray;
}

.tr-search-book {
    background: linear-gradient(180deg, rgb(208 208 208) 0%, rgb(255 255 255 / 50%) 100%);
}

/*
tr.odd::before {
    content: "";
    position: relative;
    left: 0;
    width: 100%;
    background: yellow;
}
tr.even::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    background: yellow;
    opacity: 0.1;
    z-index: -1;
}
*/
