﻿#lenguaje-selector ul{
    display: inline;
    float: right;
    margin-top: 15px;
    margin-bottom: 0px;
}
#lenguaje-selector li{
    display: inline;
}

#departamentos-selector{
    display: inline;
    float: right;
    margin-right: 1%;
    margin-top: 0.5%;
}

#notificacion-selector{
    display: inline;
    float: right;
    margin-right: 1%;
    margin-top: 0.5%;
}

/* Inicio OpenLayer3 */

/* Inicio Measures */
.tooltip {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  opacity: 0.7;
  white-space: nowrap;
}
.tooltip-measure {
  opacity: 1;
  font-weight: bold;
}
.tooltip-static {
  background-color: #ffcc33;
  color: black;
  border: 1px solid white;
}
.tooltip-measure:before,
.tooltip-static:before {
  border-top: 6px solid rgba(0, 0, 0, 0.5);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
}
.tooltip-static:before {
  border-top-color: #ffcc33;
}
/* Fin Measures */

.boton-map-medir {
  top: 33px;
  right: .5em;
}
.ol-touch .boton-map-medir {
  top: 80px;
}

.boton-map-seguiractivo {
  top: .5em;
  left: 5.5em;
  display: none;
}
/*.ol-touch .boton-map-seguiractivo {
  top: 80px;
}*/

.boton-map-cerrarmapamultiple {
  top: 6px;
  right: 50px;
  display: none;
}
.ol-touch .boton-map-cerrarmapamultiple {
  top: 80px;
}

.boton-map-buscardir {
  top: 58px;
  right: .5em;
}
.ol-touch .boton-map-buscardir {
  top: 80px;
}

.button-play-animation {
  bottom: 7px;
  left: .5em;
  display: none;
}
/*.ol-touch .button-play-animation {
  top: 80px;
}*/

.button-pause-animation {
  bottom: 7px;
  left: 3em;
  display: none;
}
/*.ol-touch .button-pause-animation {
  top: 80px;
}*/

.button-speed-animation {
  bottom: 4px;
  left: 6em;
  display: none;
}
/*.ol-touch .button-speed-animation {
  top: 80px;
}*/

.button-centermap-animation {
  bottom: 40px;
  left: .5em;
  display: none;
}
/*.ol-touch .button-centermap-animation {
  top: 80px;
}*/

.gauge-velocidad-animation {
  bottom: 50px;
  right: .5em;
  display: none;
}
/*.ol-touch .gauge-velocidad-animation {
  top: 80px;
}*/

.gauge-consumo-animation {
  bottom: 50px;
  right: 11em;
  display: none;
}
/*.ol-touch .gauge-consumo-animation {
  top: 80px;
}*/
.gauge-rpm-animation {
  bottom: 175px;
  right: 11em;
  display: none;
}

.information-feature-animation {
  bottom: 4px;
  left: 18em;
  display: none;
  font-weight: bold
}
/*.ol-touch .information-feature-animation {
  top: 80px;
}*/

.gauge-odometro-animation {
  bottom: 4px;
  right: 5.35em;
  display: none;
}
/*.ol-touch .gauge-odometro-animation {
  top: 80px;
}*/

.gauge-brujula-animation {
  bottom: 175px;
  right: 3.65em;
  display: none;
}

/*.ol-touch .gauge-brujula-animation {
  top: 80px;
}*/

/* Fin OpenLayer3 */

.log-box
{
    height: 400px;
    margin: 20px auto auto;
    position: relative;
    width: 280px; /* Para ULP utilizar 500 --- Para Vizion2 utilizar 280 */    
}

.gaugeActivo {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 32px;
    left: 0px;
    /*background: #ff0000;*/
    z-index: 9999;
}

.gaugeActivoModal {
    width: 120px;
    height: 120px;
    z-index: 9999;
    position: absolute;
    right: 10px;
    top: 10px;
}

.gaugesAnimation {
    width: 120px;
    height: 120px;
}

.gaugesAnimation2 {
    width: 80px;
    height: 80px;
}

.buttonLabelActivo {
    display: inline;
    padding-left: 5px;
    font-weight: bold;
}

.fondoLoading {
    background: url(images/Load2.gif) repeat;
}

.fullmap {
    width: 100%;
    height: 100%;
    background: url(images/Load2.gif) repeat;
}

.fullmapSeguimiento {
    width: 100%;
    height: 691px;
    background: url(images/Load2.gif) repeat;
}

.medioMap {
    width: 100%;
    height: 50%;
    background: url(images/Load2.gif) repeat;
}

.medioMapH {
    background: url(images/Load2.gif) repeat;
}

.map:-moz-full-screen {
  height: 100%;
}
.map:-webkit-full-screen {
  height: 100%;
}
.map:-ms-fullscreen {
  height: 100%;
}
.map:fullscreen {
  height: 100%;
}

.segTemperaturasContainer {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.boxTemp{
    width: 450px;
    height: auto;
    float: left;
    margin: 1px 1px 1px 1px;
}

.combo-margin
{
    margin-top: 0px;
}

.ui-icon-agregar-movil 
{ 
    background-image: url(images/AgregarMovil.png);
}

/* Popups Alertas */
.bodyPopupAlerta {
    padding: 10px;
}

/*Login Para ULP
___________________________*/
/*#login{background: #F5F5F5 url(images/back_ULP.gif) repeat-x; }
.log-box{margin: 0 auto; width: 500px; height: 428px; }
.log-content
{
    padding: 10px 18px;
    float: left;
    width: 500px;
    background: url(images/log-back.gif) repeat-x;
    background-color: #F9F9F9;
}
.log-marca{}
.log-formbox{float: left; width: 246px; height: 251px; text-align: center; }*/


/*Login Vizion 2
___________________________*/
#login{background: #E0E0E0 url(images/back.gif) repeat-x; }
.log-box{margin: 0 auto; width: 282px; height: 428px; }
.log-content
{
    padding: 10px 18px;
    float: left;
    width: 246px;
    background: url(images/log-back.gif) repeat-x;
    background-color: #FFF;
}
.log-content2
{
    padding: 10px 18px;
    float: left;
    width: 246px;
    background: url(images/log-back.gif) repeat-x;
    background-color: #FFF;
}
.log-marca{}
.log-formbox{float: left; width: 246px; height: 251px; }



.log-td, .log-td A{font: 11px/18px Arial, Helvetica, sans-serif; padding: 3px 0px 4px; color: #000000; }
#w50{width: 50%; padding-top: 10px; border-top: 1px solid #EEEEEE; }
.log-form{width: 244px; border: 1px solid #D8D8D8; height: 24px; padding: 0; }
.log-td INPUT#checkbox{border: 1px solid #BCBCBC; }
.log-boton
{
    width: 80px;
    height: 26px;
    background-color: #F9F9F9;
    border: 1px solid #D5D5D5;
    margin-top: 5px;
}
.log-left, .label, .log-boton{font: 11px/18px Arial, Helvetica, sans-serif; }

/*IE7
/*Comunes
___________________________*/
.floatLeft
{
    float: left;
}
.floatRight
{
    float: right;
}
.clear
{
    clear: both;
}
.align-center 
{
    margin-right: auto;margin-left: auto;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.grid-puntosinteres{
    margin: 2em auto;
}


.input-text-globalis {
    border: 1px solid #C7C7C7;
    border-radius: 0 0 0 0;
    height: 22px;
    margin-left: 10px;
    width: 250px;
}

.input-text-globalis2 {
    border: 1px solid #C7C7C7;
    border-radius: 0 0 0 0;
    height: 22px;
    margin-left: 10px;
    width: 600px;
}

.olControlFeaturePopups_list{font-size: 80%;}
.olControlFeaturePopups_list ul{margin-bottom: 0}


.nailthumb-container {
  width: auto;
  height: auto;
  margin: 0 0 11px;
  padding: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
   left: 50%;
  margin-left: -80px;
}
.nailthumb-container img.nailthumb-image {
  margin: 0px;
  padding: 10px;
  max-width: none;
  text-align: left;
  float: none;
 
}
.nailthumb-container span.nailthumb-title {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: White;
  display: block;
  font-size: 9px;
  height: 20px;
  left: 0;
  margin-top: 2px;
  line-height: 20px;
  position: relative;
  text-align: center;
  width: 100%;
  overflow: hidden;
  float: none;
}
.nailthumb-container span.nailthumb-title .nailthumb-title-scroller {
  padding-left: 2px;
}
.nailthumb-container img {
  max-width: none;
  text-align: center;
}

/* Sin bordes*/

.no-border{
    border: none;
}

.alert.badge2
{
    position: absolute;
    display: block;
    z-index: 100; 
    /*right: -5px !important;*/ 
    /*top: -8px !important;*/
    margin: 0 0 0 60px;
    text-align: center; 
    /*padding: 2px 4px !important;*/
    line-height: 7px;
    height: 10px;
    text-indent: 0;
    font-size: 11px;
    border: 2px solid #fff !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    zoom: 1;
}

/* Layer Switcher---*/

#layerswitcher.olControlLayerSwitcher {
    margin-left: 60px !important;
    margin-top: 15px !important;
    vertical-align: bottom !important;
}

.olControlLayerSwitcher .layersDiv {
    margin-left: 60px !important;
    margin-top: 15px !important;
    vertical-align: bottom !important;
    background-color: #F9F9F9 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.olControlLayerSwitcher .maximizeDiv {
   margin-left: 60px !important;
   margin-top: 15px !important;
   vertical-align: bottom !important;
}

.olControlLayerSwitcher .minimizeDiv {
   margin-left: 60px !important;
   vertical-align: bottom !important;
}

/*alert box*/
#topbar .alert_box
{
    float: right;
    width: 200px;
    margin-right: 9px;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 5px;
}

.alert_box
{
    color: #000000;
    padding: 5px;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
}

    .alert_box .user_links
    {
        float: right;
        width: 95px;
        padding-right: 5px;
        word-wrap: break-word;
    }

    .alert_box img
    {
        border: 1px solid #333;
        float: left;
        margin-right: 8px;
        margin-bottom: 0;
        padding: 0;
        display: block;
        zoom: 1;
    }

    .alert_box h2
    {
        color: #fff;
        line-height: 12px;
        margin-bottom: 7px;
        margin-top: 5px;
        font-size: 13px;
    }

    .alert_box h3
    {
        color: #ccc;
        margin-bottom: 7px;
        margin-top: 0;
        font-size: 12px;
        font-weight: 400;
    }

        .alert_box h3 a
        {
            color: #ccc;
        }

    .alert_box ul
    {
        padding: 0;
        margin: 0;
    }

        .alert_box ul li
        {
            position: relative;
            float: left;
            margin: 0;
            display: inline;
            list-style: none;
            zoom: 1;
        }

            .alert_box ul li a
            {
                font-size: 11px;
                color: #aaa;
                zoom: 1;
            }

                .alert_box ul li a:hover
                {
                    color: #fff;
                }

                .alert_box ul li a:hover
                {
                    color: #fff;
                }

            .alert_box ul li span
            {
                color: #666;
                margin: 0 4px;
            }

.ui-icon-alert
{
    background-position: center top;
    background-image: url(images/icons/iconos/warning.png);
    background-repeat: no-repeat;
}

.ui-icon-accept
{
    background-position: center top;
    background-image: url(images/icons/iconos/accept.png);
    background-repeat: no-repeat;
}

.vpanel2 {
    /*left: auto;*/
    float: right !important;
    position: relative !important;
    top: 8px;
}

.button1ESPItemInactive:after, .button1ESPItemActive:after {
    background-color: #0088cc;
    border-color: #0764CB;
    content: "Cerrar";
    color: #fff;
    cursor: pointer;
    float: right;
    margin-right: 10px;
    width: 50px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.button1ENGItemInactive:after, .button1ENGItemActive:after {
    background-color: #0088cc;
    border-color: #0764CB;
    content: "Close";
    color: #fff;
    cursor: pointer;
    float: right;
    margin-right: 10px;
    width: 50px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.textoMapaMultiple{
    color: #666;
    padding-bottom: 10px;
    padding-top: 5px;
    padding-left: 15px;
}

.mapaMultiple-border{
    border: medium solid #666;
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
}

.labelListaPosiciones{ 
    -webkit-text-shadow: 0 1px 0 #ffffff;
    -moz-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff; 
    font-family: sans-serif; 
    font-weight: 400;
}

@media screen and (max-width: 480px) {
            .columnaABorrar {
                display: none;
            }
        }

@media screen and (min-width: 481px) {
    .columnaABorrar {
        display: table-cell;
    }
}

@media screen and (max-width: 480px) {
            .columnaAMostrar {
                display: block;
            }
        }

@media screen and (min-width: 481px) {
    .columnaAMostrar {
        display: none;
    }
}

/*svg {
    position: absolute;
}*/

@media screen and (max-height: 768px) {
    .alturaInicial {
        height: 700px;
    }
}

@media screen and (min-height: 769px) {
    .alturaInicial {
        height: 840px;
    }
}



/*Grillas de Activos en Seguimiento, se tuvo que realizar de esta forma porque el widget pisaba las clases css*/

.grillaActivosSeguimiento{
    text-align: center !important; 
    margin: 10px auto 10px auto !important; 
    font-size: 10px !important;
}

#contenttablejqxgridListaAlarmasResumida{
  font-size: 10px !important;
}

#contenttablejqxgridListaPosiciones{
  font-size: 10px !important;
}

#contenttablejqxgridListaCargasCombustible{
  font-size: 10px !important;
}

#contenttablejqxgridListaRevisiones{
  font-size: 10px !important;
}

#contenttablejqxgridListaChoferes{
  font-size: 10px !important;
}

/*Grillas de Activos en Seguimiento, para que no tengan lineas verticales*/

#jqxgridListaAlarmasResumida .jqx-grid-cell
{
    border-right: none;
}

#jqxgridListaAlarmasResumida .jqx-grid-column-header
{
    border-right: none;
}


#jqxgridListaPosiciones .jqx-grid-cell
{
    border-right: none;
}

#jqxgridListaPosiciones .jqx-grid-column-header
{
    border-right: none;
}

#jqxgridListaCargasCombustible .jqx-grid-cell
{
    border-right: none;
}

#jqxgridListaCargasCombustible .jqx-grid-column-header
{
    border-right: none;
}

#jqxgridListaRevisiones .jqx-grid-cell
{
    border-right: none;
}

#jqxgridListaRevisiones .jqx-grid-column-header
{
    border-right: none;
}

#jqxgridListaChoferes .jqx-grid-cell
{
    border-right: none;
}

#jqxgridListaChoferes .jqx-grid-column-header
{
    border-right: none;
}

.botones-chat
{
    width: 34px; 
    height: 15px; 
    float: left; 
    cursor: pointer; 
    text-align: center; 
    font-size: 11px;
    vertical-align: middle;
    font-weight: 800;
}

.botones-notificacion-chat
{
    width: 17px; 
    height: 15px; 
    float: left; 
    cursor: pointer; 
    text-align: center; 
    font-size: 12px;
    vertical-align: middle;
    font-weight: 800;
}