/* Ensure that the demo table scrolls */


.associated_products {
    clear: both;
}

table tbody th a {
    color: #57A276;
    text-decoration: none;
}

th, td { 

}

table.dataTable a, table.dataTable a:focus, table.dataTable a:hover, table.dataTable a:visited {
    color: #ffffff;
}

table.DTFC_Cloned thead, table.DTFC_Cloned tfoot {
    background-color: transparent;
}
div.dataTables_wrapper {
	width: 800px;
	margin: 0 auto;
}

table.dataTable tbody th,
table.dataTable tbody td,
table.dataTable thead th,
table.dataTable thead td {
    white-space: nowrap;
    font-size: 12px;
    font-family: arial, sans-serif;
    padding: 10px 15px;
}

table.dataTable tbody th,
table.dataTable thead th {
    color: #fff;  
    vertical-align: middle;   
    text-align: center;
    padding-left: 40px;
}

table.dataTable tbody tr.even {
    background: #ffffff;
}
table.dataTable tbody tr.odd {
    background: #f1f1f1;
}
table.dataTable tbody td {
    border-left: 1px solid #e1e1e1;
    text-align: center;
    font-weight: 600;
    vertical-align: middle;

}
table.dataTable tbody td:first-child {
    padding-left: 20px;
}

thead tr,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting {
    text-align: left;
    background-color: transparent;
}
.DTFC_LeftHeadWrapper,
.DTFC_RightHeadWrapper,
.dataTables_scrollHeadInner,
.mobile_table thead th {
    background: #4b926b;
    //background: -moz-linear-gradient(top, #a2e365 0%, #8bda56 100%);
    //background: -webkit-linear-gradient(top, #a2e365 0%,#8bda56 100%);
    //background: linear-gradient(to bottom, #a2e365 0%,#8bda56 100%);
    //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2e365', endColorstr='#8bda56',GradientType=0 );
}
.mobile_table th,
.mobile_table td {
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
}

div.dataTables_wrapper {
	width: 100%;
}
.DTFC_ScrollWrapper {
	border: 1px solid #ccc;
}

div.DTFC_LeftBodyWrapper {
	box-shadow: 10px 0 30px rgba(0,0,0,0.3);
}
div.DTFC_RightBodyWrapper {
	box-shadow: -10px 0 30px rgba(0,0,0,0.3);
    position: initial !important;
}
div.DTFC_RightBodyLiner {
    position: initial !important;
}

div.dataTables_scrollHead {
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    //overflow: visible !important;
}

.dataTables_filter { display: none; }

table tbody tr td:last-child .incrementer, 
tbody tr td:last-child .incrementer {
	display: inline-block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    /*float: left;*/
}
table tbody tr td:last-child .incrementer .qty,
tbody tr td:last-child .incrementer .qty {
    min-height: 32px;
    height: 32px;
    line-height: 32px;
}
table tbody tr td:last-child button,
tbody tr td:last-child button {
    /*width: 60px;*/
    padding: 0 10px;
}
table tbody tr .button {
    max-width: 128px;
    /*float: right;*/
}
table tbody tr td:last-child button, 
tbody tr td:last-child button {
    
}
.button {
	display: inline-block;
	line-height: 32px;
	border: 0 none;
    background-color: #f69336;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    border-radius: 0;
}
.button:hover,
.button:focus {
     background-color: #f69336;
    color: #fff;
    text-decoration: none;
    border: 0 none;
}
.incrementer {
	
	position: relative;
}
.incrementer.mini .qty {
    padding: 0 42px;
}
.incrementer .qty {
    width: 100%;
    height: 41px;
    padding: 0 53px;
    margin: 0;
    clear: both;
    text-align: center;
    border: 1px solid #e8e8e8;
}
table tbody tr td:last-child .incrementer .button-decrement,
tbody tr td:last-child .incrementer .button-decrement,
table tbody tr td:last-child .incrementer .button-increment,
tbody tr td:last-child .incrementer .button-increment {
    height: 32px;
    line-height: 32px;
}
.incrementer.mini .button-decrement,
.incrementer.mini .button-increment {
    width: 32px;
}
.incrementer .button-decrement,
.incrementer .button-increment {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #e8e8e8;
    cursor: pointer;
    opacity: 0.3;
    transition: all .2s ease-in-out;
    font-size: 20px;
    text-align: center;
    color: #333;
    opacity: 1;
}
.incrementer .button-decrement {
    left: 0;
/*    background-image: url(svg/icons/minus/black.svg);
    background-size: 8.5px;*/
}
.incrementer .button-increment {
    right: 0;
/*    background-image: url(svg/icons/plus/black.svg);
    background-size: 8.5px;*/
}

.DTFC_LeftHeadWrapper {
    box-shadow: 10px 6px 10px rgb(0 0 0 / 30%);
}
.DTFC_RightHeadWrapper {
    box-shadow: -10px 6px 10px rgb(0 0 0 / 30%);
}

.DTFC_LeftHeadWrapper.fixedtotop,
.DTFC_RightHeadWrapper.fixedtotop {
    position: fixed !important;
    left: auto !important;
    top: 0 !important;
    z-index: 2;
}
.dataTables_scrollHead.fixedtotop{
    position: fixed !important;
    left: auto !important;
    top: 0 !important;
    z-index: 1;
    overflow-x: hidden;
}
.dataTables_scrollHead {
    width: 1000px;
    overflow-x: auto;
}
.dataTables_scrollHeadInner {
    width: 1000px;
    overflow: hidden;
}
tbody {cursor: grab;}
#example {
     overflow-x: scroll;
}
.dataTables_scrollBody.active {
    background: rgba(255, 255, 255, 0.3);
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1);
}

.fixedtotop {
  animation: fadeIn 0.5s;
  -webkit-animation: fadeIn 0.5s;
  -moz-animation: fadeIn 0.5s;
  -o-animation: fadeIn 0.5s;
  -ms-animation: fadeIn 0.5s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

table.dataTable thead .sorting_both {
    background: url("../images/sort_both.png") no-repeat center right;
}
table.dataTable thead .sorting_asc {
    background: rgba(255,255,255,0.3) url("../images/sort_asc.png") no-repeat center right;
}
table.dataTable thead .sorting_desc {
    background: rgba(255,255,255,0.3) url("../images/sort_desc.png") no-repeat center right;
}

.helpermessage {
    width: 90px;
    height: 90px;
    background-color: #fff;
    background-image: url(../images/clickdrag.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
    border-radius: 100%;
    position: fixed;
    bottom: 20px;
    left: 40%;
    z-index: 99;
    opacity: 0;
    
}
.helpermessage.active {
  animation: fadeIn 0.5s;
  -webkit-animation: fadeIn 0.5s;
  -moz-animation: fadeIn 0.5s;
  -o-animation: fadeIn 0.5s;
  -ms-animation: fadeIn 0.5s;
  -webkit-animation-fill-mode: forwards;
}


.col_stock { width: 41px; }
.col_packsize { width: 28px; }
.col_price { width: 59px; }
.col_addbasket { width: 84px; }


@media only screen and (max-width:480px){ 

    .associated_products { width: 100%; overflow-x: scroll; max-height: none; height: auto; overflow-x: scroll;overflow-y: clip;}
    .associated_products .dataTables_wrapper .dataTables_scroll { overflow-y: clip; }

}

.dataTables_scrollBody { height: auto !important; }

/* Tooltip container */
.packagesize_tooltip {
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}
.packagesize_tooltip:hover {
    color:#f69336
}
/* Tooltip text */
.packagesize_tooltip .packagesize_tooltiptext {
    visibility: hidden;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    z-index: 2;
    border: 2px solid #ffffff;
    width: 175px;
    background: #4b926b;        
    white-space: initial;
    color: #fff;
}
.packagesize_tooltip .packagesize_tooltiptext p {
    width: 100%;
    word-wrap: break-word;
    margin: 0;
    text-align: center;
    padding: 3px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.packagesize_tooltip:hover .packagesize_tooltiptext {
  visibility: visible;
}
.packagesize_tooltip .packagesize_tooltiptext table {}
.packagesize_tooltip .packagesize_tooltiptext table th {padding:2px 2px; text-align:center}
.packagesize_tooltip .packagesize_tooltiptext table tr {background: #4b926b}
.packagesize_tooltip .packagesize_tooltiptext table tr td {padding:5px 2px; border:none}

/* Tooltip container */
.null_tooltip {
  display: inline-block;
    position: relative;
  width: 16px; height: 16px;
  background: url('../images/information.png') no-repeat 0 0; background-size: 16px; 
}

/* Tooltip text */
.null_tooltip .null_tooltiptext {
    visibility: hidden;
    text-align: center;
    padding: 5px 0;
    position: absolute;
        top: 20px;
    left: 15px;
    z-index: 2;
    border: 1px solid #000000;
    width: 175px;
    background: #fff;        
    white-space: initial;
    color: #000;
}
.null_tooltip .null_tooltiptext p {
    width: 100%;
    word-wrap: break-word;
    margin: 0;
    text-align: center;
    padding: 0px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.null_tooltip:hover .null_tooltiptext {
  visibility: visible;
}

.dataTables_wrapper {margin-bottom: 20px !important}
.dataTables_info {display:none}

th > span {float:left;}
div.information {width: 16px; height: 16px;  float: left;
margin-left: 5px; background: url('../images/information_white.png') no-repeat 0 0; background-size: 16px; position:relative; display: inline-block;}
div.information:hover {width: 16px; height: 16px;  float: left;
margin-left: 5px; background: url('../images/information.png') no-repeat 0 0; background-size: 16px; position:relative; display: inline-block;}
div.information_tooltip { visibility: hidden; width: 150px; padding: 5px; position: absolute; z-index: 1; border: 1px solid #dfdfdf;background: #fff; white-space: initial;top: 20px;max-width:300px;}
div.information:hover div.information_tooltip {
  visibility: visible;
}

div.row_information {width: 16px; height: 16px;margin-left: 5px; background: url('../images/information.png') no-repeat 0 0; background-size: 16px; position:relative; display: inline-block;}
div.row_information_tooltip { visibility: hidden; width: 150px; padding: 5px; position: absolute; z-index: 1; border: 1px solid #dfdfdf;background: #fff; white-space: initial;top: 20px;max-width:300px;}
div.row_information_tooltip p {margin:0}
div.row_information:hover div.row_information_tooltip {
  visibility: visible;
}