﻿body {
    background-color: #7e8f9a;
}

/*fix menu color*/

.menuPublicTable a {
    color: white !important;
}

.menuPublicTable .selected {
    color: white !important;
}

.menuPublicTable .searchLink {
    background-image: url(_images/Ico_SearchWhite.png);
}


.imgSpeaker {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

/*přehrávání audia*/

.audioPlayerCont {
    width: auto;
    margin-right: 10px;
    display: inline-table;
}

.invis {
    visibility: hidden;
    display: none;
}

.vis {
    visibility: visible;
    display: inline-table;
    cursor: pointer;
}



/* našeptávač*/

.glossaryTitle {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

    .glossaryTitle .playname {
        font-size: 46px;
        color: white;
    }

.divSearchResult {
    width: 95.2%;
    min-width: 95.2%;
    background-color: #f5f5f5;
    opacity: .90;
    position: absolute;
    z-index: 2000;
    padding: 20px;
    display: block;
}

    .divSearchResult table {
        width: 100%;
        min-width: 100%;
        display: inline-table;
        margin: 0 auto;
    }

    .divSearchResult a {
        display: block;
        height: 15px;
        padding: 5px;
        width: 100%;
        overflow: hidden !important;
    }

    .divSearchResult span {
    }


/*Glossary table*/
.glossaryTable, .letterTable {
    width: 95%;
    min-width: 95%;
    margin: 20px auto;
    border-spacing: 0;
}

    .glossaryTable td {
        vertical-align: top;
    }

    .glossaryTable input[type=text] {
        width: 98%;
    }

    .glossaryTable input[type=submit] {
        margin-left: 10px;
        width: 97%;
    }

    .letterTable a {
        text-decoration: none;
        color: white;
        display: inline-block;
        width: 100%;
    }

        .letterTable a:hover {
            text-decoration: underline;
            background-color: transparent;
            color: white;
        }

td.glossaryLetter {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}

.headwordTable {
    width: 100%;
    background-color: white;
    margin-bottom: 20px;
    min-height:75px
}

    .headwordTable td {
        position: relative;
    }

        .headwordTable td:first-child {
            padding: 3px;
        }

.inputCell {
    position: relative;
}

/*Content HW*/
.lblHeadword {
    font-weight: bold;
    color: #820000;
    display: inline-table;
    float: left;
    font-size: 17px;
}

.detailView .lblHeadword, .detailView .lblDefinition {
    font-size: 22px;
}
.headDefTd {
    width:58%;
    max-width:58%;
    height:auto;
    padding-right:2%;
}

.detailView .headDefTd {
    width: 100%;
    min-width: 100%;
}

.detailView .loginLink {
    width: 250px;
    min-width: 250px;
    position: absolute;
    left: 5px;
    bottom: -30px;
    font-size: 16px;
}

.lblDefinition {
    width:100%;
    color: black;
    font-weight: bold;
    display: inline-table;
    float: left;
    font-size: 15px;
}
.lblSeeAlso {
    color:#3b3b3b;
    font-weight:600;
    padding-top:2px;
    display:block;
}

.tblHeadwords {
    width: 100%;
    min-width: 100%;
    border-collapse: collapse;
}

    .tblHeadwords a {
        text-decoration: none;
    }

    .tblHeadwords td {
        border-bottom: solid 1px gray;
        height: 16px;
        padding: 3px;
    }

        .tblHeadwords td:first-child {
            width: 15%;
        }

            .tblHeadwords td:first-child a {
                font-weight: 700;
                display: block;
                font-size: 14px;
                height: 100%;
                min-height: 19px;
                padding: 3px;
            }

        .tblHeadwords td:nth-child(2) {
            font-size: 14px;
            color: black;
            font-weight: 600;
        }

.alsoLinkTd {
    width: 210px;
    max-width: 210px;
    padding:3px;
}
    .alsoLinkTd a {
        position:relative;
        display:inline-block;
        width:210px;
        max-width:210px;
        float:left !important;
        color:#820000;
    }
    .alsoLinkTd a:hover {
        color:white;
    }

.showLinkTd {
    width: 180px;
    min-width: 180px;
    height: auto;
}

.showSensesLink {
    width: 180px;
    position: absolute;
    right: 20px;
    top: 0;
    display: block;
    text-align: right;
}

.oldHwForms {
    position: absolute;
    right: 20px;
    top: 5px;
    display: block;
    width: 700px;
    text-align: right;
    font-style: italic;
    font-weight: 400;
    color: gray;
}

    .oldHwForms span {
        font-weight: 600;
    }

.headDetailCont .oldHwForms {
    font-size: 22px;
    font-weight: 300;
}

.aspNetDisabled.showSensesLink, .aspNetDisabled.showSensesLink:hover {
    color: gray;
    cursor: not-allowed;
    background-color: transparent;
}
/*headword detail*/
.headDetailCont {
    width: 80%;
    margin: 0 auto;
    background-color: white;
    margin: 30px auto;
}


/*headwords locations*/
.locationsCont {
    background-color: white;
}

.headDetailCont {
    width: 94%;
    padding: 30px 3%;
    background-color: white;
}


.glossaryLink {
    width: 96%;
    height: 20px;
    background-color: #eaeaea;
    padding: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.lastRowStyle {
    background-color: #820000 !important;
}

    .lastRowStyle a {
        color: white;
    }

.smallWarning {
    font-size: 17px;
    line-height: 1.4;
    color: #FFFFFF;
    margin-bottom: 15px;
}

/*responzivita*/
@media (max-width: 800px) {

    .tblHeadwords td:first-child {
        width: 20%;
        min-width: 20%;
    }

        .tblHeadwords, .tblHeadwords td:first-child a, .tblHeadwords td:nth-child(2) {
            font-size: inherit;
            line-height: inherit;
        }

    .divSearchResult {
        width: 135%;
        min-width: 135%;
    }

        .divSearchResult a {
            height: auto;
        }

    .headDefTd {
        width: 100%;
        display: block;
        position: relative;
        color:#494949;
    }
    .lblHeadword {
        color:#494949;
    }

    .headwordTable tr {
        display: block;
    }

    .lblHeadword, .lblDefinition {
        font-size: inherit;
    }

    .headwordTable td {
        display: block;
        width: 96%;
        min-width: 96%;
        max-width: 96%;
        height: auto;
        position: relative;
        float: left;
        /*line-height: 1.2em;*/
        padding: 5px 2% 0 !important;
    }

    .detailView .headwordTable td {
        padding: 0 !important;
    }

    .oldHwForms {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: auto;
        position: relative;
        text-align: left;
        right: 0;
        top: 0;
        left: 0;
        float: left;
    }

    .showSensesLink {
        position: relative;
        width: 100%;
        right: 0;
        text-align: left;
        padding-bottom: 15px;
    }

    .loginLink {
        width: 100%;
        min-width: 100%;
        float: left;
    }

    .glossaryTable, .letterTable {
        width: 98%;
        min-width: 98%;
        margin: 20px auto;
        border-spacing: 0;
    }

    .smallWarning {
        font-size: 1.2em;
        margin-top: 15px;
    }
    .alsoLinkTd, .alsoLinkTd a {
        top:0;
        left:0;
        display:block;
    }
}
