<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.SCToolbox, .SCToolbox *
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    -o-box-sizing:      border-box;
    box-sizing:         border-box;
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-family: Verdana;
    font-weight: normal;
}

.SCToolbox
{
    font-size: 12px;
}

.sc_stock_lights span{
     display: inline-block;
     width: 15px;
     height: 15px;
     border-radius:50%;
     background-color: #DDDFE4;
     margin:2px;
 }
.sc_stock_lights span.green{
    background-color: #00C48C;
    cursor: pointer;
    position: relative;
}
.sc_stock_lights span.orange{
    background-color: #FF8821;
    cursor: pointer;
    position: relative;
}
.sc_stock_lights span.red{
    background-color: #FF647C;
    cursor: pointer;
    position: relative;
}


.sc_stock_lights span:hover p.bubble{
    visibility: visible;
}

.sc_stock_lights span p.bubble{
    background-color: #000000;
    position: absolute;
    top: -25px;
    right: -25px;
    border-radius: .4em;
    padding: 2px 4px;
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    visibility: hidden;
    align-items: center;
    text-align: center;
    width: 65px;
    color: #FFFFFF;
}

.sc_stock_lights span p.bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #000000;
    border-bottom: 0;
    margin-left: -10px;
    margin-bottom: -7px;
}

.SCProductTable table tbody tr td.thumb{
    cursor: pointer;
}
/* CAD/PDF Link (no link) */
.SCCADLink, .SCAttrCADLink, .SCIconCADLink, .SCAttrIconCADLink,
.SCPDFLink, .SCAttrPDFLink, .SCIconPDFLink, .SCAttrIconPDFLink
{
    color:				#000000;
    white-space:		nowrap;
}

/* CAD/PDF Link (link) */
.SCCADLink a, .SCAttrCADLink a, .SCIconCADLink a, .SCAttrIconCADLink a,
.SCPDFLink a, .SCAttrPDFLink a, .SCIconPDFLink a, .SCAttrIconPDFLink a
{
    color:				#111111;
    white-space:		nowrap;
}

.SCIconCADLink div.SCToolbox_btn, .SCAttrIconCADLink div.SCToolbox_btn,
.SCIconPDFLink div.SCToolbox_btn, .SCAttrIconPDFLink div.SCToolbox_btn
{
    margin-top: -2px;
    margin-right: 2px;
}


.SCProgress
{
    color:				#000000;
}

.SCProgressbar
{
    position:           relative;
    height:             32px;
    min-height:         32px;
    width:              128px;
    min-width:          128px;

    background-color:   #cccccc;

    border-radius:      4px;

    overflow: hidden;

    margin: 0px;
}

.SCProgressbar div.ProgressValue
{
    position:			absolute;
    top:				0px;
    bottom:				0px;
    left:				0px;

    background-color:	#28a745; /*#f6a828*/

    margin: 0px;
}

.SCProgressbar div.ProgressText
{
    position:           absolute;
    top:                50%;
    left:               0px;
    width:              100%;
    height:             64px;

    text-align:         center;
    color:              #FFFFFF;
    /*font-family:        Verdana;*/
    /*font-size:          12px;*/
    line-height:        64px;

    /*margin:             0px;*/
    margin-top:         -32px;
}

/* CAD-format selector */
.SCCADFormatMenu select
{
    color:				#000000;
    height:             32px;
    border-radius:      4px;
    border:             1px solid #CCCCCC;
}

/* http://stackoverflow.com/questions/16603979/select-removing-dropdown-arrow */
/* Hide ugly button in IE */
/*.SCCADFormatMenu select::-ms-expand {
    display: none;
}*/



/* Download link icon */
.SCDownloadcontainerIcon
{
    color: #CCCCCC;
    background-color: transparent;
    border-radius: 4px;
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
    max-height: 48px;
    vertical-align: middle;
}

.SCDownloadcontainerIcon div.SCToolbox_download
{
    width: 100%;
    height: 100%;
    padding: 4px;
}

.SCDownloadcontainerIcon.error
{
    color: #fd7e14;
    background-color: transparent;
}

.SCDownloadcontainerIcon.download
{
    color: #FFFFFF;
    background-color: #28a745;
}

.SCDownloadcontainerIcon &gt; a
{
    color: inherit !important;
}





/* Download link thumbnail */
.SCDownloadcontainerThumbnail
{
    color: #CCCCCC;
    background-color: transparent;
    width: 96px;
    height: 96px;
    vertical-align: middle;
}

.SCDownloadcontainerThumbnail img
{
    width: 100%;
    height: 100%;
}

.SCDownloadcontainerThumbnail div.SCToolbox_download
{
    width: 100%;
    height: 100%;
    padding: 10%;
}

.SCDownloadcontainerThumbnail.error
{
    color: #fd7e14;
}

.SCDownloadcontainerThumbnail.download.pdf
{
    color: #dc3545;
}

.SCDownloadcontainerThumbnail &gt; a
{
    color: inherit !important;
}




.SCProductTable
{
    font-size: 14px;
}

@media (max-width: 1400px)
{
    .SCProductTable
    {
        font-size: 13px;
    }
}

@media (max-width: 1200px)
{
    .SCProductTable
    {
        font-size: 12px;
    }
}

@media (max-width: 1000px)
{
    .SCProductTable
    {
        font-size: 11px;
    }
}



.SCProductTable div.header_wrapper
{
    position: relative;
    z-index: 2;
}

.SCProductTable div.table_wrapper
{
    position: relative;
    z-index: 1;
}



.SCProductTable div.header_wrapper &gt; div.SCTooltip
{
    position: absolute;
    bottom: 100%;
    left: 0px;
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 4px;
    margin-bottom: 6px;
    padding: 8px 16px 8px 16px;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 1em;
    display: none;
}

.SCProductTable div.header_wrapper &gt; div.SCTooltip:after
{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-bottom: none;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}



/*ProductTable*/
.SCProductTable tr.titles th
{
    color: #FFFFFF;
    text-align: left;
    white-space: nowrap;
    background-color: #0088CC;
    padding: 8px;
    text-align: center;
    vertical-align: top;
}

/*.SCProductTable tr.titles th.hoverresponse:hover
{
    background-color: #a4a7a9;
}*/

.SCProductTable tr.titles th:first-child
{
    border-top-left-radius: 8px;
}

.SCProductTable tr.titles th:last-child
{
    border-top-right-radius: 8px;
}

.SCProductTable tr.titles th &gt; div.unit
{
    font-size: 0.8em;
}

.SCProductTable tr.filter &gt; th
{
    height: 3.5em;/*48px;*/
    background-color: #F6F6F6;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    vertical-align: middle;
}

.SCProductTable tr.filter &gt; th:first-child
{
    padding-left: 40px;
    position: relative;
    overflow: hidden; /* hide overflowing part of .clearfilter_btn */
}

.SCProductTable tr.filter &gt; th:first-child &gt; .clearfilter_btn
{
    position: absolute;
    top: 50%;
    margin-top: -24px;
    left: 0px;
    width: 40px;
    height: 48px;
    line-height: 48px;
}






.SCProductTable tr.filter &gt; th
{
    position: relative;
}

.SCProductTable tr.filter &gt; th &gt; div.filter_tooltip
{
    position: absolute;
    bottom: 100%;
    left: 50%;
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 4px;
    margin-bottom: 6px;
    padding: 8px 16px 8px 16px;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 1em;
    display: none;
}

.SCProductTable tr.filter &gt; th.filter_hover &gt; div.filter_tooltip,
.SCProductTable tr.filter &gt; th.filter_focus &gt; div.filter_tooltip
{
    display: block;
}

.SCProductTable tr.filter &gt; th &gt; div.filter_tooltip:after
{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-bottom: none;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}


.SCProductTable tr.titles th:nth-child(5) 
{
    display: none;
}


.SCProductTable tr &gt; th:last-child
{
    padding-right: 8px;
}

.SCProductTable td
{
    color: #000000;
    text-align: left;
    white-space: nowrap;
    background-color: #FFFFFF;
    padding: 8px;
    vertical-align: middle;
}

.SCProductTable td.partdesc
{
    display: none;
}

.SCProductTable td.cad,
.SCProductTable td.pdf,
.SCProductTable td.cart
{
    padding: 2px;
}

.SCProductTable tr &gt; td:last-child
{
    padding-right: 12px;
}

.SCProductTable td.thumb
{
    padding: 2px;
}
.SCProductTable td.thumb &gt; img
{
    width: 32px;
    height: 32px;
}
.SCProductTable td.thumb &gt; img.medium
{
    width: 64px;
    height: 64px;
}
.SCProductTable td.thumb &gt; img.large
{
    width: 128px;
    height: 128px;
}

.SCProductTable td.data
{
    min-width: 56px;
}

.SCProductTable tr:nth-child(2n+1) &gt; td
{
    background-color: #FAFAFA;
}

.SCProductTable tr:hover &gt; td
{
    background-color: #F0F0F0;
}




div.SCToolbox_btn
{
    width: 32px;
    height: 32px;
    padding: 5px;
    border-radius: 4px;

    transition: color 500ms ease, background-color 500ms ease, transform 250ms ease;
}
div.SCToolbox_btn.cad
{
    color: #28a745; /*green*/
    background-color: transparent;
}
a:hover &gt; div.SCToolbox_btn.cad
{
    color: #FFFFFF;
    background-color: #28a745; /*green*/
}
div.SCToolbox_btn.pdf
{
    color: #dc3545; /*red*/
    background-color: transparent;
}
a:hover &gt; div.SCToolbox_btn.pdf
{
    color: #FFFFFF;
    background-color: #dc3545; /*red*/
}
div.SCToolbox_btn.cart
{
    color: #007bff; /*blue*/
    background-color: transparent;
}
a:hover &gt; div.SCToolbox_btn.cart
{
    color: #FFFFFF;
    background-color: #007bff; /*blue*/
}
div.SCToolbox_btn.dimmed
{
    color: #CCCCCC; /*gray*/
    background-color: transparent;
}
div.SCToolbox_btn:not(.dimmed):active
{
    transform: scale(0.8);
}


.SCProductTable div.filter_wrapper
{
    /*width: 1px;*/
}



.SCProductTable .clearfilter_btn
{
    /*color: #000000;*/
    opacity: 1;
    cursor: pointer;
}

.SCProductTable .clearfilter_btn.disabled
{
    /*color: #CCCCCC;*/
    opacity: 0.25;
    cursor: default;
}



.SCProductTable thead &gt; tr.filter input,
.SCProductTable thead &gt; tr.filter select
{
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #AAAAAA;
    width: 100%;
    margin: 0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 2.5em;
    border-radius: 4px;
    font-size: 1em;

    vertical-align: middle; /* needed for safari on mac */
    line-height: 100%; /* needed for safari on mac */
}

.SCProductTable thead &gt; tr.filter input.hidden,
.SCProductTable thead &gt; tr.filter select.hidden
{
    display: none !important;
}

.SCProductTable thead &gt; tr.filter select:disabled,
.SCProductTable thead &gt; tr.filter input:disabled
{
    background-color: #F6F6F6;
    color: #BBBBBB;
    border-color: #BBBBBB;
}






.SCProductTable div.header_outer
{
    overflow: hidden;
}

.SCProductTable.scrolltable div.table_outer
{
    max-height: 512px;
}

.SCProductTable div.table_outer
{
    overflow-x: auto;
    overflow-y: hidden;
}



.SCProductTable div.table_header_shadow
{
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 6px;
    background-image: linear-gradient(rgba(102,102,102,0.25), rgba(102,102,102,0));
}

.SCProductTable div.table_footer_shadow
{
    position: absolute;
    bottom: 0%;
    left: 0px;
    width: 100%;
    height: 6px;
    background-image: linear-gradient(rgba(102,102,102,0), rgba(102,102,102,0.25));
}



.SCProductTable div.scrollindicator
{
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 40px;
    background-color: #FFFFFF;
    border: 2px solid #333333;
    border-radius: 12px;

    opacity: 0;
    transition: opacity 500ms ease;
}

.SCProductTable div.scrollindicator.visible
{
    opacity: 0.5;
}

.SCProductTable div.scrollindicator:before
{
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    top: 4px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #333333;

    -webkit-animation-name: scroll;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

@-webkit-keyframes scroll
{
    0%
    {
        top: 4px;
        opacity: 0
    }

    50%
    {
        top: 8px;
        opacity: 1;
    }

    100%
    {
        top: 16px;
        opacity: 0
    }
}

@keyframes scroll
{
    0%
    {
        top: 4px;
        opacity: 0
    }

    50%
    {
        top: 8px;
        opacity: 1;
    }

    100%
    {
        top: 16px;
        opacity: 0
    }
}






.SCProductTable .paging_active
{
    background-color: #0088CC;
    color: #FFFFFF;
}

.SCProductTable .paging_btn
{
    border: 1px solid #0088CC;
    background-color: #F6F6F6;
    color: #000000;
}

span.paging_active
{
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 4px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    /*border: 1px solid $color_gray_btn;*/
    color: #000000;
    border-radius: 4px;
}

span.paging_btn
{
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 4px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    border-radius: 4px;
    cursor: pointer;
}

span.paging_btn:hover
{
    /*background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1));*/ /* use gradient to create darker background on hover. */
    transform: scale(1.05);
}

span.paging_btn:active
{
    transform: scale(0.95);
}









#ConfigV5CADFormatCombo /* Hide CAD format combo in Config V5.x */
{
    display: none !important;
}

#ConfigV5Container  /* Remove left margin from Config v5.x */
{
    margin-left: 0px !important;
}


/*.SCConfigurator iframe
{
    display: block;
}*/

.SCConfigurator &gt; table.loader,
.SCProductTable &gt; table.loader
{
    border: none !important;
    width: auto !important;
}

.SCConfigurator &gt; table.loader td,
.SCProductTable &gt; table.loader td
{
    vertical-align: middle;
    /*font-family: Verdana;*/
    /*font-size: 12px;*/
    color: #000000;
    min-width: 0px;
    /*padding: 0px;*/
    /*border: none !important;*/
}

.SCToolboxSVG
{
    width: 100%;
    height: 100%;
}




div.sctoolbox_dialog_bg
{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.25);
}

div.sctoolbox_dialog_window
{
    /*font-size: 14px;*/ /* SOURCE SIZE FOR ALL EM UNITS INSIDE DIALOG */
    /*font-family: 'Open Sans Light', Verdana;*/

    position: fixed;
    background-color: #F6F6F6;

    border-radius: 8px;

    -webkit-box-shadow:     2px 2px 8px rgba(102,102,102,0.5);
    -moz-box-shadow:        2px 2px 8px rgba(102,102,102,0.5);
    box-shadow:             2px 2px 8px rgba(102,102,102,0.5);

    overflow: hidden;
}

div.sctoolbox_dialog_window &gt; div.sctoolbox_dialog_title
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.25em;

    background-color: #0088CC;
    color: #FFFFFF;
}

div.sctoolbox_dialog_window &gt; div.sctoolbox_dialog_close_btn
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;

    background-color: #0088CC;
    color: #FFFFFF;
}
div.sctoolbox_dialog_window &gt; div.sctoolbox_dialog_close_btn:hover
{
    background-color: #767a7e;
}
div.sctoolbox_dialog_window &gt; div.sctoolbox_dialog_close_btn &gt; div
{
    width: 100%;
    height: 100%;
    padding: 25%;
}


div.sctoolbox_dialog_window &gt; div.sctoolbox_dialog_inner
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    padding: 24px;
}





input.quickconfigurator_datainput
{
    border: 1px solid #CCCCCC;
    width: 80px;
    height: 32px;
    text-align: center;
    border-radius: 4px;
}

select.quickconfigurator_datainput
{
    border: 1px solid #CCCCCC;
    width: 100%;
    height: 40px;
    border-radius: 4px;
}




.quickconfigurator_datainput.invalid
{
    border: 1px solid #ff0000 !important;
    color: #ff0000 !important;
}



/* The slider itself */
.quickconfigurator_slider
{
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    /*width: 100%;*/ /* Full-width */
    height: 40px; /* Specified height */
    background-color: #dddddd; /* Grey background */
    outline: none; /* Remove outline */
    /*opacity: 0.7;*/ /* Set transparency (for mouse-over effects on hover) */
    /*-webkit-transition: .2s;*/ /* 0.2 seconds transition on hover */
    /*transition: opacity .2s;*/

    padding-left: 1px;
    padding-right: 1px;

    transition: all 250ms ease;
}

/* Mouse-over effects */
.quickconfigurator_slider:hover
{
    /*opacity: 1;*/ /* Fully shown on mouse-over */
    background-color: #d3d3d3;
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.quickconfigurator_slider::-webkit-slider-thumb
{
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 40px; /* Set a specific slider handle width */
    height: 40px; /* Slider handle height */
    /*background: #4CAF50;*/ /* Green background */
    background-color: #a4a7a9;
    cursor: pointer; /* Cursor on hover */
}

.quickconfigurator_slider::-moz-range-thumb
{
    width: 40px; /* Set a specific slider handle width */
    height: 40px; /* Slider handle height */
    /*background: #4CAF50;*/ /* Green background */
    background-color: #a4a7a9;
    cursor: pointer; /* Cursor on hover */
}





.quickconfigurator_slider_min,
.quickconfigurator_slider_max
{
    /*border: 0px;*/
    color: #EEEEEE;
    background-color: #0088CC;
    transition: all 250ms ease;
    font-size: 12px;
    cursor: pointer;
}
.quickconfigurator_slider_min:hover,
.quickconfigurator_slider_max:hover
{
    color: #FFFFFF;
    background-color: #000000;
}
.quickconfigurator_slider_min:active,
.quickconfigurator_slider_max:active
{
    /*font-size: 10px;*/
    transform: scale(0.90);
}

.quickconfigurator_slider_min
{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.quickconfigurator_slider_max
{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


button.quickconfigurator_confirm
{
    width: 128px;
    height: 40px;
    background-color: #53b96a;
    color: #FFFFFF;
    border-radius: 4px;
    transition: all 250ms ease;
    cursor: pointer;
}
button.quickconfigurator_confirm:hover
{
    background-color: #28a745;
}
button.quickconfigurator_confirm:active
{
    transform: scale(0.90);
}
button.quickconfigurator_confirm &gt; div
{
    width: 24px;
    height: 24px;
    /*transition: width 250ms ease, height 250ms ease;*/
}
/*button.quickconfigurator_confirm:active &gt; div
{
    width: 20px;
    height: 20px;
}*/</pre></body></html>