/* ALPHA VERSION*/
.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-family: sans-serif;
    font-weight: normal;
}

.SCToolbox
{
    font-size: 12px;
}




/* 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 > 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 > a
{
    color: inherit !important;
}




.SCProductTable
{
    font-size: 14px;
}

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




.SCProductTable div.SCTooltip
{
    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 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;
}





.SCProductTable table
{
    position: relative;
}
.SCProductTable table > thead > tr.titles > th
{
    position: sticky;
    top: 0;
    z-index: 2;
}
.SCProductTable table > thead > tr.filter > th
{
    position: sticky;
    top: 3em;
    z-index: 2;
}


.SCProductTable tr.titles th
{
    color: #FFFFFF;
    text-align: left;
    white-space: nowrap;
    background-color: #484e53;
    padding-top: .25em;
    padding-left: .25em;
    padding-right: .25em;
    height: 3em;
    text-align: center;
    vertical-align: top;
}
.SCProductTable tr.titles th:empty
{
    padding: 0;
}

.SCProductTable tr.titles th:hover > div.SCTooltip:not(:empty)
{
    display: block;
}

.SCProductTable tr.titles th > div.title
{
    font-size: 1em;
    line-height: 1.5em;
}

.SCProductTable tr.titles th > div.unit
{
    font-size: 0.8em;
    line-height: 1em;
}

.SCProductTable tr.titles th > div.unit:not(:empty)::before { content: "("; }
.SCProductTable tr.titles th > div.unit:not(:empty)::after  { content: ")"; }

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

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

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






.SCProductTable tr.filter > th
{
    position: relative;
}
.SCProductTable tr.filter > th.filter_focus > div.SCTooltip
{
    display: block;
}






.SCProductTable tbody > tr
{
    background-color: #FFFFFF;
}

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

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



.SCProductTable td
{
    color: #333333;
    text-align: left;
    white-space: nowrap;
    padding: 8px;
    vertical-align: middle;
    height: 3.5em;
}
.SCProductTable td:empty
{
    padding: 0;
}


.SCProductTable td.thumb
{
    padding: 0;
}
.SCProductTable td.thumb > img
{
    border: 1px solid #FFFFFF;
    height: 100%;
    width: auto;
    object-fit: contain;
    vertical-align: middle;
}
.SCProductTable tr:hover > td.thumb > img
{
    border-color: #EEEEEE;
}


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


.SCProductTable td.partno
{
    cursor: pointer;
}
.SCProductTable tr:hover > td.partno
{
    color: #007bff;
    text-decoration: underline;
    /*font-weight: bold;*/
}
/*.SCProductTable tr > td.partno:hover
{
    color: #FFFFFF;
    background-color: #007bff;
}*/

.SCProductTable td.partno > a
{
    display: inline-block;
    transition: transform 250ms ease;
}
.SCProductTable td.partno:active > a
{
    /*transform: scale(1.125);*/
    transform: scale(0.9);
    transition: transform 0ms;
}

.SCProductTable td.cart_amount
{
    padding: 0;
}


/*.SCProductTable td.price
{
    position: relative;
}*/

/*.SCProductTable td.price > div.SCTooltip
{
    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 td.stock div.dot*/
.SCStockDot
{
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: .75em;
}

.SCProductTable td.price
{
    text-align: right;
    position: relative;
}







/*
.SCToolboxCADlink
{
    color: #999999;
    white-space: nowrap;
}

.SCToolboxCADlink > div
{
    width: 32px;
    height: 32px;
    padding: 4px;
}

.SCToolboxCADlink.enabled > div
{
    background-color: transparent;
    color: #28a745;
}
.SCToolboxCADlink.enabled:hover > div
{
    background-color: #28a745;
    color: #FFFFFF;
}
*/




.SCProductCAD,
.SCProductPDF,
.SCProductCART
{
    position: relative;
}

.SCProductCAD  > div.icon,
.SCProductPDF  > div.icon,
.SCProductCART > div.icon
{
    width: 3.5em;
    height: 3.5em;
    padding: .75em;
    color: #999999;
    transition: transform 250ms ease;
}

.SCProductCAD.enabled > div.icon
{
    color: #28a745;
    cursor: pointer;
}
.SCProductPDF.enabled > div.icon
{
    color: #dc3545;
    cursor: pointer;
}
.SCProductCART.enabled > div.icon
{
    color: #007bff;
    cursor: pointer;
}

.SCProductCAD.enabled > div.icon:hover
{
    background-color: #28a745;
    color: #FFFFFF;
}
.SCProductPDF.enabled > div.icon:hover
{
    background-color: #dc3545;
    color: #FFFFFF;
}
.SCProductCART.enabled > div.icon:hover
{
    background-color: #007bff;
    color: #FFFFFF;
}

.SCProductCAD.enabled  > div.icon:active svg,
.SCProductPDF.enabled  > div.icon:active svg,
.SCProductCART.enabled > div.icon:active svg
{
    transform: scale(0.8);
    transition: transform 0ms;
}



.SCProductCART > div.amount
{
    position: absolute;
    top: 0;
    right: 100%;
    height: 3.5em;
    width: 0;
    overflow: hidden;
    transition: width 0ms;
    background-color: #007bff;
}

.SCProductCART:hover > div.amount
{
    width: 10em;
    transition: width 250ms ease;
}




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 > div.SCToolbox_btn.cad
{
    color: #FFFFFF;
    background-color: #28a745; /*green*/
}
div.SCToolbox_btn.pdf
{
    color: #dc3545; /*red*/
    background-color: transparent;
}
a:hover > div.SCToolbox_btn.pdf
{
    color: #FFFFFF;
    background-color: #dc3545; /*red*/
}
div.SCToolbox_btn.cart
{
    color: #007bff; /*blue*/
    background-color: transparent;
}
a:hover > 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 > tr.filter input,
.SCProductTable thead > 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 > tr.filter input.hidden,
.SCProductTable thead > tr.filter select.hidden
{
    display: none !important;
}

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




.SCProductTable .paging_active
{
    background-color: #484e53;
    color: #FFFFFF;
}

.SCProductTable .paging_btn
{
    border: 1px solid #484e53;
    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 > table.loader,
.SCProductTable > table.loader
{
    border: none !important;
    width: auto !important;
}

.SCConfigurator > table.loader td,
.SCProductTable > 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 > 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: #484e53;
    color: #FFFFFF;
}

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

    background-color: #484e53;
    color: #FFFFFF;
}
div.sctoolbox_dialog_window > div.sctoolbox_dialog_close_btn:hover
{
    background-color: #767a7e;
}
div.sctoolbox_dialog_window > div.sctoolbox_dialog_close_btn > div
{
    width: 100%;
    height: 100%;
    padding: 25%;
}


div.sctoolbox_dialog_window > 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: #484e53;
    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 > div
{
    width: 24px;
    height: 24px;
    /*transition: width 250ms ease, height 250ms ease;*/
}
/*button.quickconfigurator_confirm:active > div
{
    width: 20px;
    height: 20px;
}*/


.SCCurrentProductThumbnail > img
{
    width: 64px;
    height: 64px;
    object-fit: contain;
    visibility: visible;
    /*transition: width 250ms ease, height 250ms ease, visibility 0ms ease 0ms;*/
    transition: opacity 500ms ease;
}
.SCCurrentProductThumbnail > img.medium
{
    width: 128px;
    height: 128px;
}
.SCCurrentProductThumbnail > img.large
{
    width: 256px;
    height: 256px;
}

.SCCurrentProductThumbnail > img.sc-hide
{
    /*width: 0;
    height: 0;*/
    opacity: 0;
    /*visibility: hidden;
    transition: width 250ms ease, height 250ms ease, visibility 0ms ease 250ms;*/
}


.SCCurrentProductDimensionDrawing > img
{
    width: 100%;
    height: 100%;
    max-height: 320px;
    object-fit: contain;
    transition: height 500ms ease;
}

.SCCurrentProductDimensionDrawing > img.sc-hide
{
    height: 0px;
}
























.SCProductTable > table > tbody > tr > td.cad,
.SCProductTable > table > tbody > tr > td.pdf,
.SCProductTable > table > tbody > tr > td.cart
{
    position: relative;
    padding: 0;
}

.SCProductTableButton
{
    /*--button-width:     2.5em;*/
    /*--icon-size:        1.5em;*/
    /*--color-red:        #dc3545;*/
    /*--color-green:      #28a745;*/
    /*--color-blue:       #007bff;*/


    display: inline-block;
    width: 2.5em; /*var(--button-width);*/ /*48px;*/
    height: 100%;
}

.SCProductTableButton > div.inner
{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    height: 100%;
    overflow:hidden;
    color: #999999;

    z-index: 1;
}

.SCProductTableCARTButton > div.inner  /* ToDo: .expand_left / .expand_right */
{
    left: auto;
    right: 0;
}

.SCProductTableCADButton.enabled > div.inner
{
    color: #28a745; /*var(--color-green);*/
}

.SCProductTablePDFButton.enabled > div.inner
{
    color: #dc3545; /*var(--color-red);*/
}

.SCProductTableCARTButton.enabled > div.inner
{
    color: #007bff; /*var(--color-blue);*/
}


.SCProductTableButton.enabled > div.inner:hover,
.SCProductTableButton.enabled > div.inner.colored
{
    box-shadow: 1px 1px 8px #888888;
    z-index: 2;
}

.SCProductTableCADButton.enabled > div.inner:hover,
.SCProductTableCADButton.enabled > div.inner.colored
{
    background-color: #28a745; /*var(--color-green);*/
    color: #FFFFFF;
}

.SCProductTablePDFButton.enabled > div.inner:hover,
.SCProductTablePDFButton.enabled > div.inner.colored
{
    background-color: #dc3545; /*var(--color-red);*/
    color: #FFFFFF;
}

.SCProductTableCARTButton.enabled > div.inner:hover,
.SCProductTableCARTButton.enabled > div.inner.colored
{
    background-color: #007bff; /*var(--color-blue);*/
    color: #FFFFFF;
}

.SCProductTableButton > div.inner > div.button,
.SCProductTableButton > div.inner > div.panel
{
    position: relative;
    height: 100%;
}


.SCProductTableButton > div.inner > div.button
{
    width: 2.5em; /*var(--button-width);*/ /*48px;*/
}
.SCProductTableButton.enabled > div.inner > div.button
{
    cursor: pointer;
}

.SCProductTableCADButton > div.inner > div.button:after
{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 0;
    background-color: rgba(255,255,255,0.25); /*#5ebd74;*/
    transition: height 125ms ease;
}
.SCProductTableCADButton.enabled > div.inner.expand > div.button:after
{
    height: 75%;
    transition: height 250ms ease;
}


.SCProductTableButton > div.inner > div.panel
{
    width: 0px;
    transition: width 125ms ease-out;
    overflow: hidden;
}
.SCProductTableButton > div.inner.expand > div.panel
{
    transition: width 250ms cubic-bezier(.4,1,.5,1.25);
}

.SCProductTableCADButton.enabled > div.inner.expand > div.panel
{
    width: 12em;
}
.SCProductTableCARTButton.enabled > div.inner.expand > div.panel
{
    width: 6em;
}
.SCProductTableCARTButton.enabled > div.inner.expand.prices_exists > div.panel
{
    width: 12em;
}

.SCProductTableCADButton > div.inner > div.panel > div.format
{
    position: absolute;
    top: 0;
    left: 0;
    width: 12em;
    height: 100%;
}

.SCProductTableCARTButton > div.inner > div.panel > div.price
{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
}
.SCProductTableCARTButton > div.inner.prices_exists > div.panel > div.price
{
    width: 6em;
}

.SCProductTableCARTButton > div.inner > div.panel > div.amount
{
    position: absolute;
    top: 0;
    left: 0;
    width: 6em;
    height: 100%;
}
.SCProductTableCARTButton > div.inner.prices_exists > div.panel > div.amount
{
    left: 6em;
}



.SCProductTableButton > div.inner > div.button .icon_normal,
.SCProductTableButton > div.inner > div.button .icon_hover
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5em;/*30px;*/
    height: 1.5em;/*30px;*/
    line-height: 1.5em;/*30px;*/
    margin-left: -.75em;
    margin-top: -.75em;
    /*transform: translateX(-50%) translateY(-50%);*/
    transition: opacity 250ms ease;
}

.SCProductTableButton > div.inner > div.button .icon_normal          { opacity: 1; }
.SCProductTableButton > div.inner > div.button .icon_hover           { opacity: 0; }

.SCProductTableButton.enabled > div.inner > div.button:hover .icon_normal    { opacity: 0; }
.SCProductTableButton.enabled > div.inner > div.button:hover .icon_hover     { opacity: 1; }



.SCProductTableButton > div.inner > div.button svg
{
    transition: transform 125ms ease;
}

.SCProductTableButton.enabled > div.inner > div.button:hover svg
{
    transform: scale(1.1);
}

.SCProductTableButton.enabled > div.inner > div.button.mousedown svg
{
    transform: scale(1);
}






.SCProductTableButton > div.inner > div.up,
.SCProductTableButton > div.inner > div.down
{
    position: absolute;
    width: 20px;
    height: 6px;
    border: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    cursor: pointer;
    opacity: 0;
    transition: right 250ms cubic-bezier(.4,1,.5,1.25), top 250ms ease, bottom 250ms ease, opacity 125ms ease;
}

.SCProductTableCADButton > div.inner > div.up,
.SCProductTableCADButton > div.inner > div.down
{
    left: calc(2.5em + 12em/2);
    margin-left: -10px;
}

.SCProductTableCARTButton > div.inner > div.up,
.SCProductTableCARTButton > div.inner > div.down
{
    right: calc(2.5em + 6em/2);
    margin-right: -10px;
}

.SCProductTableCARTButton > div.inner.hover_price > div.up,
.SCProductTableCARTButton > div.inner.hover_price > div.down
{
    right: calc(2.5em + 6em + 6em/2);
}


.SCProductTableButton > div.inner > div.up
{
    bottom: calc(50% + 1em);
    border-bottom: 6px solid #FFFFFF;
}

.SCProductTableButton > div.inner > div.down
{
    top: calc(50% + 1em);
    border-top: 6px solid #FFFFFF;
}

.SCProductTableButton > div.inner.expand > div.up,
.SCProductTableButton > div.inner.expand > div.down
{
    opacity: 0.25;
}

.SCProductTableButton > div.inner > div.up:hover,
.SCProductTableButton > div.inner > div.up.highlight,
.SCProductTableButton > div.inner > div.down:hover,
.SCProductTableButton > div.inner > div.down.highlight
{
    opacity: 1;
}

.SCProductTableButton > div.inner > div.up:active,
.SCProductTableButton > div.inner > div.down:active
{
    opacity: 0.25;
}

.SCProductTableCADButton > div.inner.index_last > div.down,
.SCProductTableCADButton > div.inner.index_first > div.up
{
    opacity: 0;
    cursor: default;
}

.SCProductTableCARTButton > div.inner.hover_amount.amount_min > div.down,
.SCProductTableCARTButton > div.inner.hover_price.index_first > div.down,
.SCProductTableCARTButton > div.inner.hover_amount.amount_max > div.up,
.SCProductTableCARTButton > div.inner.hover_price.index_last > div.up
{
    opacity: 0;
    cursor: default;
}


.SCProductTableButton div.rotate
{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1em;
    line-height: 1em;
    margin-top: -.5em;
    text-align: center;
    font-size: 1em;
    cursor: default;
    white-space: nowrap;

    transition: transform 250ms ease-in, opacity 250ms ease-out;
}

.SCProductTableButton div.rotate.rotate_up
{
    transform: translateY(-75%) rotateX(-90deg);
    opacity: 0;
    transition: transform 250ms ease-out, opacity 250ms ease-in;
}

.SCProductTableButton div.rotate.rotate_down
{
    transform: translateY(+75%) rotateX(+90deg);
    opacity: 0;
    transition: transform 250ms ease-out, opacity 250ms ease-in;
}

.SCProductTableButton *
{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}




























.SCProductTableCARTButton > div.inner > div.button:after
{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 0;
    background-color: rgba(255,255,255,0.25); /*#409cff;*/
    transition: height 125ms ease;
}
.SCProductTableCARTButton > div.inner.expand > div.button:after
{
    height: 75%;
    transition: height 250ms ease;
}




.SCProductTableCARTButton div.price
{
    transition: opacity 250ms ease;
}
.SCProductTableCARTButton div.price.fade
{
    opacity: 0.25;
}



.SCProductTableCARTButton div.input
{
    position: absolute;
    top: 50%;
    right: 3em;
    width: 5em;
    height: 1.75em;
    margin-right: -2.5em;
    margin-top: -0.875em;

    /*transform: translateX(+50%) translateY(-50%) scale(0);*/
    transform: scale(0);
    transition: transform 125ms cubic-bezier(.4,1,.5,1.25);
}
.SCProductTableCARTButton > div.inner.expand div.input
{
    /*transform: translateX(+50%) translateY(-50%) scale(1);*/
    transform: scale(1);
    transition: transform 250ms cubic-bezier(.4,1,.5,1.25);
}

.SCProductTableCARTButton div.input > input
{
    width: 100%;
    height: 100%;
    text-align: right;
    padding-right: 1.5em;
    font-size: 1em;
    color: #007bff; /*var(--color-blue);*/
    border: #007bff; /*2px solid var(--color-blue);*/
    outline: none !important;
}
.SCProductTableCARTButton div.input > input:hover,
.SCProductTableCARTButton div.input > input:active
{
    border-color: #409cff;
}

.SCProductTableCARTButton div.input > input:invalid
{
    color: #dc3545; /*var(--color-red);*/
}

/* Chrome, Safari, Edge, Opera */
.SCProductTableCARTButton div.input > input::-webkit-outer-spin-button,
.SCProductTableCARTButton div.input > input::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
.SCProductTableCARTButton div.input > input[type=number]
{
    -moz-appearance: textfield;
}



.SCProductTableCARTButton div.unit
{
    position: absolute;
    top: 50%;
    right: 1em;
    width: 1.5em;
    height: 1em;
    text-align: left;
    color: #007bff;
    font-size: 0.75em;
    margin-top: -0.5em;

    transform: scale(0);
    transition: transform 125ms cubic-bezier(.4,1,.5,1.25);
}
.SCProductTableCARTButton > div.inner.expand div.unit
{
    transform: scale(1);
    transition: transform 250ms cubic-bezier(.4,1,.5,1.25);
}

/*overrides*/
.SCCADFormatMenu select {
    width:auto;
    margin-left:20px;
    height:auto;
    padding:6px;
}

#section1-sc .row {
    background:rgb(234 242 245);
    padding-left:30px;
    margin:20px 0;
}
#section1-sc .row span {
    margin:0 10px;
}
