﻿body,html {
    padding:0px;
    margin:0px;
    font-family:Verdana,Arial;
    height:100%
}
.menuItem
{
    border-bottom: dashed 1px #999999;
    background-color:#FFFFFF;
    
    margin:auto;
    padding:5px;
    width:95%;
    cursor:pointer;
    font-size:20px;
}
    .menuItem:active {
        background-color: #008eac;
        color:#FFFFFF;
    }


    .disableItem{
        text-decoration:line-through;
            color:#CCCCCC;
    }
.flag
{
    width:50px;
    height:33px;
}

.navigator
{
    background-color:#990000;
    position:fixed;
    height:80px;
    width:100%;
    color:#FFFFFF;
}

.navigatorItem 
{
    cursor: pointer;
    border-radius: 30%;
    border:solid 1px #FFFFFF;
    height: 50px;
    width: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size:70%;
    float:left;
    margin-left:20px;
    margin-top:5px;
    }

    .navigatorItem:active {
        background-color: #008eac;
    }

.itemDetail {
    
    
}

.itemDetailHidden {
    display:none;
    height:0px;
}

.itemButton {
    background-color: #5bb2e7;
    color: white;
    border-radius: 50%;
    
    
    bottom: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    background-position:center center;
    background-size:60%;
    background-repeat:no-repeat;
}

.notify {
    background-color: red;
    color: #FFFFFF;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: relative;
    left: 30px;
    top: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}
    .notify.span {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
    }
.price{
    font-weight:bold;
}
.discount {
    font-weight: bold;
    color: red;
}
.description{
    font-style:italic;

}
.title
{
    text-align:center;
    border-bottom:solid 1px #999999;

}

.myFrameHidden{
    display:none;
}

.myFrameShow {
    position: absolute;
    top:0px;
    left:0px;
    height: 100%;
    width: 100%;
    background-color:#000000;
    
}

.xpicture {
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
    width: 100%;
    height: 100%;
}

.mymessage {
    text-align:center;
    width:100%;
    font-weight:bold;
    padding-top:20px;
    padding-bottom:20px;
    font-size:20px;
}

.buttonOff {
    background-color: green;
    color: darkseagreen;
    width: 50%;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px darkseagreen;
    margin: auto;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    font-size: 25px;
}
.buttonOn {
    background-color: green;
    color: #FFFFFF;
    width: 50%;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px darkseagreen;
    margin: auto;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    font-size: 25px;
}
.hide {
    display:none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.field {
    width: 50%;
    height: 30px;
    color: #CCCCCC;
    padding: 10px;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 25px;
}



.bottomDiv {
    text-align: center;
    margin: auto;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #ffffff;
    border-top: solid 1px #999999;
}