/*V tomto dokumentu jsou všechny CSS deklarace česky.
    Proč?
    1)Pokud použiji šablonu, která má některé css deklarace stejné, použiji se pouze ty z té šablony, a web bude vypadat korektně
    2)Budu jasně vědět na první pohled, že css deklarace je ve Shared.css
    3)Možná se mi budou lépe pamatovat které třídy tu mám a lépe je rozpoznám v seznamů tříd v Intellisense VS
    4)S tím jak to teď refaktoruji bude méně .lightgreen {
    color:lightgreen;
}
    5)A ještě by se něco našlo :-)*/
@media screen and (max-width: 600px) {
    .lc {
        float: none;
        clear: both;
        width: 95vw;
        text-align: left !important;
    }
    .rc {
        float: none;
        clear: both;
        width: 95vw;
        text-align: left !important;
    }
}

@media screen and (min-width: 601px) {
    .lc {
        /* Otherwise will be ugly near rc*/
        padding: 10px;
        float: left;
        width: 30vw;
    }
    .rc {
        padding: 10px;
        float: left;
        width: 30vw;
    }
    .obsah
    {
        width: 70vw !important;
    }
    #lang
    {
        width: 70vw !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 1024px) {
    img {
        max-width: 100% !important;
        height: auto !important;
    }

    td {
        padding: 5px !important;
    }

    #div1 {
        display: block;
    }
}

@media screen and (min-width: 1025px) {
    img {
        max-width: 100%;
        height: auto;
    }

    td {
        padding: 10px !important;
    }

    #div1 {
        width: 50% !important;
        float: left;
    }

    #div2 {
        width: 50% !important;
        padding-left: 10%;
        float: right;
    }
}

.tile-small, 
.tile-medium, 
.tile-wide, 
.tile-large, 
.tile-app
{
    display: inline-block !important;
}
/*.button.info - its use as custom buttons (search button on lyrics etc)*/
.button.danger,
.button.success,
.button.secondary,
.button.alert,
.button.warning,
.button.yellow,
.button.primary,
.button.dark,
.button.light,
.button.link {
    margin: 10px;
}

.textarea textarea {
    resize: both !important;
    overflow-y: hidden;
}
.collapse {
    display: none;
    overflow: hidden;
}

span.lc {
    text-align: right;
    /* Default height for input Metro4 36+2x10 padding=56*/
    height: 56px;
}
/*input[data-role="checkbox"]
{
    top: 10px !important;
}*/
label.checkbox
{
    top: 5px;
}

.mw300
{
    max-width: 300px !important;
}
.select {
    max-width: 300px !important;
}

.radio
{
    /* Both Register.aspx */
    text-align: left !important;

    /*Píčovina, někdy to potřebuji mít horizontálně vedle sebe. V Register si tam dám Br nebo co budu chtít
        width: 100% !important;*/
}

.lc {
    display: block;
}
.rc {
    display: block;
    text-align: left !important;
}
    * {
    }

    hr {
        border: 0;
        height: 2px;
        margin: 18px 0;
        position: relative;
    }

    #main {
        margin-top: 100px !important;
    }

    .iosbRepair {
        position: relative !important;
    }

    hr:before {
        content: "";
        display: block;
        border-top: solid 1px rgba(255,100,100,0.100);
        width: 100%;
        height: 1px;
        position: absolute;
        top: 50%;
        z-index: 1;
    }

    .tabcontrol2 .tabs li.active a {
        background-color: #eeeeee !important;
    }

    ul.app-bar {
        margin: 0 !important;
        padding: 2px !important;
    }

    .fotoGalerieTnFile {
        width: 300px !important;
        height: 168px !important;
    }

    #containerPhoto img {
        border: 0 none !important;
    }

    .tabcontrol2 .frames .frame {
        padding: 0 !important;
    }

    #btnLoginedUser, #btnLoginedUser:hover {
        background-color: inherit !important;
        border: none !important;
        color: white !important;
    }

    img.pswp__img {
        max-width: none !important;
        width: initial !important;
        height: initial !important;
    }

    .buttonAsLink {
        background-color: transparent !important;
        text-decoration: none;
        border: none !important;
        color: #2DADED !important;
        cursor: pointer !important;
        padding: 0 !important;
        font-size: 1.4rem !important;
        vertical-align: middle !important;
    }

    .buttonAsText {
        background-color: transparent !important;
        text-decoration: none;
        border: none !important;
        color: black !important;
        cursor: pointer !important;
        padding: 0 !important;
        font-size: 1.4rem !important;
        vertical-align: middle !important;
    }

    #errorsJSText {
        float: left;
    }

    .sedePozadi {
        background-color: lightgray;
    }

    .vRadku {
        display: inline;
    }

    .vRadkuBlock {
        display: inline-block;
    }

    .dropdown-toggle {
        padding: 0px 10px 0px 10px;
    }

    .oranzovyObtah {
        border: 1px solid orange !important;
    }

    .bilyObtah {
        border: 1px solid white !important;
    }

    .cernyObtah {
        border: 1px solid black !important;
    }

    .carkovanePodtrzeniOdkazu:hover {
        border-bottom: 2px dashed #FE681B;
    }

    .castBarevneListy {
        height: 5px !important;
        max-height: 5px !important;
        min-height: 5px !important;
        display: inline-block;
        padding: 0;
        margin: 0;
        float: left;
    }

    .padding15{
        padding: 15px !important;
    }

    .margin15{
        margin: 15px !important;
    }

    .castBarevneListyVertical {
        display: block;
        content: '&nbsp';
        padding: 0;
        margin: 0;
        height: 25% !important;
        min-height: 25% !important;
        max-height: 25% !important;
    }

    .m-menu > li.active-container a, .m-menu .m-menu-item.active-container a {
        color: black;
    }

    .castBarevneListyVertical:after {
        clear: both;
        float: none;
    }

    .sdileciTlacitko2 {
        margin: 0 !important;
        margin-top: -8px !important;
    }

    .sdileciTlacitko {
        display: inline-block;
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .anketaObal {
        width: 200px !important;
        max-width: 200px !important;
        min-width: 200px !important;
        border: solid 1px gray;
        text-align: left;
    }

    .gm-style img, #divMap img {
        max-width: none !important;
    }

#content {
}

.zpravaStavuAnkety {
    text-align: center;
    font-weight: bolder;
    display: none;
    background-color: lightgreen;
}

    .expirovanaAnketa {
        border-top: 3px solid black;
        border-bottom: 3px solid black;
    }
    /*Width,height,background-image a border-radius musím nastavit u každého obrázku specifický*/
    .kulatyObrazek {
        background-size: cover;
        display: block;
    }

    .lightgreen {
        color: lightgreen;
    }

    .red {
        color: red;
    }

.left {
    margin-right: auto !important;
    margin-left: 0 !important;
}

    .right {
        margin-left: auto !important;
        margin-right: 0 !important;
    }

    .tl
    {
        text-align:left;
    }

    .anketaGraf {
        height: 12px !important;
    }

    .anketaPolozka {
        padding-left: 10px;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        border-bottom: dotted 1px black;
    }

    .jmenoPolozkyAnkety:hover {
        text-decoration: underline;
        cursor: pointer;
    }

    .barevnyPruhPodHorniListou {
        position: absolute;
        top: 45px;
        left: 0;
        width: 100% !important;
        min-width: 100% !important;
    }

    .prekrytiObrazkem {
        background-color: rgba(0, 0, 0, 0.85);
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        /*metro upper bar have 1030*/
        z-index: 1031;
    }

    .fotoGalerieTnBoxCernePrekryti:hover {
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)) !important;
    }

    .fotoGalerieTnBoxCernePrekryti .fotoGalerieTnBoxBilyText {
        width: 300px;
        height: 168px !important;
    }

        .fotoGalerieTnBoxCernePrekryti .fotoGalerieTnBoxBilyText div {
            position: absolute;
            display: block;
            margin: 20px 0 0 20px;
            font-size: larger;
            color: lightgray;
        }

    .barevnyPruhPresCelouSirku {
        left: 0;
        width: 100% !important;
        min-width: 100% !important;
    }

    .hlavickaTabulky {
        border: 3px solid #8B0000;
        border-left: none;
        border-right: none;
    }

    .bunkaTabulky {
        border-bottom: 1px solid black;
    }

    .sirka70Procent {
        font-size: 70%;
    }

    .tucneji {
        font-weight: bolder !important;
    }

    .sede {
        color: Gray;
    }

    .tucne {
        font-weight: bold;
    }

    .sbaleno {
        display: none !important;
    }

    /* metro dont have class for collapsed */
    .collapsed
    {
        display: none !important;
    }

    #buttonUser {
        background-color: #1ba1e2 !important;
    }

    .navAnchor {
        color: white !important;
    }

    .textVlevo {
    }

    .textVpravo {
        text-align: right;
        margin-bottom: 0;
        margin-right: 0;
    }

    .textVpravo300px {
        float: left;
        width: 100px;
    }

    .textVlevo300px {
        float: left;
    }

    .fr{
        float: right;
    }

    .fl{
        float: left;
    }

    .hvc {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

     .overlay-box {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            background: #666666;
            opacity: .8;
            z-index: 1000;
        }

    #bestForYouWrapper{
        background-color: lightblue;
        border-radius: 25px;
    }

    .vc {
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%)
    }

    .velkaPismena {
        text-transform: uppercase;
    }

    .marginTop15Bottom5 {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .velikostPisma70Procent {
        font-size: 70%;
    }

    .sirka30Procent {
        width: 30% !important;
    }

    .marginTop10Bottom10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .topBottomMargin0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .topMarginPadding0 {
        padding-top: 0;
        margin-top: 0;
    }

    .nezobrazovat {
        visibility: hidden;
    }

    /* Pozadí nesmí být nikdy tmavé, protože 
jinak to nevypadá hezky. Toto bude výjimka, kterou nechám v angličtině. */
    #errors {
        text-align: left;
        background-color: White;
        border: 1px solid Lime;
        padding: 5px 10px 5px 10px;
        margin: 10px;
    }

    #errorsJS {
        text-align: left;
        background-color: White;
        border: 1px solid Lime;
        padding: 5px 10px 5px 10px;
        margin: 10px auto 0 auto;
        position: fixed;
        top: 1px;
        left: 25%;
        width: 50%;
        z-index: 9999;
        background-color: White;
    }

    .full-size-2 {
        width: 200% !important;
    }

    #divPagingOP {
        height: 35px !important;
    }

    a.vysledekHledaniOdkaz {
        font-size: medium;
    }

    div.vysledekHledaníHiearchie {
        font-size: 14px;
        color: #006621;
    }

    div.vysledekHledaniMeta {
        margin-bottom: 1px;
        color: #666;
    }

    div.vysledekHledaniText {
        line-height: 1.24 !important;
        color: #444;
        font-size: small;
    }

    .uspech {
        color: Lime;
    }

.chyba {
    color: Red !important;
}
.fake-textarea{
    display: none !important;
}
.error {
    color: red !important;
}
.success {
    color: lightgreen !important;
}

.varovani {
    color: Orange;
}

    .informace {
        color: Black;
    }

    .arrowDown {
        border-color: #C0C0C0 transparent transparent;
        border-style: solid dashed dashed;
        border-width: 3px 3px 0;
        display: inline-block;
        left: 4px;
    }

    .cb {
        clear: both;
        float: none;
        width: 100% !important;
    }
    /*Stejná třída je i v CommentsShared.css, aby se mi zobrazily korektně obrázky i na cizích webech které neimportují tento css*/
    .fotoGalerieTnBox {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 5px;
    }

    .fotoGaleriePolozka {
        min-width: 75px;
        z-index: 1;
    }

    .fotoGalerieTnFile {
        z-index: 1;
        border: 0 none !important;
    }

    .fotoGalerieTnFolder {
        position: absolute;
        top: 0;
        left: 0;
    }

    .fotoGalerieTnDesc {
        max-width: 300px !important;
        font-size: smaller;
        padding-top: 5px;
        text-align: center;
    }

    .zvolenyObrazek {
        border: 4px solid Yellow !important;
    }

    .toCenter {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .break, p, ul, ol, dl, blockquote, h1, h2, h3, h4, h5, h6 {
        overflow-wrap: break-word !important;
    }
    h1
    {
        margin: 20px 0 20px 0 !important;
    }
h2 {
    margin: 14px 0 14px 0 !important;
}
h3 {
    margin: 10px 0 10px 0 !important;
}

.tc
{
    text-align: center;
}

    .naStred {
        left: 50%;
        right: 50%;
    }
    .tlacitkoPrepinaci {
        background-color: khaki;
        border: 1px solid rgba(0, 0, 0, 0.1);
        color: #222;
        cursor: pointer;
        height: 29px !important;
        padding: 0px 10px;
        margin: 0;
        text-align: center;
        vertical-align: middle;
        font-size: 11px;
        font-weight: bold;
        position: relative;
        float: left;
        margin-top: auto;
        margin-bottom: auto;
        line-height: 26px;
    }

    .piv {
        margin-top: 9.333px;
        margin-bottom: 9.333px;
    }

    .showonhover .hovertext {
        display: none;
    }

    .showonhover:hover .hovertext {
        display: inline;
    }

    .hovertext {
        position: absolute;
        z-index: 1000;
        border: 1px solid #ffd971;
        background-color: #fffdce;
        padding: 11px;
        width: 500px;
        left: 250px;
        font-size: 0.75em;
    }

    a.viewdescription {
        color: #999;
    }

        a.viewdescription:hover {
            background-color: #999;
            color: White;
        }

    /*Samozřejmě po dvou vedle sebe float divech, je potřeba říct prohlížeči, že už další sloupce přidávat nebudete clear:both*/
    #footer {
        clear: both;
        text-align: center;
        padding: 10px 0 5px 0;
    }

    .cernyText {
        color: black !important;
    }

    .h1 {
        font-size: large;
    }

    .xx-large {
        font-size: xx-large;
    }

    .tabulkaNaStredAutoSirka {
        color: black;
        vertical-align: middle;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: auto !important;
        /*border: 2px solid Gold;*/
        padding: 0;
    }

    .margin0 {
        margin: 0 !important;
    }

    h1 {
        background-image: none !important;
    }

    .centered-btns_nav {
        display: none !important;
    }

    .gold {
        color: gold !important;
    }

    h3 span {
        color: silver !important;
    }

    .app-bar .app-bar-element img {
        padding: 0 !important;
        margin: 0 !important;
    }

    [class^="mce-"]:hover, [class*=" mce-"]:hover, .mce-menubtn span:hover, .mce-menubar .mce-menubtn button span:hover, .mce-btn button:hover {
        border: 0 !important;
    }

    [class^="mif-"], [class*=" mif-"] {
    }

    .fotoGalerieTnBox, .fotoGalerieTnFolder img, .fotoGalerieTnFile img {
        border: 0 none !important;
    }

    sub, sup {
        line-height: initial;
    }

    #body {
        margin-left: auto;
        margin-right: auto;
    }

    #form1 {
        height: 100%;
    }

    #divMap {
        width: 90%;
        height: 400px;
    }

    .gmnoprint img {
        max-width: none !important;
    }

#barevnaLista {
    height: 5px;
    z-index: 999;
}

.colspan2 {
    width: 14.893625% !important;
    float: left;
}

.colspan3 {
    width: 23.4042625%;
    float: left;
}

.colspan4 {
    width: 31.9149%;
    float: left;
}

.colspan5 {
    width: 40.4255375%;
    float: left;
}

.colspan6 {
    width: 48.936175%;
    float: left;
}

.colspan7 {
    width: 57.4468125%;
    float: left;
}

.colspan8 {
    width: 65.95745%;
    float: left;
}

.colspan9 {
    width: 74.4680875%;
    float: left;
}

.colspan10 {
    width: 82.978725%;
    float: left;
}

.colspan11 {
    width: 91.4893625%;
    float: left;
}

.colspan12 {
    width: 100%;
    float: left;
}

.grid .row:empty {
    display: none;
}

.v-align-center {
    /*Je nutno specifikovat u každého elementu označeného třídou .v-align-center výšku!!*/
    /*height: 200px !important;*/
    /*vertical-align: middle; - zkoušel, nepomohlo*/
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

/* must have setted height
    can be span and div in all combination
*/    
.outer-v-center {
    display: table;
}

/*grow to full height of parent
    can have height, but is ignored
    can be span and div in all combination
*/
.inner-v-center {
    display: table-cell;
    vertical-align: middle;
}

/*For using in unknown height. Another approach is using table https://css-tricks.com/centering-in-the-unknown/ */
.v-align-outer {
    display: table;
}

.v-align-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}