.products-entry-container{
    width: 100%;
    min-height: 570px;
    padding-bottom: 150px;
    display: block;
    border-radius: 12px;
}
.products-entry-container .products-entry-section{
    width: 49%;
    padding: 8px;
    min-height: 540px;
    display: block;
    background-color: #fcf7f7;
    float: left;
    margin-right: .5%;
    margin-left: .5%;
    border: 1px solid #ccc;
    border-radius: 12px;
    color: #4e4949;
}
.products-entry-container .products-entry-section h5{
    font-family: 'Covered By Your Grace', cursive;
}
.products-entry-container .products-entry-section input{
    border: 1px solid #878787;
    border-radius: 50px;
}
.products-entry-container .products-entry-section select{
    border: 1px solid #878787;
    border-radius: 50px;
}
.new-entry-wrapper{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    display: none;
}
.new-category-container{
    display: block;
    position: fixed;
    width: 320px;
    height: 200px;
    background-color: white;
    z-index: 9999;
    top: 80%;
    border-radius: 12px;
    transition: .3s ease-in-out;
    opacity: 0;
    right: 50%;
    visibility: hidden;
}
.new-category-container .new-category-header{
    width: 95%;
    height: 50px;
    display: block;
    margin: auto;
    text-align: center;
    font-family: 'Covered By Your Grace', cursive;
    line-height: 50px;
    font-size: 2em;
    color: black;
}
.new-category-container .new-category-body{
    width: 89%;
    height: 100px;
    display: block;
    margin: auto;
}
.new-category-container .new-category-footer{
    width: 95%;
    height: 50px;
    display: block;
    margin: auto;
}
.new-category-container .new-category-footer button{
    border-radius: 50px;
    float: right;
    margin-right: 5px;
}

.new-employee-container{
    display: block;
    position: fixed;
    width: 470px;
    height: 590px;
    background-color: white;
    z-index: 9999;
    top: 80%;
    border-radius: 12px;
    transition: .3s ease-in-out;
    opacity: 0;
    right: 10%;
    visibility: hidden;
}
.new-employee-container .new-category-header{
    width: 95%;
    height: 50px;
    display: block;
    margin: auto;
    text-align: center;
    font-family: 'Covered By Your Grace', cursive;
    line-height: 50px;
    font-size: 2em;
    color: black;
}
.new-employee-container .new-category-body{
    width: 89%;
    height: 250px;
    display: block;
    margin: auto;
}
.new-employee-container .new-category-footer{
    width: 95%;
    height: 50px;
    display: block;
    margin: auto;
}
.new-employee-container .new-category-footer button{
    width: 43%;
    margin-left: 7px;
    border-radius: 50px;
    margin-top: 230px;
    float: right;
}
.supplier-container{
    display: block;
    position: fixed;
    width: 370px;
    height: 350px;
    background-color: white;
    z-index: 9999;
    top: 80%;
    border-radius: 12px;
    transition: .3s ease-in-out;
    opacity: 0;
    right: 10%;
    visibility: hidden;
}
.supplier-container .supplier-header{
    width: 95%;
    height: 50px;
    display: block;
    margin: auto;
    text-align: center;
    font-family: 'Covered By Your Grace', cursive;
    line-height: 50px;
    font-size: 2em;
    color: black;
}
.supplier-container .supplier-body{
    width: 89%;
    height: 250px;
    display: block;
    margin: auto;
}
.supplier-container .supplier-footer{
    width: 95%;
    height: 50px;
    display: block;
    margin: auto;
}
.supplier-container .supplier-footer button{
    width: 43%;
    margin-left: 7px;
    border-radius: 50px;
    margin-top: -5px;
    float: right;
}

.debit-container{
    display: block;
    position: fixed;
    width: 370px;
    height: 350px;
    background-color: white;
    z-index: 9999;
    top: 80%;
    border-radius: 12px;
    transition: .3s ease-in-out;
    opacity: 0;
    right: 10%;
    visibility: hidden;
}
.debit-container .supplier-header{
    width: 95%;
    height: 50px;
    display: block;
    margin: auto;
    text-align: center;
    font-family: 'Covered By Your Grace', cursive;
    line-height: 50px;
    font-size: 2em;
    color: black;
}
.debit-container .supplier-body{
    width: 89%;
    height: 250px;
    display: block;
    margin: auto;
}
.debit-container .supplier-footer{
    width: 95%;
    height: 50px;
    display: block;
    margin: auto;
}
.debit-container .supplier-footer button{
    width: 43%;
    margin-left: 7px;
    border-radius: 50px;
    margin-top: -5px;
    float: right;
}
.shelf-container{
    display: block;
    position: fixed;
    width: 370px;
    height: 200px;
    background-color: white;
    z-index: 9999;
    top: 30%;
    border-radius: 12px;
    transition: .3s ease-in-out;
    opacity: 0;
    right: 20%;
    visibility: hidden;
}
.shelf-container .shelf-header{
    width: 95%;
    height: 50px;
    display: block;
    margin: auto;
    text-align: center;
    font-family: 'Covered By Your Grace', cursive;
    line-height: 50px;
    font-size: 2em;
    color: black;
}
.shelf-container .shelf-body{
    width: 89%;
    height: 100px;
    display: block;
    margin: auto;
}
.shelf-container .shelf-footer{
    width: 95%;
    height: 50px;
    display: block;
    margin: auto;
}

.shelf-container .shelf-footer button{
    border-radius: 50px;
    float: right;
    width: 30%;
    margin-right: 5px;
}

.bulky-products-menu{
    position: absolute;
    height: 170px;
    right: -2%;
    visibility: 'hidden';
    transition: .3s ease-in-out;
    opacity: 0;
    width: 250px;
    display: block;
    background-color: #fff;
    z-index: 99999;
    border-radius: 12px;
}
.bulky-products-menu .bulky-products-menu-item{
    width: 90%;
    height: 40px;
    display: block;
    margin: auto;
    line-height: 40px;
    font-size: 1.2em;
    cursor: pointer;
    border: 1px solid #ccc;
    margin-top: 12px;
    border-radius: 50px;
    padding-left: 20px;
    color: white;
    background-color: #5873fe;
}

.bulky-products-menu .bulky-products-menu-item:last-child{
    border: unset;
    background-color: unset;
    padding: unset;
}
.bulky-products-menu .bulky-products-menu-item:last-child button{
    margin-top: 10px;
    width: 100%;
}

.products-bulky-upload-container{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transform: scale(2,2);
    transition: .3s ease-in-out;
}
.products-bulky-upload-container .products-bulky-upload-header{
    width: 100%;
    height: 70px;
    display: block;
    text-align: center;
    margin: auto;
    line-height: 80px;
    font-size: 1.3em;
    color: white;
    background-color: #34A853;
    font-weight: 700;
}
.products-bulky-upload-container .products-bulky-upload-body{
    width: 97%;
    margin: auto;
    height: 80%;
    overflow-x: hidden;
}
.products-bulky-upload-container .products-bulky-upload-footer{
    width: 97%;
    margin: auto;
    height: 100px;
}
.products-bulky-upload-container .products-bulky-upload-footer div:first-child{
    width: 30%;
    float: left;
}
.products-bulky-upload-container .products-bulky-upload-footer div:nth-child(2){
    width: 40%;
    float: left;
    text-align: center;
}
.products-bulky-upload-container .products-bulky-upload-footer div:last-child{
    width: 30%;
    float: left;
}
.products-bulky-upload-container .products-bulky-upload-footer button{
    margin-top: 10px;
}
.bulkyProductsReview th{
   text-transform: uppercase;
}
/*.bulkyProductsReview th{*/
/*    padding: 0 !important;*/
/*    margin: 2px !important;*/
/*}*/
