.container{
    height: 84%;
    width: 100%;
    position: fixed;
    top: 12%;
    left: 8%;
}

.uprava{
    background-color: whitesmoke;
}

.table{
    background-color: whitesmoke;
}

.filtr{
    background-color: #331200;
    color: whitesmoke;
    text-align: center;
    text-decoration: none;
}

.content{
    opacity: 90%;
    text-align: center;
    justify-content: center;
}

.uvod{
    background-color: whitesmoke;
    opacity: 85%;
    text-align: center;
    border: 1px solid whitesmoke;
}

.btn{
    width: 45%;
    color: white;
    background-color: coral;
    display: inline-block;
    border: 1px solid coral;
    border-radius: 0 0 40px 40px;
}

.btn:hover{
    border: 1px solid coral;
    color: coral;
    background-color: whitesmoke;
}

.btn:active{
    background-color: coral;
    color: white;
    border: 1px solid coral;
}

.btn-u{
    color: darkorange;
}

.btn-s{
    color: darkred;
}

.btn-h{
    color: green;
}

.serazeni{
    margin-left: 5%;
}

.cursor-pointer{
    cursor: pointer;
}

th:hover{
    color: coral;
}

a{
    color: coral;
}

a:hover{
    color: gray;
    text-decoration: none;
}

body{
    background-image: url("bg.jpg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
}

h3{
    color: coral;
}

h4{
    color: whitesmoke;
    margin-top: 4px;
}

nav{
    background-color: #331200;
}

.dropdown {
    position: relative;
    display: inline-block;
    color: whitesmoke;
    margin: 5%;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #b3b3b3;
    color: whitesmoke;
}

.dropdown:hover .dropdown-content {
    display: block;
}

li{
    color: whitesmoke;
}

.open-button {
    background-color: whitesmoke;
    color: black;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 115%;
}

.open-button:hover{
    background-color: #a6a6a6;
    color: whitesmoke;
}

.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}

.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: whitesmoke;
}

.form-container input[type=text], .form-container input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
}

.form-container input[type=text]:focus, .form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

.form-container .btn {
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
}

.form-container .cancel {
    background-color: red;
}

.form-container .btn:hover, .open-button:hover {
    opacity: 1;
}

.tags{
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    font-size: 1.25rem;
    color: whitesmoke;
    white-space: nowrap;
}

.tags:hover{
    color: coral;
}

.logout{
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    padding-right: .3125rem;
    padding-left: .3125rem;
    font-size: 1.25rem;
    color: coral;
    white-space: nowrap;
}

.logout:hover{
    color: #a6a6a6;
}

.gear{
    color: whitesmoke;
}

.gear:hover{
    color: coral;
}