.ui-dialog .ui-dialog-titlebar {
	color: #fff;
	background-color: #004694;
}
.ui-dialog label {
	color: #004694;
}
.ui-dialog #nuevo-peso {
	color: #004694;
	border: 2px solid #004694;
	background-color: #f5f9ee;
}
.ui-dialog button {
	margin: 5px 0 10px 5px;
	width: calc(50% - 5px);
	background-color: #004694;
	border: none;
	color: #fff;
	padding: 8px;
	border-radius: 2px;
	text-transform: uppercase;
	font-family: Montserrat-medium, sans-serif;
	font-size: 14px;
	border: 2px solid #004694;
}

.container-chart {
	padding: 16px 18px 80px;
	background-color: rgba(255, 255, 255, 0.94);
	box-sizing: border-box;
}

.title-chart {
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 2px solid #004694;
	padding-bottom: 12px;
}

.title-chart h3,
.title-chart .chart-weight-value {
	font-family: Montserrat-bold, sans-serif;
	color: #004694;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
}

.title-chart h3 {
	margin-right: 6px;
}

.title-chart .chart-weight-value {
	display: inline;
}

.chart-weight-value::after,
.title-chart .chart-weight-value::after {
	content: ' Kg.';
}

#actual-weight {
	color: #85b037 !important;
}

.form-update-peso {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 14px 0;
	margin: 8px 0;
	border-bottom: 2px solid #004694;
}

.form-update-peso label {
	color: #004694;
	font-family: Montserrat-bold, sans-serif;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	font-size: 16px;
}

.form-update-peso input {
	width: 50%;
	padding: 8px 10px;
	border: 2px solid #004694;
	margin: 0;
	border-radius: 4px;
	color: #004694;
	font-size: 14px;
	background-color: #f5f9ee;
	box-sizing: border-box;
}

.form-update-peso button {
	margin: 0 0 0 8px;
	width: calc(50% - 8px);
	background-color: #004694;
	border: none;
	color: #fff;
	padding: 10px 12px;
	border-radius: 4px;
	text-transform: uppercase;
	font-family: Montserrat-medium, sans-serif;
	font-size: 14px;
	cursor: pointer;
}

.chart-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 45%;
	margin: 12px 0;
}

.chart-wrapper #chart_div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.chart-evolution-summary {
	text-align: center;
	padding: 12px 8px 16px;
	border-bottom: 2px solid #004694;
	margin-bottom: 12px;
}

.chart-lost-total,
.chart-medals-count {
	color: #85b037;
	font-family: Montserrat-medium, sans-serif;
	font-size: 14px;
	margin: 0 0 8px;
	line-height: 1.45;
}

.chart-lost-total strong,
.chart-medals-count strong {
	color: #004694;
}

.chart-medallas {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 10px;
}

.chart-medalla {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, #ffe566, #e6a800 55%, #c48a00 100%);
	box-shadow: 0 2px 6px rgba(0, 70, 148, 0.25);
}

.chart-medalla i {
	font-size: 22px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

/* Tabla de pesadas */
.page-chart .pesadas.table-chart {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 2px solid #004694;
	border-radius: 6px;
	overflow: hidden;
	font-family: Montserrat-medium, sans-serif;
}

.page-chart .pesadas.table-chart > li {
	display: block;
	margin: 0;
	padding: 0;
}

.page-chart .pesadas.table-chart > li.header {
	background-color: #004694;
}

.page-chart .pesadas.table-chart > li.header .row {
	color: #fff;
	font-weight: 700;
	font-size: 13px;
}

.page-chart .pesadas.table-chart > li.impar {
	background-color: #f5f9ee;
}

.page-chart .pesadas.table-chart > li.par {
	background-color: #fff;
}

.page-chart .pesadas.table-chart > li.row-inicial {
	background-color: #e8eef7;
	font-weight: 600;
}

.page-chart .pesadas.table-chart .row {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 10px 6px;
	text-align: center;
}

.page-chart .pesadas.table-chart .col-fecha {
	flex: 2;
	color: #004694;
	font-size: 12px;
	padding: 0 4px;
}

.page-chart .pesadas.table-chart .col-peso,
.page-chart .pesadas.table-chart .col-perdido {
	flex: 1.2;
	color: #004694;
	font-size: 12px;
	font-weight: 600;
	padding: 0 4px;
}

.page-chart .pesadas.table-chart .col-actions {
	flex: 0 0 36px;
	padding: 0 2px;
}

.page-chart .pesadas.table-chart .col-actions.edit i {
	color: #85b037;
	font-size: 16px;
}

.page-chart .pesadas.table-chart .col-actions.delete i {
	color: #dc3545;
	font-size: 16px;
}

.page-chart .pesadas.table-chart a {
	text-decoration: none;
}

.confirmacion {
	color: #85b037;
	padding: 10px;
}

.confirma_borrado {
	background-color: #c81936;
	color: #fff;
	padding: 15px;
	margin-left: 10px;
}
