.centralized-container {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 0 0 0;
}

.centralized-container-login {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

h2 {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
		Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
		Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.login-panel {
	background: white;
	border: 1px solid silver;
	box-shadow: 1px 1px 20px #555;
	padding: 25px 30px 0;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 340px;
	height: 350px;
	margin-left: -170px;
	margin-top: -175px;
}

.logout-button {
    position: absolute;
    top: 10px;
    right: 20px;
}

.table-consulta-agendamento .ui-paginator {
	font-size: 14px;
	padding: 0 10px;
}

.img-small {
	max-height: 90px;
}

.w-25 {
	width: 25%;
}

.w-70 {
	width: 70%;
}

.p-10 {
	padding: 10px;
}

.m-10 {
	margin: 10px;
}

.tooltip-inner {
	max-width: 350px !important;
}

.lista {
	margin: 10px 0 0 0 !important;
	font-size: 13px;
}

body {
	margin: 10px !important;
}

#global-messages {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 10px;
}

.alert {
	padding: 5px 5px 5px 10px;
}

.alert-warning {
	margin: 10px 0 0 0;
}

div#loader {
	background-color: white;
	filter: alpha(opacity = 25);
	height: 100%;
	left: 0;
	opacity: 0.25;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
}

table#loader {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
}

table#loader td {
	vertical-align: middle;
}

table#loader td div {
	color: #cc0000;
	font-style: italic;
	margin-top: 5px;
	text-align: center;
}

.field-container {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: space-between;
}

.field-container label {
	flex: 2;
	display: flex;
	align-items: center;
}

.field-container input {
	flex: 4;
}

#loader-img {
	animation: 5s spinnow infinite linear;
}

@
-webkit-keyframes spinnow { 100% {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}

}
.table-scroll {
	max-height: 430px;
	overflow: auto;
}

.table {
	margin: 0;
}

.table tr:nth-child(even) {
	background: #efefef;
}

.table td {
	border-top: 1px solid #efefef !important;
}

.summary {
	font-size: 16px;
	margin-top: 10px;
	font-weight: bold;
}

.summary-component {
	margin-bottom: 4px;
	display: block;
}

.summary-message {
	color: #e53935;
	font-size: 14px;
	font-weight: bold;
}

.summary-total {
	margin-right: 5px;
}

#dica-codigo-cliente {
	max-height: 20px;
	position: absolute;
	right: -30px;
}

.tooltip-inner {
	max-width: 1000px !important;
}

input[type=checkbox] {
	cursor: pointer;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.table thead tr {
	background: #dddddd;
}

.table th {
	position: sticky;
	top: 0;
	z-index: 10;
	background: #dddddd;
}

figure img {
	max-height: 400px;
}

figcaption {
	text-align: left;
	margin-top: 5px
}

.bold {
	font-weight: bold;
}

#main-content>div:not (:first-child ):not (:last-child ) {
	margin-bottom: 20px;
}

#main-content>div:nth-last-child(2) {
	margin-bottom: 40px !important;
}

.link-boleto {
	text-decoration: underline;
}

#titulo {
	font-weight: bold;
}

.button-container button {
	margin: 10px 5px 0 0 !important;
}

.modal-button {
	width: 100px;
}

.table-consulta-agendamento {
	width: 98%;
	border: 2px solid #EEE;
	border-radius: 4px;
}

.table-consulta-agendamento thead th {
	font-size: 14px;
	font-weight: bold;
	padding: 6px 8px !important;;
	line-height: 1;
	text-align: center !important;
}

.table-consulta-agendamento tbody td {
	font-size: 14px;
	padding: 4px 8px !important;
	line-height: 1.2 !important;
}

.container-salvar {
	display: flex;
	align-items: center;
	justify-content: left;
	padding-top: 15px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.compact-input {
	padding: 2px 4px !important;
	height: 28px !important;
	font-size: 14px !important;
}

.compact-input .ui-inputfield {
    padding: 2px 4px !important;
    height: 28px !important;
    font-size: 14px !important;
}