/*------------------------------------*\
           #VENDOR-PREFIXING
\*------------------------------------*/
/**
 * Create vendor-prefixed CSS in one go, e.g.
 *
   `@include vendor(border-radius, 4px);`
 *
 */
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/*------------------------------------*\
    #BASE
\*------------------------------------*/
html {
  font-size: 12px;
  font-weight: normal;
  font-family: Montserrat-Regular, Montserrat;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: always;
  background: #ffffff;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

input[type="Button"]:focus {
  outline: none;
  border: none;
}

input[type="button"], input[type="text"], input[type="textarea"] {
  outline: 0px !important;
  font-family: Montserrat-Regular, Montserrat;
}

footer {
  width: 100%;
  height: 20px;
  bottom: 0;
  position: absolute;
  padding: 0px;
  margin: 0px;
  background-color: #F4F4F4;
  color: #8A8A8A;
  font-family: Montserrat-Regular, Montserrat;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
}
footer:hover {
  color: #383737;
}

.k-window-titlebar {
  text-align: center;
  color: #333333;
  font-weight: bold;
  font-family: Monstserrat-Regular, Montserrat;
  line-height: 16px;
  height: 16px;
  font-size: 12px;
}

.k-i-maximize {
  border-radius: 0px;
  width: 20px;
  height: 20px;
  background-image: url("../img/iconos_generales/icono-expandir.svg");
  border-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px, 20px;
}

.k-link:not(.k-state-disabled):hover > .k-i-maximize {
  border-radius: 0px;
  width: 20px;
  height: 20px;
  background-image: url("../img/iconos_generales/icono-expandir.svg");
  border-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px, 20px;
}

.k-window-actions .k-i-collapse {
  border-radius: 0px;
  width: 20px;
  height: 20px;
  background-image: url("../img/iconos_generales/icono-minimizar.svg");
  border-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px, 20px;
}

.k-window-actions > .k-link:not(.k-state-disabled):hover > .k-i-collapse {
  border-radius: 0px;
  width: 20px;
  height: 20px;
  background-image: url("../img/iconos_generales/icono-minimizar.svg");
  border-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px, 20px;
}

.k-i-restore {
  border-radius: 0px;
  width: 20px;
  height: 20px;
  background-image: url("../img/iconos_generales/icono-disminuir.svg");
  border-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px, 20px;
}

.k-link:not(.k-state-disabled):hover > .k-i-restore {
  border-radius: 0px;
  width: 20px;
  height: 20px;
  background-image: url("../img/iconos_generales/icono-disminuir.svg");
  border-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px, 20px;
}

.k-i-minimize {
  border-radius: 0px;
  width: 20px;
  height: 20px;
  background-image: url("../images/opcionesventana/ventana_min.png");
  border-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px, 20px;
  display: none;
  pointer-events: none;
}

.k-link:not(.k-state-disabled):hover > .k-i-minimize {
  border-radius: 0px;
  width: 20px;
  height: 20px;
  background-image: url("../images/opcionesventana/ventana_min.png");
  border-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px, 20px;
}

.k-i-close {
  border-radius: 0px;
  width: 20px;
  height: 20px;
  background-image: url("../img/iconos_generales/icono-cerrar.svg");
  border-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px, 20px;
}

.k-link:not(.k-state-disabled):hover > .k-i-close {
  border-radius: 0px;
  width: 20px;
  height: 20px;
  background-image: url("../img/iconos_generales/icono-cerrar.svg");
  border-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px, 20px;
}

.k-window-actions > .k-state-hover {
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
  border-color: transparent;
  background-color: transparent;
  border: none;
}

.k-window-titlebar .k-window-actions {
  padding-top: .2em;
}

.k-window-titlebar .k-window-action {
  opacity: 1;
  padding: 0px;
  margin-left: 3px;
  width: 20px;
  height: 20px;
}

.window-titlebar .k-link {
  background: transparent;
}

.k-progressbar {
  border-radius: 0px;
}

span.k-widget.k-tooltip-validation {
  display: inline-block;
  text-align: left;
  border: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  color: orangered;
  font-size: 12px;
  margin: 0px;
  width: 100%;
  position: relative;
  left: 0;
}

.k-tooltip-validation .k-warning {
  display: none;
}

#contenedorDias > .k-state-active,
#controlDias_PlanDeViajes > .k-state-active {
  color: #f4f4f4;
  background-color: #c21c35;
  border-color: #951629;
}
#contenedorDias > .k-state-active:hover,
#controlDias_PlanDeViajes > .k-state-active:hover {
  color: #f4f4f4;
  border-color: #c21c35;
  background-color: #951629;
}

.main_DragItem {
  background-color: #f4f4f4;
  min-width: 100px;
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  color: #951629;
  z-index: 2147483647;
  font-weight: bold;
  border-radius: 0px;
  border: solid 1px #951629;
}

.Inicializando {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  z-index: 105000;
}
.Inicializando_Label {
  margin-left: 10px;
  line-height: 30px;
  vertical-align: middle;
  color: #000;
}
.Inicializando_icon {
  width: 53px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
}

.k-virtual-scrollable-wrap td {
  white-space: nowrap;
}

.k-virtual-scrollable-wrap tr {
  height: 30px;
}

.pac-container {
  z-index: 10000000000;
}

.info_window_internos_ventana {
  background-color: #ffffff;
  width: 400px;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border: 1px solid #ccc;
  -webkit-box-shadow: 3px 3px 5px -2px #666;
  -moz-box-shadow: 3px 3px 5px -2px #666;
  -ms-box-shadow: 3px 3px 5px -2px #666;
  -o-box-shadow: 3px 3px 5px -2px #666;
  box-shadow: 3px 3px 5px -2px #666;
}
.info_window_internos_Titulo {
  width: 390px;
  margin: 0px;
  padding: 5px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  font-family: Monstserrat-Regular, Montserrat;
  font-weight: bold;
  color: #333333;
}
.info_window_internos_Botones {
  height: 30px;
  width: 400px;
  text-align: center;
}

.login {
  background: #F4F4F4;
  overflow: hidden;
  width: 280px;
  height: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.login_Titulo {
  color: #575757;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: Montserrat-Regular, Montserrat;
  font-weight: normal;
}
.login_olvidastes {
  cursor: pointer;
  color: #8A8A8A;
  font-size: 15px;
}
.login_olvidastes:hover {
  color: #383737;
}
.login_boton {
  border: 0;
  background: #B62A2D;
  color: white;
  height: 32px;
  font-size: 15px;
  cursor: pointer;
  font-family: Montserrat-Regular, Montserrat;
}
.login_boton:focus {
  outline: none;
  border: none;
}
.login #progressLogin {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.login_tamanoIcono {
  width: 50px;
  height: 50px;
}
.login_entrar {
  background-image: url("../images/icono_animar_50.png");
  background-position: left;
  margin: 0px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.login_fieldlist {
  margin: 0 0 -2em;
  padding: 0;
}
.login_fieldlist li {
  white-space: normal;
  list-style: none;
  margin: 10px;
}
.login_label {
  display: block;
  color: #575757;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 3px;
  padding: 0px;
}
.login input[type="text"], .login input[type="password"], .login input[type="email"] {
  border: 0;
  color: #3a3a3a;
  height: 32px;
  font-family: Montserrat-Regular, Montserrat;
  font-size: 13px;
  font-weight: normal;
  color: #3A3A3A;
}
.login .k-progressbar {
  border-radius: 0px;
}

.login span.k-widget.k-tooltip-validation {
  font-size: 12px;
  font-weight: normal;
  color: #c11d35;
  margin-top: 5px;
}

#panelCargando .login {
  padding: 10px;
  height: auto;
}
#panelCargando .login_fieldlist li {
  white-space: normal;
  list-style: none;
  margin: 0px;
  float: left;
  list-style-type: none;
}
#panelCargando .panelCargando_msj_cargando {
  font-size: 12px;
  font-family: Montserrat-Regular, Montserrat;
  font-weight: normal;
}

img {
  height: 30px;
  width: 30px;
}

.imgclass {
  width: 53px;
  height: 45px;
  margin-top: 5px;
}

#tabstrip {
  width: 279px;
}

#ControlTabs {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  float: right;
  right: 0;
  position: fixed;
}

#iconBotonFiltro {
  float: right;
  width: 30px;
  height: 100%;
  position: relative;
  z-index: 2;
  font-size: 100%;
  font-family: inherit;
  border: 0;
  outline: 0;
}

#iconBotonEtiqueta {
  width: 30px;
  height: 100%;
  position: relative;
  background-image: url(../images/iconosmenu/icono_favoritos.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px, 15px;
}

.contenedorIconosEnlinea {
  display: flex;
  width: auto;
  height: 100%;
  position: relative;
}

.contenedorIconosEnlinea img {
  width: 30px;
  height: 100%;
}

#iconBotonFiltro, #iconBotonFiltro {
  float: right;
  display: inline-block;
}

#iconBotonFiltro:hover, #iconBotonFiltro:active, #iconBotonFiltro:focus {
  border: 0;
  outline: 0;
}

#IconFiltro {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: 0px;
  z-index: 1;
  display: none;
}

.iconoFavorites {
  position: absolute;
  bottom: -2px;
  z-index: 2;
}

.contenedorOpciones {
  width: auto;
  height: auto;
  position: absolute;
  content: "";
  right: 0;
  margin-right: 4px;
  top: 50px;
  z-index: 1;
  display: none;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 5px -2px #666;
  padding: 5px;
  font-family: Montserrat-Regular, Montserrat;
  background: #fff;
  font-size: 12px;
  opacity: 1;
  min-width: 100px;
}
.contenedorOpciones .encabezadoTooltip {
  width: 100%;
  height: 30px;
  color: #575757;
  font-weight: bold;
  vertical-align: middle;
  line-height: 30px;
  background: #f4f4f4;
  border-bottom: 1px solid #666;
}
.contenedorOpciones .contenedorTooltip {
  width: 100%;
  height: auto;
}
.contenedorOpciones .contenedorTooltip ul {
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
}
.contenedorOpciones .contenedorTooltip li {
  width: 100%;
  height: 30px;
  text-align: left;
  float: left;
  line-height: 30px;
  list-style-type: none;
}
.contenedorOpciones .contenedorTooltip li:hover {
  background: #666666;
  color: white;
}
.contenedorOpciones .contenedorTooltip label {
  width: 200px;
}

.contenidoAll {
  margin-top: 5px;
}
.contenidoAll .k-in:hover .iconoTituloEtiquetaGeneral {
  display: block;
}
.contenidoAll .k-in:hover .amenu_no_cargado {
  color: white;
  text-shadow: 1px 1px 0px #c21c35;
}

.fila_tooltip {
  width: 100%;
  height: 25px;
  text-align: left;
}

#tabstripIconos > .contenedor_menu_general > .contenidoAll {
  margin-top: 0px;
  max-height: 600px;
  margin-bottom: 1em;
  min-width: 400px;
  overflow: auto;
  min-height: 105px;
}

#tabstrip > .k-tabstrip-items > .k-state-default .k-loading,
#btnGeneral > .k-tabstrip-items > .k-state-default .k-loading,
#tabstripIconos > .k-tabstrip-items > .k-state-default .k-loading {
  border-top: 0px solid transparent;
}

#tabstrip > .k-content {
  padding: 5px;
  margin: 0px;
}

#tabstripIconos > .k-content {
  padding: 5px;
  margin: 0px;
  -webkit-box-shadow: 3px 3px 5px -2px #ccc;
  -moz-box-shadow: 3px 3px 5px -2px #ccc;
  -ms-box-shadow: 3px 3px 5px -2px #ccc;
  -o-box-shadow: 3px 3px 5px -2px #ccc;
  box-shadow: 3px 3px 5px -2px #ccc;
}

#tabstrip > .k-tabstrip-items .k-state-default,
#tabstripIconos > .k-tabstrip-items .k-state-default {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 0px solid #ccc;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
}

#btnGeneral > .k-tabstrip-items .k-state-default {
  border: 1px solid #ccc;
  margin: 0px;
  padding: 0px;
}

#tabstrip > .k-widget .k-header
#btnGeneral > .k-widget .k-header
#tabstripIconos > .k-widget .k-header {
  border: 0px solid transparent;
}

#tabstrip {
  border: 0px solid transparent;
}

#tabstrip > .k-tabstrip-items .k-first {
  border-left: 1px solid #ccc;
}

#tabstrip .k-image {
  margin-top: 2px;
  padding: 0px;
  margin: 0px;
  width: 50px;
  height: 40px;
}

#tabstrip .k-link {
  padding: 0px;
  margin: 0px;
  display: block;
}

#EmControlNotificacionesGeneral > .k-content {
  padding: 5px;
  margin: 0px;
}

.Menu_general {
  width: 50px;
  height: 40px;
  margin-top: 2px;
  background-image: url("../images/logos/icono_globaltrack.png");
}

.Menu_general_Sigma {
  width: 50px;
  height: 40px;
  margin-top: 2px;
  background-image: url("../images/logos/icono_logosigma.png");
}

.Menu_general_CoSoAVL {
  width: 50px;
  height: 40px;
  margin-top: 2px;
  background-image: url("../images/icono_CoSoAVL.png");
}

.Menu_general_bigdata {
  width: 50px;
  height: 40px;
  margin-top: 2px;
  background-image: url("../images/icono_bd.svg");
}

.Menu_general_panama {
  width: 50px;
  height: 40px;
  margin-top: 2px;
  background-image: url("../images/icono_pty-ico.png");
}

.MenuPadre, .Menu_general, .Menu_general_Sigma, .Menu_general_CoSoAVL, .Menu_general_bigdata, .Menu_general_panama, .Menu_Unidades, .Menu_UnidadesFavorito, .Menu_configuracion, .Menu_Reportes, .Menu_Alertas, .Menu_SitiosFavorito, .Menu_Sitios, .Menu_Favoritos, .Menu_help, .Menu_Concesionario, .Menu_C4 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px, 30px;
}

.Menu_Unidades {
  width: 50px;
  height: 40px;
  margin-top: 2px;
  background-image: url("../images/iconosmenu/icono_unidades.svg");
}

#tabstrip > .k-tabstrip-items > .k-state-hover .Menu_Unidades,
#tabstrip > .k-tabstrip-items > .k-state-active .Menu_Unidades {
  background-image: url("../images/iconosmenu/icono_unidades_hover.svg");
}

.Menu_UnidadesFavorito {
  width: 50px;
  height: 40px;
  margin-top: 2px;
  background-image: url("../images/iconosmenu/icono_unidades_favoritos.svg");
}

#tabstrip > .k-tabstrip-items > .k-state-hover .Menu_UnidadesFavorito,
#tabstrip > .k-tabstrip-items > .k-state-active .Menu_UnidadesFavorito {
  background-image: url("../images/iconosmenu/icono_unidades_favoritos_hover.svg");
}

.Menu_configuracion {
  width: 50px;
  height: 40px;
  margin-top: 2px;
  background-image: url("../images/iconosmenu/icono_engrane.svg");
}

#tabstripIconos > .k-tabstrip-items > .k-state-hover .Menu_configuracion,
#tabstripIconos > .k-tabstrip-items > .k-state-active .Menu_configuracion {
  background-image: url("../images/iconosmenu/icono_configurar_hover.svg");
}

.Menu_Reportes {
  width: 50px;
  height: 40px;
  margin-top: 2px;
  background-image: url("../images/iconosmenu/icono_reportes.svg");
}

#tabstripIconos > .k-tabstrip-items > .k-state-hover .Menu_Reportes,
#tabstripIconos > .k-tabstrip-items > .k-state-active .Menu_Reportes {
  background-image: url("../images/iconosmenu/icono_reportes_hover.svg");
}

.Menu_Alertas {
  width: 50px;
  height: 40px;
  margin-top: 2px;
  background-image: url("../images/iconosmenu/icono_alertas.svg");
}

#tabstripIconos > .k-tabstrip-items > .k-state-hover .Menu_Alertas,
#tabstripIconos > .k-tabstrip-items > .k-state-active .Menu_Alertas {
  background-image: url("../images/iconosmenu/icono_alertas_hover.svg");
}

.Menu_SitiosFavorito {
  width: 50px;
  height: 40px;
  margin-top: 2px;
  background-image: url("../images/iconosmenu/icono_menu_sitios_favorito.svg");
}

#tabstrip > .k-tabstrip-items > .k-state-hover .Menu_SitiosFavorito,
#tabstrip > .k-tabstrip-items > .k-state-active .Menu_SitiosFavorito {
  background-image: url("../images/iconosmenu/icono_menu_sitios_favorito_hover.svg");
}

.Menu_Sitios {
  width: 50px;
  height: 40px;
  margin-top: 2px;
  background-image: url("../images/iconosmenu/icono_sitios.svg");
}

#tabstripIconos > .k-tabstrip-items > .k-state-hover .Menu_Sitios,
#tabstrip > .k-tabstrip-items > .k-state-hover .Menu_Sitios,
#tabstripIconos > .k-tabstrip-items > .k-state-active .Menu_Sitios,
#tabstrip > .k-tabstrip-items > .k-state-active .Menu_Sitios {
  background-image: url("../images/iconosmenu/icono_menu_sitios_hover.svg");
}

.Menu_Favoritos {
  width: 50px;
  height: 40px;
  margin-top: 2px;
  background-image: url("../images/iconosmenu/icono_favoritos.svg");
}

#tabstripIconos > .k-tabstrip-items > .k-state-hover .Menu_Favoritos,
#tabstripIconos > .k-tabstrip-items > .k-state-active .Menu_Favoritos {
  background-image: url("../images/iconosmenu/icono_favoritos_hover.svg");
}

.Menu_help {
  width: 50px;
  height: 40px;
  margin-top: 2px;
  background-image: url("../images/iconosmenu/icono_help.svg");
}

#tabstripIconos > .k-tabstrip-items > .k-state-hover .Menu_help,
#tabstripIconos > .k-tabstrip-items > .k-state-active .Menu_help {
  background-image: url("../images/iconosmenu/icono_help_hover.svg");
}

.Menu_Concesionario {
  width: 50px;
  height: 40px;
  margin-top: 2px;
  background-image: url("../images/iconosmenu/concesionario.svg");
}

#tabstripIconos > .k-tabstrip-items > .k-state-hover .Menu_Concesionario,
#tabstripIconos > .k-tabstrip-items > .k-state-active .Menu_Concesionario {
  background-image: url("../images/iconosmenu/concesionario_hover.svg");
}

.Menu_C4 {
  width: 50px;
  height: 40px;
  margin-top: 2px;
  background-image: url("../images/iconosmenu/C4.svg");
}

#tabstripIconos > .k-tabstrip-items > .k-state-hover .Menu_C4,
#tabstripIconos > .k-tabstrip-items > .k-state-active .Menu_C4 {
  background-image: url("../images/iconosmenu/C4_hover.svg");
}

.contenedor {
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
}
.contenedor input[type="text"]:invalid + input[type="reset"] {
  display: none;
}
.contenedor input[type="reset"] {
  background-image: url("../images/icon-cerrar.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  float: left;
  right: 70px;
  color: black;
  outline: none !important;
  display: flex;
  border: 1px solid #CCCCCC;
}
.contenedor input[type="button"]::-moz-focus-inner {
  border: 0;
}
.contenedor .textFilter, .contenedor .clearable, .contenedor .iconSearch {
  border: 1px solid #CCCCCC;
  position: relative;
  width: 105%;
  font-family: Montserrat-Regular, Montserrat;
  background: #fff url("../images/iconosmenu/sitios/buscar_direcciones.png");
  background-position: 1% 50%;
  background-size: 25px 20px;
  background-repeat: no-repeat;
  outline: none;
  display: inline-block;
  height: 100%;
}

.paddingtext, .contenedor .textFilter, .contenedor .clearable, .contenedor .iconSearch {
  padding-left: 30px;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.clearable {
  background: #fff url("..//img/reportes/icono-busqueda.svg");
  background-position: 1% 50%;
  background-repeat: no-repeat;
  background-size: 25px 20px;
  transition: background 0.4s;
}

.clearable.onX {
  cursor: pointer;
}

.WindowEtiqueta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  display: none;
}
.WindowEtiqueta.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.WindowEtiqueta .ContenedorItem {
  width: 100%;
  height: 30px;
}
.WindowEtiqueta .contenedorEtiqueta {
  overflow: hidden;
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.WindowEtiqueta .controlesinputetiqueta, .WindowEtiqueta #txtRegistroEtiqueta2, .WindowEtiqueta button {
  position: relative;
  float: left;
  height: 30px;
}
.WindowEtiqueta #txtRegistroEtiqueta2 {
  width: 105%;
  padding: 2px;
}
.WindowEtiqueta .ar_w_primero, .WindowEtiqueta #txtRegistroEtiqueta, .WindowEtiqueta #txtRegistroEtiqueta_v2 {
  width: 100%;
  height: 30px;
}
.WindowEtiqueta .ar_w_btn, .WindowEtiqueta #btnRegistrarEtiqueta, .WindowEtiqueta #btnRegistrarEtiqueta_v2 {
  width: 100%;
  height: 30px;
  text-align: center;
  position: relative;
  float: left;
}
.WindowEtiqueta button {
  display: flex;
  height: 100%;
}

.contenedorFila {
  width: 100%;
  height: auto;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.contenedorSearch {
  overflow: hidden;
  width: 100%;
  height: 25px;
  margin-top: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.contenidoLista {
  position: relative;
  background: khaki;
  width: 100%;
  height: 400px;
  float: left;
}

.flooter_tab {
  position: relative;
  width: 100%;
  height: 45px;
  float: left;
  text-align: center;
}

#mapa {
  position: absolute;
  background: #f4f4f4;
  width: 100%;
  height: 100%;
}

#treelist {
  position: relative;
}

.employee-photo {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-size: 32px 35px;
  background-position: center center;
  vertical-align: middle;
  line-height: 32px;
  box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0, 0, 0, 0.2);
  margin-left: 5px;
}

.employee-name {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  padding-left: 3px;
}

.layout-row {
  display: inline-block;
  clear: both;
}

.item-styling {
  display: inline-block;
  text-align: left;
  width: 100%;
  height: 18px;
  line-height: 18px;
}

.amenu_cargado {
  color: black;
}

.amenu_no_cargado {
  color: #c21c35;
}

.contTituloArbol {
  width: 200px;
}

.labelTituloArbol {
  float: left;
  width: 180px;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.iconoTituloEtiquetaGeneral {
  cursor: pointer;
}

.treee {
  overflow: hidden;
  width: 100%;
}

div.k-treeview {
  overflow: hidden;
}

#t {
  width: 100%;
  height: auto;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

#ContenedorGeneralRoot {
  width: auto;
  height: auto;
  position: fixed;
  display: table;
}

.hijos {
  position: relative;
  float: left;
  width: auto;
  height: auto;
  display: table-cell;
}

@keyframes animacioncita {
  from {
    border-radius: 0%;
  }
  to {
    border-radius: 50%;
  }
}
#btnContenedorGeneral {
  z-index: 10;
}

@keyframes animacioncita_izq2 {
  100% {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    transform: translateX(-200px);
  }
}
@keyframes animacioncita_right {
  100% {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    transform: translateX(200px);
  }
}
.animacion_right {
  animation-name: animacioncita_right;
  animation-duration: .5s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.animacion_iaq {
  animation-name: animacioncita_izq2;
  animation-duration: .5s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

#gen {
  position: relative;
  width: auto;
  opacity: .5;
}

.ContenedorIconosGenerales {
  position: relative;
  float: left;
  width: auto;
  height: auto;
  text-align: center;
}

.ContenedorIconosGenerales:hover {
  background: #a70614;
}

.ListaIconos {
  list-style: none;
  list-style-type: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  max-width: 400px;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.ContenedorIconosPrincipal .k-item {
  text-align: center;
}

#contenedorHijo1 {
  position: fixed;
  z-index: 5;
}

.menu_principal_shadow {
  -webkit-box-shadow: 3px 3px 5px -2px #666;
  -moz-box-shadow: 3px 3px 5px -2px #666;
  -ms-box-shadow: 3px 3px 5px -2px #666;
  -o-box-shadow: 3px 3px 5px -2px #666;
  box-shadow: 3px 3px 5px -2px #666;
}

#contenedorHijo2 {
  position: fixed;
  z-index: 4;
  left: -200px;
  margin-left: 52px;
}

#ContenedorGeneralMenuPrincipal {
  position: fixed;
  z-index: 2000;
  top: 58px;
  left: 120px;
  background-color: #ffffff;
  color: #666666;
  width: auto;
}

.contenedorCatMenuPrincipal {
  width: 400px;
  user-select: none;
}

.encabezadoCategoriaMenu {
  font-weight: bold;
  font-size: 13px;
  width: 400px;
  height: 30px;
  cursor: pointer;
}

.encabezadoCategoriaMenu > * {
  pointer-events: none;
}

.contenidoCategoriaMenu {
  display: flex;
  flex-wrap: wrap;
  margin: 2px 0px;
  overflow: hidden;
}

.ContenedorIconosPrincipal2 {
  position: relative;
}

.ContenedorIconosPrincipal2 .k-item {
  text-align: center;
  position: relative;
}

.ContenedorIconosPrincipal2 i {
  font-size: 27px;
}

.painted {
  -ms-transform: scale(1.2, 1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2, 1.2);
  /* Safari */
  transform: scale(1.2, 1.2);
  border-radius: 50%;
  border: 0;
  background: transparent;
}

.iconDraggable {
  display: block;
  text-transform: none;
  color: #666666;
}

.iconDraggable:hover .contenedorImg:after, .iconDraggable:hover .contenedorClose, .iconDraggable:hover .iconoFlotanteCustom {
  display: block;
}

.iconDraggable:hover .contenedorClose {
  visibility: visible;
}

.iconDraggable:hover {
  background-color: #eaeaea;
  border: 0px solid #CCCCCC;
  color: #ad1f37;
}

.ListaIconos li {
  background: transparent;
  text-align: center;
  width: 100px;
  height: 100px;
  list-style-type: none;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0px;
  padding: 0px;
  color: #585858;
}

.iconoFlotante, .contenedorImg:after, .iconoFlotanteFavoritoCustom {
  width: 20px;
  height: 20px;
  position: absolute;
  display: none;
  margin: 0;
  top: 0;
  right: 0;
  text-align: center;
}

.contenedorImg:after {
  content: "x";
  color: white;
}

.iconoFlotanteCustom {
  width: 26.5px;
  height: 22.5px;
  position: absolute;
  display: none;
  margin: 0;
  top: 0;
  right: 0;
  text-align: center;
}

.iconoFlotanteFavoritoCustom {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.iconoFlotanteFavoritoCustom:hover {
  background: darkslategrey;
  color: white;
}

.contenedorClose {
  float: right;
  content: " ";
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 0px;
  padding: 0;
  z-index: 50;
  top: 0;
  right: 0;
  border: 1px solid black;
  text-align: center;
  visibility: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}

.close:hover {
  opacity: 1;
}

.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

#button {
  line-height: 12px;
  width: 18px;
  font-size: 8pt;
  font-family: Montserrat-Regular, Montserrat;
  margin-top: 1px;
  margin-right: 2px;
  position: absolute;
  top: 0;
  right: 0;
}

.at_contenedorGeneral {
  width: 800px;
  height: 800px;
  background: #2c2c2c;
  z-index: 100;
  position: absolute;
}

.at_contenedor_item {
  position: relative;
  margin: 3px;
  display: inline-block;
  padding: 0;
}

.at_contenedor_item_part_1 {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.at_contenedor_item_part_1 h4 {
  margin: 0px;
  margin-bottom: 5px;
}

.at_contenedor_item_part_2 {
  height: 40px;
  background: orange;
  content: "x";
  color: blue;
  width: 40px;
  position: absolute;
  display: block;
  margin: 0;
  top: 0;
  right: 0;
}

.someinput::-ms-clear {
  display: none;
}

.CerrarFavoritos {
  position: absolute;
  top: -4px;
  right: -2px;
  background-image: url("../images/iconosgeneral/accionessombra/icono_borrar.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 21.5px 18px;
  width: 21.5px;
  height: 18.5px;
}

.footer_menu_cuenta_usuario {
  height: 15px;
  padding: 0px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin: 0px;
  border-top: 0px solid #ccc;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  padding: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.iconSearch {
  background: #222222 url("../images/iconosgeneral/icono_buscar.svg");
  background-position: 1% 50%;
  background-repeat: no-repeat;
  background-size: 25px 20px;
  transition: background 0.4s;
}

.ReporteMaster {
  height: 100%;
  width: 100%;
  position: relative;
}
.ReporteMaster.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  padding: 5px;
}
.ReporteMaster .tamanioTotal, .ReporteMaster .ReporteMaster_fila1_resumen, .ReporteMaster .ReporteMaster_fila2 {
  height: 100%;
  width: 100%;
}
.ReporteMaster_fila1 {
  width: 100%;
  height: 110px;
  -webkit-box-flex: 0 0 110px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 110px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 110px;
  /* Chrome */
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
}
.ReporteMaster_fila1_resumen {
  -webkit-box-flex: 0 0 150px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 150px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 150px;
  /* Chrome */
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
}
.ReporteMaster_fila2 {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ReporteMaster_colum {
  height: 100%;
  width: 100%;
}
.ReporteMaster_comboEmpresa {
  position: fixed;
  height: 30px;
  top: 0px;
  z-index: 10009;
}
.ReporteMaster_displayColum {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.ReporteMaster_displayRow {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ReporteMaster_cajaControl {
  padding-right: 5px;
  padding-left: 5px;
}
.ReporteMaster_tamanoIcono {
  width: 35.5px;
  height: 19.3px;
}
.ReporteMaster_Excel {
  background-image: url("../images/iconosgeneral/svg/exportar_excel.svg");
  background-position: center;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.ReporteMaster_KML {
  background-image: url("../images/iconosgeneral/accionessombra/icono_KML.png");
  background-position: center;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.ReporteMaster_Pin {
  background-image: url("../images/iconosgeneral/icono_fijar.png");
  background-position: center;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.ReporteMaster_VerEnMapa {
  background-image: url("../images/iconosgeneral/icono_irmapa.png");
  background-position: center;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.ReporteMaster_Sitio {
  background-image: url("../images/iconossitios/icono_sitio_general.png");
  background-position: center;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.ReporteMaster_cajaControl {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.ReporteMaster_iconRecorrido {
  background: url("../images/iconosgeneral/traer_recorrido.png");
  background-position: center center;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.ReporteMaster_Grafica {
  background-image: url("../images/iconosgeneral/svg/grafica.svg");
  background-position: center;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.ReporteMaster_buttons {
  width: 100px;
  height: 30px;
  margin: 5px;
  float: right;
}
.ReporteMaster_Detalle {
  cursor: pointer;
  width: 35.3px;
  height: 30px;
  float: left;
  position: relative;
  cursor: pointer;
}
.ReporteMaster_iconVerMapa {
  width: 35.3px;
  height: 30px;
  float: left;
  position: relative;
  cursor: pointer;
}
.ReporteMaster .linea_titulo {
  height: 30px;
  line-height: 30px;
}
.ReporteMaster .linea_contenido {
  height: 30px;
  line-height: 30px;
}
.ReporteMaster .contendorTItuloDetalle {
  width: 400px;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ReporteMaster_popup_window {
  overflow: hidden;
  display: none;
}
.ReporteMaster_popup_window.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ReporteMaster_popup_window.k-window-content p {
  white-space: pre-wrap;
}
.ReporteMaster .CajaIconos {
  position: relative;
  z-index: 10010;
  text-align: right;
  background: white;
  padding: 3px;
  padding-left: 10px;
  padding-right: 30px;
  -webkit-box-flex: 0 0 20px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 20px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 20px;
  /* Chrome */
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

.PLANV_g_contenedor_target {
  fill: transparent;
}

.planv_rect_target {
  stroke: grey;
}

.controltable_item_fila_rect_par {
  fill: #eee;
}

.controltable_item_fila_rect_impar {
  fill: white;
}

.rectNivel_empresa {
  fill: #f4f4f4;
  stroke: #ccc;
  stroke-width: 1px;
}

.rectNivel_grupo, .rectNivel_tipo, .rectNivel_categoria {
  fill: #f4f4f4;
  stroke: #ccc;
  stroke-width: 1px;
}

.rectNivel_perfil {
  fill: #f4f4f4;
  stroke: #ccc;
  stroke-width: 1px;
}

.rectNivel_usuario {
  fill: #f4f4f4;
  stroke: #ccc;
  stroke-width: 1px;
}

.ContenedorTree {
  background: none;
}

.WindowConfigurarPerfilesContent {
  height: 100%;
  width: 100%;
}
.WindowConfigurarPerfilesContent.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  padding: 5px;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles {
  z-index: 505000;
  background: none;
  height: auto;
  width: 450px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 3px 3px 5px -2px #666;
  -moz-box-shadow: 3px 3px 5px -2px #666;
  -ms-box-shadow: 3px 3px 5px -2px #666;
  -o-box-shadow: 3px 3px 5px -2px #666;
  box-shadow: 3px 3px 5px -2px #666;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles_titulo {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles_titulo p, .WindowConfigurarPerfilesContent .WindowConfigurarPerfiles_titulo label {
  font-weight: bold;
  color: #575757;
  font-size: 12px;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles_buttons {
  width: 100px;
  height: 25px;
  margin: 5px;
  float: right;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles_pie {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: white;
  border-top: 1px solid #cccccc;
  text-align: center;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles_contenido {
  width: 450px;
  position: relative;
  height: auto;
  max-height: 500px;
  background: #ffffff;
  overflow: hidden;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles_contenido .label {
  font-weight: bold;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles_contenido input[type="text"] {
  margin-bottom: 10px;
  height: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles_contenido select {
  width: 428px;
  height: 25px;
  margin-bottom: 10px;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles_contenido select option {
  height: 25px;
  margin: 0;
  padding: 0;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles_contenido table tbody {
  overflow: auto;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles_contenido table td:nth-child(4), .WindowConfigurarPerfilesContent .WindowConfigurarPerfiles_contenido table td:nth-child(1), .WindowConfigurarPerfilesContent .WindowConfigurarPerfiles_contenido table td:nth-child(2), .WindowConfigurarPerfilesContent .WindowConfigurarPerfiles_contenido table td:nth-child(3) {
  text-align: center;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles_contenido table tr td:first-child {
  border-left: 1px solid transparent;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles_contenido table tr:hover {
  color: #85132A;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles_contenido table tr:hover td:first-child {
  border-left: 1px solid #85132A;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles_contenido img {
  width: 25px;
  height: 25px;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles_contenido .FormCategorias_contendorEmpresa {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2px;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles #FormCategorias_contenedorTreeView .tree_elemento_title, .WindowConfigurarPerfilesContent .WindowConfigurarPerfiles #FormCategorias2_contenedorTreeView .tree_elemento_title {
  position: relative;
  border-left: 1px solid transparent;
  height: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles #FormCategorias_contenedorTreeView .titlePadre, .WindowConfigurarPerfilesContent .WindowConfigurarPerfiles #FormCategorias2_contenedorTreeView .titlePadre {
  background: #f4f4f4;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles #FormCategorias_contenedorTreeView ul, .WindowConfigurarPerfilesContent .WindowConfigurarPerfiles #FormCategorias2_contenedorTreeView ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles #FormCategorias_contenedorTreeView .tree_elemento_title:hover, .WindowConfigurarPerfilesContent .WindowConfigurarPerfiles #FormCategorias2_contenedorTreeView .tree_elemento_title:hover {
  border-left: 1px solid #85132A;
  color: #85132A;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles .labelNombreSpan {
  display: block;
  text-align: center;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles .labelNombreIcon {
  margin-left: auto;
  margin-right: auto;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles .checkPermission, .WindowConfigurarPerfilesContent .WindowConfigurarPerfiles .tituloNombre, .WindowConfigurarPerfilesContent .WindowConfigurarPerfiles .labelNombre {
  width: 45px;
  position: relative;
  margin-left: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles .tituloNombre {
  width: 200px;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles .labelNombre {
  text-align: left;
  width: 200px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles_close {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 20px;
  height: 20px;
  opacity: 0.6;
  cursor: pointer;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles_close:hover {
  opacity: 1;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles_close:before, .WindowConfigurarPerfilesContent .WindowConfigurarPerfiles_close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 21px;
  width: 2px;
  background-color: #575757;
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles_close:before {
  transform: rotate(45deg);
}
.WindowConfigurarPerfilesContent .WindowConfigurarPerfiles_close:after {
  transform: rotate(-45deg);
}

#contenedorEmpresaPerfiles {
  margin-top: 10px;
  padding: 0px;
  display: block;
  position: absolute;
  background: none;
  height: 25px;
  line-height: 25px;
  width: 100%;
  z-index: 104000;
}
#contenedorEmpresaPerfiles label {
  font-weight: bold;
}

.node text {
  font: 12px sans-serif;
  fill: #575757;
}

.link_path {
  fill: none;
  stroke: #666666;
  stroke-width: 0.8px;
}

.node:hover {
  cursor: pointer;
}

.templink {
  fill: none;
  stroke: red;
  stroke-width: 3px;
}

.ghostCircle.show {
  display: block;
}

.ghostCircle, .activeDrag .ghostCircle {
  display: none;
}

.tempCircle2 {
  fill: yellow;
  stroke: cyan;
  stroke-width: 3px;
}

.btnAgregar, .btnEditar {
  fill: white;
  stroke: white;
  stroke-width: 1px;
  display: block;
}

.grupo_iconoAgregar, .grupo_iconoEditar, .grupo_iconoConvertir {
  display: none;
}

.imageAgregar {
  display: block;
}

.textCantidad {
  fill: white;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: middle;
  overflow: hidden;
}

.svg-content {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: darkcyan;
}

.svg-contentBotones {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  color: darkcyan;
}

.Normal {
  fill: darkgray;
}

.sinChildren {
  fill: #ccc;
}

.rectCantidad {
  stroke: #ccc;
  stroke-width: 1px;
}

.IconoDelete {
  fill: #c21c35;
  stroke: #575757;
  stroke-width: 3px;
  opacity: 0;
}

.IconoUsuarios {
  fill: darkgray;
  stroke: grey;
  stroke-width: 3px;
}

.grupoIcono_g, .grupoIcono_u, .grupoIcono_delete {
  cursor: pointer;
}

.grupoIcono_u {
  z-index: 1;
}

.grupoIcono_delete {
  z-index: 1000;
}

.titulo_separador_empresa {
  fill: #85132A;
  font-size: 13px;
}

.NotificarValidacionesG, .NotificarValidaciones, .NotificarValidaciones_warning, .NotificarValidaciones_info, .NotificarValidaciones_required {
  color: white;
  position: absolute;
  opacity: 0;
  display: none;
  z-index: 555000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: indianred;
  height: 30px;
  width: auto;
  min-width: 200px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 3px 3px 5px -2px #666;
  -moz-box-shadow: 3px 3px 5px -2px #666;
  -ms-box-shadow: 3px 3px 5px -2px #666;
  -o-box-shadow: 3px 3px 5px -2px #666;
  box-shadow: 3px 3px 5px -2px #666;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.NotificarValidaciones_warning {
  background: #c21c35;
}
.NotificarValidaciones_info {
  background: #47B350;
}
.NotificarValidaciones_required {
  color: black;
  background: #ffff00;
}

.contenedorFlecha_ {
  width: 25px;
  height: 25px;
  line-height: 25px;
  right: 0;
  margin-right: 4px;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  float: right;
  padding-top: 5px;
  cursor: pointer;
}

.group_show {
  display: block;
}

.group_hide {
  display: none;
}

@keyframes anim_hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes anim_show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #85132A;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ccc;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid white;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid white;
}

.windowReporteDeParo {
  height: 100%;
  width: 100%;
}
.windowReporteDeParo.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.windowReporteDeParo .fila, .windowReporteDeParo .fila_1, .windowReporteDeParo .fila_2, .windowReporteDeParo .fila_a_1, .windowReporteDeParo .fila_a_2 {
  height: 100%;
  width: 100%;
}
.windowReporteDeParo .fila_1 {
  -webkit-flex: 1 100px;
  /* Safari 6.1+ */
  -ms-flex: 1 100px;
  /* IE 10 */
  flex: 1 100px;
  margin-bottom: 10px;
}
.windowReporteDeParo .fila_2 {
  height: 70%;
}
.windowReporteDeParo .fila_a_1 {
  height: 50%;
}
.windowReporteDeParo .fila_a_2 {
  height: 50%;
}
.windowReporteDeParo .columna {
  padding: 3px;
  height: 100%;
  width: 100%;
  position: relative;
}
.windowReporteDeParo .contenedorJustificado_row {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -ms-box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
.windowReporteDeParo .contenedorJustificado_colum {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.windowReporteDeParo_iconIr {
  width: 35.3px;
  height: 30px;
  cursor: pointer;
}

.PruebaContenedorGeneral {
  height: 100%;
  width: 100%;
}

#grid {
  height: 100%;
  position: relative;
}

.k-grid-content {
  height: 100%;
  position: relative;
}

.contenedorTabla {
  height: 100%;
  width: 100%;
  position: relative;
  display: table;
}

.celda {
  position: relative;
  float: left;
  width: 100px;
  height: auto;
  display: table-cell;
}

.k-slider-horizontal {
  width: 100%;
}

.iconR {
  display: inline-block;
  font-size: 20px;
  line-height: 35px;
  color: white;
  width: 30px;
  height: 100%;
  text-align: center;
  vertical-align: bottom;
}

.cntw {
  width: 100%;
  height: auto;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.k-window-title {
  text-align: center;
}

.CajaIconos {
  position: relative;
  z-index: 10010;
  text-align: right;
  background: white;
  padding: 3px;
  padding-left: 10px;
  padding-right: 30px;
  -webkit-box-flex: 0 0 20px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 20px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 20px;
  /* Chrome */
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

.CajaBusqueda {
  position: fixed;
  width: inherit;
  height: 30px;
  top: 0px;
  opacity: 0;
  z-index: 100000;
}

#ContenedorSearchTreeview {
  z-index: 10009;
  position: absolute;
}

#btnSearchTreeviewReporteParo, #btnCheckTodos {
  cursor: pointer;
}

.BtnCharts {
  font-family: Montserrat-Regular, Montserrat;
  font-size: 12px;
  padding: 10px 20px 10px 20px;
  width: 25%;
  height: auto;
}

#chartContainer, #windowGraficaOcupacionDetalle, #grafica_ocupacion_window_template {
  height: 100%;
  width: 100%;
}
#chartContainer.k-window-content, #windowGraficaOcupacionDetalle.k-window-content, #grafica_ocupacion_window_template.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}

.BtnCharts:hover {
  text-decoration: none;
}

#chartTitulo {
  font-size: 14px;
  padding: 0px;
  margin-top: 15px;
  margin-bottom: 5px;
}

#cmbFlotilla {
  background: black;
  color: white;
  border: 1ps solid white;
}

.rectanguloseleccion_axtel_temp {
  background-color: white;
  border: 1px solid #3fa9f5;
}

.rectanguloseleccion_axtel_temp_input {
  background: white;
  font-family: Montserrat-Regular, Montserrat;
  font-size: 8pt;
  font-stretch: extra-condensed;
  border: 1px solid white;
}

.text_input_temperatura_color {
  color: #3fa9f5;
  background: white;
  font-family: Montserrat-Regular, Montserrat;
  font-size: 9pt;
  font-stretch: extra-condensed;
  border: 1px solid white;
  font-weight: bold;
}

.boton_circular {
  border: 1px solid transparent;
}

.boton_circular:hover {
  border: 1px solid #ccc;
}

.text_input_encabezado_estiloWindow {
  font-size: 13pt;
  font-family: Montserrat-Regular, Montserrat;
  font-weight: bold;
  color: #666666;
  width: 230px;
  max-width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text_input_valores_estiloWindow {
  font-family: Montserrat-Regular, Montserrat;
  font-size: 10pt;
  width: 200px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 0;
}

.text_input_label_estiloWindow {
  font-family: Montserrat-Regular, Montserrat;
  font-size: 10pt;
  width: 100px;
  border: 0;
}

.header_seguimiento_rutas {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

.contenedorTipoAlertaTab {
  position: relative;
  width: 100%;
  height: 25px;
  line-height: 25px;
  background: cyan;
}

.textoTabG {
  text-align: center;
}

.ContenidoContTabFlexible {
  height: 25px;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.LabelTab {
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.ContentTab {
  height: 25px;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.t_izq {
  float: left;
  background: none;
  height: 25px;
  line-height: 25px;
  text-align: right;
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  /* align vertical */
}

.circuloTipoAlerta, .circuloTipoAlertaNotificacion {
  border-radius: 50%;
  background: red;
  height: 10px;
  line-height: 10px;
  width: 10px;
  font-size: 10px;
  padding: 2px;
  text-align: center;
}

.circuloTipoAlertaNotificacion {
  height: 12px;
  line-height: 12px;
  width: 12px;
}

#EmControlNotificacionesGeneral {
  width: 279px;
  height: auto;
  padding: 0;
  margin: 0;
  float: right;
  right: 0;
  position: fixed;
  bottom: 0;
  overflow: hidden;
}
#EmControlNotificacionesGeneral .k-content {
  padding: 0;
  overflow: hidden;
}
#EmControlNotificacionesGeneral .k-tabstrip-items {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#EmControlNotificacionesGeneral .k-item {
  height: 100%;
  width: 100%;
  -webkit-flex: 1 100px;
  /* Safari 6.1+ */
  -ms-flex: 1 100px;
  /* IE 10 */
  flex: 1 100px;
}
#EmControlNotificacionesGeneral .k-pager-info {
  padding: 0;
}
#EmControlNotificacionesGeneral table tr:nth-child(odd) td {
  background: #ffffff;
}
#EmControlNotificacionesGeneral table tr:nth-child(even) td {
  background-color: #f4f4f4;
}

.flexible {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.TemplateFilaAlertasContenedor {
  height: 100%;
  width: 100%;
}
.TemplateFilaAlertasContenedor ._izq {
  width: 100%;
  height: 100%;
  padding: 5px;
  color: #000;
}
.TemplateFilaAlertasContenedor .lineBot {
  border-bottom: 1px solid transparent;
}
.TemplateFilaAlertasContenedor .Numero {
  font-size: 20px;
}
.TemplateFilaAlertasContenedor ._der {
  border-left: 1px solid transparent;
}
.TemplateFilaAlertasContenedor ._der .k-button .cent {
  height: 30px;
  width: 30px;
  background: green;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.TemplateFilaAlertasContenedor ._der #btnLeer {
  background: transparent url("../images/icon-unidad.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

/* Iconos de alertas */
.btnImageUsuario {
  background: url("../images/iconosgeneral/icono_usuario_rojo.svg");
  background-position: center center;
  background-size: 26.5px 22.5px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.btnImagePalomita {
  background: url("../images/iconosgeneral/icono_usuario_terminado.svg");
  background-position: center center;
  background-size: 26.5px 22.5px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.btnImageSeguimiento {
  background: url("../images/iconosgeneral/icono_usuario_proceso.svg");
  background-position: center center;
  background-size: 26.5px 22.5px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.btnImageSitio {
  background: url("../images/iconosgeneral/pin_mapa_fondo_rojo.svg");
  background-position: center center;
  background-size: 26.5px 22.5px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.btnComentarioGeneral {
  background: url("../images/iconosgeneral/comentario.svg");
  background-position: center center;
  background-size: 26.5px 22.5px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.btnMenuOpciones {
  background: url("../images/iconosgeneral/accionessombra/icono_combo.svg");
  background-position: center center;
  background-size: 26.5px 22.5px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.btnImageNotificacionAlerta {
  background-size: 23px 19.5px;
  height: 19.5px;
  width: 23px;
}

.CNA_btnOrdenGrid, .CNA_btnOrdenUnidad, .CNA_btnAbrirAlertas, .CNA_btnOrdenAlerta, .CNA_btnOrdenFecha {
  background-position: center center;
  background-size: 26.5px 22.5px;
  background-repeat: no-repeat;
  cursor: pointer;
  float: right;
  margin-right: 2px;
  vertical-align: middle;
  display: inline-block;
  width: 30px;
  height: 22px;
}

.CNA_btnOrdenUnidad {
  background: url("../images/iconosgeneral/icono_unidad_gris.png");
  background-position: center center;
  background-size: 26.5px 22.5px;
  background-repeat: no-repeat;
}

.CNA_btnAbrirAlertas {
  background: url("../images/iconosgeneral/icono_expandir.png");
  background-position: center center;
  background-size: 26.5px 22.5px;
  background-repeat: no-repeat;
}

.CNA_btnOrdenAlerta {
  background: url("../images/iconosmenu/menu_alertas.png");
  background-position: center center;
  background-size: 26.5px 22.5px;
  background-repeat: no-repeat;
}

.CNA_btnOrdenFecha {
  background: url("../images/iconosgeneral/icono_calendario.png");
  background-position: center center;
  background-size: 26.5px 22.5px;
  background-repeat: no-repeat;
}

.CNA_btnOrdenTabAlertasActivo, .CNA_btnOrdenTabAlertasActivoDesc:after, .CNA_btnOrdenTabAlertasActivoAsc:after {
  content: " ";
  right: -9px;
  position: absolute;
  color: white;
  width: 0;
  height: 0;
  top: 7px;
}

.CNA_btnOrdenTabAlertasActivoDesc:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #85132A;
}

.CNA_btnOrdenTabAlertasActivoAsc:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #85132A;
}

/* Notificaciones */
.ColorTipoGeneral, #EmContenedorNotificacionesGeneral .k-widget.k-notification.k-notification-success, .ContenedorStyleNotificacionesAlertas .k-widget.k-notification.k-notification-success {
  background: #9d7a00;
}

.ColorTipoSeguridad, #EmContenedorNotificacionesGeneral .k-widget.k-notification.k-notification-warning, .ContenedorStyleNotificacionesAlertas .k-widget.k-notification.k-notification-warning {
  background: #a22b19;
}

.ColorTipoRutas {
  background: #25277e;
}

.ColorTipoAlertaGrupo, #EmContenedorNotificacionesGeneral .k-widget.k-notification.k-notification-error, .ContenedorStyleNotificacionesAlertas .k-widget.k-notification.k-notification-error {
  background: rgba(0, 0, 0, 0.9);
}

.ColorTipoAlertaIndividual, #EmContenedorNotificacionesGeneral .k-widget.k-notification.k-notification-info, .ContenedorStyleNotificacionesAlertas .k-widget.k-notification.k-notification-info, .NotificacionesCentral .k-widget.k-notification.k-notification-info {
  background: #f4f4f4;
}

#EmContenedorNotificacionesGeneral {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  float: right;
  right: 279px;
  position: absolute;
  top: 0px;
  z-index: 999888;
}

#EmContenedorNotificacionesGeneral .k-widget.k-notification.k-notification-success, .ContenedorStyleNotificacionesAlertas .k-widget.k-notification.k-notification-success {
  padding: 5px;
  border: 0;
}
#EmContenedorNotificacionesGeneral .k-widget.k-notification.k-notification-info, .ContenedorStyleNotificacionesAlertas .k-widget.k-notification.k-notification-info {
  padding: 5px;
  border: solid 1px #cccccc;
}
#EmContenedorNotificacionesGeneral .k-widget.k-notification.k-notification-warning, .ContenedorStyleNotificacionesAlertas .k-widget.k-notification.k-notification-warning {
  padding: 5px;
  border: 0;
}
#EmContenedorNotificacionesGeneral .k-widget.k-notification.k-notification-error, .ContenedorStyleNotificacionesAlertas .k-widget.k-notification.k-notification-error {
  padding: 5px;
  border: 0;
}

.ContenedorStyleNotificacionesAlertas .k-widget.k-notification.k-notification-info {
  -webkit-box-shadow: 2px 2px 36px 0px #666666;
  -moz-box-shadow: 2px 2px 36px 0px #666666;
  box-shadow: 2px 2px 36px 0px #666666;
}

.NotificacionesCentral {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  float: right;
  left: 50%;
  transform: translate(-50%);
  position: absolute;
  top: 0px;
  z-index: 999888;
}
.NotificacionesCentral .k-widget.k-notification.k-notification-info {
  padding: 0px;
  border: solid 1px #cccccc;
}

.fila_alerta_nombreConfiguracion {
  max-width: 195px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
  white-space: normal;
  max-height: 30px;
}

#divNotificacion_alerta_nombreConfiguracion {
  max-width: 195px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
  white-space: normal;
  max-height: 30px;
}

/*# sourceMappingURL=base.css.map */
