@charset "utf-8";
/* CSS Document */
.wrap-detalles-del-coche {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	display: flex;
}
.de-coche, .cal365-seccion-nombre {
	height: 32px;
	width: 100%;
	margin-top: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	position: relative;
}
.de-coche span::after {
	height: 32px;
	width: 32px;
	position: absolute;
	top: 0;
	left: 0;
	content: "\f177";
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 1.2em;
	cursor: pointer
}
.cal365-seccion-nombre {
	padding-left: 30px;
}
.de-coche div:first-child {
	margin-right: 6px;
	font-weight: 400
}
.cal365-seccion-wrap {
	border-bottom: 1px solid var(--color-secondary-border-color);
	padding: 7px;
	width: 100%;
}
.cal365-seccion-nombre {
	font-weight: 400;
	border-bottom: 1px solid var(--color-secondary-border-color);
}
.cal365-seccion-flecha {
	height: 32px;
	width: 32px;
	position: relative;
	margin-left: auto;
	margin-right: 6px;
	cursor: pointer;
}
.btn-cancelar, .btn-enviar, .cal365-btn-act {
	margin: 0 0 0 20px;
	position: relative;
}
.cancelar:focus {
	border-color: var(--color-powder-600);
	box-shadow: var(--color-powder-400) 0 0 3px 2px;
}
.flecha-abajo::after, .flecha-arriba::after {
	height: 100%;
	width: 32px;
	position: absolute;
	top: 0;
	left: 0;
	content: "\f078";
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
}
.flecha-arriba::after {
	content: "\f077";
}
.buttonGroup {
	height: 32px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.cal365-seccion-group {
	width: 100%;
	height: 28px;
	display: flex;
	align-items: center;
	margin: .3em 0;
	position: relative;
}
.cal365-seccion-group:nth-child(even) {
	background-color: #EBEBEB;
}
.cal365-seccion-label {
	width: 60%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 1em;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
/* checkbox >>> */
:root {
 --color-checkbox-border: hsl(0, 0%, 100%);
 --color-checked-border: hsl(0, 0%, 100%);
 --color-checkbox: hsl(0, 0%, 100%);
 --color-checked: hsl(0, 0%, 100%);
}
input[type="checkbox"], input[type="radio"] {
	display: none;
}
.cal365-seccion-checkbox {
	height: 28px;
	width: 28px;
	margin-left: 45%;
}
.cal365-seccion-checkbox span {
	height: 24px;
	width: 24px;
	margin-top: .18em;
	border: 6px solid #D4D4D4;
	transition: border .25s linear;
	border-radius: 100%;
	-webkit-transition: border .25s linear;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFF;
	position: relative;
}
.cal365-seccion-checkbox span::after {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 600;
	font-size: 12px;
	content: "";
}
.cal365-seccion-label:hover ~ .cal365-seccion-checkbox span {
	border-color: #B2B2B2;
}
.cal365-seccion-checkbox input[type="checkbox"] + span::after, .cal365-seccion-checkbox input[type="radio"] + span::after {
	color: #D4D4D4;
}
/*.cal365-seccion-checkbox input[type="checkbox"]:checked + span::after, 
.cal365-seccion-checkbox input[type="radio"]:checked + span::after {

}*/
.cal365-seccion-checkbox input[type="checkbox"]:checked + span, .cal365-seccion-checkbox input[type="radio"]:checked + span {
	border: 6px solid #D4D4D4;
	background-color: hsl(214, 33%, 48%);
}
.cal365-seccion-checkbox input[type="radio"]:checked + span.b-eco-000::after {
	color: hsl(214, 33%, 48%);
}
.cal365-seccion-checkbox input[type="radio"]:checked + span.b-eco-000 {
	background-color: #1CA86F;
}
.cal365-seccion-checkbox input[type="radio"]:checked + span.b-eco-010::after {
	color: #FF3133;
}
.cal365-seccion-checkbox input[type="radio"]:checked + span.b-eco-010 {
	background-color: #FF3133;
}
.cal365-seccion-checkbox input[type="radio"]:checked + span.b-eco-020::after {
	color: #FFA733;
}
.cal365-seccion-checkbox input[type="radio"]:checked + span.b-eco-020 {
	background-color: #FFA733;
}
.ecoreadings li {
	height: 24px;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: row;
	margin-bottom: 3px;
}
.ecoreadings li div {
	padding: 0 16px;
}
textarea.b-textareafield {
	width: 100%;
	border: 1px solid var(--color-secondary-border-color);
	border-radius: 2px;
	height: 2.5em;
	padding: 0 .8em;
	position: relative;
	font-size: 1em;
}
textarea.b-textareafield {
	padding: 1em;
	resize: none;
	height: 100%;
}
textarea.b-textareafield:focus {
	border-color: #FEAC31;
}
.car-notes-container {
	display: inline-block;
	width: 100%;
	margin-top: 1em;
}
.car-notes-wrap {
	height: auto;
	margin-top: .7em;
	width: 100%;
}
.car-notes-header {
	align-items: center;
	background-color: #D6D8D7 !important;
	display: flex;
	font-size: .8571em;
	height: 30px;
	justify-content: space-around;
	width: 100%;
	flex-direction: row;
}
.car-note {
	background-color: #FDFFFE;
	height: auto;
	text-align: left;
	text-indent: 1em;
	width: 100%;
	margin-top: 8px;
	line-height:1.5em
}
.edit-comment, .remove-comment {
	height: 30px;
	width: 30px;
	display: flex;
	position: relative;
}
.edit-comment {
	margin-left: auto;
}
.remove-comment {
	margin-left: 12px;
}
.edit-comment::after, .remove-comment::after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.b-search-result-container {
  background-color: hsl(210, 67%, 96%);
  color: #000;
  font-size: 0.8em;
  font-weight: 300;
  left: 50%;
  text-transform: lowercase;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: calc(100% + 0px);
  z-index: 10000;
  min-height: 0;
  padding: 0.4em;
  width: 100%;
}
.b-row-of-search-results {
  align-items: center;
  display: flex;
  justify-content: space-around;
  margin: 2px 0;
  padding:0.3em 0;
}
.b-row-of-search-results:nth-child(even) {
  background: #F3F4F5;
  border: none;
  border-bottom: 1px solid #DDD;
  border-top: 1px solid #DDD;
}
