@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800'); 
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') 
	format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') 
	format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') 
	format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') 
	format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular')
	format('svg');
  font-weight: normal;
  font-style: normal;
}

/* html { */
  /* overflow-y: scroll; */
/* } */

.noscroll { 
	position: fixed; 
	left: 0px;
    right: 0px;
	/* overflow-y:scroll  */
}


body {
	margin: 0;
	font-family: 'Open Sans',sans-serif;
	/* font-family: Verdana,Arial,sans-serif; */
    font-weight: normal;
	-webkit-text-size-adjust: 100%;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #111;
    letter-spacing: 0;
	line-height: 1.3em;
}

p { 
    line-height:1.9;
}

strong, h1, h2, h3, h4, h5 {
    font-weight: 600 !important;
}

.page-wrapper{
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    bottom: 0px;
    background-color: #f3f3f5;
    -webkit-animation: AnimationName2 15s ease infinite;
    -moz-animation: AnimationName2 15s ease infinite;
    animation: AnimationName2 15s ease infinite;
    z-index: 60;
    overflow-x: hidden;
    overflow-y: auto;
}

.page-wrapper .page-header .header.content .logo img {
    width: auto;
    height: auto;
    padding-top: 16px;
}

.logo {
    float: left;
    max-width: 50%;
    position: relative;
    /* z-index: 5; */
}

.page-wrapper .page-header {
    background: #071787;
}

.logo img {
    display: block;
}

.account{
 bottom: 20px;
 position: fixed;
}


.page-main {
	width: 100%;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-flex-basis: auto;
	flex-basis: auto;
}


.page-wrapper .page-header .header.content {
height: 54px;
padding-top: 0;
position: relative;
}

.navigation,.breadcrumbs,.page-header .header.panel,.header.content,.footer.content,.page-wrapper>.widget,.page-wrapper>.page-bottom,.block.category.event,.top-container,.page-main {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
}


#excelView table {
    border-collapse: collapse;
}

#excelView table, th, td {
	/* white-space: pre; */
	margin-left: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#excelView table td:nth-child(4),
#excelView table td:nth-child(6),
#excelView table td:nth-child(8) {
	background-color:#e0e0f0;
}

#excelView table td:nth-child(7),
#excelView table td:nth-child(8) {
	background-color:#e0e0f0;
}


#excelView table td:nth-child(2),
#excelView table td:nth-child(3),
#excelView table td:nth-child(5),
#excelView table td:nth-child(7),
#excelView table td:nth-child(9),
#excelView table td:nth-child(10),
#excelView table td:nth-child(11){
	background-color:#e0e0e0;
}

/* #excelView table td:nth-child(13){ */
	/* background-color:#e0e0f0; */
/* } */

#excelView table td:nth-child(2),
#excelView table td:nth-child(3),
#excelView table td:nth-child(4),
#excelView table td:nth-child(5),
#excelView table td:nth-child(6),
#excelView table td:nth-child(7),
#excelView table td:nth-child(8),
#excelView table td:nth-child(9),
#excelView table td:nth-child(10),
#excelView table td:nth-child(11){
	text-align: right;
}

#excelView table td:nth-child(17) {
	max-width: 112px;
		color: #aaa;
}

#excelView table td:nth-child(17):hover {
	background-color: #f3f3f3;
	color: #444;
	transition: all .3s ease;
}

#excelView table .uploadPicButton {
	cursor: pointer;
}


#excelView table .hiddenInput {
	display: none;
}
 .knopIMEI, 
.knop {
    display: inline-block;
    width: 350px;
    font-size: 14px;
    cursor: pointer;
    box-sizing: border-box;
    padding: .6155rem .769375rem;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 3px;
    transition: all .2s ease;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-top: 20px;
	user-select: none;
}

.knopInTable{
	width: 66px;
    margin: 0;
    padding: 5px;
    text-align: center;
}
#addImeiPopup .knop,
#addImeiPopup .knopIMEI{
	margin: 7px 0px;
}
.subHead{
    font-size: 1.8em;
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px 0px 40px 0px;
}

div.upload {
    width: 150px;
    height: 30px;
    /* overflow: hidden; */
	border: 1px solid #ddd;
	/* background-color: #fff; */
	border-radius: 3px;
	transition: all .2s ease;
	margin-bottom: 15px;
	/* -moz-appearance: none; */
	/* -webkit-appearance: none; */
	margin-right:20px;
	display: flex;
    align-items: center;
    justify-content: space-around;
}

.filterButtons div.upload {
	/* width: 16.6em; */
	width: 17.8em;
}

div.upload input.file {
    display: block;
    width: 150px;
    height: 28px;
    opacity: 0;
    overflow: hidden;
}	

div.upload label {
    display: block;
    /* text-align: center; */
    /* vertical-align: middle; */
    cursor: pointer;
	font-weight: 600;
	user-select:none;
	left: 27px;
	/* margin-left: 27px; */
}

#imeiTab .filterButtons div.upload label {
	left: 0px;
	margin-left: 27px;
}

#imeiTab .filterButtons ul{
	position: relative; 
	z-index: 1;
	transition: all .35s ease 0s;
	overflow: hidden;
	list-style:none; 
	left: -10px; 
	padding-left: 10px; 
	display: inline-grid; 
	/* margin-top: -9px; */
    margin-top: -22px;
    padding-top: 14px;	
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(212, 212, 212, 0.75);
    -moz-box-shadow: 0px 0px 10px 1px rgba(212, 212, 212, 0.75);
    box-shadow: 0px 11px 10px 1px rgba(212, 212, 212, 0.75);
}
#imeiTab .filterButtons li{
    top: -21px;
    position: relative;
    background-color: #fff;
    padding: 13px 0 0 10px;
    margin-left: -10px;	
}

#imeiTab .filterButtons li:first-child{
	margin-top: 15px;
}
.uploadPanel {
	margin-top: -5px;
	display:flex;
	flex-wrap: wrap;
	justify-content:center; /*MIDDEN*/
}

.uploadPanel div{
	color:#777;
}

.active {
	background-color:#d4d6d8;
}

.scanVideo{
	width:100%;
	margin-left:5px;
	margin-right:5px;
	max-width:320px;
}

.grow { 	
	transition: all .2s ease-in-out; 
}
.grow:hover { 
	/* transform: scale(1.03);  */
	color:#777;
}

.uploadPanel .badgediv {
	position: relative;
    top: -42px;
    float: right;
    transform: translateX(50%);
    padding: 1px 6px;
    border-radius: 100px;
    -webkit-background-clip: padding-box;
	background-clip: padding-box;
	transition:all 1s linear;
 }
 
.uploadPanel .badge {
    float: right;
    padding: 1px 6px;
    border-radius: 100px;
    background: -webkit-linear-gradient(top, #FF6969 0%,#ff0000 100%);
    -webkit-background-clip: padding-box;
	background-clip: padding-box;
    font: bold 11px/17px 'Helvetica Neue', sans-serif;
    color: white;
    text-decoration: none;
	transition:all 0.7s linear;
}

.validate {
    position: absolute;
    right: 15px;
    margin: auto 10px auto auto;
    top: 22px;
    color: #ff4322;
    font-weight: bold;
	user-select: none;
}

.filterButtons {
	margin-top: 0px !important;
}

.selectedFilter {
	background-color:#eee;
	color: #666 !important;
}

.filterButtons {
	grid-template-columns: repeat(auto-fill,minmax(274px, 0fr));
    display: grid;
	margin-left: 25px;
}
.filterButtons .upload{
	display: block;
	position: inherit;
}
.filterButtons .colorBox {
	top: 7px;
	left: 8px;
	position: relative;
}
.filterButtons .upload>label{
    position: relative;
    top: -9px;
}


.filterButtons ul li label {
	top: 7px !important;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 10px;
}

.tab {
    overflow: hidden;
    background-color: #f3f3f5;

}
a, a.visited{
 	color: #244181;
  text-decoration: none;
}
.tab label {
    background-color: inherit;
    border: none;
    display: block;
    /* outline: none; */
    cursor: pointer;
	padding: 10px 20px 8px 30px;
    transition: 0.3s;
	font-weight:600;
	color: #244181;
	user-select: none;
	width: 126px;
}
.tabheader{
 font-weight:700;
 display: block;
 padding: 10px 20px 8px;
 color: black;
 cursor: default;
}
.second{
 padding-top: 30px;
}
.tab label:hover, a:hover {
    color:#2d91f5;
}

.tab label.active {
    background-color: white;
	border-left: 3px solid #000946;
}

.tabcontent>div {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 6px 10px 0 10px;
}

.tabcontent>div .listTable {
    overflow-y: auto;
    overflow-x: hidden;
    flex-grow: 2;
    scrollbar-color: #ddd #fff;
    scrollbar-width: thin;
}

.tabcontent {
	display: block;
    border-top: none;
    left: 166px;
    position: absolute;
    top: 0px;
    width: auto;
    right: 0px;
    bottom: 0px;
    height: auto;
    padding: 30px 25px 30px 30px;
    background-color: transparent;
    color: #777;
}

.listTable>table{
	margin:auto;
}


/* .dropdown:hover .dropdown-content , */


.dropdown-content {
	/* height: 0px; */
	/* max-height: 0px; */
	background-color: #f3f3f5;
	min-width: 176px;
	/* transition: all 5.5s ease-in-out; */
	transition: max-height 5.5s ease-out;
	overflow: hidden;
	display: none;
}

.dropdown-content label{
	padding-left: 60px;
}



.tab label:hover{
    color: #2d91f5;
    /* background-color: #f3f3f3; */
}



@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}


#transactieView{
	width:100%;
	overflow-x:auto;
	-webkit-overflow-scrolling: touch;
	display:block;
}

#addImeiPopup table tr td:nth-child(1){
	vertical-align:middle;
}

#addImeiPopup table input,
#addImeiPopup table div input::placeholder{
	color: #777;
}

#addImeiPopup .gradeStock {
	width:100px; 
	position: absolute; 
    right: 197px;
    top: 373px;
	border-radius: 3px;
    border: 1px solid #ddd;
}

#addImeiPopup .gradeStock table {
	margin: auto;
}

#addImeiPopup .gradeStock td {
	padding: 0px;
}

#addImeiPopup textarea {
	width: calc(100% - 14px);
	/* font-family: &quot;Open Sans&quot;, sans-serif;  */
	color: rgb(51, 51, 51); 
	height: 22px; 
	border: 1px solid rgb(221, 221, 221);
    border-radius: 3px;
    padding: 8px 7px;
}

.tableProfitTotals th{
	text-align: left;
	padding: 10px;
}

.profitTotals{
	align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 14px;
}
.profitTotals th{
	padding: 10px 10px 10px 25px;
}

.groupImeiButtons{
	width: 100%;
    display: inline-flex;
    justify-content: space-around;
	margin-bottom: 12px;
	position: absolute;
    bottom: 17px;
    right: 17px;
}

#statusBeheerTab > div {
	overflow-y: auto;
}

#statusBeheerTab textarea{
    width: 100%;
	max-width: 100%;
    margin: 0;
    color: #777;
    font: 400 13.3333px Arial;
	border: 1px solid #ccc;
    border-radius: 3px;
	height: 25px;
    box-sizing: border-box;
}
#statusBeheerTab .returnStatuses td{
	vertical-align: top;
	margin-top: 5px;
}
#statusBeheerTab .checkboxFive {
	margin: 5px 20px 0 15px;
}

 #statusBeheerTab select {
	 padding: 5px; 
	 border: 1px solid #ddd; 
	 border-radius: 3px;
	 color: #777;
 }

.listTable table {
    border-collapse: collapse;
	color:#777;
	cursor: pointer;
	white-space:nowrap;
}

.offers input[type=number]{
	outline: none;
	border: none;
	width: 90px;
	font-size: 11px;
	color: #777;
}

.offers .changed {
	color: #f00 !important;
	font-weight: bold;
}

#excelView table tr:nth-child(1),
.listTable table thead{
	background-color:#eee;
	/* background-color:#ddd; */
}

#analyticsTab .profitTotals li:hover,
.priceHistory table tbody tr:hover,
.listTable table tbody tr:hover{
	color:#777;
	background-color:#fcfcfc;
}

#transactieViewIMEI table tr th,
.listTable table tr td {
border-bottom: 1px solid #ddd;
    margin-left: 3px;
	padding: 7px 0px 7px 12px;
}
#transactieViewIMEI table tr th{
	font-weight: 600;
}
.profitTable td {
	vertical-align: top;
}
.suppliers .listTable table tr th{
	padding: 10px 3px 7px 25px;
}
.suppliers .listTable table tr td {
	padding: 7px 25px;
}

.listTable th {
	position: sticky;
}

/* #transactieView table tbody tr:hover, */
.listTable .selected{
	color:#447;
	background-color:#ddd;
}

.listTable table thead tr td{
	position: relative;
	width:auto;
}

.listTable table thead tr th i,
.listTable table thead tr td i{
	position: absolute;
	right: 7px;
	top: 9px;
}
.listTable table thead tr th i{
	top: 4px;
}

.listTable table thead tr td span {
	width:fit-content;
	white-space:nowrap;
	padding-right:22px;
	font-weight:600;	
	user-select: none;
}
.popupp, 
#picklistTab .popupp,
#transactieTab .popupp{
	width: 70%;
    height: 90%;
    position: fixed;
    max-width: 1000px;
    /* max-height: 650px; */
    top: 50%;
    left: calc(176px + 50%);
    /* transform: translate(calc(-50% - 268px), -50%); */
    transform: translate(calc(-50% - 100px), -50%);
    backface-visibility: visible;
    margin: auto;
    z-index: 8;
}



#groupImeiPopup table tbody tr td {
	padding-left: 7px;
} 

.reportExport {
	background-color: #fff;  
	z-index: 70; 
	padding: 0 50px 0px 50px; 
	width: 670px; 
	/* width: 100%; */
	position: relative;
    margin: auto;
}

#addImeiPopup table td:nth-child(1){
	user-select: none;
}

.reportExport table {
	cursor: unset !important;
}


.reportExport table tbody tr {
	page-break-before: auto;
}


.reportExport table tbody tr:hover {
	background-color:#fff;
}

.reportExport table tbody tr:nth-last-child(1) td {
	border-bottom: none;
}



.container,
#transactieTab .container  {
	width:100%;
	height:100%;
	/* left: 176px; */
	/* max-width:800px; */
	/* max-height:93%; */
	background-color:#fff;
	/* background-image:url('images/doos.jpg'); */
	border: 1px solid #ddd;
	border-radius: 3px;
	/* overflow-y: auto; */
	-webkit-overflow-scrolling: touch;
	z-index:8;
	position:relative;
	padding:5px;
	/* margin: auto; */
	/* margin-top: -90px; */
	-webkit-box-shadow: 0px 0px 10px 1px rgba(212, 212, 212, 0.75);
	-moz-box-shadow: 0px 0px 10px 1px rgba(212, 212, 212, 0.75);
	box-shadow: 0px 0px 10px 1px rgba(212, 212, 212, 0.75);
	display:inline-flex;
	/* font-size: 0; */
}

.listStatus {
	display: inline-flex;
}

.listStatus div{
	width:10px;
	height:10px;
	margin: auto 5px auto 0px;
}

.mStatusInput,
#imeiValidator {
	transition: 0.3s;
}

.imeiPicklist {
	transition: 0.3s;
	border: 1px solid #ddd;
	border-radius: 3px;
    background-color: #fff;
	color: #777;
	text-align:center;
	padding: 0.3em;
	width: 200px;
    position: relative;
	/* vertical-align: -webkit-baseline-middle; */
}

.mStatusInput{
	padding: 5px;
    font-family: 'Open Sans',sans-serif;
    font-weight: normal;
    font-size: 13px;
    border: none;
    color: #777;
	width: 100%;
}
.mStatusInput:invalid{
	background-color: #FF9999;
}

.goodImei{
	background-color: #99FF99;
	color:#666;
}
.badImei{
	background-color: #FF9999;
	color:#666;
}

.validatieError{
	color: #FF9999;
    font-weight: bold;
	position: relative;
	margin-top: 0px;
	padding-left: 4px;
	display: block;
}


input[type="color"] {
	background-color: #fff;
	-webkit-appearance: none;
	border: none;
	width: 16px;
	height: 16px;
}
input[type="color"]::-webkit-color-swatch-wrapper {
	padding: 0;
}
input[type="color"]::-webkit-color-swatch {
	border: none;
}

.ui-sortable-helper {
    display: table;
}

#addImeiTimeLinePopup{
	width: 871px;
    height: 479px;
    /* height: fit-content; */
    z-index: 90;
    position: fixed;
    background-color: #fff;
    border: 1px solid #ddd;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 17px 12px 12px 12px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(212, 212, 212, 0.75);
    -moz-box-shadow: 0px 0px 10px 1px rgba(212, 212, 212, 0.75);
    box-shadow: 0px 0px 10px 1px rgba(212, 212, 212, 0.75);
}

#addImeiTimeLinePopup .skuSelection{
	width:40%; 
	margin: 4px 40px 0px 0px;
	color: #777;
}

#addImeiTimeLinePopup .skuSelection input{
	outline: none;
}

.skuSelectorInput {
	border: 1px solid #ddd; 
	border-radius: .2em; 
	height: 39px; 
	padding: 1px 13px; 
	width: 100%; 
	box-sizing: border-box; 
	margin: 0 0 0.8em; 
	box-sizing: border-box; 
	font-family: inherit; 
	color: inherit;
}

.subPopup,
#picklistTab .subPopup,
#transactieTab .subPopup{
	/* max-width: 93%; */
	/* margin: auto; */
	/* padding-top: 15px; */
	overflow:hidden;
	
	height:100%;
	
	width:50%;
	display: inline-block;
	font-size: 1.2em;
	/* padding-right: 10px; */
    /* padding-left: 5px; */
}

#leftPopupContent{
	width:100%;
	height:100%;
	padding-right: 10px;
    padding-left: 5px;
	overflow-y: scroll;
	overflow-x:hidden;
	box-sizing: content-box;
	font-size: 0.92em;
}

#transactieTab .timeline{
	/* background-color:#eee; */
	height:100%;
	width:50%;
	display: inline-block;
	overflow:hidden;
}


.rightPopupContent{
	overflow-y: scroll;
    height: calc(100% - 50px);
	padding-top:50px;
}
/* html::-webkit-scrollbar, */
::-webkit-scrollbar,
#analyticsTab .purchaseOrders ::-webkit-scrollbar,
#statusImeiOptionList ul::-webkit-scrollbar,
#addImeiTimeLinePopup .message::-webkit-scrollbar,
.container::-webkit-scrollbar,
#newInventoryPopup .buttonBox::-webkit-scrollbar,
.refurbPriceCont .skuList::-webkit-scrollbar,
.leftPopupContentScroll::-webkit-scrollbar,
.rightPopupContent::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}
/* html::-webkit-scrollbar-thumb, */

::-webkit-scrollbar-thumb,
#analyticsTab .purchaseOrders ::-webkit-scrollbar-thumb,
#statusImeiOptionList ul::-webkit-scrollbar-thumb,
#addImeiTimeLinePopup .message::-webkit-scrollbar-thumb,
.container::-webkit-scrollbar-thumb,
#newInventoryPopup .buttonBox::-webkit-scrollbar-thumb,
.refurbPriceCont .skuList::-webkit-scrollbar-thumb,
.leftPopupContentScroll::-webkit-scrollbar-thumb,
.rightPopupContent::-webkit-scrollbar-thumb {
	border-radius: 1.2px;
    /* background-color: #b8b8b8; */
    background-color: #ddd;
}
/* html::-webkit-scrollbar-track, */

::-webkit-scrollbar-track,
#analyticsTab .purchaseOrders ::-webkit-scrollbar-track,
#statusImeiOptionList ul::-webkit-scrollbar-track,
#addImeiTimeLinePopup .message::-webkit-scrollbar-track,
.container::-webkit-scrollbar-track,
#newInventoryPopup .buttonBox::-webkit-scrollbar-track,
.refurbPriceCont .skuList::-webkit-scrollbar-track,
.leftPopupContentScroll::-webkit-scrollbar-track,
.rightPopupContent::-webkit-scrollbar-track {
	border-radius: 1.2px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.06);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.06);
    background-color: transparent;
}

.scrollY{
	overflow-y: auto;
	overflow-x: hidden;
}

.scrollContent::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}
.scrollContent::-webkit-scrollbar-thumb {
	border-radius: 1.2px;
    /* background-color: #b8b8b8; */
	 background-color: #ddd;
}
.scrollContent::-webkit-scrollbar-track {
	border-radius: 1.2px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.06);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.06);
    background-color: transparent;
}

.subup{
	width: 70%;
    height: 90%;
    position: fixed;
    max-width: 1000px;
    max-height: 650px;
    top: 5%;
    left: 15%;
    /* transform: translate(-50%,-50%); */
    backface-visibility: visible;
    /* margin: auto; */
    z-index: 8;
	background-color: aliceblue;
}
	


#rightPopupContent{
	overflow-y: scroll;
    height: calc(100% - 60px);
}
#leftPopupContent table td {
 width: 50%;
 padding: 5px 0;
}

#leftPopupContent table td:nth-child(1){
	vertical-align: top;
}

.timelineItem {
	padding: 8px;
	background-color:#eee;
    color: #555;
	border-color: #777;
    border-radius: 3px;
    margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom:20px;
	border: #eee 1px solid;
	cursor: pointer;
}
.button-space{
 display: flex;
 justify-content: space-evenly;
 width:100%;
 position: absolute;
 bottom: 0px;
}

.selectedTLI {
	border-width: 1px;
    border-color: #ccc;
    border-style: solid;
	border-radius: 3px;
	background-color:#f8f8f8;
	/* -webkit-box-shadow: 0px 0px 10px 1px rgba(212, 212, 212, 0.75); */
    /* -moz-box-shadow: 0px 0px 10px 1px rgba(212, 212, 212, 0.75); */
    /* box-shadow: 0px 0px 10px 1px rgba(212, 212, 212, 0.75); */
	box-shadow: 0px 0.5px 10px 1px #9e9e9e;
}
.showExtBox {
	padding-bottom: 5px;
	margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

/* #transactieTab .timeLineSubItem { */
	/* color: #fff; */
	/* padding-left: 5px; */
	/* font-weight: bold; */
	/* margin: -9px -9px 0px -9px; */
	/* border-radius: 3px 3px 0px 0px; */
	/* overflow: hidden; */
/* } */

.timelineItem p {
	line-height:normal;
}

.ui-resizable-e { 
    cursor: e-resize; 
    width: 3px; 
    right: -1px; 
    top: 0px; 
    bottom: 0px;
	margin-left: 10px;
}

#picklistTab .popup .subHead,
.popup .subPopup .subHead {
    font-size: 1.17em;
	padding-bottom: 20px;
    padding-top: 18px;
    display: block;
    font-weight: 700;
	color:#111;
}

#editToestel table,
#transactieTab .popup table {
	border-collapse: collapse;
	width:100%;
	font-size: 14px;
}

.inventoryReport table tr td,
#editToestel table td,
.popup table td{
	margin-left: 3px;
	padding: 11px 6px;
	color:#777;
}
.showExtBox table {
	width: auto !important;
}

.showExtBox table tr td {
	padding: 0;
}


.inkoopAddPopup td {
	/* background-color: #fff; */
	transition: all .5s ease;
	border-radius: 3px;	
}

.gradeButtonHide{
    width: 1px !important;
    height: 1px;
    opacity: 0;
    position: absolute;
}
.gradeButton{
    width: 40px;
    padding: 10px 0;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: all .2s ease;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-align: center;
    user-select: none;
	/* width: 100%; */
}
.gradeButton:not(.gradeSelected):hover{
	background-color: #eee;
}
.gradeSelected{
	background-color: #ff4322;
    color: white;
    font-weight: bold;
}
.gradeExpeced{
	border: 2px solid #00ff40;
}

.addAlert{
	background-color: #ff4322 !important;
    color: #333 !important;
}


.inventoryReport table tr th{
	border: 1px solid #aaa;
}



#inkoopStatusPopup table  td:nth-child(1){
	font-weight: 600;
	white-space: nowrap;
}

.popup .toestel  td:nth-child(2){
	width:37.5%;
}


/* #transactieTab .popup .toestel  td:nth-child(2), */
/* #transactieTab .popup .transactie  td:nth-child(2){ */
	/* text-align:center; */
/* } */



.center{
	text-align: center;
}

.centerRel{
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}



#transactieTab .popup .invullen,
#transactieTab .popup table td:nth-child(3){
	color:#263648;
	/* background-color:#54e05021; */
	background-color:#f1f1f1;
}
#transactieTab .popup .invullen input[type='number'],
#transactieTab .popup .invullen input[type='text']{
	color:#263648;
	    /* width: 65%; */
}

/* #transactieTab .popup .invullen input[type='text']:-ms-input-placeholder, */
/* input[type='text']::-moz-placeholder, */
/* input[type='text']::-webkit-input-placeholder, */
input[type='text']::placeholder {
	color: #aaa;
}

#editToestel .sterretjes,
#transactieTab .popup .sterretjes{
	display:block;
	letter-spacing:3px;
	white-space: nowrap;
	text-align: center;
}

#editToestel .sterretjes i,
#transactieTab .popup .sterretjes i{
	color:#cdced0;
	font-size:13px;
	vertical-align: middle;
}

#editToestel .sterretjes  i:hover,
#transactieTab .popup .sterretjes i:hover{
	color:#cdced0;
}

#editToestel .sterretjes  i:focus,
#transactieTab .popup .sterretjes i:focus{
	outline:none;
}

.goud{
	color: #ebb555 !important;
}

#transactieTab .popup table input[type='number'],
#transactieTab .popup table input[type='date'],
#transactieTab .popup table input[type='text'] {
	padding: 0px 15px;
    border: none;
    color: #aaa;
	-webkit-appearance: none;
}

#transactieTab .popup .invullenText{
	color: #263648 !important;
}

#transactieTab .popup table input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}


#transactieTab .popup table input:disabled{
	background-color:#fff;
	color:#aaa;
}


#transactieTab .popup .money{
	width: 67%;
}

.defectAndersLabel{
	resize: none;
	width:100%;
	height:100px;
	min-height: 19px;
	display: block;
    border: none;
    box-sizing: border-box;
	/* overflow: hidden; */
    text-align: left;
}

#partlyDefectAndersText {
	resize: none;
	min-height: 19px;
}


#transactieTab .popup .knop {
    display: inline-block;
    width: 150px;
    font-size: 15px;
    cursor: pointer;
    box-sizing: border-box;
    padding: .6155rem .769375rem;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 3px;
    transition: all .2s ease;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-top: 20px;
	margin-bottom: 30px;
    text-align: center;
	/* left: 50%; */
    /* transform: translateX(-50%); */
    position: relative;
}

#closePopup{
	margin:10px;
	padding-right: 15px;
	float:right;
	color:#aaa;
	transition: all .2s ease-in-out;
}

#transactieTab .popup i:hover{
	color:#263648;
}





.deviceDetails tr td{
	padding: 0;
	border: none;
}




.defectsPopup{
	width: 100%; 
	padding: 0 15px 15px 15px;
	display: grid; 
	grid-template-columns: repeat(auto-fill,minmax(220px, 1fr));
}
.defectsPopup table td{
	padding: 0;
	cursor: pointer;
}
.defectsPopup table td:nth-child(2) label{
	padding-left: 10px;
	cursor: pointer;
	user-select: none;
}

.tradein .defects{
	color: #777;
    width: 100%;
    padding: 11px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
	margin-bottom: 20px;
	max-height: 165px;
    overflow-y: auto;
}





#kop{
	padding-bottom: 7px;
    font-size: 8pt;
    display: block;
}

#searchCustomer,
#priceHistoryZoek,
#priceHistoryZoekr,
#zoekPik,
#zoekIMEI,
#zoek{
	width:100%;
	box-sizing:border-box;
    /* border: 1px solid #ddd; */
    background-color: #fff;
    border-radius: 3px;
	padding: 0.3155rem .769375rem;
	-webkit-appearance:none;
}

textarea:focus,
#zoek:focus{
	outline:0;
}


.validateWrong{
	font-weight: 600;
    color: red;
	/* display: none; */
}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fas {
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: 900;
}


.fa-star:before {
    content: "\f005";
}

.fa-warning:before {
	color: #cbcb33;
    content: "\f071";
}

.fa-search:before {
    content: "\f002";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-window-close:before {
    content: "\f2d3";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.fa-times:before {
    content: "\f00d";
}

.fa-envelope-o:before{
	content: "\f003";
}

.fa-envelope:before {
    content: "\f0e0";
    content: "\f003";
}
.fa-print:before {
    content: "\f02f";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-angle-left:before {
	content: "\f104";
}.fa-angle-right:before {
	content: "\f105";
}
.fa-angle-double-left:before {
	content: "\f100";
}
.fa-angle-double-right:before {
	content: "\f101";
}
.fa-comment:before {
    content: "\f075";
}
.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-edit:before {
    content: "\f044";
}
.fa-save:before {
    content: "\f0c7";
}
.fa-undo:before{
	content: "\f0e2";
}
.fa-database:before {
 content: "\f1c0";
}
.fa-times-circle-o:before {
 content: "\f05c";
}
.fa-spinner:before {
	content: "\f110";
}
.fa-check:before {
	content: "\f00c";
}
.sterretjes .fa-pointer{
	cursor: pointer;
	
	transition: all .2s ease;
	/* backface-visibility: hidden; */
}
.fa-trash:before{
	content: "\f1f8";
}
.fa-copy:before{
	content: "\f0c5";
}

.sterretjes .fa-pointer:hover { 
	transform: scale(1.5); 
	-webkit-transform: scale(1.5);
	/* zoom : 150%; */
}

.fa-shipping-fast:before{
	content: "\f48b";
}

.fa-truck:before{
	content: "\f0d1";
}

.fa-flip-horizontal {
    transform: scale(-1, 1);
}
.red{
	color: red;
}
#refreshPik i,
#refresh i{
	font-size:19px;
}

.fa-spin {
    /* -webkit-animation: fa-spin 2s infinite linear; */
    animation: fa-spin 2s infinite linear;
	color: #aaa;
}



@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.search{
	width: 300px !important;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
}

.search input{
    padding-left: 15px;
    margin-left: 6px;
    margin-right: 6px;
    border: none;
    color: #aaa;
	outline: none;
}

.search input::placeholder { 
    color:#ddd;
    opacity: 1;
}

.search input::-ms-input-placeholder {
    color:#ddd;
}

.search .icon{
	margin-left: 7px;
	color:#ddd;
	-webkit-transition: all .55s ease;
	-moz-transition: all .55s ease;
	-ms-transition: all .55s ease;
	-o-transition: all .55s ease;
	transition: all .55s ease;
}

.search .clear {
	position: absolute;
    right: 14px;
    color: #ddd;
    cursor: pointer;
	transition: all .55s ease;
}

.search:hover>.clear{
	 color: #aaa;
}

.button:hover,
#profitTab .profitTotals .multiSelect:hover, 
#profitTab .knop:hover,
#profitTab select:enabled:hover,
#ksTab .newReturn:hover,
.refurbPriceCont select:hover,
.selPrinter:hover,
.knop:hover,
.upload:hover,
#addTimeLinePopup .knop:hover,
#picklistTab .popup .knop:hover,
#picklistTab .popup .knop:hover,
#transactieTab .popup .knop:hover,
.uploadPanel div:hover label>i,
.inloggen input:hover,
.uploadPanel div:hover{
	background-color:#f3f3f3;
	/* background-color:#fbfbfb; */
	color:#444;
	/* color:#666; */
}

#addImeiTimeLinePopup .message{
	border: 1px solid #ddd;
    border-radius: 3px;
    padding: 11px 10px;
    position: relative;
    top: 1px;
    left: 19px;
    width: 333px;
    height: 368px;
    display: block;
	color: #ff0000;
    font-size: 1rem;
	font-weight: 600;
	line-height: 1.6rem;
	overflow-y: auto;
}

.popup .skuSelector,
#addImeiTimeLinePopup .skuSelector{
	margin: auto;
    top: 1px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 3px;
    padding: 11px 10px;
    position: relative;
    left: 19px;
    width: 333px;
    height: 368px;
}

.popTable .listTable table {
    width: 100%;
    border-collapse: separate;
    color: #444;
    margin: auto;
    border-spacing: 0;
}
.popTable .listTable td:first-child {
    border-left: 1px solid #eee;
}
.popTable .listTable td{
	   border-right: 1px solid #eee;
	   border-bottom: 1px solid #eee;
}
.popTable .listTable th {
    border-right: 1px solid #fff;
    /* border-right: 1px solid #eee; */
    border-bottom: 1px solid #fff;
    /* border-bottom: 1px solid #eee; */
}
.popTable .listTable td {
	position: relative;
    padding: 0.5em;
    vertical-align: top;
}
.popTable{
	height: calc(100% - 10px);
	padding-top: 10px;
    display: flex;
    flex-direction: column;
	width: 100%;
}
.popTable>div:first-child{
	overflow-y: auto;  
	scrollbar-color: #ddd #fff; 
	scrollbar-width: thin;
	flex-shrink: 2; 
	flex-grow: 2;
}
/* .popTable>div:first-child>table { */
.popTable table {
	padding: 0 10px 10px 10px;
}
/* .popTable>div:first-child>table th{ */
.popTable table th{
    background-color: #eee;
    position: sticky;
    top: 0;
    z-index: 1;
}

.popTable>div:last-child{
	padding: 10px 0;
	display: flex;
    justify-content: space-evenly;
	align-items: baseline;
}

/* .b2bSeller td:last-child label{
	min-height: 30px;
} */



/* https://paulund.co.uk/style-checkboxes-with-css */

.checkboxFour {
	width: 16px;
	height: 16px;
	background: #ddd;
	/* margin-right:20px; */
	vertical-align:text-bottom;
	border-radius: 100%;
	position: relative;
	display: inline-block;
}

.checkboxFour label {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	transition: all .3s ease;
	cursor: pointer;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 1;
}

.checkboxFour input[type="radio"]:checked + label {
	background: #263648;
}


.checkboxFour input[type="radio"],
.checkboxFive input[type="radio"],
.checkboxFive input[type="checkbox"]{
	opacity: 0;
}

/* .popup .checkboxFive input[type="radio"], */
/* .popup .checkboxFive input[type="checkbox"]{ */
	/* opacity: 0; */
/* } */

/* #leftPopupContent { */
	/* backface-visibility: hidden;  */
	/* -webkit-backface-visibility: hidden; */
	/* -webkit-transform: translate3D(0, 0, 0); */
/* } */

.checkboxFive {
	width: 16px;	
	margin-right:20px;
	position: relative;
	
	/* backface-visibility: hidden; */
}

.checkboxFive label {
	cursor: pointer;
	position: absolute;
    width: 14px;
    height: 14px;
	background: #fff;
	border:1px solid #ddd;
	top:50%;
	left: 50%;
	/* -webkit-backface-visibility: hidden; */
    transform: translate(-50%,-50%);
}

#webhookBeheerTab>div,
#userProfileTab>div {
	
	width: fit-content;
    margin: 100px auto 0 auto;
    box-sizing: border-box;
	cursor: pointer;
}





/* #userProfileTab > div > table > tbody > tr:nth-child(-1n+2) > td:nth-child(1){ */
	/* width: 9px; */
    /* padding-left: 24px; */
	/* line-height: 3.1; */
/* } */

.checkboxFive>label:after {
	opacity: 0.0;
	content: '';
	position: absolute;
	width: 7px;
	height: 2px;
	background: transparent;
	top: 4px;
	left: 3px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg);
	/* backface-visibility: hidden; */
	transition: all .3s ease;
}

.disabled>label:after{
	border-color:#ccc !important;
}


.checkboxFive>label:hover::after {
	opacity: 0.0;
}

.checkboxFive input[type=radio]:checked + label:after,
.checkboxFive input[type=checkbox]:checked + label:after {
	opacity: 1;
}

input[type='radio']:disabled,
input[type='checkbox']:disabled,
input[type='checkbox']:disabled + label {
	cursor:default;
}



#popupEmail{
	text-decoration:underline;
	color: #2d91f5 !important;
}

.hide{
	display:none;
}

@media only screen and (max-width: 600px) {
    .page-wrapper .page-header .header.content .logo {
        position: absolute;
        right: 20%;
        left: 20%;
        text-align: center;
        max-width: none;
    }

    .page-wrapper .page-header .header.content .logo img {
        display: inline-block
    }
	
	.page-wrapper .page-header .header.content h2 {
		display:none;
	}
}

#telefoonSelectBox table tbody tr td:nth-child(1){
	text-align:right;
	border:none;
}
#telefoonSelectBox table tbody tr td:nth-child(2){
	text-align:left !important;
	border:none;
}
.niceSelect,
#telefoonSelectBox table tbody tr td select{
	width: 70%;
	color: #aaa;
	padding: .6155rem .769375rem;
    font-family: 'AvenirLT-Roman',sans-serif;
    font-size: 0.9rem;
    border: 1px solid #ddd;
    /* background-color: #fff; */
    border-radius: 3px;
    transition: all .2s ease;
    -moz-appearance: none;
    -webkit-appearance: none;
	outline-color:#aaa;
}

/* .overlay */
/* { */
    /* position: absolute; */
    /* top: 0; */
    /* left:0; */
    /* width: 100%; */
    /* height: 100%; */
	/* background: #aaaaaa; */
    /* opacity: .3; */
    /* filter: Alpha(Opacity=30); */
	/* z-index: 999; */
/* } */

.cover{
    position:fixed;
    top:0;
    left:0;
    background: rgba(0,0,0,0.4);
    z-index:8;
    width:100%;
    height:100%;
    /* display:none; */
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease;

}
 .coverShow{
  visibility: visible;
  opacity: 0.15;
  backdrop-filter: blur(5px);
 }

#addTimeLinePopup {
	width: 871px;
    height: 500px;
	height:fit-content;
    z-index: 1000;
    position: fixed;
    background-color: #fff;
    border: 1px solid #ddd;
    /* left: 50%; */
	left: calc(50% - 330px);
    /* top: 50%; */
    top: calc(50% - 350px);
    /* transform: translate(-50%, -50%); */
	padding: 17px 12px 12px 12px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(212, 212, 212, 0.75);
    -moz-box-shadow: 0px 0px 10px 1px rgba(212, 212, 212, 0.75);
    box-shadow: 0px 0px 10px 1px rgba(212, 212, 212, 0.75);
}

.inventoryReport table,
#newInventoryPopup table {
    color: #777;
    /* cursor: pointer; */
    white-space: nowrap;
	border-spacing: 0px;
    box-sizing: border-box;
    border-collapse: unset;
    border: solid 1px #aaa;
	position: relative;
	margin: auto;
}

#newInventoryPopup .active {
	/* background-color: #f2faff; */
	background-color: #ffee58bf;
}

.inventoryReport .wrong,
#newInventoryPopup .wrong {
	background-color: #fecad4;
}

.inventoryReport table td,
#newInventoryPopup table td {
	border: solid 1px #aaa;
	vertical-align: top;	
}

#newInventoryPopup table th{
	position: sticky;
    top: 0px;
    background-color: #efefef;
    border: 3px solid #efefef;
	/* border-top: 3px solid #aaa; */
}


#newInventoryPopup table tbody tr .pointer{
	cursor: pointer;
}

.suppliers .item {
	width: 44%;
    display: flex;
    justify-content: space-around;
}

/* #addTimeLinePopup:target, #addTimeLinePopup:target + #cover{ */
    /* display:block; */
    /* opacity:2; */
/* } */

/* #addTimeLinePopup:before { */
    /* content: ""; */
    /* position: absolute; */
    /* top: 0; */
    /* left:0; */
    /* width: 100%; */
    /* height: 100%; */
	/* background: #aaaaaa; */
    /* opacity: .3; */
    /* filter: Alpha(Opacity=30); */
	/* z-index: 999; */
/* } */

/* #addTimeLinePopup:after { */
    /* position: absolute;  */
    /* width: 100%; */
    /* height: 100%; */
    /* top: 0;  */
    /* left: 0; */
    /* background-color: white; */
    /* z-index: -1; */
    /* content: ""; */
/* } */

/*
.mailIcon[title]:hover:after{
	 content: attr(title);
	 position: absolute;
	 margin-top: 20px;
	 margin-left:20px;
	 background-color: #eee;
	 color:#555;
}
*/

#addTimeLinePopup #berichten table tbody tr td {
	border: none;
}
.statusSelector,
#statusSelector{
	color: #aaa;
    padding: .6155rem .769375rem;
    font-family: 'AvenirLT-Roman',sans-serif;
    font-size: 0.9rem;
    border: 1px solid #ddd;
    /* background-color: #fff; */
    border-radius: 3px;
    transition: all .2s ease;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline-color: #aaa;
}


#statusImeiOptionList ul,
.tradein ul,
#addImeiTimeLinePopup ul,
#addTimeLinePopup ul {
	padding-left: 0px;
	margin-top: 0px;
}

#statusImeiOptionList ul li,
.tradein ul li,
#addImeiTimeLinePopup ul li,
#addTimeLinePopup ul li {
	border: 1px solid #ddd;
	list-style: none;
	border-top: none;
	/* padding: 9px 10px; */
	padding: .6155rem .769375rem;
	border-radius: 3px;
}
.statusSelector:hover,
#statusImeiOptionList ul li:hover,
#addImeiTimeLinePopup ul li:hover,
#addTimeLinePopup ul li:hover{
	background-color: #f3f3f3;
}


.statusSelector div,
.timeLineHeader,
#statusImeiOptionList ul li div,
#statusSelector div,
#statusOptionList ul li div {
	color: #fff;
	font-weight:bold;
	border-radius: 3px;
	padding: 1px 3px;
	text-align:center;
}

.verwacht{background-color: #B8AEAA;}
.ontvangen{background-color: #9A73EE;}
.getest{background-color: #FD9AA4;}
.zakelijk-getest{background-color: #029BEF;}
.ingekocht{background-color: 	#AD77A0;}
.geweigerd{background-color: #ECC743;}
.wacht-op-reactie-klant{background-color: #5CA14F;}
.wacht-op-betaling-klant{background-color: #777e3e;}
.betaald{background-color: #DE5355;}
.klant-is-akkoord{background-color: #EF8B22;}
.klant-niet-akkoord{background-color: #5078A7;}
.locked{background-color: #2607b1;}
.klant-unlocked{background-color: #6d38ef;}
.canceled{background-color: #333;}

.expected{background-color: #B8AEAA;}
.received{background-color: #9A73EE;}
.tested{background-color: #FD9AA4;}
.agreed{background-color: #EF8B22;}
.canceled{background-color: #333;}


.alert{
	color: #F00 !important;
	font-weight: bolder
}

/*Spinner*/
.lds-dual-ring {
	display: inline-block;
    width: 50px;
    height: 50px;
    position: fixed;
	left: calc(50% + 176px);
	/* left: calc(50% - 25px); */
    top: calc(50% - 25px);
    transform: translate(calc(-50% - 145px), -50%);
    /* transform: translate(calc(-50% - 25px), -50%); */
	/* transform: translate(calc(-50% - 44px), calc(-50% - 177px)); */
	z-index: 3000;
	display:none;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  margin: 1px; 
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #263648 transparent #263648 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.dialogHead {
    border: 1px solid #ddd;
    background: #fff;
    /* background: #e9e9e9; */
    color: #333;
    font-weight: bold;
}

.dialogButton {
	background-color:#fff;
}

.ui-widget-content, .dialogContent{
	background: #fff;
	color: #777;
}

.ui-widget-overlay {
    background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
    opacity: .3;
    filter: Alpha(Opacity=30)/*{opacityOverlay}*/;
}



.questionaire foreignObject {
	overflow: visible; 
	text-align: left;
}

.questionaire .text {
	display: inline-block; 
	font-size: 12px; 
	font-family: Verdana; 
	color: rgb(255, 255, 255); 
	line-height: 1.2; 
	pointer-events: all; 
	white-space: normal; 
	/* overflow-wrap: normal; */
}

.questionaire .textEdit {
	display: inline-block; 
	font-size: 12px; 
	font-family: Verdana; 
	color: rgb(255, 255, 255); 
	line-height: 1.2; 
	pointer-events: all; 
	white-space: normal; 
	padding: 3px;
	background-color: #fff;
    color: #666;
}

.questionaire .noEdit{
	vertical-align: middle;
    align-items: center;
    display: flex;
    justify-content: center;
	box-sizing: border-box; 
	font-size: 12px; 
	width: 100%; 
	height: 100%;
	color: #fff;
	text-align: center;
}

.questionaire .editHtmlKnop {
	width: 139px;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    height: 39px;
    padding: 8px;
    margin-right: 10px;
    color: #666;
    font-size: 13px;
}
.questionaire .undoknop{
    width: auto;
    margin-right: 10px;
}

.questionaire .action label {
	color: #fff;
}

.questionaire .buttonBox{
	width: 100%;
	display: flex;
    justify-content: space-evenly;
}
.questionaire .menu .knop{
	height: 39px;
	margin-top: 10px;
}

.questionaire .question {
	box-sizing: border-box; 
	font-size: 12px; 
	position: relative; 
	width: 100%; 
	height: 100%; 
	display: flex; 
	flex-direction: column;
}
.questionaire .question label{
	height: 50px;
	font-size: 15px; 
	color:rgb(255, 255, 255);
	height: 20px;
	text-align: center;
}

.normalHide{
    opacity: 0;
    transition: 0.3s;
    bottom: 0;
    top: -1px;
    position: absolute;
    right: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
}
.showOnHover:hover div{
    opacity: 1;
}
.warning:hover .fas, .warning:hover {
    background-color: #e71616;
    color: #fff !important;
}
.warningGreen:hover .fas, .warningGreen:hover {
    background-color: #44a85a;
    color: #fff !important;
}
.warningBlue:hover .fas, .warningBlue:hover {
    background-color: #000946;
    color: #fff !important;
}
.warningRed{
	background-color: #e71616;
    color: #fff !important;
}


.resultBox{
	text-align: center; 
	vertical-align: middle; 
	position: absolute; 
	right: 0px;
	color: #fff; 
	transition: all 1s; 
	min-height: 32px; 
	width: auto;
	padding: 5px 8px;
	height: auto;
	min-width: 150px;
}

#purchaseOrdersTab input[type="number"],
#snRegsTab input[type="number"],
.tacs input[type="number"] {
	cursor: pointer;
	width: 70px;
    border: none;
    text-align: right;
	color: #777;
	margin: 1px 0px 1px 0px;
}

#snRegsTab .pprice input{
	 transition: all 0.3s ease-out;
	 border : solid 1px #fff;
	 border-radius: 3px;
	 color:#f44; 
	 cursor: pointer; 
	 padding: 5px 5px; 
	 margin: -5px -5px;
}

#snRegsTab .pprice input:focus{
	outline: 1px solid #f44;
}
#snRegsTab .pprice input:hover{
	border-color : #ddd;
}

#profitTab .profitTotals div {
	background-color: #fff;
}

#profitTab .profitTotals .multiSelect{
    display: inline-block;
    /* margin-right: 1em; */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg,transparent 50%,#ddd 50%),linear-gradient(135deg,#ddd 50%,transparent 50%),linear-gradient(to right,#ddd,#ddd);
    background-position: calc(100% - 1.5em) calc(1.5em - 2.5px),calc(100% - 1.5em + 5px) calc(1.5em - 2.5px),calc(100% - 3em) .5em;
    background-size: 5px 5px,5px 5px,1px 2em;
    background-repeat: no-repeat;
    padding-right: 3.75em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin: 0 0 1em; */
    padding: 0.9em;
    border: 1px solid #ddd;
    width: 157px;
    height: 3em;
    box-sizing: border-box;
    border-radius: .2em;
    outline: none;
    cursor: pointer;
}

#profitTab .profitTotals ul{
	max-height: 202px;
	overflow: auto;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #fff;
	color: #777;
	margin: -4px 0 0 0;
	position: absolute;
    box-sizing: border-box;
    width: 157px;
    z-index: 50;
	transition: all .2s ease;
	cursor: pointer;
	-webkit-box-shadow: 0px 10px 17px 1px rgba(212, 212, 212, 0.75);
    -moz-box-shadow: 0px 10px 17px 1px rgba(212, 212, 212, 0.75);
    box-shadow: 0px 10px 17px 1px rgba(212, 212, 212, 0.75);
}

#profitTab .profitTotals .tableProfitTotals{
	width: 500px;
}

#profitTab .profitTotals li{
	list-style-type: none;
	margin-left: -40px;
	user-select: none;
	cursor: pointer;
	height: 20px;
}

#profitTab .profitTotals li label{
	/* vertical-align: text-bottom; */
    cursor: pointer;
    width: 83%;
    position: relative;
    padding-left: 24px;
    display: block;
}
#profitTab .profitTotals li input{
	vertical-align: middle;
	position: absolute;
}

#profitTab .popupp .closebutton {
	width: 100%;
	height: 30px;
	text-align: center;
	position: absolute;
    bottom: 55px;
}
#profitTab .popupp .closebutton{
	width: 170px;
    height: 40px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 85px);
}

#profitTab .popupp .canvas {
	padding: 30px;
	width: 100%;
	overflow-y: auto;
	margin-bottom: 62px;
}

#profitTab .popupp .rowBox {
	margin: 9px 0;
}

#profitTab .popupp table td:nth-child(2),
#profitTab .popupp table td:nth-child(4),
#profitTab .popupp table td:last-child,
#profitTab .popupp table td:first-child {
	vertical-align: top;
}
#profitTab .popupp table > tbody td:first-child,
#profitTab .popupp table table tr:last-child td,
#profitTab .popupp table table td:first-child,
#profitTab .popupp table table td:last-child {
	border: none;
}


#profitTab .popupp div > div > table > tbody > tr:last-child,
#profitTab .popupp table > tbody > tr > td > div > table tr:last-child > td:not(:nth-child(3)) {	
	font-weight: bold;
}

#profitTab .popupp table .treeCollapse {
	margin-top: -2.1px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


#purchaseOrdersTab input[type="date"] {
    position: relative;
}

#purchaseOrdersTab input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

#purchaseOrdersTab input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}

#purchaseOrdersTab input[type="date"]::-webkit-clear-button {
     z-index: 1;
}

#purchaseOrdersTab .purchaseOrders input[type="number"] {
	border: 1px solid #ddd !important;
}
#purchaseOrdersTab .purchaseOrders input:-webkit-autofill, input:focus:-webkit-autofill {
	background-color: #fff !important;
}	

#purchaseOrdersTab .purchaseOrders select{
	margin: 0px;
}

#purchaseOrdersTab .purchaseOrders .orderEdit {
	border: none;
	vertical-align: top;
}

#purchaseOrdersTab .purchaseOrders .orderNormal {
	padding: 0 1.75em;
}
#purchaseOrdersTab .purchaseOrders .rowNormal {
	padding: 0 1.75em;
}
#purchaseOrdersTab .purchaseOrders .background {
	/* background-color: #f2fafe; */
	/* background-color: #eee; */
	background-color: #fcfcfc;
}

#purchaseOrdersTab .purchaseOrders .dateField{
	outline: none; 
	width: 177px; 
	margin: 0px 0 0 0; 
	height: 39px; 
	padding: 0px 13px; 
	color: #777; 
	font: 400 13.3333px Arial; 
	text-align: center;
}
#purchaseOrdersTab .purchaseOrders .doubleCell {
	display: flex;
    flex-direction: column;
}

#purchaseOrdersTab .purchaseOrders .firstRow .orderNormal,
#purchaseOrdersTab .purchaseOrders .background .orderNormal {
	border-bottom: none;
}
#purchaseOrdersTab .purchaseOrders .firstRow {
	/* background-color: #f2fafe; */
	/* background-color: #eee; */
	background-color: #fcfcfc;
	height: 50px;
	font-weight: bold;
	vertical-align: initial; 
}

#purchaseOrdersTab .purchaseOrders .collapsed{
    vertical-align: middle;
    height: 40px;
	
}

#purchaseOrdersTab .purchaseOrders .topLabel {
    position: absolute;
    width: 177px;
    margin: 42px 0 0 5px;
	color: #bababa;
}

#purchaseOrdersTab .purchaseOrders .textHeader {
	margin: -3px 0 10px 0;
    vertical-align: text-top;
    border: none;
    color: #777;
    font-weight: bold;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
	resize: none;
	background-color: transparent;
}

#purchaseOrdersTab .purchaseOrders .errorMessage{
    color: red;
    font-weight: bold;
}

#purchaseOrdersTab .purchaseOrders .gotit{
	width: 26px;
	height: 17px;
	background-color: #4cbc4c;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	padding: 2px 6px;
	font-weight: normal;
	cursor: pointer;
	
}

#purchaseOrdersTab .purchaseOrders .gotitRed{
	background-color: #d74c4c !important;
}

#purchaseOrdersTab .purchaseOrders input[type="text"] {
	font: 400 13.3333px Arial;
	outline: none;
	color: #777;
}

#purchaseOrdersTab .purchaseOrders .detailsPopup {
	position: absolute;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    margin: 4px 0 0 -11%;
	max-height: 300px;
    overflow-y: auto;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(212, 212, 212, 0.75);
    -moz-box-shadow: 0px 0px 10px 1px rgba(212, 212, 212, 0.75);
    box-shadow: 0px 0px 10px 1px rgba(212, 212, 212, 0.75);
}

#purchaseOrdersTab .purchaseOrders .detailsPopup td {
	padding: 4px 10px;
	text-align: left;
	cursor: default;
	font-weight: normal;
}
#purchaseOrdersTab .purchaseOrders .detailsPopup th {
	padding: 4px 10px;
	text-align: left;
	cursor: default;
	position: sticky;
	top: 0;
	background-color: #eee;
}

#profitTab .iconHover,
#purchaseOrdersTab .purchaseOrders .iconHover{
	transition: all 0.3s ease-out;
}

#profitTab .iconHover:hover,
#purchaseOrdersTab .purchaseOrders .iconHover:hover,
#purchaseOrdersTab .tableProfitTotals .iconHover:hover{
	color: #244181;
	font-size: larger;
}

#purchaseOrdersTab .purchaseOrders ::-webkit-input-placeholder,
#purchaseOrdersTab .purchaseOrders ::placeholder {
  color: #777;
}


.tacs table td {
	border-top: 1px solid #ddd; 
	border-bottom: none;
}

.treeCollapse {
	width: 13px;
	height: 15px;
	margin: -5px 0px 0px 0px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPCAYAAAA/I0V3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHBJREFUeNpi/P//PwOpgImBDDCsNXV2duYA8TJGRkZ+UmyyAuLIjo6O6YQ0MsLiCaQQqGE/kGkIxMsrKioygXIf8doEUgBU6AhknidkI0pAYNFYTlATFid24tVElp9AfiBGAwiwILGPgQhCGkAAIMAAnNFFkp8dGngAAAAASUVORK5CYII=");
	background-size: contain;
	cursor: pointer;
}


.treeExpand {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPCAYAAAA/I0V3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIBJREFUeNpi/P//PwOpgImBDDCqif6arKyscoB4GSMjIz+yBIgPEgfJY7PJCogjLS0t98M0gmgQHyQOlUfVdPz48UwgvRyIDWEaoRoMQeJQeRTACEp7UIXToSafR9YAlP+I4SmQJmiiBWlcBsT/QTSID5NDx6gciMY2fBpAGCDAAFqFXsb4yZ63AAAAAElFTkSuQmCC");
	cursor: pointer;
}
/*
.pagination{
	margin: 10px auto 0 auto;
	width: fit-content;
	color: #777;
	user-select: none;
}
.pagination i {
    margin: 5px 2px;
    cursor: default;
    font-size: 1.7em;
    background-color: #f4f4f4;
    width: 22px;
    height: 22px;
    text-align: center;
    transition: all 0.3s ease;
	opacity: 0.3;
}
.pagination i:hover {
	background-color: #e3e3e3;
	-webkit-box-shadow: 0px 0px 9px 1px rgba(212, 212, 212, 0.75); 
    -moz-box-shadow: 0px 0px 9px 1px rgba(212, 212, 212, 0.75);
    box-shadow: 0px 0px 9px 1px rgba(212, 212, 212, 0.75);
}

.pagination .enable {
	opacity: 1;
	cursor: pointer;
}

.pagination span {
	font-size: 1.3em;
	padding: 0 6px;
	display: inline-block;
    width: 45px;
    text-align: center;
}

.pagination  .pager{
	background-color: #f4f4f4;
    overflow: hidden;
    border-radius: 3px;
    width: 180px;
    text-align: center;
    position: sticky;
    display: inline-block;
    margin-bottom: 10px;
	vertical-align: baseline;
}
*/
.pagination{
	margin: 5px auto 6px auto;
	width: 150px;
	color: #777;
	user-select: none;
}
.pagination i {
    margin: 5px 2px;
    cursor: default;
    font-size: 1.2em;
    /* background-color: #f4f4f4; */
    width: 13px;
    /* height: 22px; */
    text-align: center;
    transition: all 0.3s ease;
	opacity: 0.3;
}
.pagination i:hover {
	background-color: #e3e3e3;
	-webkit-box-shadow: 0px 0px 9px 1px rgba(212, 212, 212, 0.75); 
    -moz-box-shadow: 0px 0px 9px 1px rgba(212, 212, 212, 0.75);
    box-shadow: 0px 0px 9px 1px rgba(212, 212, 212, 0.75);
}

.pagination .enable {
	opacity: 1;
	cursor: pointer;
}

.pagination span {
	font-size: 1.1em;
	padding: 0 6px;
	display: inline-block;
    width: 45px;
    text-align: center;
	/* position: relative; */
    /* top: -0.6px; */
}

.pagination  .pager{
	/* background-color: #f4f4f4; */
    overflow: hidden;
    border-radius: 3px;
    width: 150px;
    text-align: center;
    /* height: 42px; */
    position: sticky;
    display: inline-block;
    margin-bottom: 10px;
	vertical-align: baseline;
	border: 1px solid #ddd;
	padding: 3px;
}

.tradein select,
.popTable select,
.skuSelector select,
#snRegsTab select,
#purchaseOrdersTab select,
#profitTab select,
#returnsTab select,
#tkhTab select,
#addImeiTimeLinePopup select,
#addToStockPopup select,
#userProfileTab select,
.printers select,
#addImeiPopup select,
#refurbedTab select,
#backmarketTab select {
    display: inline-block;
    margin-right: 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* background-color: #fff; */
    background-image: linear-gradient(45deg,transparent 50%,#ddd 50%),linear-gradient(135deg,#ddd 50%,transparent 50%),linear-gradient(to right,#ddd,#ddd);
    background-position: calc(100% - 1.5em) calc(1.5em - 2.5px),calc(100% - 1.5em + 5px) calc(1.5em - 2.5px),calc(100% - 3em) .5em;
    background-size: 5px 5px,5px 5px,1px 2em;
    background-repeat: no-repeat;
    padding-right: 3.75em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	margin: 0 0 1em;
    padding: 0 .75em;
    border: 1px solid #ddd;
    width: 157px;
    height: 3em;
    box-sizing: border-box;
    border-radius: .2em;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    /* outline: none; */
    -webkit-appearance: none;
	cursor:pointer;
	transition: all .2s ease;
}
.tradein select,
.popTable select,
.skuSelector select,
#snRegsTab select,
#purchaseOrdersTab select,
#profitTab select,
#returnsTab select,
#tkhTab select,
#addImeiTimeLinePopup select,
#addToStockPopup select,
#userProfileTab select,
.printers select,
#refurbedTab select,
#backmarketTab select{
	outline: none;
}
.printers select{
	width: 400px;
	margin: 7px 0px;
}
#addImeiPopup select{
	width: 350px;
	margin: 7px 0px;
	/* background-color: transparent; */
}
#addImeiTimeLinePopup select{
	width: 100%;
}

.skuSelector select:not(:-internal-list-box),
#snRegsTab select:not(:-internal-list-box),
#purchaseOrdersTab select:not(:-internal-list-box),
#profitTab select:not(:-internal-list-box),
#returnsTab select:not(:-internal-list-box),
#tkhTab select:not(:-internal-list-box) {
    overflow: visible !important;
}

#addToStockPopup select{
		width: 300px;
}

.selectWarning input,
.selectWarning select,
.selectWarning{
	background-color: #ffec0038 !important;
	color: #000;
	font-weight: bold !important;
}

.printers input{
	width: 300px;
    text-align: left;
    font-size: 15px;
    cursor: pointer;
    box-sizing: border-box;
    padding: .6155rem .769375rem;
    border: 1px solid #ddd;
}

.priceConstants{
	width: 500px; 
	margin: 40px auto 0 auto;
}

.refurbPriceCont input,
.suppliers input,
.priceConstants  input{    
	padding: 4px;
	width: 30px;
	margin-right: 6px;
	text-align: right;
	border: 1px solid #ddd;
}
.refurbPriceCont input:disabled {
	background-color: transparent;
}

.priceHistory table {
	border-collapse: collapse;
	color: #777;
	margin: auto;
	white-space: nowrap;
}

.priceHistory p, 
.priceHistory .showall,
.priceHistory table tr td {
	padding: 7px 10px;     
	border-bottom: 1px solid #ddd;
} 

#priceHistoryBm table tr td {
	padding: 7px 20px;     
	/* border-bottom: 1px solid #ddd; */
	/* text-align: right; */
	/* border: 1px solid #ddd; */
} 



.priceHistory table th {  
	background-color: #eee;
	padding: 8px 0px;
	text-align: center;
	font-style: unset;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 5;
	font-weight: 600;
    user-select: none;
	white-space: nowrap;
}

.priceConstants th,
.profitTable th{
	padding: 10px;
	background-color: #f2fafe;
	color: #244181ad;
}
#profitTab .profitTable tbody tr td{
	border-bottom: 1px solid #f2fafe;
}

.priceHistory p{
	margin-top: -3px;
    position: absolute;
    left: 31px;
	color: #777;
}
.priceHistory p, 
.priceHistory .noborders td {
	border: none;
	
}

.priceHistory .popupPriceHist {
	position: fixed;
	display: block;
	/* width: 88%; */
	height: auto;
	border: 1px solid #6a737c;
	border-radius: 3px;
	-moz-box-shadow: 3px 3px 5px #535353;
	-webkit-box-shadow: 3px 3px 5px #535353;
	box-shadow: 3px 3px 5px #535353;
    top: 5%;
	bottom: 5%;
    left: 295px;
    right: 38px;
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 10px;
	z-index: 7;
	/* display:none; */
}
/* .priceHistory .popupPriceHist table tr td:nth-child(8){ */
	/* text-align: left; */
/* } */

/* .priceHistory .popupPriceHist table tr td:nth-child(4), */
/* .priceHistory .popupPriceHist table tr td:nth-child(5){ */
	/* text-align: right; */
/* } */

.alignRight{
	text-align: right;
}

/* .priceHistory .search, .showall { */
	/* padding: 4px; */
	/* border-radius: 3px; */
	/* border: 1px solid #6a737c; */
	/* outline: none; */
	/* margin-left: 12px; */
/* } */

.priceHistory .showall{
	display: inline-flex;
	height: 15px;
	margin-left: 20px;
	width: 165px;
}

.priceHistory .ct-label{
	font-size: 0.95rem;
	font-family: monospace;
	max-width: 50px;
}

.priceHistory .ct-series-b .ct-line {
  stroke: #f05b4f;
}

.priceHistory .ct-series-a .ct-line,
.priceHistory .ct-series-a .ct-point{
  stroke: #244181;
}

.priceHistory.blokje{
	width: 10px;
	height: 10px;
	margin: auto 5px auto 0px;
}

.priceHistory h4{
	text-align: center;
	font-family: monospace;
	font-size: larger;
}

.popupFlex{
	display: flex;
    flex-direction: column;
	height: 100%;
}

.profitTotals .uploadPanel>select,
.profitTotals .uploadPanel>div {
	margin-right: 10px !important;
}


.refurbPriceCont table{
	table-layout: fixed;
	width: 100%;
}

.refurbPriceCont th{
	text-align: left;
}
.refurbPriceCont .noborder>td{
    border-bottom: 1px solid transparent;
}
.refurbPriceCont .noborder:hover,
.refurbPriceCont .nohover:hover{
    background-color: #fff;
}
.refurbPriceCont th{
	padding: 10px 12px;
}

.refurbPriceCont .priceValues {
	 white-space: nowrap;
}
.refurbPriceCont .priceValues th{
	background-color:#fcfcfc;
}
.refurbPriceCont .priceValues .checkboxFive {
	margin: auto 0 auto 11px;
	height: 25px;
}

.refurbPriceCont select {
	margin: 0px !important;
}
.refurbPriceCont .buttonBox {
	box-sizing: border-box;
    padding: .6155rem .769375rem;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 3px;
	margin-top: 23px; 
	font-size: inherit; 
	width: -webkit-fill-available; 
	margin-right: 3em;
}

.refurbPriceCont .knopDanger:hover {
	background-color: #f6020259 !important;;
    color: #444 !important;
}
/* .refurbPriceCont tr>th:nth-child(1){ */
	/* width: 40px; */
/* } */
/* .refurbPriceCont tr>th:nth-child(2){ */
	/* width: 350px; */
	
/* } */


.b2bSeller .tableDetails input,
.b2bSeller .tableDetails textarea{
	color: #777;
	border: none;
    outline: none;
	width: 100%;
}

.b2bSeller th span{
	font-weight: 600;
	color: #777;
}


.b2bSeller .tableDetails textarea{
	height: 175px;
    resize: vertical;
	box-sizing: border-box;
    margin-bottom: -5px;
}

.b2bSeller .tableDetails tr:first-child td{
    border-top: 1px solid #eee;
}








#ksTab  table tr th {
	text-align: left;
	padding: 2px 0px 2px 0px;
}
#ksTab  table tr td {
	vertical-align: top;
	padding: 7px 0px;
	/* line-height: 2; */
}

#ksTab tr td{
	border-bottom: none;
	border-top: 1px solid #ddd;
}
#ksTab tr:last-child td{
	border-bottom:  1px solid #ddd;
}

#ksTab tr:first-child > td,
#ksTab tr.noborder td{
	border-top: none !important;
}

#ksTab > div.popup.closePopup > div > div > div.listTable > table > tbody > tr:first-child > td{
	padding-right: 75px;
}

#ksTab .popup{
	width: 79%;
    max-width: 1576px;
}

/* #ksTab .popup tr.noborder td{ */
	/* line-height: 1; */
/* } */

#ksTab .newReturn{
	display: inline-block;
    width: 145px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0.0155rem 0.969375rem;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 3px;
    transition: all .2s ease;
    -moz-appearance: none;
    -webkit-appearance: none;
    user-select: none;
}

#ksTab .returnDetails input{
	 transition: all 0.3s ease-out;
	 border : solid 1px #fff;
	 border-radius: 3px;
	 color: #777; 
	 cursor: pointer; 
	 padding: 5px 5px; 
	 margin: -5px -5px;
}

#ksTab .returnDetails input:focus{
	outline: 1px solid #f44;
}
#ksTab .returnDetails input:hover{
	border-color : #ddd;
}

#analyticsTab .knop {
	width: 275px;
}

#contentbeheerTab table>thead>tr>th,
#questionaireBeheerTab table th,
.offers table th,
.sendReminders table th,
.b2bOrder table th,
.reviewInvites table th{
	text-align: left;
	text-align: right;
    padding-left: 7px;
	color: #777;
	/* background-color: #ddd; */
	/* border-right: 1px solid #fff; */
	/* display: flex;	
	justify-content: space-between; */
	font-weight: 600;
}

.b2bOrder table th span{
	text-align: left;
}

.b2bOrder table td input{
	text-align: right;
	outline: none;
	border: none;
	color: #777;
	width: 100%;
}

.b2bOrder input,
.b2bOrder .enteredPrice{
	/* color: #333!important; */
	color: #f00!important;
}

/* .b2bOrder table tr:not(.details){
	cursor: default;
} */

.b2bOrder .details tbody tr,
.b2bOrder .details tbody tr td{
	border: none !important;
}
.b2bOrder .details tbody tr:not(:last-child) td{
	border-bottom: 1px solid #eee !important;
}

.b2bOrder .details table{
	padding: 0 5px;
	margin: -0.5em;
}

.popTable .listTable .details {
    border-right: none;
}

.b2bOrder input{
	font-size: 13px;
	padding: 0;
}

.b2bOrder>table tr:last-child,
.b2bOrder table tr:last-child>td>input,
.b2bOrder table tr:last-child input::placeholder {
	color: #777;
	font-weight: bolder !important;
	font-size: 13px;
	font-family: 'Open Sans',sans-serif;
	letter-spacing: 0;
    line-height: 1.3em;
  }

  .b2bOrder table .detailsRow:hover{
	background-color: #fff;
  }


.b2bOrder .detailsKnop {
	width: 139px;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    height: 39px;
    padding: 8px;
    margin-right: 10px;
    color: #666;
    font-size: 14px;
}

.popTable .b2bOrder .listTable tr th{
	border-bottom: none;
}

.b2bOrder input:focus::placeholder {
	color: #fff !important;
}

#contentbeheerTab table tbody tr{
	height: 50px;
}

#contentbeheerTab table tbody td:nth-child(7),
#contentbeheerTab table tbody td:nth-child(9),
#contentbeheerTab table tbody td:nth-child(11),
#contentbeheerTab table tbody td:nth-child(13),
#contentbeheerTab table tbody td:nth-child(15),
#contentbeheerTab table tbody td:nth-child(17),
#contentbeheerTab table tbody td:nth-child(19){
	width: 44px;	
}

#contentbeheerTab table thead th:nth-child(6),
#contentbeheerTab table thead th:nth-child(8),
#contentbeheerTab table thead th:nth-child(10),
#contentbeheerTab table thead th:nth-child(12),
#contentbeheerTab table thead th:nth-child(14),
#contentbeheerTab table thead th:nth-child(16),
#contentbeheerTab table thead th:nth-child(18),
#contentbeheerTab table tbody td:nth-child(6),
#contentbeheerTab table tbody td:nth-child(8),
#contentbeheerTab table tbody td:nth-child(10),
#contentbeheerTab table tbody td:nth-child(12),
#contentbeheerTab table tbody td:nth-child(14),
#contentbeheerTab table tbody td:nth-child(16),
#contentbeheerTab table tbody td:nth-child(18){
	border-right: none;
}


#contentbeheerTab td>div{
    padding: 0 0 0 7px;
    margin: 0 0 0 5px;
    background-color: #f3f3f3;
    width: 44px;
}
#contentbeheerTab td>div>label{
	white-space: pre;
    font-size: 9px;
	line-height: 1.4;
}

#contentbeheerTab .orange{
	/* color: orange; */
    border: 1px solid orange;
}
#contentbeheerTab .wRed{
	/* color: #ff0000; */
    border: 1px solid #ff0000;
}

#contentbeheerTab table td i{
	    padding-right: 3px;
}

/* #contentbeheerTab table>thead>tr>th {
	text-align: right;
} */
.listTable th span {
	float: left;
	margin-right: 2px;
}
.listTable th i {
	display: contents;
}




.sendReminders table{
	cursor: default;
}
.sendReminders table td:first-child{
	text-align: center;
}

.reviewInvites table tr td,
.reviewInvites table tr td label{
	cursor: pointer;
}



.tradein{
	width: 100%;
	height: 100%;
	display: flex;
}

.tradein .left{
    margin: 10px 30px 0 30px;
    width: 50%;
}
.tradein .right{
    margin: 0 0 0 auto;
    width: 50%;
}

.tradein .left table{
	/* line-height: 0.6em; */
	border-collapse: collapse;
}

.tradein .left table td{
	/* padding: 9px 6px; */
	padding: 4px 6px;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}

.margins input,
.tradein .left input{
	padding: 0px;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    border: none;
}

.tradein .timeline{
	padding-top: 50px;
	overflow-y: scroll;
    height: calc(100% - 50px);
}
.margins input{
	color: #777;
	width: 50px;
	text-align: right;
	outline: none;
	background-color: transparent;
}
.margins td {
	text-align: right;
}
.margins table td:nth-child(1),
.margins table td:nth-child(2){
	background-color: #ddd;
}

.offers td{
	padding: 2px 4px !important;
	font-size: 11px;
}

.fas, .fa {
    color: #777;
}

.tradein .htmlEdit{
	height: 250px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #777;
    padding: .6155rem .769375rem;
    box-sizing: border-box;
    overflow-y: auto;
}

.timeline .timelineItem p,
.tradein .htmlEdit p {
    line-height: 1.2;
	outline: none;
}

.timeline .timelineItem ul,
.tradein .htmlEdit ul{
    padding: 0 0 0 24px;
	margin: 0;
}

.timeline .timelineItem ul li,
.tradein .htmlEdit ul li{
	border:none;
	list-style: disc;
	padding: 3px 0;
}


.button {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 7px;
    text-align: center;
    margin: auto;
    color: #444;
    cursor: pointer;
    transition: all .5s ease;
    user-select: none;
    white-space: nowrap;
    box-sizing: border-box;
    max-width: 200px;
}
.addbutton {
    width: 115px;
    height: 32px;
    transition: all .2s ease;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}

.popTable {
    height: calc(100% - 10px);
    padding-top: 10px;
    display: flex;
    flex-direction: column;
}
/* .popTable>div:first-child { */
.popTable>div:first-of-type {
    overflow-y: auto;
    scrollbar-color: #ddd #fff;
    scrollbar-width: thin;
    flex-shrink: 2;
    flex-grow: 2;
}
.popTable th{
	user-select: none;
}
.popTable th:last-child {
    /* border-right: 1px solid #ddd; */
    border-right: 1px solid #eee;
}

.popup {
    background-color: #fff;
    position: absolute;
    z-index: 100;
    box-shadow: 6px 6px 5px #888888;
    border-radius: 3px;
    /* border: 1px solid #ccc; */
    border: 0px solid #ccc;;
	overflow: hidden;
	box-sizing: border-box;
}

.popup .bar {
    background-color: #000946;
    color: #fff;
    position: relative;
    top: 0;
    border-radius: 3px 3px 0 0;
    text-align: center;
    height: 30px;
    cursor: move;
    display: flex;
    align-items: center;
    padding: 10px;
    margin: -1px -1px 0 -1px;
    box-sizing: border-box;
}

.popup .bar label{
	cursor: move;
	user-select: none;
}

.popup .ontop{
    text-decoration: underline;
}

.popup .content {
    height: calc(100% - 30px);
	/* padding: 10px; */
    overflow-y: auto;
    display: flex;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.popup .close {
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 5px;
    vertical-align: sub;
    transition: all .4s;
	font-size: 1.2em;
}

.popup .close:hover {
    color: #ff4322;
}

.popup .resize-handle {
    position: absolute;
    z-index: 100;
    font-size: 1px;
    line-height: 6px;
    overflow: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
	z-index: 101;
	background: transparent;
    zoom: 1;	
}
.popup .resize-handle-n {
    cursor: n-resize;
    top: 0;
	width: 100%;
    height: 6px;
}
.popup .resize-handle-e {
    cursor: e-resize;
    right: 0;
	top: 0;
	width: 6px;
    height: 100%;
}
.popup .resize-handle-s {
    cursor: s-resize;
    bottom: 0;
	width: 100%;
    height: 6px;
}
.popup .resize-handle-w {
    cursor: w-resize;
    left: 0;
	top: 0;
	width: 6px;
    height: 100%;
}
.popup .resize-handle-nw {
    cursor: nw-resize;
    left: 0;
    top: 0;
	width: 6px;
    height: 6px;
}
.popup .resize-handle-ne {
    cursor: ne-resize;
    right: 0;
    top: 0;
	width: 6px;
    height: 6px;
}
.popup .resize-handle-sw {
    cursor: sw-resize;
    left: 0;
    bottom: 0;
	width: 6px;
    height: 6px;
}
.popup .resize-handle-se {
    cursor: se-resize;
    right: 0;
    bottom: 0;
	width: 12px;
    height: 12px;
}

.popup .container {
	width: 99%;
    height: 100%;
    padding: 5px;
    display: inline-flex;
}

.tradein input{
	outline: none;
    border: none;
    color: #777;
	width: 100%;
    padding: 11px 10px;
	border: 1px solid #ddd;
    border-radius: 3px;
	box-sizing: border-box;
}

.tradein table{
	width: 100%;
}

.searchResultBox {
	background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    margin-top: 2px;
    -webkit-box-shadow: rgb(0 15 20 / 19%) 0px 1px 2px, rgb(0 20 24 / 9%) 0px 3px 12px;
    -moz-box-shadow: rgba(0, 15, 20, 0.19) 0px 1px 2px, rgba(0, 20, 24, 0.09) 0px 3px 12px;
    box-shadow: rgb(0 15 20 / 19%) 0px 1px 2px, rgb(0 20 24 / 9%) 0px 3px 12px;
    color: #232323;
    text-align: left;
    z-index: 10;
    max-height: 250px;
    overflow: auto;
	position: absolute;
	left: 0px;
	right: 0px;
}

.searchResultImage {
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 60px;
    height: 50px;
    margin-right: 35px;
}

.searchResult {
    width: 100%;
	height: 55px;
    display: flex;
	align-items: center;
    border-bottom: 1px solid #e7e7e7;
	transition: all 0.4s ease;
}

.searchResult:hover {
	background-color: #ededed;
}

.barcodeLabel {
	display: none;
}

.printReportButtonBar {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 100;
    background-color: #f2fafe;
    width: 200px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 10px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(212, 212, 212, 0.75);
    -moz-box-shadow: 0px 0px 10px 1px rgba(212, 212, 212, 0.75);
    box-shadow: 0px 0px 10px 1px rgba(212, 212, 212, 0.75);
	user-select: none;
}

.contentTable .priceCell{
	display: flex;
    justify-content: space-around;
    align-items: center;
}

.flag-sprite.flag-ar,.flag-sprite.flag-sa {
    background-position: -32px -64px
}

.flag-sprite.flag-cz {
    background-position: -96px 0
}

.flag-sprite.flag-dk {
    background-position: -96px -64px
}

.flag-sprite.flag-de {
    background-position: -96px -32px
}

.flag-sprite.flag-en,.flag-sprite.flag-gb {
    background-position: -96px -96px
}

.flag-sprite.flag-es {
    background-position: 0 -96px
}

.flag-sprite.flag-fi {
    background-position: -32px -96px
}

.flag-sprite.flag-fr {
    background-position: -64px -96px
}

.flag-sprite.flag-he,.flag-sprite.flag-il {
    background-position: -128px 0
}

.flag-sprite.flag-it {
    background-position: -128px -32px
}

.flag-sprite.flag-ja,.flag-sprite.flag-jp {
    background-position: -128px -64px
}

.flag-sprite.flag-nl {
    background-position: -128px -96px
}

.flag-sprite.flag-no {
    background-position: 0 0
}

.flag-sprite.flag-pl {
    background-position: 0 -32px
}

.flag-sprite.flag-pt {
    background-position: -32px 0
}

.flag-sprite.flag-ru {
    background-position: -32px -32px
}

.flag-sprite.flag-se,.flag-sprite.flag-sv {
    background-position: -64px 0
}

.flag-sprite.flag-tr {
    background-position: -64px -32px
}

.flag-sprite.flag-us {
    background-position: 0 -64px
}

.flag-sprite.flag-cn,.flag-sprite.flag-zh {
    background-position: -64px -64px
}


.flag-sprite {
    display: inline-block;
    vertical-align: text-top!important;
    height: 32px;
    width: 32px;
	background-image: url(../images/flags.png);
}


.green{
    color:#00af70
}
.answerYes .green{
    color:#aeaeb3
}
.brown{
    color:#7d5c5c
}
.grey{
    color:#aeaeb3
}


@media print {
	
	@page { 
			size: 210mm 297mm;
			/* margin: 1mm; */
			/* max-height:100%;  */
			/* max-width:100%; */
			/* height:100%; */
			/* margin-top: 5mm; */
			/* margin-bottom: 5mm; */
			/* margin-left: 5mm; */
			/* margin-right: 5mm; */
	}
	
.barcodeLabel {
	display: block;
	padding-top:30px; 
	margin-left: 8px; 
	line-height: 2.5em;
	height: auto; 
	width: 100%; 
	text-align: center; 
	position: absolute; 
	z-index: 1000;
	background-color: #fff; 
	overflow: hidden; 
	page-break-inside: avoid;
}
	
	.printReportButtonBar,
	.page-wrapper, #hideTabs, #cover {
		display: none;
	}
	.barcode {
		display: block; 
	}
	
	
	.reportExport textarea {
		resize: none;
	}
	.reportExport .onePerPage { 
		display: block; 
		page-break-before: always !important;  		
	}
}
