@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Fira+Sans:400,400italic);
@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700);
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,
abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,
strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,
legend,table,caption,tbody,tfoot,thead,tr,th,td
{margin:0;padding:0;border:0;outline:0;vertical-align:middle;background:transparent;display:inline-block;color:#1d1c1a;position:relative;}

html{
    height:100%;
    font-size:14px;
}

body,input,select,textarea{
    font-family:"PT Sans Caption","PT Sans",sans-serif;
}
body{
    text-align:center;width:100%;min-height:100%;
    font-weight:400;font-size:100%;
    overflow-y: scroll;
}
/*
table{
    width:90%;
    border-collapse:collapse;
    table-layout:auto;
    margin-left:auto;
    margin-right:auto;
    display: table;
}
*/
table.fixed{table-layout:fixed;}
table.big-data{
    width:100%;
    border-collapse:collapse;
    table-layout:auto;
    margin-bottom:2em;
    display:inline-table;
    font-size:80%;
}
tbody{
    width:100%;
    display: table-row-group;
}

tr{
    display: table-row;
}
/*
tr.interactive, tr.fake:hover {
    cursor: pointer;
    background-color:#dddddd;
    border:1px solid black;
}
*/
td{
    min-height: 3em;
    vertical-align: middle;
    display: table-cell;
}

th{
    text-transform:uppercase;
    font-weight:700;
    text-align:center;
    display: table-cell;
}

th.big-data, td.big-data{
    border:1px solid #000;
    padding:2px;
    height:auto;
    line-height:2em;
}

th.sort:hover { cursor: pointer; color: #676767; }

th.sort::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  text-align: right;
}
th.asc::after  { content: "▲"; }
th.desc::after { content: "▼"; }

.left{text-align:left;}
.right{text-align:right;}
.small{font-size:small;}
.bold{font-weight:bold};

input,select,textarea{
    font-size:80%;
}
input,textarea{
    padding-left:.3em;
    margin:1em;
}
select{
    padding-left:.3em;
    margin:0 1em;
    width: 14.3em;
}
input[type=submit], button{
    width: 8em;
    height: 2em;
    margin: 1em;
    padding: 0;
    text-transform: uppercase;
    border: 1px solid #000;
    cursor: pointer;
    color:#000;
    background-color:#fff;
}
input[type=submit]:hover, button:hover, button.green:hover, button.red:hover, #btnRejectAll:hover{
    color:#fff;
    background-color:#000;
}
button[disabled], button.green[disabled], button.red[disabled], button:hover[disabled], #btnRejectAll[disabled], #btnRejectAll:hover[disabled]{
    color:#000;
    background-color:#eee;
    border: 1px solid #000;
    cursor: default;
}
button.green{
    color:#fff;
    background-color:#006400;
}
button.red{
    color:#fff;
    background-color:#640000;
}
/* exceptions: fixed */
#btnAddAll{position:fixed;right:4em;bottom:5em;}
#btnRejectAll{position:fixed;right:18em;bottom:5em;}

a {
    color: #2b2d2f;
    text-decoration: underline;
    cursor: pointer;
}
a:hover{
    color: #676767;
}
a.dark-green{
    color: #006400;
}
a.consent, div.consent {
    text-align: left;
    margin: 1em 0 1em 2em;
    display: block;
    width: 90%;
}
span.list{
    width: 95%;
    text-align: left;
    margin: 0 0 .5em .1em;
}
span.square8{
	background:url('/images/square8x8.png') no-repeat;
	width:8px;height:8px;position:relative;
	margin:.4em 1em .4em .4em;
	background-position:0px 0px;
}
span.tr-down,span.tr-up{
	width:30px;
    height:30px;
    cursor:pointer;
    display:block;
    position:absolute;
    z-index:15;
    margin-left:5px;
    margin-top:5px;
}
span.tr-down{
	background:url('/images/triangle-down.png') no-repeat center;
}
span.tr-up{
	background:url('/images/triangle-up.png') no-repeat center;
}

span.yes,span.no{
	background:url('/images/yes_no60x60.png') no-repeat;
	width:30px;
    height:30px;
    position:relative;
    cursor:pointer;
}
span.yes{
	background-position:-1px -15px;
}
span.no{
	background-position:-29px -15px;
}
span.up,span.down,span.equal{
	width:20px;
    height:20px;
    position:relative;
}
span.up{
	background:url('/images/arrow_up.png') no-repeat right;
}
span.down{
	background:url('/images/arrow_down.png') no-repeat right;
}
span.equal{
	background:url('/images/arrow_equal.png') no-repeat right;
}

span.sort-val-up, span.sort-val-down, span.sort-rank-up, span.sort-rank-down{
    border: 1px solid transparent;
    margin: 0 1px;
	width:20px;
    height:20px;
    position:relative;
    cursor:pointer;
}
span.sort-border{
    border: 1px solid black;
}
span.sort-val-up:hover, span.sort-val-down:hover, span.sort-rank-up:hover, span.sort-rank-down:hover{
    border: 1px solid black;
}
span.sort-val-up{
	background:url('/images/sort-val-up.png') no-repeat center;
}
span.sort-val-down{
	background:url('/images/sort-val-down.png') no-repeat center;
}
span.sort-rank-up{
	background:url('/images/sort-rank-up.png') no-repeat center;
}
span.sort-rank-down{
	background:url('/images/sort-rank-down.png') no-repeat center;
}

span.user-gray,span.user-black{
	width:24px;height:24px;cursor:pointer;position:relative;
	background:url('/images/user_icon.png') no-repeat;
	margin-right:2em;
	margin-left:2em;
}
span.user-gray,span.user-black:hover{
	background-position:0px 0px;
}
span.user-black,span.user-gray:hover{
	background-position:0px -68px;
}
span.box{
    margin-right:.5em;
    width:1em;
    height:1em;
    border:4px solid transparent;
    z-index:15;
}

div.menu-slide{
    width: 16em;
    display:block;
    position:absolute;
    left:0;
    border-right:1px solid #000;
    border-bottom:1px solid #000;
    background:#fff;
    box-shadow:.3em .3em .5em #aaa;
	-webkit-box-shadow:.3em .3em .5em #aaa;
    -moz-box-shadow:.3em .3em .5em #aaa;
    z-index:10;
}
div.line{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color:#666;
    margin-top:.5em;
    text-align: left;
    width:95%;
}

div.spinner{
	display:none;width:64px;height:64px;position:fixed;top:50%;left:50%;
	background:url('/images/ajax-loading-gif-1.gif') no-repeat center transparent;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
	text-align:center;padding:10px;font:normal 16px;border:0;z-index:1000;
}
div.spinner>span{position:absolute;top:60px;left:0;text-align:center;width:64px;vertical-align:bottom;font-size:12px;color:#666;}
div.spinner-inline{
    display:none;position:absolute;top:3px;right:3px;width:24px;height:24px;
    background:url('/images/ajax_loader_giphy3_24.gif') no-repeat center transparent;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
    border:0;z-index:1000;
}
div.page{
    margin-top: 2em;
    margin-bottom: 2em;
    width: 98%;
/*    height: 100%; */
    border:1px solid #000;
}
div.button{
    width: 90%;
    border-top:1px solid #000;
    margin-top: 1em;
    vertical-align: bottom;
}
div.caption{
    width:100%;
    height:3em;
    line-height:3em;
    border-bottom:1px solid #000;
    text-transform:uppercase;
    font-weight:bold;
}
div.caption > span, div.sub-caption > span {
    vertical-align:middle;
}
div.sub-caption{
    font-weight:bold;
    width:90%;
    height:3em;
    line-height:3em;
    border-bottom: 1px solid #000;
    margin-bottom: 1em;
}
div.container{
    width: 100%;
    height: 100%;
	overflow: auto;
	overflow-x: hidden;
    overflow-y: auto;
	-ms-overflow-x: hidden;
    -ms-overflow-y:auto;
}
div.container > span.msg{
    width: 95%;
    padding: 1em 0;
}
div.bulks{
    width: 15em;
    min-width: 15em;
    border-bottom: 1px solid black;
}
div.partslink{
    width: 20em;
    min-width: 20em;
}
div.partslink span.list:hover{
    background-color:#aaa;
}
div.main-sizes{
    width: calc(75em - 3px);
    min-width: calc(75em - 3px);
    max-width: calc(75em - 3px);
}
div.main{
    width: calc(55em - 2px);
    min-width: calc(55em - 2px);
    max-width: calc(55em - 2px);
}
div.main span.wrap{
    width: 90%;
    margin-top: .5em;
}
div.main span.list{
    width: 100%;/*calc(100% - 3em);*/
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
}
div.main span.image-list{
    width: 100%;
	overflow-y: hidden;
    overflow-x: auto;
	-ms-overflow-y: hidden;
    -ms-overflow-x: auto;
    border-bottom: 1px solid #000;
    text-align: left;
    white-space: nowrap;
}
div.main span.asin{
    width: 7em;
}
div.main span.price{
    width: 4em;
    text-align: right;
}
div.main span.title{
    font-size: 14px;
    width: 28em;
    margin-left: 1em;
}
div.main span.buttons{
    width: 8em;
    margin-left: .5em;
    text-align: right;
}
div.main img{
    /*width: 60px;*/
    height: 60px;
    margin-left: 1em;
    margin-bottom: .5em;
    cursor: pointer;
    border: 1px solid #000;
}
div.caption select{
    margin-left: 1em;
    width: 12em;
    vertical-align: baseline;
    border-radius: 0;
    border: 1px solid #000;
    font-weight: bold;
    text-transform: uppercase;
}
div.image{
    width: 750px;
    height: 750px;
    max-width: 750px;
    max-height: 750px;
	overflow: hidden;
	-ms-overflow: hidden;
    border: 1px solid #000;
}
div.image-size{
    display: block;
    position: absolute;
    left: 1em;
    top: 0;
    font-size: 10px;
    background-color: #fff;
}

div.operation{
    width: 73em;
    min-width: 73em;
}
div.bulks,div.partslink,div.main,div.operation,div.main-sizes{
    vertical-align: top;
/*    display: table-cell; */
}
div.bulks,div.partslink{
    border-right:1px solid #000;
}

div.red-circle, div.green-circle, div.gray-circle, div.yellow-circle {
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    opacity: .5;
}
div.yellow-circle {
    background-color: #FFAA33;
}
div.red-circle {
    background-color: red;
}
div.green-circle {
    background-color: green;
}
div.gray-circle {
    background-color: gray;
}
div.form{width:30em;}
div.form-title,div.form-inputs,div.form-buttons{width:100%;padding:1em 0;}
div.form-title,div.form-inputs{border:1px solid #000;}
div.form-title{text-transform:uppercase;font-weight:700;font-size:small;}
div.form-inputs{border-top:0;}
div.form-buttons{padding:1em 0;}

/* Messages */
div.message{
    z-index:90;
    height:auto;
	background:#fff;border:2px solid #000;box-shadow:.3em .3em .5em #aaa;
	-webkit-box-shadow:.3em .3em .5em #aaa;-moz-box-shadow:.3em .3em .5em #aaa;
    position:fixed;
    min-width:16em;
    display:block;
    top:50%;
	left:50%;
    transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
}
div.bg-disabled{position:fixed;display:block;top:0;left:0;width:100%;height:100%;
	background:#eee; z-index:80;
	filter:alpha(opacity=90);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0.9);
	-ms-filter:"alpha(opacity=90)";-moz-opacity:0.9;-khtml-opacity:.9; opacity:0.9;
}
div.message-header,div.message-text{padding:1em 0;}
div.message-header{font-weight:700;text-transform:uppercase;width:100%;border-bottom:1px solid #000;}
div.message-footer{width:100%;padding:.5em 0;border-top:1px solid #000;}

div.upload{
	background:url('/images/upload_image.png') no-repeat;cursor:pointer;
	width:57px;height:48px;border:1px solid transparent;
	margin:1em 0;
}
div.upload:hover{border-color:#000;}
div.upload input{
	width:57px !important;height:48px !important;
	opacity:0 !important;cursor:pointer !important;text-align:center !important;
}

div.upload-label{
/*    position:absolute; */
    padding:4px;
    text-shadow:1px 1px 0 #fff;z-index:71;
}
div.drag-icon{
    position:absolute;right:0em;bottom:1em;
}

.error{color:red;width:90%;}
.message{margin:2em;}

.close-white,.close-gray,.close-black{
	background:url('/images/close_all.png') no-repeat;
	width:48px;height:48px;cursor:pointer;
	display:inline-block;
    margin: 1em;
}
.close-white{background-position:0px 0px;}
.close-white:hover{background-position:0px -136px;}

span.drag-drop{
	background:url('/images/drag-and-drop-icon-18-32.png') no-repeat;
	width:32px;height:32px;
    cursor:pointer;
}

span.approve,span.decline{background:url('/images/icons.png') no-repeat;width:48px;height:48px;border:transparent solid 1px;margin-right:.5em;}
span.approve{background-position:-196px -292px;}
span.decline{background-position:-292px -292px;}
span.approve:hover{border:darkgreen solid 1px;cursor:pointer;}
span.decline:hover{border:darkred solid 1px;cursor:pointer;}

.w4{
    width: 4em;
}
.w6{
    width: 6em;
}
.w8{
    width: 8em;
}
.w12{
    width: 12em;
}
.w16{
    width: 16em;
}
.w20{
    width: 20em;
}
.w24{
    width: 24em;
}
.w46{
    width: 46em;
}
.w70{
    width: 70em;
}
.w70p{
    width: 70%;
}
.w15p{
    width: 15%;
}
.w30p{
    width: 30%;
}
.w45p{
    width: 45%;
}
.w60p{
    width: 60%;
}
.w80p{
    width: 80%;
}
.w90p{
    width: 90%;
}
.h4{
    height: 4em;
}

.block{
    display: block;
}

.amazon{
	background:url('/images/amazon.png') no-repeat;
}
.ebay{
	background:url('/images/ebay.png') no-repeat;
}
.walmart{
	background:url('/images/walmart.png') no-repeat;
}
.amazon,.ebay,.walmart{
    border: 1px solid white;
}
.amazon,.ebay,.walmart,.empty{
    width:16px;height:16px;
	display:inline-block;
    margin:1px;
    margin-bottom: 3px;
    vertical-align: middle;
}
.border-red{
    border: 1px solid red;
}
.red{
    color: red;
}
.datetime{
    position:absolute;
    right:0;
    margin:.5em 2.3em 0 0;
/*    margin-right:2em; */
}
.datetime:hover{
    cursor: pointer;
}
.red{
    color: red;
}
.green{
    color: green;
}
.td-gray{
    background: #e7e7e7;
}
td.bold{
    font-weight:bold;
    background-color: #666;
}
/************************ Toggle switch  *****************************/
.toggle {
    display: inline-flex; align-items: center; gap: .6rem; cursor: pointer;
    font: 600 20px/1.2 system-ui, -apple-system, "Segoe UI", Roboto, Arial;
}
.toggle input { position: absolute; opacity: 0; width: 0; height: 0; }
.toggle .track {
    position: relative; width: 40px; height: 20px; border-radius: 999px;
    background: #666; padding: 3px; transition: background .2s ease; /* background: #0d6e75*/
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.06); display: inline-block;
}
.toggle .track::before {
    content: ""; position: absolute; top: 3px; left: 3px; width: 14px; height: 14px;
    border-radius: 50%; background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.2);
    transition: transform .2s ease;
}
.toggle input:checked + .track { background: #1e9aa3; }
.toggle input:checked + .track::before { transform: translateX(20px); }
.toggle[aria-disabled="true"] { opacity: .6; cursor: not-allowed; }

/************************ Menu *****************************/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  line-height: 1;
/*  background: #1d1c1a; */
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 1em;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #666;
  -webkit-transition: color .1s ease;
  -moz-transition: color .1s ease;
  -ms-transition: color .1s ease;
  -o-transition: color .1s ease;
  transition: color .1s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #000;
}
#cssmenu > ul > li:hover > a {
	background: #a9a9a9;
}
#cssmenu > ul > li > ul li > a {
	background: #a9a9a9;
    color: #000;
    box-shadow:.3em .3em .5em #000;-webkit-box-shadow:.3em .3em .5em #000;-moz-box-shadow:.3em .3em .5em #000;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 1.2em;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.1s ease;
    -moz-transition: border-color 0.1s ease;
    -ms-transition: border-color 0.1s ease;
    -o-transition: border-color 0.1s ease;
    transition: border-color 0.1s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #000;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .1s ease;
    -moz-transition: height .1s ease;
    -ms-transition: height .1s ease;
    -o-transition: height .1s ease;
    transition: height .1s ease;
}
#cssmenu ul li:hover > ul > li {
  height: auto /*32px*/;
}
#cssmenu ul ul li a {
	z-index: 999;
    padding: 10px 20px;
    font-size: 14px;
    width: 15em;
    background: #1d1c1a;
    text-decoration: none;
    color: #666;
    -webkit-transition: color .1s ease;
    -moz-transition: color .1s ease;
    -ms-transition: color .1s ease;
    -o-transition: color .1s ease;
    transition: color .1s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #fff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.1s ease;
  -moz-transition: border-color 0.1s ease;
  -ms-transition: border-color 0.1s ease;
  -o-transition: border-color 0.1s ease;
  transition: border-color 0.1s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #fff;
}