@CHARSET "UTF-8";

@import "util.css";

.ui-clock {
	background: none;
	border: none;
	color: #999;
	font-weight: normal;
	text-shadow: none;
	padding: 0px;
}

.notModalLoading {
  border: 1px solid #c0c0bb;
  border-radius: 11px;
  bottom: 30px;
  padding: 8px;
  position: fixed;
  right: 30px;
  z-index: 999;
  display: none;
  background-color: #FFF;
}

.spin {
	animation: 0.7s linear 0s normal none infinite running fa-spin;
}

#incluir-variaveis{
	display: none;
}

#div-encaminhar{
	display: none;
}