
@media only screen and (max-width:605px) {
    .desktop{
        display: none !important;
    }
    .boxDetailFoto .boxImg{
        width: 100%;
    }    
    .viewIcon {
        width: calc(100% - 32px);
    }
}
@media only screen and (min-width:606px) and (max-width: 930px){
    .viewIcon {
        width: calc(50% + -30px);
    }
    .tabHide{
        display: none;
    }
}
@media only screen and (min-width:931px){
    .viewIcon {
        width: calc(33% - 26px);
    }
}
@media only screen and (min-width:606px) {
    .mobile{
        display: none !important;
    }
    .boxDetailFoto .boxImg{
        width: 30%;
        max-width: 300px;
    }
}
#dataFood{
    text-align: center;
}
.boxData{
    max-width: 965px;
    display: inline-block;
    text-align: center;
    width: calc(90% + 14px);
}
    .viewIcon{
        border-radius: 7px;
        display: inline-table;
        min-width: 170px;
        padding: 5px 7px;
        background-color: white;
        border: 1px solid rgb(218, 222, 225);
        margin: 6px;
        cursor: pointer;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }
        .viewIcon:hover{
            background-color: rgb(223, 238, 255);
            box-shadow: 0px 0px 6px 0px rgb(206, 229, 255);
        }
        .viewIcon img{
            float: left;
            width: 90px;
            height: 90px;
            margin-right: 10px;
            object-fit: cover;
        }
        .viewIcon .judulIcon{
            margin: 12px 0 2px 0px;
            font-weight: bold;
            font-size: 13px;
        }
        .viewIcon .detail{
            margin: 4px 0 2px 0px;
            font-size: 12px;
        }
    .boxData .viewList{
        display: block;
        text-align: center;
    }
.tableLis{
    width: calc(100% - 15px);
    display: inline-table;
}
    .tableLis th{
        font-weight: bold;
        font-size: 14px;
        padding: 8px 6px;
    }
    .tableLis td{
        font-size: 13px;
        padding: 6px;
    }
    .thDark th{
        background-image: linear-gradient(to bottom, rgb(79, 123, 55), rgb(105, 162, 74));
        background-color: rgb(79, 123, 55);
        color: white;
    }
    .tdLight{
        background-color: rgb(234, 239, 244);
    }
    .tdDark{
        background-color: rgb(209, 218, 227);
    }
.tableFilter{
    max-width: 965px;
    width: calc(90% + -50px);
    display: inline-block;
    text-align: left;
    background-color: white;
    border: 1px solid rgb(226, 238, 247);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11);
    border-radius: 12px;
    padding: 15px 25px;
    margin: 15px 0px;
}
    .tableFilter .boxNa{
        display: inline-table;
        min-height: 45px;
        min-width: 110px;
    }
        .tableFilter .boxNa .label{
            font-size: 13px;
            font-weight: bold;
            margin-top: 12px;
            margin-bottom: 4px;
        }
.tagBox{
    max-width: 950px;
    margin-top: 12px;
    display: inline-block;
    text-align: left;
    width: 90%;
    overflow: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
    .tagBox .tagLabel{
        display: inline-block;
        font-weight: bold;
    }
    .tagBox .tagList{
        display: inline-block;
        padding: 3px 7px;
        border: 1px solid rgb(218, 222, 225);
        border-radius: 7px;
        margin: 3px;
    }
    .tagBox .tagList i{
        margin-left: 6px;
        cursor: pointer;
    }
        .tagBox .tagList i:hover{
            color: rgb(255, 160, 160);
        }
        .tagBox .tagList i:hover .tagList{
            border: 1px solid rgb(255, 160, 160) !important;
        }
.nutrisi, .nutrisi th, .nutrisi td{
    border: 1px solid rgb(196, 196, 196);
    border-collapse: collapse;
    text-align: left
}
    .nutrisi th{
        font-weight: bold;
        color: white;
        background-color: rgb(58, 137, 231);
        padding: 7px 12px;
    }
    .nutrisi td{
        padding: 7px 12px;
    }
    .nutrisi .desktop{
        border: 1px solid rgb(218, 222, 225);
        border-radius: 7px;
        padding: 4px 5px;
        font-size: 12px;
        margin: 0 0px 0 5px;
        cursor: pointer;
        float: right;
    }
    .nutrisi .desktop:hover{
        background-color: rgb(255, 182, 86);
        color: white;
    }
    .nutrisi .mobile{
        margin-top: 12px;
    }
    .nutrisi .mobile i{
        border: 1px solid rgb(218, 222, 225);
        border-radius: 7px;
        padding: 4px 5px;
        font-size: 12px;
        margin: 0 0px 0 5px;
        cursor: pointer;
    }
    .nutrisi .mobile i:hover{
        background-color: rgb(255, 182, 86);
        color: white;
    }
    .nutrisi .fa{
        float: right;
        margin-top: 4px;
    }

    .custButton{
        display: inline-block;
        background-color: rgba(55, 106, 28, 0.64);
        border: 1px solid rgba(55, 106, 28, 0.64);
        color: white;
        padding: 8px 15px;
        margin: 8px 0;
        font-size: 14px;
        border-radius: 3px;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
        .custButton .fa{
            float: right;
            margin-top: 4px;
            font-size: 16px;
            margin-left: 12px;
        }
        .custSelect,.custTextDef,.custUploadFile{
            background-color: rgb(247, 249, 251);
            border: 1px solid rgb(213, 224, 232);
            border-radius: 8px;
            padding: 7px 12px;
            color: rgb(55, 55, 55);
            outline: none;
        }
        .custSelect,.custTextDef::placeholder {
            color: rgb(55, 55, 55);
            opacity: 1; /* Firefox */
        }
        .custUploadFile{
            padding: 4px 12px !important;
            width: calc(100% - 30px);
        }
        .custSelect{
            width: calc(100% - 4px);
        }
        .custTextDef{
            width: calc(100% - 30px);
        }
        .inOrange{
            border: 1px solid rgb(253, 187, 155);
            background-color: rgb(255, 242, 235);
        }
        .inRed{
            border: 1px solid rgb(251, 152, 152);
            background-color: rgb(255, 195, 195);
        }
        .inWhite{
            background-color: white;
        }

    .btnDef{
        outline: none;
        padding: 7px 12px;
        border: 1px solid rgb(193, 193, 193);
        border-radius: 4px;
        cursor: pointer;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }
    .btnBlue{
        background-color: rgb(82, 159, 251);
        border: 1px solid rgb(59, 140, 237);
        color: white;
    }
        .btnBlue:hover{
            background-color: rgb(59, 140, 237);
            border: 1px solid rgb(59, 140, 237);
            color: white;
        }
    .btnGreen{
        background-color: rgb(66, 219, 103);
        border: 1px solid rgb(34, 183, 70);
        color: white;
    }
        .btnGreen:hover{
            background-color: rgb(34, 183, 70);
            border: 1px solid rgb(34, 183, 70);
            color: white;
        }
    .btnRed{
        background-color: rgb(238, 84, 84);
        border: 1px solid rgb(181, 15, 15);
        color: white;
    }
        .btnRed:hover{
            background-color: rgb(181, 15, 15);
            border: 1px solid rgb(181, 15, 15);
            color: white;
        }
        .comBtn{
            float: right;
            max-width: 20px;
            max-height: 20px;
            border-radius: 50%;
            padding: 5px 6px;
            margin: 3px 2px 0 0;
        }
.boxDetailFoto{
    text-align: center;
    padding: 80px 35px 60px 35px;
    background-color: rgb(242, 246, 249);
    border:1px solid rgb(220, 239, 253);
    background-image: linear-gradient(to right, #e5ebf0, #f2f6f9, #f2f6f9, #f2f6f9, #f2f6f9, #f2f6f9, #e5ebf0);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0);
}
    .boxDetailFoto .boxImg{
        display: inline-table;
        margin: 8px 6px;
    }
    .boxDetailFoto .boxImg .judul{
        width: 100%;
        background-color: rgb(255, 255, 255);
        margin-top: -2px;
        padding: 4px 0;
    }
    .boxDetailFoto .boxImg img{
        width: 100%;
        max-height: 300px;
        object-fit: contain;
    }
.masBoxDetail{
    text-align: center;
    margin-top: -50px;
}
    .masBoxDetail .boxDetail{
        display: inline-block;
        max-width: 950px;
        width: calc(90% - 50px);
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.46);
        padding: 10px 25px 25px 25px;
        margin-bottom: 45px;
        text-align: left;
    }
        .masBoxDetail .boxDetail .aksi{
            float: right;
            margin-top: 5px;
            margin-right: -10px;
        }
            .masBoxDetail .boxDetail .aksi i{
                border: 1px solid rgb(218, 222, 225);
                border-radius: 7px;
                padding: 4px 5px;
                font-size: 16px;
                margin: 0 2px;
                cursor: pointer;
            }
            .masBoxDetail .boxDetail .aksi i:hover{
                background-color: rgb(255, 182, 86);
                color: white;
            }
            .masBoxDetail .boxDetail .detil .judul{
                display: inline-block;
                font-size: 16px;
                font-weight: bold;
                border-bottom: 2px solid rgb(0,0,0);
                padding: 0 2px 6px 0px;
                margin: 15px 0;
            }