﻿/* barcode symbologies new page style*/

#barcode-symbologies .row > div > h1:first-child { font-size: 40px; width: 100%; margin: 60px 0 0 0; }

#barcode-symbologies .row > div > p:nth-child(2) { margin: 30px auto; width: 68%; text-align: center; }

#barcode-symbologies .row > div > a:nth-child(3) { display: block; text-align: center; font-size: 18px; }

#barcode-symbologies .symbologies { margin: 65px 0; justify-content: center; display: grid; grid-template-columns: repeat(3, 400px); grid-gap: 37px; }

    #barcode-symbologies .symbologies > div { background-color: #E8E8E8; height: fit-content; }

    #barcode-symbologies .symbologies div .desc { padding: 30px; background-color: #F5F5F5; }

        #barcode-symbologies .symbologies div .desc p:nth-child(2) { font-size: 16px; min-height: 120px; line-height: 26px; }

        #barcode-symbologies .symbologies div .desc > div { height: 75px; margin: 20px 0 0 0; display: flex; justify-content: center; }

            #barcode-symbologies .symbologies div .desc > div img { max-width: 100%; }

    #barcode-symbologies .symbologies div ul.details { padding: 35px 20px; height: auto; }

        #barcode-symbologies .symbologies div ul.details li { transition: .2s all ease-in-out; height: 80px; background-color: #F5F5F5; margin-bottom: 20px; }
            #barcode-symbologies .symbologies div ul.details li:hover { transform: translate(5px, -5px); box-shadow: -5px 5px 0 0 #323234; }
            #barcode-symbologies .symbologies div ul.details li p { margin: 0; }
            #barcode-symbologies .symbologies div ul.details li a { padding: 10px; height: 100%; display: flex; justify-content: space-between; align-items: center; color: #323234; }
                #barcode-symbologies .symbologies div ul.details li a img { max-height: 100%; max-width: 40%; }
            #barcode-symbologies .symbologies div ul.details li:last-child { margin: 0 0; }

            #barcode-symbologies .symbologies div ul.details li div { margin: 0 0; position: relative; height: 100%; width: auto; }

            #barcode-symbologies .symbologies div ul.details li > div p { display: inline-block; font-size: 16px; }

            #barcode-symbologies .symbologies div ul.details li > div a { display: inline-block; margin: 0 0 0 5px; }

                #barcode-symbologies .symbologies div ul.details li > div a img { display: inline-block; vertical-align: -2px; width: 100%; }

            #barcode-symbologies .symbologies div ul.details li > div .preview { display: none; padding: 32px 22px; width: 200px; height: auto; position: absolute; top: 3px; right: 0px; transform: translateX(105%); z-index: 1; background-color: white; box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.1); }
#dbrResources .ct-rt h2 { font-size: 22px; margin: 40px 0 20px 0; }
#dbrResources .ct-rt h3 { font-size: 20px; }
#dbrResources .orange-li { padding: 0 10px; }
/* submenu list style */
html { scroll-behavior: smooth; }
#dbrResources ul.barcodeTypeList { border-left: 1px solid black; padding: 0 0 0 50px; width: fit-content; }
#dbrResources .ct-lt { max-width: unset; }
#dbrResources h1 { font-size: 40px; font-family: Oswald-Light; margin-bottom: 20px; }
#dbrResources a.compare { display: none; font-family: Oswald-Regular; font-size: 18px; margin: 0 auto; width: fit-content; margin-bottom: 50px; }
#dbrResources .barcodeTypeList > li { width: fit-content; }
    #dbrResources .barcodeTypeList > li > span { font-size: 22px; font-family: Oswald-Regular; position: relative; cursor: pointer; }
        #dbrResources .barcodeTypeList > li > span.expand:before { transform: translateY(-50%) rotate(90deg); transform-origin: 5px center; }
#dbrResources .barcodeTypeList li > span:before { content: ' '; display: inline-block; width: 0px; height: 0px; border: 6px solid transparent; border-left: 15px solid black; position: absolute; left: -29px; top: 50%; transform-origin: 5px center; transform: translateY(-50%) rotate(0deg); transition: all .3s; }
#dbrResources .barcodeTypeList li ul { display: none; }
    #dbrResources .barcodeTypeList li ul > li.active a { color: #FE8E14; }

#dbrResources .table { display: table; border-collapse: collapse }
#dbrResources .tr { display: table-row; }
#dbrResources .td { display: table-cell; width: 33%; text-align: left; font-size: 16px; padding: 15px; border: 1px solid black; word-break: break-all; }
    #dbrResources .td li { font-size: inherit; }
    #dbrResources .td img { width: 30%; display: block; }
#dbrResources .disc-list li { list-style: disc; margin: 0 0 0 20px; }

#dbrResources .anchor { position: relative; }
    #dbrResources .anchor a { position: absolute; top: -300px; visibility: hidden; }

#dbrResources table.d-table { width: 100%; margin-bottom: 30px; }
    #dbrResources table.d-table tr th { background: #323234; color: #FFFFFF; padding: 10px 15px; font-size: 16px; line-height: 24px; }
        #dbrResources table.d-table tr th:nth-child(1) { width: 20%; }
        #dbrResources table.d-table tr th:nth-child(2) { width: 20%; }
        #dbrResources table.d-table tr th:nth-child(3) { width: 20%; }
        #dbrResources table.d-table tr th:nth-child(4) { width: 14%; text-align: center; }
        #dbrResources table.d-table tr th:nth-child(5) { width: 26%; }
    #dbrResources table.d-table tr td { border: 1px solid #323234; padding: 10px 15px; font-size: 14px; }
        #dbrResources table.d-table tr td:nth-child(4) { text-align: center; }

.wp-block-table { font-size: 16px; margin: 10px 0; }
    .wp-block-table td { border: 1px solid #323234; padding: 5px 10px; }

.case-study-swiper-container { display: flex; align-items: center; gap: 20px; }
    .case-study-swiper-container .case-study-swiper { overflow: hidden; flex: 1; }
    .case-study-swiper-container .case-study-pagination { text-align: center; }
    .case-study-swiper-container .case-study-arrow { width: 25px; height: 25px; cursor: pointer; background-position: center; background-repeat: no-repeat; background-size: contain; }
        .case-study-swiper-container .case-study-arrow.case-study-prev { background-image: url(../../images/icons/left-arrow-black.svg); }
        .case-study-swiper-container .case-study-arrow.case-study-next { background-image: url(../../images/icons/right-arrow-black.svg); }

@media (max-width: 1679px) {
    #barcode-symbologies .symbologies { grid-template-columns: repeat(3, 1fr); }
    #barcode-symbologies .row > div > p:nth-child(2) { width: 80%; }
}

@media (max-width: 1199px) {
    #barcode-symbologies .row > div > h1:first-child { margin: 50px 0 0 0; }
}

@media (max-width: 991px) {
    .case-study-swiper-container .case-study-arrow { display: none; }
    #dbrResources h1 { margin-top: 20px; }
    #barcode-symbologies .symbologies { grid-template-columns: 1fr; }
    #barcode-symbologies .row > div > p:nth-child(2) { width: 100%; }

    #barcode-symbologies .row > div > h1:first-child { font-size: 32px; }

    #barcode-symbologies .row > div > p:nth-child(2) { margin: 30px auto; width: 90%; }

    #barcode-symbologies .symbologies div .desc { height: fit-content; }

    #dbrResources .row > div { display: flex; flex-direction: column; }

    #dbrResources h1 { font-size: 32px; }

    #dbrResources a.compare { margin-bottom: 20px; }

    #dbrResources ul.barcodeTypeList { border-left: none; padding: 0 0 0 30px; }

    #dbrResources .barcodeTypeList > li > span { font-size: 18px; }

    #dbrResources .barcodeTypeList li > span:before { border-left: 12px solid black; }

    #dbrResources .td { font-size: 14px; }

    #dbrResources .ct-rt h2 { font-size: 20px; margin: 20px 0; }

    #dbrResources .ct-rt { width: 100%; }
}

@media (max-width: 572px) {

    #dbrResources h1 { font-size: 28px; }
}

/* end of barcode symbologies new page style*/

/* added style */
.fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd"; }

a.downloadBtn { display: inline-block; padding: 0 25px; height: 54px; line-height: 54px; font-size: 18px; text-align: center; cursor: pointer; margin-top: 20px; color: #fff; background: #fe8e14; font-family: Oswald-Regular; transition: ease-in-out .2s all; box-shadow: 0 0 0 0 #fff; }

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; }

a:not([href]):not([tabindex]) { font-size: 16px; }

li { font-size: 16px; }

.fontSb { font-family: OpenSans-Semibold; }

.sm-tl { text-align: left; }

dt { font-weight: normal; }

.dmTable { border: 1px solid #ddd; width: 100%; margin-bottom: 20px; font-size: 16px; }

    .dmTable tr { border-bottom: 1px solid #ddd; }

        .dmTable tr:last-child { border-bottom: 0; }

        .dmTable tr td { border-right: 1px solid #ddd; height: 60px; text-align: center; }

            .dmTable tr td:last-child { border-right: 0; }

h2.f18 { font-size: 18px !important; margin-top: 30px !important; margin-bottom: 10px !important; }
/* ==== */

.btnDownload { display: inline-block; font-family: Oswald-Regular; height: 7rem; padding: 0 3.2rem; color: #FE8E14; background: #ffffff; outline: none; font-size: 2.4rem; border: 0; outline: none; line-height: 36px; cursor: pointer; }

    .btnDownload.orangeBgBtn:hover, .btnDownload.orangeBorderBtn.hover, .btnDownload.orangeBorderBtn:hover, .btnDownload.white-btn.hover, .btnDownload.white-btn:hover { box-shadow: -8px 8px 0 0 #000; transform: translate(8px,-8px); }

#dbrResources .orangeBgBtn { height: 54px !important; line-height: 54px !important; padding: 0px !important; width: 287px; transition: ease-in 0.2s all; box-sizing: border-box; font-size: 18px !important; }
    /*.orangeBgBtn:hover { background: #FEA543 !important; color: #FFFFFF; }*/
    #dbrResources .orangeBgBtn:hover, .orangeBgBtn:visited, .orangeBgBtn:active { background: #FE8E14; color: #FFFFFF; }

#dbrResources .orangeBorderBtn { display: inline-block; padding: 0 25px !important; height: 30px !important; line-height: 26px !important; font-size: 16px !important; text-align: center; cursor: pointer; color: #FE8E14 !important; background: transparent !important; border: 2px solid #FE8E14; font-family: Oswald-Regular; vertical-align: top; }
/*.orangeBgBtn:hover { border-color: #FEA543 !important; color: #FEA543; }*/
#dbrResources .orangeBgBtn:hover, .orangeBgBtn:visited, .orangeBgBtn:active { border-color: #FEA543; color: #FEA543; }

#dbrResources .content .section { display: none; }

    #dbrResources .content .section.active { display: block; }

    #dbrResources .content .section .type-list li div { width: 172px; text-align: center; margin-bottom: 30px; }

        #dbrResources .content .section .type-list li div img { width: 100%; background: #999; }

        #dbrResources .content .section .type-list li div p { font-size: 14px; margin-top: 10px; margin-bottom: 0; }

#dbrResources .menuList li { cursor: pointer; }

    #dbrResources .menuList li.on { color: #fe8e14; font-family: OpenSans-Semibold; }

#dbrResources .content .section .type-list li.line-3-1 div { width: 243px; }

#dbrResources .content .section .type-list li.line-2-1 div { width: 320px; }

#dbrResources .ct-lt .subMenuList li, #dbrResources .xsMenuListPanel .subMenuList li { margin-bottom: 10px; }

    #dbrResources .ct-lt .subMenuList li dl, #dbrResourcess .ct-lt .subMenuList li dl { margin-bottom: 0; }

        #dbrResources .ct-lt .subMenuList li dl dd { display: none; }

    #dbrResources .ct-lt .subMenuList li.active dl dd { display: block; }

    #dbrResources .ct-lt .subMenuList li dl dt { font-size: 16px; cursor: pointer; }

    #dbrResources .ct-lt .subMenuList li dl dd { font-size: 14px; margin-top: 5px; padding-left: 15px; }

        #dbrResources .ct-lt .subMenuList li dl dd.on,
        #dbrResources .subMenuList li dl dd.on a,
        #dbrResources .subMenuList li dl dt.on,
        #dbrResources .subMenuList li dl dt.on a { color: #fe8e14; }

    #dbrResources .ct-lt .subMenuList li dl dt i, #dbrResources .xsMenuListPanel .subMenuList li dl dt i { vertical-align: top; margin-top: 3px; transform: rotate(-90deg); color: #999; }

    #dbrResources .ct-lt .subMenuList li dl dt.on i { vertical-align: top; margin-top: 0px; transform: rotate(0deg); color: #fe8e14; }

    #dbrResources .ct-lt .subMenuList li.active dl dt i, #dbrResources .xsMenuListPanel .subMenuList li.active dl dt i { vertical-align: top; margin-top: 0px; transform: rotate(0deg); }

#dbrResources .content .section .barcode-type-img:hover { box-shadow: 3px 3px 7px rgba(0, 0, 0, .3); }

#dbrResources .xsMenuListPanel .subMenuList { font-size: 14px; }

    #dbrResources .xsMenuListPanel .subMenuList li dd { display: none; padding-left: 16px; padding: 5px 16px; font-size: 14px; line-height: 32px; background: #ffffff; margin-top: 10px; width: 100%; box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, .2); border-radius: 5px; }

    #dbrResources .xsMenuListPanel .subMenuList li.active dd { display: block; }

#main { padding-bottom: 0; min-height: calc(100vh - 452px); }

#footer { position: relative; }

#barcode-symbologies .intro { margin: 40px auto; max-width: 1274px; }
    #barcode-symbologies .intro h3 { margin-top: 40px; margin-bottom: 20px; }
    #barcode-symbologies .intro h4 { margin: 20px 0; }
    #barcode-symbologies .intro ul { padding-left: 40px; }
        #barcode-symbologies .intro ul li { list-style: disc; }
            #barcode-symbologies .intro ul li p { margin-bottom: 5px; }

table th, table td { padding: 10px; border: 1px solid #323234; }
table th { text-align: center; }
    table th p, table td p { margin: 0; }
table td { vertical-align: top; }
    table td img { max-width: 250px; width: 250px; height: 150px; object-fit: cover; }
table tbody tr:first-child td { text-align: center; }

@media (max-width: 1679px) {
    table td img { width: 150px; height: 100px; }
}

@media (max-width: 1199px) {
    table td img { width: 120px; height: 80px; }
}

@media (max-width: 991px) {
    table td img { width: 100%; }
}

@media (max-width: 600px) {
    #dbrResources .content .section .type-list li { width: 100%; }
}

@media (max-width: 767px) {
    #dbrResources .content .section .type-list li div { margin: 0 auto 30px; }

    #main { padding-bottom: 0; min-height: calc(100vh - 376px); }
}

@media (min-width: 768px) {
}

@media (max-width: 992px) {
    /*#dbrResources .content .section .type-list li div { width: 250px; }
    #dbrResources .content .section .type-list li.line-3-1 div { width: 250px; }*/
}

@media (min-width: 992px) {
    #dbrResources .ct-lt { width: 30%; }

    #dbrResources .ct-rt { width: 70%; }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #dbrResources .content .section .type-list li.line-3-1 div { width: 238px; }
}

@media (min-width: 1200px) {
    #dbrResources .content .section .type-list .lg-margin-left-7 div { margin-left: 7px; }

    .lg-tc { text-align: center; }

    .lg-mt30 { margin-top: 30px; }
}
