﻿.dk-container-resistor ul {
    list-style: none;
    padding: 0;
}

.dk-container-resistor .header-wrap {
    padding: 0 0 10px;
    border-bottom: solid 1px #ccc;
}

@media (max-width: 991px) {
    .dk-container-resistor .header-wrap {
        padding: 0 0 20px;
    }
}

@media (max-width: 767px) {
    .dk-container-resistor .header-wrap {
        padding: 0;
    }
}

.dk-breadcrumb ol {
    color: #222;
    list-style: none;
    padding-left: 0;
    font-size: 12px;
    line-height: .8;
}

    .dk-breadcrumb ol li {
        color: #222;
        display: -webkit-inline-flex;
        display: inline-flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-right: 8px;
        margin-top: 0;
        font-weight: 700;
        line-height: 2;
    }

        .dk-breadcrumb ol li:last-child {
            font-weight: 400;
        }

        .dk-breadcrumb ol li a {
            color: #222;
            text-decoration: none;
        }

        .dk-breadcrumb ol li:after {
            font-family: dk, icomoon;
            content: " \F105";
            white-space: pre;
            font-size: 1em;
        }

        .dk-breadcrumb ol li:last-child:after {
            content: "";
        }

.dk-container-resistor .header-wrap .dk-icon-border {
    height: 41px;
}

.dk-container-resistor .header-wrap .dk-icon-border {
    max-width: 43px;
    margin: 0 9px 0 0;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #CC0000;
}

.rtl .dk-container-resistor .header-wrap .dk-icon-border {
    max-width: 43px;
    margin: 0 0 0 9px;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #CC0000;
}

.rtl .pull-left {
    float: right !important;
}

.rtl .pull-right {
    float: left !important;
}

@media (max-width: 991px) {
    .dk-container-resistor .header-wrap .pull-right {
        clear: both;
        float: none !important;
        padding: 0px 0 0;
    }
}

.dk-container-resistor .header-wrap .btn-actions li a {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    border-radius: 30px;
    border: 1px solid #ccc;
}

    .dk-container-resistor .header-wrap .btn-actions li a:hover {
        border: 1px solid #cc2500;
    }

.dk-container-resistor .header-wrap .btn-actions li .fa {
    padding: 0 2px 0 0;
    color: #cc2500;
}

@media (max-width: 767px) {

    .dk-container-resistor .header-wrap .pull-left,
    .dk-container-resistor .header-wrap .pull-right {
        float: none !important;
    }
}

.dk-container-resistor .single-dk-calc-cont {
    padding: 20px 0 0;
}

@media (min-width: 768px) {
    .dk-container-resistor .single-dk-calc-cont {
        display: table;
        width: 100%;
    }
}


@media (min-width: 768px) {
    .dk-container-resistor .single-dk-calc-cont .dk-calc-wrap {
        display: table-cell;
        vertical-align: top;
    }
}

@media (min-width: 675px) {
    .dk-container-resistor .single-dk-calc-cont .dk-calc-wrap .inner-box {
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 1em 2em;
    }

        .dk-container-resistor .single-dk-calc-cont .dk-calc-wrap .inner-box .tab-content .tab-pane-content,
        .dk-content-footer .container,
        .dk-content-footer .container-column {
            display: -ms-grid;
            display: grid;
            -ms-grid-columns: 1fr 2em 1fr;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: -webkit-min-content;
            -ms-grid-rows: -webkit-min-content;
            -ms-grid-rows: min-content;
            grid-template-rows: min-content;
            grid-gap: 2em;
        }

            .dk-container-resistor .single-dk-calc-cont .dk-calc-wrap .inner-box .tab-content .tab-pane-content > *:nth-child(1),
            .dk-content-footer .container > *:nth-child(1),
            .dk-content-footer .container-column > *:nth-child(1) {
                -ms-grid-row: 1;
                -ms-grid-column: 1;
                max-width: 100%;
            }

            .dk-container-resistor .single-dk-calc-cont .dk-calc-wrap .inner-box .tab-content .tab-pane-content > *:nth-child(2),
            .dk-content-footer .container > *:nth-child(2),
            .dk-content-footer .container-column > *:nth-child(2) {
                -ms-grid-row: 1;
                -ms-grid-column: 3;
            }
}

.dk-container-resistor .single-dk-calc-cont .dk-calc-wrap .calculator-input .input-dropdown {
    z-index: 5;
    padding: 10px 0 10px 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    width: 65px;
    border-radius: 0 3px 3px 0;
    border: 1px solid #CCCCCC;
    font-size: 13px;
    background-color: #F2F1F6;
}

.rtl .dk-container-resistor .single-dk-calc-cont .dk-calc-wrap .calculator-input .input-dropdown {
    border-radius: 4px 0 0 4px;
    background-position: left 3px center;
    padding: 10px 7px 10px 0;
    border-left: 1px solid #CCCCCC;
}

.dk-container-resistor .calculator-input .input-dropdown {
    background-image: url("-/media/3DE243A7E78D40D0BE5D7BDC4EF5D95C.ashx");
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-origin: content-box;
    padding-left: 0.5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.rtl .dk-container-resistor .calculator-input .input-dropdown {
    text-align: right;
}

.dk-container-resistor .single-dk-calc-cont .dk-calc-wrap .input-wrapper {
    z-index: 5;
    right: 0;
    padding: 4px;
    height: 25px;
    border-radius: 0 3px 3px 0;
    border: 1px solid #CCCCCC;
    font-size: 13px;
    background-color: #F2F1F6;
    width: 100%;
}

.dk-container-resistor .single-dk-calc-cont .dk-calc-wrap #total-input {
    font-size: 13px;
    font-weight: normal;
    color: #111;
    border-radius: 3px 0 0 3px;
    border: 1px transparent;
    padding: 5px 7px;
    width: 95%;
}

.dk-container-resistor .calculator-input .error-invalid {
    position: absolute;
    bottom: -22px;
    left: 0;
    color: red;
    display: none;
}

.dk-container-resistor .single-dk-calc-cont .dk-calc-wrap .calculator-input .input-dropdown:focus {
    outline: 0;
}

.dk-container-resistor .related-tools-wrap {
    padding: 30px 0;
}

    .dk-container-resistor .related-tools-wrap h2 {
        margin: 0;
        padding: 0 0 10px;
        font-size: 20px;
        font-weight: bold;
    }

    .dk-container-resistor .related-tools-wrap ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 2em 1fr 2em 1fr 2em 1fr;
        grid-template-columns: repeat(4, 1fr);
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        grid-gap: 2em;
    }

        .dk-container-resistor .related-tools-wrap ul > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .dk-container-resistor .related-tools-wrap ul > *:nth-child(2) {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
        }

        .dk-container-resistor .related-tools-wrap ul > *:nth-child(3) {
            -ms-grid-row: 1;
            -ms-grid-column: 5;
        }

        .dk-container-resistor .related-tools-wrap ul > *:nth-child(4) {
            -ms-grid-row: 1;
            -ms-grid-column: 7;
        }

        .dk-container-resistor .related-tools-wrap ul li a {
            display: block;
            padding: 15px;
            color: #222;
            text-align: center;
            border: 1px solid #ccc;
            border-radius: 5px;
            text-decoration: none;
        }

            .dk-container-resistor .related-tools-wrap ul li a .dkc-related_img {
                max-height: 45px;
            }

            .dk-container-resistor .related-tools-wrap ul li a:hover,
            .dk-container-resistor .related-tools-wrap ul li a:focus {
                text-decoration: none;
                border: 2px solid #cc2500;
            }

        .dk-container-resistor .related-tools-wrap ul li span {
            display: block;
            padding: 10px 0 0;
            margin-top: auto;
        }

@media (max-width: 767px) {
    .dk-container-resistor .related-tools-wrap ul {
        -ms-grid-columns: 1fr 2em 1fr;
        -ms-grid-rows: 1fr 2em 1fr;
        grid-template-columns: 1fr 1fr;
    }

        .dk-container-resistor .related-tools-wrap ul > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .dk-container-resistor .related-tools-wrap ul > *:nth-child(2) {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
        }

        .dk-container-resistor .related-tools-wrap ul > *:nth-child(3) {
            -ms-grid-row: 3;
            -ms-grid-column: 1;
        }

        .dk-container-resistor .related-tools-wrap ul > *:nth-child(4) {
            -ms-grid-row: 3;
            -ms-grid-column: 3;
        }
}

@media (max-width: 450px) {
    .dk-container-resistor .related-tools-wrap ul {
        -ms-grid-columns: 1fr;
        -ms-grid-rows: 1fr 2em 1fr 2em 1fr 2em 1fr;
        grid-template-columns: 1fr;
    }

        .dk-container-resistor .related-tools-wrap ul > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .dk-container-resistor .related-tools-wrap ul > *:nth-child(2) {
            -ms-grid-row: 3;
            -ms-grid-column: 1;
        }

        .dk-container-resistor .related-tools-wrap ul > *:nth-child(3) {
            -ms-grid-row: 5;
            -ms-grid-column: 1;
        }

        .dk-container-resistor .related-tools-wrap ul > *:nth-child(4) {
            -ms-grid-row: 7;
            -ms-grid-column: 1;
        }
}

.dk-container-resistor .recommended-products-wrap {
    padding: 30px 0 0;
}

    .dk-container-resistor .recommended-products-wrap h2 {
        margin: 0;
        padding: 0 0 10px;
        font-size: 20px;
        font-weight: bold;
    }

    .dk-container-resistor .recommended-products-wrap ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 2em 1fr 2em 1fr 2em 1fr;
        grid-template-columns: repeat(4, 1fr);
        -ms-grid-rows: 1fr 2em 1fr;
        grid-template-rows: 1fr;
        grid-gap: 2em;
    }

        .dk-container-resistor .recommended-products-wrap ul > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .dk-container-resistor .recommended-products-wrap ul > *:nth-child(2) {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
        }

        .dk-container-resistor .recommended-products-wrap ul > *:nth-child(3) {
            -ms-grid-row: 1;
            -ms-grid-column: 5;
        }

        .dk-container-resistor .recommended-products-wrap ul > *:nth-child(4) {
            -ms-grid-row: 1;
            -ms-grid-column: 7;
        }

        .dk-container-resistor .recommended-products-wrap ul > *:nth-child(5) {
            -ms-grid-row: 3;
            -ms-grid-column: 1;
        }

        .dk-container-resistor .recommended-products-wrap ul li a .dkc-related_img {
            max-height: 45px;
        }

        .dk-container-resistor .recommended-products-wrap ul li span {
            display: block;
            padding: 10px 0 0;
            margin-top: auto;
        }

.dk-container-resistor .input-headline {
    display: block;
    margin: 14px 0 5px 0;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.rtl .dk-container-resistor .input-headline {
    text-align: right;
}

@media (max-width: 767px) {
    .dk-container-resistor .recommended-products-wrap ul {
        -ms-grid-columns: 1fr 2em 1fr;
        -ms-grid-rows: 1fr 2em 1fr 2em 1fr;
        grid-template-columns: 1fr 1fr;
    }

        .dk-container-resistor .recommended-products-wrap ul > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .dk-container-resistor .recommended-products-wrap ul > *:nth-child(2) {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
        }

        .dk-container-resistor .recommended-products-wrap ul > *:nth-child(3) {
            -ms-grid-row: 3;
            -ms-grid-column: 1;
        }

        .dk-container-resistor .recommended-products-wrap ul > *:nth-child(4) {
            -ms-grid-row: 3;
            -ms-grid-column: 3;
        }

        .dk-container-resistor .recommended-products-wrap ul > *:nth-child(5) {
            -ms-grid-row: 5;
            -ms-grid-column: 1;
        }
}

@media (max-width: 450px) {
    .dk-container-resistor .recommended-products-wrap ul {
        -ms-grid-columns: 1fr;
        -ms-grid-rows: 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr;
        grid-template-columns: 1fr;
    }

        .dk-container-resistor .recommended-products-wrap ul > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .dk-container-resistor .recommended-products-wrap ul > *:nth-child(2) {
            -ms-grid-row: 3;
            -ms-grid-column: 1;
        }

        .dk-container-resistor .recommended-products-wrap ul > *:nth-child(3) {
            -ms-grid-row: 5;
            -ms-grid-column: 1;
        }

        .dk-container-resistor .recommended-products-wrap ul > *:nth-child(4) {
            -ms-grid-row: 7;
            -ms-grid-column: 1;
        }

        .dk-container-resistor .recommended-products-wrap ul > *:nth-child(5) {
            -ms-grid-row: 9;
            -ms-grid-column: 1;
        }
}

.dk-container-resistor .calculator-input {
    position: relative;
    display: flex;
    width: 100%;
    height: 40px;
}

    .dk-container-resistor .calculator-input #resistor-input::-webkit-outer-spin-button,
    .dk-container-resistor .calculator-input #resistor-input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .dk-container-resistor .calculator-input #resistor-input {
        padding: 5px 7px;
        z-index: 10;
    }

.rtl .dk-container-resistor .calculator-input input {
    border-radius: 0 4px 4px 0;
    border-left: none;
    border-right: 1px solid #ddd;
}

.dk-container-resistor .calculator-input .input-label {
    z-index: 5;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    width: 45px;
    border-radius: 0 3px 3px 0;
    background-color: #F2F1F6;
    border: 1px solid #CCCCCC;
    text-align: center;
    font-size: 13px;
}

.dk-container-resistor .calculator-input .input-answer {
    left: 15px;
    right: auto;
    border-radius: 4px 0 0 4px;
    position: absolute;
    height: 40px;
    padding: 8px 8px 2px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    color: #fff;
}

.dk-container-resistor .calculator-input input[type='number'] {
    -moz-appearance: textfield;
}

.dk-container-resistor .calculator-input input {
    -webkit-appearance: none;
    border: 1px solid #CCCCCC;
    border-right: none;
    border-radius: 4px 0 0 4px;
    padding: 0px 5px 0px 5px;
    max-width: 100%;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    color: #333333;
}

    .dk-container-resistor .calculator-input input::-webkit-input-placeholder {
        opacity: 0.5;
        color: #333333;
    }

    .dk-container-resistor .calculator-input input::-moz-placeholder {
        opacity: 0.5;
        color: #333333;
    }

    .dk-container-resistor .calculator-input input:-ms-input-placeholder {
        opacity: 0.5;
        color: #333333;
    }

    .dk-container-resistor .calculator-input input:-moz-placeholder {
        opacity: 0.5;
        color: #333333;
    }

.dk-container-resistor .calculator-input.bg-black .input-label {
    color: #FFF;
    border: 0;
    background: none;
}

.dk-container-resistor .calculator-input.bg-black input {
    padding: 0 30px;
    background: #333;
    color: #fff;
    border: none;
    text-align: center;
    border: none;
    border-radius: 20px;
    opacity: 1;
}

    .dk-container-resistor .calculator-input.bg-black input::-webkit-input-placeholder {
        color: #fff;
        opacity: 1;
    }

    .dk-container-resistor .calculator-input.bg-black input::-moz-placeholder {
        color: #fff;
        opacity: 1;
    }

    .dk-container-resistor .calculator-input.bg-black input:-ms-input-placeholder {
        color: #fff;
        opacity: 1;
    }

    .dk-container-resistor .calculator-input.bg-black input:-moz-placeholder {
        color: #fff;
        opacity: 1;
    }


/*! CSS Used from: http://localhost:1337/public/css/conversion-calculator-resistor-color-code-4-band.css */

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.dk-content-footer {
    background: #F0EFF3;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

    .dk-content-footer .container {
        -ms-grid-columns: 3fr 2em 2fr;
        grid-template-columns: 3fr 2fr;
    }

.dk-container-resistor .header-wrap .dk-icon {
    border: 0;
    width: auto;
}

.dk-container-resistor .calculator-input .input-label.big-label {
    width: 90px;
}

.clearfix:after,
.container:after {
    clear: both;
}

.header-wrap.clearfix:after,
.header-wrap.clearfix:before {
    display: table;
    content: " ";
}

.dk-container-resistor .single-dk-calc-cont .inner-box {
    position: relative;
}

.dk-container-resistor .single-dk-calc-cont .dk-calc-wrap .inner-box .tab-content > .tab-pane {
    display: none;
}

.dk-container-resistor .single-dk-calc-cont .dk-calc-wrap .inner-box .tab-content > .active {
    display: block;
    opacity: 1 !important;
}

.dk-container-resistor .single-dk-calc-cont .inner-box .unit-title-wrap {
    padding: 17px 0 15px;
}

.dk-container-resistor .single-dk-calc-cont .inner-box .calc-type {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 8px;
    border-radius: 30px;
    border: 1px solid #DDD;
    background: #f2f1f6;
    width: 66%;
}

    .dk-container-resistor .single-dk-calc-cont .inner-box .calc-type li {
        padding: 0 0 0 9px;
        margin: 0;
        width: calc(98%/3);
    }

        .dk-container-resistor .single-dk-calc-cont .inner-box .calc-type li a {
            cursor: pointer;
            border: 2px solid #CCC;
            color: #ccc;
            padding: 10px;
            display: block;
            background: #fff;
            text-align: center;
            border-radius: 30px;
            text-decoration: none;
            border: 1px solid #ccc;
            cursor: pointer;
            font-size: 13px;
        }

            .dk-container-resistor .single-dk-calc-cont .inner-box .calc-type li a:hover {
                color: #333;
            }

        .dk-container-resistor .single-dk-calc-cont .inner-box .calc-type li.active a {
            border: 2px solid #cc2500 !important;
            color: #333;
        }

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .dropdown .black {
    background: #000;
}

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .dropdown .brown {
    background: #512627;
}

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .dropdown .red {
    background: #CC0000;
}

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .dropdown .orange {
    background: #D87347;
}

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .dropdown .yellow {
    color: #333 !important;
    background: #E6C951;
}

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .dropdown .green {
    background: #528F65;
}

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .dropdown .blue {
    background: #0F5190;
}

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .dropdown .violet {
    background: #6967CE;
}

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .dropdown .grey {
    background: #7D7D7D;
}

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .dropdown .white {
    color: #333 !important;
    background: #FFF;
}

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .dropdown .gold {
    background: #C08327;
}

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .dropdown .silver {
    background: #BFBEBF;
}

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .black {
    background: #000 !important;
}

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .black:after {
        background: #000;
    }

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .black .value {
        background: #000 !important;
    }

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .red {
    background: #CC0000 !important;
}

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .red:after {
        background: #CC0000;
    }

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .red .value {
        background: #CC0000 !important;
    }

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .brown {
    background: #512627 !important;
}

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .brown:after {
        background: #512627;
    }

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .brown .value {
        background: #512627 !important;
    }

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .orange {
    background: #D87347 !important;
}

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .orange:after {
        background: #D87347;
    }

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .orange .value {
        background: #D87347 !important;
    }

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .yellow {
    background: #E6C951 !important;
}

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .yellow:after {
        background: #E6C951;
    }

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .yellow .value {
        color: #333 !important;
        background: #E6C951 !important;
    }

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .green {
    background: #528F65 !important;
}

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .green:after {
        background: #528F65;
    }

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .green .value {
        background: #528F65 !important;
    }

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .blue {
    background: #0F5190 !important;
}

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .blue:after {
        background: #0F5190;
    }

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .blue .value {
        background: #0F5190 !important;
    }

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .violet {
    background: #6967CE !important;
}

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .violet:after {
        background: #6967CE;
    }

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .violet .value {
        background: #6967CE !important;
    }

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .grey {
    background: #7D7D7D !important;
}

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .grey:after {
        background: #7D7D7D;
    }

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .grey .value {
        background: #7D7D7D !important;
    }

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .white {
    background: #FFF !important;
}

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .white:after {
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        background: #FFF;
    }

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .white .value {
        color: #333 !important;
        border: 1px solid #777;
        background: #FFF !important;
    }

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .gold {
    background: #C08327 !important;
}

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .gold:after {
        background: #C08327;
    }

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .gold .value {
        background: #C08327 !important;
    }

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .silver {
    background: #BFBEBF !important;
}

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .silver:after {
        background: #BFBEBF;
    }

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .calc-output .silver .value {
        background: #BFBEBF !important;
    }

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content dl {
    cursor: pointer;
    margin: 0 0 15px;
}

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content dl:last-of-type {
        margin: 0;
    }

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content dl .select-color {
        font-size: 13px;
        font-weight: normal;
        color: #111;
        border-radius: 3px 0 0 3px;
        padding: 5px 7px;
        width: 95%;
    }

        .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content dl .select-color.selected {
            padding: 0px;
        }

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content dl .color-item {
        padding: 7px 5px;
        font-size: 13px;
        font-weight: normal;
        color: #FFF;
        border-radius: 3px;
    }

        .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content dl .color-item span {
            display: inline-block;
        }

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content dl dt {
        padding: 4px;
        font-weight: normal;
        border: 1px solid #CCC;
        border-radius: 3px;
        display: inline-flex;
        width: 100%;
        width: -webkit-fill-available;
        width: -moz-available;
        width: fill-available;
    }

        .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content dl dt .down-arrow {
            padding-top: 6px;
        }

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content dl dd {
        position: relative;
    }

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content dl dt .calculator-input {
        padding: 4px;
        font-weight: normal;
        border: 1px solid #CCC;
        border-radius: 3px;
        display: inline-flex;
        width: 100%;
    }

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content dl dd ul {
        display: none;
        position: absolute;
        z-index: 12;
        top: -12px;
        left: 0;
        width: 97.2%;
        margin: 0 5px;
        padding: 5px;
        border: 1px solid #CCC;
        background: #FFF;
        -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
    }

        .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content dl dd ul li {
            margin: 3px 0;
        }

            .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content dl dd ul li:first-child {
                margin: 0 0 3px;
            }

@media (max-width: 991px) {
    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content dl dd ul li {
        margin: 12px 0 0;
    }
}

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content dl dd ul li .color-item {
    border-radius: 3px;
}

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content dl dd ul li .color-item.white {
        border: 1px solid #CCC;
    }

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content #resistor-color-diagram {
    position: relative;
    width: 319px;
    height: 134px;
    margin: 40px auto;
}

@media (max-width: 320px) {
    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content #resistor-color-diagram {
        margin: 40px -25px;
    }
}

@media (width: 360px) {
    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content #resistor-color-diagram {
        margin: 40px -10px;
    }
}

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .first-band:after,
.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .second-band:after,
.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .third-band:after,
.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .multiplier:after,
.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .tolerance:after,
.tolerance-6b:after,
.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .ppm:after {
    content: '';
    opacity: 0.2;
    position: absolute;
    bottom: -42px;
    width: 14px;
    height: 40px;
    background: #C5C5C5;
}

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .first-band .value,
.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .second-band .value,
.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .third-band .value,
.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .multiplier .value,
.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .tolerance .value,
.tolerance-6b .value,
.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .ppm .value {
    position: absolute;
    z-index: 5;
    bottom: -60px;
    left: -5px;
    width: 24px;
    padding: 5px 2px 4px;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    line-height: 100%;
    border-radius: 3px;
    background: #C5C5C5;
}

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content #resistor-color-diagram .first-band {
    position: absolute;
    top: 2px;
    left: 30px;
    width: 14px;
    height: 72px;
    background: #C5C5C5;
}

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content #resistor-color-diagram .second-band {
    position: absolute;
    top: 12px;
    left: 72px;
    width: 14px;
    height: 52px;
    background: #C5C5C5;
}

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content #resistor-color-diagram .second-band:after {
        bottom: -52px;
        height: 50px;
    }

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content #resistor-color-diagram .second-band .value {
        bottom: -70px;
    }

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content #resistor-color-diagram .third-band {
    position: absolute;
    top: 12px;
    left: 98px;
    width: 14px;
    height: 52px;
    background: #C5C5C5;
}

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content #resistor-color-diagram .third-band:after {
        bottom: -52px;
        height: 50px;
    }

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content #resistor-color-diagram .third-band .value {
        bottom: -70px;
    }

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content #resistor-color-diagram .multiplier {
    position: absolute;
    top: 12px;
    right: 142px;
    width: 14px;
    height: 52px;
    background: #C5C5C5;
}

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content #resistor-color-diagram .multiplier:after {
        bottom: -52px;
        height: 50px;
    }

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content #resistor-color-diagram .multiplier .value {
        bottom: -70px;
        left: -22px;
        width: 60px;
    }

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content #resistor-color-diagram .tolerance {
    position: absolute;
    top: 2px;
    right: 30px;
    width: 14px;
    height: 72px;
    background: #C5C5C5;
}

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content #resistor-color-diagram .tolerance .value {
        width: 57px;
        left: -21px;
    }

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content #resistor-color-diagram .ppm {
    position: absolute;
    top: 2px;
    right: 30px;
    width: 14px;
    height: 72px;
    background: #C5C5C5;
}

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content #resistor-color-diagram .ppm .value {
        left: -19px;
        width: 53px;
    }

.tolerance-6b {
    position: absolute;
    top: 12px;
    right: 84px;
    width: 14px;
    height: 52px;
    background: #C5C5C5;
}

    .tolerance-6b:after {
        bottom: -52px;
        height: 50px;
    }

    .tolerance-6b .value {
        bottom: -70px;
        left: -19px;
        width: 53px;
    }

.dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .resistor-specs {
    margin: 0 auto;
    margin-top: 100px;
    padding: 12px 15px;
    font-size: 32px;
    text-align: center;
    min-height: 76px;
}

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .resistor-specs h2 {
        margin: auto;
        font-size: 32px;
        font-weight: 450;
    }

    .dk-container-resistor .single-dk-calc-cont .inner-box .tab-content .resistor-specs span {
        font-weight: 600;
    }

@media (max-width: 1132px) {
    .dk-container-resistor .single-dk-calc-cont .calc-output {
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .dk-container-resistor .single-dk-calc-cont .calc-output {
        padding: 10px !important;
    }
}

.dk-content-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.glyphicon-chevron-left:before {
    content: "<";
}

.glyphicon-chevron-right:before {
    content: ">";
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.overflow-hidden {
    overflow: hidden !important;
}

.list-per-page {
    outline: 0;
    margin: 0;
    position: relative;
    list-style: none;
}

.per-page {
    width: auto;
    overflow: hidden;
    font-size: 0.87rem;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif, 'dk';
    font-weight: 400;
    line-height: 1.5;
    padding-top: 6px;
    white-space: nowrap;
    padding-bottom: 6px;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: relative;
    text-align: left;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0;
    outline: 0;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

    .per-page.selected {
        background-color: rgba(0, 0, 0, 0.08);
    }

    .per-page:hover {
        background-color: rgba(0, 0, 0, 0.04);
    }

.input-page-selector {
    left: 0;
    width: 100%;
    bottom: 0;
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.select-page-selector a {
    text-decoration: none;
    color: black;
}

.relate-tool-title {
    font-size: 20px;
    font-weight: bold;
    display: none;
    margin: 0;
}

.pdf-icon {
    background-image: url("../img/pdf-icon.png");
    background-size: cover;
    width: 17px;
    background-repeat: no-repeat;
    height: 18px;
    vertical-align: top;
    display: inline-block;
}

.dk-radio-button-label {
    margin-right: 15px;
    position: relative;
    top: -8px;
    padding-left: 0px;
}

#dk-rb1 {
    margin-left: 0px;
}

.search-mod {
    display: none;
}

    .search-mod .inner-box {
        display: flex;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 1em 2em;
        align-items: center;
    }

.calculator-mod .inner-box .search-btn-area {
    margin: 30px 0;
    display: inline-flex;
}

.search-mod .inner-box .search-btn-area {
    margin: auto 10px;
}

.search-mod .inner-box .resistor-specs {
    display: inline-flex;
    margin: auto;
}

    .search-mod .inner-box .resistor-specs h2 {
        font-size: 32px;
        font-weight: 550;
    }

    .search-mod .inner-box .resistor-specs .result {
        font-size: 32px;
        margin: auto 10px;
        font-weight: 600;
    }

.search-mod .summary-result {
    min-height: 100px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    border-bottom: 1px solid #dddddd;
}

    .search-mod .summary-result .total-result {
        margin: 35px 0px;
    }

        .search-mod .summary-result .total-result span {
            font-size: 24px;
        }

.search-mod #totalSearchResult {
    font-weight: 600;
    margin-right: 5px;
}

.search-mod .search-within {
    margin: auto;
    margin-left: 60px;
}

    .search-mod .search-within .search-within-keyword {
        border: 1px solid #CCCCCC;
        height: 40px;
        padding: 4px;
        box-shadow: unset;
        border-radius: 4px;
        background-color: #FFFFFF;
        display: flex;
    }

    .search-mod .search-within .search-within-input {
        width: calc(100% - 40px);
        border: none;
        height: 86%;
        font-size: 14px;
        border-radius: 4px;
        padding-left: 10px;
    }

        .search-mod .search-within .search-within-input:focus-visible {
            outline: none;
        }

    .search-mod .search-within .search-within-button {
        border: none;
        font-family: Arial, Helvetica, sans-serif;
        border-radius: 0px;
        flex: 0 0 auto;
        color: #444444;
        padding: 0px;
        overflow: visible;
        text-align: center;
        transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        cursor: pointer;
        margin: 0;
        display: inline-flex;
        outline: 0;
        position: relative;
        align-items: center;
        user-select: none;
        justify-content: center;
        text-decoration: none;
        background-color: transparent;
        -webkit-appearance: none;
        -webkit-tap-highlight-color: transparent;
    }

    .search-mod .search-within .search-within-lable {
        width: 100%;
        display: flex;
        align-items: inherit;
        justify-content: inherit;
        text-align: center;
    }

    .search-mod .search-within .search-within-icon {
        padding: 15px 10px 10px 10px;
        font-size: 2em;
        fill: currentColor;
        width: 1em;
        height: 1em;
        display: inline-block;
        transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        flex-shrink: 0;
        user-select: none;
    }

.search-mod .resister-types {
    padding: 30px 0;
    border-bottom: 1px solid #dddddd;
    display: inline-flex;
    width: 100%;
    justify-content: space-evenly;
}

    .search-mod .resister-types .resister-types-header {
        display: none;
    }

        .search-mod .resister-types .resister-types-header h2 {
            margin: 0;
            font-size: 15px;
            font-weight: bold;
        }

    .search-mod .resister-types .resister-types-body {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 2em 18em;
        display: -ms-grid;
        -ms-grid-columns: 1fr 1fr;
    }

        .search-mod .resister-types .resister-types-body .resister-types-item:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .search-mod .resister-types .resister-types-body .resister-types-item:nth-child(2) {
            -ms-grid-row: 1;
            -ms-grid-column: 2;
        }

        .search-mod .resister-types .resister-types-body .resister-types-item:nth-child(3) {
            -ms-grid-row: 2;
            -ms-grid-column: 1;
        }

        .search-mod .resister-types .resister-types-body .resister-types-item:nth-child(4) {
            -ms-grid-row: 2;
            -ms-grid-column: 2;
        }

        .search-mod .resister-types .resister-types-body .resister-types-item:nth-child(5) {
            -ms-grid-row: 3;
            -ms-grid-column: 1;
        }

        .search-mod .resister-types .resister-types-body .resister-types-item:nth-child(6) {
            -ms-grid-row: 3;
            -ms-grid-column: 2;
        }

        .search-mod .resister-types .resister-types-body .resister-types-item a {
            text-decoration: none;
        }

            .search-mod .resister-types .resister-types-body .resister-types-item a:hover {
                text-decoration: underline;
            }

.search-mod .search-result .search-result-container {
    width: 100%;
}

    .search-mod .search-result .search-result-container .search-result-table {
        width: 100%;
        max-width: 1000px;
        overflow-x: auto;
    }

#productSearchResult {
    width: 100%;
    display: none;
    border-spacing: 0;
    border-collapse: collapse;
}

    #productSearchResult thead th {
        color: #FFFFFF;
        height: 62px;
        padding: 4px 8px;
        font-size: 12px;
        font-weight: bold;
        white-space: nowrap;
        border-right: 1px solid #DDDDDD;
        background-color: #1A1552;
        text-align: left;
    }

        #productSearchResult thead th .table-header-cell {
            display: flex;
        }

            #productSearchResult thead th .table-header-cell span {
                margin: auto;
            }

            #productSearchResult thead th .table-header-cell .sort-data {
                margin-left: 8px;
            }

                #productSearchResult thead th .table-header-cell .sort-data .sort-ascending {
                    border: solid #FFF;
                    border-width: 0 3px 3px 0;
                    padding: 3px;
                    transform: rotate(-135deg);
                    -webkit-transform: rotate(-135deg);
                }

                #productSearchResult thead th .table-header-cell .sort-data .sort-descending {
                    border: solid #FFF;
                    border-width: 0 3px 3px 0;
                    padding: 3px;
                    transform: rotate(45deg);
                    -webkit-transform: rotate(45deg);
                }

    #productSearchResult tbody .table-data-row {
        border-bottom: 1px solid #DDDDDD;
    }

        #productSearchResult tbody .table-data-row .table-data-cell {
            padding: 8px;
            font-size: 13px;
        }

            #productSearchResult tbody .table-data-row .table-data-cell .part-data-detail {
                display: grid;
                grid-template-columns: auto 1fr;
                grid-column-gap: 1rem;
            }

            #productSearchResult tbody .table-data-row .table-data-cell .part-data-cell {
                display: flex;
                width: max-content;
            }

            #productSearchResult tbody .table-data-row .table-data-cell .part-image-area {
                margin: auto;
            }

                #productSearchResult tbody .table-data-row .table-data-cell .part-image-area img {
                    width: 80px;
                }

            #productSearchResult tbody .table-data-row .table-data-cell .part-data .manufacturer-part-number a {
                text-decoration: none;
                font-weight: 600;
            }

:root {
    --display-available: flex;
}

.group-show-mobile,
.manufacturer-name-mobile {
    display: none;
}

.part-detail-a {
    text-decoration: none;
}

.part-number-link {
    text-decoration: none;
    font-weight: 600;
}

#table-data-row-clone,
#paginator-pagination-clone,
.resister-types-body-clone {
    display: none;
}

.image-responsive {
    max-width: 100%;
    height: auto;
    margin: 0px auto;
}

.search-mod .resistor-result {
    display: inherit;
    align-items: center;
}


.instruction-image,
.part-action-button {
    display: flex;
    width: max-content;
}

.third-band,
#ppm,
#thirdband,
#span-ppm,
#span-thirdband,
.ppm,
.headline-5band,
.headline-6band {
    display: none;
}

.pg-a-button {
    text-decoration: none;
}


/* Pagination CSS*/

.pagination-top {
    display: none;
    padding: 0;
}

.pagination-bottom {
    padding: 20px 0 5px 0;
    display: none;
}

.paginator-results {
    height: 32px;
    display: flex;
    font-size: 14px;
    align-items: center;
    line-height: 32px;
}

.paginator-top-results {
    display: none;
}

.per-page-selector {
    color: rgba(0, 0, 0, 0.87);
    cursor: text;
    display: inline-flex;
    position: relative;
    font-size: 1rem;
    box-sizing: border-box;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif, 'dk';
    font-weight: 400;
    line-height: 1.1876em;
}

.select-page-selector {
    padding: 2px 20px 0 6px;
    font-size: 14px;
    font-weight: bolder;
    height: auto;
    overflow: hidden;
    min-height: 1.1876em;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    min-width: 16px;
    user-select: none;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: currentColor;
    width: 100%;
    border: 0;
    margin: 0;
    display: block;
    background: none;
    box-sizing: content-box;
    animation-name: mui-auto-fill-cancel;
    letter-spacing: inherit;
    animation-duration: 10ms;
    -webkit-tap-highlight-color: transparent;
}

.svg-icon-page-selector {
    color: rgba(0, 0, 0, 0.54);
    right: 0;
    position: absolute;
    pointer-events: all;
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.8rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
    cursor: pointer;
}

.pg-page-selected a {
    padding: 5px 10px;
    text-decoration: none;
    font-size: 14px;
    color: white;
    background-color: #c00;
    border-radius: 25em;
    cursor: default;
    user-select: none;
}

.pg-button.pg-page a:link {
    padding: 0 0 5px 0;
    margin: 0 8px;
    text-decoration: none;
    font-size: 14px;
}

.pg-button a:link,
.pg-button a:visited,
.pg-button-normal a:link {
    color: #000;
    text-decoration: none;
}

.pg-button-normal {
    font-size: 18px;
    vertical-align: sub;
    padding: 0px;
    margin: 0 8px;
}

.button-normal {
    color: rgba(0, 0, 0, 0.87);
    background-color: white;
    height: 24px;
    margin: 2px;
    padding: 6px 8px;
    font-size: 14px;
    min-width: 20px;
    border-radius: 50%;
    display: inline-flex;
    position: relative;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: Arial, Helvetica, sans-serif, 'dk';
    border: 0;
    pointer-events: all;
    cursor: pointer;
}

    .button-normal:hover {
        background-color: #EAEAEA;
    }

    .button-normal.button-selected {
        background-color: #CC0000;
        color: #FFFFFF;
        pointer-events: auto;
    }

    .button-normal.icon {
        padding: 0;
    }

.paginator-results::after {
    content: "";
    height: 100%;
    margin: 0 20px;
    border-right: 2px solid rgb(204, 204, 204);
}

.paginator-pagination {
    cursor: pointer;
    display: flex;
}

    .paginator-pagination a:link {
        text-decoration: none;
    }

.button-label {
    width: 100%;
    display: flex;
    align-items: inherit;
    justify-content: inherit;
}

.svg-icon {
    font-size: 1.35em;
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    :root {
        --display-available: block;
    }

    .paginator-results {
        display: none;
    }

    .paginator-pagination {
        text-align: center;
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .paginator-top-results {
        height: 32px;
        display: flex;
        font-size: 14px;
        align-items: center;
        line-height: 32px;
    }

    .relate-tool-title {
        display: block;
    }

    .button,
    .button.primary {
        display: block;
        width: 100%;
    }

    .btn-normal {
        padding: 12px 24px !important;
    }

    .search-mod .inner-box .search-btn-area {
        width: 100%;
    }

    .search-mod .inner-box {
        border: none;
        padding: 0;
        flex-direction: column-reverse;
    }

    .calculator-mod .inner-box .search-btn-area {
        margin: 30px 0;
        display: block;
    }

    .search-mod .inner-box .resistor-specs {
        display: flex;
        padding-bottom: 25px;
    }

    .resistor-result {
        margin: auto;
        flex-direction: column;
    }

    .search-mod .summary-result {
        display: block;
        border: none;
    }

    .search-mod .search-within {
        margin: 15px 0;
    }

    .search-mod .resister-types .resister-types-body {
        grid-template-columns: 1fr 1fr;
        grid-gap: 1em;
        padding-top: 20px;
    }

    

    #productSearchResult tbody .table-data-row {
        width: 85%;
        cursor: pointer;
        height: 100%;
        margin: 8px 0px;
        display: grid;
        padding: 24px;
        border: 1px solid #EAEAEA;
        box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
        border-radius: 4px;
    }

    .search-mod .resister-types,
    .search-mod .search-result .search-result-container .search-result-table,
    #productSearchResult {
        border: none !important;
    }

        #productSearchResult tbody .table-data-row .table-data-cell {
            border-right: none;
        }

        #productSearchResult tbody .table-data-row .alternate {
            background-color: #FFFFFF;
        }

    .search-mod .resister-types {
        display: block;
        padding: 20px 0;
    }

        .search-mod .resister-types .resister-types-header h2 {
            font-size: 20px;
        }

    .group-show-mobile {
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }

    .manufacturer-name-mobile {
        display: block;
        padding: 10px 0;
    }

    .price-mobile {
        border: 1px solid #EAEAEA;
        height: 17px;
        display: inline-block;
        padding: 3px 18px;
        font-size: 12px;
        text-align: center;
        margin: 5px 8px;
        border-radius: 14px;
        vertical-align: middle;
        background-color: #EAEAEA;
        line-height: 18px;
    }

    .btn-detail-mobile {
        min-width: auto !important;
        width: 70px !important;
        padding: 0 !important;
        line-height: 1.8 !important;
    }

    #productSearchResult thead,
    .td-manufacture,
    .td-price,
    .td-stock,
    .td-min-qty,
    .td-digikey-part-no,
    .td-package,
    .td-resistance,
    .td-tolerance,
    .td-power,
    .part-action-button {
        display: none;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up to 786px) */

@media screen and (max-width: 768px) and (min-width: 600px) {
    .search-mod .resister-types .resister-types-body {
        grid-template-columns: 1fr 1fr;
        grid-gap: 1em;
        padding-top: 20px;
    }

    #productSearchResult tbody .table-data-row {
        width: 85%;
        cursor: pointer;
        height: 100%;
        margin: 8px 0px;
        display: grid;
        padding: 24px;
        border: 1px solid #EAEAEA;
        box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
        border-radius: 4px;
    }

    .search-mod .resister-types,
    .search-mod .search-result .search-result-container .search-result-table,
    #productSearchResult {
        border: none !important;
    }

        #productSearchResult tbody .table-data-row .table-data-cell {
            border-right: none;
        }

        #productSearchResult tbody .table-data-row .alternate {
            background-color: #FFFFFF;
        }

    .group-show-mobile {
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }

    .manufacturer-name-mobile {
        display: block;
        padding: 10px 0;
    }

    .price-mobile {
        border: 1px solid #EAEAEA;
        height: 17px;
        display: inline-block;
        padding: 3px 18px;
        font-size: 12px;
        text-align: center;
        margin: 5px 8px;
        border-radius: 14px;
        vertical-align: middle;
        background-color: #EAEAEA;
        line-height: 18px;
    }

    .btn-detail-mobile {
        min-width: auto !important;
        width: 70px !important;
        padding: 0 !important;
        line-height: 1.8 !important;
    }

    #productSearchResult thead,
    .td-manufacture,
    .td-price,
    .td-stock,
    .td-min-qty,
    .td-digikey-part-no,
    .td-resistance,
    .td-package,
    .td-tolerance,
    .td-power,
    .part-action-button {
        display: none;
    }
}

.order-button-container {
    color: #1A1552;
    display: inline-flex;
    padding-left: 5px;
    flex-direction: column;
    vertical-align: middle;
}

.sort-header > div {
    color: #CCCCCC;
}

.header-grid-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.header-grid-item {
    margin: 0;
    box-sizing: border-box;
    color: #FFFFFF;
    height: 34px;
    padding: 0px 12px;
    line-height: 34px;
    border-radius: 4px;
    background-color: #1A1552;
}

.order-icon-button-label {
    width: 100%;
    display: flex;
    align-items: inherit;
    justify-content: inherit;
}

.order-svg-icon {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.2857142857142856rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.order-icon-button {
    flex: 0 0 auto;
    color: rgba(0, 0, 0, 0.54);
    padding: 12px;
    overflow: visible;
    font-size: 1.2857142857142856rem;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 50%;
}

.order-button-base {
    color: inherit;
    border: none;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    padding: 0px;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0px;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.table-header-cell {
    display: table-cell;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    vertical-align: inherit;
}

.order-button-base svg {
    font-size: 0.75em;
    margin-left: 2px;
}

.header-grid-item > div {
    color: #FFFFFF;
}

.header-grid-item:hover {
    color: #1A1552;
    cursor: pointer;
    background-color: #FFFFFF;
}

.header-grid-item.header-grid-item:hover > div {
    color: #CCCCCC;
}

.order-button-base:hover {
    color: rgb(34, 34, 34);
    background-color: unset;
}

.order-button-base:disabled {
    color: rgb(204, 0, 0);
}

.forcus-header {
    color: #1A1552;
    background-color: #FFFFFF;
}

    .forcus-header > div {
        color: #CCCCCC;
    }

.no-result-message h2 {
    font-size: 20px;
}

.search-empty {
    display: none;
    padding: 15px 0;
}

.search-result-table::-webkit-scrollbar {
    height: 10px;
}

.search-result-table::-webkit-scrollbar-thumb {
    background: rgb(204, 204, 204);
    border-radius: 10px;
    padding: 2px;
}

    .search-result-table::-webkit-scrollbar-thumb:hover {
        background: #666666;
    }


/* td.table-data-cell.td-tolerance:not(:last-child) {
    border-right: none;
} */

.search-result-container td:not(:last-child) {
    border-right: 1px solid #DDDDDD;
}

.content-container {
    display: block;
}

.related-tool-right ul {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-columns: 1fr 2em 1fr 2em 1fr 2em 1fr;
    grid-template-rows: 1fr;
    -ms-grid-rows: 1fr 2em 1fr;
}

.dk-container-resistor .related-tool-right ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.dk-container-resistor .related-tool-right ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.dk-container-resistor .related-tool-right ul > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.dk-container-resistor .related-tool-right ul > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.dk-container-resistor .related-tool-right ul > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.related-tool-right ul a {
    text-decoration: none;
    display: block;
    padding: 15px;
    text-align: center;
}

    .related-tool-right ul a span {
        padding: 10px 0 0;
        text-align: center;
        display: block;
        margin: 0 0 5px 12px;
        font-size: 13px;
        font-weight: bold;
    }

#related-tool-container {
    padding: 20px 0 0;
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.dk-container-resistor .recommended-products-wrap ul li .dkc-related-product_img {
    max-width: 133px;
    max-height: 135px;
}

.recommended-products-wrap ul li button {
    padding: 5px 1px;
    margin: 5px 7px;
    margin-left: 0;
    min-width: 63px;
}

.recommended-products-wrap ul li {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 1em 1em;
}

.image-container {
    text-align: center;
}

.recommended-products-wrap ul li a {
    text-decoration: none;
}

.dk-container-resistor .related-tool-right ul li .dkc-related_img {
    max-height: 45px;
}

@media (max-width: 767px) {
    .content-container {
        display: block;
    }

    .dk-container-resistor .related-tool-right ul {
        -ms-grid-columns: 1fr 2em 1fr;
        -ms-grid-rows: 1fr 2em 1fr 2em 1fr;
        grid-template-columns: 1fr 1fr;
    }

        .dk-container-resistor .related-tool-right ul > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .dk-container-resistor .related-tool-right ul > *:nth-child(2) {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
        }

        .dk-container-resistor .related-tool-right ul > *:nth-child(3) {
            -ms-grid-row: 3;
            -ms-grid-column: 1;
        }

        .dk-container-resistor .related-tool-right ul > *:nth-child(4) {
            -ms-grid-row: 3;
            -ms-grid-column: 3;
        }

        .dk-container-resistor .related-tool-right ul > *:nth-child(5) {
            -ms-grid-row: 5;
            -ms-grid-column: 1;
        }
}

@media (max-width: 450px) {
    .content-container {
        display: block;
    }

    .dk-container-resistor .related-tool-right ul {
        -ms-grid-columns: 1fr;
        -ms-grid-rows: 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr;
        grid-template-columns: 1fr;
    }

        .dk-container-resistor .related-tool-right ul > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .dk-container-resistor .related-tool-right ul > *:nth-child(2) {
            -ms-grid-row: 3;
            -ms-grid-column: 1;
        }

        .dk-container-resistor .related-tool-right ul > *:nth-child(3) {
            -ms-grid-row: 5;
            -ms-grid-column: 1;
        }

        .dk-container-resistor .related-tool-right ul > *:nth-child(4) {
            -ms-grid-row: 7;
            -ms-grid-column: 1;
        }

        .dk-container-resistor .related-tool-right ul > *:nth-child(5) {
            -ms-grid-row: 9;
            -ms-grid-column: 1;
        }
}

@media(max-width: 1019px) {
    .related-tool-right ul a {
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .related-tool-right ul {
        grid-gap: 2em;
    }
}

@media (min-width: 1020px) {
    .content-container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 3fr 2em 1fr;
        grid-template-columns: 1fr 0fr;
        grid-template-rows: -webkit-min-content;
        -ms-grid-rows: -webkit-min-content;
        -ms-grid-rows: min-content;
        grid-template-rows: min-content;
        grid-gap: 2em;
    }

    .content-detail {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .related-tool-right {
        border: 1px solid #ccc;
        border-radius: 5px;
    }

        .related-tool-right ul {
            display: -ms-grid;
            display: grid;
            -ms-grid-columns: 1fr;
            -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr;
            grid-template-columns: 1fr;
        }

    .dk-container-resistor .related-tool-right ul > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .dk-container-resistor .related-tool-right ul > *:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .dk-container-resistor .related-tool-right ul > *:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .dk-container-resistor .related-tool-right ul > *:nth-child(4) {
        -ms-grid-row: 4;
        -ms-grid-column: 1;
    }

    .dk-container-resistor .related-tool-right ul > *:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .related-tool-right ul a {
        display: -ms-grid;
        display: grid;
        grid-template-columns: 60px 1fr;
        -ms-grid-columns: 50px 0.5em 1fr;
        align-items: center;
    }

    .rtl .related-tool-right ul a {
        column-gap: 2em;
    }

    .dk-container-resistor .related-tool-right ul li .dkc-related_img {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .dk-container-resistor .related-tool-right ul li span {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        text-align: left;
    }

    .rtl .dk-container-resistor .related-tool-right ul li span {
        text-align: right;
    }

    .dk-container-resistor .recommended-products-wrap ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 2.5em 1fr 2.5em 1fr 2.5em 1fr 2.5em 1fr;
        grid-template-columns: repeat(5, 1fr);
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        grid-gap: 2.5em;
    }

        .dk-container-resistor .recommended-products-wrap ul > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .dk-container-resistor .recommended-products-wrap ul > *:nth-child(2) {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
        }

        .dk-container-resistor .recommended-products-wrap ul > *:nth-child(3) {
            -ms-grid-row: 1;
            -ms-grid-column: 5;
        }

        .dk-container-resistor .recommended-products-wrap ul > *:nth-child(4) {
            -ms-grid-row: 1;
            -ms-grid-column: 7;
        }

        .dk-container-resistor .recommended-products-wrap ul > *:nth-child(5) {
            -ms-grid-row: 1;
            -ms-grid-column: 9;
        }
}

@media (max-width: 800px) {
    .content-column .push__w-5\/6 {
        justify-content: flex-end;
        margin-left: 0;
        width: auto !important;
    }
}


/* ipad */

@media screen and (max-width: 1024px) and (min-width: 768px) {

    .search-mod .inner-box .resistor-specs h2,
    .search-mod .inner-box .resistor-specs .result {
        font-size: 22px;
    }

    .search-mod .resister-types .resister-types-body {
        padding-top: 0;
    }
}



.dk-container-resistor,
.content-column {
    position: relative;
}

.sponsored-content-wrap:first-child {
    position: absolute;
    top: 14px;
    right: 0px;
    z-index: 1;
}

.rtl .sponsored-content-wrap:first-child {
    right: auto;
    left: 0px;
}

@media (max-width: 615px) {

    .dk-container-resistor .header-wrap {
        padding: 0 0 10px;
    }
}


.header-wrap .pull-right {
    position: absolute;
    top: 168px;
    right: calc(413px - 100px);
    z-index: 1;
}


.sponsored-content-wrap:first-child .md\:w-1\/6,
.sponsored-content-wrap:first-child .push__w-5\/6 {
    width: 100% !important;
    margin: 0 !important;
}

.sponsored-content-wrap:last-child .push__w-5\/6 {
    justify-content: flex-end;
    margin-left: 0 !important;
    width: auto !important;
}

.dk-card.p-1 {
    height: 100%;
}

.dk-container-resistor .related-tools-wrap ul li a,
.dkc-related_item {
    height: 80%;
}

@media (max-width: 1020px) {

    .header-wrap .pull-right {
        right: calc(101px - 100px);
    }

    .dk-container-resistor .header-wrap {
        padding: 0 0 10px;
    }
}

@media (max-width: 600px) {

    .sponsored-content-wrap:first-child {
        position: static;
        right: inherit;
        padding-top: 0 !important;
        margin-bottom: 10px;
    }

    .rtl .sponsored-content-wrap:first-child {
        position: static;
    }

    .dk-container-resistor .pull-right {
        position: relative;
    }

    .calculator-col.col-md-6.has-tab.selectColor {
        margin-bottom: 70px;
    }

    .dk-container-resistor .pull-right {
        position: relative;
        left: 0px;
        float: none !important;
        top: 0px;
    }
}

.inner-box .btn-actions {
    text-align: end;
}

#thirdband,
#ppm {
    margin-top: 5px;
}

/* CSS TABS */
.calcType {
    position: relative;
    display: inline-flex;
    flex-flow: row;
    z-index: 2;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

    .calcType input {
        display: none !important;
    }

    .calcType label {
        position: relative;
        display: block;
        margin: 0 28px -9px 0;
        padding: 4px 4px 18px;
        font-weight: 400;
        color: #222;
        color: var(--onyx-grey);
        text-decoration: none;
        text-transform: capitalize;
        white-space: nowrap;
        line-height: 1;
        outline: none;
        border-bottom: 3px solid transparent;
        box-sizing: border-box;
        cursor: pointer;
    }

.rtl .calcType label {
    margin: 0 0 -9px 28px !important;
}

.calcType label.active {
    font-weight: 700 !important;
    color: #c00;
    color: var(--red);
    border-color: #c00;
    border-color: var(--red);
}
