.bor-1	{
	border:1px solid grey;
}

.full {
  position: relative;
  width: 100%;
  height: 75vh;
  overflow: hidden;
}

.full2 {
  position: relative;
  width: 100%;
  height: 72vh;
  overflow: hidden;
}

.half {
  position: relative;
  width: 100%;
  height: 35vh;
  overflow: hidden;
}
.inside {
  position: relative;
  /* some bit of margins */
  top: 0px;
  left: 0px;
  /* calculate the width, if not, weird effect. */
  width: calc(100% - 1px * 2);
  height:75vh;
  /* 50px * 2 because 50px is just enough for the .inside div's width and height not to fall out of screen. */
  /* make it like your image */
  overflow-x: hidden;
  overflow-y: auto;
  padding-left:2px;
  padding-right:2px;
}	
.inside2 {
  position: relative;
  /* some bit of margins */
  top: 0px;
  left: 0px;
  /* calculate the width, if not, weird effect. */
  width: calc(100% - 1px * 2);
  height:72vh;
  /* 50px * 2 because 50px is just enough for the .inside div's width and height not to fall out of screen. */
  /* make it like your image */
  overflow-x: hidden;
  overflow-y: auto;
  padding-left:2px;
  padding-right:2px;
}	
.inside-half {
  position: relative;
  /* some bit of margins */
  top: 0px;
  left: 0px;
  /* calculate the width, if not, weird effect. */
  width: calc(100% - 1px * 2);
  height:35vh;
  /* 50px * 2 because 50px is just enough for the .inside div's width and height not to fall out of screen. */
  /* make it like your image */
  overflow-x: hidden;
  overflow-y: auto;
  padding-left:2px;
  padding-right:2px;
}	

.prodCont	{
	border-bottom:1px solid black;
	margin:0px;
	width:98%;
	display:inline-flex;
	font-size:14px;
	line-height:18px;
}

.prodContNC	{
	border-bottom:1px solid black;
	margin:0px;
	width:98%;
	display:inline-flex;
	font-size:14px;
	align-items:center;
	box-shadow:0px 1px 1px black;
}

.prodContAssy	{
	border-bottom:1px solid black;
	margin:0px;
	width:98%;
	display:inline-flex;
	font-size:14px;
	line-height:16px;
	background-color:rgba(250,250,150,0.5);
	align-items:top;
	box-shadow:0px 1px 1px black;
}


.prodContIC	{
	border-bottom:1px solid black;
	margin:0px;
	background-color:#FF8888;
}

.prodCont-selected	{
	border-bottom:1px solid black;
	margin:0px;
	background-color:yellow;	
}
.prodCont:hover	{
	border-bottom:1px solid black;
	background-color:#CCCCCC;
	margin:0px;
	color:#222222;
}

.prodContIC:hover	{
	border-bottom:1px solid black;
	background-color:#CC8888;
	margin:0px;
	color:#222222;
}

.prodIMG	{
	width:100px;
	//height:100px;
	border-radius:10px;
	box-shadow:-1px 1px 1px black;
}

.bordered	{
	border:1px solid black;
	border-radius:5px;
	padding:3px;
}

.bordered2	{
	border:1px solid black;
	border-radius:10px;
	padding:3px;
}

.invOut	{
	background-color:rgba(200,100,150,0.5);
	border-bottom:1px solid black;
	box-shadow:-1px 1px 2px black;
	box-shadow:0px 1px 1px black;
	font-size:14px;
	line-height:16px;

}

.invIn	{
	background-color:rgba(100,150,100,0.25);
	border-bottom:1px solid black;
	box-shadow:-1px 1px 2px black;
	box-shadow:0px 1px 1px black;
	font-size:14px;
	line-height:16px;

}

.tagWrap	{
	border:1px solid black;
	border-radius:5px;
	box-shadow:-1px 1px 2px;
	padding:1px;
	min-width:50px;
	//width:50px;
	text-align:center;
	background-image:linear-gradient(to bottom right, #BBBBBB,#DDDDDD,#BBBBBB);
	text-shadow:-1px 1px 2px solid white;
}

.filters	{
	padding:3px;
	box-shadow:-1px 1px 2px grey;
	border-radius:3px;
}
