﻿/*body {
    background-color: #48a2b2 !important;
}*/

.menuPublicTable a {
    color: white;
}

.searchTopTab {
    width: 100%;
    max-width: 1000px !important;
    margin: 0 auto;
    border-spacing: 0;
    position: relative;
}

    .searchTopTab.menuSearch {
        width: 115px;
        max-width: 115px;
        display: inline;
        float: left;
    }

    .searchTopTab input[type=text] {
        width: 100%;
        min-width: 100%;
        box-sizing: border-box;
        height: 48px;
    }

    .searchTopTab.menuSearch input[type=text] {
        width: 115px;
        min-width: 115px;
    }

    .searchTopTab input[type=submit] {
        width: 100%;
        min-width: 100%;
    }

    .searchTopTab td:first-child {
        width: 81%;
    }

    .searchTopTab td:nth-child(2) {
        width: 19%;
    }

.chkbRow span {
    font-weight: 500;
    color: black;
    padding-right: 5px;
    margin-right: 20px;
}

.chkbRow label {
    font-size: 1.2em;
    cursor: pointer;
    color: white;
}

.chkbRow input[type=checkbox] {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
}

.chkbRow input[type=radio] {
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
    cursor: pointer;
}

.chkbRow td {
    vertical-align: top;
}

.searchResults {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    color: white;
}

.divSearchResult {
    width: 79.8%;
    min-width: 79.8%;
    background-color: white;
    opacity: .90;
    position: absolute;
    z-index: 2000;
    padding: 20px;
    display: block;
}

    .divSearchResult table {
        width: 100%;
        min-width: 100%;
        display: inline-table;
        margin: 0 auto;
        border-collapse:collapse;
    }

    .divSearchResult td:first-child {
        width: 60% !important;
        min-width: 60% !important;
        max-width: 60% !important;
        text-align: left;
    }

    .divSearchResult td:nth-child(2) {
        width: 40% !important;
        min-width: 40% !important;
        max-width: 40% !important;
        text-align: left;
    }

    .divSearchResult a {
        display: block;
        height: 15px;
        padding: 5px;
    }

    .divSearchResult span {
    }

.txtSelection {
    color: #111111;
    font-weight: bold;
}

a .txtSelection {
    color: #820000;
}

.resTablTr td {
    background-color: white;
}


.resultTable {
    width: 98%;
    margin: 0 auto;
    border-collapse: collapse;
    background-color: white;
    color: black;
    border: none;
    font-size: 1rem;
    line-height: 1.2rem;
}


    .resultTable a {
        font-weight: 600;
        display: block;
    }

.glossaryResults td:first-child {
    padding: 0;
}

    .glossaryResults td:first-child a {
        padding: 5px;
        min-height: 23px;
        display: block;
    }

/*.resultTable a:hover {
    text-decoration: underline;
}*/

.resultTable a:hover span {
    color: white !important;
}


.resultTable td {
    height: 22px;
    padding: 5px;
    color: black;
    border-bottom: solid 1px gray;
    vertical-align: top;
}

.resultTable th {
    text-align: left;
    border-bottom: solid 1px gray;
    height: 30px;
    padding: 5px;
    color: #820000;
}

.resultTable td:first-child {
    width: 20%;
}

.resultTable tr:last-child td {
    border-bottom: none;
    padding-bottom: 10px;
}

.familiesResults td:first-child {
    padding: 0;
}

    .familiesResults td:first-child a {
        padding: 5px;
        min-height: 23px;
        display: block;
    }

.resTypeTr td {
    border-bottom: solid 1px white;
    padding-bottom: 5px;
    cursor: pointer;
}

.resTypeTr img {
    position: relative;
    top: -2px;
}


.searchResults h3 {
    display: inline-table;
    margin-bottom: 0;
    font-size: 30px;
}

.resNum {
    font-size: 30px;
    font-weight: 500;
}

.glossaryResults td:nth-child(2) {
    font-weight: 600;
}

.glossaryResults.topicsResults td:nth-child(2) {
    font-weight: 500;
}

.playsResult td:nth-child(2), .poemsResult td:nth-child(2) {
    width: 12%;
    padding: 0;
}

.playsResult td:nth-child(3), .poemsResult td:nth-child(3) {
    width: 30%;
}

.playsResult td:nth-child(2) a, .poemsResult td:nth-child(2) a {
    display: block;
    height: 100%;
    padding: 5px;
}

.playsResult td:first-child, .poemsResult td:first-child {
    font-weight: 600;
}

.resultTable .alternateInfo {
    font-size: 2em;
    height: 70px !important;
    vertical-align: middle;
    font-weight: 300 !important;
}

.altResNum {
    color: lightblue;
    font-size: 21px;
}

/*    .altResNum span {
        font-size: 1em;
    }
*/
/*pro použití kontrolu na homepagi*/
.homeSearchDiv {
    width: 565px;
    min-width: 565px !important;
    max-width: 565px;
    border-spacing: 0;
    display: block;
    margin: 0 auto 10px;
    height: auto;
    min-height: 125px !important;
    max-height: 250px;
}

.smallWarning {
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    color: #820000;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 800px) {
    .homeSearchDiv .smallWarning {
        display: block;
        height: 110px;
        font-size: 16px;
        line-height: 20px;
        position: relative;
        top: -5px;
    }
}

.infoIco {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    cursor: pointer;
    background-image: url(/Images/ico_Help.png);
    display: inline-block;
    background-position: center center;
    background-size: cover;
    position: relative;
    top: 3px;
}

    .infoIco:hover {
        background-image: url(/Images/ico_Help.png);
    }

.homeSearchDiv .searchTopTab input[type=button], .homeSearchDiv .searchTopTab input[type=submit] {
    width: 100%;
    min-width: 100%;
    display: block;
}

.homeSearchDiv .checkTd {
    visibility: hidden;
    display: none;
    height: 1px !important;
    max-height: 1px;
    min-height: 1px;
}

.homeSearchDiv .searchTopTab input[type=text] {
    width: 420px !important;
    max-width: 420px !important;
    min-width: 420px !important;
    background-color: #f5f5f5;
}



.homeSearchDiv .searchTopTab td:nth-child(2) {
    position: relative;
    width: 132px;
    min-width: 132px;
}

.advencedSearchLink {
    cursor: pointer;
    color: #820000 !important;
    font-weight: 600 !important;
    width: 100%;
    min-width: 100%;
    display: block;
}


.homeSearchDiv .advencedSearchLink {
    width: 200px;
    min-width: 20px;
    position: absolute;
    display: inline-block;
    top: 3px;
    right: -20px;
    text-align: right;
    float: right;
    text-decoration: underline;
}

    .homeSearchDiv .advencedSearchLink:hover, .advencedSearchLink:hover {
        text-decoration: none;
    }


.homeSearchDiv .searchTopTab .divSearchResult {
    width: 558px;
    padding: 5px;
    background-color: white;
    opacity: .90;
    z-index: 1000;
    position: absolute;
    top: 48px;
}

.homeSearchDiv table.resultComplete {
    width: 100%;
}

.homeSearchDiv .resultComplete td {
    padding: 0;
}

.homeSearchDiv .resultComplete a {
    padding: 3px;
}

.homeSearchDiv .divSearchResult .resultComplete td:first-child {
    width: 420px !important;
    min-width: 420px !important;
    max-width: 420px !important;
}

.homeSearchDiv .resultComplete td:nth-child(2) {
    width: 130px;
    max-width: 130px;
    min-width: 130px;
}

.homeSearchDiv .searchTopTab .resultComplete td:nth-child(2) span {
    width: 120px;
    max-width: 120px;
    position: relative;
    padding-left: 10px;
    right: 0;
    text-align: left;
}

.homeSearchDiv .resultComplete a:hover, .homeSearchDiv .resultComplete a:hover span {
    background-color: #820000 !important;
}

.resultComplete.disabled {
    background-image: url(/Images/fancybox_loading.gif);
    background-position: center right 10px;
    background-repeat: no-repeat;
}

/*.smallWarning {
    font-size: .9em;
    color: #ffffff;
    display: inline-table;
    float: right;
    padding-right: 5px;
    padding-top: 10px;
}
*/
.showAllResults {
    font-weight: 900;
    color: #fff;
}


.lastRowStyle a {
    color: white;
    text-align: center;
    width: 100%;
    height:100%;
    margin-top: 5px !important;
    border-radius: 5px;
    background-color: #820000;
    padding:10px 0;
    display:block;
}

.lastRowStyle a:hover {
    background-color:#510000 !important;
}
.menuSearch .lastRowStyle {
    background-color: transparent !important;
}

.alignRight {
    text-align: right;
    float: right;
    position: absolute;
    right: -22px;
    top: 50px;
}

.homeSearchDiv .alignRight {
    position: absolute;
    right: 0px;
    top: 70px;
    right: -20px;
    top: 0px;
}

@media (max-width: 800px) {
    .homeSearchDiv .searchTopTab input[type=submit] {
        font-size: 0;
        background-color: transparent !important;
        background-image: url(_images/Ico_Search.png);
        background-position: center center;
        width: 50px;
        max-width: 50px;
        min-width: 50px;
    }

    .homeSearchDiv .advencedSearchLink {
        display: block;
        width: 100%;
        font-size: 14px;
        text-align: left;
    }

    .searchTopTab {
        width: 100%;
    }

    .homeSearchDiv {
        width: 100%;
        min-width: 560px !important;
    }

        .homeSearchDiv .searchTopTab td:first-child {
            width: 90%;
            min-width: 90%;
            max-width: 90%;
            text-align: center;
        }

        .homeSearchDiv .searchTopTab td:nth-child(2) {
            width: 9%;
            min-width: 9%;
            max-width: 9%;
        }

        .homeSearchDiv .searchTopTab input[type=text] {
            width: 98% !important;
            max-width: 98% !important;
            min-width: 98% !important;
            float: right;
        }

    .smallWarning {
        font-size: .6em;
        line-height: 1.2em;
        margin-top: 15px;
        width: 100%;
        /*        background-color: red;
        color: white;*/
    }

    .advencedSearchLink {
        line-height: 1.2em;
        font-size: .7em;
    }

    .chkbRow td {
        vertical-align: top;
        position: relative;
    }

    .chkbRow input[type=radio] {
        width: 25px;
        height: 25px;
        position: relative;
        top: 5px;
    }

    .chkbRow label {
        font-size: .85em;
    }

    .alignRight {
        right: 0;
        top: 70px;
    }


    .resultComplete {
        font-size: .95em !important;
        line-height: 1.2em;
        text-align: left !important;
    }

    .divSearchResult a {
        font-size: .95em !important;
        line-height: 1.2em;
        height: auto;
        text-align: left;
    }

    .simpleSearch .chkbRow label {
        font-size: 17px;
    }
}

.hidRow {
    display: none;
    visibility: hidden;
    height: 1px !important;
}

.visRow {
    visibility: visible;
    height: 80px;
}


.simpleSearch .smallWarning {
    color: white;
    width: 100%;
    max-width: 1000px;
    margin: 10px auto;
}

.menuPublicTable .resultComplete a {
    color: #820000 !important;
    text-decoration: underline !important;
    font-weight:600;
}
.menuPublicTable .resultComplete a:hover {
    text-decoration: none !important;
}

.menuPublicTable .resultComplete a {
    text-decoration: none;
}

/*.menuSearch {
    position:relative;
    left:-15px;
}*/

.menuSearch .divSearchResult {
    right: 0px;
    width: 240px;
    min-width: 240px;
    font-size:14px;
    line-height:16px;
    border-radius:5px;
    border:solid 1px #cbcbcb;
}
    .menuSearch .divSearchResult a {
        height: unset !important;
    }
    .searchTopTab.menuSearch input[type=text] {
    font-size: 16px;
    height: 35px;
    border-radius: 5px;
    background-color: #f5f5f5;
}

.searchTopTab.menuSearch input[type=text]::placeholder {
    font-size:14px;
    font-weight:500;
}
    .menuSearch td {
    height:auto !important;
    min-height:unset !important;
    max-height:unset;
    padding:2px 0;
    border-bottom:solid 1px lightgray !important;
}

.menuSearch .resultComplete tr:last-child td {
    border-bottom:none !important;
}
    .menuSearch .divSearchResult td:first-child {
    width: 70% !important;
    min-width: 70% !important;
    max-width: 70% !important;
}
.menuSearch .divSearchResult td:nth-child(2) {
    width: 30% !important;
    min-width: 30% !important;
    max-width: 30% !important;
    text-align:right;
}
.hideResBtn {
    position:absolute;
    right:5px;
    top:14px;
    cursor:pointer;
}