.PantallaPruebas_divPanelPrueba {
  background-color: red;
  width: 300px;
  height: 200px; }

.login {
  background: #F4F4F4;
  overflow: hidden;
  width: 280px;
  height: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute; }
  .login_Titulo {
    color: #575757;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    font-family: Helvetica;
    font-weight: normal; }
  .login_boton {
    border: 0;
    border: 0;
    background: #4F4F4F;
    color: white;
    cursor: pointer;
    height: 32px; }
  .login_tamanoIcono {
    width: 50px;
    height: 50px; }
  .login_fieldlist {
    margin: 0 0 -2em;
    padding: 0; }
  .login_fieldlist li {
    white-space: normal;
    list-style: none;
    margin: 10px; }
  .login_label {
    display: block;
    color: #575757;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 3px;
    padding: 0px; }
  .login input[type="text"], .login input[type="password"], .login input[type="email"] {
    border: 0;
    color: #3a3a3a;
    height: 32px;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #3A3A3A; }
  .login_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; }

.login span.k-widget.k-tooltip-validation {
  font-size: 12px;
  font-weight: normal;
  color: #c11d35;
  margin-top: 5px; }

#capaBloqueo_Index .login {
  padding: 10px;
  height: auto; }
#capaBloqueo_Index .login_fieldlist li {
  white-space: normal;
  list-style: none;
  margin: 0px;
  float: left;
  list-style-type: none; }
#capaBloqueo_Index .panelCargando_msj_cargando {
  font-size: 12px;
  font-family: Helvetica;
  font-weight: normal; }

.confirm {
  padding-top: 1em; }

.valid {
  color: green; }

.invalid {
  color: orangered; }

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; }

.KendoWindow {
  height: 100%;
  width: 100%;
  padding: 3px; }
  .KendoWindow.k-window-content {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap; }
  .KendoWindow_label {
    display: block;
    color: #000;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 2px;
    padding: 0px; }

.controltable_item_fila_rect_par {
  fill: #eee; }

.controltable_item_fila_rect_impar {
  fill: white; }

.NotificarValidacionesG, .NotificarValidaciones, .NotificarValidaciones_warning, .NotificarValidaciones_info {
  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; }

.EM_maps {
  position: absolute;
  background: #f4f4f4;
  width: 100%;
  height: 100%; }
  .EM_maps_borde_Azul {
    stroke: #C21C35;
    stroke-width: 1px; }
  .EM_maps_texto_666 {
    fill: #666666;
    stroke: none; }
  .EM_maps_itemCompartidos {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
    height: 30px;
    padding: 2px;
    border-bottom: 1px solid #ccc;
    border-left: 4px solid transparent; }
    .EM_maps_itemCompartidos:nth-child(odd) {
      background-color: #fff; }
    .EM_maps_itemCompartidos:nth-child(even) {
      background-color: #eee; }
    .EM_maps_itemCompartidos:hover {
      background-color: #ccc;
      border-left: 4px solid #C21C35; }
    .EM_maps_itemCompartidos_fila {
      width: 260px;
      line-height: 15px;
      max-width: 260px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .EM_maps_displayContent {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column; }
  .EM_maps_TooltipComando_ContenedorImgEncabezado {
    float: left;
    display: flex; }
  .EM_maps_TooltipComando_ContenedorLabelEncabezado {
    height: 100%;
    float: left; }
  .EM_maps_TooltipComando_labelEncabezado {
    width: auto;
    height: 20px;
    ine-height: 20px; }
  .EM_maps_TooltipComando_ImgEncabezado {
    width: 20px;
    height: 20px;
    margin: auto;
    margin-right: 5px; }
  .EM_maps_TooltipComando_FilaEncabezado {
    width: 100%;
    border-bottom: 3px solid #C21C35;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    white-space: nowrap; }
  .EM_maps_TooltipComando_FilaEncabezadoSinWrap {
    width: 100%;
    border-bottom: 3px solid cornflowerblue;
    font-weight: bold;
    display: flex; }
  .EM_maps_TooltipComando_Fila {
    width: 100%;
    min-width: 310px; }
  .EM_maps_TooltipComando_ColumnaEtiqueta {
    width: 110px;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    float: left; }
  .EM_maps_TooltipComando_ColumnaValores {
    width: 110px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    float: left;
    min-width: 200px; }
  .EM_maps_VentanaRecorrido {
    width: 800px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    min-width: 300px;
    background: white;
    overflow: hidden;
    display: inline;
    /* top: 100px; */
    border: 1px solid #cccccc;
    box-shadow: #666666 3px 3px 5px -2px;
    height: 500px; }
    .EM_maps_VentanaRecorrido_fila {
      width: 100%;
      height: 100%; }
      .EM_maps_VentanaRecorrido_fila_texto {
        float: left;
        margin-left: 10px; }
      .EM_maps_VentanaRecorrido_fila_label {
        margin-right: 40px;
        font-weight: bold;
        font-size: 15px;
        float: right; }
      .EM_maps_VentanaRecorrido_fila_label_unidad {
        margin-left: 40px;
        font-weight: bold;
        font-size: 15px;
        float: left;
        max-width: 300px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    .EM_maps_VentanaRecorrido_close {
      position: absolute;
      right: 5px;
      top: 8px;
      width: 30px;
      height: 30px;
      cursor: pointer; }
  .EM_maps_panel_rutas_fila {
    width: 260px;
    height: 20px;
    line-height: 20px;
    max-width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .EM_maps_panel_rutas_fila_auto {
    width: 260px;
    min-width: 20px;
    height: auto;
    word-wrap: break-word;
    white-space: normal; }
  .EM_maps_panel_rutas_columna_2 {
    width: 130px;
    height: 100%;
    max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left; }
  .EM_maps_panel_rutas_txt_unidad {
    font-weight: bold;
    font-size: 14px; }

.estilo_ventana {
  fill: white;
  background-color: white;
  border: 2px solid #cccccc;
  overflow: hidden;
  stroke: #cccccc;
  box-shadow: 3px 3px 5px -2px #666; }

.SliderControl_slider-tray {
  position: absolute;
  width: 100%;
  height: 6px;
  border: solid 1px #ccc;
  border-top-color: #aaa;
  border-radius: 4px;
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08); }
.SliderControl_slider-handle {
  position: absolute;
  top: 3px; }
.SliderControl_slider-handle-icon {
  width: 14px;
  height: 14px;
  border: solid 1px #aaa;
  position: absolute;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  top: -7px;
  left: -7px; }

/*------------------------------------*\
    #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;
  color: #666;
  background: #ffffff;
  overflow: hidden;
  margin: 0px;
  padding: 0px; }

.k-window-actions > .k-state-hover {
  background-color: white; }

.k-window-titlebar {
  text-align: center;
  color: #666666;
  font-weight: bold; }

.k-tabstrip-items .k-state-active > .k-link {
  color: #fff; }

.k-tabstrip-scrollable .k-tabstrip-items {
  padding: 0px; }

.k-tabstrip > .k-content {
  padding: 5px;
  margin: 0px; }

.k-overlay {
  background-color: white;
  opacity: 0.7; }

#txtDescripcionIntercambioOrigen:focus,
#txtDescripcionIntercambioDestino:focus,
#txtComandoConsolaComunicacion:focus,
#txtDescripcionBaja:focus,
#txtDescripcionCambioUnidad:focus,
input[type="email"]:focus, input[type="text"]:focus, input[type="password"]:focus {
  border: 1px solid #46ABF2;
  background-color: white;
  color: black; }

#txtDescripcionIntercambioOrigen,
#txtDescripcionIntercambioDestino,
#txtComandoConsolaComunicacion,
#txtDescripcionBaja,
#txtDescripcionCambioUnidad,
input[type="email"], input[type="text"], input[type="password"] {
  background-color: white;
  color: black; }

#txtDescripcionIntercambioOrigen:hover,
#txtDescripcionIntercambioDestino:hover,
#txtComandoConsolaComunicacion:hover,
#txtDescripcionBaja:hover,
#txtDescripcionCambioUnidad:hover,
input[type="email"]:hover, input[type="text"]:hover, input[type="password"]:hover {
  border: 1px solid #46ABF2;
  background-color: white;
  color: black; }

.Logo_App {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 261px;
  height: 105px;
  margin-left: -130px; }

.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; }

/*# sourceMappingURL=base.css.map */
