.body{
    position: absolute;
    background-color: #fbfbfb;
    width: 100%;
    height: 100%;
}
div.nav{
    display: flex;
    flex-direction: row;
}
div.navc{
    padding: 0px 5px 0px 5px;
}
div.iar{
	display:flex;
	flex-direction: row;
}
.iarc{
    justify-content: center;
    padding: 13px 0px 7px 0px;
}

div.iac{
    font-family: "Trebuchet MS", sans-serif;
    font-size: small;
    text-align: justify;
    /*border: 1px solid greenyellow;*/
    padding: 3px;
}

div.bofr{
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.sbody{
    margin-top: 25px;
    display: flex;
    flex-direction: column;
}
div.sbodyr{
    display: flex;
    flex-direction: row;
}
.w40{width: 40px;}
.w100{width: 100px;}
.w130{width: 130px;}
.w150{width: 150px;}
.w200{width: 200px;}
.w250{width: 250px;}
.tc{
   text-align: center;
}

.loginB{
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    width: 193px;
}

div.bodyOfFind{
    /*border: 1px solid greenyellow;*/
    height: 450px;
    width: 350px;
    /*background-color: white;*/
    margin-right: auto;
    margin-left: auto;
    margin-top: 7%;
}
input.numberOfOrder{
    height: 51px;
    font-size: 21px;
    width: 215px;
    border-radius: 13px;
    border: 1px solid #00d5ff;
    padding-left: 7px;
    text-align: center;
}
input.noo{
    height: 37px;
    border-radius: 11px;
    width: 225px;
    background-color: #449eff;
    border: none;
    font-size: 23px;
    color: white;
    cursor: pointer;
    margin-top: 3px;
}

div.title{
    font-family: sans-serif;
    color: #939393;
    height: 25px;
    font-weight: bold;
}
div.mt1{
    height: 25px;
    width: 222px;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.explanation{
    display: flex;
    height: 58px;
    width: 225px;
    border-radius: 14px;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    font-size: 17px;
}
.c0{
    background-color: #ffcece;
    color: black;
}
.c1{
    background-color: #dbff93;
    color: #2b4414;
}
.c2{
    background-color: #ff6700;
    color: white;
}
.c3{
    background-color: #cef9ff;
    color: black;
}
.c4{
    background-color: #ceffd3;
    color: black;
}
.c5{
    color:black;
    font-size: larger;
    font-family: sans-serif;
    background: aliceblue;
}
.whiteStick{
    width: 3px;
    height: 25px;
    background-color: #4a8750;
    border: none;
}
div.kbl{
    width: auto;
    height: auto;
}
div.klbr{
    display: flex;
    align-items: center;
    flex-direction: row;
}
div.kblc{
    border: 1px solid #f1f1f1;
}