* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    background-color: #ececec;
    margin: 0;

}

h1 {
    font-family: "Segoe UI Emoji","Segoe UI Symbol";
}
.ha2 {
    color: #435165;
    padding: 20px 0 10px 0;
}
.jumbo {
    background-color: rgb(224, 224, 224);

}
.jumbo div {
    padding: 20px 0 10px 0;
}



/* login form */

.login {
    width: 400px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 100px auto;
}
.login h1 {
    text-align: center;
    color: #5b6574;
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}
.login form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.login form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #3274d6;
    color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
    width: 310px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}
.login form input[type="submit"] {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    background-color: #3274d6;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
    background-color: #2868c7;
    transition: background-color 0.2s;
}


#login-result {
    color: #dc3545;
    font-weight: 700;
    padding: 12px 0;
    text-align: center;
}

/* end of login form */

/* register */


.register {
    width: 450px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 100px auto;
}
.register h1 {
    text-align: center;
    color: #5b6574;
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}

.register form h2 {
    text-align: center;
    color: #5b6574;
    font-size: 20px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}
.register form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.register form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #3274d6;
    color: #ffffff;
}
.register form input[type="password"], .register form input[type="text"], .register form input[type="email"], .register form select {
    width: 360px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}

.register form input[type=checkbox] {
    transform: scale(1.5);
    margin: 5px 15px;
}
.register form input[type="submit"] {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    background-color: #3274d6;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}
.register form input[type="submit"]:hover {
    background-color: #2868c7;
    transition: background-color 0.2s;
}

.reg-result {
    font-size: 20px;
    color: darkred;
}

.reg-result span {
    font-size: 20px;
    color: darkgreen;
}


/*Nové náradia*/


.new-tool {
    width: 500px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 100px auto;
}
.new-tool h1 {
    text-align: center;
    color: #5b6574;
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}

.new-tool form h2 {
    text-align: center;
    color: #5b6574;
    font-size: 20px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}
.new-tool form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.new-tool form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 50px;
    background-color: #3274d6;
    color: #ffffff;
}
.new-tool form input[type="password"], .new-tool form input[type="text"], .new-tool form input[type="email"], .new-tool form input[type="number"], .new-tool form select {
    width: 355px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}

.new-tool form textarea {
    width: 355px;
    height: 150px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}

.new-tool form input[type="submit"] {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    background-color: #3274d6;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}
.new-tool form input[type="submit"]:hover {
    background-color: #2868c7;
    transition: background-color 0.2s;
}

/*Tabulky*/

.table {
    padding-top: 20px;
}

.row-disabled {
    color: rgba(0, 0, 0, 0.3);

}

.row-disabled a {
    color: rgba(0, 0, 0, 0.3);

}

/*
#external_filter_container_wrapper {
    margin-bottom: 20px;
}

#external_filter_container {
    display: inline-block;
}*/


.actually {
    padding: 40px 5px 60px 15px;
}

/* Admin.php */

.uvod div div {
    padding: 20px 55px;
}

.banner {

}

.banner a {
    text-decoration: none;
    color: white;
}

.banner a h2 {
    padding: 35px 25px;
    /*background-color: #4caf50;*/
    background-color: #163d7c;
    transition: 0.5s;
}

.banner a h2:hover {
    padding: 35px 25px;
    /*background-color: #376939;*/
    background-color: #3274d6;

    transition: 0.5s;
}

.banner a h2 i {
    font-size: 1em;
    float: left;
    padding-left: 10px;
}