﻿
/*----------Nav Bar------------*/
.navbar {
    background-color: black;
    position: relative;
}

.nav-item:hover {
    background-color: #202020;
}



.hometxt {
    position: absolute;
    left: 260px
}


.txtid {
    margin-left: 30px;
    position: relative;
}

.lbside {
    position: relative;
    width: 88%;
}

.btnside {
    position: fixed;
    margin-left: 62px;
    width: 120px;
    color: white;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 15px;
        color: #818181;
        display: block;
        transition: 0.3s;
        text-align: center;
        margin-left: -50px;
        
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.main {
    transition: margin-left .5s;
    padding: 0;
}

@media screen and (max-height: 450px) {
    .sidenav {
    }

        .sidenav a {
            font-size: 18px;
        }
}

/*----------Nav Bar------------*/



body{
    background-color:#f2f2f2;
}

.GraphBox{
    width: 100%;
}

.GraphBox2 {
    width: 100%;
    height: 100%;
    margin-left: 3%
}
.Gbox_Shipped {
    background-color: rgb(255, 99, 132, 0.9);
}
.Gbox_Waiting_Pack {
    background-color: rgb(255, 205, 86);
}
.Gbox_Pack {
    background-color: rgba(54, 162, 235);
}


