.labelHeader {
	width: 100%;
	display: block;
	font-weight: bold;
	text-align: center;
/*		font-size: 0.5in; */
	height: 30%;
	overflow: hidden;
}

.labelBarcodeContainer {
	height: 30%;
}

.labelBarcode {
	font-family: 'Libre Barcode 39';
	text-align: center;
	font-size: 0.65in;
	transform: scale(1, 2);
	top: 50%;
	position: relative;
}

.labelSKU {
	text-align: center;
	height: 10%;
	z-index: 1;
	position: relative;
}

.labelName {
	text-align: center;
	height: 20%;
	font-size: 0.25in;
}

.labelPack {
	text-align: left;
	height: 10%;
	font-weight:bolder;
	position: relative;
	line-height: 300%;
}

.labelDate {
	text-align: right;
	height: 10%;
	font-weight:bolder;
	position: relative;
	line-height: 300%;
}

.labelDetail {
	text-align: right;
	height: 10%;
	font-size:35px;
	font-weight:bolder;
	position: relative;
	line-height: 50px;
}

.labelFooter {
	display: flex;
	flex-direction: row;
	align-items: space-between;
	height: 10%;
	line-height: 300%;
	justify-content: space-between;
}

.docusec
{
	display: none;
}

.slug_container
{
	position: fixed;
	bottom: 0px;
	left: 50%;
	opacity: 0;
	height: 0px !important;
	transform: translate(-50%, 0);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 11;
}

.slug_container.move_slug
{
	transform: translate(-50%, -150px);
	height: unset !important;
	opacity: 1 !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.slug_container.melt_slug
{
	opacity: 0 !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.slug_msg
{
	padding: 40px 140px;
	background-color: #70ff70;
	border: 2px solid black;
	font-size: larger;
	font-weight: 600;
	color: black;
	border-radius: 25px;
	box-shadow: 3px 3px 4px black;
}

.popup_BG
{
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    z-index: 999;
    opacity: 100;
    background-color: #0000004a;
}

.popup_Block
{
	position: fixed;
    border: 2px solid black;
    background-color: #ffffff;
    width: 50%;
    left: 50%;
    top: 50%;
    font-family: 'Raleway',sans-serif;
    /*padding: 0 1vw 1vw;*/
    transform: translate(-50%, -50%);
	border-radius: 20px;
	box-shadow: 5px 5px 5px;
	z-index: 1000;
}

.popup_content
{
	overflow: auto;
    max-height: 46vh;
	padding: 0 20px 20px;
}

.popup_btn_sec
{
	display: flex;
	justify-content: flex-end;
	padding: 10px;
	border-top: 1px solid black;
}

.popup_btn_sec>button
{
	border-radius: 7px;
	width: 15%;
	min-width: max-content;
	font-weight: 600;
	margin-left: 10px;
	cursor: pointer;
}

.popup_Block>*>*>.close_pop {
    position: absolute;
    top: 3px;
    cursor: pointer;
	user-select: none;
	-webkit-user-drag: none;
	border-radius: 50%;
    padding: 1px;
}

.popup_Block>*>*>.shrink_pop {
    position: absolute;
    top: 3px;
    cursor: pointer;
	user-select: none;
	-webkit-user-drag: none;
	border-radius: 50%;
    padding: 1px;
}

.popup_Block>*>*>.max_pop {
    position: absolute;
    top: 3px;
    cursor: pointer;
	user-select: none;
	-webkit-user-drag: none;
	border-radius: 50%;
    padding: 1px;
}

.popup_Block>*>*>.min_pop {
    position: absolute;
    top: 3px;
    cursor: pointer;
	display: none;
	user-select: none;
	-webkit-user-drag: none;
	border-radius: 50%;
    padding: 1px;
}

.title_bar
{
	height: 40px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background-color: #505050;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.title_bar>h2
{
	color: white;
    text-shadow: 3px 2px black;
	user-select: none;
	-webkit-user-drag: none;
}

#userLogPopup>table
{
	border-collapse: collapse;
    border: 1px solid black;
    margin-top: 1vh;
}

#userLogPopup>*>table
{
	border-collapse: collapse;
    border: 1px solid black;
}

#trackingMini>h1 {
    font-size: revert;
}

#vendorDetailPopup
{
	position: fixed;
	border: 2px solid black;
	background-color: #F3EFDC;
	width: 50%;
	left: 25%;
	top: 20%;
	font-family: 'Raleway',sans-serif;
	padding: 0 1vw 1vw;
}

#vendorDetailBG 
{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	position: fixed;
	z-index: 100;
	opacity: 100;
	background-color: #0000003b;
}

.tabs-container {
    display: block;
    width: 100%;
}

.tab-header {
    width: 100%;
}

.tab-links.active {
    background-color: #f3c230;
	border-left: 1px solid black;
    border-top: 1px solid black;
	border-right: 1px solid black;
}

.tab-links {
    border: none;
    height: unset !important;
    padding: 1vw;
    cursor: pointer;
    font-weight: 600;
	background-color: #ccc;
}

.tab-container
{
	padding: 2vw;
}    
	
	.sortable
    {
        content: '' !important;
        user-select: none;
        cursor: pointer;
    }

    .sortable>*
    {
        pointer-events: none;
    }

    .sortable.tableHeadASC::after
    {
        content: '\25bc' !important;
        position: relative;
        left: 2px;
    }
    .sortable.tableHeadDESC::after
    {
        content: '\25b2' !important;
        position: relative;
        left: 2px;
    }

.notifyBox
{
	color: black !important;
	background-color: white;
	text-align: center;
	padding: 20px;
	text-decoration: none;
	border: 0.5px solid #aaa;
	font-size: 0.8rem;
}

.notifyBox:hover {
	background-color: #ffffee;
	color: black !important;
}

.notifTray {
	transition: height 0.25s linear;
	overflow-y: auto;
	height: 500px;
	position: absolute;
	right: 0;
	z-index: 9999;
	top: 45px;
}

.hideTray {
	height: 0px;
}

	@font-face {
	font-family: "BarcodeFont";
	src: url("FRE3OF9X.ttf") format('truetype');
	}

.admin_sub_nav {
    float: left;
    width: 100%;
    padding: 10px 76px;
    height: 50px;
    background: #333;
    display: flex;
    justify-content: space-evenly;
}

.admin_line{
    line-height: 30px;
    float: left;
    padding-right: 20px;
}

.admin_link{
        color: white !important;
    }
.admin_link:hover
{
        color: #f3c230 !important;
}

.admin_icon
{
	cursor: pointer;
}

.errorCodes i
{
	margin-left: -33px !important;
	margin-top: -22px !important;
	display: inline-block !important;
	position: absolute !important;
}

.subnavBar a:hover {
	color: #f3c230 !important;
}

.subnavBar form, input, button {
	margin: 0;
}

.subnavBar {
	float: left;
	width: 100%;
	padding: 10px;
/*	height: 50px; */
	background-color: #333;
	color: white;
}

.subnavObj a {
	color: white;
}

.subnavObj a:visited {
	color: white;
}

#popupCountsheets
    {
        position: fixed;
        border: 2px solid black;
        background-color: #F3EFDC;
        width: 50%;
        left: 25%;
        top: 20%;
        font-family: 'Raleway',sans-serif;
    }

    #popupContentsheets 
    {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: none;
        position: fixed;
        z-index: 100;
        opacity: 100;
        background-color: #0000003b;
    }

    #countsTable
    {
        border-collapse: collapse;
        border: 1px solid black;
        text-align: center;
        width: 80%;
        background-color: white;
    }

    .removeCount
    {
        cursor: pointer;
    }

    .removeCount i:first-child
    {
        background-color: black;
    }

    .removeCount i:first-child:hover
    {
        background-color: red !important;
    }

	#invoicesTable
    {
        border-collapse: collapse;
        border: 1px solid black;
        text-align: center;
        width: 80%;
        background-color: white;
    }

    .removeInvoice
    {
        cursor: pointer;
    }

    .removeInvoice i:first-child
    {
        background-color: black;
    }

    .removeInvoice i:first-child:hover
    {
        background-color: red !important;
    }

	#packsTable
    {
        border-collapse: collapse;
        border: 1px solid black;
        text-align: center;
        width: 80%;
        background-color: white;
    }

    .removePacks
    {
        cursor: pointer;
    }

    .removePacks i:first-child
    {
        background-color: black;
    }

    .removePacks i:first-child:hover
    {
        background-color: red !important;
    }

.cannatooltip {
	position: relative;
	display: table-cell;
}

#editPicksDiv input, #editPicksDiv select
{
	width:100%;
}

.cannatooltip .cannatooltiptext {
	visibility: hidden;
    width: 100% !important;
    height: auto !important;
    background-color: white;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

	/* tool tip position */
    position: absolute;
    z-index: 1;
    border: 3px solid black;
}

.cannatooltip:hover .cannatooltiptext {
	visibility: visible;
	position: absolute;
    left: 60px;
    top: 38px;
}

.cannatooltiptext {
	left: 0;
}

#cannaBG {
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    z-index: 100;
    opacity: 100;
}

.managerOnlySee {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.notifAtag
{
	color: black !important;
}

.selectedCanna
{
	color: black;
    /*background-color: #00ff03;*/
	background-image: linear-gradient(180deg, #00ff03, #05a503) !important;
}

.boid
{
	cursor: pointer;
    text-align: center;
    border: 1px solid black;
	padding: 10px;
	background-image: linear-gradient(180deg, #d1d1d1, #858585);
}

.listedEmail{
	border: 1px solid black;
	background-color: #eef;
}

.selectedEmail{
	border: 2px solid black;
	background-color: #fff;
}

#loginWrapper
{
	background-color: rgba(255, 255, 255, 0.8);
	border: 0.1vw solid black;
	border-radius: 50px;
	z-index: 999;
    position: absolute;
	transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
	padding: 2rem;
	text-align: center;
	margin: 0;
	box-shadow: 0 0 3.5rem #000;
	font-family: arial;
}

#backgroundImg {
	background-image: url(img/BG.png);
	width: max(100vh, 100vw);
	height: max(100vh, 100vw);
	position: absolute;
	background-size: 100% 100%;
	animation: rotate 120s infinite linear;
}

#backgroundImg2 {
	background-image: url(img/BG2.png);
	width: max(100vh, 100vw);
	height: max(100vh, 100vw);
	position: absolute;
	background-size: 100% 100%;
	animation: rotate 120s infinite linear;
	animation-delay: -60s;
}

@keyframes rotate {
	from {
    rotate: 0deg;
    transform: translate(0%, -20%);
	opacity: 1;
	}
  33% {
    rotate: 240deg;
    transform: translate(20%, 20%);
	opacity: 0;
  }
  66% {
    rotate: 480deg;
    transform: translate(-20%, 20%);
	opacity: 0;
  }
	to {
    rotate: 720deg;
    transform: translate(0%, -20%);
	opacity: 1;
	}
}

#loginWindow h1
{
	font-size: 2.5rem;
}

#loginWrapper input
{
	max-width: 50%;
}

#loginWrapper label
{
	float: left;
	max-width: 50%;
	font-size: 1rem;
	line-height: 30px;
}


#loginMessages
{
	width: 100%;
	display: inline-block;
	text-align: center;
	padding-top: 10px;
}

#loginWindow
{
	display: inline-block;
	text-align: center;
	padding: 0;
	margin: 0;
}

#loginWindow form
{
	padding: 0;
	margin: 0;
}


.loginInput
{
	float: right;
}

a {
	color: black;
}

a:visited {
	color: black;
}

body {
	background-color: #FFF;
	font-family: arial;
	margin: 0;
	padding: 0;
/*	font-size: 1vw; */
}

.logo {
  height: 30px;
  width: 30px;
  padding: 0 10px 0 0;
  position: relative;
  display: inline-block;
}

.logo img {
	height: 30px;
}

.logo-hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.logo:hover .logo-hover {
	display: inline;
}



.nav {
  width: 100%;
  padding: 0px;
  font-size: 20px;
}

.nav a {
	color: white;
}

.nav-container {
	position: relative;
	display: inline-block;
}


.nav-heading {
	float: left;
	margin: 8px;
	padding: 0px 5px 0px 0px;
	cursor: pointer;
}

.nav-heading:hover, .nav-heading:focus {
	color: #f3c230;

}

.nav-links-submenu {
	display: none;
	position: absolute;
	background-color: #222;
	padding: 10px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 9999;
	top: 45px;
	min-width: 215px;
}

.nav-item {
	float: right;
	vertical-align: middle;
	padding: 5px;
	margin: 0 10px 0 0;
}

.nav-container .nav-item {
	float: none;
	vertical-align: middle;
	padding: 5px;
	margin: 0;
}


.nav-container .nav-item:hover
{
	background-color: black;
}


.logout
{
	float: right;
	display: block;
/*	font-size: 1vw; */
}



.logout form
{
	margin: 0;
}

.main-wrapper {
	width: 100%;
	background-color: transparent;
	margin: auto;
	padding: 0px;
}

.content-wrapper {
	background-color: white;
	float: left;
	width: 100%;
	padding: 2vw 2vw 2vw 2vw;
/*	font-size: 1vw; */
}

.header-wrapper {
  width: 100%;
  background-color: #111;
  margin: 0;
  float: left;
  color: white;
  padding: 10px;
  display: flex;
  align-items: center;
/*  text-transform: uppercase; */
  text-decoration: none;
}

.header-wrapper a {
	text-decoration: none;
}

.footer-wrapper a {
	text-decoration: none;
}

.footer-wrapper {
  width: 100%;
  background-color: #FFF;
  margin: 0;
  float: left;
  color: white;
  padding: 1.2vw;
  display: flex;
  align-items: top;
}

.footer-block {
    width: 200px;
}

.footer-wrapper a {
	color: white;
}

ul
{
	list-style-type: none;
}

.feed-item {
	padding-bottom: 1vw;
}

.hidden {
	display: none;
}

.visible {
	display: initial;
}

.feed-item p {
	margin: 0.25vw 0 0.25vw 0;
}

a:hover {
	color: #f3c230;
}

li 
{
	margin: 1vw;
}

ul
{
	padding: 0;
	padding-left: 0.5vw;
}

#loginPage
{
	width: 100%;
	height: 100%;
/*	background-image: url('img/background.jpg');
	background-size: cover;
	background-position: 50% 50%; */
}


.title {
  width: 90%;
  padding: 1vw 1vw 1vw 1vw;
/*  font-size: 2vw; */
}

.login {
  width: 16vw;
}



hr {
	height: 0.2vw;
	background-color: black;
}

#copyData
{
	width: 100%;
	height: 50%;
}

#commentPopup
{
	background-color: #ddd;
	border: 2px solid black;

	display: none;
	z-index: 999;

    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -250px;
    width: 500px;
    height: 400px;
	padding: 25px;
}

.popupWindow
{
	background-color: #ddd;
	border: 2px solid black;
	display: none;
	z-index: 999;
    position: absolute;
    top: 15vh;
    left: 15vw;
    width: 70vw;
    height: 70vh;
	padding: 25px;
	overflow-y: auto;
}


.btn {
	background-color: #FFF;
	line-height: 32px;
	height: 32px;
}

.btnIcon {
	background-color: #666;
	height: 22px;
	display: inline-block;
	width: 22px;
	left: -5;
	top: -2.5;
	position: relative;
}

.tblRow {
	/* border: 1px solid black; */
	background-color: #ffe;
	padding-bottom: 5px;
}

.tblRow > div {
	margin-top: 5px;
}

.tblRow .row > div {
	padding-left: 5px;
	padding-right: 5px;
}

#tblHeader .row > div {
	padding-left: 5px;
	padding-right: 5px;
}

.tblRow:nth-of-type(even) {
	background-color: #eee;
}

.tblRow > input {
	width: 100%;
}

.poTab > button {
	position: relative;
	bottom: -1;
	background-color: white;
	border-style: solid;
	border-radius: 5px 5px 0px 0px;
}

#item-list
{
	border-collapse: collapse;
	font-weight: normal;
	text-align: left;
	width: 100%;
	table-layout: fixed;
	font-family: arial;
/*	border: 2px solid black; */
}

#item-list input, #item-list select, #item-list span
{
	height: 30px;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}

input, button, select
{
	height: 30px;
	padding-right: 10px;
	padding-left: 10px;
}

select:disabled {
	color: black;
}

input:disabled {
	color: black;
}



#item-list th
{
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	font-weight: normal;
	background-color: #f3c230;
	color: #000;
	padding: 10px;
	font-size: 16px;
}

#item-list td.rightAlign input
{
	text-align: right;
}

.poHeader
{
	table-layout: fixed;
}

.poHeader td.headerLabel
{
	width: 150px;
}

.poHeader td.headerPad
{
	padding-right: 80px;
}


.poHeader input, .poHeader select
{
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

#freightVendor, #freightThird
{
	height: 30px;
	width: auto;
}

#saveChangesBtn
{
	width: auto;
}

.poHeader button
{
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.poHeader span
{
	vertical-align: text-bottom;
	line-height: 30px;
	height: 30px;
	padding-right: 0px;
	padding-left: 0px;
}


#poList
{
	border-collapse: collapse;
	font-weight: normal;
	text-align: left;
	width: 100%;
	table-layout: fixed;
	font-family: arial;
	border: 2px solid black;
}

.rowHidden
{
	display: none;
}

.rightAlign
{
	text-align: right;
}



#poList td
{
	padding: 10px;
	text-align: left;
}

.poRowAlt
{
    background-color: #c3c3c3;
}

tr:hover
{
background-color: lightgrey;
}

#item-list tr:hover
{
    background-color: black !important;
    color: white !important;
}

#item-list tr:focus-within

{

  background-color:black;

  color:white;

}

.nohover tr:hover
{
    background-color: transparent !important;
}

tr.clickable-row td:nth-child(even)
{
	background-color: #FBF9F9;
}


tr.clickable-row td:nth-child(odd)
{
	background-color: #F6F4F4;
}

tr.clickable-row:not(:first-child):hover td
{
	background-color: #EAE5DF;
	color: #000;
	cursor: pointer;
}

th
{
	color: #000;
	background-color: #f3c230;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	padding: 10px;
}

#poList th
{

	font-weight: normal;
    text-align: left;
	
}

tr.orderStatusRow td
{
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	font-weight: bold;
	cursor: pointer;
	background-color: #CBC8C5;
	text-align: left;
}




h1
{
	font-size: 3vw;
}


#newComment
{
	height: 100%;
	width: 100%;
}

#new-item-sku
{
	width: 12vw;
}

#new-item-name
{
	width: 20vw;
}

#new-item-cost
{
	width: 8vw;
}

#new-item-qty
{
	width: 8vw;
}

.search {
	float: right;
}

.search input {
	margin: 0;
}

.item-search {
	clear: left;
}

.items-label {
	float: left;
	margin: auto;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.ui-autocomplete {
	z-index: 1000000;
	border: 1px solid black;
}

#saveAlertBar
{
	border: 1px solid #095;
	background-color: #8fa;
	color: #095;
	z-index: 2;
	position: fixed;
	left: 35%;
	width: 30%;
	padding: 10px;
	top: 5vw;
	text-align: center;
}


.notifs
{
	border: 1px solid #000;
	z-index: 101;
	position: absolute;
	left: 45%;
	width: 36%;
	height: 12vh;
	padding: 10px;
	top: 20px;
	margin-top: 6vh;
    margin-left: 9.5vw;
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: x-large;
    transition-duration: 0.5s;
    box-shadow: 5px 4px 8px rgb(0 0 0 / 70%);
}

.attachNotif
{
    display:contents;
}

.attachNotif a 
{
    width: 100%;
}

#notifAttach_Pop
{
    top: 0;
    left: 0;
    margin-top: 6vw;
    width: 100%;
    z-index: 102;
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fade-out {
  animation: fadeOut ease 5s;
  -webkit-animation: fadeOut ease 5s;
  -moz-animation: fadeOut ease 5s;
  -o-animation: fadeOut ease 5s;
  -ms-animation: fadeOut ease 5s;
}
@keyframes fadeOut {
  0% {
    opacity:1;
  }
  50% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

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

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

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

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


.changedValue
{
	background-color: #FFA;
}

.badValue
{
	background-color: #FAA;
}


.hub-tooltip {
	position: relative;
	display: inline-block;
  }
  
  
  .hub-tooltip .hub-tooltiptext {
	visibility: hidden;
	width: 10vw;
	background-color: black;
	color: #fff;
	white-space: pre-line;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
  
	/* Position the tooltip */
  
	z-index: 1;
  }
  
  .hub-tooltip:hover .hub-tooltiptext {
	visibility: visible;
  }
  
  .hub-tooltip2:hover
  {
	  cursor:pointer;
  }
  .hub-tooltip2 .hub-tooltiptext {
	pointer-events: auto; 
	visibility: hidden;
    width: fit-content !important;
	  min-width:100px;
	background-color: black;
	color: #fff;
	white-space: pre-line;
	text-align: center;
	border-radius: 6px;
	position: absolute;
	padding: 10px;
	margin-left:10px;
	z-index: 2;
  }
  .hub-tooltip2
  {
	  pointer-events: auto;     
	  z-index:1;
  }
  .hub-tooltip-container
  {
	  pointer-events: none;
	  margin-left:10px;
  }
  
  .hub-tooltip2:hover .hub-tooltiptext {
	  height: auto !important;
	visibility: visible;
  }

.tooltip {
  position: relative;
  display: inline-block;
}


.tooltip .tooltiptext {
  visibility: hidden;
  width: 10vw;
  background-color: black;
  color: #fff;
  white-space: pre-line;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  margin-top:-1vw;
  right:105%;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip2:hover
{
    cursor:pointer;
}
.tooltip2 .tooltiptext {
  pointer-events: auto; 
  visibility: hidden;
    max-width: 20vw;
    right: 3.5vw;
    top: 1.5vw;
  background-color: black;
  color: #fff;
  white-space: pre-line;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  padding: 5px 0;


  z-index: 2;
}
.tooltip2
{
    pointer-events: auto;     
    z-index:1;
}
.tooltip-container
{
    position:absolute;
    right:0;
    pointer-events: none;    
}

.tooltip2:hover .tooltiptext {
    height: auto !important;
  visibility: visible;
}

.price-history
{
    display: table;
    width: 275px;
    background-color: white;
}

.price-history-header
{
    display: table-row;
    font-weight: bold;
    background-color: black;
}
.price-history-item
{
    display: table-row;
    line-height: 2vw;
    border: solid 2px black;
}

.price-history-date
{
display: table-cell;
color:black;
}
.price-history-cost
{
display: table-cell;
color:black;
}
.price-history-rsp
{
display: table-cell;
color:black;
    
}
.price-history-g4
{
display: table-cell;
color:black;
}
.invert
{
    color:white;
}
#calendarPopup object
{
	background-color: #fff;
	border: 2px solid black;
	z-index: 10000000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15vw;
    margin-left: -15vw;
    width: 30vw;
    height: 30vw;
	padding: 25px;
}

#calendarPopup
{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

	html, body {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	body {
		line-height: 1;
	}

	body {
		-webkit-text-size-adjust: none;
	}

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

#popupContent {
	width:90%;
	height:100%;
	top:0;
	left:0;
	display:none;
	position:fixed;
	z-index: 100;
	opacity:100;
}
img#close_pop {
	position:absolute;
	right:-14px;
	top:-14px;
	cursor:pointer
}
div#popupContact {
	position:absolute;
	border: 2px solid black;
	background-color: #F3EFDC;
	width:60%;
	left:26%;
	top:20%;
 	font-family:'Raleway',sans-serif
}


form_pop {
	max-width:300px;
	min-width:250px;
	padding:10px 50px;
	border:2px solid gray;
	border-radius:10px;
	font-family:raleway;
}

.pop_select {
	font-size: 10pt;	
	margin: 1vw;
	height: 2vw;
	width: 10vw;
}

#orderFormPop h4
{
	padding-right:5px;
}

.createh4
{
	margin-top: 10px !important; 
	margin-bottom: 0px !important;
}

#submit_pop {
	text-decoration:none;
	width:50%;
	text-align:center;
	display:flex;
	background: #ffcc00;
	border:1px solid black;
	flex-direction:column;
	margin-bottom:1vw;
	padding:10px 0;
	font-size:20px;
	cursor:pointer;
	border-radius:5px;
	color: white;
	text-shadow: 1px 1px black
}

h4 {
	font-size:16px;
	color: black;
}

#submit-issue {
	text-decoration:none;
	width:100%;
	text-align:center;
	display:block;
	background: #111;
	border:1px solid black;
	margin-bottom:1vw;
	padding:10px 0;
	font-size:20px;
	cursor:pointer;
	border-radius:5px;
	color: white;
	text-shadow: 1px 1px black;

}

#submit-issue:hover {
	background-color: #ffcc00;
}

#issue-list td {
/*    background-color: #DDD; */
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-collapse: collapse;
}

#issue-list tr:hover td{
/*    background-color: transparent; */
	cursor: pointer;
}

#issue-list th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}

#issue-list td.comment-list{
  color: black;
  text-align:left;
  padding-left:10px;
  font-size:16px;
  font-weight: normal;
  background-color:#F8EDCB;
}

#issue-list td.comment-list:hover{
    background-color: #F8EDCB;
	cursor: default;
}

#issue-list td.edit-panel{
  color: black;
  text-align: center;
  border: 1px solid black;
  font-size:16px;
  font-weight: normal;
  background-color:#F8EDCB;
}
#issue-list tr:hover td.edit-panel{
background-color:#F8EDCB;
}

#issue-list table td.table-rows {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  color: white;
  border: 2px solid black;
  text-shadow: 1px 1px black;
}

#issue-list td.comment-list{
    background-color: #F8EDCB;
	width:100%;
}

.edit-button{
width:1vw;
}
#issue-list td.edit-button:hover{
background-color:green;
cursor: grab;
}

.comment-entry{
  color: #FFA;
  border: 1px solid black;
  font-size:16px;
  font-weight: normal;
  height:1vw;
}


#itemPopup{
width:25%;
left: 37%;
top: 50%;
position:fixed;
}
#itemWindow{
	top:40%;
	left: 34.5%;
	width:30%;
	height:16%;
	background-color:white;
	position:fixed;
	border:solid black 1px;
	-moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px;  
  border-radius: 6px 6px 6px 6px;
  -moz-box-shadow: 3px 3px 5px #535353;
  -webkit-box-shadow: 3px 3px 5px #535353;       
  box-shadow: 3px 3px 5px #535353;
	text-align: center;
	font-size:32px;
	font-weight:bolder;
}
#itemProgress {
	width: 100%;
  background-color: grey;
}

#itemBar {
  width: 0%;
  height: 30px;
  background-color: #f3c230;
}


.nav-notify
{
    color:black;
    border: 1px solid grey;
    border-radius: 50px;
    padding: 2px;
    background-color: f3c230;
    font-size: 12px;
    position: relative;
    top: -8px;
}


/* /////////////////////////////////////////////////// -------------------  CALENDAR STYLE -----------------------////////////////////////////////// */

.calendarWeekday {
	width: calc(100%/7);
	border: 0.05vw solid gray;
	background-color: white;
	font-size: 1.5em;
	padding: 0 0.5vw 0 0.5vw;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	height: 8%;
}

#calendarView {
	border: 2px solid black;
	padding: 0px;
	margin: 0px;
	font-family: arial;
	width: 100%;
	height: 70%;
	border-collapse: collapse;
}

	

.calendarDayNum {
	font-size: 1vw;
	/*border: 1px solid black;*/
	width: 10%;
	margin-bottom: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0.5vw;
}

#calendarMonth {
	text-align: center;
}

#calendarMonth input
{
	font-size: 1.5vw;
}

.calendarCell {
	border: 0.05vw solid gray;
	background-color: white;
	padding: 0.5vw;
	padding-top: 2vw;
	position: relative;
	height: 0%;
	vertical-align: top;
}

.otherMonth {
	
	background-color: black;
	border: 1px solid black;
}



.calendarCell ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
/*	padding-left: 1vw; */
	display: inline-text;
}

.calendarCell ul li
{
	margin-bottom: 1vw;
	float: left;
	width: calc(100%);
	border: 1px solid transparent;
	font-size: 0.8em;
	padding-top: 0.5vw;
	padding-bottom: 0.5vw;
}

.calendarCell ul .calendarPO:hover
{
	cursor: pointer;
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
}

.calendarCell ul li span
{
	border: 0.1vw solid gray;
	border-radius: 1vw;
	font-size: 0.5vw;
	height: 10px;
	width: 10px;
	clear: left;
	float: left;
	height: 100%;
}

.calendarToday
{
	border: 1px solid black;
	background-color: #f3c230;
	font-weight: bold;
	border-radius: 0.3vw;
	width: 100%;
}

.calendarTagPOIssues span
{
	background-color: F94144;
	color: white;
}

.calendarTagPODraft span
{
	background-color: 000000;
	color: white;
}

.calendarTagNeedsWeights span
{
	background-color: F9C74F;
}

.calendarTagNeedsPrices span
{
	background-color: F8961E;
}

.calendarTagNeedsUpload span
{
	background-color: F3722C;
}

.calendarTagReadyforPO span
{
	background-color: 43AA8B;
	color: white;
}

.calendarTagPOEntered span
{
	background-color: 90BE6D;
	color: white;
}

.calendarTagPartiallyReceived span
{
	background-color: 906DEE;
	color: white;
}

.calendarTagFullyReceived span
{
	background-color: 6D90BE;
	color: white;
}


.calendarLegend span
{
	padding: 2px;
}

div.calendarLegend
{
	float: left;
	padding: 5px;
	font-size: 0.75vw;
}

.calendarHeader tr td
{
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.calendarHeader td form
{
	font-size: 2vw;
}


/* //////////////////////////////////////////////--------------------------------------------- SHIP STYLE SHEET PASTE ------------------------------------////////////////////////////////////////// */


#prevPage:hover
{
    cursor:pointer;
}

#leftArrow
{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

#nextPage:hover
{
    cursor:pointer;
}

.commentPop
{
-moz-user-select: none;  
-webkit-user-select: none;  
-ms-user-select: none;  
-o-user-select: none;  
user-select: none;
}

.activePage
{
    color:#f3c230;
}

.inactivePage:hover
{
    cursor:pointer;
}

.orderTable 
{
    table-layout: fixed;
    width: 85%;
    margin-left:auto;
    margin-right:auto;
    border-collapse: collapse; 
    border: 2px solid black;    
}

.detailsTable 
{
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse; 
    border:none;
}

.detailsTable th 
{
    background-color: #f3c230;
    color: black;
    font-size:14px;
    text-shadow:none;
    padding-top:5px;
    padding-bottom:5px;
    border-bottom: 1px solid black;
}

.explode-header
{
    background-color: #f3c230;
    color: black;
    font-size:14px;
    text-shadow:none;
    padding-top:5px;
    padding-bottom:5px;
    border-bottom: 1px solid black;

}
th 
{
    background-color: #f3c230;
    font-size:20px;
    font-weight:bold !important;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom: 1px solid black;
}

.shiprows:nth-child(even) {background-color: #f2f2f2;}

.shiprows:hover 
{
    background-color: lightgrey;
    color:black;
}

.openrow
{
    background-color: #FFA500;
    color:black;
}

.openrow:hover
{
    background-color: #FFA500;
}

.hiderows
{
    display:none;
}

#pop-save
{
    margin:auto;
    
    
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ccc;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
  }
  
  #shipPopup{
width:25%;
left: 37%;
top: 50%;
position:fixed;
}
#shipWindow{
	top:34%;
	left: 40%;
	width:20%;
	height:30%;
	background-color:white;
	position:fixed;
	border:solid black 1px;
	-moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px;  
  border-radius: 6px 6px 6px 6px;
  -moz-box-shadow: 3px 3px 5px #535353;
  -webkit-box-shadow: 3px 3px 5px #535353;       
  box-shadow: 3px 3px 5px #535353;
	text-align: center;
	font-size:32px;
	font-weight:bolder;
}

#commentPopup{
width:25%;
left: 37%;
top: 50%;
position:fixed;
}

#commentEntry{
position:fixed;
width:15%;
height:15%;
left:42.5%;
}
#commentButtonAccept{
position:fixed;
width:5%;
height:3%;
left:22.5%;
top:58%;
}
#commentButtonCancel{
position:fixed;
width:5%;
height:3%;
right:22.5%;
top:58%;
}

#commentWindow{
	top:34%;
	left: 40%;
	width:20%;
	height:30%;
	background-color:white;
	position:fixed;
	border:solid black 1px;
	-moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px;  
  border-radius: 6px 6px 6px 6px;
  -moz-box-shadow: 3px 3px 5px #535353;
  -webkit-box-shadow: 3px 3px 5px #535353;       
  box-shadow: 3px 3px 5px #535353;
	text-align: center;
	font-size:32px;
	font-weight:bolder;
}

.commentPop:hover{
    cursor:pointer;
}

#turnOffLights:hover
{
    cursor:pointer;
}

#reasonArea
{
    width: 100%;
    display: flex;
    margin-top: 10px;
    align-content: center;
    justify-content: center;    
}

#requestReason
{
    resize: none;
    width: 90%;
    height: 100px;
}
