.menu-icon {
	font-weight: 900 !important;
}

.color-fundo-ticket-number {
	background-color: #FDFEDF;
	font-weight: bold;
	width: 400px;
}

.color-fundo-ticket-number-even {
	background-color: #F7EDB8;
}

.color-fundo-ticket-number-odd {
	background-color: #F8F3CB;
}

.color-fundo-ticket-number-even td, .color-fundo-ticket-number-odd td {
	padding: 2px;
}

.statusPending, .statusWin, .statusLose, .statusCanceled, .statusClosed {
	font-weight: bold;
}

.statusPending {
	color: #ff8c00;
}

.statusWin {
	color: #32b93b;
}

.statusLose {
	color: #f10004;
}

.statusCanceled {
	color: #000000;
}

.statusClosed {
	color: #7e5828;
}

.widget-header {
	color: black;
}

@media only screen and (max-width: 760px) {
  .config-cotacao {
  	width: 30px;
  }

  .color-fundo-ticket-number {
  	width: 280px;
  }
}

.dz-filename span {
	cursor: pointer !important;
}

.ui-autocomplete.ui-front {
	z-index: 99999999;
}

.ui-state-focus {
	background-color: black !important;
}