#nav {
    min-height: 70px; background-color: #99e265;
}

#jumbotron-header {
    background-color: #000; margin-bottom: 0px;
    transition: 0.6s;
}

.collapsible {

    background-color: #000;
    color: white;
    cursor: pointer;
    padding: 18px;
    border: none !important;
    text-align: center;
    outline: none !important;
    font-size: 15px;
    transition: 0.3s;
    min-width: 270px;
    text-transform: uppercase;
    user-select: none;

}

.collapsible:active, .collapsible:hover {
    background-color: #fff;
    color: #000;
    outline: none;
}

#jumbotron-header:hover {
    opacity: 0.9;
    transition: 0.3s;
}

.tox tox-tinymce {
    min-height: 350px !important;
}

body {
    position:absolute;top:0px;left:0px;right:0px;bottom:0px;
}

.none {
    margin-bottom: 40px;
}

#logo {
    display: block; text-align: center;
}

.new-create {
    transition: 0.5s;
}

#navbar-col {

    line-height: 70px;
    text-align: center;


}

#navbar-href {

    transition: 0.3s;
    color: #000;

}

#navbar-href:hover {

    margin: 0 !important;
    background-color: #7cb851;

}

.namehref {

    color: #000;
    transition: 1s;

}

.namehref:hover {

    color: #99e265;
    text-decoration: none;


}

.new-create:hover {
    opacity: 0.5;
    text-decoration: none;
}



#logo img {max-width: 100%; user-select: none;}

.left { transition: 0.3s}
.right {float:right; transition: 0.3s; cursor: pointer;}

.newuser {
    text-align: center; margin-top: 20px; color: #99e265;
}

.newuser-href {
    cursor: pointer;

}

.newuser:hover {
    text-decoration: #99e265 solid underline;
}

.errormsg {
    text-align: center;
    line-height: 60px;
    user-select: none;
}

#clanky {
    margin-top: 40px;
}

.status {
    transition: 1s;
    margin-top: 7px;
}

.status:hover {

    transition: 0.3s;
    color: #99e265;
    cursor: pointer;
    user-select: none;

}

.vyhotoveni {

    border-color: #000;
    border-width: 1px;
    border-radius: 12px;
    width: 100px;
    height: 40px;
    color: #000;
    padding: 40px;

}

.vyhotoveni {
    background-color: #fff;
    border-style: solid;
    border-color: #000;
    border-width: 2px;
    color: #000;
    padding: 16px 32px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    transition: 0.3s;
    line-height: 0;
    border-radius: 0;
    outline: none !important;
    text-transform: uppercase;
    width: auto;
    user-select: none;
}

.nadpis-komentare {

    font-weight: bold;
    color: #4C7032;

}

.obsah-komentare {
    font-size: 12px;
}


.vyhotoveni:hover {
    background-color: #000;
    color: #99e265;
    border-style: solid;
    border-color: #000;
    border-width: 2px;
    outline: none !important;
}

.body-1 {
    width: 100%;
    min-height: 100%;
}

.komentar {
    margin-top: 20px;
}

div#nikdonenapsalkomentar {
    opacity: 0.7;
    transition: 0.3s;
    
}

div#nikdonenapsalkomentar:hover {
    opacity: 1;
}


#none30px {

    margin-bottom: 30px;

}

#none30px:before, #none30px:after {
    content: " ";
}



.body-2 {
    width: 100%;
    min-height: 100%;
    background-color: #000;
    color: #fff;
}

#sluzba {
    color: #000;
    padding-right: 0px;
}



.half-body4 {
    width: 100%;
    min-height: 10%;
    background-color: #4C7032;
    color: #000;
    text-align: center;
}

.half-body3 {
    width: 100%;
    min-height: 40%;
    background-color: #eee;
    color: #000;
}

.card {
    min-height: 300px;
    background-color: #99e265;
    transition: 1s;
    border-radius: 0;
}

.login {
    cursor: pointer;
}

.card:focus {
    opacity: 0.3;
}

.card:hover {
    opacity: 0.5;
}


.col-sm-6 {
    margin-top:15px;
}

@media only screen and (max-height: 640px) {

    .body-1 {
        min-height: 130%;
    }

}

@media only screen and (max-height: 700px) {

    .body-1 {
        min-height: 130%;
    }

    .body-2 {
        margin-top: 20px;
    }

}

@media only screen and (min-height: 641px) and (max-height: 700px) {

    .body-1 {
        min-height: 120%;

    }


}

@media only screen and (max-height: 570px ) {

    .body-1 {
        min-height: 140%;
    }

}

@media only screen and (height: 360px) and (width: 640px) {

    .body-1 {
        min-height: 210%;
    }

}

