@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,greek,greek-ext,cyrillic,cyrillic-ext,latin-ext,vietnamese);
html, body {
	height: 100%;
}
body {
    padding: 15px;
    padding-top: calc(15px + env(safe-area-inset-top));
    padding-bottom: calc(15px + env(safe-area-inset-bottom));

    background: #ffffff;
    font-family: "open sans";
    color: #444444;
}

#loading_panel {
	background: #FFFFFF;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 99999;
}
#loading_data_panel {
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: Alpha(Opacity=30);
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 99999;
}
.icon-only i {
	font-size: 25px;
	color: #ffffff;
	margin-top: 2px;
}

.width10 { width: 10%; }
.width20 { width: 20%; }
.width33 { width: 33.33333%; }
.width40 { width: 40%; }
.width45 { width: 45%; }
.width50 { width: 50%; }
.width100 { width: 100%; }
.clearfix { display: table; width: 100%; }
.block1 { padding-right: 5px; }
.block2 { padding-left: 5px; }

.object-item {
	display: table;
	width: 100%;
	cursor: pointer;
}

a,
a:hover { text-decoration: none; color: #2b82d4; }
b, strong{ font-weight: 600; }

@media screen and (max-width: 410px) {
	#page_object_list .row {
		margin-right: 15px;
	}
}
#page_object_list .visible,
#page_object_list .follow,
#page_object_list .details {
	cursor: pointer;
}

#map_layer {
	border: none;
}
#event_list_page {
	text-align: left;
	border: none;
}
#event_list_page option {
	text-align: center;
}

/*#################################################*/
/* PAGES
/*#################################################*/

.page
{
	display: none;
	overflow-x: hidden;
	overflow-y: auto;

	padding-top: 60px;
	padding-bottom: 60px;

	box-sizing: border-box;
}

.page-map { padding: 0px; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px;}

/*#################################################*/
/* MAP DIVS
/*#################################################*/

#map { position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; }

.leaflet-left .leaflet-control{
	margin-top: 25px;
	margin-left: 15px;
}
.leaflet-left {
	left: auto !important;
	right: 15px !important;
}

/*#################################################*/
/* HISTORY NAVBAR
/*#################################################*/

#history_navbar {
	display: none;
	min-height: 0px;
}

#history_navbar_map
{
	display: none;
}

#history_navbar_graph
{
	display: block;
}

#history_navbar_details
{
	display: block;
}

/*#################################################*/
/* GRAPH PANEL
/*#################################################*/

.graph-panel {
	display: none;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #f8f8f8;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	z-index: 10;
	overflow: hidden;
}
.graph-panel-label
{
	position: absolute;
	right: 25px;
	top: 75px;
}
.graph-panel-plot
{
	height: 100%;
	width: 100%;
}

.graph-controls
{
	margin-bottom: 10px;
	display: table;
	width: 100%;
}
.graph-controls div
{
	display: inline-block;
	vertical-align: middle;
}
.graph-controls-left
{
	float: left;
}
.graph-controls-right
{
	float: right;
}
.graph-controls a
{
	margin: 5px;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.graph-controls a:hover { opacity: 0.9; }

/*#################################################*/
/* ROUTE PANEL
/*#################################################*/

.details-panel {
	display: none;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #f8f8f8;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	z-index: 10;
	overflow-x: hidden;
	overflow-y: auto;
}

/*#################################################*/
/* LOGIN PAGE
/*#################################################*/

/* CONTENEDOR INPUT */
.login-page .input-group {
    position: relative;
    margin-bottom: 28px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: background-color 0.25s ease;
}

/* FONDO SUAVE */
.login-page .input-group:hover {
    background-color: rgba(0, 0, 0, 0.025);
}

.login-page .input-group:focus-within {
    background-color: rgba(0, 0, 0, 0.045);
}

/* INPUT */
.login-page .form-control {
    background: transparent;
    border: none;
    border-bottom: 2px solid #d0d0d0; /* ? línea más clara */
    border-radius: 0;
    box-shadow: none;
    padding: 14px 10px 14px 40px;
    height: 52px;
    font-size: 16px;
    color: #333;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* ICONO */
.login-page .input-group-addon {
    background: transparent;
    border: none;
    border-bottom: 2px solid #d0d0d0; /* misma línea que input */
    color: #777;
    pointer-events: none;
}

/* FOCUS / ESCRIBIENDO */
.login-page .form-control:focus {
    border-bottom-color: #2b82d4; /* azul marca */
    box-shadow: 0 4px 6px -4px rgba(0,0,0,0.25); /* sombra más suave */
    outline: none;
}

/* CUANDO YA TIENE TEXTO (SIN FOCUS) */
.login-page .form-control:not(:placeholder-shown):not(:focus) {
    border-bottom-color: #c8c8c8;
    box-shadow: none;
}


/*#################################################*/
/* MENU PANEL
/*#################################################*/

.show-menu {
	margin-top: 15px;
}
.page-menu .page-title {
	box-sizing: border-box;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 50px;
	padding: 0 15px;
	height: 50px;
	display: table;
	width: 100%;
	color: #ffffff;
	background-color: #2b82d4;
}
.page-menu .title-block i {
	color: #ffffff;
	position: absolute;
	right: 15px;
	top: 20px;
}
.page-menu .button-block {
	margin: 30px auto;
	display: table;
}
.page-menu .button-block a {
	color: #444444;
}
.page-menu {
	display: none;
}
.menu-block {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: calc(100% - 20px);
	color: #696969;
	z-index: 999999;
	box-shadow: 3px 0px 3px 0px rgba(0, 0, 0, 0.3);
	background: #f8f8f8;
	display: block;

	
	margin: auto;
}
.page-menu,
.menu-block {
	overflow-x: hidden;
}
.page-menu ul {
	padding: 0 15px 30px 0;
	margin: 0;
	display: table;
	width: 100%;
	list-style: none;
}
.page-menu ul li {
	width: 33.333%;
	float: left;
	padding-top: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	
}
.page-menu ul li a {
	color: #696969 !important;
	font-size: 14px;
	padding: 20px 10px;
	display: block;
	text-decoration: none;
	position: relative;
	font-weight: 400;
	text-align: center;
	background: #ffffff;
	-webkit-box-shadow: 0 0 5px 0 #eaeaea;
	box-shadow: 0 0 5px 0 #eaeaea;
}
.page-menu ul li a:hover { opacity: 0.8; }
.page-menu ul li a.selected { }
.page-menu ul li a i {
	width: 100%;
	font-size: 25px;
	margin-bottom: 10px;
}

/*#################################################*/
/* ICONS
/*#################################################*/

.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-control a span {
	display: table;
	width: 100%;
	height: 100%;
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: center center;
}
.leaflet-control a span.disabled {
	opacity: 0.5;
}
.leaflet-control-zoom-in { background-image: url(images/plus.svg); }
.leaflet-control-zoom-out { background-image: url(images/minus.svg); }
.icon-objects { background-image: url(images/object-arrow.svg); }
.icon-clusters { background-image: url(images/clusters.svg); }
.icon-traffic { background-image: url(images/traffic.svg); }
.leaflet-control a span.disabled {
	opacity: 0.5;
}

/*#################################################*/
/* BUTTONS
/*#################################################*/

.btn i { margin-right: 5px; }
.btn.btn-green { background-color: #9CC602; color: #ffffff; border-color: #9CC602; }
.btn.btn-blue { background-color: #2b82d4; color: #ffffff; border-color: #2b82d4; }

.btn.back-btn {
	margin-bottom: 15px;
}

.btn.login-btn {
	margin-bottom: 15px;
}

.btn.desktop-btn {
	margin-bottom: 15px;
}
.login-page .btn.login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 14px;
    border-radius: 10px; !important;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(43, 130, 212, 0.25);
    background-image: linear-gradient(
        to bottom,
        rgba(255,255,255,0.15),
        rgba(255,255,255,0)
    );
    transition: 
        background-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.15s ease;
}

.login-page .btn.login-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(43, 130, 212, 0.35);
}

.login-page .btn.login-btn:active {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(43, 130, 212, 0.25);
}


/*#################################################*/
/* TABLELESS STYLING
/*#################################################*/

.table{
	display: table;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.table-cell{
	display: table-cell;
	margin: 0;
	padding: 0;
}

.center-middle{
	vertical-align: middle;
	text-align: center;
}

/*#################################################*/
/* BOOTSTRAP
/*#################################################*/

/*THEME*/

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../theme/fonts/custom/glyphicons-custom.eot');
  src: url('../theme/fonts/custom/glyphicons-custom.eot?#iefix') format('embedded-opentype'), url('../theme/fonts/custom/glyphicons-custom.woff2') format('woff2'), url('../theme/fonts/custom/glyphicons-custom.woff') format('woff'), url('../theme/fonts/custom/glyphicons-custom.ttf') format('truetype'), url('../theme/fonts/custom/glyphicons-custom.svg#glyphicons_halflingsregular') format('svg');
}

.modal-content { border-radius: 0px; }
.modal-body { padding: 20px 15px 15px 15px; }
.btn-primary, .btn-primary:hover, .btn-primary:focus { background-color: #2b82d4; border: 1px; border-color: #2b82d4; }
.btn-group { width: 100%; }
.btn { border-radius: 0px; border-color: #e8e8e8; overflow: hidden; }
.panel { border-radius: 0px; border-color: #e8e8e8; box-shadow: none;}
.form-control { border-radius: 0px; border-color: #e8e8e8; }
.input-group-addon { border-radius: 0px; border-color: #e8e8e8; }
.list-group-item:first-child { border-radius: 0px; border-color: #e8e8e8; }
.list-group-item:last-child { border-radius: 0px; border-color: #e8e8e8; }
.dropdown-menu {
	min-width: auto;
	width: 100%;
}
.dropdown-toggle {
	min-width: auto;
	width: 100%;
}
.vertical-align {
    display: flex;
    align-items: center;
}
.form-control {
	box-shadow: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}
/* CUSTOM ICONS */

.glyphicon-desktop:before {
  content: "\e261";
}
.glyphicon-exit:before {
  content: "\e262";
}
.glyphicon-cheeckbook:before {
  content: "\e263";
}
.glyphicon-history:before {
  content: "\e264";
}
.glyphicon-openlock:before {
  content: "\e265";
}

/*SEARCH*/

.search-clear {
    position: absolute;
	right: 25px;
    top: 80px;
    cursor: pointer;
    color: #ccc;
	z-index: 1;
}

/* DATEPICKER */
.dtpicker-content {
	background: #fff;
	height: 200px;
}
.dtpicker-components .dtpicker-comp {
	border: 1px solid #e8e8e8;
	margin-right: 3px;
}
.dtpicker-components .dtpicker-compValue {
	margin: 0;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
.dtpicker-buttonCont {
	margin: 10px 0;
	padding: 5px 0;
}
.dtpicker-components .dtpicker-compButton,
.dtpicker-components .dtpicker-compButton:hover {
	background: #f8f8f8;
	color: #444444;
	text-decoration: none;
}
.dtpicker-components .dtpicker-compValue,
.dtpicker-components .dtpicker-compValue:hover {
	color: #444444;
}

/*LIST GROUP*/

#page_object_list a
{
	color: none;
}

.list-group-btn { border: 0px; }

.list-group-item { padding: 5px 7px; font-size: 12px; }
.list-group-item .icon { float:left; margin-top: 4px; }
.list-group-item .name_speed_status { float:left; margin-left: 10px; white-space: nowrap; }
.list-group-item .name { margin-right: 5px; white-space: nowrap; }
.list-group-item .speed { white-space: nowrap; }
.list-group-item .status { color: #808080; font-size: 10px; white-space: nowrap; }

.list-group-item .connection { float: left; margin-top: 0px; margin-left: 5px; margin-right: 5px; }
.list-group-item .visible { display: inline; margin-left: 5px; margin-right: 5px; font-size: 16px; color: #BBB; }
.list-group-item .follow { display: inline; margin-left: 5px; margin-right: 5px; font-size: 16px; color: #BBB; }
.list-group-item .details { display: inline; margin-left: 5px; margin-right: 5px; font-size: 16px; color: #2b82d4; }

.list-group-item .checked { color: #2b82d4; }

/*.list-group-item .glyphicon { color: none;}*/

@media only screen and (max-width: 400px) {
    .list-group-item .icon {
        display: none;
    }
}

/*CHECKBOX*/

.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;   
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;   
}

/*NAVBAR*/

.navbar { border-radius: 0px; }
.navbar-default { background: #2B82D4; border: none; }
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover { color: #ffffff; }

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: auto;
  margin-left: auto;
}

/* LOGIN NAVBAR REDONDEO SUAVE */
.login-page .navbar {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden; /* ? necesario */
}

/*#################################################*/
/* LOADER SOBRIO (DOTS)
/*#################################################*/

body {
  background: #fff;
  font-family: Verdana;
}

/* CONTENEDOR */
.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* DOTS BASE */
.loading span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #007DB6;
  animation: loading 1s infinite alternate;
}

/* COLORES + DELAYS */
.loading span:nth-child(2) {
  background: #4185F3;
  animation-delay: 0.2s;
}

.loading span:nth-child(3) {
  background: #33A753;
  animation-delay: 0.4s;
}

.loading span:nth-child(4) {
  background: #FABB04;
  animation-delay: 0.6s;
}

.loading span:nth-child(5) {
  background: #E94234;
  animation-delay: 0.8s;
}

.loading span:nth-child(6) {
  background: #CCFFCC;
  animation-delay: 1s;
}

.loading span:nth-child(7) {
  background: #000000;
  animation-delay: 1.2s;
}

/* ANIMACIÓN SOBRIA (FADE SIMPLE) */
@keyframes loading {
  0% {
    opacity: 0.2;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1.2);
  }
}

.login-page .login-logo {
    text-align: center;
    margin: 20px 0 18px;
	
}

.login-page .login-logo img {
    width: 190px;
    height: auto;
	margin-bottom: 30px; /* ðŸ‘ˆ espacio entre logo y formulario */
    margin: 25px 0 20px; /* 30px espacio arriba del logo, 20px debajo */
}


/* OCULTAR "VERSIÓN PC" EN LOGIN (APP) */
.login-page .desktop-btn {
    display: none;
}




/* CHECK "RECORDAR USUARIO" MÁS PEQUEÑO */
.login-page .btn-remember-me label {
    padding: 4px 6px;
    min-width: 28px;
    height: 28px;
    line-height: 18px;
}

.login-page .btn-remember-me .glyphicon {
    font-size: 12px;
}
.login-page .btn-remember-me label {
    border-radius: 6px;
    border: 1px solid #d0d0d0;
    background: #fff;
}

/* RECORDAR USUARIO EN COLUMNA (texto arriba, check abajo) */
.login-page .block1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Texto */
.login-page .remember-me {
    padding-top: 0;
    margin-bottom: 6px;
    font-size: 13px;
    color: #666;
}

/* Check */
.login-page .btn-remember-me {
    margin-left: 0;
}

/* PERMITIR CLICK SOLO EN EL OJO */
.login-page .password-toggle {
    pointer-events: auto; /* ? habilita click */
    cursor: pointer;
}

/* Mensaje de error */
.login-page .error-message {
    color: #e74c3c; /* rojo */
    font-size: 12px;
    margin-top: 3px;
    display: none; /* por defecto no se ve */
}

/* Línea roja cuando hay error */
.login-page .form-control.error {
    border-bottom-color: #e74c3c;
    box-shadow: 0 2px 4px rgba(231, 76, 60, 0.3);
}
@media (min-width: 768px) {
    .login-page form {
        max-width: 580px;  /* ancho del formulario en PC */
        margin: 0 auto;    /* centrado horizontal */
    }
}
/* Ocultar el texto del navbar en login */
.login-page .navbar-brand {
    display: none;
}
.navbar-fixed-top
{
    padding-top: max(20px, env(safe-area-inset-top));
}
.icon-map {
    background-image: url(images/map.svg);
}

.icon-reports {
    background-image: url(images/reportes.svg);
}
/* ===========================================
   BOTÓN REPORTES RÁPIDOS
=========================================== */

.btn-reportes{
    display:block;
    width:100%;
    padding:15px;
    border:0;
    border-radius:12px;
    background:linear-gradient(135deg,#1b5e20,#43a047);
    color:#fff;
    font-size:16px;
    font-weight:600;
    letter-spacing:.4px;
    box-shadow:0 5px 15px rgba(0,0,0,.25);
    transition:all .25s ease;
}

.btn-reportes i{
    margin-right:8px;
    font-size:18px;
}

.btn-reportes:hover{

    background:linear-gradient(135deg,#2e7d32,#66bb6a);

    transform:translateY(-2px);

    box-shadow:0 8px 20px rgba(0,0,0,.35);

    color:#fff;
}

.btn-reportes:active{

    transform:scale(.98);

}

/* ===== REPORTES POSITIONGPS ===== */

.rr-card{
    background:#fff;
    border-radius:16px;
    margin:6px;
    overflow:hidden;
    box-shadow:0 4px 18px rgba(0,0,0,.15);
}

.rr-header{

    background:#ffffff;

    border-top:6px solid #1b8f3c;

    text-align:center;

    padding:25px 20px 15px 20px;

}

#rr_logo{

    width:120px;

    height:auto;

}

#rr_logo{

    width:180px;

    max-width:90%;

    height:auto;

    display:block;

    margin:0 auto 15px auto;

}

.rr-title h2{

    margin:8px 0 0 0;

    font-size:26px;

    font-weight:700;

    color:#1b8f3c;

}

.rr-title h2{

    margin:0;

    font-size:20px;

    font-weight:bold;

}

.rr-subtitle{

    display:block;

    margin-top:6px;

    color:#777;

    font-size:15px;

}

.rr-table{

    width:100%;

    border-collapse:collapse;

}

.rr-table td{

    padding:14px;

    border-bottom:1px solid #ececec;

}

.rr-table td:first-child{

    width:35%;

    font-weight:bold;

    color:#555;

}

.rr-km{

    text-align:center;

    padding:18px 10px;

    font-size:48px;

    font-weight:bold;

    color:#198754;

}

.rr-footer{

    text-align:center;

    font-size:12px;

    color:#777;

    padding:15px;

    border-top:1px solid #eee;

    background:#fafafa;

}

.rr-info{

    padding:28px 20px;

    text-align:center;

    border-bottom:1px solid #ececec;

}	

.rr-info-item{

    text-align:center;

    flex:1;

}

.rr-info-item span{

    display:block;

    color:#666;

    font-size:18px;

    margin-bottom:8px;

}

.rr-info-item strong{

    display:block;

    color:#198754;

    font-size:42px;

    font-weight:bold;

    line-height:1;

}

.rr-info-center{

    width:100%;

}
.rr-logo{

    width:100%;

    text-align:center;

    margin-bottom:10px;

}

.rr-title{

    text-align:center;

}
/*
.rr-object-selector{

    background:#fff;

    border:1px solid #dcdcdc;

    border-radius:10px;

    padding:12px 14px;

    cursor:pointer;

    color:#444;

    box-shadow:0 2px 5px rgba(0,0,0,.08);

}
*/

.btn-reportes-object{

    width:100%;

    min-height:42px;

    padding:8px 12px;

    border:1px solid #dcdcdc;

    border-radius:8px;

    background:#fff;

    text-align:left;

    font-size:15px;

    color:#333;

    box-shadow:0 2px 6px rgba(0,0,0,.08);

    cursor:pointer;

display:flex;

align-items:center;

justify-content:space-between;

}

.btn-reportes-object:hover{

    background:#f5f5f5;

}

.btn-reportes-object i{

    color:#1b8f3c;

    margin-right:8px;

    font-size:16px;

}
.rr-object-selector:hover{

    border-color:#1b8f3c;

}

.rr-object-selector i:first-child{

    color:#1b8f3c;

    margin-right:8px;

}

/* ===============================
   SELECTOR DE VEHÍCULOS
================================ */

.pg-dialog{

    position:fixed;

    left:0;

    top:0;

    width:100%;

    height:100%;

    background:rgba(0,0,0,.45);

    z-index:9999;

}

.pg-dialog-box{

    position:absolute;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);

    width:92%;

    max-width:420px;

    max-height:90vh;

    display:flex;

    flex-direction:column;

    background:#fff;

    border-radius:14px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.35);

}

.pg-dialog-header{

    background:#1b8f3c;

    color:#fff;

    padding:16px;

    font-size:18px;

    font-weight:bold;

}

.pg-dialog-body{

    padding:18px;

    display:flex;

    flex-direction:column;

    overflow:hidden;

    flex:1;

}
.pg-dialog-footer{

    padding:15px;

    border-top:1px solid #eee;

    text-align:right;

}

.btn-reportes-icon{

    color:#1b8f3c;

    margin-right:10px;

}

.btn-reportes-arrow{

    float:right;

    color:#777;

    margin-top:2px;

}
.btn-reportes-object span{

    flex:1;

    text-align:left;

}

#dialog_select_objects_list label{

    display:block;

    padding:7px 0;

    font-size:12px;

    font-weight:400;

    color:#333;

    cursor:pointer;

}

#dialog_select_objects_list input[type=checkbox]{

    margin-right:8px;

}
/* ==========================
   TABLA DEL REPORTE
========================== */

.rr-resultados{

    width:100%;

    border-collapse:collapse;

    margin:0;

}

.rr-resultados th{

    padding:14px 22px;

    font-size:14px;

    color:#333;

    text-align:left;

    border-bottom:1px solid #e5e5e5;

}

.rr-resultados td{

    padding:10px 12px;

    font-size:12px;

    color:#444;

    border-bottom:1px solid #f0f0f0;

    line-height:1.35;

}

.rr-resultados th:last-child,
.rr-resultados td:last-child{

    text-align:right;

}

.rr-resultados tfoot th{

    color:#198754;

    font-size:16px;

    font-weight:700;

    border-top:2px solid #198754;

    padding-top:16px;

}
/* ==========================
   PIE DEL REPORTE
========================== */

.rr-footer{

    padding:22px;

    text-align:center;

    border-top:1px solid #ececec;

    background:#fafafa;

}

.rr-footer-title{

    font-size:15px;

    color:#555;

    margin-bottom:6px;

}

.rr-footer-title strong{

    color:#1b8f3c;

}

.rr-footer-date{

    font-size:13px;

    color:#888;

}

#dialog_select_objects_list{

    flex:1;

    overflow-y:auto;

    -webkit-overflow-scrolling:touch;

    min-height:0;

    margin-top:10px;

}
.rr-resultados th:first-child,
.rr-resultados td:first-child{

    width:70%;

    word-break:break-word;

    vertical-align:middle;

}
.rr-resultados th:last-child,
.rr-resultados td:last-child{

    width:30%;

    text-align:right;

    white-space:nowrap;

}

.tracking-info{

    background:#eef6ff;
    border-left:4px solid #2b82d4;
    color:#2b82d4;

    padding:10px 14px;

    margin-bottom:18px;   /* antes 12px */

    border-radius:8px;

    font-size:13px;

    line-height:18px;

}