/* COnceptos y Cambios Para Mapa Responsive */
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,700);

/* INICIO: Movimiento */
@keyframes blink {
    0% {
        color: #775F66;
    }
    50% {
        color: #FF145B;
    }
}

@keyframes SOS {
    0% {
        color: #775F66;
    }
    50% {
        color: #FF5656;
    }
}

/* FIN: Movimiento */

.cover {
    width: 100%;
    height: 60%;
}

.poiTitle {
    display: block;
    color: #FFF;
    text-decoration: none;
    text-shadow: none;
    padding-bottom: 9px;
    font-size: 10px;
    text-align: left;
    text-rendering: geometricPrecision;
}

#termsLink, #contrato {
    visibility: hidden;
    display: none;
}

.deviceID, .deviceID:active, .deviceID:link, .deviceId:visited {
    font-family: "Roboto", Verdana, serif;
    font-weight: 300;
    color: #456;
}

.deviceID:hover {
    color: #765;
}

#mainTabContainer {
    background-color: #36393C;
}

.tab-content {
    background-color: #FFF !important;
}

#reportSearch {
    width: 280px;
    text-align: center;
    padding: 2px 10px;
    outline: none;
    font-family: "Open Sans", Verdana, serif !important;
    font-size: 13px;
    text-rendering: geometricPrecision;
    margin: 9px 0 10px 8px;
    border-radius: 10px;
    border: 1px solid #B5B4B4;
    color: #456;
}

#reportSearch:focus {
    border: 1px solid #85C0DF;
    transition: all 0.2s ease-out 0s;
}

.deviceSearch {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    color: black; /* fix nuevo template */
}

#deviceSearch {
    padding: 4px 10px;
    border-radius: 6px;
    width: 300px;
    font-family: 'Open Sans', Verdana, serif !important;
    font-weight: 300 !important;
    font-size: 12px;
    outline: none;
}

.deviceSearch_input {
    padding: 4px 10px;
    border-radius: 6px;
    width: 300px;
    font-family: 'Open Sans', Verdana, serif !important;
    font-weight: 300 !important;
    font-size: 12px;
    outline: none;
}

.sideAccountInfo {
    width: 100%;
    display: block;
    background-color: #36393C;
    text-align: right;
    padding: 3px 20px;
    border-top: 1px #545151 solid;
}

.sideUserDesc {
    font-family: 'Open Sans', Verdana, serif !important;
    font-weight: 300 !important;
    font-size: 13px;
    color: #FFF;
}

.sideUserID {
    font-family: 'Open Sans', Verdana, serif !important;
    font-weight: 300 !important;
    font-size: 12px;
    color: #B5B5B8;
}

.sideMapLinks {
    width: 100%;
    display: block;
    background-color: #FFF;
    padding: 6px 10px;
    text-align: right;
}

#desfase {
    width: 10px;
    margin-left: 4px;
}

.mapLinkSeparator {
    margin-left: 10px;
    margin-right: 10px;
}

.mapLink:active, .mapLink:link, .mapLink:visited {
    color: #333333;
}

.mapLink:hover {
    color: #BE1C3B;
}

.nav-tabs > li {
    background-color: #7A7A7B !important;
    color: #FFF !important;;;;
}

.nav-tabs > li > a:hover {
    background-color: #7A7A7B !important;
}

.nav-tabs > li.active > a {
    background-color: #BE1C3B !important;
    color: #FFF !important;
}

.sideDeviceSelector {
    width: 100%;
    background-color: #36393C;
    text-align: center;
    padding: 15px 6px 7px;
}

.chooserStyle {
    font-family: 'Open Sans', Verdana, serif !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    color: #FFFFFF;
    border-radius: 6px;
    width: 95%; /* Old browsers */ /* W3C */
    text-align: center;
    outline: none;
    border: 1px #8A9CA6 solid;
    padding: 5px;
    background-color: #242424; /* W3C */
}

.chooserStyle:hover {
    background-color: #BE1C3B; /* W3C */
}

.triangleAlert {
    font-size: 14px;
    padding: 0 5px;
    animation: blink 1s step-end infinite;
}

.rutaSube {
    color: #28B524;
    font-size: 16px;
    padding: 0 5px;
}

.rutaBaja {
    color: #1362A5;
    font-size: 16px;
    padding: 0 5px;
}

.optionActions {
    width: 100%;
    text-align: center;
    display: block;
    background-color: #36393C;
    padding: 4px 5px 14px;
}

.optionActions > a:link:first-child, .optionActions > a:visited:first-child,
.optionActions > a:active:first-child {
    font-family: 'Open Sans', Verdana, serif !important;
    font-weight: 300 !important;
    font-size: 13px !important;
    background-color: #0A3759;
    color: #ccc !important;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    text-align: center;
    padding: 2px 8px;
    text-rendering: inherit;;
}

.optionActions > a:link, .optionActions > a:visited, .optionActions > a:active {
    font-family: 'Open Sans', Verdana, serif !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    background-color: #25404B;
    color: #ccc !important;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    text-align: center;
    padding: 2px 8px;
    text-rendering: inherit;;
}

.optionActions > a:hover {
    background-color: #3E88B6;
}

.optionButtons {
    width: 100%;
    text-align: center;
    display: block;
    background-color: #36393C;
    padding: 10px 5px 14px;
}

.optionButtons > a:link, .optionButtons > a:visited, .optionButtons > a:active {
    font-family: 'Open Sans', Verdana, serif !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    background-color: #88142A;
    color: #ccc !important;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    text-align: center;
    padding: 2px 8px;
    text-rendering: inherit;;
}

.optionButtons > a:hover {
    background-color: #BE1C3B;
}

.sideButtons {
    width: 100%;
    text-align: center;
    display: block;
    padding: 7px 5px 7px;
    background-color: #36393C;
}

.sideButtons > a:link, .sideButtons > a:visited, .sideButtons > a:active {
    font-family: 'Roboto', Verdana, serif !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    text-rendering: geometricPrecision;
    background-color: #232323;
    color: #ccc !important;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    text-align: center;
    padding: 4px 14px;
}

.sideButtons > a:hover {
    background-color: #BE1C3B;
}

#mapUpdateButton {
    font-family: 'Open Sans', Verdana, serif !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    background-color: #36393C;
    border: 1px solid #F7F5F5;
    color: #ccc !important;
    cursor: pointer;
    margin-right: 10px;
    outline: none;
}

#mapUpdateButton:hover {
    background-color: #BE1C3B;
}

#UpdateMap, #UpdateMapAll {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

.newDate {
    width: 100%;
    font-family: "Roboto", serif;
    font-size: 12px;
    color: #fff;
    padding: 5px 0;
    cursor: auto;
    background-color: #BE1C3B;;
}

#mapAutoUpdateButton {
    font-family: 'Open Sans', Verdana, serif !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    background-color: #272727;
    border: 1px solid #F7F5F5;
    color: #ccc;
    cursor: pointer;
    outline: none;
    margin: 0 auto;
    vertical-align: middle;
}

#mapAutoUpdateButton:hover {
    background-color: #BE1C3B;
}

#mapLastButton {
    font-family: 'Open Sans', Verdana, serif !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    background-color: #1F1F1F;
    border: 1px solid #F7F5F5;
    cursor: pointer;
    color: #ccc;
    outline: none;
}

#mapLastButton:hover {
    background-color: #BE1C3B;
}

.sideCursorLocation {
    display: block;
    width: 100%;
    text-align: center;
}

.cursorLocationTitle {
    display: inline-block;
    font-family: 'Open Sans', Verdana, serif !important;
    font-size: 12px;
    color: #004A6F;
    font-weight: bold;
    text-align: center;
    cursor: text;
}

.distanceRuler {
    display: inline-block;
    font-family: 'Open Sans', Verdana, serif !important;
    font-size: 12px;
    color: #004A6F;
    font-weight: bold;
    text-align: center;
    cursor: text;
}

#trackMapLatLonDisplay {
    font-family: 'Open Sans', Verdana, serif !important;
    font-weight: 300 !important;
    font-size: 11px;
    text-align: center;
    display: inline-block;
}

#trackMapDistanceDisplay {
    font-family: 'Open Sans', Verdana, serif !important;
    font-weight: 300 !important;
    font-size: 11px;
    text-align: center;
    display: inline-block;
}

.sideHr {
    margin: 5px;
}

.sideDataDescription {
    width: 100%;
    background-color: #123;
    min-height: 30px;
    max-height: 40px;
    display: table;
    padding: 5px;
}

.deviceDescription {
    font-family: 'Open Sans', Verdana, serif !important;
    font-weight: 300 !important;
    font-size: 15px;
    color: #FFF;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.sideDataLicensePlate {
    width: 80%;
    background-color: #fff;
    padding: 5px;
    display: table;
    text-align: center;
    margin: auto;
}

.deviceLicensePlate {
    font-family: "Roboto", Verdana, serif !important;
    font-weight: 400 !important;
    font-size: 22px;
    color: #D54343;
    display: table-cell;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    text-shadow: 1px 1px 1px #D0CAC6;
}

.deviceDisplayName {
    font-family: "Open Sans", serif !important;
    font-weight: 400 !important;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 6px;
    padding-top: 6px;
    color: #1F4164;
}

.sideDataEngineRun {
    background-color: #65186E;
    padding: 4px;
    display: table;
    width: 100%;
    margin: 0 auto;
}

.sideDataEngineRun span {
    font-family: 'Open Sans', Verdana, serif !important;
    font-weight: 300 !important;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.engineOn {
    color: #FB409F;
    font-size: 1.3em;
}

.engineOff {
    color: #B5A8AB;
    font-size: 1.3em;
}

.sideDataEngineOff {
    background-color: #BE1C3B;
    padding: 4px;
    display: table;
    width: 100%;
    margin: 0 auto;
}

.sideDataEngineOff span {
    font-family: 'Open Sans', Verdana, serif !important;
    font-weight: 300 !important;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.deviceEngineOffset {
    font-family: 'Open Sans', Verdana, serif !important;
    font-weight: 300 !important;
    font-size: 16px;
    color: #D8D2D2;
    vertical-align: middle;
    text-align: left;
    display: table-cell;
}

.sideDataEngineOn {
    background-color: #16658E;
    padding: 7px;
    display: table;
    width: 100%;
    margin: 0 auto;
}

.sideDataEngineOn span {
    font-family: 'Open Sans', Verdana, serif !important;
    font-weight: 300 !important;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.sideDataRouteTop {
    width: 100%;
    display: table;
    text-align: center;
}

.deviceRouteTop {
    font-family: 'Open Sans', Verdana, serif !important;
    font-size: 11px;
    display: table-cell;
    vertical-align: middle;
    color: #3D3B3B;
    padding: 3px;
}

.sideDataRouteDown {
    background-color: #123;
    width: 100%;
    display: table;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

.sideDataRouteUp {
    background-color: #6A9917;
    width: 100%;
    display: table;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

.deviceLastGeozone {
    font-family: 'Open Sans', Verdana, serif !important;
    font-weight: 300 !important;
    font-size: 14px;
    color: #fff;
}

.deviceBajaRuta {
    font-family: 'Open Sans', Verdana, serif !important;
    font-weight: 300 !important;
    font-size: 12px;
    color: #BABABA;
    padding-left: 8px;
}

.deviceSubeRuta {
    font-family: 'Open Sans', Verdana, serif !important;
    font-weight: 300 !important;
    font-size: 12px;
    color: #FAFAFA;
    padding-left: 8px;
}

.sideDataLastEventDeviceInfo {
    display: block;
    width: 100%;
    text-align: center;
    padding: 3px 0;
}

.deviceLastEventTitle {
    display: block;
    font-family: 'Open Sans', Verdana, serif !important;
    font-size: 9px;
    color: #3D3B3B;
}

.sideDataLastMoving {
    display: block;
    width: 90%;
    text-align: center;
    padding: 3px 0;
    margin: 0 auto;
}

.sideDataLastStop {
    display: block;
    width: 90%;
    text-align: center;
    padding: 3px 0;
    margin: 0 auto;
}

.deviceLastMoving {
    display: block;
    font-size: 15px;
    color: #33699E;
    font-weight: 300 !important;
    font-family: 'Open Sans', Verdana, serif !important;
}

.deviceLastMovingTime {
    display: block;
    font-family: 'Open Sans', Verdana, serif !important;
    font-size: 9px;
    color: #3D3B3B;
    text-rendering: geometricPrecision;;
}

.sideDeviceInfo {
    text-align: center;
    display: block;
    width: 100%;
    padding: 3px 0;
}

#sideDeviceInfoTable {
    /*display: block;*/
    width: 100%;
    text-align: center;
    padding: 3px 0;
}

.deviceInfoTitle {
    font-family: 'Open Sans', Verdana, serif !important;
    font-weight: 300 !important;
    font-size: 11px;
}

.deviceInfoValue {
    font-family: 'Open Sans', Verdana, serif !important;
    font-size: 14px;
    color: #1761AB;
    line-height: 22px;
    vertical-align: top;
    font-weight: 300 !important;
}

.deviceInfoLink > a:active, .deviceInfoLink > a:link, .deviceInfoLink > a:visited {
    color: #33699E !important;
    transition: all 0.2s ease-out 0s;
}

.deviceInfoLink > a:hover {
    color: #CD3A8E !important;
    transition: all 0.2s ease-out 0s;
}

.spanLink {
    color: #33699E !important;
    text-decoration: none !important;
    transition: all 0.2s ease-out 0s;
}

.spanLink:hover {
    color: #CD3A8E !important;
    transition: all 0.2s ease-out 0s;
}

.sideDeviceCommands {
    width: 100%;
    text-align: center;
    padding: 5px 0;
}

#pingDeviceButton {
    font-family: 'Open Sans', Verdana, serif !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    background-color: #36393C;
    border: 1px solid #F7F5F5;
    cursor: pointer;
    color: #ccc;
    outline: none;
    padding: 5px 10px;
    border-radius: 5px;
}

#pingDeviceButton:hover {
    background-color: #BE1C3B;
}

.leftMenuTableColumn {
    text-align: center;
    padding-top: 2px;
}

.searchDeviceOrFleet {
    background-color: #BE1C3B;
    vertical-align: middle;
    display: block;
    /*width: 100%;*/
    padding: 8px 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    text-align: center;
    /*margin-left: 3px;*/
    /*width: 280px;*/
}

.searchDeviceOrFleet > b {
    color: #fff;
    font-family: 'Open Sans', Verdana, serif !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    padding-right: 10px;
}

TABLE.sortableX {
    max-width: 283px;
    width: 283px;
}

.devSelDsTxt {
    font-family: "Open Sans", Tahoma, Geneva, serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    color: #25517E;
    padding-left: 2px;
    padding-bottom: 3px;
}

.devSelMore {
    display: block;
    width: 100%;
}

.devSelLicPlate {
    display: inline-block;
    width: 70px;
    min-width: 70px;
    max-width: 70px;
    font-size: 13px !important;
    padding: 2px 2px 2px 0;
    background-color: #0F2842;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    min-height: 20px;
    margin-right: 5px;
}

.devSelUnitName {
    display: inline-block;
    font-size: 11px;
    margin-right: 5px;
    width: 70px;
    min-width: 70px;
    max-width: 70px;
    border-radius: 4px;
    text-align: center;
    color: #F7F7F7;
    min-height: 20px;
    background-color: #B6415B;
    padding: 3px 4px;
}

.devSelIdVal {
    font-family: "Open Sans", Tahoma, Geneva, serif !important;
    display: inline-block;
    font-size: 10px;
    color: #456;
}

.fleetSelDsTxt {
    font-family: "Open Sans", Tahoma, Geneva, serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    color: #25517E;
    padding-left: 2px;
    padding-bottom: 3px;
}

.fleetSelIdVal {
    font-family: "Roboto", Tahoma, Geneva, serif !important;
    display: inline-block;
    font-size: 12px;
    color: #456;
}

.hideToRight {
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transform: translate3d(300px, 0, 0);
    /*translate3d (300px, 0, 0);*/
}

.center {
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transform: translate3d(0, 0, 0);
    /*translate3d (0, 0, 0);*/
}

::-webkit-scrollbar {
    /*display: none;*/ /* remover barra de desplazamiento en chrome (webkit) */
}

.alertify-log-custom {
    background: blue;
}

#mapContainer {
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    /*overflow-y: auto;*/
    overflow: hidden !important;
}

.latMenu {
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    overflow-y: auto;
    outline: none;
    transition: all 0.2s ease-out 0s;
    text-align: left;
    width: 100%;
    display: block;
    /* delete */
    /*
    background: url(img_tab/tab_m.png) repeat-x 0 0;
    min-height: 42px;
    height: 42px;
    */
    background: #2e2c2a;
    min-height: 38px;
    height: 38px;
    border-bottom: 1px solid white;
}

.latButton {
    display: inline-block;
    position: absolute;
    left: 0;
    width: auto;
    z-index: 1001;
}

.latExit {
    display: inline-block;
    position: absolute;
    right: 0;
    z-index: 1002;
}

#loginDetails {
    font-family: 'Open Sans', Verdana, serif !important;
    font-weight: 300 !important;
    display: inline-block;
    position: inherit;
    left: 340px;
    color: #CCC;
    padding: 8px 7px;
}

#loginDetails .welcomeMsg {
    color: #A6A6A6;
    font-size: 13px;
}

#loginDetails .userDescMsg, .userDescMsg {
    color: #E7E3E3;
    font-size: 13px;
}

#loginDetails .userIdMsg, .userIdMsg {
    color: #A6A6A6;
    font-size: 11px;
}

#mapButtons {

}

.latMenu i {
    padding: 9px 7px;
    font-size: 1.2em;
    text-rendering: optimizelegibility;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    height: 36px;
}

.barMenu {
    color: #F4F4F4 !important;
    background-color: #105599;
    text-rendering: optimizelegibility;
}

.barMenu:hover {
    color: #FFF !important;
    background-color: #2369AE;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.menuLink {
    color: #CACACA;
}

.superAdmin {
    color: #EAEAEA;
    background-color: #AD3131;
}

.superAdmin:hover {
    color: #FFF;
    background-color: #9D129B;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.sideData {
    color: #EAEAEA;
    background-color: #BE1C3B;
}

.sideData:hover {
    color: #FFF;
    background-color: #112233;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

.salir {
    color: #EAEAEA;
    background-color: #761818;
}

.salir:hover {
    color: #FFF;
    background-color: #CF0056;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.menuLink:hover {
    border-bottom: 1px solid #FFBF00;
    color: #26C0D0;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

form[name="Passwd"] table {
    font-family: 'Open Sans', Verdana, serif !important;
    font-weight: 300 !important;
    color: #fff;
}

#dvLoading {
    background: #000 url('../../images/fancybox_loading.gif') no-repeat center center;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
}

#plataformaFooter {
    height: 20px;
    padding-top: 2px;
    /*background-color: #292F51;*/
    background-color: black;
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    font-family: 'Open Sans', Verdana, serif !important;
    font-weight: 300 !important;
    font-size: 13px;
}

#plataformaFooter span a:link, #plataformaFooter span a:visited,
#plataformaFooter span a:active {
    text-decoration: none;
    color: #E7E3E3;
}

#plataformaFooter span {
    text-decoration: none;
    color: #E7E3E3;
}

#plataformaFooter span a:hover {
    border-bottom: 1px solid #FFBF00;
    color: #26C0D0;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#loginTrackingRow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 350px;
    opacity: 0.92;
}

.loginButton {
    display: inline-block;
    font-family: "Open Sans Condensed", serif !important;
    font-size: 1.6em !important;
    font-weight: 300 !important;
    color: #fff !important;
    cursor: pointer !important;
    background-color: #844C0F;
    border-color: transparent !important;
    /* border-radius: 8px !important; */
    width: 240px;
    vertical-align: bottom;
    margin-top: 10px !important;
    outline: none;
}

.loginButton:hover {
    background-color: #333333;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

.forgotTD {
    padding-top: 10px;
}

.forgotText {
    font-family: "Open Sans Condensed", serif !important;
    font-size: 1.4em !important;
    font-weight: 300 !important;
    color: #fff !important;
    cursor: pointer !important;
    text-shadow: 1px 1px 1px #6E3A13;
}

.forgotText a:visited, .forgotText a:link {
    color: #fff
}

.forgotText a:hover {
    color: #CEECFF
}

.custom-radio {
    width: 21px;
    height: 21px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 11px;
    margin-right: -19px;
}

.custom-radio input[type="radio"] {
    margin: 1px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    /* CSS hacks for older browsers */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}

.inputLoginFormTextbox {
    font-size: 1.8em !important;
    font-weight: 300 !important;
    background-color: #FFF !important;
    color: #2A4552 !important;
    border: 1px solid #cccccc !important;
    padding: 10px 20px !important;
    -webkit-font-smoothing: antialiased !important;
    outline: none;
    width: 240px;
    margin: -1px;
    font-family: "Open Sans Condensed", serif !important;
}

.inputLoginFormTextbox:focus {
    background-color: #FFF !important;
    color: #1E5875 !important;
}

.inputLoginFormTextbox:active {
    background-color: #FFF !important;
    color: #1E5875 !important;
}

.loginHeader {
    font-family: "Open Sans Condensed", serif;
    font-size: 3em;
    color: #FFF;
    font-weight: 300;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 2px 2px 2px #333;
    padding-bottom: 10px;
}

/***** clearfix *****/
.clear {
    clear: both;
    height: 0;
    line-height: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
.clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.TituloCuenta {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
}

#floatingLogo {
    position: absolute;
    left: 10px;
    z-index: 900;
    bottom: 50px;
    opacity: 0.7;
    width: 180px;
}

#floatingLogo > img {
    width: 90%;
}

.TextoBienvenida {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #FFF;
}

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

.texto_blanco {
    padding: .7em 15px;
    font-family: Helvetica, Arial, sans-serif;
    color: #FFF;
    text-shadow: 0 1px 1px #194b7e;
    font-weight: bold;
    font-size: 13px;
}

.userDescription {
    padding: .7em 15px;
    font-family: Verdana, serif;
    color: #FFF;
    text-shadow: 0 1px 1px #194b7e;
    font-size: 11px;
}

a:link, a:visited, a:active {
    text-decoration: none;
    color: #E7E555;
}

a:hover {
    text-decoration: none;
    color: #9C0;
}

.locationDetailsReportTitle {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    color: #FFF;
    font-family: "Open Sans", Tahoma, Geneva, serif;
    font-size: 16px;
    background-color: #005B9F;
    cursor: move;
    padding-bottom: 5px;
    display: none;
}

.lastEventDeviceInfo {
    font-family: 'Open Sans', Verdana, serif !important;
    font-weight: 300 !important;
    font-size: 14px;
    color: #254888;
    cursor: pointer;
}

.lastEventDeviceInfo:hover {
    color: #C20F3F;
}

#lastEventDate {

}

#lastEventTime {

}

#lastEventTmz {

}

#buttonMenuDiv {
    z-index: 3;
    position: absolute;
    left: 10px;
    top: 98px;
    cursor: move;
}

#buttonMenuTable {
    background-color: #FFF;
    border-radius: 14px;
    -moz-box-shadow: 0 0 5px 3px #888;
    -webkit-box-shadow: 0 0 3px 5px #888;
    box-shadow: 0 0 5px 3px #888;
}

#calendarSelectorDiv {
    z-index: 10;
    right: 0;
    position: absolute;
    top: 38px;
    width: 300px;
    background-color: #fff;
    border-left: 2px solid #4580A9;
}

#mainTabContainer > ul > li > a:link {
    color: #FFF !important;
}

#rightMenuDiv {
    position: absolute;
    top: 38px;
    right: 0;
    z-index: 900;
    width: 300px;
    height: calc(100% - 59px) !important;
    background-color: #fff;
    border-left: 2px solid #4580A9;
    overflow-y: auto;
    overflow-x: hidden;
}

#calendarReportButton {
    cursor: pointer;
}

.calendarReportCaption {
    color: #FFF;
    font-family: "Open Sans", Tahoma, Geneva, serif;
    font-size: 16px;
    background-color: #005B9F;
    cursor: move;
    padding-bottom: 5px;
}

#calDiv {
    margin: auto;
}

.replayButton {
    font-family: "Open Sans", Tahoma, Geneva, serif;
    font-size: 12px;
    text-align: center;
    color: #036
}

label {
    font-size: 12px;
    font-family: "Open Sans", Tahoma, Geneva, serif;
}

#leftMenuTable {
    background-color: #36393C; /*#005B9F;*/
    -moz-box-shadow: 0 0 5px 3px #888;
    vertical-align: top !important;
    width: 100%;
}

#calendarSelectorTable {
    width: 160px;
    height: auto;
}

#calendarSelectorTableTo {
    height: 160px;
    width: 100%;
}

.calendarSelectorTitle {
    padding: 4px;
    color: #FFF;
}

#uniqueid_div {
    z-index: 2;
    position: absolute;
    left: 350px;
    bottom: 70px;
    border: 1px solid #021a40;
}

.generalInfo {
    width: 100%;
}

#infoDeviceDiv {
    z-index: 5;
    position: absolute;
    left: 100px;
    top: 98px;
    cursor: move;
}

#infoDeviceTable {
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 10px;
    height: 200px;
    -moz-box-shadow: 0 0 5px 3px #888;
    -webkit-box-shadow: 0 0 3px 5px #888;
    box-shadow: 0 0 5px 3px #888;
}

#infoDeviceTableRow {
    background-color: #000;
    width: 100%;
    /*
    background-color:#fff;
    height:120px;
    */
}

.infoDeviceTableDescription {
    font-family: "Open Sans", Tahoma, Geneva, serif;
    font-size: 16px;
    font-weight: bold;
    color: #26C0D0;
    text-align: center;
    alignment-baseline: central;
    text-rendering: optimizelegibility;
    margin-top: 0 !important;
}

.infoDeviceColumn {
    /*font-family: "Open Sans", Tahoma, Geneva, serif;*/
    font-size: 11px;
    color: #FFF;
    padding-left: 10px;
}

.infoDeviceTableLicensePlate {
    font-family: "Open Sans", Tahoma, Geneva, serif;
    font-size: 13px;
    color: #FC0;
}

.infoDeviceTableSimcard {
    font-family: "Open Sans", Tahoma, Geneva, serif;
    font-size: 13px;
    color: #FC0;
}

.infoDeviceTableUniqueID {
    font-family: "Open Sans", Tahoma, Geneva, serif;
    font-size: 13px;
    color: #FC0;
}

.infoDeviceTableOdom {
    font-family: "Open Sans", Tahoma, Geneva, serif;
    font-size: 13px;
    color: #FC0;
}

.infoDeviceTableValue {
    font-family: "Open Sans", Tahoma, Geneva, serif;
    font-size: 13px;
    color: #FC0;
}

#speedo {
    height: 140px;
    width: 100%;
    position: inherit;
    margin-top: -10px; /* fix ultimo evento - clic */
    margin-bottom: -10px;
}

#trackMapDataTable {
    z-index: 99999;
    background-color: #FFF;
    color: #fff;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: auto;
    width: 300px;
    max-width: 300px;
}

#LocationDetailsReport {
    text-align: center;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;

    /* border-color: #FFF; */;
}

#LocationDetailsReport > tbody > tr {
    cursor: pointer;
}

.jsDetailsRow {
    font-family: "Roboto", Verdana, serif;
    text-rendering: optimizeLegibility;
    padding: 10px 0;
    border-bottom: 1px #DBDBDB solid;
}

.jsDetailsFirstRow {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    font-size: 11px;
}

.jsDetailsTime {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin-right: 3px;
}

.jsDetailsTopRow {
    font-family: "Roboto", Verdana, serif;
    display: block;
    text-align: left;
    padding: 4px 10px;
    text-rendering: geometricPrecision;
    font-size: 13px;
    color: #5F5F5F;
    font-weight: bold;
}

.jsDetailsLicensePlate {
    display: inline-block;
    font-size: 15px;
    color: #29406B;
    width: 70px;
    min-width: 70px;
    max-width: 70px;
    text-align: left;
}

.jsDetailsDisplayName {
    display: inline-block;
    width: 70px;
    min-width: 70px;
    font-size: 13px;
    text-align: center;
    color: #21377C;
    margin: 0 6px 0 0;
    border-bottom: 1px solid #E86A10;
}

.jsDetailsCode {
    display: inline-block;
    padding: 3px 6px;
    border-radius: 6px;
    margin: 0 5px;
    font-size: 11px;
    text-align: left;
}

.jsDetailsSpeed {
    display: inline-block;
    text-align: right;
    padding-right: 10px;
    margin-bottom: -3px;
    font-size: 11px;
    color: #373535;
}

.jsDetailsOptions {
    display: inline-block;
}

.jsDetailsSecondRow {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 10px;
}

.jsDetailsAddress {
    display: inline-block;
    color: #676666;
    font-size: 11px;
    margin-bottom: 5px;
}

.jsDetailsSimphoneNumber {
    display: inline-block;
    font-size: 11px;
    padding: 3px;
    background-color: #074788;
    text-align: center;
    color: #FFFFFF;
    border-radius: 5px;
    min-width: 85px;
    /*width: 85px;*/
    text-rendering: geometricPrecision;;
}

#bateria {
    text-align: center;
    margin: 0 auto;
    border-radius: 4px;
    /*width: 50%;*/
    /*background-color: #000;*/
    /*padding: 5px 0;*/
}

#bateria > img {
    height: 32px;
}

#fuelLevel {
    width: 100%;
    text-align: center
}

#fuelLevel > img {
    height: 50px;
    max-height: 50px;
}

#thermo {
    width: 100%;
    text-align: center
}

#thermo > img {
    height: 50px;
    max-height: 50px;
}

#listaEmail {
    display: none;
    position: absolute;
    float: left;
    top: 0;
}

#systemContainer {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 38px 0 20px 0;
    margin: 0 auto;
    width: 100%;
    /*height: 100%;*/
    height: 100vh;
    position: absolute;
    top: 0;
}

.insideContainer {
    overflow-x: auto;
    overflow-y: hidden;
}

/*Padding para el contenedor del menu lateral*/
#buttonPanel {
    padding: 3px;
}

/*Cursos para la botonera de los mapas*/
#botonera {
    cursor: pointer;
}

.infoBoxContactTitle {
    text-shadow: 0 1px 1px #194b7e;
    padding-top: 8px;
    padding-left: 15px;
    padding-bottom: 4px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 20px;
    color: #FFF;
}

.infoBoxAccountName {
    text-align: right;
    padding-right: 18px;
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.infoBoxAccountPhone {
    text-shadow: 0 1px 1px #194b7e;
    padding-top: 8px;
    padding-left: 15px;
    padding-bottom: 10px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #FFF;
}

#infobox {
    float: right;
    position: inherit;
    bottom: 0;
    right: 0;
    text-align: right
}

#infoTable {

}

#searchPlaces {
    position: absolute;
    left: 60px;
    z-index: 4;
    top: 40px;
}

#pac-input {
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: 300 !important;
    font-size: 11px !important;
    background-color: #FFF;
    color: #3D3D3D;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 1px 1px 8px #525062;
    box-shadow: inset 1px 1px 8px #ABABAB;
    outline: none;
    border-radius: 4px;
    padding: 4px 10px;
    width: 200px;
    /* */
    top: 55px !important;
    left: 10px !important;
}

#pac-input:focus {
    color: #005B9F;
}

.type-selector {
    display: none;
    color: #fff;
    margin-left: -10px;
    background-color: #005B9F;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 0 0 14px 0;
}

.type-selector label {
    font-family: Roboto, serif;
    font-size: 11px;
    font-weight: 300;
    padding-right: 12px;
    margin-left: 10px;
}

.searchPlaceTD {
    background-color: #6C6D6F;
    padding: 3px;
    border-radius: 5px;
}

#contactus {
    float: right;
    position: relative;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    width: 333px;
    background-color: #2478AA;
    border-color: #FFF;
    border-style: solid;
    border-width: thin;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

#contactus:hover {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    background-color: #4ba3d8;
}

.loginTrackingTable {
    width: 100%;
    height: 260px;
}

.loginTrackingButtons {
    height: 230px;
    width: 200px;
    border-radius: 20px !important;
    background-size: 400px 260px;
    background-repeat: no-repeat;
    background-position: center;
}

.loginTrackingButtons table {
    opacity: 0.9;
}

.textLoginForm {
    font-family: "Open Sans Condensed", serif;
    font-size: 11pt;
    display: block;
    font-style: normal;
    line-height: normal;
    font-weight: 300;
    font-variant: normal;
    color: #000;
    height: 25px;
    margin-bottom: -5px;
}

.textLoginForm a:link {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #ccc;
    height: 30px;
}

.textLoginForm a:visited {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #ccc;
    height: 30px;
}

.textLoginForm a:active {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #ccc;
    height: 30px;
}

.textLoginForm a:hover {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #00BCED;
    height: 30px;
}

TD.textInputLoginTracking {
    /*padding-left:30px;*/
    text-align: center;
}

.inputLoginAccount {
    border-radius: 10px 10px 0 0;
}

.inputLoginUsername {
    border-radius: 0;
}

.inputLoginPassword {
    border-radius: 0 0 10px 10px;
}

.loginTrackingPlatformLogo {
    position: absolute;
    z-index: 1;;
    top: 0;
    left: 0;
}

.loginTrackingPlatformButtons {
    position: absolute;
    left: 0;
    right: 0;
    width: 500px;
    margin: auto;
    bottom: 60px;
}

.loginTrackingPoweredByLogo {
    position: absolute;
    bottom: 30px;
    margin: auto;
    width: 100px;
    left: 0;
    z-index: 1;
}

.loginTrackingPoweredByLogo img {
    width: 100px;
    height: 100px;
}

.loginDemoButton {

}

.loginGtkButton {

}

.webappButton {
    display: inline-block;
    font-family: "Open Sans Condensed", serif !important;
    font-size: 12pt !important;
    font-weight: 300 !important;
    color: #fff !important;
    cursor: pointer !important;
    background-color: #A24207;
    border-color: transparent !important;
    vertical-align: middle;
    margin-top: 5px !important;
    text-align: center;
    padding: 0 10px;
    border-radius: 8px !important;
    margin-bottom: 5px;
}

.webappButton:hover {
    background-color: #E2063E;
}

.optionButton {
    display: inline-block;
    font-family: "Open Sans Condensed", serif !important;
    color: #DCDCDC !important;
    cursor: pointer !important;
    vertical-align: middle;
    text-align: center;
    text-shadow: 1px 1px 1px #181818;
    font-size: 1.4em !important;
    font-weight: 300 !important;
    text-rendering: optimizeLegibility;
    min-height: 23px;
    padding: 0 12px;
}

.optionButton:hover {
    color: #fff !important;
}

#footerButtons {
    position: absolute;
    bottom: 58px;
    left: 0;
    right: 0;
    padding: 1em 3em;
    width: auto;
    z-index: 2;
}

#deviceMemberGroup {
    border: 1px solid black;
    height: 100%;
    width: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
    alignment-baseline: central;
    text-align: center;
    background-color: white;
    margin: auto;
    border-radius: 5px;
    padding: 10px;
}

/* Panel Tab/button */
.tab {
    background: url(img_tab/tab_b.png) repeat-x 0 0;
    height: 42px;
    position: relative;
    top: 0;
    z-index: -999;
}

.tab ul.login {
    display: block;
    position: relative;
    float: right;
    clear: right;
    height: 42px;
    width: auto;
    font-weight: 300;
    line-height: 42px;
    margin: 0;
    right: 170px;
    color: white;
    font-size: 80%;
    text-align: center;
}

.tab ul.login li.left {
    background: url(img_tab/tab_l.png) no-repeat left 0;
    height: 42px;
    width: 30px;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}

.tab ul.login li.right {
    background: url(img_tab/tab_r.png) no-repeat left 0;
    height: 42px;
    width: 30px;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}

.tab ul.login li {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    text-align: left;
    padding: 0 6px;
    display: block;
    float: left;
    height: 42px;
    background: url(img_tab/tab_m.png) repeat-x 0 0;
}

.tab ul.login li span {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #FC0;
}

.tab ul.login li .bluetext {
    font-size: 9px;
    color: #26C0D0;
}

.tab ul.login li a {
    color: #15ADFF;
}

.tab ul.login li a:hover {
    color: white;
}

.tab .sep {
    color: #fff
}

.tab a.open, .tab a.close {
    height: 20px;
    line-height: 20px !important;
    padding-left: 30px !important;
    cursor: pointer;
    display: block;
    width: 10px; /* link central */
    position: relative;
    top: 11px;
}

.tab a.open {
    background: url('img_tab/bt_open.png') no-repeat left 0;
}

.tab a.close {
    background: url('img_tab/bt_close.png') no-repeat left 0;
}

.tab a:hover.open {
    background: url('img_tab/bt_open.png') no-repeat left -19px;
}

.tab a:hover.close {
    background: url('img_tab/bt_close.png') no-repeat left -19px;
}

#driverPhoto, #photo {
    background-color: white;
    background-size: 170px 150px;
    background-position: center;
    background-repeat: no-repeat;
    width: auto;
    height: 140px;
}

.tab a.back {
    background: url('../images/back.png') no-repeat left 0;
    height: 22px;
    line-height: 22px !important;
    padding-left: 5px !important;
    cursor: pointer;
    display: block;
    width: 20px; /* link central */
    position: relative;
    top: 11px;
}

.tab a.home {
    height: 18px;
    line-height: 22px !important;
    padding-left: 5px !important;
    cursor: pointer;
    display: block;
    width: 20px; /* link central */
    position: relative;
    top: 11px;
}

.tab a.devmap {
    background: url('../images/devmap.png') no-repeat left 0;
    height: 18px;
    line-height: 22px !important;
    padding-left: 5px !important;
    cursor: pointer;
    display: block;
    width: 20px; /* link central */
    position: relative;
    top: 11px;
}

/* sliding panel */
#toppanel {
    position: absolute; /*Panel will overlap  content */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
    width: 100%;
    color: #999999;
    background-color: #272727;
    background-image: url('../images/bg_slide.jpg');
    background-repeat: repeat-x;
    background-position: center;
    overflow: hidden;
    position: relative;
    z-index: 3;
    display: none;
}

#panel h1 {
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    font-size: 20px;
    text-shadow: 0 0 1px #000;
    padding: 5px 0 10px;
    margin: 0;
    color: white;
    clear: both;
}

#panel h2 {
    font-size: 1.2em;
    padding: 10px 0 5px;
    margin: 0;
    color: white;
}

#panel p {
    margin: 5px 0;
    padding: 0;
}

#panel a {
    text-decoration: none;
    color: #15ADFF;
}

#panel a:hover {
    color: white;
}

#panel .content {
    width: 960px;
    /*margin: 0 auto;*/ /*Center panel*/
    padding-left: 30px; /* Left panel*/
    padding-top: 15px;
    text-align: left;
    font-size: 0.85em;
}

#panel .content .left {
    width: 280px;
    float: left;
    padding: 0 15px;
    border-left: 1px solid #333;
}

#panel .content .right {
    border-right: 1px solid #333;
}

#panel .content form {
    margin: 0 0 10px 0;
}

#panel .content label {
    float: left;
    padding-top: 8px;
    clear: both;
    width: 280px;
    display: block;
}

#panel .content input.field {
    border: 1px #1A1A1A solid;
    background: #414141;
    margin-right: 5px;
    margin-top: 4px;
    width: 200px;
    color: white;
    height: 16px;
}

#panel .content input:focus.field {
    background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login, #panel .content input.bt_register {
    display: block;
    float: left;
    clear: left;
    height: 24px;
    text-align: center;
    cursor: pointer;
    border: none;
    font-weight: bold;
    margin: 10px 0;
}

#panel .content input.bt_login {
    width: 74px;
    background: transparent url(img_tab/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
    width: 94px;
    color: white;
    background: transparent url(img_tab/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
    display: block;
    float: left;
    clear: right;
    padding: 15px 5px 0;
    font-size: 0.95em;
    text-decoration: underline;
}

.accountLogo {
    text-align: center;
    padding: 10px 0;
}

#accountInfo {
    font-family: "Open Sans", Tahoma, Geneva, serif;
    font-weight: 300;
    width: 203px;
    margin: 0 auto;
}

.accountDesc {
    font-size: 16px;
    color: #FFC926;
    vertical-align: central;
    display: block;
    text-align: left;
    padding-bottom: 2px;
}

.accountPhone {
    font-size: 13px;
    color: #FFF;
    height: auto;
    vertical-align: central;
    text-align: left;
    display: block;
    padding-bottom: 2px;
}

.accountEmail {
    font-size: 13px;
    color: #C8C8C8;
    height: auto;
    vertical-align: central;
    text-align: left;
    display: block;
    padding-bottom: 2px;
}

.menuEvNormal {
    font-family: "Open Sans", Tahoma, Geneva, serif;
    font-size: 18px;
    text-rendering: optimizelegibility;
    color: #FFBF00;
    vertical-align: central;
    text-align: center;
    height: 30px;
    cursor: pointer;
}

.menuEvPlugin, .menuEvPlugin a {
    /*display:none;*/
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
    /*font-weight:bold;*/
    font-weight: 200;
    text-rendering: optimizelegibility;
    color: #26C0D0;
    vertical-align: central;
    text-align: center;
    height: 30px;
    cursor: pointer;
}

#tdEvolution {
    height: 20px;
    vertical-align: central;
    text-align: center;
}

#tdEvolution a, #tdEvolution a:link, #tdEvolution a:active, #tdEvolution a:visited {
    font-family: "Open Sans", Tahoma, Geneva, serif;
    font-size: 13px;
    /*font-weight:bold;
    font-weight: 200;*/
    text-rendering: optimizelegibility;
    color: #C7C7C7;
    cursor: pointer;
}

#tdEvolution a:hover {
    font-family: "Open Sans", Tahoma, Geneva, serif;
    font-size: 13px;
    border-bottom: 1px solid #FFBF00;
    /*font-weight:bold;
    font-weight: 200;*/
    text-rendering: optimizelegibility;
    color: #26C0D0;
    vertical-align: central;
    text-align: center;
    height: 30px;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

#tdEvolution2 a, #tdEvolution2 a:link, #tdEvolution2 a:active,
#tdEvolution2 a:visited {
    font-family: "Open Sans", Tahoma, Geneva, serif;
    font-size: 13px;
    /*font-weight:bold;
    font-weight: 200;*/
    text-rendering: optimizelegibility;
    color: #C7C7C7;
    cursor: pointer;
}

#tdEvolution2 a:hover {
    font-family: "Open Sans", Tahoma, Geneva, serif;
    font-size: 13px;
    border-bottom: 1px solid #FFBF00;
    /*font-weight:bold;
    font-weight: 200;*/
    text-rendering: optimizelegibility;
    color: #26C0D0;
    vertical-align: central;
    text-align: center;
    height: 30px;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

#tdEvolutionKit a, #tdEvolutionKit a:link, #tdEvolutionKit a:active,
#tdEvolutionKit a:visited {
    font-family: "Open Sans", Tahoma, Geneva, serif;
    font-size: 13px;
    /*font-weight:bold;
    font-weight: 200;*/
    text-rendering: optimizelegibility;
    color: #26C0D0;
    cursor: pointer;
}

#tdEvolutionKit a:hover {
    font-family: "Open Sans", Tahoma, Geneva, serif;
    font-size: 13px;
    border-bottom: 1px solid #FFBF00;
    /*font-weight:bold;
    font-weight: 200;*/
    text-rendering: optimizelegibility;
    color: #FFCC00;
    vertical-align: central;
    text-align: center;
    height: 30px;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

#tdEvolutionAdmin a, #tdEvolutionAdmin a:link, #tdEvolutionAdmin a:active,
#tdEvolutionAdmin a:visited {
    font-family: "Open Sans", Tahoma, Geneva, serif;
    font-size: 13px;
    /*font-weight:bold;
    font-weight: 200;*/
    text-rendering: optimizelegibility;
    color: #FFCC00;
    cursor: pointer;
}

#tdEvolutionAdmin a:hover {
    font-family: "Open Sans", Tahoma, Geneva, serif;
    font-size: 13px;
    border-bottom: 1px solid #FFBF00;
    /*font-weight:bold;
    font-weight: 200;*/
    text-rendering: optimizelegibility;
    color: #26C0D0;
    vertical-align: central;
    text-align: center;
    height: 30px;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

/* Cambios GTS */
.contentTable {
    margin: 10px auto;
    padding-top: 10px;
}

.contentCell {
    background-color: #17202C;
}

TR.adminTableHeaderRow {
    background-color: #0C233A;
}

.contentMapTable {
    margin-top: 0 !important;
}

TABLE.reportDisplayTable {
    margin: 50px auto;
}

/* Fix OpenLayers */
.contentTrackMapCell {
    padding: 0 !important;
    border: 0 !important;
}

#OpenLayers_Control_MaximizeDiv {
    display: none !important;
}

TR.mapDetailsDataRowHiLite {
    background-color: #36393C !important;
}

TR.mapDetailsDataRowHiLite .jsDetailsSpeed {
    color: #FFF !important;
}

TR.mapDetailsDataRowHiLite .jsDetailsLicensePlate {
    color: lightcoral !important;
}

TR.mapDetailsDataRowHiLite .jsDetailsAddress {
    color: #FFF !important;
}

/*.contentCell table span {*/
/*color: #fff !important;*/
/*}*/

div b {
    color: #fff !important;
}

div .infoBoxTable b {
    color: black !important;
}

/* Etiqueta de geozonas */
DIV.shapeDescription {
    margin: 0 12px 12px 0 !important; /* TODO: fix para caja de descripciones */
}

/* Info Balloon */
TABLE.infoBoxTable {
    margin: 0 12px 12px 0 !important; /* TODO: fix para caja de descripciones */
}

td.deviceCommandSep span {
    color: red;
    font-weight: bold;
}

form[name="ZoneInfoEdit"] span {
    color: white;
}

form[name="CorridorInfoEdit"] span {
    color: white;
}

#accountLoginLogoContainer {
    display: none;
}