﻿.quadrado {
	cursor: pointer;
}
.fa-star,
.fa-star-o,
.fa-star-half-o {
	color: #faa800 !important;
}
.percentSellout {
	padding-right: 30px;
}
.tableSearch {
	cursor: pointer;
}
.modal-body {
	max-height: calc(100vh - 312px) !important;
	overflow-y: auto !important;
}
.alinha {
	float: left;
	padding-right: 20px;
	text-align: right;
	width: 70px;
}
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting:after {
	content: "" !important;
}
#cbmData {
	display: none;
}
.disabledLink {
	color: #BBB;
}
.wt-text a {
	color: #FFF;
	text-decoration: underline;
}
.col-menu {
	padding-right: 0px !important;
	width: 14.28% !important;
}
.menuContainer {
	display: table;
	width: 100%;
}
.col-menu_ {
	display: table-cell;
	float: none;
}

#itensContainer .col-menu_:first-child { padding-left: 0; }

#itensContainer .col-menu_:last-child { padding-right: 0 }

.d-flex-inline {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
	align-items: stretch;
	column-gap: 15px;
}

#selectLanguage {
	height: 34px;
}