::-webkit-scrollbar,
::-moz-scrollbar {
    width: 5px;
}
::-webkit-calendar-picker-indicator {
	display:block;
	color:rgba(0,0,0,0);
	opacity:1;
	/*position:relative;
	right:15px;*/
	position:absolute;
	top:-3px;
	width:100%;
	height:100%;
}
::-webkit-calendar-picker-indicator:hover {
	background:none	
}
#map *::-webkit-scrollbar{
	width:0px	
}
::-webkit-scrollbar-track,
::-moz-scrollbar-track {
    border-radius: 15px;
	background:rgba(0,0,0,0);
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #eff1f2 inset;
}
.menu::-webkit-scrollbar-track {
    background:rgba(0,0,0,0);
}
::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.25);
}
::-webkit-search-cancel-button{
    display:none;   
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.sosa {
	font-family: 'Sosa';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegihbility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.sosa:before
{
	content:attr(icon);
	font-size:130%;	
}
.lsf,.lsf-icon:before {
  font-family: 'LigatureSymbols';
}
.lsf,.lsf-icon:before,.fa:before {
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;	
}
.fa:before{
	font-size:100%	
}
.lsf-icon:before {
  content:attr(icon);
  font-size:100%;
}
html,body
{
	background:#edf1f2;	
	padding:0;
	margin:0;	
	color:#333;
	overflow:hidden !important;
	/*font-family:'Montserrat',sans-serif;*/
	width:100%;
	height:100%;
}
#container,#main {
	overflow:hidden;	
}


@media only screen and (min-width : 993px) and (orientation:landscape){
	#main.sidenav-open .mainTop .tool.left {
		display: none;
	}
}

#container .login-logo {
	display:none	
}
#container.login-load .login-logo
{
	background:#f8f8f8 center center;	
	display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;	
	align-items: center;
}
#container.login-load .loading {
	width: 50px;
    height: 50px;
    border: 18px solid rgba(0, 0, 0, 0.15);
    border-top-color: #002f87;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 0.75s linear infinite;	
}
#container.login-load .login-logo > div.vista
{
	/*background:url(../images/48x48.png) no-repeat center 51%;	*/
}
#container.login-load .login-logo .load-msg
{
	color:#333;
	text-align:center;
	position:absolute;
	top:60%;
	width:100%	
}
#main,#welcome {
	/*filter:blur(10px);*/
	/*-webkit-filter:blur(10px);*/
}
*
{
	user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none; 
	touch-callout:none;
	-webkit-tap-highlight-color:transparent !important;

}
.vista
{
	z-index:10;
	position:relative;
	height:100%;
}
.loader
{
	background: url(../images/loading-tool.gif) center center no-repeat;
	width:50px;
	height:50px;
	position:absolute;
	left:0;
	top:0;
	background-size:80%;
}
.top
{
	height:50px;
	width:100%;
	background:#333 url(../img/iconos/logo-zeek.svg) no-repeat center center;	
	position:absolute;
	color:#FFF;
	top:0;
	left:0;
	/*border-bottom:#76B4F8 solid 1px;
	border-top:#76B4F8 solid 1px;*/
	/*font-family:'Montserrat',Arial,sans-serif;*/
	justify-content: center;
	display:flex;
	z-index:4;
	overflow:hidden;
	background-size:85px;
}
.top .title
{
	text-align:left;
	left:65px;
	position:absolute;
	line-height:50px;
	display:inline-block;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	z-index:1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
	width:calc(100% - 125px);
}
.top .title.fulltitle {
	width:calc(100% - 65px);
}
.top .title.lonely{
	left:10px;
}
.top.no-logo
{
	background-image:none !important	
}
.top .left
{
	left:0;	
}
.top .right
{
	right:0;	
	line-height: 52px;
}
.top .welcome-avisos[icon='notify']
{
	font-size: 43px;	
	color:#EF3240;
}
.top .welcome-avisos
{
	opacity:1;
}
.top .welcome-avisos[icon='notify'][notifs='0']
{
	opacity:0.5;
	color:#0ab6a5;
}

 .tool
{
	cursor:pointer;	
	text-align:center;
	display:inline-block;
	min-width:60px;
	line-height:48px;
	color:#FFF;
	font-size:14px;
	position:absolute;
	z-index:3;
	pointer-events:all;
	text-transform: uppercase;
	padding: 0 4px;
}
.tool:active {
	background:rgba(0,0,0,0.1);	
}
.toolbox {
	background: white;
    min-width: 200px;
    position: absolute;
    height: auto;
    top: 5px;
    right: 5px;
    overflow: visible;
    padding: 10px 0px;
    box-sizing: border-box;
    font-size: 14px;
    box-shadow: rgba(0,0,0,0.15) 2px 2px 5px;
    z-index: 12;
    border: 1px solid rgba(0,0,0,0.1);
}
.toolbox div {
    padding: 8px 0px;
}
.toolbox span.label{
	padding:0px 20px;
	text-transform:capitalize;
}
.toolbox div:hover{
	background:rgba(0,0,0,0.05);
	cursor:pointer;
}
.toolbox div.toolhead {
	font-weight:bold;
}
.toolbox div.toolhead:hover{
	background:white;
	cursor:auto;
}
.toolbox div span.check {
    padding: 0 5px 0 20px;
	opacity:0;
}
.toolbox div span.check.selected {
	opacity:1;
}
.vehicleList,.orderList{

}
.dynamicContainer {
	background:rgba(0,0,0,0.5);
	z-index:11;	
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;

}
.dynamicBox{
		background:#edf1f2;
	box-sizing: border-box;
	box-shadow: #000 0px 5px 25px;
	border-radius:10px;
	overflow-y:auto;
}
th i.material-icons {
    top: 8px;
    position: relative;
}
.tool i.material-icons {
    font-size: 24px;
    top: 5px;
    position: relative;
}
.tool i.fas {
	font-size:18px
}
.tool i[class^="zicon_"], 
.tool i[class*=" zicon_"] {
	font-size:24px;
}
.mainTop .tool i.fas,
.mainTop .tool i.far {
	font-size:22px;
}
.mainTop .tool i[class^="zicon_"], 
.mainTop .tool i[class*=" zicon_"] {
	font-size:26px;
}
.mainTop .tool.right i.fas,
.mainTop .tool.right i.far{
	top:3px;
	position:relative
}
.mainTop .tool.right i[class^="zicon_"], 
.mainTop .tool.right i[class*=" zicon_"] {
	position:relative;
}
.mainTop .tool {
	padding:0
}
@media (max-width: 865px),(max-height:690px) {
	.dynamicBox {
		    box-shadow: none;
			width:100%;
			border-radius:0px;
			overflow-x:auto
	}
}
@media only screen and (max-width: 992px){
	table.responsive-table thead {
		height:100%;
	}
	table.responsive-table {
		height:100%;
	}
}
#vehiculos .row{
	margin-bottom:0px
}
.license
{
	position:absolute;
	top:0;
	right:0;
	border-radius:0 0 0 10px;	
}
#map {
	background:#231f20 url(../img/zeekgpsbackground2.png) no-repeat center center;
}
#map,.map,.centerMarker,.centerAim,.centerLabel {
	width: 100%;
	left: 0;
	top: 50px;
	position: absolute;
	z-index:9; 
	/*display:none;*/
}
#map {
	z-index:4 !important
}
.centerMarker {
	/*background-position: calc(50%) calc(50% - 23px);
    background-image: url(../img/marker-red.png);
    background-repeat: no-repeat;*/
	display:none;
	pointer-events:none;
	z-index:10;
}
.centerAim {
	display:none;
	pointer-events:none;
	background:url(../img/aim.png) no-repeat center center;
	z-index:10;
}
.centerLabel {
	display:none;
	z-index:10;
	pointer-events:none;

}
.centerLabel .label {
    position: absolute;
    top: calc(50% + 5px);
    left: 50%;
    background: #FFF;
    border-radius: 4px;
    color: #333;
    padding: 1px 13px;
    font-size: 11px;
    font-family: Arial;
    transform: translate(-50%, 0) !important;
    box-shadow: #000 0 1px, #000 0 -1px, #000 1px 0, #000 -1px 0;
}
.menu {
	box-shadow: 5px 0px 15px rgba(0,0,0,0.5);
	position:absolute;
	z-index:6;
	left:0;
	height:100%;
	overflow:hidden;
	display:none;
	background:#191919;
	color:#E65100 ;
	max-width: 300px;
    width: 80%;
}

.menu .listHead
{
	background:	#0ab6a5;
	color:#333;
	font-family:'Montserrat',Arial,sans-serif;
	padding:0px 15px;
	border-bottom:#333 solid 1px;
	width:100%;
	position:relative;
	line-height:50px;
}
.menu .listHead .lsf
{
	left:-16px;
}
.menu ul
{
	margin:0;
	padding:0;
	list-style:none;
	overflow-y: scroll;
    overflow-x: hidden;	
}



.pin {
	border: #FFF solid 3px;
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #D3194B;
  position: absolute;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -33px 0 0 -14px;
  animation-name: bounce;
  animation-fill-mode: both;
  animation-duration: 1s;
  -webkit-box-sizing:inherit;box-sizing:inherit
}
.pin:after{
    content: '';
    width: 14px;
    height: 14px;
    margin: -7px 0px 0px 8px;
    background: #2F2F2F;
    position: absolute;
    border-radius: 50%;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    top: 50%;
    left: 0px;
}
.pulse{
  background: rgba(0,0,0,0.2);
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 5px 0px 0px -3px;
  transform: rotateX(55deg);
  z-index: -2;
}
.pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0.0;
    box-shadow: 0 0 1px 2px #89849b;
    animation-delay: 1.1s
}
@keyframes pulsate{
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0.0
  }
  50% {
    opacity: 1.0
  }
  100%{
    transform: scale(1.2, 1.2);
    opacity: 0
  }
}
@keyframes bounce{
  0%{
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg)
  }
  60%{
    opacity: 1
    transform: translateY(30px) rotate(-45deg)
  }
  80%{
    transform: translateY(-10px) rotate(-45deg)
  }
  100%{
    transform: translateY(0) rotate(-45deg)
  }
}
.menu ul li
{
	font-family:'Montserrat',Arial,sans-serif;
	padding:5px;
	border-bottom:rgba(255,255,255,0.15) solid 1px;
	line-height:50px;
	position:relative;
	color:#E65100 ;
	height:50px;
	cursor:pointer;
}
.menu ul li span
{
	display:block;	
	width:100%;
	color:#E65100 
}
.menu ul li .optionText
{
	position:relative;
	font-size:14px;
	left:20px;
	font-weight: bold;
}
.menu ul li:hover
{
	background:rgba(255,255,255,0.05);
}
.menu ul li:active
{
	background:rgba(255,255,255,0.1);
}

.left-icon .fa-circle
{
	font-size:18px;	
}

.menu .userinfo span {
	font-size: 32px;
    line-height: 50px;
    margin-left: 15px;
	color:#FFF;
    /* float: left; */	
}
.menu .userinfo .userwelcome {
	position: absolute;
    left: 70px;
    top: 4px;
	color:#FFF;
}
.menu .userinfo .username {
	position: absolute;
    top: 25px;
    left: 70px;
    color: #FFF;

}
.menu ul li .lsf-icon, .menu ul li .fa,.menu ul li span[class^="icon-"], .menu ul li span[class*=" icon-"]
{
    position: relative;
    font-size: 17px;
    text-align: center;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0);
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
	top:5px;
	left:10px;
	color:#E65100 ;
}
.menu ul li span[class^="icon-"], .menu ul li span[class*=" icon-"]{
	font-size:24px;	
}
.menuShadow
{
	box-shadow: #000 3px 0 15px;	
}
#login
{
	background:#eff1f2;
	z-index:10;
	opacity:0;
	overflow:hidden;
}
/*.loginLogo
{
	background:url(../images/logo-v2.png) no-repeat center center;
	width:100%;
	height:150px;
	position:relative;
	margin:auto auto;	
	background-size: contain;	
}*/
.loginBox
{
	/*background:rgba(10,182,165,0.6);
	border-radius:4px;
	padding:10px;*/
	margin:auto auto;
	top:130px;
	position:relative;	
    width: 400px;
    max-width: 80%;
}
input::-webkit-input-placeholder {
	color:rgba(0,0,0,0.5);
}
.input
{
	height:40px;
	width:100%;
	color:#333;
	/*font-weight:bold;*/
	font-size:18px;
	display:block;
	/*font-family:'Montserrat',Arial,sans-serif;*/
	border:none;
	border-bottom:1px solid #002f87 !important;
	text-align:center;
	border-radius:0px;
	-webkit-border-radius:0px;
	-webkit-appearance: none;
}
input[type=search],select.input
{
	height:50px;	
}
.inputBox
{
	/*border-radius:4px;*/
	margin-bottom:13px;
	overflow:hidden;
	width:50%;
	position:relative;
}
.inputBox input[type=text],.inputBox input[type=password],.inputBox input[type=email],.inputBox input[type=number]
{
	background:#f8f8f8;
	color:#333;
	font-weight:bold;	
	user-select: auto;
	-webkit-user-select:auto;
}
.inputBox .inputIcon
{
	color:rgba(255,255,255,0.6);	
}


.inputBox:last-child
{
	margin-bottom:0px;	
}
.inputBox span {
    display: inline-block;
    height: 42px;
    width: 50px;
    /* float: right; */
    /* font-size: 28px; */
    font-size: 36px;
    text-align: center;
    line-height: 44px;
    color: #002f87;
    /* background: rgba(255,255,255,0.4); */
    /* padding-left: 8px; */
    position: absolute;
    right: 0px;
	top:0px;
	cursor:pointer;
}
.loginBox .inputBox {
	width:100%;	
}
.flex
{
	z-index: 1;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-direction: column; /* works with row or column */
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;	
}
.subContent.flex
{
	height:100%;	
}
.flex ul.list
{
	width:100%	
}
.flex ul.list li
{
	padding:10px 0px;	
}
.flex-top
{
	z-index: 1;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column; /* works with row or column */
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content:flex-start;
	justify-content: flex-start;
}
.flex-row
{
	z-index: 1;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row; /* works with row or column */
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;	
}

.loginContainer
{
	position:relative;	
	width:100%;
}
.loginBox .loginMsg
{
	position:absolute;
	font-family:'Montserrat',Arial,sans-serif;
	color:rgba(255,255,255,0.25);
	left:34px;
	bottom:-44px;
	font-size:22px;
}
.loginBox .sendButton
{
	/*background:	#0ab6a5;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f77b00+0,f4b266+100 */
background: #002f87;
	height:48px;
	/*color:#065e6d;*/
	color:#FFF;
	letter-spacing: 1px;
	/*font-weight:bold;*/
	box-shadow:rgba(0,0,0,0.15) 0 5px 5px;
	line-height:48px;
	text-align:center;
	position:relative;
	top:15px;
	/*border-radius:5px;*/
	border-radius:5px;
	font-family:'Montserrat',Arial,sans-serif;
	font-size:14px;
	width:100%;
	cursor:pointer;
	text-transform:uppercase;
}
.forgot
{
	position:absolute;
	/* Con activateUnit habilitado */
	bottom:40px;
	/*bottom:10px;*/
	/*font-family:'Montserrat',Arial,sans-serif;*/
	font-size:12px;
	text-align:center;	
	width:100%;
	
}
.forgot {
	cursor:pointer;
}
#login .activateUnit {
	position:absolute;
	bottom:10px;
	color:#002f87;
	font-family:'Montserrat',Arial,sans-serif;
	font-size:16px;
	text-align:center;	
	font-weight:bold;
	text-decoration:underline;
	width:100%;
	cursor:pointer;
}

/*.button
{
	background:	#0ab6a5;
	height:48px;
	color:#065e6d;
	font-weight:bold;
	line-height:48px;
	text-align:center;
	border-radius:5px;
	font-family:'Montserrat',Arial,sans-serif;
	font-size:22px;
	cursor:pointer;	
	border:none;
	
}*/
.sidenav .user-view .background img {
	opacity:0.1;
}
.landLogo
{
	width:30%;
	height:30%;
	left:50px;
	float:left;
}
#history,#georefs
{
	/*font-family:'Montserrat',Arial,sans-serif;*/
	color:#333;
	z-index:6;
}

.subContent
{
	
}
.histExtra
{
	padding:5px	
}
.historyItem,.geoItem
{
	padding:10px;
	border-bottom:rgba(255,255,255,0.5) solid 1px;	
	height:100px;
	position:relative;
	align-content: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color:#333
}
.historyItem:active,.geoItem:active
{
	background:rgba(255,255,255,0.25);	
}

.historyItem .histIcon,.geoItem .geoIcon
{
	left: 10px;
  line-height: 105px;
  font-size: 26px;
  text-align: center;
  display: inline-block;
  width: 50px;
  position: absolute;
  top: 5px;
}
.geoItem .geoIcon
{
	width:35px;	
	height:100px;
	
}
.historyItem .histView,.geoItem .geoView
{
	position: absolute;
	line-height: 105px;
	font-size: 24px;
	right: 7px;
	top: 5px;
}
.itemElement
{
	position:relative;
	left:5px;	
	margin-left: 45px;
}

.historyItem .histTitle,.geoItem .geoTitle
{
	font-size:20px;
	margin-bottom:5px;
	color:#333
}

.historyItem .histDesc,.geoItem .geoDate
{
	font-size:12px;
	font-style:italic;
	margin:2px 0px 2px 45px;
	color:rgba(0,0,0,0.6);	
}
.historyItem .histDate,.geoItem .geoAddress
{
	font-size:12px;
	margin-bottom:5px;
	color:#333
}
.bg
{
	/*background:url(../images/bg.png);	
	background-size:cover;*/
	background: #edf1f2;
	/*background: -moz-linear-gradient(45deg,  rgba(115,146,50,1) 0%, rgba(16,147,134,1) 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(115,146,50,1)), color-stop(100%,rgba(16,147,134,1)));
	background: -webkit-linear-gradient(45deg,  rgba(115,146,50,1) 0%,rgba(16,147,134,1) 100%);
	background: -o-linear-gradient(45deg,  rgba(115,146,50,1) 0%,rgba(16,147,134,1) 100%);
	background: -ms-linear-gradient(45deg,  rgba(115,146,50,1) 0%,rgba(16,147,134,1) 100%);
	background: linear-gradient(45deg,  rgba(115,146,50,1) 0%,rgba(16,147,134,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#739232', endColorstr='#109386',GradientType=1 );*/
}
.bg-transp
{
	/*background:url(../images/bg.png);	
	background-size:cover;*/
	background: -moz-linear-gradient(45deg,  rgba(115,146,50,1) 0%, rgba(16,147,134,1) 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(115,146,50,0.8)), color-stop(100%,rgba(16,147,134,0.8)));
	background: -webkit-linear-gradient(45deg,  rgba(115,146,50,0.8) 0%,rgba(16,147,134,0.8) 100%);
	background: -o-linear-gradient(45deg,  rgba(115,146,50,0.8) 0%,rgba(16,147,134,0.8) 100%);
	background: -ms-linear-gradient(45deg,  rgba(115,146,50,0.8) 0%,rgba(16,147,134,0.8) 100%);
	background: linear-gradient(45deg,  rgba(115,146,50,0.8) 0%,rgba(16,147,134,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#739232', endColorstr='#109386',GradientType=1 );
}
.subVista
{
	overflow-y:auto;
	overflow-x:hidden;
	height:calc(100% - 50px);
	width:100%;
	position:absolute;
	top:50px;
	background-color:#F2F2F2;
	pointer-events: all;
	z-index:13;
	-webkit-overflow-scrolling: touch;
}
.pointPage,#sidebar,.checkpoints {
	-webkit-overflow-scrolling: touch !important;
}
.inputGroup input[type="text"]{
	-webkit-overflow-scrolling: touch !important;
}
.subVista.no-top
{
	top:0;	
}
.top-priority
{
	z-index:10;
}
.click-through
{
	pointer-events: none;	
}
.itemView
{
	  position: absolute;
	  width: 100%;
	  display:none;	
}
.itemView .viewTitle
{
	font-size:25px;
	padding:5px 10px;	
}
.itemView .viewAddress
{
	font-size:20px;
	padding:5px 10px;	
}
.itemView .viewRadius
{
	font-size:16px;
	padding:5px 10px;
	color:rgba(0,0,0,0.6);	
}
.itemView .viewDate
{
	font-size:14px;
	padding:5px 10px;
	color:rgba(0,0,0,0.45);	
}
.itemView .viewOption
{
	line-height:50px;
	padding:0 15px;	
	border-top:rgba(0,0,0,0.5) solid 1px;	
	border-bottom:rgba(0,0,0,0.5) solid 1px;	
}
.itemView .viewOption .lsf, .itemView .viewOption .fa
{
	font-size:20px;
	margin-right:7px	
}
.itemView .viewOption:active
{
	background:rgba(255,255,255,0.25);	
}
.bottomView
{
	position:absolute;
	bottom:0;
	width:100%;
	top:auto;
}
#georefs .subVista
{
	pointer-events: all;	
}
#georefsBar
{
	position:absolute;
	left:0;
	width:100%;
	bottom:-125px;
	font-family:'Montserrat',Arial,sans-serif;
	pointer-events: none;
}
.panicBtn
{
	position:absolute;
	top:0;
	left:0;	
}
.panicBtn .tool
{
	background:#EF3240;
	color:#FFF;
	border-radius:0 50px 0 0;	
	top:-20px;
	font-size:25px;
}
.panicBtn .tool::before {
	left: -5px;
    top: 3px;
    position: relative;
}
.georefsButton
{
    width: 100px;
    position: relative;
    bottom: 0;
    border-radius: 10px 10px 0 0;
    background: #ff8300;
    z-index: 2;
    height: 30px;
    line-height: 30px;
}
.georefsButton:active {
	background:#ff8300	
}
.georefsButton .lsf {
	font-size: 20px;
    margin: 0;
    padding: 0;	
}
.georefsBox
{
	background:#ff8300;
	height:125px;
	width:100%;
	text-align:center;
	pointer-events:all;
}
.georefStep .sosa
{
	font-size: 70px;
}
.georefStep[step='1'] .lsf,.georefStep[step='1'] .fa
{
    font-size: 45px;
    text-align: center;
    border-radius: 30px;
    background: rgba(255,255,255, 0.2);
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 5px;
    color: #333;
}
.geoBarTitle
{
	text-transform:uppercase;
	color:#333;
	font-family:'Montserrat',Arial,sans-serif;
	font-size:16px;	
}

input[type=range] {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  width: 70%; /* Specific width is required for Firefox. */
  border-radius: 12px;
}
#georefs .newPoi > div[class^="poiStep-"],#georefs .newPoi > div[class*=" poiStep-"]{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;	
	
}
#georefs .newPoi > div {
	width:100%;	
}
#georefs .newPoi {
	justify-content: center;
    align-items: center;	
	display:flex;
}
#geoDiameter
{
	border-radius:10px;
	width:80%;
}
#geoDiameter .ui-slider-handle {
  border: 2px solid #002f87;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #002f87;
  cursor: pointer;
  /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */
  margin-top:-14px

}
.ui-widget-content {
	background:#000 !important	
}
#geoDiameter .ui-slider-range { background: #000 }
.geoDiameter::-webkit-slider-thumb {
 -webkit-appearance: none;
  border: 2px solid #ff8300;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  background: #000;
  cursor: pointer;
  margin-top: -20px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; 
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: #000;
  border-radius: 12px;
  border: 0.2px solid #DDD;
}

input[type=range]:focus::-webkit-slider-runnable-track {
 /*background: #367ebd;*/
}

input[type=range]:focus,* {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}
.geoDiam
{
	line-height:75px;
	height:50px !important;
	width:100%;
}
.geoDiamLabel
{
	line-height:25px	
}
.geoBack,.geoNext,.georefStep .geoBack
{
	line-height:125px;
	font-size:30px;	
	bottom:0;
	position:absolute;
	width:60px;
	z-index:3;
	display:none;
}
.geoBack
{
	left:0px;	
	text-align:left;
}

.geoNext
{
	right:0px;
	text-align:right;	
}
.georefStep
{
	position:relative;
	height:125px;	
}
.georefStep .flex
{
	height:100%	
}
.georefStep .flex-row
{
	height:70%;	
}
.geoDiamValue span
{
	font-size:50px;
}
.geoDiamValue div
{
	font-size:18px;	
}
#loginPage.hidden,
#unidades .carIcon.darkOverlay.hidden,
#wait.hidden,
#prefinish.hidden,
#add-btn.hidden,
#close-btn.hidden,
.btn-large.hidden,
.waitSidebar.hidden,
.dynamicContainer.hidden{
	display:none !important;	
}
#georefs .newPoi .inputBox {
	width:400px;
	max-width:80%	
}
.fade
{
	background:rgba(0,0,0,0.6);
	z-index:5;
	display:none;	
}
/*button,.button {
margin: 15px auto 15px auto;
    background: #002f87;
    border: none;
   	padding:10px 20px;
    border-radius: 35px;
    text-transform: uppercase;
    cursor: pointer;
    color: #FFF;
    min-width: 135px;
    line-height: 30px;
    display: block;
    max-width: 42%;
}*/
button.date-shortcut {
	min-width: 150px;
}
.button .lsf, button .lsf {
	text-transform:lowercase
}
.button .icon-der{
    /*margin-left: 13px;*/
    font-size: 30px;
}
.button .icon-izq{
    /*margin-right: 15px;*/
    font-size: 30px;
}
.button .btnBox {
	width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;	
}
.swatch
{
	/*box-shadow: #000 0 1px 2px;*/
	width:45px;
	height:45px;
	line-height:45px;
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	border-radius:50px;
	margin:5px;
	text-align:center;
	display:inline-block;
	cursor:pointer
}
.vert-only .swatch
{
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:40px;
	font-size:16px;	
}
.vert-only .flex-row
{
	height:39%	
}
.land-only,.vert-only
{
	height:100%	
}
.left-icon.car-icon {
	margin-right:5px;
}
.left-icon.car-icon span,.left-icon.car-icon div{
	width: 100%;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
	background-size:contain;
	margin-left:3px;
}
.chevron span.badge{
	margin-left:0;
	min-width:2rem;
}
.chevron span.badge[value="0"]{
	display:none;
}
.noContent
{
	display:flex;
	flex-direction: column;
	width:100%;
	height:100%;
	/*font-family:'Montserrat',Arial,sans-serif;*/
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	color:#333;
	pointer-events: none;
	align-items: center;
    justify-content: center;
}
.inputGroup .noContent{
	position:relative
}
.inputGroup .content {
	/*max-height:300px;*/
	overflow-y:auto;
	overflow-x:hidden;
}
@media only screen and (orientation:landscape) {
	.inputGroup .content {
		max-height:calc(100% - 50px);
	}
}
.overflow-y-hidden{
	overflow-y:hidden;
}
.list 
{
  list-style: none;
  margin: 0;
  padding: 0;
  color:#333;
}
.list > li
{
	/*min-height:50px;
	font-family:'Montserrat',Arial,sans-serif;
	border-bottom:rgba(0,0,0,0.2) solid 1px;
	padding-left:50px;
	font-size:20px;
	position:relative;
	align-content: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	padding: 10px 0 10px 50px;
	pointer-events: all;*/
    min-height: 35px;
    /*font-family: 'Montserrat',Arial,sans-serif;*/
    border-bottom: rgba(0,0,0,0.2) solid 1px;
    /* padding-left: 50px; */
    font-size: 14px;
    position: relative;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
    /* padding: 10px 0 10px 50px; */
    pointer-events: all;
	color:#333;
}
.subVista ul.list > li,.subVista ul.list *{
	/*color:#333*/
}
.subVista .list > li{
	border-bottom: rgba(0,0,0,0.2) solid 1px;
}
.subVista .list.simpleList > li {
	border-bottom: rgba(0,0,0,0.15) solid 1px;
}
ul.list.simpleList {
	padding:0 5px;
}
ul.list.simpleList li .listSubtext {
	color:rgba(0,0,0,0.45) !important;
}
.list.big > li{
	font-size:16px
}
.list li *
{
	pointer-events: all;	
}

.list > li:active
{
	background:rgba(0,0,0,0.05);	
}
.list li.no-effect:active,
.list li.section-title
{
	background:none !important;
}

.list li .left-icon
{
  /*font-size: 30px;
  position: absolute;
  left: 5px;
  top:0;
  width: 65px;
  text-align: center;
  height:100%;
  display: inline-block;
  vertical-align: middle;
  background-repeat:no-repeat;
  background-position:center center;*/
  margin-right:5px;
  padding:0px;
     font-size: 32px;
    position: relative;
    /* left: 5px; */
    min-width: 15%;
    text-align: center;
    height: auto;
    justify-content: center;
	align-items:center;
	flex-direction:row;
    /*min-height: 80px;*/
	display:flex;
}
.list li .left-icon i{
	font-size:32px !important;
}
.list li .left-icon i.fas{
	font-size:30px !important
}
.list li .left-icon i[class^="zicon_"],
.list li .left-icon i[class*=" zicon_"]{
	font-size:34px !important;
}

.searchBar div.left-icon {
    min-height: 100%;
}
.list li .textBox {
	width:100%;
	display:flex;
	justify-content:center;	
	flex-direction:column;
	word-wrap:break-word
}
.list li .textBox.textBoxCenter {
	align-items:center;
}
.list li .left-icon .lsf, 
.list li .left-icon .fa,
.list li .left-icon [class^="icon-"], 
.list li .left-icon [class*=" icon-"],
.list li .left-icon [class^="zicon_"], 
.list li .left-icon [class*=" zicon_"]
{
	/*top: 5px;*/
	position: relative;	
	font-size:22px;
}
.list li .listText
{
	/*margin-right:20px;
	margin-left:25px;*/
	    width: 100%;
    display: flex;
    align-items: center;
	word-break:break-word;
}
.list li .textBox .listText {
	width:auto	
}
.list li.center .listText {
	    justify-content: center;	
}
.searchBar .listText {
    width: 100%;
}
.list li .listSubtext
{ 
	font-size:13px;
	color:rgba(0,0,0,0.55);
	margin-top:3px;
}
.list.simpleList .listText{
	font-weight:bold;
	font-size:16px;
}
.list.simpleList .listSubtext{
	margin-top:0px;
	margin-right: 5px;
	font-size:14px;
}
.list.simpleList .left-icon{
	min-width:65px; 
}
.list li .listSubtext.peek
{
  /*overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;*/
  /*margin-right: 25px;	*/
}
.list li.no-icon
{
	padding-left:14px;
}
.list li .chevron
{
	/*cursor:pointer;
    font-size: 20px;
    position: absolute;
    right: 0px;
    top: 0;
    width: 80px;
    text-align: right;
    height: 100%;
    display: flex;
    vertical-align: middle;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;*/
cursor: pointer;
    font-size: 20px;
    position: relative;
    /* right: 0px; */
    /* top: 0; */
    min-width: 5%;
    text-align: right;
    height: auto;
    display: flex;
    /* vertical-align: middle; */
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
	/*background:rgba(0,0,0,0.025);*/
}
.list li .chevron .icon-basura {
	font-size:30px;	
}
.list li .configSquare {
    font-size: 20px;
    position: relative;
    /* right: 0px; */
    /* top: 0; */
    min-width: 20%;
	width:auto;
    text-align: right;
    height: auto;
    display: flex;
    /* vertical-align: middle; */
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* background: rgba(0,0,0,0.025); */
	border-left:solid 1px rgba(0,0,0,0.15);
}
@media screen and (min-width:650px) {
	.list li .configSquare {
		min-width:15%;
	}
}
@media screen and (min-width:900px) {
	.list li .configSquare {
		min-width:10%;
	}
}
#apagadoMotor .list li .configSquare {
	min-width:25%;
}
@media screen and (min-width:900px) {
	#apagadoMotor .list li .configSquare {
		min-width:15%;
	}
}

.configSquare label.switchy {
    top: -5px;
}
/*.list li .chevron:hover,.list li .listOption:hover {
	background:rgba(0,0,0,0.1)	
}*/
.list.notifList li .listSubtext {
	/*margin-left:25px	*/
}
.list li .listOption {
	/*cursor:pointer;
	font-size: 30px;
	position: absolute;
	right: 80px;
	top: 0;
	width: 80px;
	text-align: right;
	height: 100%;
    display: flex;
    vertical-align: middle;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
	*/
cursor: pointer;
    font-size: 30px;
    position: relative;
    /* right: 80px; */
    top: 0;
    min-width: 15%;
    text-align: right;
    height: auto;
    display: flex;
    vertical-align: middle;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.list li .listOption span {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: inline-block;
}
.list li .chevron .lsf-icon, .list li .chevron .fas
{
	/*top:5px;	*/
}
.list li .chevron:before,.list li .left-icon:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.list li .chevron:active{
	background:rgba(0,0,0,0.05)
}
.list li:last-child,
.list.simpleList li:last-child
{
	border-bottom:none;	
}
.list li .toggleBtn
{
  position: relative;
  /* right: 10px; */
  /* top: 20.5px; */
  /* line-height: 80px; */
  width: 28px;
  height: 28px;
 /* border-radius: 7px;*/
	border-radius:28px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
	
}
.list li .toggleBtn.disabled
{
	opacity:0.25
}
.list li .toggleBtn[value="0"]
{
	background:#CCC;
	color: #FFF;
	border:rgba(0,0,0,0.25) solid 2px;
}
.list li .toggleBtn[value="1"]
{
	/*background:#23b2c8;
	border:#fff solid 2px;	*/
	background:#8cc63f;
	color: #FFF;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
	border:#fff solid 2px;

}
.list li .toggleBtn .toggleThumb
{
    width: 28px;
    height: 28px;
    /* border-radius: 4px; */
  
    /* background: #F1F1F1; */
    position: absolute;
    /* -webkit-transition: all 0.25s linear; */
    /* transition: all 0.25s linear; */
}
.list li .toggleBtn[value="0"] .toggleThumb
{
	/*left:0;
	/*box-shadow: rgba(0, 0, 0, 0.5) 3px 0px 8px;*/
	/*box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 8px;*/
	left:0px;
	top:0px;
	color:rgba(0,0,0,0);
}
.list li .toggleBtn[value="1"] .toggleThumb
{
	/*left:40px;
	/*box-shadow: rgba(0, 0, 0, 0.5) -3px 0px 8px;*/
	/*box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 8px;*/
	left:0px;
	top:0px;
}
.list li .checkbox
{
	position:relative;
	font-size:30px;
}
.list li.center
{
	text-align:center;
	padding:5px 0px;
}
.list li.center .car-icon
{
	height:90px;
	position:relative;
	margin:auto
}
.list li.center .left-icon
{
	left:0
}
.list li.center .listText
{
	margin:0;	
}
.list li.border-bottom,
.border-bottom
{
	border-bottom:rgba(0,0,0,0.15) solid 1px;	
}

.list li.border-top,
.border-top
{
	border-top:rgba(0,0,0,0.15) solid 1px;	
}
.list li.hidden
{
	display:none !important;	
}
.list li.soft-hidden
{
	display:none;	
}

.list li.no-history{
	opacity:0.5;
}
.list li.section-title{
	font-size:13px;
	color:#E65100;
	font-weight:bold;
	height:20px;
	border-bottom:none !important;
	top:5px
}
.list li.section-title .listText{
	font-size:12px;
}
.list.v2list {
	max-width:80%;
	width:500px;	
	margin:0 auto
}
.list.v2list li {
	border-bottom:#002f87 solid 1px;	
}
.list.v2list li .listSubtext {
	margin-top:3px	
}
.geoItem .left-icon {
	font-size:	48px !important
}
.subVista.darkOverlay,.darkOverlay {
	background:rgba(0,0,0,0.85);
	color:#F1F1F1;	
}
.subVista.darkOverlay .listText {
	color:#F1F1F1;	
}
.subVista.darkOverlay .listSubtext,.subVista.darkOverlay .chevron{
	color:#b0b0b0
}
.subVista.darkOverlay .v2list li {
	border-bottom:none
}
.agendaAddRepTimeOpt,.agendaAddRepTimeOpt.no-effect:active,
.agendaAddUniTimeOpt,.agendaAddUniTimeOpt.no-effect:active{
  background: rgba(0, 0, 0, 0.15) !important;
}
.agendaAddRepTimeOpt:active,
.agendaAddUniTimeOpt:active{
  background: rgba(255, 255, 255, 0.15) !important;
}


select.normal,input[type="date"].normal
{
	opacity: 0;
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	margin:0 !important;
	padding:0 !important;
	display:inline-block;
	/*font-family:'Montserrat',Arial,sans-serif;*/
	font-size:18px;
	z-index:2;	
}
select.datetime,select.big
{
	font-size:28px;
	text-align:center;	
	/*font-family:'Montserrat',Arial,sans-serif;*/
	margin: 3px 5px;
	border-radius: 5px;
	/* border: none; */
	background: #FFF;
}
.list li.no-border-bottom,
.list.simpleList li.no-border-bottom,.no-border-bottom {
	border-bottom:none !important;	
}
/*.rasconItem .listText,.rasconItem .left-icon
{	
	opacity:0.5
}*/
.notselRascon.rasconItem,.notselRascon.rasconItem .left-icon {
	opacity:0.5	
}
.selRascon.rasconItem,.selRascon.rasconItem .left-icon {
	opacity:1	
}
.halfOpacity > div,.halfOpacity > span, .halfOpacity ::before,.halfOpacity:before {
	opacity:0.5	
}
.notifBubble
{
	color:#FFF;
	/*font-family:'Montserrat',Arial,sans-serif;*/
	font-size:16px;
	text-align:center;
	line-height:28px;
	height:25px;
	width:25px !important;
	display:none;
	position:absolute;	
	background:#EF3240;
	border-radius:13px;
	text-shadow:#000 0 1px 1px;
}

.notifBubble .tri
{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0px 7px 10px;
	border-color: transparent transparent transparent #ef323e;
	position:absolute;
	top:5px;
	right:-10px;
}
.notifBubble.n-top-right
{
	top:-10px;
	right:-10px;	
}
.notifBubble.n-top-left
{
	top:-10px;
	left:-10px;	
}
.notifBubble.n-bottom-right
{
	bottom:-10px;
	right:-10px;	
}
.notifBubble.n-bottom-left
{
	bottom:-10px;
	left:-10px;	
}
.notifBubble.menuNotif
{
	right:0px;
	top:0px;
	font-size:18px
}
.top .notifBubble.menuNotif {
	width: 12px !important;
    height: 12px;
    top: 5px;
    right: 5px;	
}

.notifBubble.listNotif
{
  position: relative;
  left: -15px;
  display: inline-block;
  margin: 0;
  top: 0px;
  border-radius:4px;
}
.menu .notifBubble {
    font-size: 14px;
    line-height: 24px;
    /*height: 21px;
    width: 21px !important;*/
    border-radius: 13px;
	width: 15px !important;
    height: 15px;
    top: 22.5px;
    right: 10px;
}
.left-icon.not-seen
{
	color:	#EF3240;
}

.h1 {
	font-size:25px;	
}
.h2 {
	font-size:18px !important;	
}
.h3 {
	font-size:16px;	
	color: rgba(0,0,0, 0.7);
}

.h4 {
	font-size: 12px !important;
	color: rgba(0,0,0, 0.45) !important;
}
.my-location{
	background: url(../images/my-location.png) no-repeat center center;
	height: 30px;
	width: 30px;
	/*-webkit-animation: pulse 1s ease 1s 3;
	-moz-animation: pulse 1s ease 1s 3;
	animation: pulse 1s ease 1s 3;	*/
}
/* ANIMACIONES */
@-webkit-keyframes pulse {
 40% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
 40% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  40% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
#geoName {
	text-align:center	
}
/* PARA PANTALLAS CON 359PX O MENOS DE LARGO (IPHONE 4/5)*/
@media only screen and (max-width: 359px) {
	.geoBack,.geoNext
	{
		font-size:21px;
		width:27px;	
	}
	.swatch {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;	
	}
	.input
	{
		/*width:75%;	*/
	}
	#geoDiameter
	{
		width:55%;
	}
	.notifBubble.listNotif
	{
		left:-5px;	
	}
	.list li .listSubtext {
	  /*margin-right: 57px;*/
	}
	.loginBox .sendButton {
		bottom:30px;	
	}
}
.glow {
	animation: glow-anim 1s infinite;	
}
@keyframes pulse {
  0% {
    background-color: #001F3F;
  }
  100% {
    background-color: #001F3F;
  }
  50% {
    background-color: #FF4136;
  }
}
.glow {
	animation: glow-anim 1s infinite;	
}
@keyframes glow-anim {
	0% {
		-moz-text-shadow: 0 0 0px #fff;
		-webkit-text-shadow: 0 0 0px #fff;
		text-shadow: 0px 0px 0px #fff;	
		font-size:100%
	}
	50% {
		-moz-text-shadow: 0 0 15px #fff;
		-webkit-text-shadow: 0 0 15px #fff;
		text-shadow: 0px 0px 15px #fff;
		font-size:130%
	}
	100% {
		-moz-text-shadow: 0 0 0px #fff;
		-webkit-text-shadow: 0 0 0px #fff;
		text-shadow: 0px 0px 0px #fff;	
		font-size:100%
	}
}

@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-ms-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-o-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
.mainTop.top .left{
	font-size:26px;
}
.loading {
	width: 40px;
    height: 40px;
    border: 8px solid rgba(0,0,0, 0.15);
    border-top-color: #E65100 ;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    top: 5px; 
}
#timerContainer {
	position:absolute;
	top:50px;
	left:2px;
	z-index:9;
	width:40px;
	background:#333;
	border-radius:0 0 3px 3px;
	height:50px;
}

#time {
	z-index:10;
	position:absolute;
	top:55px;
	left:5px;
}
#timeControls {
    z-index: 10;
    position: absolute;
    top: 53px;
    left: 11px;
    font-size: 29px;
	cursor:pointer;
}
.timeOptions {
	display:none;
	background: #333;
    width: 50%;
    max-width: 250px;
    min-height: 100px;
    position: absolute;
    top: 61px;
    left: 80px;
    border-radius: 0 3px 3px 3px;
    z-index: 10;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.2);

}
.timeOptions li * {
	color:#FFF;
}
.timeOptions li {
	border-bottom:rgba(255,255,255,0.2) solid 1px;
}
.timeOptions .list li .left-icon{
	min-width:16%
}
.timeOptions .list li .left-icon i.fas{
	font-size:16px !important
}
#timeOptions {
    background: #333;
    border-radius: 3px;
    padding: 3px;
    color: #FFF;
    position: absolute;
    top: 61px;
    left: 50px;
    /* width: 20px; */
    /* height: 20px; */
    z-index: 9;
    font-size: 18px;
    padding: 1px 7px 0px 7px;
		cursor:pointer;
}
.timeOptions .chevron input {
    margin-bottom: 0;
    color: #333;
    background: #FFF;
    width: 40px;
	height:30px;
    text-align: left;
    z-index: 4;
	padding-left:3px;
}
.timeOptions .chevron .caret{
	color:#333;
	z-index:5;
}
.timeOptions .chevron .select-wrapper{
	position:relative;
	right:9px;
}
.ui-progressbar {
	height:20px;
	overflow:hidden;
}
.ui-progressbar-value {
    height: 100%;
}

.waitPlz .loading {
	display:block !important;	
}
.loading.white {
	border: 8px solid rgba(255,255,255, 0.25);
    border-top-color: #ffffff;
}
input {
	color:#333
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
	.car-pin {
		width:128px;
		height:	128px;
		display:block;
		
		margin:5px auto;
		border-radius:10px
	}
.popupMenu {
    background: #FFF;
    position: absolute;
    top: 50px;
    right: 0;
    border-radius: 0 0 0 15px;
    display: none;
    width: 200px;
    z-index: 16;
	pointer-events:all;
}
.optionMenu {
    list-style: none;
    margin: 0;
    padding: 0;
	color:#333
}
.optionMenu .option-lbl {
    line-height: 48px;
    padding-left: 15px;
    font-size: 14px;
}
.optionMenu li .lsf-icon {
    font-size: 22px;
    float: left;
    color: #FFF;
    top: 8px;
    position: relative;
}
.optionMenu li .lsf-icon.enabled {
	color:#333	
}
.optionMenu li {
    padding: 2px 10px;
    border-bottom: rgba(0,0,0,0.3) solid 1px;
	cursor:pointer;
}
.optionMenu li .selOption {
	font-size: 20px;
    top: 10px;
    position: relative;
    margin-right: 10px;	
}
.optionMenu li:last-child {
	border-bottom:none;	
}
.optionMenu li:active {
	background:	rgba(0,0,0,0.1) ;
}
.helpbutton {
	text-transform:uppercase;
	text-align:center;
	height:50px;
	line-height:50px;
	background:#333;
	position:absolute;
	bottom:0;
	width:100%;
	cursor:pointer;
	color:#FFF;
}
.menu .userinfo {
	font-size:14px;
	background:#333;
	height:50px;
	width:100%;
	display:block;	
	position:relative;
}
.searchBar {
	background:#FFF;
	color: rgba(0,0,0,0.6);	
	padding-top:0px !important;
	padding-bottom:0px !important;
}
.searchBar.no-effect:active {
	background:#FFF	!important
}
.searchBar .lsf {
	font-size:28px;	
	color:rgba(0,0,0,0.45);
}
.searchBox {
	-webkit-user-select: auto;
	border: none;
    font-size: 16px;
    display: block;
    /* border: 1px solid #f00; */
    height: 100%;
    width: 100%;	
}
#georefs .searchBox:disabled {
    background: #FFF;
}
.hidden
{
	display:none;	
}
.hidden.chevron {
	display:none !important	
}
.searchLbl {
	    width: 100%;
    display: block;
    min-height: 100%;
    height: 100%;
    height: auto;
    display: flex;
    align-items: center;	
}
.flex-center {
	justify-content:center	
}

#welcome {
	z-index:11;	
	width:100%;
	height:100%;
}
#welcome .welcome-box {
	width:100%;
	position:relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.welcome-box.title-box {
	background:#edf3f3;	
	text-align:center;
	height:10%;
	font-size:18px;
	font-weight:bold;
}
.welcome-box.new-user-box,.welcome-box.old-user-box {
	height:45%;
	color:#FFF;
	text-transform:uppercase;
	font-size:22px;
}
.welcome-box.new-user-box div,.welcome-box.old-user-box div {
	width:50%;
}
.welcome-box.new-user-box {
	background:	#ff8300;
}
.welcome-box.old-user-box {
	background:	#002f87;
}
.welcome-box.new-user-box .welcome-box-icon {
	background:	url(../images/nuevousuario.png) no-repeat center center;
	background-size:contain;
}
.welcome-box.old-user-box .welcome-box-icon {
	background:	url(../images/usuarioregistrado.png) no-repeat center center;
	background-size:contain;
}
.welcome-box .welcome-box-icon{

	height:100%;
}
.zeekNew {
	overflow-y:auto;
	text-align:center;
    background: #f8f8f8;
    display: none; 
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;	
}
.newcar {
	background:	url(../images/nuevousuario.png) no-repeat center center;
	background-size:contain;	
	display:block;
    width: 60%;
    height: 25%;
    margin: 0 auto;
}
.obd {
	background:	url(../images/obd.png) no-repeat center center;
}
.not-obd {
	background:	url(../images/not-obd.png) no-repeat center center;
}
.obd,.not-obd{
	background-size:contain;	
	display:block;
    width: 60%;
    height: 65%;
    margin: 0 auto;
}
.unit-holder {
	display:flex;	
	width:100%;
	height:75px;
}
.unit-holder div {
	width:33%;
	height:100%;
}
.unit-holder .auto-icon {
	background:url(../images/car.png) center center no-repeat;
	background-size:contain;	
}
.unit-holder .bike-icon {
	background:url(../images/bike.png) center center no-repeat;
	background-size:contain;	
}
.unit-holder .van-icon {
	background:url(../images/van.png) center center no-repeat;
	background-size:contain;	
}
.unit-holder .truck-icon {
	background:url(../images/truck.png) center center no-repeat;
	background-size:contain;	
}
.unit-holder .auto-icon[sel='true'] {
	background:url(../images/car-sel.png) center center no-repeat;
	background-size:contain;	
}
.unit-holder .bike-icon[sel='true'] {
	background:url(../images/bike-sel.png) center center no-repeat;
	background-size:contain;	
}
.unit-holder .van-icon[sel='true'] {
	background:url(../images/van-sel.png) center center no-repeat;
	background-size:contain;	
}
.unit-holder .truck-icon[sel='true'] {
	background:url(../images/truck-sel.png) center center no-repeat;
	background-size:contain;	
}
.zeekNew .button .lsf[icon='right']{
   /* margin-left: 12px;*/
}
.zeekNew .inputBox {
    /* border-radius: 4px; */
    margin: 0 auto 13px auto;
    overflow: hidden;
    position: relative;
    width: 80%;
}
.addCar {
	text-align: center;
}
.addCar .inputBox {
	width: 100%;
}
.addCar .inputBox input {
	background-color: transparent;
}
.popOpen {
	background:#FFF;
	color:#333 !important;
}
.inputBox .lsf {
	color:	#ff8300
}

.callus,.alerta,.moAlert,.maAlert {
	z-index: 13;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;	
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
	text-align:center;
	color:#FFF;
}
.carIcon.darkOverlay {
	display:flex;
	flex-direction: column;
    justify-content: center;
	align-items:center;
}
.callus .icon-close {
	position:absolute;
	top:5px;
	right:5px;
	font-size:36px;	
	color:#378ed7
}
.moAlert .icon-close {
	position:absolute;
	top:5px;
	right:5px;
	font-size:36px;	
	color:#ee3042;
	cursor:pointer;
}
.maAlert .icon-close {
	position:absolute;
	top:5px;
	right:5px;
	font-size:36px;	
	color:#fcc200;
	cursor:pointer;
}
.moAlert,.maAlert {
	    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;	
}
.moAlert button {
	/*background:#ee3042;*/	
	color: rgba(0,0,0,0.8);
    font-weight: bold;
    font-size: 19px;
}
.moAlert button.red, .maAlert button.red {
	background:#ee3042;	
}
.moAlert button.green, .maAlert button.green {
	background:#00bd70;
}
.moAlert h1.red, .maAlert h1.red {
	color:#ee3042;	
}
.moAlert h1.green, .maAlert h1.green {
	color:#00bd70;
}
h6.sysError {
	color:#FFF;
	font-size:10px
}
.maAlert button {
	background:#fcc200;	
	color: rgba(0,0,0,0.8);
    font-weight: bold;
    font-size: 19px;
	min-width:275px;
}
.moAlert h1 {
	color:#ee3042;
	font-size:40px !important;
	font-weight:bold;
	font-family:'Montserrat';
}
.maAlert h1 {
	color:#fcc200;
	font-size:40px !important;
	font-weight:bold;
	font-family:'Montserrat';
}
h1.exito {
	color:#00bd70	
}
h1.fail {
	color:#ee3042	
}
.moAlert button.fail, .maAlert button.fail {
	background:#ee3042	
}
.alertIcon  {
	display:none;
    position: relative;
    top: -40px;	
}
.alertIcon span {
	font-size: 125px;
}
.callus h2,.alerta h2 {
	color:#378ed7;
	font-size:24px !important;	
	font-weight:bold;
	font-family:'Montserrat';
}
.callus h6,.moAlert h6,.maAlert h6 {
	font-size:12px;
	width:80%;
	font-weight:normal;	
}
.moAlert h6,.maAlert h6{
	margin:0	
}
.callus h4 {
	font-weight:bold;
	color:#378ed7;
	font-size:16px;
}	
.moAlert h4,.maAlert h4 {
	font-weight:bold;
	color:#FFF;
	font-size:16px;
}
#seguridad .chevron span{
	font-size:40px
}
.moAlert h5,.maAlert h5,#modoalerta h5 {
	font-weight:bold;
	color:#FFF;
	font-size:14px;
}
.callus div span,.alerta div span{
	color:#378ed7;
	font-size:22px;	
}
.callus h5,.alerta h5{
	color:#FFF;
	font-size:14px;
	font-weight:bold;	
}
.callus h1,.alerta h1 {
	color:#FFF;
	font-size:8px;
	font-weight:bold;	
}
#agenda .agenda-addNew {
	max-width:70%;
	padding: 15px 30px;	
}
.rascon-unitOption{
	margin: 10px auto 10px auto;
    padding: 10px 35px;
    max-width: 70%;	
}
#history .top.trsp-top {
	background:rgba(0,0,0,0);	
}
.zeek-1,.zeek-2,.zeek-3 {
	/*margin-bottom:55px;	*/
}
.zeekSub {
	font-size:10px;
	position:relative;
	top:-10px;	
}
.zeekSup {
	font-size: 11px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 2px;
	color:rgba(0,0,0,0.6);
}
.rasconBar {
	height:4px;
	background:red;
	position:absolute;
	top:50px;
	left:0;	
	width:0px;
	transition:width 1s linear;
}
#avisos .no-effect .chevron {
	background:rgba(0,0,0,0);	
}

.rascon-unitOption {
	margin:0 !important;
	border-radius:0 !important;
	max-width:100% !important;
	width:100%;
}
#agenda .popupMenu {
	width:215px;	
}
.place-0 {
	padding-right:5px;	
}
li.avisosTitle {
	min-height:auto;
	height:50px;	
}

.list li > * {
	margin: 10px 0px;
    padding: 5px 0px;
}
.dropdown-content li,.dropdown-content {
	margin: 0px !important;
	padding: 0px !important;
}
li.searchBar > * {
    padding: 0;
}
.searchBar .chevron  {
	background:#002f87;
	color:#FFF !important;	
	font-size: 30px !important;
}
.searchBar .chevron span { 
	color:#FFF !important;	
}
.zeekNewButtons {
	display:flex;
	justify-content:center;
	position:absolute;
	bottom:10px;
	width:100%;
}
.eventsList .left-icon span[class^="icon-"]{
    border-radius: 50px;
    padding: 5px;
    font-size: 40px;	
}

.evColor-0 {
	background:#fbb03b;	
}
.evColor-1 {
	background:#00bd70;	
}
.evColor-2 {
	background:#ee3042;	
}
.carProg {
    width: 60%;
    height: 25%;
    margin: 0 auto;
}
.carfill-0 {
	background:url(../images/carfill-0.png) no-repeat center center;
	background-size:contain;	
}
.carfill-1 {
	background:url(../images/carfill-1.png) no-repeat center center;
	background-size:contain;	
}
.carfill-2 {
	background:url(../images/carfill-2.png) no-repeat center center;
	background-size:contain;	
}
.tripList li .listText.h3 {
	display:block;	
}
.negritas {
	font-weight: bold;
}
a.noanchor {
    text-decoration: none;
}
.linkStyle {
	color: #002f87;
	cursor: pointer;
}
button.disabled,
textarea.disabled {
	opacity: 0.3;
	cursor: pointer;
	pointer-events: none;
}
table.striped>tbody>tr:nth-child(odd) {
    /*background-color: #FFF;*/
}
@media screen and (max-width:330px) {
	.zeekNewButtons {
		position:relative;
		bottom:0px;	
	}
}
@media screen and (max-height:650px) {
	.zeekNewButtons {
		position:relative;
		bottom:0px;	
	}
}
.agendaList .noContent {
	display: none; 
    /* width: 100%; */
    /* height: 100%; */
    /* font-family: 'Montserrat',Arial,sans-serif; */
    text-align: center;
    position: relative;
    top: 15px;
    /* left: 0; */
    color: #333;
    pointer-events: none;	
}
#main {
	z-index:5	
}
#terminos {
	background:rgba(0,0,0,0.2);
	z-index:15;
	display:flex;
	flex-direction: column;
    align-content: center;
    justify-content: center;	
	align-items: center;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#terminos .terms {
	color:#FFF;
	border-radius:15px;
	background:rgba(0,0,0,0.5);
	width:85%;
	display:flex;
	flex-direction: column;
    align-content: center;
    justify-content: center;	
	align-items: center;
	box-shadow: #000 0 10px 15px;
}
#terminos .terms button {
    font-size: 14px;	
	max-width:90%
}
#terminos .terms .termlogo {
		background:url(../images/logo-v2-w.png) no-repeat center center;
	width:100%;
	height:100px;
	position:relative;
	margin:auto auto;	
	background-size: contain;
	margin-top:10px;
}
#terminos .terms * {
	color:#FFF;	
	text-align:center;
}
.rasconItems li .chevron span.icon-ma,.defaultsUnits li .chevron span.icon-ma {
	font-size:30px;	
}
.moFlex {
	display:flex;
	flex-direction:column;	
	width:100%;
}
.moFlex.reorder button.red{
	order:0;	
}
.moFlex.reorder button.green{
	order:1;	
}
.waitPlz {
	display:none;
	position:relative;
	top:10px;	
}
.activeTrip,.activeEvent {
	background-color:rgba(0,0,0,0.1);	
}
.contenidoNotif {
	position:fixed;	
}
.zeekNew .lsf[icon="dropdown"] {
    font-size: 18px;
	color:rgba(0,0,0,0.33);
}
.loadingCI {
	margin: 50px 10px 10px 10px;
}
.zeek-6 .loading {
	margin-bottom:25px	
}
.zeek-6 .inputBox{
	display:none	
}
#CI_address{
	position:absolute;
	top:0;
    text-align: left;
    font-weight: bold;
	width: 80%;
	left:0;
   	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#CI_address div {
    font-weight: normal;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.zeek-6 input, .zeek-6 select,.zeek-6 input[type="text"],.zeek-6 input[type="number"]{
	text-align:left	
}
.zeek-6 .datedrop{
	pointer-events: none;
}
#inst-date {
	background:none;
	text-align:left;
}
.waitPlz .loading {
    width: 30px;
    height: 30px;
    top: -9px;
    border: 6px solid rgba(0,0,0, 0.15);
    border-top-color: #002f87;
}
.loadingMap {
	z-index: 4;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    flex-direction: column;
}
.notifMap{
	position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}
.notifMapContainer .loading{
	margin-bottom:10px
}
.post-message {
	font-size: 11px;
	width:90%;
    margin: 0 5px 5px;
}
.savingPlace{
	margin-top:10px;
}
.poiStep-3 .loading{
	margin:0 auto;
}
#seguridad ul.list li.center .listText {
    padding: 0 5px;
	font-size:16px;
}
.zeek-5 .button {
    line-height: 18px;
    max-width: 70%;
    min-width: 70%;
}

h1.zeek-5 {
    font-size: 18px;
	margin: 10px 0 5px 0;
}
#wait {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 10000;
    color:#333;
	background:#F2F2F2;
    justify-content: center;
    align-items: center;
    flex-direction: column;	
	font-size:18px;
}
.waitMsg{
	margin-top:10px;
	text-align:center;
}
#wait .loading {
	margin-bottom:10px;
	border: 10px solid rgba(0,0,0,0.15);
    border-top-color: #E65100 ;
	width:50px;
	height:50px;
}
.zeek-5 .flexy:first-child {
    border-bottom: solid 2px rgba(0,0,0,0.5);
}
.zeek-5 .flexy{
    height: 50%;
    color: #002f87;
    font-weight: bold;
    width: 90%;
}
.zeek-5 .flexy:active{
	background:rgba(0,0,0,0.1);
}
.flexbox{
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
}
#prefinish{
	display:flex;
	justify-content:center;
	align-items:center;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#f8f8f8;
	z-index:1000;
	flex-direction:column;
}
#prefinish h1{
	color:#002f87;
	font-weight:bold;
}
#prefinish h5{
	font-weight:bold;
}
.prefin-box,.prefin-step{
	display:flex;
	align-items:center;
	justify-content:center;
}
.prefin-step{
	color:#002f87;
	font-weight:bold;
	width:15%;
}
.prefin-text{
	width:85%;
}
.prefin-step {
    font-size: 25px;
}
.prefin-box {
    width: 90%;
    height: 15%;
    margin: 7px 0px;
}
@media screen and (min-width:600px) {
	.prefin-box{
		height:10%
	}
	.prefin-text{
		font-size:20px;
	}
}
.disableOmitir{
	background:#A5A5A5;
	pointer-events: none;	
}
.addCar .input {
	border-bottom:none !important;	
}
.addCar .list {
    margin-top: 5px;
}
.addCar .devicetype-add{
    text-align: left;
}
#sidebar{
	color:#333;
	/*background: #1C1C1C;*/
	background:#FFF;
	position:absolute;
	z-index:12;
	    overflow-y: auto;
}
#sidebar.right{
	top:50px;
	right:0;
	width:30%;
	/* MODULAR */
	/*border-radius:0 0 0 10px;*/
}
#sidebar.bottom{
	bottom:0px;
	width:100%;
}
#map.left,
.centerMarker.left,
.centerAim.left,
.centerLabel.left{
	height:100%;
	width:70%;
	/*width:100%*/
}
#map.topView,
.centerMarker.topView,
.centerAim.topView,
.centerLabel.topView{
	width:100%;
}
@media only screen and (max-width: 800px) and (orientation:landscape){
	#map.left,
	.centerMarker.left,
	.centerAim.left,
	.centerLabel.left{
		height:100%;
		width:60%;
		/*width:100%*/
	}
	#sidebar.right{
		top:50px;
		right:0;
		width:40%;
		/* MODULAR */
		/*border-radius:0 0 0 10px;*/
	}
}
.withinSidebar{
	padding:5px;
}
#sidebar input{
	color:#333;
}

.input_with_color{
	display:flex;
	flex-direction:column;
}
.input_with_color div:first-child{
	width:90%;
}
.input_with_color div:last-child{
	width:10%;
	display:flex;
	justify-content:center;
}
.input_with_color .color_sel{
	height:40px;
	width:100%;
	border-radius:4px;
	border: solid 3px #FFF;
}
.input_with_color .input-field{
	margin-top:2px;
}
.editando .input_with_color div:first-child{
	width:100%
}
.GeoRuta.editando .input_with_color div:last-child{
	width:100%
}
#main #add-btn{
    position: absolute;
    right: 0;
    z-index: 4;
    border-radius: 0px;
	background:rgba(255,255,255,0);
	width:60px;
	height:50px;
	box-shadow: none;
}
#add-btn i.fas{
	font-size:18px;
}

#main #close-btn {
    position: absolute;
    top: 0px;
    width: 60px;
    height: 50px;
    left: 0;
    z-index: 4;
    border-radius: 0px;
    box-shadow: none;
    line-height: 50px;
    color: #FFF;
    font-size: 17pt;
    text-align: center;
    cursor: pointer;
}
#close-btn i.fas{
	font-size:18px;
}
.noUi-target {
    margin: 0 15px;
	border-radius:10px !important
}
#slider_polyRadius_label,#slider_polySquare_label{
	margin: 10px;
    color: #FFF;
    text-align: center;
}
#slider_polyRadius_label .value,#slider_polySquare_label .value{
	font-size:30px;
}
.noUi-connect{
	background:#E65100  !Important; 
	border-radius:10px;
}

.noUi-connects{
	border-radius:10px !important
}
.noUi-handle:after, .noUi-handle:before{
	background:#000 !important;
}
#sidebar .btn-large{
	box-sizing: border-box;
	width:100%
}
.btn-large{
	-webkit-transform:translate3d(0,0,0) !important;
}
input, textarea {
  -webkit-user-select: text !important;
  -khtml-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}
.select-dropdown{
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.twoButtons,.threeButtons{
	display:flex;
	flex-direction:row;
	margin-bottom:5px
}
.twoButtons .inputGroup{
	width:50%;
}
.threeButtons .inputGroup{
	width:33%
}
#sidebar.right .twoButtons,#sidebar.right .threeButtons{
	flex-direction:column;
	margin-bottom: 0px;
}

.twoButtons a,.threeButtons a,.twoButtons > div{
	margin:0 2px;
}
#sidebar.right .twoButtons a,#sidebar.right .inputGroup,#sidebar.right .threeButtons a {
	margin: 4px 0;
	width:100%;
	overflow-x:hidden;
}
.inputGroup .btn-large{
	line-height: 35px;
    height: 35px;
}
.carIcon{
	transition: linear all 0.25s;
	cursor:pointer;
	opacity:0.4;
}
.carIcon:hover{
	opacity:0.6
}
.carIcon.carIconSel{
	opacity:1;
}
#speedStep{
	width:30%;
	color:#000;
	text-align:center;
}
span.car-event {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75%;
    margin-right: 3px;
}
@media screen and (min-width:1200px) and (orientation:landscape) {
	#sidebar.right .twoButtons,#sidebar.right .threeButtons{
		flex-direction:row;
	}
	.twoButtons a,.threeButtons a,.twoButtons > div{
		margin:3px !important;
	}
}
.otherMethod,.visibility {
	margin:5px 2px;
}
.visibility i{
	width: 23px;
}
.inputGroup{
    margin: 5px 0px;
    border-radius: 10px;
    background: rgba(255,255,255,1);
    /* background: rgb(55,55,55); */
    box-sizing: border-box;
    /* padding: 4px; */
    border: rgba(0,0,0,0.2) solid 1px;
    color: #333;
	position:relative;
}
.inputGroup.enableOverflow{
	overflow: auto;
}
#historial .caret {
	right:2px !important;
	color:#333
}
#platesCar{
	text-transform:uppercase;
}
.inputGroup input[type='text'],.inputGroup input[type='password'],.inputGroup input[type='number'],.inputGroup textarea{
    margin-bottom: 3px;
}
.inputGroup h6 {
    color: #FFF;
    padding: 8px;
    /* border-bottom: solid 1px rgba(255,255,255,0.2); */
    margin-top: 0px;
    border-radius: 10px 10px 0 0;
    background: #E65100;
    /* background: rgba(255,255,255,0.15); */
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.inputGroup h6 .row {
	margin:0 !important
}
.inputGroup .input-field {
	margin-top:0;
	
}
#sidebar.right .input_with_color{
	flex-direction:column
}
#sidebar.bottom .input_with_color{
	flex-direction:row
}

.inputGroup.inRow {
	display:flex;
	flex-direction:row;
	overflow:visible !important
}
.inputGroup.inRow input[type='text'], .inputGroup.inRow input[type='password'], .inputGroup.inRow textarea{
	margin-bottom:0px
}
.inputGroup.inRow .col,.inputGroup.inRow .input-field{
	width:75%;
}
.inputGroup .col.centeredGroup{
	    display: flex;
    align-items: center;
    justify-content: center;
}
.inputGroup .caret{
	/*color:#FFF !important;
	right:-13px !important*/
}
.caret.forced {
    position: absolute;
    right: 3px;
    top: 52px;
    font-size: 10px;
}
.inputGroup.inRow h6{
	width:50%;
	height: auto;
    margin: 0;
    justify-content: left;
    align-items: center;
    display: flex;
}
.inputGroup.inRow .input-field label{
	top: -5px;
}
.iconGroup {
    display: flex;
    flex-direction: row;
	flex-wrap:wrap;
}
.iconGroup div {
    width: 40px;
    height: 40px;
    background-size: 85%;
    background-repeat: no-repeat;
    margin: 5px 10px;
    background-color: #FFF;
    border-radius: 4px;
    padding: 5px;
    background-position: center center;
}
.iconGroup div span{
	color:#FFF;
	text-transform:capitalize;
	font-size:10px;
}
.material-tooltip {
	min-height:fit-content !important
}
table.highlight>tbody>tr:hover {
    background-color: rgba(0,0,0,0.2) !important;
	cursor:pointer;
}
.GeoRuta.editando .noedit{
	display:none
}
.geoMailField i.material-icons.prefix {
	margin: 2px 0px;
    height: 41px;
	width:41px;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor:pointer;
	background: rgba(255,255,255,0.1);
    border-radius: 50%;
}
.geoMailField i.material-icons.prefix:hover{
	background:rgba(255,255,255,0.25) !important;
}
.geoMailField input.validate.correoConfig {
    margin-bottom: 2px;
	padding-left: 2px;
	font-size:12px;
}
.geoConfig textarea{
	margin-bottom:5px;
}
.geoConfig .configMails{
	margin-bottom:10px;
}
.geoMailField .input-field {
    margin-top: 2px;
}
#sidebar.right .input_with_color div:first-child,
#sidebar.right .input_with_color div:last-child,
#sidebar.right .input_with_color .color_sel,
#sidebar.bottom .input_with_color .color_sel{
	width:100%;
}
#sidebar.right .input_with_color div:last-child{
    margin: 0px 0 5px 0;
}
#sidebar.right .input_with_color div:first-child input{
	margin-bottom:8px;
	padding:0 5px
}
#sidebar.bottom .input_with_color div:first-child input{
	margin-bottom:6px;
	padding:0 5px;
}
.noUi-horizontal{
	margin-top:15px;
}
.waitSidebar{
	display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    background: #FFF;
    width: 100%;
    height: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
	color:#333;
	flex-direction: column;
}
.waitSidebar .waitMsg{
	margin:10px;
}
.inputGroup label {
    word-break: break-word;
	width: 100%;
    box-sizing: border-box;
}
.inputGroup .list li .listText{
	color:#333
}
.inputGroup .list li .left-icon{
	color:#333;
}
.inputGroup .list li{
	border-bottom:rgba(0,0,0,0.2) solid 1px;
}
.inputGroup .list li:last-child{
	border-bottom:none
}
/*@media screen and (max-width:768px) and (orientation:landscape) {
	#sidebar ul.list li .left-icon{
		display:none;
	}
}*/
.btn-large{
	box-sizing: border-box;
}
.carForm{
	margin:0 5px;
}
#loginPage{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#EEEEEE;
	z-index:1000;
	display:flex;

}
#loginPage .loginLogo,#loginPage .loginForm{
	height:100%;
	width:100%;
}
#loginPage .loginLogo.zeeklogo{
	background: url(../img/zeek_logo_gen.png) no-repeat center center;
    background-size: 60%;
}
#loginPage .loginForm{
	display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}
#loginPage .loginForm .input-field{
	width:80%
}
#loginPage .loginForm .btn{
	width:60%
}

#loginPage .forgot {
	/*top:20px;	
	position:relative;*/
	bottom:calc(20px + env(safe-area-inset-bottom));
	position:absolute;
}
#loginPage h7 {
	bottom:20px;	
	position:absolute;
}

@media screen and (min-width:1000px) and (orientation:landscape) {
	#loginPage{
		flex-direction:row
	}
	#loginPage .loginLogo{
		background-size: 50%;
	}
}
@media screen and (orientation:portrait) {
	#loginPage{
		flex-direction:column
	}
	#loginPage .loginLogo{
		height:40%
	}
	#loginPage .loginForm{
		height:60%;
	} 
	span.car-event{
		background-size:contain;
	}
	.emptylist .v2list {
		top:15%
	}
}
@media screen and (orientation:landscape) {
	.emptylist .v2list {
		top:15%
	}
}
@media screen and (max-height:475px) and (orientation:landscape) {
	.emptylist .v2list {
		top:0
	}
}

.emptySearch {
    position: absolute;
    top: -2px;
    right: 0px;
    font-size: 27px;
    cursor: pointer;
    padding: 2px 10px;
}
.checkpointList .material-icons,
.pointgroupsList .material-icons,
.checkpointList i,
.pointgroupsList i
{
	text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
}
i.left{
	margin-right:0px;
}
input.timepickerIni,input.timepickerFin {
    border-bottom: none !important;
	border-radius:2px !important;
	margin-bottom: 2px !important;
}
.groupPage h5{
	text-align: center;
    color: #FFF;
    margin-bottom: 5px;
	font-size:16px;
}
.H_ib {
	top:-35px;
	fill:#FFF !important;
}
.markerInfo{
	width: 285px;
    font-size: 12px;
	max-height:200px;
	overflow:auto;
}
@media (min-height:721px) {
	.markerInfo{
		max-height:unset;
	}
}
.markerInfo .ibHeader{
	margin-right: 5px;
	font-weight: bold;
}
.H_ib_content .inputGroup h6{
	font-weight:bold;
	padding:10px;
	font-size:12px;
}
.H_ib_content .inputGroup .markerInfo {
	color:#333;
	padding:0 5px
}
.markerInfo > div {
    display: flex;
    flex-direction: row;
    padding: 2px 0;
}
.markerInfo > div.hidden {
	display: none !important;
}
.markerInfo > div span:first-child {
    width: 30%;
}
.markerInfo > div span:last-child {
    width: 70%;
}
.markerInfo ul {
    margin: 0;
    list-style-type: circle;
}
input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #E65100  !important;
    -webkit-box-shadow: 0 1px 0 0 #E65100  !important;
    box-shadow: 0 1px 0 0 #E65100  !important;
}
input.valid:not([type]), input.valid:not([type]):focus, input[type=text].valid:not(.browser-default), input[type=text].valid:not(.browser-default):focus, input[type=password].valid:not(.browser-default), input[type=password].valid:not(.browser-default):focus, input[type=email].valid:not(.browser-default), input[type=email].valid:not(.browser-default):focus, input[type=url].valid:not(.browser-default), input[type=url].valid:not(.browser-default):focus, input[type=time].valid:not(.browser-default), input[type=time].valid:not(.browser-default):focus, input[type=date].valid:not(.browser-default), input[type=date].valid:not(.browser-default):focus, input[type=datetime].valid:not(.browser-default), input[type=datetime].valid:not(.browser-default):focus, input[type=datetime-local].valid:not(.browser-default), input[type=datetime-local].valid:not(.browser-default):focus, input[type=tel].valid:not(.browser-default), input[type=tel].valid:not(.browser-default):focus, input[type=number].valid:not(.browser-default), input[type=number].valid:not(.browser-default):focus, input[type=search].valid:not(.browser-default), input[type=search].valid:not(.browser-default):focus, textarea.materialize-textarea.valid, textarea.materialize-textarea.valid:focus, .select-wrapper.valid>input.select-dropdown {
    border-bottom: 1px solid #E65100  !important;
    -webkit-box-shadow: 0 1px 0 0 #E65100  !important;
    box-shadow: 0 1px 0 0 #E65100  !important;
}
input:not([type]):focus:not([readonly])+label, input[type=text]:not(.browser-default):focus:not([readonly])+label, input[type=password]:not(.browser-default):focus:not([readonly])+label, input[type=email]:not(.browser-default):focus:not([readonly])+label, input[type=url]:not(.browser-default):focus:not([readonly])+label, input[type=time]:not(.browser-default):focus:not([readonly])+label, input[type=date]:not(.browser-default):focus:not([readonly])+label, input[type=datetime]:not(.browser-default):focus:not([readonly])+label, input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label, input[type=tel]:not(.browser-default):focus:not([readonly])+label, input[type=number]:not(.browser-default):focus:not([readonly])+label, input[type=search]:not(.browser-default):focus:not([readonly])+label, textarea.materialize-textarea:focus:not([readonly])+label {
    color: #E65100  !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #E65100 ;
    box-shadow: #90361c 0 1px 3px 0 inset;
}

.input-field .prefix.active{
	color:#E65100  !important;
}
[type="checkbox"].filled-in:checked+label:after{
	border: 2px solid #E65100  !important;
    background-color: #E65100  !important;
}
[type="checkbox"].filled-in:checked+label:before {
    top: 1px !important;
    width: 6px !important;
    height: 11px !important;
}
.pagination li.active{
	background-color: #E65100 ;
}
.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #c24826;
}
.switch label input[type=checkbox]:checked+.lever {
    background-color: #E65100 ;
}
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {
    background-color: #E65100  !important;
}
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {
    background-color: #E65100  !important;
}
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after {
    border: 2px solid #E65100  !important;
}

.drag-target{
	top:50px !important;
}
.btn-flat.picker__clear{
	display:none !important 
}
.speedLimit {
	font-size:10px;
}
.switchy input {display:none;}
/*
.switchy {
  position: relative;
  display: inline-block;
  width: 60px !important;
  height: 34px;
  	-webkit-user-select:all !important;
	user-select:all !important;
}
.switchy.langSwitch {
    position: absolute;
    top: 5px;
    right: 10px;
}

.switchy .swcaption{
    position: absolute;
    top: 8px;
    direction: rtl;
    left: -55px;
    min-width: 50px;
    width: 50px;
}
.swon {
	position: absolute;
    right: 8px;
    top: 9px;
	z-index:5;
	color:#CCC;
	cursor:pointer;
}
.swoff{
	position:absolute;
	left:9px;
	top:9px;
	z-index:5;
	color:#E65100 ;
	cursor:pointer;
}
.swslider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  cursor:pointer;
}

.swslider:before {
  position: absolute;
  z-index:3;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .swslider {
  background-color: #E65100 ;
}
input:checked + .swslider + .swon {
	color:#E65100 
}

input:focus + .swslider {
  box-shadow: 0 0 1px #E65100 ;
}

input:checked + .swslider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
*/
.switchy {
  position: relative;
  display: inline-block;
  width: 52px !important;
  height: 27px;
  	-webkit-user-select:all !important;
	user-select:all !important;
}
.switchy.langSwitch,.switch.langSwitch {
    position: absolute;
    top: 5px;
    right: 10px;
}
.switch.langSwitch{
	width:150px;
	height:50px;
}
.configSquare .switchy.langSwitch {
	top:0;
	right:0;
	position:relative;
}
.switchy .swcaption{
    position: absolute;
    top: 10px;
    direction: rtl;
    left: -55px;
    min-width: 50px;
    width: 50px;
}
.swon {
	position: absolute;
    right: 4px;
    top: 10px;
	z-index:5;
	color:#CCC;
	cursor:pointer;
}
.swoff{
	position:absolute;
	left:7px;
	top:10px;
	z-index:5;
	color:#f47653 ;
	cursor:pointer;
}
.swslider,
.switchy [type="checkbox"]+span:not(.lever) {
  position: absolute !important;
  cursor: pointer !important;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  height:auto;
}

.swslider:before,
.switchy [type="checkbox"]+span:not(.lever):before, 
.switchy [type="checkbox"]:not(.filled-in)+span:not(.lever):after {
  position: absolute !important;
  z-index:3 !important;
  content: "" !important;
  height: 26px !important;
  width: 26px !important;
  left: 0px !important;
  top:-5px !important;
  bottom: 4px !important;
  border:none  !important;
  border-radius:50%;
  background-color: #efefef; 
  -webkit-transition: .4s !important;
  transition: .4s !important;
  box-shadow: rgba(0,0,0,0.2) 0 2px 3px !important;
  margin-top:0px
}

input:checked + .swslider {
  background-color: #f47653 ;
}
input:checked + .swslider + .swoff + .swon {
	color:#fff 
}
input:checked + .swslider + .swoff  {
	color:#f47653 
}

input:focus + .swslider {
  box-shadow: 0 0 1px #E65100 ;
}

input:checked + .swslider:before,
.switchy [type="checkbox"]:checked+span:not(.lever):before {
  -webkit-transform: translateX(27px);
  -ms-transform: translateX(27px);
  transform: translateX(27px);
	background-color:#ff9172
}
/* Rounded sliders */
.swslider.round {
  border-radius: 34px;
}

 .swslider.round:before {
  border-radius: 50%;
}
.inputGroup .switchy {
    top: -3px;
}
.H_ib_body{
	padding:0;
	border-radius:5px;
}
.H_ib_close{
    top: 10px;
    right: 7px;
    z-index: 3;
    font-size: 7pt;
}
.sidenav .user-view .circle, .sidenav .userView .circle{
	border-radius:0%;
	width:auto;
}
.sidenav .name{
	text-shadow: rgba(0,0,0,1) 0px 1px 1px;
}
.inputGroup .multiple-select-dropdown label {
	width:auto !important
}
.emptylist:before {
	content: "";
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	opacity: 0.5;
}
body.transporte .emptylist:before {
    background: #FDCFA2 url(../img/empty-transporte.svg) repeat-x right bottom !important;
    background-size: contain !important;
}
body.flotillas .emptylist:before  {
    background: #F2EAC9 url(../img/empty-flotillas.svg) repeat-x right bottom !important;
    background-size: contain !important;
}
body.light .emptylist:before  {
    background: #A9D9F4 url(../img/empty-light.svg) repeat-x right bottom !important;
    background-size: contain !important;
}
.emptylist .emptycar{
    position: absolute;
    bottom: 3px;
    left: 15px;
    width: 128px;
    height: 64px;
    opacity:0.75;
}
.bottom.emptylist:before{
	opacity:0.25;
}
body.transporte .emptylist .emptycar {
	background: url(../img/empty-car-transporte.svg) no-repeat center center !important;
	background-size: contain !important;
}
body.flotillas .emptylist .emptycar {
	background: url(../img/empty-car-flotillas.svg) no-repeat center center !important;
    background-size: contain !important;
}
body.light .emptylist .emptycar {
	background: url(../img/empty-car-light.svg) no-repeat center center !important;
    background-size: contain !important;
}
.emptylist .v2list {
	position:relative;
}
.emptylist .v2list li{
	border-color:rgba(0,0,0,0.2)
}
#ayuda .version {
	position:absolute;
	bottom:5px;
	right:5px;
	font-size:12px;
	text-align: right;
}
.emptylist .inputGroup{
	display:none
}
thead tr th {
	border-radius:0px
}
.trackAddTagList,#trackAddTagList-rastreoContinuo,.trackAddCarList {
	padding:0 5px;
	overflow:auto
}
.trackAddCarList {
	/*display: flex;
    flex-direction: row;*/
    /* justify-content: space-around; */
    /* flex-basis: 25%; */
    /*flex-flow: row wrap;*/
}
p.carselect {
    /* width: 25%; */
    /* float: left; */
    /*flex-basis: 25%;*/
}

.textBox .row{
	margin:0 !important
}
.textBox .row .col{
	padding:0 !important
}
.pin-start {
	color:#1ED1A2
}
.pin-end{
	color:#EE5657
}
.pin-speed{
	color:#EF6C00
}
.rtFecha {
	top: -5px;
    position: relative;
}
.search-input{
	margin-top:1px;
}
input.search,.no-margin-bottom{
	margin-bottom:0px !important
}
.carname.col.s4,.carmake.col.s4,.carmodel.col.s4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#rastreoContinuo .inputGroup .select-wrapper input.select-dropdown,#historial .inputGroup .select-wrapper input.select-dropdown  {
	border-bottom:none;
}
.inputGroup input.select-dropdown,#histIni,#histFin {
    margin: 0 auto !important;
    width: 95% !important;
}
.inputGroup input[type='text'],.inputGroup input[type='date'],.inputGroup input[type='number']{
	padding-left:5px
}
.pointer {
	cursor:pointer;
}
.listText.infoCarname{
	font-weight:bold;
	font-size:16px;
}
.event-snippet {
	font-size:12px;
	color:rgba(0,0,0,0.6)
}
.event-last {
	display:none;
}
#carInfoList .infoDetails,#carInfoList .rtDate.rtFecha {
	position:relative;
	top:-3px;
}
label.row {
	margin-bottom: 0;
    margin: 2px 0;
}
.svg-icon {
	background-size:contain;
	min-height:20px;
	min-width:20px;
	display:inline-block;
	position: relative;
    top: 4px;
    margin-right: 4px;
}
.svg-icon.pin-start{
	background:url(../img/iconos/pin-start.svg) no-repeat center center;
}
.svg-icon.pin-end{
	background:url(../img/iconos/pin-end.svg) no-repeat center center;
}
.svg-icon.recorrido{
	background:url(../img/iconos/recorrido.svg) no-repeat center center;
}
.svg-icon.velocidad{
	background:url(../img/iconos/velocidad.svg) no-repeat center center;
}
.svg-icon.calendario{
	background:url(../img/iconos/calendario.svg) no-repeat center center;
}
.svg-icon.eventos{
	background:url(../img/iconos/eventos.svg) no-repeat center center;
}
.svg-icon.tiempo{
	background:url(../img/iconos/tiempo.svg) no-repeat center center;
}

.trackAddCarList > div:nth-of-type(odd) {
	background-color:rgba(0,0,0,0.05);
}
[type="radio"]:not(:checked)+label, [type="radio"]:checked+label {
	line-height:30px
}
[type="radio"]:not(:checked)+label:before, [type="radio"]:not(:checked)+label:after,[type="checkbox"].filled-in:not(:checked)+label:after,[type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after {
	border: 2px solid rgba(0,0,0,0.2);
}
[type="checkbox"].filled-in:not(:checked)+label:after,[type="checkbox"].filled-in:checked+label:after {
	margin-left:4px
}
[type="checkbox"].filled-in:checked+label:before {
	left:5px
}

h5 {
	font-size:20px;
	padding: 3px 0;
}

.divisor {
	background:black;
	margin:25px auto;
	height:2px;
	width:80%;
}
.no-flex {
	display:block !important;
}
.evName {
	font-weight: bold;
}

.btn {
	box-sizing: border-box;
}
table tr td.check, 
table tr th.check{
	text-align:center;
}
table tr td.check [type="checkbox"]+span:not(.lever), 
table tr th.check [type="checkbox"]+span:not(.lever) {
	padding-left:19px !important;
}
table tr td.check label,
table tr th.check label {
	    /* position: absolute; */
    /* width: auto; */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after,
[type="radio"]:not(:checked)+span:before, [type="radio"]:not(:checked)+span:after{
	border: 2px solid rgba(0,0,0,0.4);
}
.tagselect label span {
	width:100%;
}
#log,#warn,#error {
	font-size:12px;
	font-family: Menlo, monospace;
	user-select: all;
	word-wrap: break-word;
}

.log-boolean,
.log-undefined {color: magenta;user-select: all}
.log-object,
#log .log-string {color: white;user-select: all}
#error .log-string {color: rgb(255,128,128);user-select: all}
#warn .log-string {color: rgb(255,221,158);user-select: all}
.log-number {color: cyan;user-select: all}

#error {
	border-top:solid 1px rgba(255,0,0,0.4);
	background:rgb(65,0,0);
}
#warn {
	border-top:solid 1px rgba(255,255,0,0.3);
	background: rgba(65,65,0,0.7);
}
.pointer-events{
	pointer-events:all;
}

table.irresponsive {
	table-layout: fixed;
	width:100%;
}

table.irresponsive td {
	word-wrap: break-word;
}

.event-icon .ev-icon {
	background-size:contain;
	width:35px;
	height:35px;
}
.event-icon {
	display:flex;
	align-items: center;
	justify-content: center;
}

.sidenav .fas, 
.sidenav .far{
	font-size:18px;
	left: 8px;
    position: relative;
}
.sidenav [class^="zicon_"],
.sidenav [class*=" zicon_"]{
	font-size:24px;
	top: -2px;
    position: relative;
}
.H_ctl > .H_btn {
	background:#FFF;
	color:#000;
	box-shadow: #000 0px 0px 1px;
}
svg.H_icon,.H_active svg.H_icon {
	fill:rgba(0,0,0,0.5);
}
.H_ctl > .H_active {
	background:#F1F1F1;
}
.table-subtitle{
	font-size:14px;
	color:rgba(0,0,0,0.5);
}
.geo-icon {
	font-size:30px;
	text-align:center;
}
.sidenav .divider {
	margin: 3px 0;
}
.H_ib_tail {
	bottom: -0.37em !important;
}
.H_ib_body {
	background:transparent !important;
}
.sidenav .collapsible-header, .sidenav.fixed .collapsible-header {
	padding:3px 32px !important
}

.boton {
		/*background:	#0ab6a5;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f77b00+0,f4b266+100 */
background: #F15A29;
	height:48px;
	/*color:#065e6d;*/
	color:#FFF;
	letter-spacing: 1px;
	/*font-weight:bold;*/
	box-shadow:rgba(0,0,0,0.15) 0 5px 5px;
	line-height:48px;
	text-align:center;
	position:relative;
	top:15px;
	border-radius:50px;
	font-family:'Montserrat',Arial,sans-serif;
	font-size:14px;
	width:100%;
	cursor:pointer;
	text-transform:uppercase;
	    background: -webkit-linear-gradient(50deg,#f47f59,#ef4811)!important;
    background: -o-linear-gradient(50deg,#f47f59,#ef4811)!important;
    background: linear-gradient(40deg,#f47f59,#ef4811)!important
}

#loginPage .boton {
	width:80%;
	max-width:400px;
}

#loginPage a.btn-floating {
	position:absolute;
	top:5px;
	left:5px;
}
.trackAddCarList td.check label,
.trackAddCarList td.check input {
	pointer-events:none;
}
.checkpointList .chevron {
	min-width:15% !important;
	font-size: 22px !important;
}
.btn-small.selectall{
	width:32.4px;
	padding: 0px;
}

.left-icon.left-check {
	font-size:22px !important;
}
.mainTop {
	overflow:visible;
}
.tap-target-wrapper.open i{
	color:#000;
}
.showcase, .lookatme {
    min-width: 100px;
    /* background: rgba(255,255,255,1); */
    /* padding: 5px; */
    position: absolute;
    max-width: 300px;
    z-index: 10;
    border-radius: 3px;
 
    
    /* overflow: hidden; */
}
.showcase {
	color: #000;
	display: none;
	top: 54px;
    right: 5px;
}
.lookatme {
	color:#FFF;
	background:#333;
	padding:5px;
	bottom:55px;
	right:51px;
	opacity:0;
	pointer-events: none;
}

.showcase .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 13.0px 7.5px;
    border-color: transparent transparent rgba(255,255,255,1) transparent;
    position: absolute;
    top: -5px;
    right: 17px;
}
.lookatme .arrow {
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color:transparent transparent transparent #333;
    position: absolute;
    top: 10px;
    right: -8px;
}
.showcase .showcase-tap-title {
	font-size:20px;
}
.showcase .showcase-tap-subtitle {
	font-size:14px;
}
.mainTop .fade,#map .fade {
	width:100%;
	height:100%;
}
.mainTop .tool.right {
	z-index:6;
}
#map .apagadoMotor {
	position:absolute;
	right:3px;
	bottom:50px;
	background:url(../img/apagadoMotor.svg) no-repeat center center;
	background-size:cover;
	width:40px;
	height:40px;
	z-index: 1;
	display:none;
	cursor:pointer;
}
.carInfoList .list li{
	display:block !important;
}
.extraInfo {
	cursor:pointer;
	text-align:center;
	font-size:12px;
}
.extraStuff {
	margin: 0px !important;
	padding:0px !important;
	display:none;
	height:100px;
}
.timeBg {
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 52px;
    left: 1px;
    z-index: 5;
    width: 47px;
    height: 47px;
}
.pushList.list li .chevron {
	min-width:15%;
}
.pushList.list .zicon_georeferencias,
.pushList.list .zicon_eventos {
	font-size:16px;
}
span[class$="bubble_coords"] {
	cursor:pointer;
}
div#carInfoList li .row {
    margin-top: 0;
    padding-top: 0;
}
div#carInfoList li .flex-row {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 10px;
    margin-top: 0;
}

div#carInfoList li .chevron{
    position: absolute;
    top: calc(50% - 15px);
    right: 5px;
    height:30px;
}

.pushUnits > .row,
.pushEvents > .row {
	padding-bottom:0;
	margin-bottom:0;
}
/* width */
#sidebar::-webkit-scrollbar,
.inputGroup .content::-webkit-scrollbar{
    width: 15px;
}
.subVista::-webkit-scrollbar {
	 width: 10px;
}

/* Track */
#sidebar::-webkit-scrollbar-track,
.inputGroup .content::-webkit-scrollbar-track,
.subVista::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
#sidebar::-webkit-scrollbar-thumb,
.inputGroup .content::-webkit-scrollbar-thumb,
.subVista::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
#sidebar::-webkit-scrollbar-thumb:hover,
.inputGroup .content::-webkit-scrollbar-thumb:hover,
.subVista::-webkit-scrollbar-thumb:hover {
    background: #888; 
}

.sidebar-indicator {
	background:#000;
	height:25px;
	width:50px;
	position:absolute;
	right:40px;
	z-index:15;
}
.row.search-input {
    margin-bottom: 0px
}
.row.search-input .col {
    margin-bottom: 0;
    margin-top: 0;
    padding:0;
}

.row.search-input .col.s2 {
    padding-right: 0;
}

.row.search-input .col .btn {
	padding:0;
	width:100%;
}
.row.search-input .col .btn .fas{
	/*text-shadow: rgba(0,0,0,0.4) 2px 2px 0px;*/
}
@media only screen and (orientation:landscape) {
	.filterCarEvents .subVista {
		width:30%;
		right:0;
	}
}
@media only screen and (max-width: 800px) and (orientation:landscape){
	.filterCarEvents .subVista {
		width:40%;
		right:0;
	}
}
#event-times {
	font-size:16px;
	margin:0 2px;
}
#push .inputGroup h6{
	margin-bottom:0px;
}
.inputGroup h6 .fa-angle-right,
.inputGroup h6 .fa-angle-down {
    position: absolute;
    right: 0px;
    top: 1px;
    font-size: 20px;
    padding: 5px 10px;
}

@media only screen and (max-width: 600px) {
	.pushGeos .content {
		display:none;
	}
}
@media only screen and (orientation: portrait) {
	.carEventList .carEvents li[class^="carEvent-"] {
		min-height:130px;
	}
}

@media only screen and (orientation: portrait) and (min-width: 600px) {
	.list li .left-icon {
		min-width:10%;
	}
	.event-snippet {
		font-size:14px;
	}
	.svg-icon {
		min-height:22px;
		min-width:22px;
	}
}

#push-popup {
	position:absolute;
	bottom:-100px;
	left:0;
	right:0;
	margin:0 auto;
	opacity:0;
	background:rgba(255,255,255,0.95);
	z-index:14;
	width:85%;
	max-width:400px;
	border-radius:5px;
	padding:4px 0px;
	transition:bottom ease-out 0.8s,opacity ease-out 0.8s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	box-shadow:rgba(0,0,0,0.85) 0 0 2px;
}
#push-popup.visible {
	bottom:5px;
	opacity:1;
}
#push-popup .event-container {
	display:flex;
	justify-content: center;
	flex-direction: row;
}

#push-popup .event-container .event-icon {
	width:20%;
}

#push-popup .event-container .event-contents {
	width:80%;
}

#push-popup .event-name{
	font-weight:bold;
}

#progress {
	background: #FFF;
    border-radius: 4px;
    position: absolute;
    top: 55px;
    left: 5px;
    width: 78px;
    padding: 3px;
    border: rgba(0,0,0,0.1) solid 1px;
    z-index: 5;
    display:none;
    -webkit-transform:translate3d(0,0,0) !important;
}

#progress .bar {
	height: 14px;
    width: 0%;
    position: relative;
    /*transition:width ease-out 0.8s;*/
    border-radius:3px;
}
.domLabel_icon {
    background: #333;
    border-radius: 4px;
    color: #FFF;
    padding: 3px 5px;
    font-size: 12px;
    top:10px;
    z-index:10;
    pointer-events: none;
}

.domLabel_point {
    background: #FFF;
    border-radius: 4px;
    color: #333;
    padding: 1px 5px;
    font-size: 11px;
    border:solid #333 1px;
    top:4px;
}
.domIcon {
	width: 40px;
    height: 40px;
    background-size: contain !important;
    cursor: pointer;
    top:-34px;
    left:-20px;
}

.domIcon.startend {
	width:28px;
	height:28px;
	left:-14px;
	top:-28px;
}
.domPin {
    top: -32px;
    left: -14px;
    width: 30px;
    height: 30px;
}
.changeVersion {
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
}
.changeText {
	margin:3px 0px;
}

#changelog .divider {
	margin:10px 0px;
}
.show-pass {
	position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    /*display:none;*/
}

.unableToSelect > *{
	color:red;
}
#share {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
#share.hidden{
	display:none !important;
}
.sharePopup {
    background: #FFF;
    border-radius: 5px;
    padding: 10px;
    max-width: 500px;
    width: 90%;
}
.shareFlex {
	display:flex;
	flex-wrap: wrap;
}
.shareFlex .button {
    /* max-width: 100%; */
    width: 45%;
}
.button {
margin: 15px auto 15px auto;
    background: #002f87;
    border: none;
   	padding:10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    color: #FFF;
    min-width: 135px;
    line-height: 21px;
    display: block;
    max-width: 50%;
    text-align:center;
}
.button.white-button {
    background: #FFF;
    border: solid 2px #2c57a3;
    color: #2c57a3;
    opacity:1 !important;
}
.button.share-time{
	border:2px solid #2c57a3;
	opacity:0.75;
}
.sidenav .far {
	left: 9px;
    position: relative;
}
.selectevents-push {
    margin: 4px 10px 0px 10px;
}
#log,#warn,#error {
	font-size:12px;
	font-family: Menlo, monospace;
	user-select: all;
	padding:0 6px;
}


.log-boolean,
.log-undefined {color: magenta;user-select: all}
.log-object,
#log .log-string {color: white;user-select: all}
#error .log-string {color: rgb(255,128,128);user-select: all}
#warn .log-string {color: rgb(255,221,158);user-select: all}
.log-number {color: cyan;user-select: all}
.log-timestamp {
	color:rgba(255,255,255,0.5);user-select: all;
}
#error {
	border-top:solid 1px rgba(255,0,0,0.4);
	border-bottom:solid 1px rgba(255,0,0,0.4);
	background:rgb(65,0,0);
}
#warn {
	border-top:solid 1px rgba(255,255,0,0.3);
	border-bottom:solid 1px rgba(255,255,0,0.3);
	background: rgba(65,65,0,0.7);
}
.log-ts {
	color:rgba(255,255,255,0.4) !important;
	margin-right:10px
}
#console {
	user-select: all;
	word-wrap: break-word;
}
.console span {
    margin-right: 7px;
}
.bubble-fuel-tank {
    display: flex;
    flex-direction: row;
    align-items: center;
	margin-bottom:5px
}
span[class*="-bubble_fuel"] {
	overflow:auto;
	max-height:100px;
}
span[class*="-bubble_fuel"]::-webkit-scrollbar {
	width:4px !important;
}
span[class*="-bubble_fuel"]::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,0.25) !important;
}
.markerInfo::-webkit-scrollbar {
	width:4px !important;
}
.markerInfo::-webkit-scrollbar-thumb {
	background:#d9400e
}
.bubble-fuel-tank-id {
    background: url(../img/fuel.png) no-repeat center center;
    background-size: contain;
    width: 20px !important;
    height: 25px;
    color: #000;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-right: 10px;
	font-size: 7pt;
}
#fuelgraph {
	height:68%;
	position:relative;
	overflow:visible !important;
}
.amcharts-chart-div {
    overflow: visible !important;
}
.tooltipIcon i{
	width:40px;
	height:40px;
	background-size:contain;
	display:block;
}
.fuelTooltip {
	display:flex;
	width:100%;
	flex-direction: column;
	align-items:center;
	justify-content: center;
}
.toolHead {
	color:#FF9100;
}
#graph-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 32%;
    flex-wrap: wrap;
}
.graph-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
    border: rgba(0,0,0,0.2) solid 1px;
    margin: 0px 10px;
    padding: 5px;
    flex-direction: column;
    flex: 1 0 31%;
    border-radius:5px;
    margin-bottom:2px;
}

.graph-value {
	font-size:17pt;
}
.graph-value span {
	font-size:13pt;
}
.graph-subtitle{
	font-size:9pt;
	text-align: center;
}
@media only screen and (orientation:landscape) {
	#fuelgraph {
		height:64%;
	}
	#graph-info {
		height:36%;
	}
	.graph-box {
		flex: 1 0 10%;
		padding:2px;
	}
}
@media only screen and (orientation:landscape) and (min-height:489px) {
	#fuelgraph {
		height:75%;
	}
	#graph-info {
		height:25%;
	}
}
.graph-box.daterange {
	width:100%;    
	flex:unset;
}
.graph-box.daterange .graph-value {
    font-size: 12pt;
    text-align: center;
}
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}
input[type="datetime-local"]{
	    border: none;
    height: 40px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    text-align: center;
    width: 100%;
}
@media only screen and (orientation:landscape) and (min-width : 992px){
	#main.sidenav-open {
		margin-left:300px;
	}
}
#sidenav.sidenav-open {
	transform: translateX(0%) !important;
	-webkit-transform: translateX(0%) !important;
}
@media only screen and (max-width : 992px) {
	#main{
    	margin-left: 0;
	}
}
a[title="JavaScript charts"] {
    font-size: 6pt !important;
}
body.sidenav-open .selected-menu {
    color: #FFF !important;
    margin: 0px 10px 0 0;
    border-radius: 0 50px 50px 0;
}
body.sidenav-open .top {
	background:#333 url(../img/120x120.png) no-repeat center center;
	background-size:40px;
}
.turn-on,.turn-off {
	min-width: unset;
    padding: 8pt;
    max-width: unset;
    font-size:10pt;
}
.turn-on {
	background: #4caf50 !important;
}
.turn-off {
	background: #f44336 !important;
}
@media screen and (max-width:370px) {
	.turn-on,.turn-off{
		padding: 8pt 3pt;
		font-size:9pt;
	}
	.turn-off {
		padding: 8pt 2pt;
		font-size:8pt;
	}
}
@media screen and (min-width:371px) and (max-width:449px) {
	.turn-off {
		padding: 8pt 3pt;
		font-size:9pt;
	}
}
@media screen and (min-width:500px) {
	.turn-on,.turn-off{
		font-size:11pt;
	}
}
.modal .alert-title,
.modal .confirm-title,
.modal .prompt-title{
	color: unset;
    padding: 0;
    /* margin: inherit; */
    font-size: 14pt;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    padding-bottom: 10px;
}
.modal .prompt-body,
.prompt-modal .input-field {
	margin-bottom:0;
}
.list li div.configSquare:nth-child(odd) {
    margin-left: 5px !important;
}
.waitSubMsg {
	text-align:center;
	width:80%;
	font-size:10pt;
	color:rgba(0,0,0,0.5);
}
.selector-search {
	margin:3px 0px;
}
.selector-search .emptySearch {
	top: -3px;
}
.selectall-autorc {
	margin:3px 0px;
}
.selector-search .selectall {
    top: 5px;
    position: relative;
    max-width: 50px;
    width:100%;
}
.fixed-action-btn .btn-label {
    width: 50px;
    bottom: 70px;
}


.fixed-action-btn .btn-label {
    position: absolute;
    bottom: 52px;
    width: 57px;
    text-align: center;
    font-size: 8pt;
    background: rgba(0,0,0,0.75);
    border-radius: 4px;
    padding: 2px 5px;
    left: 50%;
    transform: translate3d(-50%,0,0);
    /* font-weight: bold; */
    color: #FFF;
    opacity: 0;
}
.btn-label .btn-label-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7.5px 0 7.5px;
    border-color: rgba(0,0,0,0.75) transparent transparent transparent;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%,0,0);
    bottom: -7px;
}
.actioncircle ul li i {
	font-size:12pt;
}
.btn-label.fade-in {
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}
.actioncircle li {
    position: relative;
}
.mainTop .tool.right.hidden {
	display:none !important;
}
#scanUI {
	z-index:9999;
    display: none
}
#panicUI {
    background: #FFF;
    border-radius: 50px;
    padding: 5px;
    color: #333;
    font-size: 11pt;
    display: flex;
    position: absolute;
    z-index:-1;
    opacity: 0;
    left: 50%;
    bottom:10px;
    transform: translate3d(-50%, 0px, 0px);
    align-items:center;
    max-width: 500px;
    width: 90%;
    transition: opacity 1s ease-out;
    pointer-events: none;
    border: #CCC solid 1px;
    border-bottom: #CCC solid 3px;
}
#panicUI.show_panic {
    opacity: 1;
    pointer-events: all;
}
#panicUI .panic_close {
    cursor: pointer;
    width: 10%;
    text-align: center;
}
#panicUI .panic_icon{
    color:#f44336;
    width: 10%;
    text-align: center;
    animation: signal 2.5s linear infinite;
    animation-play-state: paused;
}
#panicUI.show_panic .panic_icon {
    animation-play-state: running;
}
.marquee {
    position: relative;
    overflow: hidden;
    --offset: 20vw;
    --move-initial: calc(-25% + var(--offset));
    --move-final: calc(-50% + var(--offset));
    width: 100%;
}

.marquee__inner {
    width: fit-content;
    display: flex;
    position: relative;
    transform: translate3d(var(--move-initial), 0, 0);
    animation: marquee 7s linear infinite;
    animation-play-state: running;
}

.marquee span {
    padding: 0 2vw;
    width: max-content;
}

.marquee:hover .marquee__inner,
#panicUI:not(.show_panic) .marquee .marquee__inner {
    animation-play-state: paused;
}
.panic_bubble {
    padding: 10px;
    color: #333;
    border-radius: 25px;
    position: absolute;
    background: #FFF;
    bottom:45px;
    font-size: 10pt;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s linear;
    border: #CCC solid 1px;
    border-bottom: #CCC solid 3px;
}
.panic_bubble.show_bubble {
    pointer-events: all;
    opacity: 1;
}
.panic_bubble_arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7.5px 0 7.5px;
    border-color: #FFF transparent transparent transparent;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%,0,0);
    bottom: -7px;
}
.panic_bubble_ok {
    text-align: center;
    padding:5px 0px;
    font-weight: 700;
    cursor: pointer;
}
#panicUI div i {
    font-size: 13pt;
}
@keyframes signal {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.25;
    }
    75% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
@keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }

    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
}
.no-info-label {
    display: none;
    background: #DDD;
    color: #000;
    padding: 4px 10px;
    border-radius: 25px;
    font-size: 9pt;
}
.no-info {
	pointer-events: none !important;
}
.no-info .no-info-label {
    display: block;
    width: fit-content;
}
.no-info .row,
.no-info .flex-row{
	opacity:0.5;
	pointer-events: none !important;
}
.modal {
    border-radius: 7px;
}
.event-battery i {
	width:20px;
	height: 20px;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    color:#e9bb0a;
}
.event-battery {
	margin-top:7px !important;
}
span.car_battery {
    background: rgba(0,0,0,0.05);
    border-radius: 25px;
    padding: 3px 10px;
    text-align: center;
    margin-left: 10px;
}
span.car_battery i {
	color:#e9bb0a;
}
.teapp_reg_instructions {
    font-size: 9pt;
    margin-top: 10px;
}
.engineStatus-on {
	font-weight: bold;
	color: #4caf50 !important;
}
.engineStatus-off {
	font-weight: bold;
	color: #f44336 !important;
}

i.iconNameGraphic {
	width: 50px;
    height: 50px;
    background-size: contain !important;
}
.tyc_priv {
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}
#aviso-banner {
    z-index: 13;
    position: absolute;
    left: 0;
    bottom: 10px;
    margin: 0 auto;
    opacity: 0;
    background: rgba(255,255,255,0.95);
    transition: all ease-in-out 0.5s;
    max-width: 500px;
    pointer-events: none;
    transform: translate3d(-100%, 0, 0);
    border-radius: 10px;
}

#aviso-banner.show-banner{
	opacity: 1;
	pointer-events: all;
	transform: translate3d(10px, 0, 0);
}
#aviso-banner .aviso-img {
	width: 100%;
    padding: 8px 8px 0;
    cursor: pointer;
}
.aviso-btns{
    margin-bottom: 5px;
}
.aviso-btns .btn {
	margin: 2px 10px;
}
@media all and (max-width: 520px) {
	#aviso-banner.show-banner {
		border-radius: 0;
		transform: translate3d(0, 0, 0);
		bottom: 0px;
		max-width: 100%;
	}
}
.engineStatus img {
    height: 6px;
}
.H_btn, .H_rdo li {
	background: none;
}