﻿
.maximo {
	align-items: center;
	background-color: var(--maximo-color);
	border-radius: 25%;
	color: #263238;
	display: flex;
	font-size: 14px;
	gap: 15px;
	justify-content: center;
	padding: 4px;
	position: relative;
	position: relative;
	transition: all 0.3s ease-out;
	width: var(--marker-width);
	height: var(--marker-height);
}

	.maximo .icon {
		align-items: center;
		display: flex;
		justify-content: center;
		color: #FFFFFF;
	}

	.maximo img {
		margin-top: 1px;
		width: var(--marker-img-maximo-width);
		height:var(--marker-img-maximo-height);
	}

	.maximo .icon svg {
		height: 20px;
		width: auto;
	}

	.maximo .details {
		display: none;
		flex-direction: column;
		flex: 1;
	}

	.maximo .address {
		color: #9E9E9E;
		font-size: 10px;
		margin-bottom: 10px;
		margin-top: 5px;
	}

	.maximo .features, .container-maximo .features {
		align-items: flex-end;
		display: flex;
		flex-direction: row;
		gap: 10px;
		/*width:300px;*/
	}

		.maximo .features > div {
			align-items: center;
			background: #F5F5F5;
			border-radius: 5px;
			border: 1px solid #ccc;
			display: flex;
			font-size: 11px;
			gap: 4px;
			padding: 4px;
		}


		 .container-maximo .features > div {
			align-items: center;
			background: #F5F5F5;
			border-radius: 3px;
			border: 1px solid #ccc;
			display: flex;
			font-size: 11px;
			gap: 3px;
			padding: 3px 3px;
		}

	/* maximo styles in highlighted state. */
	.maximo.highlight {
		background-color: #FFB3B2;
		border-radius: 8px;
		box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
		height: 70px;
		width: 340px;
		/*padding: 8px 15px;*/
	}

		.maximo.highlight .details {
			display: flex;
		}

/*
            .maximo.highlight .icon {   color: var(--maximo-color); }
            .maximo:not(.highlight) {    background-color: var(--maximo-color);}
                .maximo:not(.highlight)::after {  border-top: 9px solid var(--maximo-color); }
         */

.icon-buttons {
	position: absolute;
	top: -12px;
	right: -10px;
	display: flex;
}

.action-button {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: bold;
	color: white;
	margin: 2px;
	width: 20px;
	height: 20px;
	background-color: #007bff;
	border: none;
	border-radius: 15px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.close-button {
	background-color: #dc3545;
}

.play-button {
	font-size: 10px;
	padding: 4px 0px 6px 2px;
	border: 1px dashed darkred;
	background-color: white;
	color: darkred;
}

.action-button .icon {
	margin: 5px;
}

.action-button:hover {
	opacity: 0.9;
}

.div-iw {
	position: relative;
	display: inline-block;
	width: fit-content;
}

.image-title-camera {
	position: absolute;
	top: 1px;
	left: 1px;
	background-color: rgba(0, 0, 0, 0.3);
	color: white;
	padding: 3px 3px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: bold;
}

.ago {
	width: 12px;
	height: 12px;
	background: url('../svg/clock-regular.svg') no-repeat center center;
	background-size: contain;
}
.requester {
	width: 12px;
	height: 12px;
	background: url('../svg/newspaper-solid.svg') no-repeat center center;
	background-size: contain;
}
.damage {
	width: 12px;
	height: 12px;
	background: url('../svg/damage.png') no-repeat center center;
	background-size: contain;
}
.injury {
	width: 12px;
	height: 12px;
	background: url('../svg/user-injured-solid.svg') no-repeat center center;
	background-size: contain;
}

.li-maximo {
	text-align: right;
	display: flex;
	align-items: center;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #FFB3B2;
	margin: 10px 0;
	list-style: none,
}
.iw-maximo {
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: center;
/*	padding: 10px;*/
	margin: 5px 0;
	list-style: none,
}

.container-maximo {
	flex: 1;
	display: flex;
	flex-direction: column;
	margin-right: 10px;
}

.title-maximo {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 1px;
}

.desc-maximo {
	font-size: 12px;
	margin-bottom: 2px;
}

.date-maximo {
	font-size: 11px;
	color: #555;
}

.image-maximo {
	width: auto;
	height: 40px;
	object-fit: cover;
	border-radius: 5px;
}
.no  { background-color: #99FF99!important;}
.yes { background-color: #FF9999!important;}
