body {
	padding: 10px;
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
}

.row {
	margin-right: unset;
	margin-left: unset;
}

.form-group {
	margin-left: 10px;
}

.container-fluid {
	min-height: 450px;
	max-width: 540px;
	padding-left: 0px;
	padding-right: 0px;
	flex: 1 0 auto;
}

.list-group-item {
	padding: 0.75rem 0;
}

.card,
.card-body {
	border: 0px;
	padding: 0px;
}

input[type="file"] {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

input[type="file"] + label {
	border: 1px solid black;
	display: inline-block;
	padding: 6px 12px;
	cursor: pointer;
	border-radius: 5px;
}

input[type="file"]:focus + label {
	outline: 2px blue;
	outline: -webkit-focus-ring-color auto 5px;
	background-color: #343a40;
	color: white;
}

.cargador-modal .modal-content {
	background-color: transparent;
	border: none;
}

/* barra de progreso de carga de imágenes, bajo el spinner */
.cargador-progreso-wrap {
	width: 80%;
	margin: 16px auto 0 auto;
}

/* spin cargador */
.cargador {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #00000000;
	margin-left: 34%;
	width: 80px;
	height: 80px;
	-webkit-animation: spin 0.4s linear infinite; /* Safari */
	animation: spin 0.4s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/*  */

#listaVehiculos button {
	margin-left: 2px;
	margin-right: 2px;
	padding: 0.25rem 0.3rem;
}

.containerAccesorio, .containerQA  {
	display: block;
	width: 100%;
	padding: 0.7em 0;
	text-align: center;
}

.containerAccesorio label, .containerQA label  {
	display: block;
}

.containerAccesorio>i, .containerQA>i  {
	position: absolute;
	padding-left: 5em;
	cursor: pointer;
	color: lightgray;
}

/* radio buttons triestado */
.wrapper_trirad {
	width: 4.755em;
	height: 1.3em;
	position: relative;
	border-radius: 0.65em;
	background: gray;
	display: -webkit-inline-box;
	display: inline-block;
	text-align: initial;
}

.wrapper_trirad .toggle {
	width: 1.56em;
	height: 1.56em;
	position: absolute;
	top: -0.13em;
	left: 1.56em;
	border-radius: 50%;
	box-sizing: border-box;
	border: 0.1em solid gray;
	background: #9a9a9a;
	box-shadow: 0;
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wrapper_trirad label {
	width: 1.7em;
	height: 1.7em;
	position: absolute;
	padding-top: 0.21em;
	margin: 0;
	z-index: 1;
	display: inline-block;
	text-align: center;
	line-height: 1.3em;
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: white;
}

.wrapper_trirad input[type="radio"] {
	position: absolute;
	/* margin: 0; */
	/* padding: 0; */
	opacity: 0;
	width: 1.5em;
	height: 1.3em;
}

.wrapper_trirad > span
{
    color: #0000;
    font-size: 0.75em;
    padding-left: 2em;
}

.si_radio_trirad,
.si_lbl_trirad {
	left: 0em;
	cursor: pointer;
}

.si_radio_trirad:checked {
	background: yellow;
}

.si_radio_trirad:checked ~ .toggle {
	border: 0.1em solid #008000;
	background: #00b300;
	box-shadow: 0;
	left: 0em;
}

.no_radio_trirad:checked {
	background: white;
}

.no_radio_trirad:checked ~ .toggle {
	border: 0.1em solid #ff0000;
	background: #ff3333;
	box-shadow: 0;
	left: 3.199em;
}

.ninguno_radio_trirad,
.ninguno_lbl_trirad {
	left: 1.98em;
}

.no_radio_trirad,
.no_lbl_trirad {
	left: 4.1em;
	cursor: pointer;
}
/*  */

/* lista fotos */
.list-group-item i.far.fa-trash-alt {
	margin-left: 3em;
}
/* */

/* medidor de combustible */
.inputMedidorCombustible {
	width: 200px;
	height: 100px;
}

.resumenCombustible {
	width: 200px;
	height: 100px;
}

.medidorCombustibleAnalogo {
	width: 100%;
	height: 100%;
	position: relative;
	/* top: 30%; 
    left: 20%;*/
	overflow: hidden;
	/* transform: translate(-50%, -50%); */
	background-color: transparent;
}

.medidorCombustibleAnalogo .capa-a {
	z-index: 1;
	position: absolute;
	background-color: #000;
	width: 100%;
	height: 100%;
	top: 0%;
	border-radius: 250px 250px 0px 0px;
}

.medidorCombustibleAnalogo .capa-b {
	z-index: 4;
	position: absolute;
	background-color: #222;
	width: 45%;
	height: 80%;
	top: 55%;
	left: 27%;
	/* margin-left: 18%; */
	margin-right: auto;
	border-radius: 50% 50% 0px 0px;
	background-image: url(../images/fuel5.png);
	background-position: center 15%;
	background-repeat: no-repeat;
	background-size: 50% 35%;
}

.medidorCombustibleAnalogo .capa-c {
	z-index: 3;
	position: absolute;
	height: 0.5em;
	width: 45%;
	top: 90%;
	left: 5%;
	border-radius: 70px 0px 0px 70px;
	position: absolute;
	background-color: red;
	-ms-transform: rotate(45deg); /* IE 9 */
	-ms-transform-origin: 90% 50%; /* IE 9 */
	-webkit-transform: rotate(0deg); /* Safari 3-8 */
	-webkit-transform-origin: 90% 50%; /* Safari 3-8 */
	transform: rotate(0deg);
	transform-origin: 100% 50%;
	transition: all 0.6s ease-in-out;
}

.medidorCombustibleAnalogo .h1 span {
	font: 0.55em Monaco, MonoSpace;
	height: 92%;
	position: absolute;
	left: 0;
	top: 6%;
	transform-origin: bottom center;
}

.medidorCombustibleAnalogo .capa-d {
	z-index: 6;
	width: 50%;
	height: 100%;
	border-radius: 50%;
	transform: rotate(-90deg);
	/* background-color: grey; */
	position: absolute;
	color: #fff;
}

.medidorCombustibleAnalogo .capa-d .h1 {
	font-size: 2em;
}

.medidorCombustibleAnalogo .capa-d .char1 {
	transform: rotate(0deg);
}

.medidorCombustibleAnalogo .capa-d .char2 {
	transform: rotate(22.5deg);
}

.medidorCombustibleAnalogo .capa-d .char3 {
	transform: rotate(45deg);
}

.medidorCombustibleAnalogo .capa-d .char4 {
	transform: rotate(67.5deg);
}

.medidorCombustibleAnalogo .capa-d .char5 {
	transform: rotate(90deg);
}

.medidorCombustibleAnalogo .capa-d .char6 {
	transform: rotate(112.5deg);
}

.medidorCombustibleAnalogo .capa-d .char7 {
	transform: rotate(135deg);
}

.medidorCombustibleAnalogo .char8 {
	transform: rotate(157.5deg);
}

.medidorCombustibleAnalogo .capa-d .char9 {
	transform: rotate(180deg);
}

/*.combustibleControl {
    width: 200px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}*/

.sliderCombustible {
	-webkit-appearance: none;
	width: 100%;
	height: 0px;
	background: #d3d3d3;
	outline: none;
	border-style: dashed;
	border-width: 4px;
	border-color: #2229;
}

.sliderCombustible:hover {
	opacity: 1;
}

.sliderCombustible::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	background: darkgrey;
	cursor: pointer;
	border-radius: 50% 50%;
}

.sliderCombustible::-moz-range-thumb {
	width: 25px;
	height: 25px;
	background: darkgrey;
	cursor: pointer;
	border-radius: 50% 50%;
}


.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
   /* border-radius: 50%; */
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(4) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1.5) rotateZ(0deg);
    opacity: 1;
    color: green;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.checkbox label input[type="checkbox"]:checked + .cr,
.radio label input[type="radio"]:checked + .cr {
        border-color: green;
}

.wrapper_trirad.adas {
   width: 8em;
}

.wrapper_trirad.adas .no_lbl_trirad {
    left: 8em;
}

.wrapper_trirad.adas .no_radio_trirad:checked ~ .toggle {
   left: 6.4em;
}

.wrapper_trirad.adas .si_radio_trirad:checked ~ .toggle {
   left: 0em;
}

.wrapper_trirad.adas .toggle {
    left: 3.4em;
}

.wrapper_trirad.adas .ninguno_radio_trirad, .wrapper_trirad.adas .ninguno_lbl_trirad {
    left: 3em;
    width: 4em;
}

.wrapper_trirad .si_radio_trirad:checked ~ span {
    color: #ffffff;
}


/* */
