
.backBlueLight{
	background-color: rgba(229,236,248,.3);
}
/* BACKBLUELIGHT ORIGINAL  */
.backBlueLightOrig{
	background-color: rgba(247,249,253,1);
	color: #f7f9fd;
}
.backBlueMedio{
	background-color: rgba(229,236,248,1);
}
.backBlueMarino{
	background: rgba(52,68,93,1);
}
.backMarine{
	border-bottom: 1px solid rgba(52,68,93,1);
}
.textMarine{
	color: #34445d;
}
.darkBlueBack{
	background-color: rgba(0,70,127,1);
}
.darkBlue{
	background-color: #00467F;
}
.page-header.borderBottomMagenta{
	border-bottom: 1px solid rgba(255,32,255,1);
	/*color: #ff20ff;*/
}
.darkColor{
	background-color: rgba(16,18,27,1);
}
.superBlue{
	background-color: rgba(16,18,127,1);
}
.pastelBlueLight{
	color: #3291b8;
}
.blueMorado{
	background: #393687;
}
.backBlueMorado{
	background-color: rgba(57,54,135,1);
}
.grisMorado{
	background-color: rgba(146, 151, 179, 1);
}
.amarilloIntenso{
	background-color: #fcf258;
	background-color: rgba(252,242,88,1);
}
/*verde pastel*/
.badge-verdePastel {
	background-color: #0bceaf;
}
/*verde medio*/
.badge-verdeMedio {
	background-color: rgba(0,200,81,.5); 
}
/*verde fuerte*/
.badge-verdeFuerte {
	background-color: rgba(0,200,81,1); 
}
/*verde brilloso*/
.badge-verdeBrilloso {
	background-color: #19e27a;
}


.ulAppVehi{
	padding-top: 20px;
}
.ulAppVehi li{
	display: inline-block;
  	width: 300px;
  	height: 100%;
  	/* margin: 0 20px;  */
}

.panel-default.panelFlota{
		border: none; 
		box-shadow: none;
		background: none;
		margin-top: 30px;
		margin-bottom: 10px;
}
.panelFlota .panel-heading{
		background: rgba(247,249,253,.7);
		border: 1px solid rgba(52,68,93,.2);
		border-radius: 5px;
		width: 250px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
}
.panel-default.panelFlota.panelMagenta .panel-heading{
	border: 1px solid #ff08fe;
}

.panel-default.panelFlota.panelUnitech .panel-heading{
	border: 1px solid #086bff;
}

.ulAppFlota{
	padding-top: 0px;
	margin: 0px;
}
.ulAppFlota li{
		display: inline-block;
  	width: 300px;
  	height: 150px;
  	min-height: 150px;
  	margin: 0px;  
  	padding: 0px;

}
.ulAppFlota li a .text-center.logoFlota{
		/*margin: calc(5vh - 0px) 0px;*/
		transition: all .3s ease-in-out;
}
.ulAppFlota li a .text-center.logoFlota:hover{
		transform: translate(.5%, -2%);	
		transition: all .2s ease-in-out;
}

.logoFlota img{
		width:290px;
		padding: 5px;
}
.logoFlota img:hover{
		box-shadow: 0px 5px 10px rgba(0,0,0,.30);	
}


/* APP VEHICULOS ======================= */

.backElipse{
	background-color: #00467F;
  	background-image:
     radial-gradient(ellipse farthest-corner at 80vw 15vh ,
      rgba(229,236,248,.8) 5%, rgba(229,236,248,.1) 95%
  );
}

li.borderAppVehiculos{
	background: rgba(229,236,248,.5);
}

.borderAppVehiculos{
	border-radius: 5px;
	border: 1px solid rgba(229,236,248,1);
	box-shadow: 0px 5px 10px rgba(0,0,0,.16);	
	/*overflow: auto;*/
	transition: .2s ease all;
}
.borderAppVehiculos:hover{
	box-shadow: 0px 10px 20px rgba(229,236,248,1);	
	transition: .3s ease all;
}
.list-home.borderAppVehiculos{	
	transition: .2s ease all;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.list-home.borderAppVehiculos:hover{
	border-radius: 10px;
	box-shadow: 0px 5px 10px rgba(229,236,248,.8);
	transform: translate(0%, -2%);	
	background: rgba(229,236,248,.7);
	transition: .3s ease all;
}

.borderAppVehiculos h3.thinText{
	font-family: 'Spartan', sans-serif;
	font-weight: 300;
	font-size: 30px;
	color: #00467F;
	letter-spacing: 7px;
}
.borderAppVehiculos h3 .histApp{
		font-size: 22px;
		letter-spacing: 2px;
}
.borderAppVehiculos h3.thinText.encSpacZero{
	letter-spacing: 0px!important;
}
.list-home.borderAppVehiculos.liEnc{	
	position: relative;
	padding-right: 33px;	
	margin: auto; 
	width: 65px; 
	padding-top: 7px; 
	padding-bottom: 0px;
	margin-top: 10px;;
}
.list-home.borderAppVehiculos.liEnc02{	
	position: relative;	
	margin: auto; 
	width: 70%; 
	padding-top: 7px; 
	padding-bottom: 0px;
	margin-top: 10px;;
}
.list-home.borderAppVehiculos.liEnc02 h3{
	font-size: 20px;
	font-weight: bold;
}
.list-home.borderAppVehiculos.liQuestion{		
	margin: auto; 
	width: 100%; 
	padding-top: 7px; 
	padding-bottom: 0px;
}
.list-home.borderAppVehiculos.liEnc input{	
	display: inline; 
	height: 30px; 
	position: absolute; 
	top: 12px; 
	left: 28px;
}
.list-home.borderAppVehiculos.liEnc02 input{	
	display: inline; 
	height: 30px; 
	
}
list-home.borderAppVehiculos.liEnc h3{	
	letter-spacing: 0px;
}

.ulAppFlota img{
		background: rgba(229,236,248,.5);
}

.not-active { 
    pointer-events: none; 
    cursor: default; 
    opacity: .5;
} 

/* LISTA VEHICULOS ======================= */

.jumbotron .container.containerVehi{
		min-width: 1350px;
}
.col-md-5.paddingCero{
	padding: 0;
}
.col-md-11.paddingCero{
	padding: 0;
}
.col-6.paddingCero{
	padding: 0;
}

.main.shadowMarino{
	box-shadow: 0px 8px 13px rgba(52,68,93,.5);
}
.shadowMarino{
	box-shadow: 0px 8px 13px rgba(52,68,93,.5);
}

.page-header.thinText{
	font-family: 'Spartan', sans-serif;
	font-weight: 200;
	font-size: 30px;
	color: #f7f9fd;
}

.page-header.borderBottomBlue{
	border-bottom: 1px solid  #00467F;
	/*color: #34445d;*/
}

.rowHeader.rowHeaderVehi h4{
	font-family: 'Spartan', sans-serif;
	font-weight: 300;
	color: rgba(229,236,248,1);	
	margin-bottom: 20px;
}

a span.thinText{
	font-family: 'Spartan', sans-serif;
	font-weight: 300;
	height: 30px;
	color: #f7f9fd;
	padding-top: 7px;
	transition: .3s ease all;
}

/* PANELS  */

.panel-group .panel.borderPanelVehi{
	border: 2px solid rgba(229,236,248,1);
	box-shadow: 0px 5px 10px rgba(0,0,0,.16);	
}
.panel-body.panel-body-vehi{
	padding: 0 10px 0 10px;
}
.panel-heading.borderPanelHeading h3{
	font-family: 'Spartan', sans-serif;
	font-weight: 300;
	font-weight: bold;
}
.panel-group .panel.borderPanelListaVehi{
	border: 1px solid rgba(52,68,93,.4);
	box-shadow: 0px 8px 13px rgba(52,68,93,.8);
	/*border-radius: 10px;*/
	background: rgba(229,236,248,.1);
	transition: all .3s ease-in-out;
}
.panel-group .panel.borderPanelListaVehi:hover{
	border: 1px solid rgba(229,236,248,1);
	
	box-shadow: 0px 12px 17px rgba(52,68,93,1);
	transition: all .3s ease-in-out;
	transform: translate(0%, -2%);
}
.panel-group .panel.panelEditar.borderPanelListaVehi:hover{
	transform: none;
}

.panel-group .panel.borderPanelListaVehi.panelFijo:hover{
		transform: translate(0%, 0%);
}

.imageBox img{
	width: 100%;
	border-radius: 10px;
	margin-top: 10px;
}

.videoBox video{
	width: 100%;
	border-radius: 10px;
	margin-top: 10px;
}

.panel-bottom{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-bottom: -1px;
}
.panel-bottom h3{
	font-family: 'Spartan', sans-serif;
	font-weight: 300;
	font-size: 40px;
	color: #00467F;
	border: 1px solid rgba(0,200,81,1); 
	border-radius: 20px; 
	background-color: rgba(0,200,81,.5);
	transition: all .3s ease-in-out;
}
.panel-bottom h3:hover{
	background-color: rgba(0,200,81,1); 
	transition: all .3s ease-in-out;
}

/* BOTON BTN GLASS  */
.box-btn-glass{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
.box-btn-glass a{
	position: relative;
	padding: 25px 50px;
	text-decoration: none;
	color:  #fff;
	font-size: 1.5em;
	/*text-transform: uppercase;*/
	font-family: 'Spartan', sans-serif;
	font-weight: 300;
	letter-spacing: 4px;
	overflow: hidden;
	background: rgba(255,255,255,.1);
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
}
.box-btn-glass a.elim{
	padding: 25px 30px;
}
.box-btn-glass a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: rgba(255,255,255,.1);
}
.box-btn-glass a:after{
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);
	transition: 0.5s;
	transition-delay: 0.5s;
}
.box-btn-glass a:hover:after{
	left: 100%;
}
.box-btn-glass a span{
	position: absolute;
	display: block;
	transition: 0.5s ease;
}
.box-btn-glass a span:nth-child(1){
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #fff;
}
.box-btn-glass a:hover span:nth-child(1){
	width: 100%;
	transform: translateX(100%);
}
.box-btn-glass a span:nth-child(3){
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background: #fff;
}
.box-btn-glass a:hover span:nth-child(3){
	width: 100%;
	transform: translateX(-100%);
}
.box-btn-glass a span:nth-child(2){
	bottom: 0;
	left: 0;
	/*right: 0;   otro efecto chido con este en vez del de arriba */
	width: 1px;
	height: 0;
	background: #fff;
}
.box-btn-glass a:hover span:nth-child(2){
	height: 100%;
	transform: translateY(-100%);
}
.box-btn-glass a span:nth-child(4){
	top: 0;
	right: 0;
	width: 1px;
	height: 0;
	background: #fff;
}
.box-btn-glass a:hover span:nth-child(4){
	height: 100%;
	transform: translateY(100%);
}
	/* FIN BOTON BTN GLASS  */

/* FIN PANELS  */

/* INGRESAR VEHICULO  */

:root{
	--body-color: #867AE9;
	--input-border: #4285F4;
}
.field_box{
	width: 100%;
	margin: 30px 0;
	position: relative;
}

.field_box input{
	width: 100%;
	height: 40px;
	/*border: 1px solid lightgrey;*/
	border: none;
	background: rgba(52,68,93,.5);
	border-radius: 5px;
	padding-left: 15px;
	box-sizing: border-box;
	outline: none;
	font-size: 16px;
	color: white;
}
.field_box select{
	width: 100%;
	height: 40px;
	border: none;
	background: rgba(52,68,93,.5);
	border-radius: 5px;
	box-sizing: border-box;
	outline: none;
	font-size: 16px;
	color: white;
}
.field_box select:focus{
	box-shadow: none;
}

.form-group textarea{
	border: 1px solid lightgrey;
	background: rgba(52,68,93,.5)!important;
	border-radius: 5px;
	font-size: 16px;
	color: white;
}
.field_box input:focus{
	border: 1px solid rgba(247,249,253,1);
}
.field_box input:focus + .form_label{
	color: var(--input-border);
}
/*
.field_box input:focus + .form_label,
.field_box input:valid + .form_label{
	top: -14px;
	font-size: 13px;
}
*/
.field_box .form_label{
	position: absolute;
	top: -14px;
	left: 15px;
	font-size: 13px;
	color: rgba(52,68,93,1);
	font-weight: 500;
	transition: all .3s ease;
	background-color: rgba(247,249,253,1);
	padding: 0 4px;
	display: inline-block;
	pointer-events: none;
	font-size: 14px!important;
	border-radius: 5px;
}

.field_box.autoFill .form_label{
	top: -14px;
	font-size: 14px;
	color: rgba(52,68,93,1);
	background-color: rgba(229,236,248,1);
	border-radius: 5px;
}

.file_box{
	width: 100%;
	margin: 30px 0;
	position: relative;
}
.file_box .form_label{
	position: absolute;
	font-weight: 500;
	padding: 0 4px;
	top: -15px;
	left: 32%;
	font-size: 14px;
	color: black;
	background-color: rgba(229,236,248,1);
	border-radius: 5px;
}

.upload_box{
	font-size: 12px;
	color: rgba(229,236,248,1);
	background: rgba(52,68,93,.5);
	border-radius: 50px;
	/* border: 1px solid rgba(229,236,248,1); */
	/* box-shadow: 1px 1px 2px rgba(229,236,248,1); */
	width: 100%;
	outline: none;
}
.upload_box input:focus{
	border-color: var(--input-border);
	outline: none;
}
::-webkit-file-upload-button{
	font-size: 13px;
	color: rgba(52,68,93,1);
	background: rgba(229,236,248,1);
	padding: 10px 3px;
	border: none;
	border-radius: 50px;
	/*box-shadow: 1px 0 1px 1px rgba(0,0,0,.5);*/
	outline: none;
	transition: all .3s ease-in-out;
}
::-webkit-file-upload-button:hover{
	background: rgba(52,68,93,1);
	color: rgba(229,236,248,1);
	/*box-shadow: 1px 0 1px 1px rgba(229,236,248,1);*/
	cursor: pointer;
	transition: all .3s ease-in-out;
}

.marginGroup{	
	margin-top: -30px;
}
.marginGroup .marginCol{	
	margin-bottom: -30px;
}
.marginColVV1{
		margin-bottom: -45px;
}
.marginColVV2{
		margin-bottom: -30px;
}
.marginColVVV2{
		margin-bottom: -45px;
}

.panel-group.marginDown{
	margin-bottom: 50px;
}

.field_box.showField{
		animation: muestralo .9s ease;
		display: block;
}
@keyframes muestralo {
	from{ opacity: 0; }
	to{ opacity: 1; }
}
.field_box.showField.removeField{
		animation: esconder .9s ease;
		display: none;
}
@keyframes esconder {
	from{ opacity: 1; }
	to{ opacity: 0; }
}

.field_box.showField2{
		animation: muestralo2 .9s ease;
		display: block;
}
@keyframes muestralo2 {
	from{ opacity: 0; }
	to{ opacity: 1; }
}
.field_box.showField2.removeField{
		animation: esconder2 .9s ease;
		display: none;
}
@keyframes esconder2 {
	from{ opacity: 1; }
	to{ opacity: 0; }
}

.field_box.showFieldAnual{
		animation: muestraloA .9s ease;
		display: block;
}
@keyframes muestraloA {
	from{ opacity: 0; }
	to{ opacity: 1; }
}
.field_box.showFieldAnual.removeField{
		animation: esconderA .9s ease;
		display: none;
}
@keyframes esconderA {
	from{ opacity: 1; }
	to{ opacity: 0; }
}


/* TABS  */

/*
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}
*/

/*
.main_container_tab{
	background-color: #deeeff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
.container_tab{
	width: 1600px;
	background-color: white;
	padding: 30px;
	box-shadow: 0 2px 16px rgba(0,0,0,.1);
	border-radius: 20px;
}
*/
.tab_box{	
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	/*border-bottom: 2px solid rgba(229,229,229);	*/
	position: relative;
}
.tab_box .tab_btn{
	font-size: 18px;
	font-weight: 600;
	color: #919191;
	background: none;
	border: none;
	padding: 18px;
	cursor: pointer;
}
.tab_box .tab_btn.active{
	color: #4285F4;
}
.content_box{
	padding: 20px 0 20px 0;
}
.content_box .content{
	display: none;
	animation: moving .9s ease;
}
@keyframes moving {
	from{transform: translateX(100px);opacity: 0;}
	to{transform: translateX(0px);opacity: 1;}
}
.content_box .content.active{
	display: block;
}
.content_box .content h2{
	margin-bottom: 10px;
}

.line{
	position: absolute;
	top: 204px;
	left: 17px;
	width: 138px;
	height: 2px;
	background-color: #4285F4;
	border-radius: 10px;
	transition: all .3s ease-in-out;
}
.line.lineListaVehi{
	top: 204px;
	left: 21px;
	width: 249px;
}
.line.lineListaPes{
	top: 185px;
	left: 17px;
	width: 264px;
}
.line.lineListaMaq{
	top: 210px;
	left: 138px;
	width: 314px;
}
.line.estatusPes{
	top: 204px;
	left: 17px;
	width: 263px;
}
.line.agregarPesLine{
	top: 205px;
	left: 17px;
	width: 263px;
}
.line.agregarMaqLine{
	top: 210px;
	left: 25px;
	width: 326px;
}
.line.gpsHistorial{
	top: 240px;
	left: 18px;
	width: 379.5px;
}
/* FIN TABS */




/* ESTATUS  */

.circlechart{
	margin-bottom: 15px;
}


/* LISTA VEHICULOS HORIZON */



:root {
  --theme-bg-color: rgba(16 18 27 / 40%);
  --border-color: rgba(113 119 144 / 25%);
  --theme-color: #f9fafb;
  --inactive-color: rgb(113 119 144 / 78%);
  --body-font: "Poppins", sans-serif;
  --hover-menu-bg: rgba(12 15 25 / 30%);
  --content-title-color: #999ba5;
  --content-bg: rgba(52,68,93,.4);
  /*--content-bg: rgb(146 151 179 / 13%);*/
  --button-inactive: rgba(229,236,248,1);
  /*--button-inactive: rgb(249 250 251 / 55%);*/
  --dropdown-bg: #21242d;
  --dropdown-hover: rgb(42 46 60);
  --popup-bg: rgb(22 25 37);
  --search-bg: #14162b;
  --overlay-bg: rgba(36, 39, 59, 0.3);
  --scrollbar-bg: rgb(1 2 3 / 40%);
}


.content-button {
  background-color: #3a6df0;
  border: none;
  padding: 8px 26px;
  color: #fff;
  border-radius: 20px;
  margin-top: 16px;
  cursor: pointer;
  transition: 0.3s;
  white-space: nowrap;
}

.content-section {
  /*margin-top: 30px;*/
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 1280px;
}
.content-section-title {
  color: rgba(16,18,127,.5);
  background: rgba(57,54,135,.2);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
  padding: 0 2px 0 5px;
  width: 90px;
  height: 27px;
  border-bottom: 1px solid rgba(57,54,135,.5);
  border-radius: 10px;
  border-width: 0px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.content-section-title:hover{
	color: rgba(247,249,253,.6);
	border-width: 27px;
	transition: all 0.3s ease-in-out;
}
#btn-panel.content-section-title{
	margin-bottom: 28px;
}
#btn-lista.content-section-title{
	margin-left: -15px;
	width: 69px;
	padding-left: 6px;
    padding-right: 4px;
}
#btn-lista.content-section-title span{
	margin-right: 2px;
}

/* SEARCH ---------------- */

.container.searchVehi{
		width: 35px;
		height: 35px;
		margin: calc(3vh - 45px) 160px;
		position: relative;
		border-radius: 30px;
		/*border: 1px solid #00467F;*/
		border: 1px solid rgba(229,236,248,1);
		transition: all 900ms ease;
}
.searchVehi input[type="text"]
{
		width: 90%;
		height: 100%;
		background: transparent;
		outline: 0;
		border-style: none;		
		font-family: 'Spartan', sans-serif;
		font-weight: 300;
		font-size: 25px;
		color: #00467F;
		color: WHITE;
		letter-spacing: 1px;		
		padding: 0px 20px 0px 20px;
		box-sizing: border-box;
}
.searchVehi button{
		position: absolute;
		right: 10px;
		top: 0;
		width: 10%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 25px;
		color: transparent;
		background: none;
		border: none;
		transform: rotateZ(-45deg);
		transition: all 2s ease;
		cursor: pointer;
}
.searchVehi span.baseLupa{
		position: absolute;
		left: calc(50% - 2px);
		top: 42px;
		/*background: #00467F;*/
		background: rgba(229,236,248,1);
		width: 20px;
		height: 1px;
		border-radius: 2px;
		transform: rotateZ(70deg);
		transition: all 1s ease;
}
.searchVehi span.searchLupa{
		position: absolute;
		top: 5px;
		left: -155px;
		font-family: 'Spartan', sans-serif;
		font-weight: bold;
		font-size: 22px;
		/*color: #00467F;*/
		color: rgba(229,236,248,1);
		letter-spacing: 1px;	
		/*opacity: 100%;*/
		transition: all 1ms ease;
}
.container.searchVehi:hover{
		/*will-change: 33%;*/
		width: 90%;
		/*margin: calc(3vh - 45px) 10px;*/
		margin: calc(3vh - 45px) 160px;
}
.container.searchVehi:hover span.baseLupa{
		width: 0;
}
.container.searchVehi:hover span.searchLupa{
		/*opacity: 0%;*/
}
.container.searchVehi:hover button{
		color: white;
		transform: rotateZ(0deg);
}


/* FIN SEARCH ---------------- */

.content-section ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: space-around;
  background-color: var(--content-bg);
  color: rgba(229,236,248,1);
  padding-left: 0;
  margin: 0;
  border-radius: 14px;
  border: 1px solid var(--theme-bg-color);
  /*cursor: pointer;*/
}
.content-section ul li {
  list-style: none;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  font-size: 16px;
  width: 100%;
  height: 100%;
  /*white-space: nowrap;*/
  transition: 0.3s;
}
.content-section ul li:hover {
  background-color: rgba(16 18 27 / 50%)!important;
}
.content-section ul li:hover:first-child {
  border-radius: 13px 13px 0 0;
}
.content-section ul li:hover:last-child {
  border-radius: 0 0 13px 13px;
}
.content-section ul li + li {
  border-top: 1px solid rgba(52,68,93,.4);
}
.content-section ul svg {
  width: 28px;
  border-radius: 6px;
  margin-right: 16px;
  flex-shrink: 0;
}
.content-section ul li img {
  width: 55px;
  border-radius: 6px;
  margin: 0px 10px 0px 0px;
  flex-shrink: 0;

    /*width: 70%;
	border-radius: 5px;
	margin-top: 0px;
	margin-right: 3px;*/
}

/* LISTA CONFIGURACION CSS  */
/* =======================  */

.listVehi {
  display: flex;
  align-items: center;
  width: 350px;
  max-width: 350px;
  min-width: 350px;
}
@media screen and (max-width: 480px) {
  .listVehi {
    width: 120px;
  }
}

.listVehi .imgList{
		width: 100%;
		max-height: 80px;
		min-height: 80px;
}

/*-----------------------*/
.status {
  margin-left: 20px;
  width: 140px;
  /*height: 100px;*/
  font-size: 14px;
  position: relative;
}
/*
@media screen and (max-width: 700px) {
  .status {
    display: none;
  }
}
*/
.status .listTitle{
	font-size: 14px;
}
.status-circle {
  width: 6px;
  height: 6px;
  background-color: #396df0;
  position: absolute;
  border-radius: 50%;
  top: 4px;
  left: -20px;
}
.status-circle.green {
  background-color: #3bf083;
}
/*-----------------------*/

.status.listImg .imgList{
		width: 100%;
		height: 100%;
}
.status.listImg{
	width: 250px;
  max-width: 150px;
  margin-left: 0px;
  height: 80px;
  font-size: 13px;
}
.status.listVehiculo{
	width: 270px;
  max-width: 170px;
  margin-left: 10px;
  /*text-align: center;*/
  font-size: 13px;
}
.status.listVehiculo .hoverGPS{
	width: 80%;
	margin-top: 3px;
	background: rgba(229,236,248,.6);
	border: 1px solid rgba(229,236,248,.7);
	border-radius: 10px;
	font-weight: bold;
	color: rgba(52,68,93,1);
	transition: .3s ease all;
}
.status.listVehiculo .hoverGPS:hover{
	border-radius: 20px;
	background-color: rgba(229,236,248,3);
	transition: .3s ease all;
}
.status.listOp {
  width: 260px;
  max-width: 160px;
  font-size: 12px;
}
.status .status-circle{
  top: 6px;
  left: -10px;
}
.status .status-circle.veri2{
  top: 45px;
  left: -10px;
}

.status.listUbi {
  width: 240px;
  max-width: 140px;
  font-size: 13px;
}

.status.listPoli {
  width: 230px;
  max-width: 130px;
  font-size: 13px;
}

.status.listVeri1 {
  width: 130px;
  min-width: 130px;
  margin-left: 20px;
  font-size: 13px;
}

.status.listVeri2 {
  width: 230px;
  max-width: 130px;
  margin-left: 15px;
  font-size: 13px;
}

/* LISTA MAQUINAS  */
.status.listVehiculo.listMaq{
	width: 270px;
  max-width: 200px;
}
.status.listModelo {
  width: 250px;
  max-width: 250px;
  font-size: 13px;
}
.status.listModelo .status-circle.circleSerie {
  top: 45px;
  left: -10px;
}
.status.listMotor {
  width: 240px;
  max-width: 170px;
  font-size: 13px;
}
.status.listMotor .status-circle.circleMarca {
  top: 45px;
  left: -10px;
}

/* -- PROGRESS BAR --  */

.candidatos{
		position: relative;
		
		font-family: 'Poppins', sans-serif;
}
.candidatos .parcial{
		display: inline-block;
		width: 90%;
		vertical-align: middle;
}
.candidatos .parcial .info{
		position: relative;
		font-family: 'Poppins', sans-serif;
}
.candidatos .parcial .info .nome{
		position: absolute;
		top: 0;
		left: 0;
		font-size: 13px;
		font-weight: normal;
		opacity: 0.9;
		font-family: 'Poppins', sans-serif;
}
.candidatos .parcial .nome.vaPagada{	
		position: absolute;
		top: 10;
		left: 0;
		font-size: 13px;
		font-weight: normal;
		opacity: 0.9;
		font-family: 'Poppins', sans-serif;	
		margin-top: 15px;
}

.candidatos .parcial .nome.notShow{
		display: none;
}
.candidatos .parcial .nome.yesShow{
		display: default;
}

.listVeri1 .nome{
	position: absolute;
	top: 15px;
	font-size: 11px; 
}
.listVeri1 .nome.per02{
	top: 58px;
}

.notShow{
		display: none;
}
.yesShow{
		display: default;
}

.candidatos .parcial .info .percentage-num{
		position: absolute;
		top: 0;
		right: 0;
		font-size: 13px;
		font-weight: normal;
}
.candidatos .parcial .progressBar{
		position: relative;
		width: 100%;
		height: 9px;
		margin: 20px 0 2px;
		border-radius: 10px;
		background: rgba(0,0,0,0.5);
}
.candidatos .parcial .percentagem{
		position: absolute;
		top: 0;
		left: 0;
		height: 9px;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		/*background: #0bceaf;*/
		background: rgba(0,200,81,1);
		-webkit-transition: 3s all;
		-webkit-animation-duration: 3s;
		-webkit-animation-name: animationProgress;
		font-family: 'Poppins', sans-serif;
}

.precentual{
		animation-name: animationProgress;
}
@keyframes animationProgress{
		from{
				width: 0;
		}
}

/* -- PROGRESS CIRCLE BAR --  */

.mh-professional-skills{
		color: white;
		text-align: center;
}
.mh-professional-progress{
		padding-left: 0px;
		padding-top: 40px;
}
.mh-professional-progress li{
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		float: none;
		width: 48%;
		margin-bottom: 30px;
		text-align: center;
}
.mh-progress{
		margin-bottom: 10px;
		font:  900 1.14285/1 Cinzerl, cursive;
		color: white;
}

.mh-progress .progressbar-text{
		color: inherit!important;
		font-family: 'Poppins', sans-serif;
}
.progress.progress-line{
		height: 10px;
		margin-right: 60px;

}
.progress.progress-line .progressbar-text{
		position: absolute;
		top: 50%;
		left: 100%;
		width: 60px;
		transform: translateY(-35%);
		text-align: center;
		font-family: 'Poppins', sans-serif;
}

.mh-progress.mh-progress-circle{
		display: inline-block;
		width: 100px;
		height: 100px;
}
.mh-progress path:nth-child(1){
		stroke: rgba(0, 0, 0, 0.7);
}
.mh-progress path:nth-child(2){
		stroke: #0bceaf!important;
}


/* -- PROGRESS CIRCLE SEGMENTS BAR --  */
.segmented-progresscircle {
  position: relative;
  display: inline-block;
  margin: 30px 0px 15px 0px;
}
.segmented-progresscircle.marginCirclePS{
	margin: 30px 0px 0px 10px;
}
.segmented-progresscircle.marginCircleLC{
	margin: 20px 0px 20px 110px;
}
.segmented-progresscircle svg {
  width: 160px;
  height: 160px;
}
.segmented-progresscircle circle {
  fill: transparent;
}
.segmented-progresscircle__circles {
  transform: rotate(-90deg);
}
.segmented-progresscircle__circles__progress-dashes {
  stroke-linecap: round;
  stroke: rgba(252,242,88,1);
}
.segmented-progresscircle__circles__progress-dashes--0 {
  display: none;
}
.segmented-progresscircle__circles__progress-dashes--1 {
  stroke-dasharray:  5.5 1000;
}
.segmented-progresscircle__circles__progress-dashes--2 {
  stroke-dasharray:  5.5 16.4 5.5 1000;
}
.segmented-progresscircle__circles__progress-dashes--3 {
  stroke-dasharray:  5.5 16.4 5.5 16.4 5.5 1000;
}
.segmented-progresscircle__circles__progress-dashes--4 {
  stroke-dasharray:  5.5 16.4 5.5 16.4 5.5 16.4 5.5 1000;
}
.segmented-progresscircle__circles__progress-dashes--5 {
  stroke-dasharray:  5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 1000;
}
.segmented-progresscircle__circles__progress-dashes--6 {
  stroke-dasharray:  5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 1000;
}
.segmented-progresscircle__circles__progress-dashes--7 {
  stroke-dasharray:  5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 1000;
}
.segmented-progresscircle__circles__progress-dashes--8 {
  stroke-dasharray:  5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 1000;
}
.segmented-progresscircle__circles__progress-dashes--9 {
  stroke-dasharray:  5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 1000;
}
.segmented-progresscircle__circles__progress-dashes--10 {
  stroke-dasharray:  5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 1000;
}
.segmented-progresscircle__circles__progress-dashes--11 {
  stroke-dasharray:  5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 1000;
}
.segmented-progresscircle__circles__progress-dashes--12 {
  stroke-dasharray:  5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 1000;
}
.segmented-progresscircle__circles__progress-dashes--13 {
  stroke-dasharray:  5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 1000;
}
.segmented-progresscircle__circles__progress-dashes--14 {
  stroke-dasharray:  5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 1000;
}
.segmented-progresscircle__circles__progress-dashes--15 {
  stroke-dasharray:  5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 1000;
}
.segmented-progresscircle__circles__progress-dashes--16 {
  stroke-dasharray:  5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 1000;
}
.segmented-progresscircle__circles__progress-dashes--17 {
  stroke-dasharray:  5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 1000;
}
.segmented-progresscircle__circles__progress-dashes--18 {
  stroke-dasharray:  5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 1000;
}
.segmented-progresscircle__circles__progress-dashes--19 {
  stroke-dasharray:  5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 1000;
}
.segmented-progresscircle__circles__progress-dashes--20 {
  stroke-dasharray:  5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 1000;
}
.segmented-progresscircle__circles__background-dashes {
  stroke-linecap: round;
  stroke-dasharray:  5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 16.4 5.5 1000;
}
.segmented-progresscircle__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 95%;
  position: absolute;
  z-index: 1;
  text-align: center;
  font-family: "Open sans";
}
.segmented-progresscircle__text__primary {
  font-size: 24px;
  font-family: 'Spartan', sans-serif;
	font-weight: 300;
  color: rgba(247,249,253,1);
}
.segmented-progresscircle__text__secondary {
  font-size: 12px;
  font-family: 'Spartan', sans-serif;
	font-weight: bold;
  color: #767676;
  margin-bottom: 2px;
}
.segmented-progresscircle__text__secondary span{
	padding-top: 6px;
}

.topLineVV2{
		border-top: 1px solid rgba(247,249,253,1);;
}

.paddCircle{
		padding-left: 35px;
}
.paddCircleT{
		padding-top: 60px;
}
.paddCircle.circleVV1{
		padding-top: -150px;
}
.estatusCircle{
		width: 100%;
		height: 210px;
		padding: 65px 0 55px 0;
}
.estatusCircle div{
		width: 148px;
		height: 100%;
		position: relative;
		margin: 0;
		border: none;
		background: rgba(52,68,93,.5);
		border-radius: 5px;
		font-family: 'Spartan', sans-serif;
		font-weight: 300;
		font-size: 20px;
		vertical-align: auto;
		text-align: center;		
		color: white;
}
.estatusCircle div span{
		position: absolute;
}

.fondoTexto{
	background: rgba(52,68,93,.5);
	border: none;
	border-radius: 5px;
	text-align: center;
}

.field_box .campoP{
		text-align: center;
		padding-left: 0px;
		font-size: 18px;
}

.field_box .campoDiasPS{
		font-family: 'Spartan', sans-serif;
		font-weight: 300;
		text-align: center;
		padding-left: 0px;
		font-size: 22px;
}

/* -- FIN PROGRESS CIRCLE SEGMENTS BAR --  */



.status-button {
  font-size: 15px;
  margin-top: 0;
  padding: 6px 24px!important;
}
@media screen and (max-width: 390px) {
  .status-button {
    padding: 6px 14px;
  }
}
.status-button.open {
  background: none;
  color: var(--button-inactive);
  border: 1px solid var(--button-inactive);
  padding: 6px 24px!important;
}
/* status verde */
.status-button.open.btn-open {
	padding: 2px 15px!important;
	font-family: 'Spartan', sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #00467F;
	border: 1px solid rgba(0,200,81,1); 
	border-radius: 20px; 
	background-color: rgba(0,200,81,.5);
	transition: all .3s ease-in-out;
}
.status-button.open.btn-open:hover {
	background-color: rgba(0,200,81,1); 
	transition: all .3s ease-in-out;
}
/* status rojo */
.status-button.open.btn-open.stRojo {  
  border: 1px solid red;
  color: white;
  /*color: rgba(229,236,248,1);*/
	background-color: #b94a48;
}
.status-button.open.btn-open.stRojo:hover {
	background-color: red; 
}
/* status amarillo */
.status-button.open.btn-open.stAmarillo {  
  border: 1px solid #fcf258;
	background-color: rgba(252,242,88,.7);
}
.status-button.open.btn-open.stAmarillo:hover {
	background-color: rgba(252,242,88,1);
}

.status-button:not(.open):hover {
  color: #fff;
  border-color: #fff;
}

.content-button:not(.open):hover {
  background: #1e59f1;
}

.menu {
  width: 5px;
  height: 5px;
  background-color: var(--button-inactive);
  border-radius: 50%;
  box-shadow: 7px 0 0 0 var(--button-inactive), 14px 0 0 0 var(--button-inactive);
  margin: 0 12px;
}

@media screen and (max-width: 415px) {
  .adobe-product .menu {
    display: none;
  }
}
.dropdownVehi {
  position: relative;
  height: 53px;
  width: 40px;
  top: -24px;
  display: flex;
  left: -5px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1;
}
.dropdownVehi ul {
  position: absolute;
  background: var(--dropdown-bg);
  height: 190px;
  width: 120px;
  right: 50;
  top: 20px;
  pointer-events: none;
  opacity: 0;
  transform: translatey(10px);
  transition: all 0.4s ease;
}
.dropdownVehi ul li {
	padding-top: 0px;
	padding-bottom: 0px;
}
.dropdownVehi ul li a {
  text-decoration: none;
  color: var(--theme-color);
  font-size: 12px;
  width: 100%;
}
.dropdownVehi ul li.noPointer {
	cursor: default!important;
}
.noPointer input{
	color: #f9fafb;
}
.dropdownVehi ul li a i {
  font-size: 15px;
  margin-left: 10px;
  width: 20px;
}
.dropdownVehi ul li a i:hover {
	color: #3a87ad;
}
.dropdownVehi ul li {
	font-size: 12px;
}
.dropdownVehi ul li input {
	width: 30px;
	height: 18px;
	background-color: transparent;
	text-align: center;
}

.dropdownVehi.is-active ul {
  opacity: 1;
  pointer-events: all;
  transform: translatey(25px);
}
.dropdownVehi.is-active ul li:hover {
  background-color: var(--dropdown-hover);
}

.button-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 187px;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .button-wrapper {
    width: auto;
  }
}

.pop-up {
  position: absolute;
  padding: 30px 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
  z-index: 1000;
  background-color: var(--popup-bg);
  width: 500px;
  visibility: hidden;
  opacity: 0;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  white-space: normal;
}
@media screen and (max-width: 570px) {
  .pop-up {
    width: 100%;
  }
}
.pop-up.visible {
  visibility: visible;
  opacity: 1;
}
.pop-up__title {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pop-up__subtitle {
  white-space: normal;
  margin: 20px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
}
.pop-up__subtitle a {
  color: var(--theme-color);
}

.content-button-wrapper .content-button.status-button.open.close {
  width: auto;
  padding: 8px 24px!important;
}

.content-section .close {
  margin-right: 0;
  width: 24px;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.checkbox-wrapper + .checkbox-wrapper {
  margin: 20px 0 40px;
}

.checkbox {
  display: none;
}

.checkbox + label {
  display: flex;
  align-items: center;
}
.checkbox + label:before {
  content: "";
  margin-right: 10px;
  width: 15px;
  height: 15px;
  border: 1px solid var(--theme-color);
  border-radius: 4px;
  cursor: pointer;
  flex-shrink: 0;
}

.checkbox:checked + label:before {
  background-color: #3a6df0;
  border-color: #3a6df0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3e%3cpath d='M20 6L9 17l-5-5'/%3e%3c/svg%3e");
  background-position: 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.content-button-wrapper {
  margin-top: auto;
  margin-left: auto;
}
.content-button-wrapper .open {
  margin-right: 8px;
}

::-webkit-scrollbar {
  background: rgba(229,236,248,1);
  width: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0,70,127,.4);
  border-radius: 10px;
}


/* CHECK LIST SERVICIOS REALIZADOS */
/* =============================== */

@import url(https://fonts.googleapis.com/css?family=Roboto:500,700);

/*
*, *::before, *::after {
  box-sizing: border-box;
}
*/

.panelChk {
  margin: 20px;
  color: #435757;
  background: linear-gradient(-20deg, #d0b782 20%, #a0cecf 80%);
  font: 500 1.2em/1.2 'Roboto', sans-serif;
}

.containerChkServ {
  width: 100%;
  margin: 20px auto;
  border-top: 5px solid #435757;
  background-color: rgba(255, 255, 255, .5);
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.containerChkServ h1 {
  margin: 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, .4);
  font-size: 1.8em;
  text-align: center;
}

/*
.containerChkServ .items {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
*/

.boxes {
  margin: auto;
  padding: 30px 10px;
}

/*Checkboxes styles*/
.boxes input[type="checkbox"] { display: none; }

.boxes input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  font: 14px/18px 'Open Sans', Arial, sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.boxes input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.boxes input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  /* border: 1px solid #6cc0e5; */
  border: 1px solid rgba(16,18,127,1);
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.boxes input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* HISTORIAL DE SERVICIOS  */
.styled-table {
    border-collapse: collapse;
    min-width: 350px;
    margin: 25px 0;
    font-size: 1em;
    font-family: 'Spartan', sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr th {
    background-color: rgba(255, 255, 255, .4);
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.styled-table tbody {
		color: rgba(229,236,248,1);
}
.styled-table th,
.styled-table td {
    padding: 12px 10px;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
    border-bottom: 1px solid rgba(221, 221, 221, .1);
}
.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
    background-color: rgba(243, 243, 243, .1);
}
.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
    border-bottom: 2px solid rgba(0, 152, 121, .7);
}
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

tr.listChk{
	color: black!important;	
	transition: all 0.3s ease-in-out!important;
}
tr.listChk:hover{
	color: black!important;
	background-color: rgba(247,249,253,.6)!important;	
	transition: all 0.3s ease-in-out!important;
}


/* MODO CELULAR  */

/* HOME  */

@media screen and (max-width: 500px){
		
		.content_box.content_box_Celu{
			overflow-y:hidden;
			overflow-x: scroll; padding-top: 25px;
		}
		.content_box_Celu .searchCeluHidden{
			display: none;
		}

		.ulAppVehi li{
		  width: 100%;
		  margin-bottom: 20px;
		}
		.list-home.borderAppVehiculos {
			margin-top: 0px;
		}
		.borderAppVehiculos h3.thinText{			
			font-size: 25px;
			letter-spacing: 5px;
		}
		.panelFlota .panel-heading{
			width: 100%;
		}
		.logoFlota img{
			width:235px;
		}
		.ulAppFlota li{
	  	width: 100%;
	  	height: 105px;
	  	min-height: 105px;
		}	

		/* ESTATUS VEHI */
		.line{
			display: none;
		}
		.main.celuMainVehi{
			padding: 0px;
		}
		.content_box.celuContBoxEstatus{
			padding-top: 0px;
			padding-bottom: 0px;
		}
		.row.container-fluid.celuContFluidEstatus{
			padding: 0px;
		}
		.segmented-progresscircle.marginCirclePS{
			margin: 0px;
		}
		.col-md-7.celuCenterCircle{
			text-align: center;
		}
		.field_box .campoDiasPS{			
			font-size: 15px;
		}
		.paddCircle.celuPaddCircle{
			padding-left: 0px;
		}
		.estatusCircle.celuEstatusCircle{
			height: 150px;
			padding: 40px 0 0 0;
		}
		.col-md-5.celuCenterCircle{
			text-align: center;
		}
		.estatusCircle.celuEstatusCircleVV2{
			height: 150px;
			padding: 20px 0 20px 0;
		}
		.celuBtnGlass a{
			font-size: 20px;
		}
		.segmented-progresscircle.marginCircleLC{
			margin: 0px;
		}
		
		/* SERVICIOS  */
		.col-md-12.celuPaddZero .row.container-fluid,
		.col-md-12.celuPaddZero .col-md-6,
		.col-md-12.celuPaddZero .col-md-5,
		.col-md-12.celuPaddZero .col-md-7{
			padding: 0px;
		}
		.col-md-12.celuPaddZero img{
			max-width: 100%;
		}
		.styled-table {
	    min-width: 100%;
	    margin: 15px 0;
	    font-size: .8em;
	    font-weight: bold;
		}

		/* SERVICIO  */
		.col-md-12.celuPaddServicio,
		.col-md-12.celuPaddServicio .col-md-6{
			padding: 0px;
		}
		.box-btn-glass a{
			font-size: 22px;
			letter-spacing: 1px;
			padding: 25px 25px;
			text-align: center;
		}


}
