body{
    min-width: 930px;
    font-family: candara;
    font-size: 18px;
}
.width-100{
    width: 100px;
}.width-500{
    width: 500px;
}
.formtag{
    position: relative;
    width: 350px;
    height: auto;
    float: left;
}
.menutagX{
    position: relative;
    width: 2600px;
    height: auto;
    float: none;
}
.menutag {
    position: relative;
    width: 90%;
    height: auto;
    float: none;
}
.menutag2{
    position: relative;
    width: 500px;
    height: auto;
    float: left;
}
.modul{
    width: 400px;
    text-align: center;

}
.renk{
    color: #000a16;
}
.renk-border{
    color: #000a16;

}
.renk-radius{
    border: solid #000a16 thin;
    border-radius: 5px;
}
.renk-bg{
    background-color: #000a16;
}
.width100{
    width: 100%;
}
.height100{
    height: 100%;
}
.yukseklik500{
    height: 300px;
}
.renk-input{
    width: 100%;
    height: 50px;
    background-color: #f5f9ff;
}
.renk-input2{
    width: 300px;
    height: 50px;
    background-color: #f5f9ff;

}.renk-input2btn{
    width: 300px;
    height: 50px;
    background-color: #000a16;
    color: #fff;

}
.renk-inputbtn{
    width: 100%;
    height: 50px;
    background-color: #000a16;
    color: #fff;

}
.textleft{
    text-align: left;
    
}
.bottomrightradius{
    border-bottom-right-radius: 25px;
}
.noli{
  list-style: none;
}
.textleft{
    text-align: left;
}
.baslik{
        color: #04224a;

}.satir{
    position: relative;
    width: 100%;
    height: 45px;
    float: none;
}
.sutun{
    position: relative;
    width: 120px;
    height: 45px;
    float: left;
}
.sutun2{
    position: relative;
    width: 200px;
    height: 45px;
    float: left;
}
.paddingtop50{
    padding-top: 78px;
}
.floatleft{
    float: left;
}
.height45{
    height: 40px;
}
.widthyuzde50{
    width: 50%;
}
.floatnone{
    float: none;
}
.margintop100{
    margin-top: 100px;
}
.marginBottom150{
    margin-bottom: 150px;
    padding-bottom:150px;
}
.icmenu{
    position: relative;
    border-top: solid grey thin;
    border-left: solid grey thin;
    border-right: solid grey thin;
    height: 40px;
}
.ustmenu{
    position: relative;
    width: 300px;
    height: 200px;
    overflow-y: scroll;
    overflow-x: none;
    border: solid grey thin;

}


#musteri_adsoyad{
    display: none;
}
#musteri_urun{
    display: none;
}
#musteri_koy{
    display: none;
}
.overflowscroll{
    overflow-x:scroll
}
@media screen and (max-width: 800px) {

    body {
        zoom: 0.8; /* %110 */
    }
}@media screen and (max-width: 450px) {

    body{
                zoom: 0.4; /* %110 */


    }

}