﻿
.hover1 {
   
}
.hover1 div:hover {
    opacity: 0.8;
     transition: all 0.5s ease-out;
}
    .hover1 div {
        opacity: 1;
        transition: all 0.5s ease-out;
    }

/*Horní menu*/
.topnav {
    overflow: hidden;
    background-color: #333;
    left :55px;
    
}

    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 5px 12px;
        text-decoration: none;
        font-size: 17px;
    }

        .topnav a:hover {
            background-color: #ddd;
            color: black;
        }

        .topnav a.active {
            background-color: #04AA6D;
            color: white;
        }

    .topnav .icon {
        display: none;
    }

a.MenuSelect {
    display: none;
}

a.MenuMach {
    display: block;
}

@media screen and (max-width: 900px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
        font-size: 27px;
    }
    a.MenuRight{
        float :right ;
    }
    a.MenuSelect {
        display: block;
    }

    a.MenuMach {
        display: none;
    }
}

@media screen and (max-width: 900px) {

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}
    /*Boční menu*/
.TlacitkoMenu {
    font-size: 24px;
    cursor: pointer;
    top: 0px;
    left: 0px;
    position: absolute;
    text-align: center;
    background-color: #333;
    color: #f2f2f2;
    width: 55px;
    height: 50px;
}
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 55px;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

        .sidenav a {
            padding: 8px 8px 8px 32px;
            text-decoration: none;
            font-size: 25px;
            color: #818181;
            display: block;
            transition: 0.3s;
        }

            .sidenav a:hover {
                color: #f1f1f1;
            }

        .sidenav .closebtn {
            position: absolute;
            top: 10px;
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
        }

    @media screen and (max-height: 450px) {
        .sidenav {
            padding-top: 15px;
        }

            .sidenav a {
                font-size: 18px;
            }
    }




.button {
    position: relative;
    background-color: #04AA6D;
    border: none;
    font-size: 28px;
    color: #FFFFFF;
    padding: 20px;
    width: 200px;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}

    .button:after {
        content: "";
        background: #90EE90;
        display: block;
        position: absolute;
        padding-top: 300%;
        padding-left: 350%;
        margin-left: -20px !important;
        margin-top: -120%;
        opacity: 0;
        transition: all 0.8s
    }

    .button:active:after {
        padding: 0;
        margin: 0;
        opacity: 1;
        transition: 0s
    }

.TextM1 input, .TextM1 textarea, .TextM1 select {
    padding: 3px 10px 0 0;
    margin-bottom: 2px;
    margin-top: 20px;
    width: 100%;
}

.TextM1 div {
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}

    .TextM1 div label {
        position: absolute;
        left: 10px;
        pointer-events: none;
        transition: .5s;
        top: -10px;
        color: dodgerblue;
        font-size: 0.80em;
        background-color: white;
        padding: 0 10px 0 10px;

    }
    .TextM1 div a {
        position: absolute;
        right: 20px;
        
        transition: .5s;
        top: 1px;
        color: dodgerblue;
        font-size: 2em;
        /*background-color: white;*/
        /*z-index: 99999;*/
        padding: 0 1px 0 1px;
    }
    .TextM1 div button {
        position: absolute;
        right: 2px;
        transition: .5s;
        top: 2px;
        height: 35px;
        width:45px;
        font-size: 1.5em;
        padding: 2px 2px 2px 2px;
    }

.TextM2 div {
    position: relative;
    margin-left: 1px;
    margin-right: 1px;
}

    .TextM2 div label {
        position: absolute;
        left: 10px;
        pointer-events: none;
        transition: .5s;
        top: -10px;
        color: dodgerblue;
        font-size: 0.8em;
        background-color: white;
        padding: 0 10px 0 10px;
    }

    .TextM2 div button {
        position: absolute;
        right: 2px;
        transition: .5s;
        top: 2px;
        height: 35px;
        width: 45px;
        font-size: 1.5em;
        padding: 2px 2px 2px 2px;
    }

.item {
    position: relative;
    /*padding-top:20px;*/
    display: inline-block;

}

.notify-badge {
    position: absolute;
    right: 0px;
    top: -5px;
    background: red;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    color: white;
    padding: 2px 5px;
    font-size: 0.9em;
}

.notify-badge-ok {
    position: absolute;
    right: 0px;
    top: -5px;
    background: lime;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    color: white;
    padding: 2px 5px;
    font-size: 0.9em;
}

.boxTlacitka {
    background-color: white;
    width: 100%;
    
    box-sizing: border-box;
    box-shadow: 0 5px 10px rgb(128 128 128);
    padding:1px 1px 4px 1px;
}
.box1 {
    background-color: white;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 5px 10px rgb(128 128 128);
    padding: 10px 5px 5px 5px;
}
.cssred{
    border-color:blueviolet;
    border-width:2px;
}

.waitImage {
    position: fixed;
    top: 50%;
    left: 50%;
}

    .waitImage image {
        width: 100%;
        height: 100%;
    }

.ImagrBackg {
    position: absolute;
    top: 30%;
    left: 40%;
    opacity: 0.5;
}

    .ImagrBackg img {
        width: 50%;
        height: 50%;
    }

.TextboxSikonkou {
    position: relative;
}

        .TextboxSikonkou a {           
            position: absolute;
            right: 0px;
            transition: .5s;
            top: 2px;
            height: 35px;
            width: 45px;
            font-size: 1.2em;
            padding: 2px 2px 2px 2px;
        }

#toast-container {
    position: sticky;
    z-index: 1055;
    top: 0
}

#toast-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px
}

#toast-container > #toast-wrapper > .toast {
    min-width: 150px
}

    #toast-container > #toast-wrapper > .toast > .toast-header strong {
        padding-right: 20px
    }




.TextM3 input, .TextM1 textarea, .TextM1 select {
    padding: 3px 10px 0 0;
    margin-bottom: 2px;
    margin-top: 5px;
    width: 100%;
}

.TextM3 div {
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}

    .TextM3 div label {
        position: absolute;
        left: 10px;
        pointer-events: none;
        transition: .5s;
        top: -10px;
        color: dodgerblue;
        font-size: 0.80em;
        background-color: white;
        padding: 0 10px 0 10px;
    }

    .TextM3 div a {
        position: absolute;
        right: 20px;
        transition: .5s;
        top: 1px;
        color: dodgerblue;
        font-size: 2em;
        /*background-color: white;*/
        /*z-index: 99999;*/
        padding: 0 1px 0 1px;
    }

    .TextM3 div button {
        position: absolute;
        right: 2px;
        transition: .5s;
        top: 2px;
        height: 35px;
        width: 45px;
        font-size: 1.5em;
        padding: 2px 2px 2px 2px;
    }