.tabset .tab-content .tab-pane {
	padding: 10px;
	border: solid 1px #dedede;
	border-top: 0;
}

table.gerenciar-danfes tr td {
	vertical-align: middle !important;
}

table.gerenciar-danfes tr td a.btn {
	margin-bottom: 5px;
}

.configuracoes-da-nota .pedidos table tbody tr {
	cursor: pointer;
}

.configuracoes-da-nota .valor {
	margin-bottom: 20px;
}

.modal .modal-body.detalhes-da-danfe {
	max-height: 80vh;
    overflow-y: auto;
}

.create-expense-wizard .step {
	margin-bottom: 30px !important;
}

.create-expense-wizard .step:after {
	display: block !important;
	width: 100% !important;
}

.create-expense-wizard .step-container {
	padding: 0;
	/* border-radius: 5px;
	border: solid #cecece 1px; */
	margin-bottom: 30px;
}
