<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Roboto Condensed','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    color: #5b5b5b;
    font-weight: lighter;
}

h1, h2, h3 {
    color: #7f8c8d;
    font-weight: lighter;
    font-family: 'Roboto Condensed';
    margin: 5px;
}

h1 {
    color: #7f8c8d;
    font-size: 22px;
}

h2.green {
    color: #00999A;
    margin: 0 0 15px 0;
    padding: 0;
    letter-spacing: 1px;
}

    h2.green a {
        color: #00999A;
    }


h3 {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    color: #FFAA00;
}

.underline {
    border-bottom: 1px solid #E5E5E5;
    color: #A2ABAB;
}

h4 {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    color: #FFAA00;
}

a, a:visited {
    text-decoration: none;
    color: #FFAA00;
}

img {
    vertical-align: middle;
}

    img:hover {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

table {
    width: 90%;
    margin: 0 5% 25px 5%;
}
.subTable {
    width: 100%;
    margin:0
}
tr:nth-child(even) {
    background: #FFF;
}

tr:nth-child(odd) {
    background: #F5F5F5;
}

th {
    border-radius: 2px;
    padding: 10px;
    background-color: #7f8c8d;
    color: #fff;
    font-weight: lighter;
}

.gray1 {
    background-color: #A2ABAB;
}

.gray2 {
    background-color: #BBC2C2;
}

.gray3 {
    background-color: #C8CECE;
}

.gray4 {
    background-color: #E8EAEA;
}

.orange {
    background-color:rgba(255, 133, 0, 0.3);
}

.white {
    color:white
}

.green1 {
    background-color: #4FCB7D
}
.width10 {
    width:10%
}

td {
    border-radius: 2px;
    padding: 10px;
}

input {
    font-family: 'Roboto Condensed','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 5px;
    border-radius: 3px;
    border: 0;
    font-weight: lighter;
}

    input[type="text"]:focus, textarea:focus {
        border: 1px solid #FFAA00;
    }

    input[type="submit"] {
        -webkit-appearance: none;
    }

    input[type="file"] {
        font-size: 18px;
        width: 100%;
        box-sizing: border-box;
    }


select {
    font-family: inherit;
    font-size: 18px;
    border: 1px solid #C0C0C0;
    padding: 3px;
    font-weight: lighter;
    cursor: pointer;
    border-radius: 3px;
    margin-bottom: 3px;
}

    select:hover {
        border: 1px solid #FFAA00;
        box-shadow: 0 5px 15px rgba(255, 133, 0, 0.11);
    }

.submitOrange {
    font-family: inherit;
    font-size: 18px;
    padding: 5px;
    margin-bottom: 3px;
    font-weight: lighter;
    cursor: pointer;
    border-radius: 3px;
    color: #fff;
    background-color: #FFAA00;
}

    .submitOrange:hover {
        background-color: #ff8500;
    }

.masterStrip {
    background-color: #F5F5F5;
    border-bottom: 1px solid #E5E5E5;
    padding: 5px;
    overflow: hidden;
}

    .masterStrip .flLeft {
        width: 45%;
        float: left;
    }

    .masterStrip .flRight {
        width: 45%;
        float: right;
        text-align: right;
        margin: 15px 5px 5px 0;
    }

        .masterStrip .flRight a {
            color: #7f8c8d;
        }

.homeStrip {
    text-align: center;
    margin: 10px auto;
}

.small {
    font-size: 16px;
    text-align: right;
    padding: 5px;
    color: #5b5b5b;
    font-weight: lighter;
}

    .small a {
        color: #5b5b5b;
    }

        .small a:hover {
            color: #FFAA00;
        }

.bolder {
    font-weight: bolder;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.dropdownBox {
    text-align: center;
    margin: 25px 0 25px 0;
}


/*FFAA00*/
.dd {
    color: #ff0000;
}

.hSep {
    margin: 25px 0 0 0;
    height: 10px;
    border-bottom: 1px solid #E5E5E5;
}

.alertContainer {
    margin: 0 auto;
    background-color: #FE4C00;
    color: #fff;
    text-align: center;
    padding: 10px;
    background-color: #d40404;
    -moz-animation: blink normal 1.5s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 1.5s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 1.5s infinite ease-in-out; /* IE */
}

    .alertContainer a {
        color: #fff;
        text-decoration: underline;
    }

.shortCuts {
    margin-top: 30px;
    text-align: center;
    overflow: hidden;
}

    .shortCuts .child {
        padding: 15px;
        display: inline-block;
        margin: 0 auto;
        width: 120px;
    }

        .shortCuts .child img:hover {
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
            border-radius: 40px;
        }


        .shortCuts .child .textCont {
            font-size: 18px;
            font-weight: lighter;
            margin-top: 15px;
            float: left;
            text-align: center;
            width: 120px;
        }

.topbotmarg {
    margin: 10px 0 10px 0;
}
/*Login Form*/
.loginCont {
    margin: 0 auto;
    padding: 15px;
    width: 230px;
    min-height: 270px;
    background-color: #F5F5F5;
    border-radius: 5px;
    font-size: 20px;
    font-weight: lighter;
    border: 2px solid #E5E5E5;
}

    .loginCont .label {
        margin: 5px 0px;
    }

    .loginCont .textBox {
    }

    .loginCont input[type="text"], input[type="number"], input[type="password"] {
        font-size: inherit;
        background-color: #FFFFFF;
        border-bottom: 1px dotted #a9b4b5;
        border-radius: 0;
        padding-left: 1px;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

textarea {
    width: 100%;
    height: 150px;
    padding: 5px;
    font-family: inherit;
    box-sizing: border-box;
    border-radius: 3px;
    border: 0;
}

.error {
    text-align: center;
    color: #ff0000;
}

.submitBG {
    background-color: #F5F5F5;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.redWarning {
    color: #ff0000;
}

    .redWarning span {
        margin: 10px 0 0 0;
    }
/*Profil View*/
.profil table {
}


/*Telefonni Seznam View*/
.telefonniSeznam {
}

    .telefonniSeznam input[type="text"] {
        width: 100%;
        font-size: 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .telefonniSeznam td {
        padding: 5px;
    }

.ZpravyTable {
    table-layout: fixed;
}

    .ZpravyTable .zprava-predmet &gt; input {
        width: 100%;
        padding: 5px;
        box-sizing: border-box;
    }

.ZpravyTable .grayRow {
    background: #F5F5F5;
}


.ZpravyTable .whiteRow {
    background: #FFF;
}

    .ZpravyTable .whiteRow.unread {
        background: rgba(255, 133, 0, 0.3);
    }

    .ZpravyTable .whiteRow .marginTop {
        margin-top: 25px;
    }

    .ZpravyTable .whiteRow .bottomRadius {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

.gallery img {
    width:100%;
    
    margin: 0 5px 5px 0;
    float:left
}


a.SmazatZpravuButton {
    background-image: url('/Content/Gfx/Kos.png');
    background-repeat: no-repeat;
    background-position: top left;
    width: 32px;
    height: 32px;
    float: right;
}

    a.SmazatZpravuButton:hover {
        box-shadow: 0 5px 15px rgba(255, 133, 0, 0.3);
        border-radius: 40px;
    }

a.PrectenoZpravaButton {
    background-image: url('/Content/Gfx/MarkAsRead.png');
    background-repeat: no-repeat;
    background-position: top left;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    float: right;
}

    a.PrectenoZpravaButton:hover {
        box-shadow: 0 5px 15px rgba(255, 133, 0, 0.3);
        border-radius: 40px;
    }

a.StahnoutPrilohuButton {
    background-image: url('/Content/Gfx/download.png');
    background-repeat: no-repeat;
    background-position: top left;
    width: 32px;
    height: 32px;
    float: right;
}

    a.StahnoutPrilohuButton:hover {
        box-shadow: 0 5px 15px rgba(255, 133, 0, 0.3);
        border-radius: 40px;
    }



a.UlozitVyplatniPaskuButton {
    background-image: url('/Content/Gfx/vpaska.png');
    background-repeat: no-repeat;
    margin: 0 auto;
    display: block;
    width: 48px;
    height: 48px;
}

    a.UlozitVyplatniPaskuButton:hover {
        box-shadow: 0 5px 15px rgba(255, 133, 0, 0.3);
        border-radius: 40px;
    }

a.StahnoutVyplatniPaskuButton {
    background-image: url('/Content/Gfx/pdfdwn.png');
    background-repeat: no-repeat;
    margin: 0 auto;
    display: block;
    width: 48px;
    height: 48px;
}

    a.StahnoutVyplatniPaskuButton:hover {
        box-shadow: 0 5px 15px rgba(255, 133, 0, 0.3);
        border-radius: 40px;
    }

.rightSideRadius {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #F8F8F8;
    font-size:18px
}

a img:hover {
    box-shadow: 0 5px 15px rgba(255, 133, 0, 0.4);
    border-radius: 40px;
}


@keyframes blink {
    0% {
        background-color: rgba(255,0,0,1);
    }

    50% {
        background-color: rgba(255,0,0,0.2);
    }

    100% {
        background-color: rgba(255,0,0,1);
    }
}

.mtHelp {
    padding: 15px;
}

    .mtHelp h3 {
        margin: 20px 0 6px 0;
    }
.lekarLokalita {
    border-top:1px solid #CECECE;
    border-bottom:1px solid #CECECE;
    padding:5px 0 5px 0;
    margin:5px 0 5px 0;
}


.hovercolor {
    transition: color 0.3s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*.hovercolor img{
    transition: 0.3s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}*/

    .hovercolor img:hover {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        box-shadow: none;
        border-radius: 0px;
    }

    .hovercolor:hover {
        color: #FFAA00;
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }

.CafeBody {
    width: 90%;
    margin: 0 5% 25px 5%;
}

    .CafeBody .grayRow {
        background: #F5F5F5;
    }


    .CafeBody .whiteRow {
        background: #FFF;
    }

        .CafeBody .whiteRow.unread {
            background: rgba(255, 133, 0, 0.3);
        }

        .CafeBody .whiteRow .marginTop {
            margin-top: 25px;
        }

        .CafeBody .whiteRow .bottomRadius {
            border-bottom-right-radius: 10px;
            border-bottom-left-radius: 10px;
        }


.obsah {
    border-radius: 2px;
    padding: 10px;
}

.zkratky {
    text-align: center;
    overflow: hidden;
}

    .zkratky .child {
        padding: 15px;
        display: inline-block;
        margin: 0 auto;
        width: 120px;
    }

        .zkratky .child img:hover {
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
            border-radius: 40px;
        }


        .zkratky .child .textCont {
            font-size: 18px;
            font-weight: lighter;
            margin-top: 15px;
            float: left;
            text-align: center;
            width: 120px;
        }

.outlist {
    counter-reset: item;
}

    .outlist &gt; li {
        display: block
    }

        .outlist &gt; li:before {
            content: counter(item) ". ";
            counter-increment: item;
            font-weight: bold;
        }


.inline {
    display: inline-flex;
    align-items:center;
    justify-content:center;
}

@media only screen and (max-width:500px) {
    .inline {
        display: inline-block;
        align-items: center;
        justify-content: center;
    }

}

.alertContainerNotBlink {
    margin: 0 5% 0 5%;
    background-color: #ff0000;
    color: #fff;
    text-align: center;
    padding: 10px;
}

    .alertContainerNotBlink a {
        color: #fff;
        text-decoration: underline;
    }

</pre></body></html>