﻿@font-face {
    font-family: "Cardo regular";
    src: url('../fonts/Cardo-Regular.ttf') format("truetype"); /*font weight 400*/
}

@font-face {
    font-family: "Cardo italic";
    src: url('../fonts/Cardo-Italic.ttf') format("truetype"); /*font weight 700*/
}

@font-face {
    font-family: "Cardo bold";
    src: url('../fonts/Cardo-Bold.ttf') format("truetype"); /*font weight 400*/
}


body {
    width: 100%;
    height: 100%;
    font-family: "Cardo regular";
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    margin: 0;
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
        body {
            margin-left: 20px;
            margin-right: 20px;
        }
    }
}


html, body {
    height: 100%;
    min-height: 100%;
}

table, td, div, a {
    border-spacing: 0px !important;
}

h1, h2, h3, h4 {
    font-family: "Cardo regular";
    line-height: normal;
}

h1 {
    font-size: 53px;
    font-weight: 400;
}

h2 {
    font-size: 27px;
    font-weight: 400;
}

input {
    font-family: "Cardo regular" !important;
}

    input[type=submit] {
        -webkit-appearance: none !important;
    }

/*Controly na FrontEndu*/

/*Simple Search*/
.simpleCont {
    width: 900px;
    margin: 0 auto;
    font-family: "Cardo regular";
    display: table;
    margin-bottom: 20px;
}

.ssGrayText {
    font-size: 22px;
    color: #808080;
}

.ssTb {
    width: 688px;
    min-width: 688px;
    max-width: 688px;
    height: 58px;
    min-height: 58px;
    max-height: 58px;
    padding: 10px;
    border: solid 1px gray;
    font-size: 32px;
}

.ssBt {
    width: 175px;
    min-width: 175px;
    max-width: 175px;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    background-color: #950000;
    font-size: 32px;
    border: none;
    color: white;
    float: right;
}

    .ssBt:hover {
        background-color: #5f0000;
    }

.letterCont {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    margin: 20px 0;
    display: table;
    text-align: left;
    border-spacing: 0px;
    padding:0px;
}

.lettButt {
    width: 36px;
    height: 36px;
    max-width: 36px !important;
    border-spacing: 0px;
    text-decoration: none;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border: 0px;
    background-color: #9c9b9b;
    color: white;
    font-size: 20px;
    margin-right: 7px;
    float: left;
    padding: 0;
}

    .lettButt.noRm {
        margin-right: 0px !important;
    }

    .lettButt:hover, .selected {
        background-color: #950000;
    }

.foundPoems {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    text-align: center;
}

/*výsledek vyhledávání - 1 kartička */
.foundPoemCont {
    width: 44%;
    min-width: 44%;
    max-width: 44%;
    height: 170px;
    min-height: 170px;
    max-height: 170px !important;
    overflow: hidden;
    margin: 0.5%;
    padding: 10px 2%;
    border: solid 1px #b6b6b6;
    display: inline-block;
    text-align: left;
    line-height: 30px;
    cursor: pointer;
    position: relative;
    z-index: 100;
    letter-spacing: -0.02em;
}

    .foundPoemCont a {
        text-decoration: none !important;
        display: block;
    }

.foundName {
    font-size: 24px;
    color: #950000;
    padding-top: 10px;
    display: block;
    font-weight: 600;
    line-height: 34px;
}

.foundPoemCont b, .foundPoemCont span b {
    background-color: #e1e1e1;
}

.row1, .row2, .row3, .row4 {
    font-size: 18px;
}

.row2 {
    opacity: .80;
}

.row3 {
    opacity: .50;
}

.row4 {
    opacity: .30;
}

.bottomChoking {
    background-color: white;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
    position: absolute;
    top: 180px !important;
    left: 0;
    z-index: 200;
    display: inline-table;
}

.switchButt {
    font-family: "Cardo italic";
    background-color: transparent;
    border: none;
    font-size: 27px !important;
    color: #950000;
    cursor: pointer;
    float: right;
    margin-top: 10px;
    letter-spacing:-0.03em;
}

    .switchButt:hover {
        text-decoration: underline;
    }

.countFound {
    width: 100%;
    padding: 20px;
    font-size: 53px;
    text-align: center;
    display: inline-table;
    margin-bottom: 10px;
}

    .countFound .red, .red {
        color: #950000 !important;
    }

.redBack {
    color: white;
    background-color: #950000;
}

/*Kalendář*/

.calendarCont {
    width: 100%;
    display: table;
    font-size: 22px;
}

.calDay {
    width: 110px;
    margin-right: 5px;
    height: 68px;
    text-align: center !important;
    font-weight: 400;
}

    .calDay option {
        text-align: center;
    }

.calMonth {
    width: 133px;
    margin-right: 5px;
    height: 68px;
    font-weight: 400;
}

.calYear {
    width: 130px;
    max-width: 130px;
    min-width: 130px;
    float: right;
    height: 68px;
    display: table-cell;
    font-weight: 400;
}

/*Advenced search*/

.advencedSearch {
    width: 100%;
}

    .advencedSearch span {
        color: #808080;
    }

    .advencedSearch input, .advencedSearch select {
        font-size: 22px;
        font-family: "Cardo regular";
    }

.advTable {
    width: 840px;
    min-width: 840px;
    max-width: 840px;
    margin: 0 auto;
    border: 0;
    border-spacing: 0px;
}


.advLeft {
    width: 47%;
    max-width: 47%;
    min-width: 47%;
    padding-right: 3%;
}

.advRight {
    width: 47%;
    max-width: 47%;
    min-width: 47%;
    padding-left: 3%;
}

.themeRow td select {
    width: 100%;
    height: 68px;
}

.cspRow td input {
    width: 95.6%;
    padding: 0 2%;
    height: 64px;
    display: table-cell;
    font-weight: 400;
}

.advTable td {
    padding-top: 40px;
}

.clearButt, .advSearchButt {
    font-family: "Cardo regular";
    font-size: 32px !important;
    font-weight: 400 !important;
    height: 64px;
    border: none;
    color: white;
}

.clearButt {
    width: 270px;
    background-color: #9b9b9b;
}

    .clearButt:hover {
        background-color: #5b5959;
    }

.advSearchButt {
    width: 520px;
    float: right;
    background-color: #950000;
}

    .advSearchButt:hover {
        background-color: #5f0000;
    }

/*POEM VIEWER*/
.viewer {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.vwMenu td {
    font-family: "Cardo italic";
    text-align: center;
    font-size: 25px;
    vertical-align: top;
    background-repeat: no-repeat;
    border-spacing: 0px;
    border: 0px;
    display: inline-table;
    float: left;
}


.prevBtn, .nextBtn {
    color: #ca8080;
    cursor: pointer;
    width: 10%;
    min-width: 10%;
}

    .prevBtn:hover, .nextBtn:hover {
        color: #950000;
    }

    .prevBtn a:hover, .nextBtn a:hover {
        text-decoration: none !important;
    }

.prevBtn {
    text-align: left !important;
    background-image: url(_images/hrBack01.png);
}

.nextBtn {
    text-align: right !important;
    background-image: url(_images/hrBack04.png);
    background-position: top right;
}

.vgray, .vgrayBtn {
    color: #9c9b9b;
    width: 39%;
}

.vgray {
    background-image: url(_images/hrBack02.png);
    background-position: top center;
    position: relative;
}

.prevBtn a, .nextBtn a, .vgrayBtn a {
    display: block;
}

.vgrayBtn {
    cursor: pointer;
    background-image: url(_images/hrBack03.png);
    background-position: top center;
}

    .vgrayBtn:hover {
        color: #222222;
    }

.viewer div {
    display: table-cell;
}

.poemConta {
    width: 550px;
    min-width: 550px;
    max-width: 550px;
    padding: 0 50px 50px 0;
    position: relative;
    left: 12%;
}

.poemInfo {
    width: 310px;
    min-width: 310px;
    max-width: 310px;
    color: #9c9b9b !important;
    position: relative;
    left: 12%;
}

.vwPoemTitle, .vwDetailTitle {
    font-size: 50px;
    margin: 20px 0;
    padding: 0;
}

.poemCounter {
    position: absolute;
    left: 265px;
    top: 2px;
    font-size: 22px;
    color: #ca8080;
    background-color: white;
    padding-right: 10px;
}

.resKotva {
    width: 1px;
    height: 1px;
    line-height: 1px;
    text-decoration: none;
    visibility: hidden;
}

.aspNetDisabled, .aspNetDisabled:hover {
    background-color: gray !important;
    color: white !important;
}
