*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:"Calibri", sans-serif;
}
main{
    background: #B2E7EB;
    background: radial-gradient(circle farthest-corner at center center, #B2E7EB 0%, #EBEBEB 100%);

    height:100vh;
    max-height:100vh;
    overflow-y:scroll;
    max-width: 100%;
    margin: auto;
    padding: 0.5rem;
    text-align: center;
    /*    max-width:900px;*/
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
}
nav ul{
    list-style: none;
    display: flex;
}
nav li{
    margin-right: 1rem;
    font-size: 2vh;
    cursor:pointer;
}
nav h1{
    margin:auto;
}

h1 {
    font-size: 2.5vw;
}
@media screen and (max-width: 700px) {
    h1 {
        font-size: 100%;
    }
}

.home-container{
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 10px;
    margin:60px auto;
}
.card {
    display: inline-flex;
    align-items: center;
    flex-direction: column-reverse;

    overflow: hidden;

    border-radius: 10px;
    margin:0;
    margin-bottom:10px;
    padding:0;
    width: 19%;
    height:320px;

    cursor: pointer;

    background: rgba(255, 255, 255,0.15);
    box-shadow: 0 10px 20px rgba(85, 85, 83, 0.29), 0 6px 6px rgba(85, 85, 83, 0.33);
    backdrop-filter:blur(12px);
    border-top: 3px outset rgba(187, 188, 187,0.1);
    border-left: 3px outset rgba(187, 188, 187,0.1);

    border-right: 3px inset rgba(187, 188, 187,1);
    border-bottom: 3px inset rgba(187, 188, 187,1);
}
@media screen and (max-width: 700px) {
    .card {
        width: 100%;
        height:160px;
    }
}
.home-logo-box{
    display: block;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    margin:25px 0px;
    margin-bottom:10px;
    padding:0;
    width: 100%;
    height:200px;

    background: rgba(255, 255, 255,0.15);
    box-shadow: 0 10px 20px rgba(85, 85, 83, 0.29), 0 6px 6px rgba(85, 85, 83, 0.33);
    backdrop-filter:blur(12px);
    border-top: 3px outset rgba(187, 188, 187,0.1);
    border-left: 3px outset rgba(187, 188, 187,0.1);

    border-right: 3px inset rgba(187, 188, 187,1);
    border-bottom: 3px inset rgba(187, 188, 187,1);
}
@media screen and (max-width: 700px){
    .home-logo-box{
        height:100px;
    }

}
.home-logo-box img{
    object-fit: contain;
    width:auto;
    margin:auto;
}
@media screen and (max-width: 700px){
    .home-logo-box img{
        width:60%;
    }

}

.card--image {
    /*    width:80%;
        height:50%;*/
    width:100%;
    max-height:80%;
    margin:auto;
    object-fit: contain;
}
.card--text {
    font-size: 2.3vh;
    /*    border-bottom: 1px solid #000;*/
}
@media screen and (max-width: 700px) {
    .card--text {
        font-size: 90%;

    }
}

.page-container
{
    padding:25px 0px;
}
.col-box{
    height:100%;
    min-height:100%;
    width:100%;
    display:table;
}
.col-half{
    display:inline-block;
    margin:0;
    width:49%;
    border:1px solid white;
    height:100%;
    min-height:100%;
}
.col-third{
    display:table-cell;
    margin:0;
    width:32%;
    min-width:32%;
    border:1px solid white;
    height:100%;
    min-height:100%;
}
.row{
    width:100%;
}

.p3col{
    display:table-cell;
    margin:0;
    border:1px solid white;
    height:100%;
    min-height:100%;
}
.p3col.product{
    width:32%;
    min-width:32%;
}
.p3col.description{
    width:32%;
    min-width:32%;
}
.p3col.size{
    width:18%;
    min-width:18%;
}
.p3col.code{
    width:18%;
    min-width:18%;
}

.p4-col{
    display:table-cell;
    margin:0;
    border:1px solid white;
    height:100%;
    min-height:100%;
}
.p4-col.A{
    width:35%;
    min-width:35%;
}
.p4-col.B{
    width:30%;
    min-width:30%;
}
.p4-col.C{
    width:15%;
    min-width:15%;
}
.p4-col.D{
    width:8%;
    min-width:8%;
}
.p4-col.E{
    width:10%;
    min-width:10%;
}

.p5-col{
    display:table-cell;
    margin:0;
    border:1px solid white;
    height:100%;
    min-height:100%;
}
.p5-col.A{
    width:55%;
    min-width:55%;
}
.p5-col.B{
    width:44%;
    min-width:44%;
}
.p5-col.Z{
    width:100%;
    min-width:100%;
}

.neo-input {
    display: block;
    width: 100%;
    margin:10px auto;
    height:30px;
}
.neo-input input {
    border: 0;
    outline: 0;
    /*  font-size: $ruler;*/
    border-radius: 18px;
    padding: 8px;
    background-color:#EBECF0;
    text-shadow: 1px 1px 0 #FFF;
    box-shadow:  inset 2px 2px 5px #BABECC, inset -5px -5px 10px #FFF;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
}

.neo-select{
    height:30px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    width:80%;
    border-radius: 18px;
    margin:5px auto;
    padding: 6px;
    background-color:#EBECF0;
    text-shadow: 1px 1px 0 #FFF;
    box-shadow:  inset 2px 2px 5px #BABECC, inset -5px -5px 10px #FFF;
}
.btn-icon{
    padding:2em;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:15px;
    background-color:#e3e5ed;
    box-shadow: -8px -8px 15px #fff, 8px 8px 15px #d3d9e7;
    width:60px;
    height:60px;
    position:fixed;
    cursor:pointer;
}
.btn-icon.save{
    top:60px;
    right: 25px;
}
.btn-icon.add{
    top:60px;
    right: 100px;
}
.btn-icon.pdf{
    top:60px;
    right: 100px;
}
.btn-add:hover{
    cursor:pointer;
}
.icon{
    width:50px;
    filter: invert(84%) sepia(13%) saturate(191%) hue-rotate(189deg) brightness(96%) contrast(95%);
}

.p4-btn-icon{
    padding:3px;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    background-color:#e3e5ed;
    box-shadow: -2px -2px 6px #fff, 2px 2px 6px #d3d9e7;
    width:30px;
    height:30px;
    cursor:pointer;
    display:block;
    /*    margin-top:5px;
        margin-right:5px;*/
    margin:auto;
    margin-top:10px;
}
.p4-btn-icon img{
    width:25px;
    filter: invert(84%) sepia(13%) saturate(191%) hue-rotate(189deg) brightness(96%) contrast(95%);
}

.p6-col{
    display:table-cell;
    margin:auto;

}

.p7-col{
    display:table-cell;
    margin:0;
    border:1px solid white;
    height:100%;
    min-height:100%;
}
.p7-col.Full{
    width:55%;
    min-width:55%;
}

@media screen and (max-width: 700px){
    .neo-input input{
        width:100%;
    }
}

.font-white{
    color: #FFFFFF;
    background: #FFFFFF;
    text-shadow: 1px 3px 0 #969696, 1px 13px 5px #aba8a8;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}
.font-black{
    color: #444444;
    background: #FFFFFF;
    text-shadow: 
        1px 0px 1px #CCCCCC,
        2px 1px 1px #CCCCCC,
        3px 2px 1px #CCCCCC,

        0px 1px 1px #EEEEEE,
        1px 2px 1px #EEEEEE,
        2px 3px 1px #EEEEEE,
        3px 4px 1px #EEEEEE,
        4px 5px 1px #EEEEEE;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}
.font-grey{
    color: transparent;
    background: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 0px 3px 3px rgba(255,255,255,0.5);
}
.font-red{
    color: transparent;
    background: #cc0000;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 0px 3px 3px rgba(255,255,255,0.5);
}
.font-green{
    color: transparent;
    background: #1bcc00;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 0px 3px 3px rgba(255,255,255,0.5);
}
.font-tooltip{
    color: transparent;
    background: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 0px 3px 3px rgba(255,255,255,0.5);
}

.div-white{
    background: rgba(255, 255, 255,0.45);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    backdrop-filter:blur(12px);

    border-top: 3px outset rgba(187, 188, 187,0.1);
    border-left: 3px outset rgba(187, 188, 187,0.1);

    border-right: 3px inset rgba(187, 188, 187,1);
    border-bottom: 3px inset rgba(187, 188, 187,1);
}
.div-grey{
    background: rgba(187, 188, 187,0.1);
    box-shadow: 0 10px 20px rgba(85, 85, 83, 0.29), 0 6px 6px rgba(85, 85, 83, 0.33);
    backdrop-filter:blur(12px);
    border-top: 3px outset rgba(187, 188, 187,0.1);
    border-left: 3px outset rgba(187, 188, 187,0.1);

    border-right: 3px inset rgba(187, 188, 187,1);
    border-bottom: 3px inset rgba(187, 188, 187,1);
}

@media screen and (max-width: 700px) {

}


label span{
    float:left;
    width:40%;
    margin-top:10px;
}
label select{
    float:right;
    width: 60%; /*calc(100% - 110px);*/
    padding: 8px 20px;
}

.p5-table{
    width:100%;

}
.p5-table th,.p5-table td {
    border: 1px solid #dde1e7;
    background:#fff;

}
.p5-table th {
    height:40px;
    max-height:40px;
}
.p5-table td {
    height:30px;
    max-height:30px;
    min-height:30px;
    padding-left:5px;
}

.p6-input{
    width:30%;
    max-width:30%;
    text-align:center;
}

#table-batchCostCalculation td:nth-child(1){
    max-width:50%;
    width:50%;
}
#table-manufacturingDocument td:nth-child(1){
    max-width:50%;
    width:50%;
}
#table-manufacturingDocument td,#table-batchCostCalculation td{
    text-align:left;
}
#table-pricePerLitre td:nth-child(1),#table-billOfMaterials td:nth-child(1),
#table-blending td:nth-child(1){
    text-align:left;
}

#table-pricePerLitre th:nth-child(1),#table-billOfMaterials th:nth-child(1)
,#table-packaging th:nth-child(1),#table-packaging-heading th:nth-child(1),
#table-gpCalculations th:nth-child(1){
    width:20%;
    box-sizing:border-box;
}
#table-pricePerLitre th:nth-child(2),#table-billOfMaterials th:nth-child(2)
,#table-packaging th:nth-child(2),#table-packaging-heading th:nth-child(2),
#table-gpCalculations th:nth-child(2){
    width:10%;
}
#table-pricePerLitre th:nth-child(3),#table-billOfMaterials th:nth-child(3)
,#table-packaging th:nth-child(3),#table-packaging-heading th:nth-child(3),
#table-gpCalculations th:nth-child(3){
    width:6%;
}
#table-pricePerLitre th:nth-child(4),#table-billOfMaterials th:nth-child(4)
,#table-packaging th:nth-child(4),#table-packaging-heading th:nth-child(4),
#table-gpCalculations th:nth-child(4){
    width:10%;
}
#table-pricePerLitre th:nth-child(5),#table-billOfMaterials th:nth-child(5)
,#table-packaging th:nth-child(5),#table-packaging-heading th:nth-child(5),
#table-gpCalculations th:nth-child(5){
    width:10%;
}
#table-pricePerLitre th:nth-child(6),#table-billOfMaterials th:nth-child(6)
,#table-packaging th:nth-child(6),#table-packaging-heading th:nth-child(6),
#table-gpCalculations th:nth-child(6){
    width:10%;
}
#table-pricePerLitre th:nth-child(7),#table-billOfMaterials th:nth-child(7)
,#table-packaging th:nth-child(7),#table-packaging-heading th:nth-child(7),
#table-gpCalculations th:nth-child(7){
    width:10%;
}

.table-packaging th:nth-child(1),.table-packaging-heading th:nth-child(1){
    width:20%;
}
.table-packaging th:nth-child(2),.table-packaging-heading th:nth-child(2){
    width:10%;
}
.table-packaging th:nth-child(3),.table-packaging-heading th:nth-child(3){
    width:6%;
}
.table-packaging th:nth-child(4),.table-packaging-heading th:nth-child(4){
    width:10%;
}
.table-packaging th:nth-child(5),.table-packaging-heading th:nth-child(5){
    width:10%;
}
.table-packaging th:nth-child(6),.table-packaging-heading th:nth-child(6){
    width:10%;
}
.table-packaging th:nth-child(7),.table-packaging-heading th:nth-child(7){
    width:10%;
}


.tbl-select{
    border: 0;
    outline: 0;
    box-sizing: border-box;
    width:100%;
    height:100%;
    border-radius: 0px;
    margin:0px auto;
    padding: 4px;
    background-color:#EBECF0;
    text-shadow: 1px 1px 0 #FFF;
    box-shadow:  inset 2px 2px 5px #BABECC, inset -5px -5px 10px #FFF;
}
.tbl-input {
    display: block;
    width: 100%;
    margin:0px auto;
    height:100%;
}
.tbl-input input {
    height:100%;
    border: 0;
    outline: 0;
    /*  font-size: $ruler;*/
    border-radius: 0px;
    padding: 4px;
    background-color:#EBECF0;
    text-shadow: 1px 1px 0 #FFF;
    box-shadow:  inset 2px 2px 5px #BABECC, inset -5px -5px 10px #FFF;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
}

.tbl-btn-icon{
    padding:1px;
    align-items:center;
    justify-content:center;
    border-radius:0px;
    background-color:#e3e5ed;
    box-shadow: -2px -2px 6px #fff, 2px 2px 6px #d3d9e7;
    width:40%;
    height:60%;
    max-height:25px;
    cursor:pointer;
    display:inline-block;
    margin:auto;
}
.tbl-btn-icon img{
    width:20px;
    filter: invert(84%) sepia(13%) saturate(191%) hue-rotate(189deg) brightness(96%) contrast(95%);
}
.clickable-cell{
    cursor:pointer;
}
.tbl-img{

}

#table-billOfMaterials td:nth-child(2),#table-billOfMaterials td:nth-child(4),
.table-packaging td:nth-child(2),.table-packaging td:nth-child(4),
#table-gpCalculations td:nth-child(2),#table-gpCalculations td:nth-child(3),
#table-gpCalculations td:nth-child(4),#table-gpCalculations td:nth-child(5),
#table-gpCalculations td:nth-child(6),#table-gpCalculations td:nth-child(7),
#table-processChecklist td:nth-child(1),#table-qualityChecklist td:nth-child(1),
#table-qualityChecklist td:nth-child(2){
    text-align:left;
}
#table-qualityChecklist td:nth-child(1){
    width:32%;
}
#table-qualityChecklist td:nth-child(3){
    width:32%;
    max-width:32%;
}

#table-loginDetails th{
    text-align:center;
}
#table-loginDetails td{
    text-align:left;
}