

.imgBox{
	margin-right: 30px;
	margin-bottom: 40px;
	border-radius: 3px;	
}
.imgBox .toolbar{
	text-align: center;
	padding-top: 5px;
	background: #FFF;
}

.imgFrame{
	background: #DEDEDE;
	width: 300px;
	height: 300px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;	
}
.imgFrame:hover{
	background: #CDCDCD;
}
.imgFrame img{
	max-width: 100%;
	height: auto;
}

.imgBox .item-icon .fas{
	font-size: calc(66px + (132 - 66) * ((100vw - 300px) / (1600 - 300)));
	color: #FFC107;
}
.imgBox .item-name{
	font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
	line-height: 1.4em;
	white-space: initial;
}
.imgBoxFolder .imgFrame{
	
}


.table-datasheet{
	width: 100%;
}
.table-datasheet-main tbody td{
	background: #FFF;
	color: #000;
}
.table-datasheet td{
	vertical-align: top;
}
.table-datasheet-header{
	width: 100%;
}
.table-datasheet-header td{
	padding: 5px 10px !important;
	background: #FFF;
	color: #000;
	vertical-align: middle;
	text-align: center;
}
.table-datasheet-header td:nth-child(1){
	width: 30%;
}
.table-datasheet-header td:nth-child(2){
	text-align: center;
	font-weight: bold;
}
.table-datasheet-header td:nth-child(3){
	width: 30%;
	text-align: center;
}
.table-datasheet-header td:nth-child(2) div:nth-child(1){
	margin-bottom: 10px;
}
.table-datasheet-header td:nth-child(2) div:nth-child(2){
	font-size: 1.35em;
	color: #059A00;
	margin-bottom: 5px;
}
.table-datasheet-header td:nth-child(2) div:nth-child(3){
	font-size: 0.9em;
	color: #666548;
}
.table-datasheet-title{
	background: #FFF;
	color: #000 !important;
	text-align: center;
	font-weight: 500;
	font-size: 1.25em;
	padding: 10px !important;
}
.table-datasheet-stripe thead th{
	background: #4F6328 !important;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding: 5px 10px !important;
	font-weight: 500;
	border: 1px solid #333 !important;
	border-top: 0px !important;
}
.table-datasheet-nutritional thead tr th:first-child{
	border-left: 0px solid #000 !important;
}
.table-datasheet-nutritional thead tr th:last-child{
	border-right: 0px solid #000 !important;
}
.table-datasheet-stripe tbody tr td{
	background: #FFF;
	color: #000;
	font-weight: 500;
	padding: 2px 10px !important;
}
.table-datasheet-stripe tbody tr:nth-child(odd) td{
	background: #ECF0DF;
}
.table-datasheet-bordered{
	
}
.table-datasheet-bordered td{
	border: 1px solid #333 !important;
}
.table-datasheet-nutritional{
	width: 100%;
}

.table-datasheet-nutritional tbody tr td{
	color: #4F6328;
	text-align: center;
}	
.table-datasheet-nutritional tbody tr td:first-child{
	width: 40px;
	white-space: nowrap;
	border-left: 0px solid #000 !important;
	text-align: left;
}
.table-datasheet-nutritional tbody tr td:last-child{
	width: 100px;
	border-right: 0px solid #000 !important;
}

.table-datasheet-company tbody tr td{
	background: #FFF;
	color: #000;
	font-weight: 500;
	padding: 2px 10px !important;
	border: 1px solid #000 !important;
}
.table-datasheet-company tbody tr:nth-child(odd) td{
	background: #D1D9C9;
}
.table-datasheet-company tbody tr td:nth-child(1){
	width: 50px;
	white-space: nowrap;
}
.table-datasheet-company tbody tr td:nth-child(2){
	width: 1%;
	white-space: nowrap;
	border-right: 0px !important;
}
.table-datasheet-company tbody tr td:nth-child(3){
	width: 10px;
	text-align: center;
	white-space: nowrap;
	padding: 0px !important;
	border-right: 0px !important;
	border-left: 0px !important;
}
.table-datasheet-company tbody tr td:nth-child(4){
	width: auto;
	border-left: 0px !important;
}
.product-logo{
	width: 160px !important;
}

.table-datasheet-comments-title{
	background: #5B822D !important;
	color: #FFF !important;
	text-align: center;
	font-weight: 500;
	font-size: 1.25em;
	padding: 10px !important;
	border: 1px solid #333 !important;
}
.table-datasheet-comments{
	border: 1px solid #333 !important;
}
.table-datasheet-comments ul{
	margin: 10px;
	padding: 0px;
	padding-left: 1em;
}
.table-datasheet-comments li{
	padding: 0px;
}

#reseller .card-header{
	padding: 5px 10px;
}
#reseller .card-body{
	padding: 5px 10px;
	padding-top: 15px;
}



@media(max-width: 768px){

.imgBox{
	margin-right: 15px;
	margin-bottom: 15px;
}

.imgFrame{
	width: 150px;
	height: 150px;
}

.imgFrame img{
	max-width: 100%;
	height: auto;
}
	
}


