@media (min-width: 992px) {
	.modal-xxl {
		max-width: 80%;
	}
}

@media (min-width: 1200px) {
	.modal-xxl {
		max-width: 85%;
	}
}

.brand-image-falcao {
	line-height: .8;
	margin-left: .8rem;
	margin-right: .5rem;
	margin-top: -3px;
	max-height: 50px;
	max-width: 200px;
}

.card-header > h3.card-title {
	font-size: 1.6rem;
}

table .dropdown-menu.opcoes {
	position: fixed !important;
	top: 50% !important;
	left: 92% !important;
	transform: translate(-92%, -50%) !important;
}

table .dropdown-icon::after {
	border: none;
}

.bg-falcao-success {
	background-color: #008000 !important;
}

.bg-falcao-lime {
	background-color: #7fffc5 !important;
}

.bg-falcao-warning {
	background-color: #ffe97f !important;
}

.bg-falcao-danger {
	background-color: #e87b85 !important;
}

#modalOrcamento label {
	margin-bottom: 0;
	display: block;
}

table.dataTable td {
	font-size: .93em;
	padding: .55em;
	vertical-align: inherit;
}

table.dataTable td .btn.btn-outline-secondary {
	padding: .1rem .4rem;
}

table.dias-uteis th,
table.dias-uteis td {
	padding: 0 2px;
	font-size: 14px;
	text-align: center;
}

table.dias-uteis td {
	cursor: pointer;
}

.progress-pagamento {
	height: 10px;
	position: relative;
	cursor: pointer;
}

.progress-pagamento > .progress-bar {
	width: 0%;
	transition: width 0.4s;
}

.progress-pagamento > .ticks {
	position: absolute;
	top: -6px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}

.progress-pagamento > .ticks .marcador {
	width: 2px;
	height: 10px;
	background: #000;
}

.percentuais-pagamento span {
	font-size: 14px;
}