.fix_btn{
    z-index:100;
    position:fixed;
    top: 100px;
    left:10px;
    width:80px;
    
}


#user-menu {
    position: fixed;
    right: 15px;
    top: 10px;
    z-index: 10000;
    color: #f5af09;
    cursor: pointer;
    font-size:30px;
}



.vissa-table {
    display: none
}
#tickettable {    
    display:none;
}
#tickthero {
    color:#7af7dc;    
    width: 100%;
    padding: 0 0 0 0;
    background: #213b52;
    background: linear-gradient(180deg, #213b52 0%, #213c54 35%, #204564 100%);
    z-index: 100
}
    #tickthero h1 {
        font-size:30px
    }


    #tickettable h5 {
        font-size: 22px;
        margin-top:15px
        
    }
    .chair-font {
        font-size: 22px;
    }
.country-font {
    
    width:10%;
    margin-right:5px;
    font-size: 22px;
    float: right;
    text-align:center;
}
    .country-font img{
        width:100%
    }

    @media (max-width: 768px) {
        .vissa-table{
            display:block;
        }
        .vissa-div{
            display:none
        }
        #tickthero {
            display: none
        }

        #tickettable {
            width: 100%;
            padding: 0 0 0 0;
            background: #213b52;
            background: linear-gradient(180deg, #213b52 0%, #213c54 35%, #204564 100%);
            color: #7af7dc;
            text-align: center;
            z-index: 100;
            display: block;
        }
    .chair-font {
        font-size: 15px;
    }

        .country-font h5 {
            font-size: 10px;
        }

            



}







.mymassage {
    text-align: center;
    color: blue;
    font-size: large;
}



i.chair_free {
    color: #000000;
}
i.chair_reserv, i.chair_sold {
    color: #ed0b0b;
}
i.chair_selected {
    color: #2ec609;
}




div.newchair {
    position: absolute;
    padding-top: 2px;
    width: 10px;
    height: 10px;
    text-align: center;
    color: #000000;
    font-size: 1em;
    cursor: pointer;
}

div.newtag {
    position: absolute;    
    width: 10px;
    height: 10px;
    text-align: center;
    color: #000000;
    font-size: 1em;
    cursor: pointer;
}


div.theater {
    position: relative;
}






div.cblanck {
    position: absolute;
    padding-top: 2px;
    border: 1px solid #000000;
}


div.chair {
    position: absolute;
    padding-top: 2px;
    width: 10px;
    height: 10px;
    text-align: center;
    color: #000000;
    font-size: 1em;
    cursor: pointer;
}

div.chair_tag {
    position: absolute;    
    width: 10px;
    height: 10px;
    text-align: center;
    color: #000000;
    font-size: 1em;
    cursor: pointer;
}


div.clickable {
    cursor: pointer;
}





div.chair_free {
    color: #000000;
    cursor: pointer;
}

div.chair_sold {
    color: #ed0b0b;
    cursor:default;
}

div.chair_reserv {
    color: #ed0b0b;
    cursor: default;
}

div.chair_selected {
    color: blue  ;
    cursor: pointer;
    font-size: 1em;
}

div.mynav {
    background-color: #7386D5;
    color: white;
}





/* Style the navigation menu */
.Mytopnav {
    top:40px;
    right: 10px;
    overflow: hidden;
    background-color:#a5aea1;
    position: fixed;
    z-index: 10000;
    width:160px;
    
}

    /* Hide the links inside the navigation menu (except for logo/home) */
    .Mytopnav #myLinks {
        display: none;
    }

    /* Style navigation menu links */
    .Mytopnav a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

        /* Style the hamburger menu */
        .Mytopnav a.icon {
            background: black;
            display: block;
            position: absolute;
            right: 0;
            top: 0;
        }

        /* Add a grey background color on mouse-over */
        .Mytopnav a:hover {
            background-color: #ddd;
            color: black;
        }

/* Style the active link (or home/logo) */


.screenlogo {
    width: 100%;
    background: #213b52;
}
    .screenlogo div {
        float:right;
    }
        .screenlogo img {
        min-height: 60px;
        max-height: 60px;
        margin-top: 10px;
        margin-right:10px;
    }
.MyMenu {
    margin: 0;
    padding: 0;
    list-style: none;
}
    .MyMenu  > ul > li {
        position: relative;
        white-space: nowrap;
        float: right;
        list-style-type: none;
        right: -49px;
        padding-left: -8px;
    }
    .MyMenu ul {
        border-radius: 6px;
    }

    .MyMenu a {
        display: block;
        position: relative;
        color: #adc7de;
        padding: 10px 15px;
        transition: 0.3s;
        font-size: 22px;
        font-family: Arial, Helvetica, sans-serif;
    }

        .MyMenu a:hover, .MyMenu .active > a, .MyMenu li:hover > a {
            color: #fdc134;
            text-decoration: none;
        }
    .MyMenu .drop-down ul {
        display: block;
        position: absolute;
        right: 30px;
        top: calc(100% - 10px);
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        padding: 10px 0;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: ease all 0.3s;
        width: 200px;
    }
    .MyMenu .drop-down:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
    .MyMenu .drop-down li {
        min-width: 180px;
        position: relative;
        float: right
    }
    .MyMenu .drop-down ul a {
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 500;
        color: #3e6f9b;
        display: block;
    }
        .MyMenu .drop-down ul a:hover, .MyMenu .drop-down ul .active > a, .MyMenu .drop-down ul li:hover > a {
            color: #fdc134;
        }
    .MyMenu .drop-down .drop-down ul {
        top: 0;
        left: calc(100% - 30px);
    }
    .MyMenu .drop-down .drop-down:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
    }
    .MyMenu .drop-down .drop-down > a {
        padding-right: 35px;
    }
#MenueButton {
    display:none;
    position: fixed;
    right: 80px;
    top: 20px;
    z-index: 10000;
    color: #f5af09;
    cursor: pointer;
    font-size: 30px;
}
@media (max-width: 768px) {
    .MyMenu {
        z-index: 1000;
        width: 206px;
        position: fixed;
        top: 70px;
        right: 5px;
        background-color: #fff;        
    }
        .MyMenu a {
            color: #3e6f9b;
        }
        .MyMenu > ul > li {
            position: relative;
            white-space: nowrap;
            float: none;
            list-style-type: none;            
        }
    #MyMenu {
        display: none;
    }
    #MenueButton {
        display: block;
    }




}