.container-block {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
	
.container-block .top-menu {
	width: 100%;
	height: 52px;
}
	
.container-block iframe {
	border: none;
	flex-grow: 1;
	min-height: 100%;
	min-width: 100%;
}

.page-header {
	margin-top: 10px;
}

.top-btn-group {
	bottom: 15px;
	position: relative;
	top: 15px;
}

.table>tbody>tr>td.button-save {
	padding-bottom: 50px;
}

.badge-info {
	background-color: #269abc;
}