#prod_table	{ width: inherit !important; }
#task_table	{ table-layout: fixed; }			/* word-wrap: break-word; */ 
.context-menu-item.icon-upload { 
    background-image: url("https://spe.nb-hp/assets/icons/upload1.png"); }
.btn-w100   { width: 100px; }
.btn-w80    { width: 80px; }
.btn-w60    { width: 60px; }
.truncate	{ max-height: 80px; width: 80; overflow: hidden;
	display:inline-block; white-space: nowrap; text-overflow: ellipsis; }
* 			{ border-radius: 0 !important; }	/* remove all roundes edges	*/
.thumb-post img { object-fit: contain; /* keep aspect ratio */
	width: 100%; max-height: 147px; margin-bottom: 1rem; padding-right: 10px; }	
.text-brown	{ color: #583347 }
.bg-brown	{ background-color: #583347 }
/*
.navbar{
    background-color: rgb(0, 0, 50);
    color: white;
    height: auto;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
}
header img{
    float:left
}

.navbar-nav1{
    flex-direction: row;
}

.btn{
    color: white;
}

.btn:hover{
    color: white;
    border-bottom: 2px solid white;    
}

.btn1{
    border: 2px solid white;
}

.btn1:hover{
    color:black;
    background-color: white;
}

@media screen and (max-width:700px){
    .navbar .container-fluid{
       flex-direction: column;
    }
}
@media screen and (max-width:525px){
    .container-fluid div a{
        float: none;
        width: 100%;
    }
}
*/
/*
#prod_table {
	margin: 0 auto;
	clear: both;
	width: 100%;
	table-layout: fixed;
}
table {
	table-layout: fixed;
	margin-left: 20px;
	line-height: 0.5;
}
th, td {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
table {
	max-width: 98vw;
	margin: 0 1vw;
}

table.table.table-striped.table-bordered td,
table.table.table-striped.table-bordered th {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

	max-width: 10vw;
	margin: 0;
	padding: 1vw;
*/
}

