.header{
text-align:center;
color:black;
font-weight:bold;
font-size:16px;
margin:0 0 25px 0;
}

.linkMenu{
color:white;
}

.clickable {
	cursor: pointer;
}

.productsNames {
	color:black;
	font-weight:bold;
}

.grid-read {
    background: #ffffff;
}
.grid-edit {
    background: #fff9f9;
}
.grid-stack-item-content-read {
    color: #000000;
    text-align: center;
    background-color: #ffffff;
}
.grid-stack-item-content-edit {
    color: #000000;
    text-align: center;
    background-color: #e0f2fd;
}
.trash-icon:hover {
	cursor: pointer;
}
.trash-icon {
	position: absolute;
	right: 0;
	padding: 10px;
}
.link-icon {
	position: absolute;
	right: 30px;
	padding: 10px;
}
.spacer {
	margin: 10px;
}
.spacerTop {
	margin: 10px 0 0 0;
}

.spacerBottom {
	margin: 0 35px 0 0;
}

.tableMiddleAlign {
	vertical-align: text-middle;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

.horizontal-scrollable { 
	overflow-x: auto; 
	white-space: nowrap; 
} 
