/*------------------------------------*\
           #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-family: Arial, Helvetica, sans-serif;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: always;
  background: #ffffff;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

footer {
  width: 100%;
  height: 20px;
  bottom: 0;
  position: absolute;
  padding: 0px;
  margin: 0px;
  background-color: #F4F4F4;
  color: #8A8A8A;
  font-family: Arial;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
}
footer:hover {
  color: #383737;
}

input {
  border: 1px solid #cccccc;
}

input:focus {
  outline: none;
}

.k-window-titlebar {
  text-align: center;
  color: #666666;
  font-weight: bold;
}

.k-i-maximize {
  border-radius: 0px;
  width: 20px;
  height: 20px;
  background-image: url("../images/opcionesventana/ventana_maximizar.png");
  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("../images/opcionesventana/ventana_maximizar.png");
  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("../images/opcionesventana/ventana_taskbar.png");
  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("../images/opcionesventana/ventana_taskbar.png");
  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("../images/opcionesventana/ventana_restaurar.png");
  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("../images/opcionesventana/ventana_restaurar.png");
  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;
}

.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("../images/opcionesventana/ventana_cerrar.png");
  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("../images/opcionesventana/ventana_cerrar.png");
  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;
  color: #666666;
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
}
.info_window_internos_Botones {
  height: 30px;
  width: 400px;
  text-align: center;
}

#Mapa_ControlZoom {
  left: 730px !important;
  transition: 600ms !important;
}

#mapCanvas > div > div > div:nth-child(6) > div:nth-child(2) {
  left: 540px !important;
  display: block !important;
  transition: 600ms !important;
}

#mapCanvas > div > div > div:nth-child(6) > div:nth-child(2) .gm-style-mtc button {
  height: 31px !important;
}

#mapCanvas .gmnoprint.gm-bundled-control {
  left: 500px !important;
  transition: 600ms !important;
}

.mapa {
  position: absolute;
  background: #f4f4f4;
  width: 100%;
  height: 100%;
}

.TipoIconografiaMap {
  border: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #f4f4f4;
  width: 50px;
  height: 40px;
  position: fixed;
  top: 44px;
  left: 0px;
  z-index: 5;
  box-shadow: 3px 3px 5px -2px #666;
}
.TipoIconografiaMap img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -17.65px;
  margin-top: -15px;
  cursor: pointer;
}

.Mapa_ControlZoom_Mas {
  direction: ltr;
  overflow: hidden;
  text-align: center;
  position: relative;
  color: #565656;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  padding: 5px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  border-left-width: 0px;
  background-color: white;
  background-clip: padding-box;
  float: left;
  width: 29px;
  height: 21px;
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.Mapa_ControlZoom_Mas:hover {
  background-color: #ebebeb;
}

.Mapa_ControlZoom_Menos {
  direction: ltr;
  overflow: hidden;
  text-align: center;
  position: relative;
  color: #565656;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  padding: 5px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  border-left-width: 0px;
  background-color: white;
  background-clip: padding-box;
  float: left;
  width: 29px;
  height: 21px;
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.Mapa_ControlZoom_Menos:hover {
  background-color: #ebebeb;
}

.gmnoprint .gm-style-mtc div:first-child {
  height: 30px !important;
}

.gmnoprint .gm-style-mtc span[role="checkbox"] {
  overflow: hidden;
}

.gmnoprint .gm-svpc {
  width: 30px !important;
  height: 30px !important;
}

.img_streview, .gmnoprint .gm-svpc img:nth-child(1), .gmnoprint .gm-svpc img:nth-child(2) {
  width: 13.5px !important;
  height: 22.5px !important;
  left: -6.75px !important;
  top: -11.25px !important;
}

.gmnoprint .gm-svpc img:nth-child(3) {
  width: 24px !important;
  height: 30px !important;
  left: -13px !important;
  top: -13px !important;
}

.IconIconografiaMap {
  width: 35.3px;
  height: 30px;
}

.MapModule_TooltipComando_ContenedorImgEncabezado {
  float: left;
  display: flex;
}
.MapModule_TooltipComando_ContenedorLabelEncabezado {
  height: 100%;
  float: left;
}
.MapModule_TooltipComando_labelEncabezado {
  width: auto;
  height: 20px;
  ine-height: 20px;
}
.MapModule_TooltipComando_ImgEncabezado {
  width: 20px;
  height: 20px;
  margin: auto;
  margin-right: 5px;
}
.MapModule_TooltipComando_FilaEncabezado {
  width: 100%;
  border-bottom: 3px solid #C21C35;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  white-space: nowrap;
}
.MapModule_TooltipComando_FilaEncabezadoSinWrap {
  width: 100%;
  border-bottom: 3px solid #C21C35;
  font-weight: bold;
  display: flex;
}
.MapModule_TooltipComando_Fila {
  width: 100%;
  min-width: 310px;
}
.MapModule_TooltipComando_ColumnaEtiqueta {
  width: 110px;
  height: 20px;
  line-height: 20px;
  font-weight: normal;
  float: left;
}
.MapModule_TooltipComando_ColumnaValores {
  width: 110px;
  height: 20px;
  line-height: 20px;
  font-weight: bold;
  float: left;
  min-width: 200px;
}

.panel_recorrido_texto_14_bold {
  font-family: Helvetica-Bold, Helvetica;
  font-size: 14px;
  font-weight: bold;
  stroke: none;
  fill: #666666;
}
.panel_recorrido_texto_12_normal {
  font-family: Helvetica;
  font-size: 12px;
  font-weight: normal;
  stroke: none;
  fill: #666666;
}
.panel_recorrido_texto_12_bold {
  font-family: Helvetica-Bold, Helvetica;
  font-size: 12px;
  font-weight: bold;
  stroke: none;
  fill: #666666;
}
.panel_recorrido_relleno_paro {
  fill: #761529;
}
.panel_recorrido_relleno_visita {
  fill: #0000ff;
}
.panel_recorrido_relleno_normal {
  fill: green;
}
.panel_recorrido_relleno_satelital {
  fill: #1F3457;
}
.panel_recorrido_icono_poiter {
  cursor: pointer;
  pointer-events: all;
}

/* 

video::-webkit-media-controls:not(.audio-only) [pseudo="-webkit-media-controls-panel"] [pseudo="-internal-media-controls-overflow-button"] {
    display: none !important;
    background:red !important;
    margin-right:30px;
}


video::-webkit-media-controls-overflow-button {
    display: none !important;
    background:red !important;
    margin-right:30px;
}

video::-internal-media-controls-overflow-button {
    display: none !important;
    background:red !important;
    margin-right:30px;
}


video::-webkit-media-controls-play-button {
    background: red;
	cursor: pointer;

}
video::-internal-media-controls-overflow-button {
    background: red;
	cursor: pointer;

}

video::-webkit-media-controls-play-button:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

video::-webkit-media-controls-panel {
	// opacity: 1 !important;
	// display: -webkit-flex !important;
	// margin-top: 30px;
	// height: 30px;
 
	background-color: #ddd;
    // border-radius: 0 0 10px 10px;
    box-sizing: border-box;
    
}
video::-webkit-media-controls-fullscreen-button{
    background-color: #ddd;
}
video::-internal-media-controls-overflow-button{
    background-color: #ddd;
} */
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: Verdana, Geneva, sans-serif;
  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;
}

#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 #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;
}

#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/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_C5NL {
  width: 50px;
  height: 50px;
  margin-top: -2px;
  background-image: url("../images/icono_c5.svg");
}

.Menu_general_SpheregtValue {
  width: 50px;
  height: 40px;
  margin-top: 2px;
  background-image: url("../images/logos/logo-sitt.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");
}

.Menu_general_Fiscalia {
  width: 50px;
  height: 40px;
  margin-top: 2px;
  background-image: url("../images/logos/logo-fiscalia.svg");
}

.MenuPadre, .Menu_general, .Menu_general_Sigma, .Menu_general_CoSoAVL, .Menu_general_C5NL, .Menu_general_SpheregtValue, .Menu_general_bigdata, .Menu_general_panama, .Menu_general_Fiscalia, .Menu_Unidades, .Menu_UnidadesFavorito, .Menu_configuracion, .Menu_Reportes, .Menu_Alertas, .Menu_SitiosFavorito, .Menu_Sitios, .Menu_Favoritos, .Menu_help, .Menu_Concesionario, .Menu_C4, .Menu_Infra, .Menu_Protech, .Menu_LaEuropea, .Menu_American {
  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");
}

.Menu_Infra {
  width: 50px;
  height: 40px;
  margin-top: 2px;
  background-image: url("../images/iconosmenu/infra/icono_menu_infra.svg");
}

#tabstripIconos > .k-tabstrip-items > .k-state-hover .Menu_Infra,
#tabstripIconos > .k-tabstrip-items > .k-state-active .Menu_Infra {
  background-image: url("../images/iconosmenu/infra/icono_menu_infra_hover.svg");
}

.Menu_Protech {
  width: 50px;
  height: 40px;
  margin-top: 2px;
  background-image: url("../images/iconosmenu/protech/icono_menu_protech.svg");
}

#tabstripIconos > .k-tabstrip-items > .k-state-hover .Menu_Protech,
#tabstripIconos > .k-tabstrip-items > .k-state-active .Menu_Protech {
  background-image: url("../images/iconosmenu/protech/icono_menu_protech_hover.svg");
}

.Menu_LaEuropea {
  width: 50px;
  height: 40px;
  margin-top: 2px;
  background-image: url("../images/iconosmenu/laeuropea/icono_menu_laeuropea.svg");
}

#tabstripIconos > .k-tabstrip-items > .k-state-hover .Menu_LaEuropea,
#tabstripIconos > .k-tabstrip-items > .k-state-active .Menu_LaEuropea {
  background-image: url("../images/iconosmenu/laeuropea/icono_menu_laeuropea_hover.svg");
}

.Menu_American {
  width: 50px;
  height: 40px;
  margin-top: 2px;
  background-image: url("../images/iconosmenu/american/icono_menu_american.svg");
}

#tabstripIconos > .k-tabstrip-items > .k-state-hover .Menu_American,
#tabstripIconos > .k-tabstrip-items > .k-state-active .Menu_American {
  background-image: url("../images/iconosmenu/american/icono_menu_american_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: 'Open Sans', sans-serif;
  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("../images/iconosmenu/sitios/buscar_direcciones.png");
  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: 500px;
  max-height: 600px;
  overflow: auto;
}

.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;
}

.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: #f4f4f4;
  border: 1px solid #CCCCCC;
  color: #ad1f37;
}

.ListaIconos li {
  background: transparent;
  text-align: center;
  width: 98px;
  height: 88px;
  list-style-type: none;
  cursor: pointer;
  display: inline-block;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0px;
  padding: 0px;
  color: #585858;
}

.iconoFlotante, .contenedorImg:after, .iconoFlotanteFavoritoCustom, .windowConfiguracionAlertas .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: tahoma;
  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: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  padding-top: .5px;
  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;
}

.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;
}

#AccesosOtros .k-button:hover {
  color: #000;
  border-color: #cccccc;
  background-color: #ffffff;
}

.AccesoDirecto_contenedor {
  position: absolute;
  bottom: 0px;
  left: 25%;
  width: 50%;
  margin: 0px;
  padding: 0px;
}
.AccesoDirecto_Paros {
  background-image: url("../images/iconosmenu/reportes/reporte_paros.png");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ResumenUnidad {
  background-image: url("../images/iconosmenu/reportes/resumen_unidad.png");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_UsoMotor {
  background-image: url("../images/iconosmenu/reportes/reporte_distancia_uso.png");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_horas_manejo {
  background-image: url("../images/iconosmenu/reportes/reporte_horas_manejo.png");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_NivelesCombustible {
  background-image: url("../images/iconosmenu/reportes/reporte_combustible.png");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteOBD {
  background-image: url("../images/iconosmenu/reportes/reporte_obd.png");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteAlerta {
  background-image: url("../images/iconosmenu/reportes/reporte_alertas.png");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteVisitas {
  background-image: url("../images/iconosmenu/reportes/reporte_visitas.png");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_Recorrido {
  background-image: url("../images/icono_recorrido.png");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_Rutas {
  background-image: url("../images/iconosmenu/sitios/GeoRuta.png");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_DashBoardVisitas {
  background-image: url("../images/iconosmenu/reportes/reporte_dashboard_visitas.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_MonitorRutas {
  background-image: url("../images/iconosmenu/sitios/seguimiento_de_rutas.png");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteRutas {
  background-image: url("../images/iconosmenu/reportes/reporte_rutas.png");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_GRaficaTemp {
  background-image: url("../images/iconosmenu/reportes/reporte_temperatura.png");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_GRaficaCANBUS {
  background-image: url("../images/iconosmenu/reportes/reporte_ecm.png");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_AsignacionOperador {
  background-image: url("../images/iconosmenu/reportes/reporte_operadores.png");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_DeEventos {
  background-image: url("../images/iconosmenu/reportes/reporte_eventos.png");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_AccesoUsuarios {
  background-image: url("../images/iconosmenu/reportes/reporte_acceso_usuarios.png");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_CargasDescargas {
  background-image: url("../images/iconosmenu/reportes/reporte_CargasDescargas.png");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_Siniestro {
  background-image: url("../images/iconosmenu/reportes/reporte_siniestro.png");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteProtech {
  background-image: url("../images/iconosmenu/reportes/reportes_protech.png");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteCodigoFalla {
  background-image: url("../images/iconosmenu/reportes/codigo_falla.png");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteViajesOBD {
  background-image: url("../images/iconosmenu/reportes/reporte_viajes_OBD.png");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteEDI {
  background-image: url("../images/iconosmenu/sitios/seguimiento_viajes_edi.png");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteRendimientosConsumo {
  background-image: url("../images/iconosmenu/reportes/reporte_rendimiento_combustible.png");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteTiempoOnOff {
  background-image: url("../images/iconosmenu/reportes/reporte_marcha_detenido.png");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteLlamadas {
  background-image: url("../images/iconosmenu/reportes/monitoreo_llamadas.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_EtimadoVSReal {
  background-image: url("../images/iconosmenu/reportes/real_vs_estimado.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_EventoComunicacion {
  background-image: url("../images/iconosmenu/reportes/reporte_eventos_comunicacion.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteTPMS {
  background-image: url("../images/iconosmenu/reportes/tpms.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_KilometrajeExcedido {
  background-image: url("../images/iconosmenu/reportes/km_excedido.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_TiempoFueraSitio {
  background-image: url("../images/iconosmenu/reportes/tiempo_fuera_sitio.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteServiciosAgendados {
  background-image: url("../images/iconosmenu/sitios/calendario_citas.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteViajesTAXI {
  background-image: url("../images/iconosmenu/reportes/ViajesTAXI.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteVelocidadPromedio {
  background-image: url("../images/iconosmenu/reportes/velocidad_promedio.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteArranqueIgnicionYFinalizacionDeMaquinaria {
  background-image: url("../images/iconosmenu/reportes/Ignicion_de_Maquinaria.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteViajesTMS {
  background-image: url("../images/iconosmenu/reportes/reporte_viajes_tms.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteAlertaDashBoardComportamientoConductor {
  background-image: url("../images/iconosmenu/infra/reporte_comportamiento_conductor.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteDeVentosExcepcion {
  background-image: url("../images/iconosmenu/reportes/reporte_eventos_por_excepcion.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteAppGPS {
  background-image: url("../images/iconosmenu/reportes/reporte_de_rutas_app.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteHistorialTPMS {
  background-image: url("../images/iconosmenu/reportes/reporte_historial_tpms.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteBitacoraNom87 {
  background-image: url("../images/iconosmenu/reportes/reporte_bitacora_nom_87.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteExcesoVelocidad {
  background-image: url("../images/iconosmenu/reportes/reporte_exceso_velocidad.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteEventosConductor {
  background-image: url("../images/iconosmenu/reportes/reporte_eventos_por_excepcion.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteViajesRendimiento {
  background-image: url("../images/iconosmenu/reportes/reporte_viajes_rendimiento.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteDashboardIndicadores {
  background-image: url("../images/iconosmenu/reportes/reporte_dashboard_indicadores.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteReporteCicloDeViaje {
  background-image: url("../images/iconosmenu/reportes/reporte_ciclo_viaje.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteKardexOperador {
  background-image: url("../images/iconosmenu/reportes/reporte_kardex_operador.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteScoreCardOperador {
  background-image: url("../images/iconosmenu/reportes/reporte_scorecard_operador.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteRecorridoUSA {
  background-image: url("../images/iconosmenu/reportes/reporte_recorrido_usa.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteBitacoraDeViajes {
  background-image: url("../images/iconosmenu/reportes/reporte_bitacora_viajes.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteDeVisitaSubsitio {
  background-image: url("../images/iconosmenu/reportes/reporte_visitas_subsitios.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteDeRutasDetallado {
  background-image: url("../images/iconosmenu/reportes/reporte_rutas_detallado.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteInventarioOperativo {
  background-image: url("../images/iconosmenu/reportes/reporte_inventario_operativo.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReportePuntosInterseccion {
  background-image: url("../images/iconosmenu/reportes/reporte_puntos_interseccion.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteDeHabitosConduccion {
  background-image: url("../images/iconosmenu/reportes/reporte_habitos_conduccion.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteSatelital {
  background-image: url("../images/iconosmenu/reportes/reporte_satelital.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteExcesosHorasManejo {
  background-image: url("../images/iconosmenu/reportes/reporte_excesos_horas_manejo.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteSitiosIncompletos {
  background-image: url("../images/iconosmenu/infra/icono_ruteo.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteRutasEnviadas {
  background-image: url("../images/iconosmenu/infra/icono_rutas_enviadas.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteTableroOperativo {
  background-image: url("../images/iconosmenu/reportes/reporte_tablero_operativo.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteLiberaciones {
  background-image: url("../images/iconosmenu/infra/reporte_liberaciones.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteDashboardEjecutivoViajes {
  background-image: url("../images/iconosmenu/sitios/icono_dashboard_ejecutivo_viajes.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteEjecutivoViajes {
  background-image: url("../images/iconosmenu/reportes/reporte_ejecutivo_viajes.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.AccesoDirecto_ReporteDashboardRalenti {
  background-image: url("../images/iconosmenu/reportes/dashboard_ralenti.svg");
  background-position: left;
  margin: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.ToolBarAcceso {
  width: 50%;
  height: 35px;
  margin: 0px;
  padding: 0px;
  float: left;
  background: transparent;
}
.ToolBarAcceso div > {
  background: transparent;
}

#AccesosRecorridos {
  border-left: 0px;
  white-space: normal;
}

.k-overflow-container {
  width: 146px;
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}

.tamanoIcono {
  width: 35px;
  height: 35px;
}

.tamanoIconoR {
  width: 28px;
  height: 28px;
}

.ResumenUnida_FiltroSitios {
  top: 30px;
  left: 415px;
  position: absolute;
  width: 300px;
  height: 280px;
  z-index: 1000;
  border: 1px solid #ccc;
  background: #f4f4f4;
  box-shadow: 3px 3px 5px -2px #666;
  text-align: center;
  padding: 3px;
}
.ResumenUnida_contenerCategoriasFiltro {
  width: 290px;
  height: 110px;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  margin-left: 4px;
  overflow: auto;
  overflow-x: hidden;
  background-color: #fff;
}
.ResumenUnida_itemCategorias {
  width: 100%;
  height: 20px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  text-align: left;
  padding: 2px;
  line-height: 20px;
  border-left: 5px solid transparent;
  padding-left: 5px;
}
.ResumenUnida_itemCategorias:hover {
  border-left: solid #575757 5px;
  font-weight: bold;
}
.ResumenUnida_itemSelect {
  background-color: #ccc;
  border-left: 5px solid #c21c35;
  font-weight: bold;
}
.ResumenUnida_boton {
  width: 35.3px;
  height: 30px;
  cursor: pointer;
}

#gridResumenUnidad {
  height: 100%;
  position: relative;
}

.balSlider .k-slider-selection {
  display: none;
}

.filtro {
  border: 2px solid #ffffff;
  border-radius: 3px;
  width: 200px;
  height: 20px;
  display: inline-block;
  position: absolute;
  margin-left: 85px;
  text-align: center;
  line-height: 180%;
}
.filtro:hover {
  border: 2px solid #ffea6f;
  cursor: pointer;
}

#cambiarEtiqueta {
  display: inline-block;
  background-image: url(../images/iconosgeneral/icono_cambio_filtro.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: 5px;
  position: absolute;
}

.k-i-arrowhead-s {
  background-position: -80px -32px;
}

#refresh {
  width: 35.3px;
  height: 30px;
  background-image: url("../images/iconosgeneral/comando_reintentar.png");
  background-repeat: no-repeat;
  background-size: 35.3px 30px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  cursor: pointer;
}

#ventanaOperadores {
  height: 100%;
  width: 100%;
}
#ventanaOperadores.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;
}
#ventanaOperadores .encabezadoOperadores {
  width: 100%;
  height: 40px;
  margin-top: 5px;
}
#ventanaOperadores .bloqueo {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0px;
  z-index: 100;
}
#ventanaOperadores .configOperador {
  width: 900px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -450px;
  margin-top: -300px;
  overflow: hidden;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 5px -2px #666;
}
#ventanaOperadores .encabezadoEditarOperador {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  line-height: 300%;
  background-color: #F4F4F4;
}
#ventanaOperadores .filas {
  position: relative;
  width: 100%;
  height: 28px;
  overflow: hidden;
  line-height: 30px;
}
#ventanaOperadores .controles {
  width: 250px;
  position: absolute;
  right: 0px;
}
#ventanaOperadores .datosOperador {
  width: 418px;
  height: 470px;
  border: 1px solid #cccccc;
  margin: 30px 0px 10px 10px;
  float: left;
  padding: 10px;
}
#ventanaOperadores .fotoOperador {
  width: 418px;
  height: 470px;
  border: 1px solid #cccccc;
  margin: 30px 10px 10px 0px;
  float: left;
  padding: 10px;
  position: relative;
}
#ventanaOperadores .marcoFoto {
  width: 145px;
  height: 145px;
  position: absolute;
  top: 5%;
  margin-top: 0px;
  margin-left: 0px;
  border: 1px solid #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}
#ventanaOperadores .examenMedico {
  width: 100%;
  height: 278px;
  border-top: 1px solid #cccccc;
  float: left;
}
#ventanaOperadores .licencia {
  width: 100%;
  height: 95px;
  border-top: 1px solid #cccccc;
  float: left;
  position: relative;
}
#ventanaOperadores .btn_eliminar {
  width: 35.3px;
  height: 30px;
  cursor: pointer;
  line-height: 50px;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}
#ventanaOperadores .btn_editar {
  width: 35.3px;
  height: 30px;
  cursor: pointer;
  line-height: 50px;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}
#ventanaOperadores .mensajeEliminar {
  width: 400px;
  height: 200px;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 5px -2px #666;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -100px;
  background-color: #f4f4f4;
}
#ventanaOperadores .panelMensaje {
  width: 390px;
  height: 20px;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  line-height: 200%;
  padding: 5px;
}
#ventanaOperadores .cuerpoMensaje {
  width: 380px;
  height: 100px;
  margin-bottom: 5px;
  padding: 10px;
}

.asignacionOperadores {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.asignacionOperadores.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}

#ventanaAsignacionOperadores .panelVentanaAsignacionOperador {
  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;
}
#ventanaAsignacionOperadores .CajaIconosOperadores {
  position: absolute;
  width: 28px;
  height: 20px;
  margin-top: 8px;
  margin-left: 175px;
  z-index: 100;
}
#ventanaAsignacionOperadores .contenedorTreeView {
  width: 220px;
  height: 100px;
  float: left;
  margin-left: 5px;
  position: absolute;
  margin-left: 225px;
  z-index: 80;
}
#ventanaAsignacionOperadores .OperadorestreeView {
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #cccccc;
  z-index: 90;
  overflow: auto;
}
#ventanaAsignacionOperadores .buscarOperador {
  width: 100%;
  height: 28%;
  position: relative;
  background: #ffffff;
}
#ventanaAsignacionOperadores .inputBuscarOperador {
  position: relative;
  height: 23px;
  width: 88%;
  background: transparent none repeat scroll 0% 0%;
  background-position: left center;
  padding-left: 23px;
  background-image: url("../images/icon-lupa.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
#ventanaAsignacionOperadores .capaOperador {
  width: 99.4%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0px;
  z-index: 10010;
}
#ventanaAsignacionOperadores .estadoOperador {
  width: 300px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -60px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
#ventanaAsignacionOperadores .panelEstadoOperador {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #cccccc;
  background-color: #f4f4f4;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
#ventanaAsignacionOperadores .iconoCerrarOperador {
  width: 26.5px;
  height: 22.5px;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 3px;
}
#ventanaAsignacionOperadores .infoEstadoMensajeOperador {
  font-size: 13px;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 10px;
}

.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;
}

.BtnCharts {
  font-family: Arial;
  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: Verdana;
  font-size: 8pt;
  font-stretch: extra-condensed;
  border: 1px solid white;
}

.text_input_temperatura_color {
  color: #3fa9f5;
  background: white;
  font-family: Verdana;
  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: Verdana;
  font-weight: bold;
  color: #666666;
  width: 230px;
  max-width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text_input_valores_estiloWindow {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10pt;
  width: 200px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 0;
}

.text_input_label_estiloWindow {
  font-family: Verdana, Geneva, sans-serif;
  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 */
}

.poi {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.poi.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.poi_divCatalogo {
  background-color: #ffffff;
  width: 450px;
  height: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 5px -2px #666;
}
.poi_Titulo {
  width: 440px;
  margin: 0px;
  padding: 5px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #ccc;
  color: #666666;
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
}
.poi_panelFiltro {
  width: 100%;
  height: 30px;
}
.poi_filtro {
  width: 50%;
  position: relative;
  float: left;
}
.poi_iconDelete {
  width: 35.3px;
  height: 30px;
  float: left;
  position: relative;
  cursor: pointer;
}
.poi_iconEdit {
  width: 35.3px;
  height: 30px;
  float: left;
  position: relative;
  cursor: pointer;
}
.poi_fieldlist {
  margin: 0 0 -2em;
  padding: 0;
}
.poi_fieldlist li {
  list-style: none;
  margin: 3px;
  margin-top: 10px;
}
.poi_label {
  display: block;
  color: #000;
  font-size: 12px;
  margin-bottom: 3px;
  padding: 0px;
  width: 75px;
}
.poi_notificacion {
  position: absolute;
  top: 300px;
  left: 0px;
  width: 100%;
  z-index: 10001;
}
.poi_buttons {
  width: 200px;
  height: 30px;
  margin: 5px;
  float: right;
}
.poi_tamanoIcono {
  width: 21.2px;
  height: 18px;
}
.poi_Geocerca {
  background-image: url("../images/iconosmenu/sitios/GeoCerca.png");
  background-position: center;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.poi_Radial {
  background-image: url("../images/iconosmenu/menu_sitios.png");
  background-position: center;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.poi_ContenerIcono {
  width: 35px;
  height: 30px;
  display: inline-block;
  border: 1px solid #ffffff;
}
.poi #divCatalogo_ConfigurarPOI span.k-widget.k-tooltip-validation {
  margin-left: 0px;
}
.poi #divCatalogo_ConfigurarPOI span.k-tooltip {
  display: block;
}

#ventanaConfiguracionNotificaciones .textoNotificacion {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 3px;
  color: #575757;
}
#ventanaConfiguracionNotificaciones .filaNotificacion {
  border-bottom: 1px solid #cccccc;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
}

.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;
}

.PantallaActualizaUnidad.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#actualizaUnidad .encabezado {
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
}
#actualizaUnidad .vistasGrid {
  width: 100%;
  height: 93%;
  position: relative;
}
#actualizaUnidad .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
#actualizaUnidad .capaUnidad {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0px;
  z-index: 102;
}
#actualizaUnidad .mensajeOperador {
  width: 400px;
  height: 200px;
  border: 1px solid #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -100px;
  background-color: #ffffff;
}
#actualizaUnidad .panelMensaje {
  width: 390px;
  height: 20px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  line-height: 200%;
  padding: 5px;
  background-color: #f4f4f4;
}
#actualizaUnidad .cuerpoMensaje {
  width: 380px;
  height: 100px;
  margin-bottom: 5px;
  padding: 10px;
}

#editarUnidad .contenedorIzq {
  display: inline-block;
  width: 49%;
  padding-right: 5px;
}
#editarUnidad .contenedorDer {
  display: inline-block;
  width: 49%;
  position: absolute;
  padding-left: 5px;
}
#editarUnidad .labelEditar {
  width: 39%;
  display: inline-block;
}
#editarUnidad .inputEditar {
  width: 60%;
}
#editarUnidad .filasEditar {
  margin-bottom: 3px;
}
#editarUnidad textarea {
  resize: none;
}
#editarUnidad .colorSelect {
  width: 100px;
  height: 30px;
  display: inline-block;
  border: 1px solid #ffffff;
}
#editarUnidad .barraColores {
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  width: 78%;
}
#editarUnidad .iconos {
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  cursor: pointer;
}
#editarUnidad .agregar {
  background-image: url(../images/iconosgeneral/accionessombra/icono_guardar.png);
}
#editarUnidad .botones {
  width: 70px;
  height: 30px;
}

.btnEditar {
  width: 35.3px;
  height: 30px;
  background-image: url(../images/iconosgeneral/svg/icono_editar.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.addFlotilla {
  width: 30.2px;
  height: 25.7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  float: right;
  margin-right: 5px;
  cursor: pointer;
}

.nuevaFlotilla {
  width: 320px;
  height: 480px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -160px;
  margin-top: -240px;
}

.VentanaClaveChapa_AU {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.VentanaClaveChapa_AU.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.VentanaClaveChapa_AU._EstiloTexto {
  font-family: Helvetica-Bold, Helvetica;
  font-weight: bold;
  color: #666666;
}

#ventanaFlotillas {
  height: 100%;
  width: 100%;
}
#ventanaFlotillas.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;
}
#ventanaFlotillas .panelFlotillas {
  width: 100%;
  height: 6%;
}
#ventanaFlotillas .bodyGrid {
  width: 100%;
  height: 100%;
}
#ventanaFlotillas .btnAgregarFlotilla {
  width: 35.3px;
  height: 30px;
  float: right;
  cursor: pointer;
}
#ventanaFlotillas .capa {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0px;
  z-index: 100;
}
#ventanaFlotillas .procesosFlotilla {
  width: 320px;
  height: 480px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -160px;
  margin-top: -240px;
}
#ventanaFlotillas .btnEditar {
  width: 35.3px;
  height: 30px;
  cursor: pointer;
}
#ventanaFlotillas .btnEliminar {
  width: 35.3px;
  height: 30px;
  cursor: pointer;
}
#ventanaFlotillas .mensajeEliminar {
  width: 400px;
  height: 200px;
  border: 1px solid #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -100px;
}
#ventanaFlotillas .panelMensaje {
  width: 390px;
  height: 20px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  line-height: 200%;
  padding: 5px;
  background-color: #f4f4f4;
}
#ventanaFlotillas .cuerpoMensaje {
  width: 380px;
  height: 100px;
  margin-bottom: 5px;
  padding: 10px;
}
#ventanaFlotillas #ventanaProcesosFlotillas span.k-tooltip {
  display: block;
}

.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%;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-family: Helvetica;
  font-weight: normal;
}
.login_olvidastes {
  cursor: pointer;
  color: #8A8A8A;
  font-size: 15px;
}
.login_olvidastes:hover {
  color: #383737;
}
.login_boton {
  border: 0;
  border: 0;
  background: #4F4F4F;
  color: white;
  cursor: pointer;
  height: 32px;
}
.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"] {
  color: #3a3a3a;
  height: 32px;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: normal;
  color: #3A3A3A;
  border: 0px;
}
.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: Helvetica;
  font-weight: normal;
}

.ControlComentarios_comentario {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #ffffff;
  overflow: auto;
  margin-top: 10px;
  overflow-x: hidden;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ControlComentarios_iconoComentario {
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-left: 5px;
}
.ControlComentarios_item {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #cccccc;
  position: relative;
  padding: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ControlComentarios_tituloItem {
  line-height: 25px;
  height: 25px;
  margin-right: 71px;
  font-style: italic;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ControlComentarios_comentarioItem {
  height: auto;
  min-height: 15px;
  overflow: hidden;
  white-space: normal;
}
.ControlComentarios_icono {
  width: 35.3px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: 0px;
}
.ControlComentarios_lock {
  background: white;
  opacity: 0.7;
  z-index: 104000;
}
.ControlComentarios_displayFlex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.ControlComentarios_flexDirectionColumn {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ControlComentarios_flexDirectionRow {
  -webkit-flex-direction: row;
  flex-direction: row;
}

.windowConfiguracionAlertas {
  height: 100%;
  width: 100%;
}
.windowConfiguracionAlertas.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  padding: 5px;
}
.windowConfiguracionAlertas_fieldlist {
  margin: 0 0 -2em;
  padding: 0;
}
.windowConfiguracionAlertas_fieldlist li {
  white-space: normal;
  list-style: none;
  margin: 3px;
}
.windowConfiguracionAlertas_label {
  display: block;
  color: white;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 3px;
  padding: 0px;
}
.windowConfiguracionAlertas_buttonConfim {
  width: 100px;
  height: 30px;
  margin: 5px;
  border-radius: 10px;
}
.windowConfiguracionAlertas_buttons {
  width: 200px;
  height: 30px;
  margin: 5px;
  float: right;
}
.windowConfiguracionAlertas #labelTitleTurno {
  font-weight: bold;
}
.windowConfiguracionAlertas .linea_titulo {
  height: 30px;
  line-height: 30px;
}
.windowConfiguracionAlertas .linea_titulo_flex {
  height: 30px;
  line-height: 30px;
  -webkit-box-flex: 0 0 30px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 30px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 30px;
  /* Chrome */
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
}
.windowConfiguracionAlertas .linea_contenido {
  height: 30px;
  line-height: 30px;
}
.windowConfiguracionAlertas .contenedor_scrollable {
  overflow-x: hidden;
  overflow-y: auto;
}
.windowConfiguracionAlertas .alto_contenidoTotal3Renglones {
  height: 90px;
  -webkit-box-flex: 0 0 90px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 90px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 90px;
  /* Chrome */
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
}
.windowConfiguracionAlertas .alto_contenidoTotal {
  height: 60px;
  -webkit-box-flex: 0 0 60px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 60px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 60px;
  /* Chrome */
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}
.windowConfiguracionAlertas .alto_contenidoTotal_2 {
  height: 120px;
  -webkit-box-flex: 0 0 120px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 120px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 120px;
  /* Chrome */
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
}
.windowConfiguracionAlertas .margen_contenedor {
  border: 1px solid #ccc;
  padding-left: 2px;
  padding-right: 2px;
}
.windowConfiguracionAlertas .margen_contenedorChecks {
  border: 1px solid #ccc;
}
.windowConfiguracionAlertas .margen_contenedorSinPadding {
  border: 1px solid #ccc;
}
.windowConfiguracionAlertas .borde_titulo {
  border-bottom: 1px solid #ccc;
}
.windowConfiguracionAlertas #Cont_1 {
  border: 1px solid #ccc;
}
.windowConfiguracionAlertas .contenedor_checks {
  min-height: 150px;
}
.windowConfiguracionAlertas .iconoFlotante, .windowConfiguracionAlertas .contenedorImg:after, .windowConfiguracionAlertas .iconoFlotanteFavoritoCustom {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  right: 0;
  text-align: center;
  cursor: pointer;
}
.windowConfiguracionAlertas .iconoMasCustom {
  background-image: url("../images/iconosgeneral/accionessombra/icono_agregar.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35.3px 30px;
  width: 35.3px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.windowConfiguracionAlertas .iconoMenosTurno {
  background-image: url("../images/iconosgeneral/accionessombra/icono_borrar.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35.3px 30px;
  width: 35.3px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.windowConfiguracionAlertas .iconoFlotanteFavoritoCustom {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.windowConfiguracionAlertas .AlertaAs_iconEdit, .windowConfiguracionAlertas .AlertaAs_iconDelete {
  cursor: pointer;
  width: 35.3px;
  height: 30px;
  float: left;
  position: relative;
  cursor: pointer;
}
.windowConfiguracionAlertas #lvSitios ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.windowConfiguracionAlertas #lvSitios li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.windowConfiguracionAlertas_windowConfirm {
  overflow: hidden;
  display: none;
}
.windowConfiguracionAlertas_windowConfirm.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.windowConfiguracionAlertas_windowConfirm.k-window-content p {
  white-space: pre-wrap;
}
.windowConfiguracionAlertas_windowConfirm .ContenedorItem {
  width: 100%;
  height: 30px;
}
.windowConfiguracionAlertas_windowConfirm .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;
}
.windowConfiguracionAlertas_windowConfirm .controlesinputetiqueta, .windowConfiguracionAlertas_windowConfirm .WindowEtiqueta button, .WindowEtiqueta .windowConfiguracionAlertas_windowConfirm button, .windowConfiguracionAlertas_windowConfirm #txtRegistroEtiqueta2 {
  position: relative;
  float: left;
  height: 30px;
}
.windowConfiguracionAlertas_windowConfirm #txtRegistroEtiqueta2 {
  width: 105%;
  padding: 2px;
}
.windowConfiguracionAlertas_windowConfirm #txtRegistroEtiqueta, .windowConfiguracionAlertas_windowConfirm #txtRegistroEtiqueta_v2 {
  width: 100%;
  height: 30px;
}
.windowConfiguracionAlertas_windowConfirm #btnRegistrarEtiqueta, .windowConfiguracionAlertas_windowConfirm #btnRegistrarEtiqueta_v2 {
  width: 100%;
  height: 30px;
  text-align: center;
  position: relative;
  float: left;
}
.windowConfiguracionAlertas #contenedorTEA_EntradaSalida ul, .windowConfiguracionAlertas #contenedorTEA_EntradaSalida li {
  white-space: normal;
  list-style: none;
  margin: 3px;
  padding: 0;
}

#contenedorDias .k-button {
  width: 100%;
  height: 100%;
}

.k-slider-tooltip {
  z-index: 999989;
}

.pru {
  background: #999;
}

.SeguimientoAP {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.SeguimientoAP.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.SeguimientoAP_filtro {
  position: relative;
  float: left;
}
.SeguimientoAP_iconTerminar {
  width: 35.3px;
  height: 30px;
  float: left;
  position: relative;
  cursor: pointer;
}
.SeguimientoAP_iconComentarios {
  width: 35.3px;
  height: 30px;
  float: left;
  position: relative;
  cursor: pointer;
}
.SeguimientoAP_iconCombo {
  width: 35.3px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: -3px;
}
.SeguimientoAP_Circulos {
  width: 70px;
  height: 26px;
  cursor: pointer;
  float: left;
  margin-left: 3px;
  text-align: center;
  line-height: 26px;
  color: white;
  opacity: .6;
}
.SeguimientoAP_Circulos:hover {
  opacity: 1;
}
.SeguimientoAP_Circulos_Activo {
  opacity: 1;
}
.SeguimientoAP_PanelCombo {
  position: absolute;
  top: 20px;
  left: 250px;
  background: white;
  width: 150px;
  height: 80px;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 5px -2px #666;
  z-index: 100;
}
.SeguimientoAP_ItemCombo {
  border-left: solid transparent 5px;
  border-bottom: solid #ccc .5px;
  height: 25px;
  line-height: 25px;
  text-align: left;
  margin: 0px;
  padding-left: 5px;
  cursor: pointer;
  background: white;
}
.SeguimientoAP_ItemCombo:hover {
  border-left: solid #575757 5px;
  font-weight: bold;
}
.SeguimientoAP_ItemCombo_Activo {
  border-left: solid #c21c35 5px;
  font-weight: bold;
  background: #ccc;
}
.SeguimientoAP_ItemFiltroEstado {
  width: 95px;
  height: 26px;
  border: solid #ccc 1px;
  background-color: #575757;
  color: white;
  margin-left: 33px;
  text-align: left;
  line-height: 26px;
  padding-left: 5px;
  cursor: pointer;
}

.ventanaComunicacion.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ventanaComunicacion_iconoTipoTarea {
  width: 30px;
  height: 30px;
  cursor: pointer;
  vertical-align: middle;
}
.ventanaComunicacion_TipoComunicacion {
  width: 514px;
  border: 1px solid #ccc;
  height: 41px;
  margin-bottom: 10px;
}

#ventanaComunicacion .gridUnidades {
  width: 99%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 0px;
}
#ventanaComunicacion .listaEventos {
  width: 99%;
  height: 100%;
  border: 1px solid #ccc;
  margin-top: 5px;
  overflow: hidden;
}
#ventanaComunicacion .panelComandos {
  width: 99%;
  height: 90px;
  line-height: 50px;
  margin-top: 10px;
  overflow: hidden;
}
#ventanaComunicacion .iconoEvento {
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
#ventanaComunicacion .iconoEvento:hover {
  cursor: pointer;
}
#ventanaComunicacion .eventoConfig {
  background-image: url("../images/icono_ALERTAS_SEC_60.png");
}
#ventanaComunicacion .evento {
  background-image: url("../images/icono_comunicacion.png");
}
#ventanaComunicacion .infoUnidades {
  width: 99%;
  height: 30px;
}
#ventanaComunicacion .infoEventos {
  width: 80%;
  height: 100%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#ventanaComunicacion .iconos {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
}
#ventanaComunicacion .iconos:hover {
  cursor: pointer;
}
#ventanaComunicacion .imagUnidad {
  background-image: url("../images/carro.png");
  margin-right: 5px;
}
#ventanaComunicacion .capaBloquear {
  width: 99%;
  height: 99%;
  position: absolute;
  z-index: 90;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0px;
}
#ventanaComunicacion .divEventos {
  border: 1px solid #ccc;
  box-shadow: 3px 3px 5px -2px #666;
  width: 520px;
  height: auto;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#ventanaComunicacion .panelEventos {
  text-align: center;
  width: 100%;
  height: 30px;
  line-height: 300%;
  background: #f4f4f4;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
#ventanaComunicacion .cuerpoEventos {
  width: 516px;
  overflow: hidden;
  margin: 2px;
  margin-left: 2px;
}
#ventanaComunicacion .iconoCerrar {
  position: absolute;
  right: 0px;
  background-image: url("../images/iconosgeneral/cerrar_ventana.png");
}
#ventanaComunicacion .tipoEventos {
  width: 246px;
  height: 50px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 5px;
}
#ventanaComunicacion .tipoEventos:hover {
  cursor: pointer;
  color: white;
  background-color: #666;
}
#ventanaComunicacion .tipoEventosDer {
  width: 246px;
  height: 50px;
  padding: 5px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#ventanaComunicacion .tipoEventosDer:hover {
  cursor: pointer;
  color: white;
  background-color: #666;
}
#ventanaComunicacion .ultimoTipoEvento {
  border-bottom: 1px solid #cccccc;
}
#ventanaComunicacion .parrafo {
  display: inline-block;
  position: relative;
}
#ventanaComunicacion .notificacion {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: right;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
#ventanaComunicacion .notificacion:hover {
  cursor: pointer;
}
#ventanaComunicacion .iconoXUnidad {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: right;
  text-align: center;
  line-height: 280%;
  color: white;
}
#ventanaComunicacion .iconoXUnidad.icono1 {
  background-color: #46ABF2;
}
#ventanaComunicacion .iconoXUnidad.icono2 {
  background-color: #47B350;
}
#ventanaComunicacion .iconosExtras {
  width: 120px;
  height: 30px;
  position: relative;
  float: right;
  overflow: hidden;
}
#ventanaComunicacion .slider {
  display: inline-block;
  position: absolute;
}
#ventanaComunicacion .combosEmpresaFlotilla {
  width: 99%;
  height: 180px;
  margin-bottom: 5px;
}

.ModulosRutaMain {
  height: 100%;
  width: 100%;
}
.ModulosRutaMain.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}

.GeoCerca {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  /*&_Titulo{
  	color: #575757;
  	width: 460px;
  	text-align: center;
  	font-size:20px;
  	font-family: 'Open Sans', sans-serif;
  	margin: 0px;	
  	padding: 5px; 
  	background-color: #f4f4f4;
  	border-bottom: 1px solid #ccc;
  }*/
}
.GeoCerca.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.GeoCerca_filtro {
  position: relative;
  float: left;
}
.GeoCerca_iconDelete {
  width: 35.3px;
  height: 30px;
  float: left;
  position: relative;
  cursor: pointer;
}
.GeoCerca_checkVer {
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
}
.GeoCerca_iconEdit {
  width: 35.3px;
  height: 30px;
  float: left;
  position: relative;
  cursor: pointer;
}
.GeoCerca_fieldlist {
  margin: 0 0 -2em;
  padding: 0;
}
.GeoCerca_fieldlist li {
  white-space: normal;
  list-style: none;
  margin: 3px;
}
.GeoCerca_label {
  display: block;
  color: #000;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 3px;
  padding: 0px;
}
.GeoCerca_divCatalogo {
  background-color: #ffffff;
  width: 470px;
  height: 490px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 5px -2px #666;
}
.GeoCerca_Titulo {
  width: 460px;
  margin: 0px;
  padding: 5px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #ccc;
  color: #666666;
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
}
.GeoCerca_buttons {
  width: 130px;
  height: 30px;
  margin: 5px;
  float: right;
}

.GridRecorridos {
  height: 100%;
  width: 100%;
}
.GridRecorridos.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}

.ContenedorTree {
  background: none;
}

.WindowConfigurarUsuario {
  z-index: 505000;
  background: #ffffff;
  height: auto;
  width: 400px;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 5px -2px #666;
}
.WindowConfigurarUsuario_titulo {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}
.WindowConfigurarUsuario_titulo p, .WindowConfigurarUsuario_titulo label {
  font-weight: bold;
  color: #575757;
  font-size: 12px;
}
.WindowConfigurarUsuario_buttons {
  width: 100px;
  height: 25px;
  margin: 5px;
  float: right;
}
.WindowConfigurarUsuario_pie {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-top: 1px solid #cccccc;
  text-align: center;
}
.WindowConfigurarUsuario_contenido {
  width: 400px;
  position: relative;
  height: auto;
  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;
}
.WindowConfigurarUsuario_contenido .label {
  font-weight: bold;
}
.WindowConfigurarUsuario_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;
}
.WindowConfigurarUsuario_contenido select {
  width: 378px;
  height: 25px;
  margin-bottom: 10px;
}
.WindowConfigurarUsuario_contenido select option {
  height: 25px;
  margin: 0;
  padding: 0;
}
.WindowConfigurarUsuario_contenido table {
  width: 100%;
  height: 480px;
}
.WindowConfigurarUsuario_contenido table tbody {
  overflow: auto;
}
.WindowConfigurarUsuario_contenido table tr:nth-child(odd) td {
  background: black;
}
.WindowConfigurarUsuario_contenido table tr:nth-child(even) td {
  background-color: grey;
}
.WindowConfigurarUsuario_close {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 20px;
  height: 20px;
  opacity: 0.6;
  cursor: pointer;
}
.WindowConfigurarUsuario_close:hover {
  opacity: 1;
}
.WindowConfigurarUsuario_close:before, .WindowConfigurarUsuario_close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 21px;
  width: 2px;
  background-color: #575757;
}
.WindowConfigurarUsuario_close:before {
  transform: rotate(45deg);
}
.WindowConfigurarUsuario_close:after {
  transform: rotate(-45deg);
}
.WindowConfigurarUsuario .VU_elemento {
  position: relative;
  border-left: 1px solid transparent;
  height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 5px;
}
.WindowConfigurarUsuario .VU_elemento:nth-child(odd) {
  background: #ffffff;
}
.WindowConfigurarUsuario .VU_elemento:nth-child(even) {
  background-color: #f4f4f4;
}
.WindowConfigurarUsuario .titlePadre {
  background: #f4f4f4;
}
.WindowConfigurarUsuario ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.WindowConfigurarUsuario .VU_elemento:hover {
  border-left: 1px solid #85132A;
  color: #85132A;
}
.WindowConfigurarUsuario .VU_labelNombreSpan {
  display: block;
  text-align: center;
}
.WindowConfigurarUsuario .VU_labelNombreIcon {
  margin-left: auto;
  margin-right: auto;
}
.WindowConfigurarUsuario .VU_checkPermission {
  width: 45px;
  position: relative;
  margin-left: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.WindowConfigurarUsuario .VU_contTexto {
  width: 150px;
  position: relative;
  margin-left: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.WindowConfigurarUsuario .VU_labelNombre, .WindowConfigurarUsuario .VU_label_usuario, .WindowConfigurarUsuario .VU_label_nombre {
  text-align: left;
  width: 250px;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.WindowConfigurarUsuario .VU_label_usuario {
  font-weight: bold;
  font-size: 12px;
}
.WindowConfigurarUsuario text {
  font: 12px sans-serif;
  fill: #575757;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#contenedorEmpresa {
  margin-top: 10px;
  padding: 0px;
  display: block;
  position: absolute;
  background: none;
  height: 25px;
  line-height: 25px;
  width: 100%;
  z-index: 104000;
}
#contenedorEmpresa label {
  font-weight: bold;
}

#U_contenidoTop {
  height: 45px;
  width: 100%;
}

.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: #ffffff;
  stroke: #ffffff;
  stroke-width: 1px;
  display: block;
}

.grupo_iconoAgregar, .grupo_iconoEditar {
  display: none;
}

.imageAgregar {
  display: block;
}

.textCantidad {
  fill: red;
}

.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, .svg-contenedorUsuariosDrag {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  color: darkcyan;
}

.rectNivel_0 {
  fill: #f4f4f4;
  stroke: #ccc;
  stroke-width: 1px;
}

.rectNivel_1 {
  fill: #f4f4f4;
  stroke: #ccc;
  stroke-width: 1px;
}

.rectNivel_2 {
  fill: #f4f4f4;
  stroke: #ccc;
  stroke-width: 1px;
}

.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, .imageAgregar, .imageEditar, .imageConvertir {
  cursor: pointer;
}

.grupoIcono_u {
  z-index: 1;
}

.grupoIcono_delete {
  z-index: 1000;
}

.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;
  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;
}

.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;
  border: 1px solid #cccccc;
}
.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;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.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 .WindowConfigurarUsuario .VU_tituloNombre, .WindowConfigurarUsuario .WindowConfigurarPerfilesContent .WindowConfigurarPerfiles .VU_tituloNombre, .WindowConfigurarPerfilesContent .WindowConfigurarPerfiles .WindowConfigurarUsuario .VU_labelNombre, .WindowConfigurarUsuario .WindowConfigurarPerfilesContent .WindowConfigurarPerfiles .VU_labelNombre, .WindowConfigurarPerfilesContent .WindowConfigurarPerfiles .WindowConfigurarUsuario .VU_label_usuario, .WindowConfigurarUsuario .WindowConfigurarPerfilesContent .WindowConfigurarPerfiles .VU_label_usuario, .WindowConfigurarPerfilesContent .WindowConfigurarPerfiles .WindowConfigurarUsuario .VU_label_nombre, .WindowConfigurarUsuario .WindowConfigurarPerfilesContent .WindowConfigurarPerfiles .VU_label_nombre, .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, .svg-contenedorUsuariosDrag {
  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;
}

.EtiquetasEventos {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.EtiquetasEventos.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.EtiquetasEventos_iconEdit {
  width: 35.3px;
  height: 30px;
  float: left;
  position: relative;
  cursor: pointer;
}
.EtiquetasEventos_divCatalogo {
  background-color: #ffffff;
  width: 300px;
  height: 230px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 5px -2px #666;
}
.EtiquetasEventos_fieldlist {
  margin: 0 0 -2em;
  padding: 0;
}
.EtiquetasEventos_fieldlist li {
  white-space: normal;
  list-style: none;
  margin: 3px;
}
.EtiquetasEventos_label {
  display: block;
  color: #000;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 3px;
  padding: 0px;
}
.EtiquetasEventos_buttons {
  width: 120px;
  height: 30px;
  margin: 5px;
  float: right;
}
.EtiquetasEventos_Titulo {
  color: #575757;
  width: 290px;
  text-align: center;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  padding: 5px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #ccc;
}

.windowAsignaciones {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.windowAsignaciones.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  padding: 5px;
}
.windowAsignaciones .comentario {
  margin-top: 5px;
}
.windowAsignaciones_tamanoIcono {
  width: 35.5px;
  height: 19.3px;
}
.windowAsignaciones_puntos {
  background-image: url("../images/iconosgeneral/icono_sitio_rojo.png");
  background-position: center;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.windowAsignaciones_divCatalogo {
  background-color: #0e0e0e;
  width: 470px;
  height: 490px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  -webkit-box-shadow: inset 0 0 0 0, 0 0 10px white;
  -moz-box-shadow: inset 0 0 0 0, 0 0 10px white;
  -ms-box-shadow: inset 0 0 0 0, 0 0 10px white;
  -o-box-shadow: inset 0 0 0 0, 0 0 10px white;
  box-shadow: inset 0 0 0 0, 0 0 10px white;
  border-radius: 5px;
}
.windowAsignaciones_fieldlist {
  margin: 0 0 -2em;
  padding: 0;
}
.windowAsignaciones_fieldlist li {
  white-space: normal;
  list-style: none;
  margin: 3px;
}
.windowAsignaciones_label {
  display: block;
  color: #000;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 3px;
  padding: 0px;
}
.windowAsignaciones_buttonConfim {
  width: 100px;
  height: 30px;
  margin: 5px;
}
.windowAsignaciones .linea_titulo {
  height: 30px;
  line-height: 30px;
}
.windowAsignaciones .linea_contenido {
  height: 30px;
  line-height: 30px;
}
.windowAsignaciones .contenedor_scrollable {
  overflow-x: hidden;
  overflow-y: auto;
}
.windowAsignaciones .alto_contenidoTotal {
  height: 60px;
}
.windowAsignaciones .alto_contenidoTotal_2 {
  height: 120px;
}
.windowAsignaciones .Asig_iconEdit, .windowAsignaciones .Asig_iconDelete {
  cursor: pointer;
  width: 35.3px;
  height: 30px;
  float: left;
  position: relative;
  cursor: pointer;
}
.windowAsignaciones_windowConfirm {
  overflow: hidden;
  display: none;
}
.windowAsignaciones_windowConfirm.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.windowAsignaciones_windowConfirm.k-window-content p {
  white-space: pre-wrap;
}

.WindowFormAsig {
  z-index: 505000;
  background: #fff;
  height: auto;
  width: 450px;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 5px -2px #666;
}
.WindowFormAsig_titulo {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}
.WindowFormAsig_titulo p, .WindowFormAsig_titulo label {
  font-weight: bold;
  color: #575757;
  font-size: 12px;
}
.WindowFormAsig_buttons {
  width: 130px;
  height: 30px;
  margin: 5px;
  float: right;
  margin-top: 10px;
}
.WindowFormAsig_pie {
  width: 100%;
  height: 40px;
  line-height: 60px;
  background: #fff;
  border-top: 1px solid #cccccc;
  text-align: center;
}
.WindowFormAsig_contenido {
  width: 450px;
  position: relative;
  height: 500px;
  background: #fff;
  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;
}
.WindowFormAsig_contenido .text {
  margin-bottom: 10px;
  padding-left: 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;
}
.WindowFormAsig_close {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 20px;
  height: 20px;
  opacity: 0.6;
  cursor: pointer;
}
.WindowFormAsig_close:hover {
  opacity: 1;
}
.WindowFormAsig_close:before, .WindowFormAsig_close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 21px;
  width: 2px;
  background-color: #575757;
}
.WindowFormAsig_close:before {
  transform: rotate(45deg);
}
.WindowFormAsig_close:after {
  transform: rotate(-45deg);
}
.WindowFormAsig_fila {
  width: 100%;
  height: 45px;
  margin-bottom: 0px;
}
.WindowFormAsig_etiquetaFila {
  display: block;
  width: 110px;
}
.WindowFormAsig #divContenedorDerechoAsig span.k-widget.k-tooltip-validation {
  margin-left: 0px;
}
.WindowFormAsig .k-tabstrip-items .k-state-default .k-link {
  color: #000000;
}
.WindowFormAsig .k-tabstrip-items .k-state-active > .k-link {
  color: #ffffff;
}
.WindowFormAsig .k-tabstrip-items .k-state-hover > .k-link {
  color: #ffffff;
}
.WindowFormAsig #tabstrip_cajas_asignaciones {
  border: 0 !important;
}

.configurarUnidad.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#ventanaConfiguracionUnidad .tiposConfiguracion {
  width: 340px;
  height: 35px;
  border: 1px solid #cccccc;
  margin-bottom: 15px;
  line-height: 300%;
  cursor: pointer;
}
#ventanaConfiguracionUnidad .contenedorImagen {
  height: 100%;
  width: 40px;
  background-color: #ffffff;
  float: left;
}
#ventanaConfiguracionUnidad .contenidoNumeracion {
  width: 100%;
  height: 35px;
  margin-bottom: 17px;
  text-align: center;
  line-height: 300%;
}
#ventanaConfiguracionUnidad .contenedorConfiguraciones {
  float: left;
}
#ventanaConfiguracionUnidad .numeradorConfiguracion {
  width: 50px;
  height: auto;
  float: left;
}
#ventanaConfiguracionUnidad .elementoSeleccionado {
  background-color: #575757;
  color: #ffffff;
}
#ventanaConfiguracionUnidad .iconEditarColores {
  width: 35.3px;
  height: 30px;
  float: right;
  margin-top: 3px;
  cursor: pointer;
}
#ventanaConfiguracionUnidad .iconConfig {
  width: 35.3px;
  height: 30px;
  float: left;
  margin-top: 3px;
  margin-right: 10px;
}
#ventanaConfiguracionUnidad .configurarTiposConfig {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -200px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  z-index: 100;
  box-shadow: 3px 3px 5px -2px #666;
}
#ventanaConfiguracionUnidad .panelConfigTipos {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #cccccc;
  background-color: #f4f4f4;
  text-align: center;
  line-height: 230%;
  font-size: 14px;
  font-weight: bold;
  color: #575757;
}
#ventanaConfiguracionUnidad .cajaIconosMovimiento {
  width: 53px;
  height: 95px;
  float: left;
  margin-left: 10px;
}
#ventanaConfiguracionUnidad .cuerpoParoReporte {
  width: 95%;
  padding: 10px;
  font-size: 13px;
}

.ReporteDistaciaUsoMotor.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}

#ventanaReporteDistanciaMotor {
  width: 100%;
  height: 100%;
}
#ventanaReporteDistanciaMotor .estadoReporteDistanciaMotor {
  width: 300px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -60px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
#ventanaReporteDistanciaMotor .panelEstadoDistanciaMotor {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #cccccc;
  background-color: #f4f4f4;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
#ventanaReporteDistanciaMotor .iconoCerrarDistanciaMotor {
  width: 26.5px;
  height: 22.5px;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 3px;
}
#ventanaReporteDistanciaMotor .infoEstadoDistanciaMotor {
  font-size: 13px;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 10px;
}
#ventanaReporteDistanciaMotor .encabezadoDistanciaMotor {
  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;
}
#ventanaReporteDistanciaMotor .contenedorControles {
  width: 220px;
  height: 100px;
  float: left;
}

#ventanaDeRendimiento .filaRendimiento {
  width: 97%;
  height: 30px;
  border: 1px solid #cccccc;
  line-height: 30px;
  padding-left: 10px;
}
#ventanaDeRendimiento .totalRendimiento {
  position: absolute;
  right: 10px;
}

.ReporteModuloCombustible.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}

#ventanaReporteModuloCombustible {
  width: 100%;
  height: 100%;
}
#ventanaReporteModuloCombustible .estadoReporteModuloCombustible {
  width: 300px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -60px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
#ventanaReporteModuloCombustible .panelEstadoModuloCombustible {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #cccccc;
  background-color: #f4f4f4;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
#ventanaReporteModuloCombustible .iconoCerrarModuloCombustible {
  width: 26.5px;
  height: 22.5px;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 3px;
}
#ventanaReporteModuloCombustible .infoEstadoModuloCombustible {
  font-size: 13px;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 10px;
}
#ventanaReporteModuloCombustible .encabezadoModuloCombustible {
  width: 100%;
  height: 100px;
  -webkit-box-flex: 0 0 100px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 100px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 100px;
  /* Chrome */
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}
#ventanaReporteModuloCombustible .contenedorControles {
  width: 300px;
  height: 95%;
  float: left;
}
#ventanaReporteModuloCombustible .contentReporteRendimiento {
  display: none;
  position: absolute;
  width: 300px;
  right: 200px;
  z-index: 500;
}
#ventanaReporteModuloCombustible .Contenedor_divRendimientoCDC {
  background-color: #ffffff;
  width: 350px;
  height: 350px;
  top: 50px;
  left: 608px;
  position: absolute;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 5px -2px #666;
}
#ventanaReporteModuloCombustible .Contenedor_TituloCDC {
  color: #575757;
  width: 340px;
  text-align: center;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  padding: 5px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #ccc;
}
#ventanaReporteModuloCombustible .filaRendimiento {
  width: 336px;
  height: 30px;
  border: 1px solid #cccccc;
  line-height: 30px;
  padding-left: 10px;
  margin-left: 1px;
}
#ventanaReporteModuloCombustible .totalRendimiento {
  position: absolute;
  right: 10px;
}

#ventanaAvisoVencimiento .avisoPago {
  width: 550px;
  height: 200px;
  background-color: #ffffff;
  color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -275px;
  margin-top: -100px;
  border: 8px solid #cccccc;
  z-index: 999999999999;
  -webkit-animation: colorBorder-change 1s infinite;
  -moz-animation: colorBorder-change 1s infinite;
  -o-animation: colorBorder-change 1s infinite;
  -ms-animation: colorBorder-change 1s infinite;
  animation: colorBorder-change 1s infinite;
}
@keyframes colorBorder-change {
  0% {
    border-color: #cccccc;
  }
  25% {
    border-color: #cccccc;
  }
  75% {
    border-color: #C21C35;
  }
  100% {
    border-color: #C21C35;
  }
}
@-webkit-keyframes colorBorder-change {
  0% {
    border-color: #cccccc;
  }
  25% {
    border-color: #cccccc;
  }
  75% {
    border-color: #C21C35;
  }
  100% {
    border-color: #C21C35;
  }
}
#ventanaAvisoVencimiento .panelAvisoPago {
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 200%;
  background-color: #f4f4f4;
  -webkit-animation: color-change 1s infinite;
  -moz-animation: color-change 1s infinite;
  -o-animation: color-change 1s infinite;
  -ms-animation: color-change 1s infinite;
  animation: color-change 1s infinite;
}
@keyframes color-change {
  0% {
    color: #000000;
  }
  25% {
    color: #000000;
  }
  75% {
    color: #C21C35;
  }
  100% {
    color: #C21C35;
  }
}
@-webkit-keyframes color-change {
  0% {
    color: #000000;
  }
  25% {
    color: #000000;
  }
  75% {
    color: #C21C35;
  }
  100% {
    color: #C21C35;
  }
}
#ventanaAvisoVencimiento .iconCerrar {
  width: 35.3px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 2px;
  cursor: pointer;
}
#ventanaAvisoVencimiento .bodyAviso {
  width: 530px;
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  line-height: 30px;
}

#ventanaBuscarDirecciones {
  height: 100%;
  width: 100%;
}
#ventanaBuscarDirecciones.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;
}
#ventanaBuscarDirecciones .encabezadoBuscarDireccion {
  width: 100%;
  height: 125px;
  -webkit-box-flex: 0 0 125px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 125px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 125px;
  /* Chrome */
  -ms-flex: 0 0 125px;
  flex: 0 0 125px;
}
#ventanaBuscarDirecciones .labelBDireccion {
  width: 55px;
  display: inline-block;
}
#ventanaBuscarDirecciones .iconoNuevoSitioDir {
  width: 35.3px;
  height: 30px;
  float: left;
  position: relative;
  cursor: pointer;
}
#ventanaBuscarDirecciones .Botones_Direccion {
  width: 140px;
  height: 30px;
  float: right;
}

.ControlCambioContrasenia {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.ControlCambioContrasenia.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.ControlCambioContrasenia_fieldlist {
  margin: 0 0 -2em;
  padding: 0;
}
.ControlCambioContrasenia_fieldlist li {
  white-space: normal;
  list-style: none;
  margin: 3px;
}
.ControlCambioContrasenia_label {
  display: block;
  color: black;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 3px;
  padding: 0px;
  width: 150px;
  float: left;
}
.ControlCambioContrasenia_buttons {
  width: 130px;
  height: 30px;
  margin: 5px;
  float: right;
}
.ControlCambioContrasenia_notificacion {
  position: absolute;
  top: 300px;
  left: 0px;
  width: 100%;
  z-index: 10001;
}
.ControlCambioContrasenia_inputPWD {
  width: 270px;
  display: block;
}

.BUP {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.BUP.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  padding: 0px;
}
.BUP_columna {
  float: left;
  margin-left: 5px;
}
.BUP_fieldlist {
  margin: 0 0 -2em;
  padding: 0;
  height: 90px;
  -webkit-box-flex: 0 0 90px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 90px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 90px;
  /* Chrome */
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
}
.BUP_fieldlist li {
  white-space: normal;
  list-style: none;
  margin: 3px;
}
.BUP_iconRecorrido {
  width: 35.3px;
  height: 30px;
  float: left;
  position: relative;
  cursor: pointer;
}
.BUP_encabezado {
  width: 100%;
  height: 115px;
  padding: 5px;
  box-sizing: border-box;
  background-color: #3f3f3f;
  color: #fff;
}

.D3C_boton {
  text-rendering: auto;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  text-align: start;
  margin: 0em 0em 0em 0em;
  font: 13.3333px Arial;
  font-size: 100%;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  -webkit-appearance: none;
  margin: 0;
  padding: 2px 7px 2px;
  font-family: inherit;
  line-height: 1.72em;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  color: #000000;
  border-color: #cccccc;
  background-color: #f4f4f4;
  box-sizing: border-box;
}
.D3C_boton:hover {
  color: #ffffff;
  border-color: #575757;
  background-color: #575757;
}
.D3C_WIN {
  z-index: 505000;
  background: #ffffff;
  height: auto;
  width: 400px;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 5px -2px #666;
}
.D3C_WIN_titulo {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}
.D3C_WIN_titulo p,
.D3C_WIN_titulo label {
  font-weight: bold;
  color: #575757;
  font-size: 12px;
}
.D3C_WIN_buttons {
  width: 100px;
  height: 25px;
  margin: 5px;
  float: right;
}
.D3C_WIN_pie {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-top: 1px solid #cccccc;
  text-align: center;
}
.D3C_WIN_contenido {
  width: 400px;
  position: relative;
  height: auto;
  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;
}
.D3C_WIN_contenido .label {
  font-weight: bold;
}
.D3C_WIN_contenido input[type="text"] {
  margin-top: 5px;
  margin-bottom: 5px;
  height: 25px;
  padding-left: 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;
  border: 1px solid #cccccc;
}

.rectangulo_vacio {
  fill: #f4f4f4;
  stroke: #666666;
  stroke-width: .3px;
  cursor: pointer;
}

.rectangulo_vacio_white {
  fill: white;
  stroke: #c3c3c3;
  stroke-width: 1px;
  cursor: pointer;
}

.rectangulo_hover {
  stroke: #C21C35;
  stroke-width: .5px;
  fill: #C21C35;
  fill-opacity: .1;
}

.circulo_vacio {
  fill: white;
  stroke: #666666;
  stroke-width: 3px;
  cursor: pointer;
}

.circulo_seleccion {
  stroke: #C21C35;
  stroke-width: 3px;
  fill: #C21C35;
  fill-opacity: .1;
}

.texto_opciones_modo_activado {
  font-weight: bold;
}

.text_unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.CatalogoCategorias.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.CatalogoCategorias_btnAgregarCategoria {
  width: 42.2px;
  height: 36px;
  position: absolute;
  top: 5px;
  right: 70px;
  cursor: pointer;
}
.CatalogoCategorias_btnEditar {
  width: 35.3px;
  height: 30px;
  cursor: pointer;
}
.CatalogoCategorias_btnEliminar {
  width: 35.3px;
  height: 30px;
  cursor: pointer;
}

.windowMantenimiento {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.windowMantenimiento.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  padding: 5px;
}
.windowMantenimiento_divCatalogo {
  background-color: #0e0e0e;
  width: 470px;
  height: 490px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  -webkit-box-shadow: inset 0 0 0 0, 0 0 10px white;
  -moz-box-shadow: inset 0 0 0 0, 0 0 10px white;
  -ms-box-shadow: inset 0 0 0 0, 0 0 10px white;
  -o-box-shadow: inset 0 0 0 0, 0 0 10px white;
  box-shadow: inset 0 0 0 0, 0 0 10px white;
  border-radius: 5px;
}
.windowMantenimiento_fieldlist {
  margin: 0 0 -2em;
  padding: 0;
}
.windowMantenimiento_fieldlist li {
  white-space: normal;
  list-style: none;
  margin: 3px;
}
.windowMantenimiento_label {
  display: block;
  color: #000;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 3px;
  padding: 0px;
}
.windowMantenimiento_buttonConfim {
  width: 100px;
  height: 30px;
  margin: 5px;
}
.windowMantenimiento .linea_titulo {
  height: 30px;
  line-height: 30px;
}
.windowMantenimiento .linea_contenido {
  height: 30px;
  line-height: 30px;
}
.windowMantenimiento .contenedor_scrollable {
  overflow-x: hidden;
  overflow-y: auto;
}
.windowMantenimiento .alto_contenidoTotal {
  height: 60px;
}
.windowMantenimiento .alto_contenidoTotal_2 {
  height: 120px;
}
.windowMantenimiento .Asig_iconEdit, .windowMantenimiento .Asig_iconDelete, .windowMantenimiento .Asig_iconFinalizar {
  cursor: pointer;
  width: 35.3px;
  height: 30px;
  float: left;
  position: relative;
  cursor: pointer;
}
.windowMantenimiento .Asig_iconFinalizado {
  width: 35.3px;
  height: 30px;
  position: relative;
  cursor: pointer;
  opacity: 0.4;
  float: left;
}
.windowMantenimiento_windowConfirm {
  overflow: hidden;
  display: none;
}
.windowMantenimiento_windowConfirm.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.windowMantenimiento_windowConfirm.k-window-content p {
  white-space: pre-wrap;
}

.WindowFormMant {
  z-index: 505000;
  background: #fff;
  height: auto;
  width: 650px;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 5px -2px #666;
}
.WindowFormMant_titulo {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}
.WindowFormMant_titulo p, .WindowFormMant_titulo label {
  font-weight: bold;
  color: #575757;
  font-size: 12px;
}
.WindowFormMant_buttons {
  width: 150px;
  height: 30px;
  margin: 5px;
  float: right;
  margin-top: 10px;
}
.WindowFormMant_pie {
  width: 100%;
  height: 40px;
  line-height: 60px;
  background: #fff;
  border-top: 1px solid #cccccc;
  text-align: center;
}
.WindowFormMant_contenido {
  width: 650px;
  position: relative;
  height: 300px;
  background: #fff;
  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;
}
.WindowFormMant_contenido .text {
  margin-bottom: 10px;
  padding-left: 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;
}
.WindowFormMant_close {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 20px;
  height: 20px;
  opacity: 0.6;
  cursor: pointer;
}
.WindowFormMant_close:hover {
  opacity: 1;
}
.WindowFormMant_close:before, .WindowFormMant_close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 21px;
  width: 2px;
  background-color: #575757;
}
.WindowFormMant_close:before {
  transform: rotate(45deg);
}
.WindowFormMant_close:after {
  transform: rotate(-45deg);
}
.WindowFormMant_PanelExportarExcel {
  width: 200px;
  height: 100px;
  border: 1px solid #ccc;
  position: absolute;
  top: 25px;
  right: 35px;
  z-index: 100;
  background-color: #f4f4f4;
  display: none;
  padding: 2px;
}
.WindowFormMant_OpcionesAgrupadoExcel {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  line-height: 30px;
}
.WindowFormMant_OpcionesAgrupadoExcel:hover {
  border-bottom: 1px solid #666666;
  cursor: pointer;
}

.CatalogoMantenimientoProgramado {
    /*&_btnExcel{
		width: 58px; 
		height: 29px;
		cursor:pointer;
        position: absolute;
        top: 0px;
        right: 40px;
        cursor: pointer;
	}*/
}
.CatalogoMantenimientoProgramado.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.CatalogoMantenimientoProgramado_btnAgregarMantenimiento {
  width: 35.3px;
  height: 30px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.CatalogoMantenimientoProgramado_btnEditar {
  width: 35.3px;
  height: 30px;
  cursor: pointer;
}
.CatalogoMantenimientoProgramado_btnEliminar {
  width: 35.3px;
  height: 30px;
  cursor: pointer;
}
.CatalogoMantenimientoProgramado_btnDetalle {
  width: 35.3px;
  height: 30px;
  cursor: pointer;
}
.CatalogoMantenimientoProgramado_ContenedorDestinatarios {
  width: 248px;
  height: 104px;
  border: 1px solid #ccc;
  overflow: auto;
  overflow-x: hidden;
}
.CatalogoMantenimientoProgramado_ContenedorTiposMantenimiento {
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}
.CatalogoMantenimientoProgramado_ItemTipoMantenimiento {
  width: 250px;
  float: left;
  margin-right: 20px;
}
.CatalogoMantenimientoProgramado_TituloTipo {
  float: left;
  width: 265px;
  line-height: 40px;
  font-family: Helvetica-Bold, Helvetica;
  font-size: 20px;
  font-weight: bold;
  color: #666666;
}
.CatalogoMantenimientoProgramado_AgrupadoExcel {
  width: 200px;
  height: 100px;
  border: 1px solid #ccc;
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 100;
  background-color: #f4f4f4;
  display: none;
  padding: 2px;
}
.CatalogoMantenimientoProgramado_OpcionesAgrupadoExcel {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  line-height: 30px;
}
.CatalogoMantenimientoProgramado_OpcionesAgrupadoExcel:hover {
  border-bottom: 1px solid #666666;
  cursor: pointer;
}

.CatalogoTalleres.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.CatalogoTalleres_btnAgregarTaller {
  width: 42.2px;
  height: 36px;
  position: absolute;
  top: 5px;
  right: 70px;
  cursor: pointer;
}
.CatalogoTalleres_btnEditar {
  width: 35.3px;
  height: 30px;
  cursor: pointer;
}
.CatalogoTalleres_btnEliminar {
  width: 35.3px;
  height: 30px;
  cursor: pointer;
}

.CatalogoTiposMantenimiento.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.CatalogoTiposMantenimiento_btnAgregarTipo {
  width: 42.2px;
  height: 36px;
  position: absolute;
  top: 5px;
  right: 70px;
  cursor: pointer;
}
.CatalogoTiposMantenimiento_btnEditar {
  width: 35.3px;
  height: 30px;
  cursor: pointer;
}
.CatalogoTiposMantenimiento_btnEliminar {
  width: 35.3px;
  height: 30px;
  cursor: pointer;
}

.reporteSesionUsuario {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.reporteSesionUsuario.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.reporteSesionUsuario .panelVentanaReporteSesionUsuario {
  width: 100%;
  height: 95px;
  -webkit-box-flex: 0 0 95px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 95px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 95px;
  /* Chrome */
  -ms-flex: 0 0 95px;
  flex: 0 0 95px;
}
.reporteSesionUsuario .CajaIconosUsuario {
  position: absolute;
  width: 28px;
  height: 20px;
  margin-top: 8px;
  margin-left: 175px;
  z-index: 100;
}
.reporteSesionUsuario .contenedorTreeView {
  width: 220px;
  height: 100px;
  float: left;
  margin-left: 5px;
  position: absolute;
  z-index: 80;
}
.reporteSesionUsuario .UsuariostreeView {
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #cccccc;
  z-index: 90;
  overflow: auto;
}
.reporteSesionUsuario .buscarUsuario {
  width: 100%;
  height: 28%;
  position: relative;
  background: #ffffff;
}
.reporteSesionUsuario .inputBuscarUsuario {
  position: relative;
  height: 23px;
  width: 91%;
  background: transparent none repeat scroll 0% 0%;
  background-position: left center;
  padding-left: 23px;
  background-image: url("../images/icon-lupa.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid #cccccc;
}
.reporteSesionUsuario .inputBuscarUsuario :focus {
  border: 1px solid #cccccc;
}
.reporteSesionUsuario .capaReporteSesion {
  width: 99.4%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0px;
  z-index: 10010;
  display: none;
}
.reporteSesionUsuario .estadocapaReporteSesion {
  width: 300px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -60px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.reporteSesionUsuario .panelEstadoReporteSesion {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #cccccc;
  background-color: #f4f4f4;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.reporteSesionUsuario .iconoCerrarReporteSesion {
  width: 26.5px;
  height: 22.5px;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 3px;
}
.reporteSesionUsuario .infoEstadoMensajeReporteSesion {
  font-size: 13px;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 10px;
}

.CargasDescargasCombustible.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.CargasDescargasCombustible_encabezado {
  width: 100%;
  height: 100px;
  -webkit-box-flex: 0 0 100px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 100px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 100px;
  /* Chrome */
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}
.CargasDescargasCombustible_contenedorControles {
  width: 300px;
  height: 95%;
  float: left;
}
.CargasDescargasCombustible_iconVerMapa {
  width: 35.3px;
  height: 30px;
  float: left;
  position: relative;
  cursor: pointer;
}

.archivoDeRutas.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.archivoDeRutas_load {
  background: white none repeat scroll 0% 0%;
  border: 0px;
  width: 130px;
}
.archivoDeRutas_label {
  display: inline-block;
  width: 60px;
}
.archivoDeRutas_encabezado {
  width: 100%;
  height: 70px;
  position: relative;
  -webkit-box-flex: 0 0 70px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 70px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 70px;
  /* Chrome */
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
}

.ReporteDeSiniestros.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.ReporteDeSiniestros_contenedorTree {
  width: 350px;
  position: relative;
  height: 95%;
  background: none;
}
.ReporteDeSiniestros_boton {
  width: 35.3px;
  height: 30px;
  cursor: pointer;
}
.ReporteDeSiniestros_detalle {
  width: 35.3px;
  height: 30px;
  cursor: pointer;
}

.SubirArchivoDeRutas.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.SubirArchivoDeRutas_load {
  background: white none repeat scroll 0% 0%;
  border: 0px;
  width: 130px;
}
.SubirArchivoDeRutas_label {
  display: inline-block;
  width: 60px;
}
.SubirArchivoDeRutas_encabezado {
  width: 100%;
  height: 70px;
  position: relative;
  -webkit-box-flex: 0 0 70px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 70px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 70px;
  /* Chrome */
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
}

.ReporteUnidadesAlarmaActivada.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.ReporteUnidadesAlarmaActivada_btnCrearComando {
  width: 35.3px;
  height: 30px;
  cursor: pointer;
}

.ComentariosSeguimientoAlerta.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.ComentariosSeguimientoAlerta_cajas {
  display: inline-block;
  margin-right: 5px;
  width: 39.5%;
}
.ComentariosSeguimientoAlerta_cajasIzquierdo {
  display: inline-block;
  margin-right: 5px;
  width: 59.5%;
}
.ComentariosSeguimientoAlerta_etiqueta {
  display: block;
}
.ComentariosSeguimientoAlerta_contenedor {
  width: 100%;
  margin-bottom: 8px;
}
.ComentariosSeguimientoAlerta_panelComentario {
  width: 100%;
  height: 200px;
  display: inline-block;
  position: relative;
}
.ComentariosSeguimientoAlerta_mensaje {
  width: 98.3%;
  height: auto;
  min-height: 90px;
  max-height: 130px;
  border: 1px solid #ccc;
  overflow: auto;
  overflow-x: hidden;
  white-space: normal;
  color: #666;
  position: relative;
  padding: 5px;
}
.ComentariosSeguimientoAlerta_iconoTipoAlerta {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 3px;
  bottom: 3px;
}
.ComentariosSeguimientoAlerta_tituloMensaje {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.ReporteDeVisitasProtech.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.ReporteDeVisitasProtech_contenedorTree {
  width: 350px;
  position: relative;
  height: 95%;
  background: none;
}
.ReporteDeVisitasProtech_boton {
  width: 35.3px;
  height: 30px;
  cursor: pointer;
}
.ReporteDeVisitasProtech_detalle {
  width: 35.3px;
  height: 30px;
  cursor: pointer;
}

.PantallaAlertas.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.PantallaAlertas_filtro {
  position: relative;
  float: left;
}
.PantallaAlertas_iconCombo {
  width: 35.3px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: -3px;
}
.PantallaAlertas_ItemFiltroEstado {
  width: 95px;
  height: 26px;
  border: solid #ccc 1px;
  background-color: #575757;
  color: white;
  margin-left: 33px;
  text-align: left;
  line-height: 26px;
  padding-left: 5px;
  cursor: pointer;
}
.PantallaAlertas_Circulos {
  width: 70px;
  height: 26px;
  cursor: pointer;
  float: left;
  margin-left: 3px;
  text-align: center;
  line-height: 26px;
  color: white;
  opacity: .6;
}
.PantallaAlertas_Circulos:hover {
  opacity: 1;
}
.PantallaAlertas_Circulos_Activo {
  opacity: 1;
}
.PantallaAlertas_tamanoIcono, .PantallaAlertas_btnIconoIr, .PantallaAlertas_btnIconoComentario, .PantallaAlertas_btnOpcionesMenu, .PantallaAlertas_btnIconoDetalle {
  width: 35.3px;
  height: 30px;
  cursor: pointer;
}
.PantallaAlertas_PanelCombo {
  position: absolute;
  top: 20px;
  left: 475px;
  background: white;
  width: 150px;
  height: 80px;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 5px -2px #666;
  z-index: 100;
}
.PantallaAlertas_ItemCombo {
  border-left: solid transparent 5px;
  border-bottom: solid #ccc .5px;
  height: 25px;
  line-height: 25px;
  text-align: left;
  margin: 0px;
  padding-left: 5px;
  cursor: pointer;
  background: white;
}
.PantallaAlertas_ItemCombo:hover {
  border-left: solid #575757 5px;
  font-weight: bold;
}
.PantallaAlertas_ItemCombo_Activo {
  border-left: solid #c21c35 5px;
  font-weight: bold;
  background: #ccc;
}
.PantallaAlertas_btnIcon_Deshabilitado {
  opacity: 0.5;
}

.ViajesRecibidos_btnAceptar {
  width: 120px;
  margin-left: 8px;
}
.ViajesRecibidos_btnCancelar {
  width: 120px;
  margin-left: 10px;
}
.ViajesRecibidos_btnPendientes {
  width: 130px;
  margin-left: 5px;
}
.ViajesRecibidos_iconoReloj {
  width: 35.3px;
  height: 30px;
  margin-left: 15px;
}
.ViajesRecibidos_iconoPalomita {
  width: 35.3px;
  height: 30px;
  margin-left: 15px;
}
.ViajesRecibidos_iconoFallido {
  width: 19.6px;
  height: 19.6px;
  margin-left: 15px;
  margin-bottom: -5px;
}
.ViajesRecibidos_iconoReintentar {
  width: 20.8px;
  height: 20px;
  margin-left: 5px;
  margin-bottom: -5px;
}
.ViajesRecibidos_encabezado {
  width: 891px;
  height: 60px;
  -webkit-box-flex: 0 0 60px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 60px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 60px;
  /* Chrome */
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  white-space: nowrap;
}

.ReporteCodigoFallas.k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.ReporteCodigoFallas_icon, .ReporteCodigoFallas_iconIr {
  width: 35.3px;
  height: 30px;
  cursor: pointer;
}
.ReporteCodigoFallas_infoEstadoReporte {
  font-size: 13px;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 10px;
}
.ReporteCodigoFallas_load {
  width: 300px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12.5px;
  margin-left: -150px;
}

.pantallaPlanDeViajes {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.pantallaPlanDeViajes.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;
}
.pantallaPlanDeViajes_icono, .pantallaPlanDeViajes_btnEditar, .pantallaPlanDeViajes_btnEliminar {
  width: 35.3px;
  height: 30px;
  cursor: pointer;
}
.pantallaPlanDeViajes_btnNuevo {
  position: absolute;
  width: 35.3px;
  height: 30px;
  position: absolute;
  right: 0px;
  cursor: pointer;
  top: -3px;
}
.pantallaPlanDeViajes_controlSubirArchivo {
  background: none;
  border: none;
}
.pantallaPlanDeViajes_fieldlist {
  margin: 0 0 -2em;
  padding: 0;
}
.pantallaPlanDeViajes_fieldlist li {
  white-space: normal;
  list-style: none;
  margin: 3px;
}

.PantallaCompartirUnidad {
  overflow: hidden;
}
.PantallaCompartirUnidad_k-window-content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.PantallaCompartirUnidad_capaUnidad {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0px;
  z-index: 100;
}
.PantallaCompartirUnidad .panelVentanaReporteSesionUsuario {
  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;
}
.PantallaCompartirUnidad .buscarCompartirUnidad {
  position: absolute;
  background: #ffffff;
  display: block;
  float: left;
}
.PantallaCompartirUnidad .CajaIconosCompartirUnidad {
  position: relative;
  width: 28px;
  height: 20px;
  margin-top: 8px;
  margin-left: 20px;
  z-index: 100;
  float: left;
  display: block;
}
.PantallaCompartirUnidad .CompartirUnidadtreeView {
  position: relative;
  border-style: solid;
  border-width: 1px;
  margin: 0 .286em .3em;
  padding: .3em .92em;
  zoom: 1;
  height: 280px;
  width: 754px;
  overflow: hidden;
}
.PantallaCompartirUnidad .treeViewCompartirUnidad {
  margin-top: 30px;
}
.PantallaCompartirUnidad .buscarUsuario {
  width: 100%;
  position: relative;
  background: #ffffff;
}
.PantallaCompartirUnidad .inputBuscarCompartir {
  position: relative;
  height: 23px;
  width: 200px;
  background: transparent none repeat scroll 0% 0%;
  background-position: left center;
  padding-left: 23px;
  background-image: url("../images/icon-lupa.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  float: left;
  display: none;
}
.PantallaCompartirUnidad_mensajeOperador {
  width: 400px;
  height: 200px;
  border: 1px solid #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -100px;
  background-color: #ffffff;
}
.PantallaCompartirUnidad_panelMensaje {
  width: 390px;
  height: 20px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  line-height: 200%;
  padding: 5px;
  background-color: #f4f4f4;
}
.PantallaCompartirUnidad_cuerpoMensaje {
  width: 380px;
  height: 100px;
  margin-bottom: 5px;
  padding: 10px;
}
.PantallaCompartirUnidad_btnNuevo {
  width: 42.2px;
  height: 36px;
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}
.PantallaCompartirUnidad_btnEditar {
  width: 35.3px;
  height: 30px;
  cursor: pointer;
}
.PantallaCompartirUnidad_btnEliminar {
  width: 35.3px;
  height: 30px;
  cursor: pointer;
}
.PantallaCompartirUnidad_btnDetalle {
  width: 35.3px;
  height: 30px;
  cursor: pointer;
}
.PantallaCompartirUnidad_ContenedorDestinatarios {
  width: 238px;
  height: 70px;
  border: 1px solid #ccc;
  margin-top: 5px;
  overflow: auto;
  overflow-x: hidden;
}
.PantallaCompartirUnidad_flotillas .k-state-selected {
  color: black;
  background: none;
}
.PantallaCompartirUnidad span.k-widget.k-tooltip-validation {
  text-align: right;
  width: 100%;
  position: relative;
  display: block;
}
.PantallaCompartirUnidad_contenedorTreeView {
  width: 280px;
  height: 100px;
  position: absolute;
  z-index: 1000000;
}
.PantallaCompartirUnidad_buscarUsuarioTree {
  width: 100%;
  height: 28%;
  position: relative;
  background: #ffffff;
  display: none;
}
.PantallaCompartirUnidad_txtBuscarUsuario {
  position: relative;
  height: 23px;
  width: 91%;
  background: transparent none repeat scroll 0% 0%;
  background-position: left center;
  padding-left: 23px;
  background-image: url("../images/icon-lupa.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.PantallaCompartirUnidad_UsuariosTreeView {
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #cccccc;
  z-index: 500;
  overflow: auto;
}
.PantallaCompartirUnidad_PanelIconosTree {
  position: absolute;
  width: 28px;
  height: 20px;
  z-index: 100;
  top: 8px;
  right: 10px;
}
.PantallaCompartirUnidad_panelDetalle {
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
}
.PantallaCompartirUnidad_subPanelDetalle {
  display: none;
  border-bottom: 1px solid #ccc;
}
.PantallaCompartirUnidad .checkSitio, .PantallaCompartirUnidad .txtNombreSitio {
  width: 25px;
  position: relative;
  margin-left: 23px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.PantallaCompartirUnidad .checkSitio_child {
  margin-left: 0;
}
.PantallaCompartirUnidad .FlechaCheck {
  width: 15px;
  height: 20px;
  line-height: 25px;
  margin-right: 4px;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  float: right;
  padding-top: 2px;
  cursor: pointer;
  margin-left: 7px;
}
.PantallaCompartirUnidad .group_sitio_show {
  display: block;
}
.PantallaCompartirUnidad .group_sitio_hide {
  display: none;
}
.PantallaCompartirUnidad .txtNombreSitio {
  text-align: left;
  width: 300px;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  margin-left: 10px;
  color: black;
}
.PantallaCompartirUnidad .tree_elemento_sitio_child {
  padding-left: 45px;
}
.PantallaCompartirUnidad .flecha_arriba {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #85132A;
}
.PantallaCompartirUnidad .flecha_abajo {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #676767;
}
.PantallaCompartirUnidad .flecha_derecha {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #676767;
}
.PantallaCompartirUnidad .flecha_izquierda {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #676767;
  transform: rotate(220deg);
}

#ventanaProcesos_CompartirUnidad .k-tabstrip-items .k-state-default .k-link {
  color: #000000;
}
#ventanaProcesos_CompartirUnidad .k-tabstrip-items .k-state-active > .k-link {
  color: #ffffff;
}
#ventanaProcesos_CompartirUnidad .k-tabstrip-items .k-state-hover > .k-link {
  color: #ffffff;
}
#ventanaProcesos_CompartirUnidad .tree_elemento_sitio_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;
}
#ventanaProcesos_CompartirUnidad .titleSitioPadre {
  background: #f4f4f4;
}
#ventanaProcesos_CompartirUnidad ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#ventanaProcesos_CompartirUnidad .tree_elemento_sitio_title:hover {
  border-left: 1px solid #85132A;
  color: #85132A;
}

/*# sourceMappingURL=base.css.map */
