﻿/*Header Divs*/
.logoDiv {
    background-color: rgb(204, 204, 204);
    width: 100%;
    height: 15.5%;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: solid black 4px;
}
/*menu toggle div*/
.listbtnDiv {
float: left;
padding: 30px 15px 0px 20px;
}
.listImg {
background-color: rgb(204, 204, 204);
}
    .listImg:hover {
        background-color: rgb(204, 204, 204);
        border-radius: 30px;
    }

/*logo and system name div*/
.logo {
float: left;
padding-top: 10px;
padding-left: 10px;
}
.sysName {
float: left;
padding-top: 30px;
padding-left: 20px;
font-size: 40px;
font-weight: bold;
}

/*user div*/
.userDiv {
float: right;
padding-top: 18px;
padding-right: 50px;
text-align: center;
font-size: 21px;
font-weight: bold;
color: black;
}

/* Fixed sidenav, full height */
.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(204, 204, 204);
    overflow-x: hidden;
    margin-top: 6.9%;
    display: block;
    border: solid 3px black;
} 
/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn, .menu-btn {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 25px;
font-family: Arial;
color: black;
display: block;
border: none;
background: none;
width: 100%;
text-align: left;
cursor: pointer;
outline: none;
}
/* On mouse-over */
    .sidenav a:hover, .dropdown-btn:hover, .menu-btn:hover {
        color: black;
        background-color: #7cd8b3;
    }
/* Main content */
.main {
margin-left: 200px; /* Same as the width of the sidenav */
font-size: 20px; /* Increased text to enable scrolling */
padding: 0px 10px;
}
/* Add an active class to the active dropdown button */
.active {
    background-color: #b0e8d2;
    color: white;
}
.itemActive {
    background-color: #b0e8d2;
    color: white;
}
/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: rgb(204, 204, 204);
    padding-left: 8px;
}
/* Optional: Style the caret down icon */
.fa-caret-down {
float: right;
padding-right: 8px;
}
/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
.sidenav {
padding-top: 15px;
}
.sidenav a {
font-size: 18px;
}
}

/*Breadcrumb Divs*/
.breadcrumbDiv {
    background-color: #7cd8b3;
    width: 100%;
    height: 60px;
    margin-top: 6.5%;
    padding: 10px 0px 0px 270px;
    color: black;
    font-size: 36px;
    font-weight: bold;
    left: 0;
    position: fixed;
}

.plussignDiv {
float: right;
padding-right: 30px;
background-color: rgb(46, 117, 182);
}
.plusIconBtn {
border-radius: 30px;
}
.plusIconBtn:hover {
background-color: #7f7f7f;
border-radius: 30px;
}

.btnPrintDiv {
    right: 14%;
    margin-top: -2%;
    position: absolute;
}
.btnPrintCSV {
    background-color: rgb(230, 230, 230);
    border-radius: 15px;
    border: solid 3px #505050;
    padding: 2px 4px 2px 4px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: black;
    width: 100px;
    height: 40px;
}
    .btnPrintCSV:hover {
        color: white;
        background-color: #a10000;
        border-color: black;
    }

.btnCreateOrderDiv {
    float: right;
    padding-right: 70px;
    padding-bottom: 10px;
}
.btnCreateOrder {
    background-color: grey;
    color: whitesmoke;
    font-size: medium;
    border-radius: 30px;
    height: 40px;
    width: 120px;
    border: solid 2px black;
}
    .btnCreateOrder:hover {
        background-color: #505050;
        border: solid 0px;
    }


/*Tool Tip Divs*/
.tooltip {
position: relative;
display: inline-block;
}
.tooltip:hover .tooltiptext {
visibility: visible;
}
.tooltip .tooltiptext {
visibility: hidden;
width: 200px;
background-color: black;
color: #fff;
text-align: center;
border-radius: 8px;
padding: 5px 2px 5px 2px;
position: absolute;
z-index: 1;
bottom: 115%;
margin-left: -80px;
}
.tooltip .tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: black transparent transparent transparent;
}
.minStocktooltip {
    position: relative;
    display: inline-block;
}

    .minStocktooltip:hover .minStocktooltiptext {
        visibility: visible;
    }

.minStockDiv {
    float: right;
    padding-right: 50px;
    background-color: rgb(46, 117, 182);
}

.minStockIconBtn {
    border-radius: 30px;
}

    .minStockIconBtn:hover {
        background-color: #7f7f7f;
        border-radius: 30px;
    }

.minStocktooltip {
    position: relative;
    display: inline-block;
}

    .minStocktooltip .minStocktooltiptext {
        visibility: hidden;
        width: 200px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 8px;
        padding: 5px 2px 5px 2px;
        position: absolute;
        z-index: 1;
        bottom: 115%;
        margin-left: -80px;
    }

        .minStocktooltip .minStocktooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 38%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: black transparent transparent transparent;
        }

/*Main Body Divs*/
.mainBody {
    float: left;
    width: 90%;
    height: 450px;
    margin-top: 10%;
    left: 0;
    font-family: Arial;
}
.bodyDiv1 {
    background-color: #7cd8b3;
    position: fixed;
    width: 100%;
    height: 60px;
    padding: 10px 0px 0px 270px;
    color: black;
    font-size: 36px;
    font-weight: bold;
    left: 0;
}
.bodyDiv2 {
    padding: 30px 0px 0px 260px;
    font-weight: bold;
    font-size: 16px;
    width:92%;
    height:50%;
}

/*Reports Dialog Divs*/
.ReportsFullDiv {
    position: absolute;
    width: 600px;
    height: 120px;
    background-color: rgb(0, 133, 255);
    margin-left: 35%;
    margin-top: 18%;
    border-radius: 25px;
    text-align: center;
    display: none;
}

.ReportsHeading {
    padding-top: 20px;
    font-size: 40px;
    color: whitesmoke;
    font-weight: bold;
}

.ReportsMsgDiv {
    position: absolute;
    width: 600px;
    height: 150px;
    background-color: #505050;
    margin-top: 3%;
    border-radius: 0px 0px 25px 25px;
    text-align: center;
    font-size: 30px;
    color: whitesmoke;
    padding: 30px 0px 0px 0px;
}

.LogoutDiv{
    position:fixed;
    float:right;
    right:2%;
    top:7%;
    width:100px;
    height:100px;
    text-align: center;
    padding-bottom: 25px;
}
.btnLogout {
    background-color: rgb(230, 230, 230);
    border-radius: 15px;
    border: solid 3px #505050;
    padding: 2px 4px 2px 4px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: black;
    width: 100px;
    height: 40px;
}
    .btnLogout:hover {
        color: white;
        background-color: #a10000;
        border-color: black;
    }

.TableHeadingDiv {
    width: 100%;
    padding-bottom: 10px;
}
.TableBodyDiv {
    width: 100%;
    overflow: auto;
}