html {
    margin: 0;
    padding: 0;
}
body {
    background-color: #0d3d7d;
    margin: 0;
    font-family: "Libertad", "bitstream vera sans", "trebuchet ms", verdana, arial, sans-serif;
}

input{
    font-family: "Libertad", "bitstream vera sans", "trebuchet ms", verdana, arial, sans-serif;
    font-size: 11pt;
}

.ui-widget{
    font-family: "Libertad", "bitstream vera sans", "trebuchet ms", verdana, arial, sans-serif;
}

#body {
    background-color: white;
    margin: 0 auto;
    max-width: 1024px;
    min-height: 100vh;
    box-sizing: border-box;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.4);
}
#body.pisen {
    margin: 0 20px;
    max-width: unset;
}
#head {
    background-color: #00ADEF;
    color: white;
    padding: 5px 20px;
}
#head a {
    color: white;
    text-decoration: none;
}
#head .menu {
    position: relative;
    width: 100%;
    height: 20px;
    top: -20px;
    float: right;
    text-align: right;
}
#main {
    padding: 10px 20px;
}
#search-panel {
    width: 100%;
}

#search-field {
    -webkit-appearance: none;
    border: 1px solid #0d3d7d;
    padding: 6px 10px 5px 10px;
    line-height: 125%;
    font-size: 12pt;
    border-radius: 4px 0 0 4px;
    margin: 0;
    width: calc(100% - 110px);
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.19) inset;
}

#search-button {
    -webkit-appearance: none;
    padding: 6px 10px 5px;
    line-height: 125%;
    font-size: 12pt;
    background-color: #0d3d7d;
    border: 1px solid #0d3d7d;
    border-left-width: 0;
    border-radius: 0 4px 4px 0;
    color: white;
    margin: 0;
    width: 80px;
}


.vypis {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 140%;
}
.vypis .sloupcovy {
    column-count: 2;
}
a {
    color: #0d3d7d;
}
img.pisen {
    width: 50%;
}

img.button {
    cursor: pointer;
}

span.tag{
    /*border: 1px solid #0d3d7d;*/
    font-size: 50%;
    line-height: 125%;
    padding: 3px 7px;
    border-radius: 4px;
    border: 1px solid;
    white-space: nowrap;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.19);
}
span.tag a{
    text-decoration: none;
    color: white !important;
}
span.tag a.black{
    color: black !important;
}
span.tag.vetsi {
    font-size: 80%;
}

div.tag-space {
    line-height: 180%;
}

div#warning{
    margin-top: 10px;
    color: red;
}

input#osoba{
    min-width: 50%;
}

#text-pisne{
    white-space: pre;
    display: none;
}

#odkazy .tag {
    position: relative;
    bottom: 2px;
}

/* Editor zpěvníku */
#editor-zpevniku .pisnicka {
    border: 1px solid #0d3d7d;
    background-color: #f5eedd;
    margin: 1px 10px 5px 0;
    padding: 5px;
    width: 300px;
    text-overflow: ellipsis;
    /*height: 30px;*/
}

@media print {
    #odkazy {
        display: none;
    }
    #body.pisen {
        margin: 0;
        padding: 0;
        min-height: unset;
    }
    #body.pisen #main {
        padding: 0;
    }

    #head {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    #body.pisen {
        margin: 0;
    }
    #body.pisen #main {
        padding: 0;
    }
}
@media screen and (max-width: 835px) {
    .vypis .sloupcovy {
        column-count: unset;
    }
    img.pisen {
        width: 100%;
    }
}