@font-face {    
    font-family: 'digital';    
    src: url('fonts/DS-DIGI.TTF');        
}   
/* @font-face {     */
    /* font-family: 'Quicksand';    */
    /* src: url('fonts/Quicksand/Quicksand-VariableFont_wght.ttf');         */
/* }    */
/* @font-face {     */
    /* font-family: 'Saira';    */
    /* src: url('fonts/Saira/Saira-VariableFont_wdth.ttf');         */
/* }   */
/* @font-face {     */
    /* font-family: 'Gruppo';    */
    /* src: url('fonts/Gruppo/Gruppo-Regular.ttf');         */
/* }    */

@font-face{
	font-family:Poppins;
	font-style:normal;
	font-weight:400;
	src:url('fonts/Poppins-Regular.woff2') format('woff2')
	/* src:url('fonts/Poppins-Light.woff2') format('woff2') */
	/* src:url('fonts/Poppins-Medium.woff2') format('woff2') */
}
@font-face{
	font-family:PoppinsBold;
	font-style:bold;
	font-weight:400;
	src:url('fonts/Poppins-Bold.woff2') format('woff2')
	/* src:url('fonts/Poppins-Light.woff2') format('woff2') */
	/* src:url('fonts/Poppins-Medium.woff2') format('woff2') */
}

/* @font-face{ */
	/* font-family:Montserrat; */
	/* font-style:normal; */
	/* font-weight:400; */
	/* src:url('fonts/Montserrat-Regular.woff2') format('woff2'), url('fonts/Montserrat-Regular.woff2') format('woff') */
/* } */
/* @font-face{ */
	/* font-family:Montserrat; */
	/* font-style:italic; */
	/* font-weight:400; */
	/* src:local('Montserrat Italic'), */
	/* local('Montserrat-Italic'), */
	/* url(/app/static/fonts/montserrat-v14-cyrillic-ext_latin_cyrillic_vietnamese_latin-ext-italic.woff2) format('woff2'), */
	/* url(/app/static/fonts/montserrat-v14-cyrillic-ext_latin_cyrillic_vietnamese_latin-ext-italic.woff) format('woff') */
/* } */
/* @font-face{ */
	/* font-family:Montserrat; */
	/* font-style:normal; */
	/* font-weight:600; */
	/* src:local('Montserrat SemiBold'),local('Montserrat-SemiBold'), */
	/* url(/app/static/fonts/montserrat-v14-cyrillic-ext_latin_cyrillic_vietnamese_latin-ext-600.woff2) format('woff2'), */
	/* url(/app/static/fonts/montserrat-v14-cyrillic-ext_latin_cyrillic_vietnamese_latin-ext-600.woff) format('woff') */
/* } */
/* @font-face{ */
	/* font-family:Montserrat; */
	/* font-style:italic; */
	/* font-weight:600; */
	/* src:local('Montserrat SemiBold Italic'),local('Montserrat-SemiBoldItalic'), */
	/* url(/app/static/fonts/montserrat-v14-cyrillic-ext_latin_cyrillic_vietnamese_latin-ext-600italic.woff2) format('woff2'), */
	/* url(/app/static/fonts/montserrat-v14-cyrillic-ext_latin_cyrillic_vietnamese_latin-ext-600italic.woff) format('woff') */
/* } */


body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    /* font-family: 'Quicksand', sans-serif; */
    /* font-family: 'Gruppo', sans-serif; */
    /* font-family: 'Saira', sans-serif; */
	/* font-family: Montserrat,FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif; */
	font-family: Poppins,FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #111;
    letter-spacing: 0.3px;
    line-height: 1.3em;
    overflow: hidden;
}

.page-header {
	background-color: white;
}

.page-wrapper {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    bottom: 0px;
    background-color: #f1fef6;
    -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;
}

.tab {
    overflow: hidden;
    /* background-color: #f2faff; */
}

.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;
}

.dropdown-content {
    /* height: 0px; */
    /* max-height: 0px; */
    background-color: #eafff2;
    min-width: 176px;
    /* transition: all 5.5s ease-in-out; */
    transition: max-height 5.5s ease-out;
    overflow: hidden;
    display: none;
}

.account {
    bottom: 20px;
    position: fixed;
}

.tab label.active {
    background-color: white;
    /* border-left: 5px solid #61CE70; */
    border-left: 5px solid #bbd360;
}

.dropdown-content label {
    padding-left: 60px;
}

.logo {
	height: 60px;
}

.fas,
.fa {
	color: #777;
}

.tabcontent {
    display: block;
    /* padding: 6px 12px; */
	padding: 6px 12px 6px 24px;
    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: #444;
}

.tabcontent>div{
	height: 100%; 
	position: relative;
	display: flex; 
	flex-direction: column; 
	padding: 6px 10px 0 10px;
	/* padding: 6px 0 0 10px; */
}
.tabcontent>div .listTable{
	overflow-y: auto; 
	overflow-x: hidden; 
	flex-grow: 2; 
	scrollbar-color: #ddd #fff; 
	scrollbar-width: thin;
}

.headerbar{
	margin: auto;
	margin-top: 1%;
	margin-bottom: 1%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.hideDate {
	width: 100%;
    /* height: 17px; */
    /* margin-left: -119px; */
    background-color: transparent;
    font-size: 13px;
    position: absolute;
    /* box-sizing: border-box; */
    left: 0;
    opacity: 0;
}
/* ::-webkit-calendar-picker-indicator { */
    /* filter: invert(1); */
/* } */



.button{
	border: 1px solid #ddd;
    border-radius: 3px;
	padding: 7px;
    text-align: center;
	/* width: 66px;  */
	/* width: 80px;  */
	margin: auto;
	color: #444;
	cursor: pointer;
	transition: all .5s ease;
	user-select: none;
	white-space: nowrap;
	box-sizing: border-box;
	max-width: 200px;
}

.knop {
    display: inline-block;
    width: 350px;
    font-size: 15px;
    cursor: pointer;
    box-sizing: border-box;
    padding: .6155rem .769375rem;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 3px;
    transition: all .5s ease;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-top: 20px;
    user-select: none;
	color: #777;
}

.knop label {
	cursor: pointer;
}


.ui-sortable-helper {
    display: table;
}

.addbutton {
    width: 115px;
    height: 30px;
    transition: all .2s ease;
	padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
	align-self: center;
}

.addbutton div,
.addbutton i {
	padding: 0 5px;
}

table {
    width: 100%;
    border-collapse: collapse;
	color: #444;
	/* white-space: nowrap; */
	margin: auto;
}

.userProfile table,
.listTable table,
.supplier table:first-child td{
	border: none;
	padding-bottom: 25px;
	/* cursor: pointer; */
}

th {
    /* background-color: #f1fef6; */
	/* border: 1px solid #f1fef6; */
	background-color: #ddd;
}

th, td {
    position: relative;
    padding: 0.5em;
	vertical-align: top;
}

/* td { */
	/* border: 1px solid #eee; */
/* } */


#passwordField,
#txtUsername{
	background: #fff !important;
	color: #777 !important;
    box-shadow: 0 0 0px 1000px #fff inset !important;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}


.users table td {
	vertical-align: middle;
}
.users table td input {
	width: 100%;
	padding: 8px 0;
}

.clickable{
	text-align: right; 
	color: #bbd360 !important;
	cursor: pointer;
}
.pointer{
	cursor: pointer;
}

a:visited,
a:link,
a{
	color: #bbd360;
}


.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;
}

/*ORDER ITEMS*/
.orderItems th{
	border: 1px solid #ddd;
}

.orderItems select{
    color: #444;
    -webkit-appearance: none;
}

.orderItems select::-ms-expand {
    display: none;
}
.orderItems input{
    width: 50px;
}

/* ALL ITEMS */
.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 .icon {
    margin-left: 10px;
    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{
	margin-right: 10px;
	cursor: pointer;
}
.search input {
    width: 100%;
    box-sizing: border-box;
    /* border: 1px solid #ddd; */
    background-color: #fff;
    border-radius: 3px;
    padding: 0.3155rem .769375rem;
    -webkit-appearance: none;
	color: #444;
    font-size: 12px !important;
}
div.upload {
    width: 150px;
    height: 30px;
    /* overflow: hidden; */
    border: 1px solid #ddd;
    /* background-color: #fff; */
    border-radius: 3px;
    transition: all .5s ease;
    margin-bottom: 15px;
    /* -moz-appearance: none; */
    /* -webkit-appearance: none; */
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
	cursor: pointer;
}
.filterButtons div.upload {
    /* width: 17.8em; */
    /* width: 12.6em; */
    width: 13.8em;
}
div.upload label {
    display: block;
    cursor: pointer;
    font-weight: 600;
    user-select: none;
    left: 27px;
}

.hideFiltersButton{    
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 15px;
    height: 15px;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    margin-bottom: 3px;
    cursor: pointer;
    transition: all .55s ease;
    z-index: 2;
}

.filterButtons div.upload label {
    left: 0px;
    margin-left: 27px;
}
.uploadPanel {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-bottom: 5px;
}
.uploadPanel div {
    color: #777;
}

.badgediv {
	position: relative;
    top: -42px;
    float: right;
    transform: translateX(50%);
    padding: 1px 6px;
    border-radius: 100px;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
	transition:all 1s linear;
 }
.badge {
    float: right;
    padding: 1px 6px;
    border-radius: 100px;
    background: -webkit-linear-gradient(top, #FF6969 0%,#ff0000 100%);
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    font: bold 11px/17px 'Helvetica Neue', sans-serif;
    color: white;
    text-decoration: none;
	transition:all 0.7s linear;
}
.filterButtons {
    margin-top: 0px !important;
}
.filterButtons {
    /* grid-template-columns: repeat(auto-fill,minmax(274px, 0fr)); */
    grid-template-columns: repeat(auto-fill,minmax(209px, 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 .listStatus {
    display: inline-flex;
}
.hidePanel {
    height: 0;
    display: none;
    /* display: none important!; */
}
.listStatus div {
    width: 10px;
    height: 10px;
    margin: auto 5px auto 0px;
}
.selectedFilter {
    background-color: #ddd !important;
    color: #666 !important;
}

.allItems .listTable th{
	/* border: 1px solid #ddd; */
    background-color: #ddd;
	position: sticky;
    top: 0;
    z-index: 1;
}

.orderItems .listStatus,
.allItems .listStatus {
    display: inline-flex;
}




.listTable table{
    width: 100%;
    border-collapse: separate;
    /* border-collapse: collapse; */
    /* border-collapse: collapse; */
    color: #444;
    margin: auto;
    border-spacing: 0;
}

.listTable th {
	border-top: 1px solid #eee;
}
.listTable td,
.listTable th {
	border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.listTable td:first-child {
	border-left: 1px solid #eee;
}

.listTable th{
	border-top: 1px solid #ddd;
}
.listTable th:first-child {
	border-left: 1px solid #ddd;
}
.listTable th:last-child {
	border-right: 1px solid #ddd;
}

.listTable table thead tr th span {
    width: 100%;
    white-space: nowrap;
    padding-right: 22px;
    font-weight: 600;
    user-select: none;
}
.listTable table thead tr th i {
    position: absolute;
    right: 7px;
    top: 9px;
	color: #444;
}

.listTable table tbody tr:hover {
    color: #777;
    background-color: #fcfcfc;
}

.statuses .listTable table thead tr th span {
    padding-right: 0px;
}

.printers table{
	width: 40%;
	margin: 0px auto;
}
.printers table td{
	vertical-align: middle;
}
.printers table td:last-child{
	padding: 0 20px;
	text-align: center;
}
.printers input {
    width: 300px;
    text-align: left;
    font-size: 15px;
    cursor: pointer;
    box-sizing: border-box;
    padding: .6155rem .769375rem;
    border: 1px solid #ddd;
}
.userProfile select,
.printers select{
	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 .75em;
    border: 1px solid #ddd;
    width: 157px;
    height: 3em;
    box-sizing: border-box;
    border-radius: .2em;
    color: #777 !important;
    font-family: inherit;
    font-size: inherit;
    -webkit-appearance: none;
    cursor: pointer;
    transition: all .2s ease;
	width: 400px;
	margin: 7px 0px;
	outline: none;
}
.printers input{
	color: #777 !important;
}




.suppliers input{
	width: 100%;
}

.suppliers .logo{
    padding: 0 !important;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.suppliers .logo:hover{
    z-index: 20;
}

.suppliers .logo div{
    height: 28px;
    margin-top: 2px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.suppliers .logo div:hover{
    transition: all 0.3s ease;
    transform: scale(2.5);
}



.addItem {
	width: 70%;
	margin: auto;
	font-size: 15px;
}

.addItem tr{
	height: 5em;
}

.addItem tr td:first-child {
	width: 35%;
}

.addItem td {
	border: 0;
}

.addItem select,
.addItem input {
	border: 1px solid #ddd;
	border-radius: 3px;
	width: 350px;
	padding: 10px;
}

.addItem select {
	width: 370px;
}

.addItem img {
	position: center;
	margin: auto;
}

.addItem .checkboxFive label {
	left: 17px;
}


.timelinePopup{
	width: 100%;
    height: 100%;
    display: flex;
}

.timelinePopup .left {
    margin: 10px 30px 0 30px;
    width: 50%;
}
.timelinePopup .right {
	margin: 0 0 0 auto;
    width: 50%;
}
.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;
}
.timelineSubItem{
	color: #fff;
	padding-left: 5px;
	font-weight: bold;
	margin: -8.1px -8px 0px -8px;
	border-radius: 2.6px 2.6px 0px 0px;
	overflow: hidden;
}
.selectedTLI {
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    border-radius: 3px;
    background-color: #f8f8f8;
    /* -webkit-box-shadow: 0px 0px 10px 1px rgb(212 212 212 / 75%); */
    /* -moz-box-shadow: 0px 0px 10px 1px rgba(212, 212, 212, 0.75); */
    /* box-shadow: 0px 0px 10px 1px rgb(212 212 212 / 75%); */
    box-shadow: 0px 0.5px 10px 1px #9e9e9e;
}
.timelinePopup .left table {
	width: 100%;
    border-collapse: collapse;
    color: #444;
    /* white-space: nowrap; */
    margin: auto;
}
.timelinePopup .left table td{
	vertical-align: top;
	border-bottom: 1px solid #eee;
}
.timelinePopup .left table td:first-child{
	white-space: nowrap;
}
.addTimelineItem{
	width: 20px;
	height: 20px;
	background-image: url(images/balloon.png);
	background-size: contain;
	display: inline-block;
	margin-right: 5px;
	vertical-align: sub;
}


.userRoles td:nth-child(2)>label,
.role td:nth-child(2)>label {
    width: 100%;
    display: block;
}



.userProfile {
	text-align: center;
	padding-top: 50px;
}

.userProfile select {
	height: 3em;
	width: 300px;
    margin: 20px 0px 20px 0px;
	text-align-last: center;
    font-size: 15px;
	border: 1px solid #ddd;
	border-radius: .2em;
	outline: none;
	cursor: pointer;
    transition: all .2s ease;
	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: 0 .75em;
	color: #444;
}

.supplier th{
	background-color: #bfdc7045;
	border: none;
}

.supplier table:nth-child(2) thead tr th:last-child{
	background-color: #fff;
	padding: 0 10px 0 25px;
	border: none;
}

.supplier table tr th,
.suppliers .listTable table tr th {
    padding: 6px 6px 6px 6px;
}

.supplier table tr td,
.suppliers .listTable table tr td {
    /* border-bottom: 1px solid #ddd; */
    margin-left: 3px;
    padding: 7px 25px;
	
}

.supplier table:nth-child(1) tr td{
	border-bottom: none
}

.shipping select{
    font-size: 13px;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    text-overflow: ellipsis;
}
.shipping select,
.contracts select{   
    border: none;
    width: 100%;
    outline: none;
}
.userProfile table td,
input {
	border: none;
	outline: none;
}

.tarifTd {
	padding-right: 0 !important;
	padding-left: 0 !important;
	text-align: right;
}

.tarifInp1 {
	text-align: right; 
	width: 35px;
}
.tarifInp2 {
	text-align: left; 
	width: 35px;
}

.tarifTh1 {
	padding-right: 17px !important; 
	padding-left: 0 !important;
}
.tarifTh2 {
	padding-right: 0 !important; 
	padding-left: 17px !important;
}

.co2Report {
	display: flex; 
	flex-direction: row; 
	align-items: flex-end; 
	justify-content: center;
}

.co2Table {
	text-align: center;
	border-collapse: collapse;
}

.co2Table td {
	width: 250px;
	border: none;
	padding: none;
}

/* .logo_text { */
	/* height: 300px; */
	/* padding-bottom: 70px; */
/* } */

.rowBox {
	display: flex;
	flex-direction: row;
}


.buttonStrip{
	display: inline-flex; 
	justify-content: space-evenly; 
	/* position: absolute; */
	/* bottom: 10px;  */
	width: 100%;
	padding: 10px 0;
}

.leftPopupContent {
	width: 49%;
}

.timeline {
	overflow-y: scroll;
    height: calc(100% - 50px);
    padding-top: 50px;
	/* for firefox */
	scrollbar-color: #ddd #fff;
	scrollbar-width: thin;
}

.timelineContent {
	overflow: hidden;
    height: 100%;
    width: 100%;
    display: inline-block;
}

.addStatus td,
.detailsStatus td,
.timelineContent td {
	border: none;
}

.rightPopupContent {
    width: 50%;
    height: 100%;
    padding-right: 10px;
    padding-left: 5px;
    overflow-x: hidden;
    box-sizing: content-box;
    /* font-size: 0.92em; */
}

.statusContent {
	/* overflow-y: scroll; */
	padding-top: 57px;
}

.statusContent td {
	border: none;
}

.statusContent input:focus {
	border: 1px solid #ccc;
	border-radius: 3px;
}


::selection {
  background: #bbd360;
  color: #fff;
}
::-moz-selection {
  background: #bbd360;
  color: #fff;
}

/* .statusDetails::-webkit-scrollbar, */
.timeline::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

/* .statusDetails::-webkit-scrollbar, */
.timeline::-webkit-scrollbar-thumb {
    border-radius: 1.2px;
    background-color: #b8b8b8;
}

/* .statusDetails::-webkit-scrollbar, */
.timeline::-webkit-scrollbar-track {
    border-radius: 1.2px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: transparent;
}


.popup .content::-webkit-scrollbar,
.listTable::-webkit-scrollbar,
.searchResultBox::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.popup .content::-webkit-scrollbar-thumb,
.listTable::-webkit-scrollbar-thumb,
.searchResultBox::-webkit-scrollbar-thumb {
	border-radius: 1.2px;
    background-color: #ddd;
}

.popup .content::-webkit-scrollbar-track,
.listTable::-webkit-scrollbar-track,
.searchResultBox::-webkit-scrollbar-track {
	border-radius: 1.2px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.06);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.06);
    background-color: transparent;
}


/* .detailsStatus { */
	/* line-height: 2em; */
    /* padding: 30px 0 0 30px; */
/* } */

/* SEARCH PRODUCT POPUP */

.searchBar{
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 14px 8px 0px 14px;
}
.searchBar input{
	width: calc(100% - 20px);
}
.searchResultBox {
    /* position: absolute; */
    /* background-color: #fff; */
    /* z-index: 1; */
    /* left: 10px; */
    /* right: 10px; */
    /* top: 81px; */
    /* bottom: 30px; */
    /* overflow-y: auto; */
	position: absolute;
    background-color: #fff;
    z-index: 1;
    left: 13px;
    right: 9px;
    top: 58px;
    bottom: 61px;
    overflow-y: auto;
	scrollbar-color: #ddd #fff;
	scrollbar-width: thin;
}
.searchResultBox table{
	border: 1px solid #ddd;
    border-radius: 3px;	
}
.searchResult{
	transition: all .2s ease;
}
.searchResult:hover{
	background-color: #6a6a6a14;
}

.searchResultImage img {
    width: auto;
    height: auto;
    display: block;
    max-height: 50px;
    max-width: 100px;
    margin: 0 auto;
	
    border: none;
	transition: all 1s ease;
    /* align-self: center	 */
}
.searchResultImage img:hover{
	max-height: 500px;
    max-width: 1000px;
}
.searchResult td{
	border: none;
}
.searchResultBox td:nth-child(2){
	/* border: 1px solid #eee; */
    /* border-radius: 3px; */
	white-space: break-spaces;
}

/* REPAIR POPUP */
.repairTable table{
	border-top: 1px solid #eee;
	padding: 0px;
	height: 100%;
}
.repairTable input{
	width: 100%; 
	text-align: right;
	padding: 0 10px;
	box-sizing: border-box;
}
.stopwatchBox{
	display: flex;
    justify-content: center;
    margin: auto;
    position: relative;
}
.stopwatchImage{
	width: 246px;
	height: 300px;
	background-image: url(images/stopwatch.png);
	background-size: contain;
    background-repeat: no-repeat;
	cursor: pointer;
}
.stopwatchDigits{
	position: relative;
    top: 130px;
    left: 68px;
    font-family: digital, arial, verdana;
    font-size: 50px;
    color: #222;  	
}
.stopwatchDigitsRed{
	color: #ff0000;
}
.stopwatchButtonBox{
	display: flex;
    flex-direction: column;
    justify-content: space-around;
	align-content: center;
	position: absolute;
    top: 0px;
    bottom: 0px;
	left: 0px;
    right: 0px;
}
.stopwatchStart{
	position: absolute;
    top: 0px;
    bottom: 250px;
	left: 0px;
    right: 150px;	
}
.stopwatchStop{
	position: absolute;
    top: 0px;
    bottom: 250px;
	left: 150px;
    right: 0px;		
}


/* PDF popup */
.poppdf div{
    width: 100%; 
    height: 100%;
}
.poppdf div iframe{
    position: relative; 
    top: 0;  
    bottom: 0; 
    left: 0;   
    width: 100%;  
    height: 100%;  
    border: 0
}

/* ADD ITEM POPUP */
.addStatusPopup{
	display: flex;
	height: 100%;
}

.addStatus ul{
	padding-left: 0px;
	margin-top: 0px;
}

.addStatus ul li{
	border: 1px solid #ddd;
	list-style: none;
	border-top: none;
	/* padding: 9px 10px; */
	padding: .6155rem .769375rem;
	border-radius: 3px;
}
.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;
	cursor: pointer;
}

.statusSelector div{
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    padding: 1px 3px;
    text-align: center;
}
.addStatus .statusSelectorList{	
    position: absolute;
    background-color: #fff;
    z-index: 10;
    /* left: 6px; */
    /* right: 7px; */
	box-shadow: rgb(136 136 136 / 31%) 0px 1px 5px;
	cursor: pointer;
	width: 100%;
}
.addStatus .message{
	height: 100%;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 3px;
	resize: none;
	color: #777;
	padding: .6155rem .769375rem;
	box-sizing: border-box;
	font-size: 1em;
	outline: none;
}

.addList{
    margin: 9px 0px;
	flex-grow: 0;
}
.addList .overlayLabel{
	position: relative;
	top: 26px;
	left: 10px;
	color: #777;
}
.gradeButton{
    border: 1px solid #ddd;
    border-radius: 3px;
    /* padding: 10px 10px; */
    box-sizing: border-box;
    color: #777;
    text-align: center;
    cursor: pointer;
	width: 38px;
	height: 38px;
    box-sizing: border-box;
	user-select: none;
    transition: all .2s ease;
	display: flex;
    align-items: center;
    justify-content: center;
}
.gradeColor_R{
	background-color: #ee2e23;
	color: #fff;
}
.gradeColor_A{
	background-color: #3753a5;
	color: #fff;
}
.gradeColor_B{
	background-color: #f3ec19;
	color: #000;
}
.gradeColor_C{
	background-color: #0d8040;
	color: #fff;
}
.gradeColor_NTF,
.gradeColor_K{
	background-color: #000;
	color: #fff;
}
.gradeButtonHide{
    width: 1px !important;
    height: 1px;
    opacity: 0;
    position: absolute;
}
.grade {
    border-radius: 100px;
    text-decoration: none;
    font-weight: bold;
	/* padding: 0.1em 0.55em; */
	width: 17px;
    height: 17px;
    display: inline-block;
    text-align: center;
    transform: scale(0.9);
	font-family: 'Open Sans', sans-serif;
	user-select: none;
}
.gradeSelected span{
	transform: scale(1.8);
}

.logobox{
    position: relative;
    height: 50%;
    width: 100%; 
}
.logobox label,
.logobox a {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 50%;
}
.logobox a {
    bottom: 0;
}
.dropbox{
    position: absolute;
    top: 30px;
    bottom: 20px;
    left: 0;
    right: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all 0.8s ease;
}

.sdetails input{
    width: 100%;

}


.validate{
	border: 1px solid #ef3636 !important;
}

.popTable input{
    height: 13px;
    box-sizing: border-box;
}

/* INPUT */
input{
	/* color: inherit; */
    font-family: Poppins,FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;
	font-size: 13px !important;
	color: #444 !important;
}

input[type='radio']:disabled,
input[type='checkbox']:disabled,
input[type='checkbox']:disabled + label {
	cursor:default;
}
input[type="color"] {
	background-color: #fff;
	-webkit-appearance: none;
	border: none;
	width: 16px;
	height: 16px;
    box-sizing: content-box;
}
input[type="color"]::-webkit-color-swatch-wrapper {
	padding: 0;
}
input[type="color"]::-webkit-color-swatch {
	border: none;
}

input:disabled {
    background-color: #f7f7f7;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}

.inputBorder{
	border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
	color: #777;
	font-size: 14px;
	transition: all .5s ease;
}

.hideFiltersButton:hover,
div.upload:hover,
.knop:hover,
.button:hover,
/* .gradeButton:not(.gradeSelected):hover, */
.gradeButton:hover,
.statusSelector:hover,
.divButton:hover,
.inputBorder:hover{
	background-color: #f6f6f6;
}
input::placeholder,
.inputBorder::placeholder{
	color: #999;
	font-size: 14px;
}

.warning{
    text-align: center;
    /* padding: 0;  */
    vertical-align: middle;
}
.warning:hover i{
    transition: all .5s ease;
    color: red !important;
    transform: scale(1.3);
}



.divButton{
	border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
	color: #777;
	font-size: 14px;
	text-align: center;
	width: 120px; 
	margin: auto; 
	cursor: pointer;
	user-select: none;
	transition: all .5s ease;
}




.popTable{
	height: calc(100% - 10px);
	padding-top: 10px;
    display: flex;
    flex-direction: column;
}
.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 {
	padding: 0 10px 10px 10px;
}
.popTable>div:first-child>table th{
    background-color: #ddd;
    position: sticky;
    top: 0;
    z-index: 1;
}	

.popTable>div:last-child{
	padding: 10px 0;
}


/* CHECKBOX */
.checkboxFive input[type="checkbox"]{
	opacity: 0;
}

.smallBox,
.smallBox input{
	width: 25px;
}

.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%);
}

.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;
}


/* POPUP */
.popup {
    background-color: #fff;
    position: absolute;
    z-index: 100;
    box-shadow: 6px 6px 5px #888888;
    border-radius: 3px;
    /* border: 1px solid #ccc; */
    border: 1px solid #ccc;
	box-sizing: border-box;
}

.popup .bar {
    background-color: #595959;
    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; */
	scrollbar-color: #ddd #fff;
	scrollbar-width: thin;
}

.popup .close {
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 5px;
    vertical-align: sub;
    transition: all .4s;
	color: #ddd;
}
.popup .close:hover {
    color: #BDD466;
    /* color: #38b7bc; */
	/* color: #3dd138; */
}

.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;
}

/*Spinner*/
.spinner {
	display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
	left: calc(50% - 20px);
    top: calc(50% - 20px);
	z-index: 3000;
	display:none;
    /* transition: all .9s ease; */
}
.spinner:after {
  content: " ";
  display: block;
  width: 40px;
  height: 40px;
  margin: 1px; 
  border-radius: 50%;
  border: 5px solid #595959;
  border-color: #595959 #595959 #595959 transparent;
  animation: spinner 1.2s linear infinite;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}




    /* --e-global-color-primary: #6EC1E4; */
    /* --e-global-color-secondary: #54595F; */
    /* --e-global-color-text: #7A7A7A; */
    /* --e-global-color-accent: #61CE70; */


.green_numbers {
	color: #add472;
	font-size: 3em;	
	font-weight: bold;
	font-family: PoppinsBold,FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;
}

.grey_letters {
	color: #646464;
	font-weight: normal;
	font-size: 3em;
}

.black_letters {
	font-weight: bold;
    font-size: 21px;
	color: black;
}

.grey_stripe {
	border-bottom: 15px solid #646464;
}

.center {
	text-align: center;
}

.fa-check {
	margin-right: 10px;
}
