body {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Montserrat, sans-serif !important;
}

.logo {
    height: 50px;
}

h1 {
    display: inline-block;
    position: relative;
    top: 4px;
    margin-left: 20px;
    color: #FFF;
    font-size: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.login-form {
    height: calc(100vh - 95px) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}


.flash {
    text-align: center;
    color: #fff;
    background: royalblue;
    padding: 5px;
}

.source_image {
    width:100%;
    margin-bottom: 10px;
    border: 3px solid #FFF;
}

.source_gallery .source_image.selected {
    border: 3px solid #3f51b5;
}


.source_images_container>div {
    max-height: 80vh;
}

.source_images_container .source_gallery {
    overflow-y: auto;
}

.gen_container .mdl-card {
    width: 90% !important;
}

.gen_container .mdl-textfield {
    width: 100% !important;
}

#genFoto {
    padding: 10px;
    overflow: auto;
    text-align: center;
}

#genFoto img {
    max-width: 100%;
    margin-bottom: 10px;
}

#snippet--photoSnippet {
    overflow: auto;
}

.history-table {
    margin: auto;
    background: rgba(255,255,255,0.7);
}

.history-table img {
    max-width: 100%;
    width:250px;
}

.star {
    color: gray;
    font-size: 25px;
    margin-bottom: 30px;
    text-decoration: none;
    display: inline-block;
}


.rating .star {
    cursor: pointer;
}

/* Třída pro vyplněné hvězdy */
.rating .star.filled {
    color: yellow;
}

.history-table .star {
    margin-bottom: 0 !important;
}
.mdl-data-table td {

    text-align: left;
}

.text-center {
    text-align: center !important;
}

.mdl-data-table {
white-space: normal !important;

}

