#main-content {
	margin-left: 0px;
}

.marcador {
	margin-top: -3px !important;
}

.marcado {
	color: green;
}

.navbar .navbar-brand img {
  position: absolute;
  max-width: 60%;
  height: 40px;
  width: 123px;
  top: 4px;
  left: 30px;
}

.full-modal {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

table.listagem td {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.tooltip {
	color: red;
}

.div-img-center {
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: box;
	box-pack: center;
	box-align: center;
	display: -moz-box;
	-moz-box-pack: center;
	-moz-box-align: center;
}

#content .page-header {
	min-height: 60px;
	margin: 0 -15px 10px;
}

.page-action {
	margin-top: 15px;
}

.chosen-container {
	width: 100% !important;
}

.badge {
	text-shadow: 0 0 0;
	font-weight: normal;
}

.xx-dialog .modal-dialog {
	width: 90%;
}

/* .modal {
    position: absolute;
}
 */
.modal-dialog {
	max-height: 90%;
	position: relative;
}

.tachado {
	text-decoration: line-through;
}

.page-footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 30px;
	width: 100%;
	background: #5e87b0;
	color: white;
	z-index: 10;
}

.linha-cinza {
	background: #c0c0c0;
	font-weight: bold;
}