﻿

.container {
    margin:auto;

}

.translationIcon {
    height:40px; width:40px; background-size:cover;
    
    cursor:pointer;
}
#FormView1 {
    margin: auto;
}
.emptyInput {
    border: 0px;
    border-bottom: solid 1px #999999;
    
    color: #CCCCCC;
    width: 300px;
    margin-bottom: 20px;
    font-size: 20px;
}

.fullInput {
    border: 0px;
    border-bottom: solid 1px #999999;
    border-left: solid 1px #999999;
    
    color: #990000;
    width: 300px;
    margin-bottom: 20px;
    font-size: 20px;
    background-color: #FFFFFF;
}

.buttonUpdate {
    background-color: green;
    color: #FFFFFF;
    padding: 5px;
    border-radius: 5px;
    border: solid 1px #678bbd;
    margin: auto;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    margin: 5px;
    min-width:120px;
}


    .bottomDiv {
        text-align: center;
        margin: auto;
        position: fixed;
        bottom: 0px;
        width: 100%;
        background-color: #ffffff;
        border-top: solid 1px #999999;
    }

.block{
    width:150px;
    height:150px;
    float:left;
    border:solid 3px #000000;
    background-size:80%;
    background-position: center center;
    background-repeat:no-repeat;
    margin:10px;
    cursor:pointer;
    display:inline-block;

}

    .block:hover, .block:active {
        background-color: bisque;
        transition: background-color 1s;
    }
    
    .blockTitle{
        position:relative;
        bottom:0px;
        text-align:center;
        background-color:#990000;
        color:#FFFFFF;
        font-weight:bold;
    }

    .title{
        margin:auto;
        font-weight:bold;
        text-align:center;
    }
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;
}




.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;
    float:left;
}

.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;
}
.show {
    font-size: 20px;
    color: #999999;
    border-top: dashed 1px #999999;
}
/* 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;
}

.btnSwitch{
    cursor:pointer;
    width:52px;
    height:25px;
    background-size:cover;
    


}