﻿body {
    background-image: url("/Images/bila.png");
    margin: 100px 0px 0px 0px;
    height: 100%;
}

h1 {
    font-family: Comic Sans MS;
    font-size: 30px;
    line-height: 2em;
    padding-left: 1%;
    margin: auto;
    color: black;
}

h2 {
    font-family: Comic Sans MS;
    font-size: 17px;
    line-height: 2em;
    margin: auto;
    color: black;
}

table {
    width: 100%;
    font: 17px Verdana;
}

err {
    color: red;
}

suc {
    color: green;
}

inf {
    color: blue;
}

#logo {
    float: left;
    padding-right: 10px;
}

.telo {
    /* margin: auto;*/
}

.pridatKomentar {
    float: right;
    border: none;
    background: none;
    cursor: pointer;
    padding: 10px;
}

    .pridatKomentar:hover {
        color: blue;
        text-decoration: underline;
    }

.label {
    font: 17px Verdana;
}

#login {
    /*float:right;*/
}

#jmeno {
    list-style-type: none;
    /*float:right;*/
    text-align: left;
    /*padding-right:2em;*/
    line-height: 1.5em;
}

#login_body {
    margin: 0px auto;
}

.foto {
    float: left;
    background-origin: border-box;
    width: 100px;
    height: 100px;
}

#Label_login {
    font-weight: bold;
    font-size: 19px;
    color: white;
}

a {
    color: white;
    cursor: pointer;
}

#upravitProfil {
    font-size: 15px;
}

#odhlasit {
    font-size: 15px;
}

#Image_foto {
    float: left;
    height: 95px;
    width: 95px;
}

article {
    padding: 10px 0px;
}

    article header {
        height: auto;
        min-width: 100px;
        float: left;
        position: static;
        background: none;
    }

header {
    height: 100px;
    background-image: url("/Images/modra.png");
    position: absolute;
    top: 0px;
    width: 100%;
    color: white;
}

#menu {
    height: 100px;
    position: absolute;
    top: 0px;
    background-image: url("/Images/modra.png");
    color: white;
    width: 100%;
    min-width: inherit;
}

.modrePozadi {
    width: 100%;
    height: 100%;
}

section {
    background-color: white;
    padding: 20px;
    border: groove;
    border-color: #ffbb00;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 2px #000000;
}

footer {
    position: absolute;
    top: 85%;
    height: 15%;
    width: 100%;
    min-width: inherit;
    background-image: url("/Images/modra.png");
}

nav ul {
    margin: 0px auto;
    list-style-type: none;
    color: white;
}

    nav ul li {
        float: left;
        padding: 0px 22px;
        margin: 0 5px;
        font-size: 18px;
        line-height: 5.8em;
        font-family: Comic Sans MS;
        font-weight: bold;
        height: 100px;
    }

nav a {
    color: white;
    text-decoration: none;
}

nav ul li:hover, .aktivni {
    background: #ffbb00;
    box-shadow: 0px 0px 5px black;
}

p {
    font: 17px Verdana;
}

#obal {
    /*padding:40px;*/
    padding-top: 70px;
    padding-bottom: 70px;
}

#login_div {
    position: absolute;
    height: 150px;
    width: 300px;
    margin-top: -65px;
    margin-left: -150px;
    top: 50%;
    left: 50%;
    padding: 10px;
    background-image: url("/Images/modra.png");
    box-shadow: 0px 0px 10px black;
    border-radius: 7px;
}

#recovery_div {
    position: absolute;
    height: 100px;
    width: 300px;
    margin-top: -65px;
    margin-left: -150px;
    top: 50%;
    left: 50%;
    padding: 10px;
    background-image: url("/Images/modra.png");
    box-shadow: 0px 0px 10px black;
    border-radius: 7px;
}
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-align {
    text-align: right;
}

.padding {
    padding: 1%;
}

.center {
    text-align: center;
    vertical-align: middle;
}

#prihlasitSe, #pozadatOObnovuHesla {
    cursor: pointer;
    font-size: large;
    border: outset;
}

    #prihlasitSe:hover, #pozadatOObnovuHesla:hover {
        border: inset;
    }

#login_name, #login_password {
    border: inset;
}

.dlazdice {
    height: 140px;
    width: 100%;
    background-image: url("/Images/modra.png");
    cursor: pointer;
    text-align: center;
    line-height: 140px;
    border: groove;
    border-radius: 20px;
    border-color: #ffbb00;
}

    .dlazdice span {
        display: inline-block;
        vertical-align: middle;
        font-family: Comic Sans MS;
        line-height: normal;
        font-size: large;
        padding: 7px;
        color: white;
        font-weight: bold;
    }

    .dlazdice:hover {
        border: inset;
    }

    .dlazdice span:hover {
    }

#ramecek {
    min-height: 200px;
    width: 100%;
    height: 100%;
    border: groove;
    border-color: #ffbb00;
    border-radius: 20px;
    background-color: white;
    text-align: center;
    box-shadow: 0px 0px 10px 2px #000000;
}

.odstranit {
    color: red;
    text-decoration: underline;
    cursor: pointer;
}

.modrePodtrzene {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

    .odstranit:hover, .modrePodtrzene:hover {
        text-shadow: 5px 1px 5px silver;
    }

.odsaditZLeva {
    padding-left: 10px;
}

.naJednomRadku {
    display: inline-flex;
    height: 0px;
}

.nezalamovat {
    white-space: nowrap;
}

#krizek {
    cursor: pointer;
    float: right;
    padding-right: 5px;
    padding-top: 5px;
}

.schovat {
    display: none;
}

.zvyraznit {
    font-weight: bold;
}

.doleva {
    text-align: left;
}

.doprava {
    text-align: right;
}

.inline-block {
    display: inline-block;
}

.ukazatVic {
    font-weight: normal;
    float: right;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    padding-right: 10px;
}

#komentarText, #popis {
    min-height: 100px;
}

#odeslat, #odeslatNavrh {
    margin: 5px;
}

input#save {
    border-radius: 20px;
    font-size: larger;
    background: white;
    border-color: #ffbb00;
    cursor: pointer;
}

.save {
    border-radius: 20px;
    font-size: larger;
    background: white;
    border-color: rgb(234,180,35);
    cursor: pointer;
    /*color: rgb(9,133,192);*/
}

    .save:hover {
        border-style: inset;
    }

#lightbox {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    display: none;
    bottom: 0;
    z-index: 9999;
    text-align: center;
}

    #lightbox > #cover {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: none;
    }

    #lightbox:before {
        content: " ";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

    #lightbox > #lBoxContent {
        width: auto;
        height: auto;
        display: inline-block;
        background: white;
        border-radius: 20px;
        box-shadow: 0px 0px 8px black;
        vertical-align: middle;
        text-align: center;
        padding: 25px 25px 25px 25px;
        position: relative;
    }

#tableCoordinator {
    font-size: X-Large;
    font-weight: bold;
    text-shadow: 2px 5px 1px #c7c7c7;
}

#tableName {
    font-size: XX-Large;
}

#tableList {
    list-style-type: none;
    padding: 15px 5px 15px 5px;
    margin: 0px auto;
}

    #tableList > li {
        display: inline-block;
        padding: 0px 25px;
        margin: 0 5px;
        border-radius: 20px;
        border-color: black;
        border-style: solid;
        cursor: pointer;
        border-width: 2px;
        font-size: 17px;
    }

        #tableList > li:hover {
            transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transform: scale(1.05);
            -webkit-transform: scale(1.05);
            border-color: lightblue;
        }

.scheduleTable {
    text-align: center;
    width: 100%;
}

#tableList {
    list-style-type: none;
    padding: 15px 5px 15px 5px;
    margin: 0px auto;
}
#placesList {
    -webkit-padding-start: 0px;
}
#placesList > li {
    display: inline-block;
    padding: 0px 25px;
    margin: 0 5px;
    border-radius: 20px;
    border-color: black;
    border-style: solid;
    cursor: pointer;
    border-width: 2px;
    font-size: 17px;
}

    #placesList > li:hover {
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

.colors > div {
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    cursor: pointer;
}

    .colors > div:hover, .selectedColor {
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
    }

.h2Place {
    font-size: x-large;
}

#links {
    position: absolute;
    height: 130px;
    width: 300px;
    margin-top: -65px;
    margin-left: -150px;
    top: 50%;
    left: 50%;
    padding: 10px;
    box-shadow: 0px 0px 10px black;
    border-radius: 7px;
}

#login_div > form > a {
    font-size: Large;
    padding: 10px;
}
.userSettings {
    width: 1024px;
    margin: auto;
}
.logsTable {
    border-collapse: collapse;
    width: 100%;
}

.logsTable th, td {
    text-align: center;
    padding: 8px;
}

.logsTable tr:nth-child(even) {
    background-color: #f2f2f2
}

.logsTableHeader {
    background-color: rgb(9,133,192);
    color: white;
    font-weight:bold;
}
