Body, html {
    font-size: 14px;
	font-family: 'ExpressLightSSiLight', Arial, Helvetica, sans-serif;
    background-size: 100%;
    background-color:#e9e9e9;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'ExpressLightSSiLight', Arial, Helvetica, sans-serif;
	margin:5px 0 5px 0;
	font-weight: normal;
}

#MainContent h1, h2, h3, h4, h5, h6 {
	color: black;	
}
h1 { font-size:200%; }
h2 { font-size:170%; }
h3 { font-size:140%; }
h4 { font-size:110%; }
h5 { font-size:60%; }
h6 { font-size:30%; }
	
.md-modal h1, .md-modal h2, .md-modal h3, .md-modal h4, .md-modal h5 , .md-modal h6 {
    color: white;
}
#map {
	min-height: 400px;  /* The height is 400 pixels */
	height:95%;							
	width: 100%;  /* The width is the width of the web page */
}
#loadScreen {
	position: fixed;
	top:0px;
	display: none;
	z-index: 10000;
	width:100%;
	height: 100%;
	background: url(../images/loading.gif) no-repeat center rgba(30,30,30,0.5);
	background-size: 50px 50px;
}
.popCheckOutBtn {
	width: 100% !important;
}
#popCheckOut {
/* 	visibility:visible; */
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 70px;
	padding:10px;
/* 	background-color: rgb(0,0,0, 0.3); */
	background-color: rgba(255, 242, 0, 0.35);
	justify-content: center;
	z-index: 10;
}
#pop-up-container {
	position:fixed;
	z-index:302;
	/*background-color:red;*/
	width:10px;
	height:10px;	
}
#invList-container {
/* 	padding:20px 0px;	 */
}

.ivtNavBar {
	display: flex;
	flex-direction: row;
	padding:10px;
}

.ivtNavBar div{
	margin:10px;
}
.ivtNavBar button{
	margin:8px;
}
.searchHandle {
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.65);
	background-color: rgba(0, 0, 0, 0.45);
	letter-spacing: 0.5px;
}
.searchHandle:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.65);
}
.searchHandle .searchToggle {
	display: inline-block;
	cursor: pointer;
}
.searchBarWrap {
	display: none;
	position: relative;
	max-width: 600px;
	margin: 0 auto;
	padding: 0 15px;
}
.searchBarWrap input {
	width: 100%;
	padding: 8px 35px 8px 16px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 25px;
	outline: none;
	transition: border-color 0.3s;
}
.searchBarWrap input:focus {
	border-color: #161F36;
}
.searchClose {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	color: #999;
	cursor: pointer;
	line-height: 1;
}
.searchClose:hover {
	color: #333;
}
.search-hidden {
	display: none !important;
}
.invList:first-child  { /* Flex container */
	z-index: 50;
/* 	display: none; */
/* 	flex-direction: column; */
}

.invList { /* Flex container */
	z-index: 50;
	display: flex;
	flex-direction: column;
	width: auto;
	margin: 0px 0px 20px 0px;
	padding: 25px 10px;
	font-size: 14px;
	font-size: 1.1em;
	background-color:#f8f8f8;
	border-bottom: 2px solid #d7d7d7;
	border-left: 2px solid #d7d7d7;
	border: 2px solid #d7d7d7;
}

.invList div { /* Flex container */
	padding: 10px 0px;	
}
.invList div:nth-child(even) {
/* 	background-color:#e4e4e4; */
	border-top:dotted 1px gray;
	border-bottom:dotted 1px gray;
}
.invList select {
	padding: 10px;
    width: auto;
    height: auto;
}

.invList div:hover{ /* Flex container */
	cursor:default;
}

.invSelect {
	background-color: white;
	width:120px;
	height:40px;
	margin: 5px 5px 25px 0;
}
.invSelect div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/****** TOOLTIP START ******/
.tooltip {
  position: relative;
  display: inline-block;
  
}

.invList .ivtLabel {
	display: inline-flex;
	padding-right: 7px;
	font-weight: bold;
}
.clickterms {
	text-align: center;
	padding:8px 4px 8px 4px;
	background-color:rgba(166, 166, 166, 0.53);
	cursor: pointer;
}
.termycond {
	display: flex;
	flex-direction: column;
	padding:10px;
	font-size:1.2em;
	text-align: left;
	overflow-y: scroll;	
}
.tooltip .tooltiptext {
  visibility: hidden;
/*   min-width: 120px; */
/*   width: auto; */
/*   max-width: 300px;   */
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 100;
  bottom: 110%;
  left: 55%;
  margin-left: -58%;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30%;
  z-index: 100;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 0.8;
}
/****** TOOLTIP END ******/

/****** TOOLTIP FOR PRODUCT IMAGES START ******/
.p-tooltip {
  position: relative;
  display: inline-block;
  
}
.p-tooltip .p-tooltiptext {
  visibility: hidden;
  min-width: 160px;
  width: auto;
  max-width: 300px;  
  background-color: #ffba00;
  border:solid 1px #a47b08;
  color: #000000;
  text-align: center;
  border-radius: 6px;
  padding: 15px;
  position: absolute;
/*   z-index: 1; */
  bottom: 110%;
  left: 50%;
  margin-left: -93%;
  transition: opacity 0.3s;
}

.p-tooltip .p-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #a47b08 transparent transparent transparent;
}

.p-tooltip:hover .p-tooltiptext {
  visibility: visible;
  opacity: 0.95;
}
/****** TOOLTIP END ******/

.headSpacer_Mint {
	padding:10px;
	min-height: 50px;
	width: 100%;
	background-color: #FDD300;	
}

#wrapper {	
	min-height:100%;
	position:relative;
}
#footer_container {
	font-size:1.2em;
	color:white;
	position: relative;
	bottom:0px;
	min-height:30px;
	padding:1em;
	width:100%;
	background-color: rgba(0, 0, 0, 0.60);
	text-align:center;
}
#footer h3 {
	color:white;
	padding:5px;
}
a:link{
	text-decoration: none;
	color:#0045d7;
}
a:visited{
	color:#000000;
}
a:hover{
	color:#FCD305;
}

label {
    position: relative;
    display: inline-block;
}
.styled-select {
	position:relative;
	top:0px;	
}
.styled-select select {
	display: inline-block; 
	padding:0 3px 0 3px;
	background: transparent;
	width: 80px;
	outline: none;
	color: #74646e;
	border: 0px;
	font-size: 11px;
	line-height: 1;
	-webkit-appearance: none;
}

.styled-select {
   background: url(../images/selectoption_arrow.png) no-repeat right #eaeaea;
   border: 1px solid #ccc;
}

.social-txt {
	display:inline-block;
	float:left;
	top:5px;
	width:95px;
	height:15px;
}


#published-state {
	font-family: font-family: 'ExpressLightSSiLight', Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
}
#published-state b{
	color:rgb(102, 0, 102);
}
#top-bar {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 180px;
	height: 30px;
	background-color: #FFF;
	font-size:14px;
	font-family: 'ExpressLightSSiLight', Arial, Helvetica, sans-serif;
	z-index: 3;
}
#top-bar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#top-bar li{
	display: inline;
	float:left;
	/*background-image: url(../images/nav_divider.jpg);*/
	background-repeat: no-repeat;
	font-size: 12px;
	padding: 0 3px 0 3px;
	color: #333;
}
	#top-bar li a:link{
		color: #333;
		padding: 3px 3px 3px 3px;
	}
	#top-bar li a:hover{
		color: #B0237B;		
	}
	#top-bar li a:visited{
		color: #333;
	}
	#top-bar li a:active{
		color: #AC0057;
	}
	
#top-nav-right{
	float: right;
	margin:5px 2px 5px 2px;	
}
#top-nav-left{
	float: left;
	margin:7px 5px 5px 5px;
}
.preloader{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	min-height: 600px;
	height:100%;
	opacity: 0.6;
	background:#fff url(../images/loading2.gif) 50% 550px no-repeat;
	display:inline;
	z-index: 2;
}
ul.top-info-list li { 
	position: relative;
	margin: 5px 0 5px 0;
}
/*
input[type=text], input[type=password] {
	width:100%;
	margin:2px;
	padding:2px;
}
*/

input[type="button"] {
	margin: 4px;
	width: 60px;
	height: 30px;
}

input[type="submit"] {
	width: 60px;
	height: 30px;
}
#imgSlider {
	width: 100%;
	height: auto;
/* 	background-color: red; */
}

#imgSlider img {
	float:center;
	display: block;
	margin-left: auto;
    margin-right: auto;
    
    width:auto;
		max-height: 383px;
		max-width:100%;
		height: auto;
}
.img-flex {
	z-index: 0;	
	display: flex;
	justify-content: center;
	width:100%;
	height: auto;
}
.img-flex img {
	width:100%;
	  height: 40vh;
	  object-fit:cover;
}

.viewBtn {
	background-image:
    linear-gradient(
      to bottom,
      #6E6AFF 2%,
      #6E6AFF 3%,
      #4A69FF 50%,
      #151BFF 90%
    );
	border: 1px solid #0013FF;
	border-radius: 8px;	
	color: white;	
	padding: 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 0.9em;
	margin: 5px;
	cursor: pointer;
}

.viewBtn:hover {
	opacity: 0.75;
}

.confirmBtn {
	background-image:
    linear-gradient(
      to bottom,
      #BAEF8B 2%,
      #A0D479 3%,
      #68AD39 50%,
      #5D9833 90%
    );
	border: 1px solid #529020;
	border-radius: 8px;	
	color: white;	
	padding: 12px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 0.9em;
/* 	margin: 5px; */
	cursor: pointer;
}
.confirmBtn:hover {
	opacity: 0.75;
}
.activateBtn {
	background-image:
    linear-gradient(
      to bottom,
      #748193 2%,
      #303577 3%,
      #303577 50%,
      #1E2150 90%
    );
	border: 1px solid #0F1228;
	border-radius: 6px;	
	color: white;	
	padding: 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 0.9em;
	margin: 5px;
	cursor: pointer;
}
.activateBtn:hover {
	opacity: 0.75;
}
.yellowBtn {
	background-image:
    linear-gradient(
      to bottom,
      #FFEA94 2%,
      #FFE000 3%,
      #EFD800 50%,
      #EACE03 90%
    );
	border: 1px solid #C9AD05;
	border-radius: 6px;	
	color: black;	
	padding: 0px 6px 0px 6px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 0.9em;
	margin: 6px;
	cursor: pointer;
}

.yellowBtn:hover {
	opacity: 0.75;
}

.grayBtn {
	background-image:
    linear-gradient(
      to bottom,
      #7F7F7F 2%,
      #6B6B6B 3%,
      #606060 50%,
      #4F4F4F 90%
    );
    width:35px;
	border: 1px solid #353535;
	border-radius: 4px;	
	color: #E2E2E2;	
	padding: 0px 2px 0px 2px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 0.9em;
	margin: 6px;
	cursor: pointer;
}

.grayBtn:hover {
	opacity: 0.75;
}

.finishBtn {
	background-image:
    linear-gradient(
      to bottom,
      #E07955 2%,
      #E26B37 3%,
      #E55F1C 50%,
      #ED4F00 90%
    );
	border: 1px solid #D14000;
	border-radius: 8px;	
	color: white;	
	padding: 12px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 0.9em;
	margin: 15px;
	cursor: pointer;
}

.finishBtn:hover {
	opacity: 0.75;
}

.deleteBtn {
	background-image:
    linear-gradient(
      to bottom,
      #C40C3D 2%,
      #A6092C 3%,
      #6E031B 50%,
      #4C0F1B 90%
    );
	border: 1px solid #4C0F1B;
	border-radius: 8px;	
	color: white;	
	padding: 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 0.9em;
	margin: 5px;
	cursor: pointer;
}
.deleteBtn:hover {
	opacity: 0.75;	
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
	.catalogSearchBar {
		
	}
	.img-flex img {
		  height: 400px;
	}
	.popCheckOutBtn {
		width: 30vw !important;
	}
	#popCheckOut {
		height:60px;
		visibility: hidden;
		background-color: rgba(0, 138, 171, 0.10);
	}
	.invListHeader {
		background-color:gray;
		color:white;
	}
	.invList { /* Flex container */
		margin: 2px 0px;
		padding: 2px;
		font-size: 1em;
		border-top: none;
		border-right: none;
		border-left: none;
	}
	.invList div { /* Flex container */
/* 		width: 100%; */		
		margin: 2px;
		padding: 2px;
	}
	.invList div:nth-child(even) {
	/* 	background-color:#e4e4e4; */
		border-top:none;
		border-bottom:none;
	}
	.invList .item, .qty, .usr, .bodOr, .rBool, .bodOr, .trsfDate, #bodDe, #rBool, .blnkSpace, .recDate, .bodE, #bodExit, .blank {
		width: 100%;
	}
	
	.rowLbl, .coffName, .kgsTrs, .transfBy, .bodS, .transit, .recUID, .exitTxt, {
		width: 100%;
	}
	
	#kgsRegID, #kgsLeftID {
/* 		width:130px; */
	}

	.grayBtn {		
	    width:40px;
		border: 1px solid #353535;
		border-radius: 6px;	
		padding: 0px 6px 0px 6px;
	}
	.headSpacer_Mint {
		padding-top:120px;
		min-height: 80px;
		width: 100%;
		background-color: #FDD300;	
	}
	
	
	#footer_container {
		font-size:1.2em;
	}
	Body, html {
	    font-size: 14px;		
	}	
	#top-info {
	  position: relative;
	  top:0px;
	  right:0px;
	  float: right;
	  color: #f1f1f1;
	  max-width: 350px;
	  
	  height: 120px;
	  font-size: 12px;
	}
	#top-info img {
		position: absolute;
		margin:0 0 0 -25px;
	}
/*
	#imgSlider {
		height:284px;
	}
*/
	ul.top-info-list li {
		position: relative;
		margin: 5px 0 5px 0;
	}
	#footer_container {	
		min-height:10px;
	}
	
}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
	h1 { font-size:240%; }
	h2 { font-size:210%; }
	h3 { font-size:180%; }
	h4 { font-size:150%; }
	h5 { font-size:100%; }
	h6 { font-size:70%; }
	
	#popCheckOut {
		display: flex;
		justify-content: center;
		visibility: hidden;
	}
	
	.invSelect {
		background-color: white;
		width:45px;
		height:20px;
		margin: 0px;
	}
	
	.invList .ivtLabel {
		display:none;
	}
	.invList:first-child  { /* Flex container */
		display: flex;
		flex-direction: row;
	}
	
	.invList { /* Flex container */
		display: flex;		
		flex-direction: row;
		font-size: 1em;
		padding: 6px 10px 6px 10px;
		border-bottom: 1px dotted black;
	}
	.viewBtn {
		padding: 10px;
		width: auto;
	}
	.activateBtn {
		padding: 10px;
	}
	.deleteBtn {
		padding: 10px;
	}
	.finishBtn {
		padding: 10px;
		width: auto;
	}
	.confirmBtn {
		padding: 10px;
		width:auto;
	}
	.form-space {
		display: flex;
	}
	.form-space div {
		min-width: 50px;
		width: 100%;
	}
}

/*Hides and unnecessary div*/
#modal-hide-this {
	background-color:red;
	display:none;
}