* {
    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;

}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

/* Bootstrap úpravy ****************** */
.btn-info {
    color: #fff;
    background-color: #00b9de;
    border-color: #00b9de;
}
.btn-info:hover, .btn-info:focus {
    color: #fff;
    background-color: #009ab9;
    border-color: #009ab9;
}

.btn {
    margin: 1px;
}

a:link {
    text-decoration: none;
  }

/* V detaile reklamacie po upgrade na bootstrap 5 robilo problemy, default 0 */
.row>* {
    flex-shrink:1;
}

/* Úpravy v tabuľkách ak je stripped, aby neboli tak tmavé :) */
.table {
    --bs-table-striped-bg: rgba(0, 0, 0, 0.03); ;
}
/* END of Bootstrap úpravy ****************** */



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-text {
    margin: 100px 3% auto 10%;
    font-size: 20px;
}

#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:not(.unstyled) {
    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ý produkt*/


.new-product {
    width: 500px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 100px auto;
}
.new-product h1 {
    text-align: center;
    color: #5b6574;
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}

.new-product form h2 {
    text-align: center;
    color: #5b6574;
    font-size: 20px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}
.new-product form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.new-product form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 50px;
    background-color: #3274d6;
    color: #ffffff;
}

.new-product form div.form-switch {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 50px;
      /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
}

.new-product form input[type="password"], .new-product form input[type="text"], .new-product form input[type="number"], .new-product form input[type="email"], .new-product form select {
    width: 355px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}

.new-product form textarea {
    width: 355px;
    height: 150px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}

.new-product 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-product 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;
}

.cart {
    padding-top: 15px;
}

.cart-table tr td {
    font-size: 18px;
}

.cart-table tr td a {
    font-size: 18px;
    text-decoration: underline;
}










/* status-msg */
.status-msg {
    margin: 10px;
    padding: 10px 0;
    text-align: center;
    font-weight: 500;
}

.status-msg-success {
    color: green;
}

.status-msg-error {
    color: #d80000;
}

.red {
    color: #d80000;
}

