.iti *{
	margin			:2px 0px;
	font-family		:Verdana,Arial,sans-serif;
	font-size		:12px;
	color			:currentColor;
}

.iti section header{
	display			:flex;
	justify-content	:space-between;
	/*margin-bottom	:5px;*/
	color			:var(--cor_iti_distancia);
}

.iti section div{
	display			:flex;
	/*align-items	:stretch ;*/
	
	/*margin-bottom	:10px;*/
}

.iti section div>img{
	height			:20px;
	width			:20px;
	cursor			:pointer;
}


.iti p{
	margin-bottom	:3px;
	font-weight		:normal;
}

.iti section h1{ 
	padding			:10px;
	color			:#000000;
	font-weight		:bold;
	margin-right	:5px;
	text-align		:center;
	border			: #000000 1px solid;
	border-radius	:10px;
}

.iti section div>div{
	flex-direction	:column;
	flex-grow		:2;
	margin-bottom	:5px;
	margin-top		:5px;
}


.iti .acompanha{
	margin-right	:10px;
	padding-left	:10px;
	padding-right	:10px;
	padding-top		:0px;
	padding-bottom	:0px;			
	border-radius	:5px;
}

.iti .espera{
	display			: inline-block;
	border			:1px solid;
	margin-right	:10px;
	padding-left	:10px;
	font-weight		:bold;
	padding			:5px;
	border-radius	:5px;
	color			:#ffa500;
	font-weight		:bold;
}
			
.iti footer {
	display			:flex;
	justify-content	:space-around;
	background-color:rgba(0, 0, 255, 0.05);
	font-weight		:bold;
	padding			:2px 0px;
	border-radius	:5px;
}

.iti footer p{
	margin		:0;
	color		:var(--cor_iti_distancia) 	!important;
	min-width	:184px;
	text-align	:center;
	font-weight	:bold;
	padding		:2px 0px;
}
