/* @override 
	http://ovision/css/gpstyles.css */


/* @group font */

/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700,900);*/
/***********************************************************************/

/***********************************************************************/


/* @end */

/* @group reset */

html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
}



/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }


.table {
    border-collapse: collapse;
    border-spacing: 0;
}

a, a:hover {
    cursor: pointer;
}

/* @end */




html, body {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'novecento_widenormal', sans-serif !important;
}

.Container {
    width: auto;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    font-family: 'novecento_widenormal', sans-serif;
    font-weight: 300;
}
/*Espacios*/
.space_small {
    display: block;
    height: 10px;
    margin: 0;
    padding: 0;
}

.space_med {
    display: block;
    height: 20px;
    margin: 0;
    padding: 0;
}

.space_big {
    display: block;
    height: 40px;
    margin: 0;
    padding: 0;
}

/* @group inicio */


#inicio {
    background: url(https://gps.shareservice.co/site/Style/Rastrack/img/inicio-bg.jpg) center center no-repeat #4295a6;
    background-size: cover;
    min-height: 760px;
}


    #inicio .Container header {
        min-height: 250px;
        text-align: right;
        font-size: 14px;
        background: url(https://gps.shareservice.co/site/Style/Rastrack/img/inicio-logo.png) center center no-repeat;
    }

        /* @group idioma
 */

        #inicio .Container header .idioma {
            display: inline-block;
            ii padding-top: 10px;
            padding-right: 20px;
            font-size: 12px;
        }

            #inicio .Container header .idioma a {
                text-decoration: none;
                color: white;
            }

                #inicio .Container header .idioma a strong {
                    font-weight: 300;
                    padding-right: 25px;
                    padding-left: 15px;
                    background: url(https://gps.shareservice.co/site/Style/Rastrack/img/inicio-flecha-idioma.png) no-repeat 92% center;
                    color: #00a6ce;
                }


            #inicio .Container header .idioma .menuIdioma {
                display: none;
                position: absolute;
                right: 5px;
                top: 1px;
                text-align: left;
            }

                #inicio .Container header .idioma .menuIdioma a {
                    color: white;
                    text-decoration: none;
                    background-color: gray;
                    display: block;
                    padding-right: 15px;
                    line-height: 10px;
                    padding-top: 10px;
                    padding-bottom: 10px;
                    margin: 0;
                }

                    #inicio .Container header .idioma .menuIdioma a:hover {
                        background-color: #00a6ce;
                    }

                #inicio .Container header .idioma .menuIdioma strong {
                    font-weight: bold;
                    padding-right: 25px;
                    padding-left: 15px;
                    background: url(https://gps.shareservice.co/site/Style/Rastrack/img/idioma-flecha.png) no-repeat 92% center;
                    color: white;
                }


            #inicio .Container header .idioma li:hover .menuIdioma {
                display: block;
            }

    /* @end */

    #inicio .Container section .titulo {
        display: inline-block;
        padding-right: 70px;
        text-align: right;
        background: url(https://gps.shareservice.co/site/Style/Rastrack/img/inicio-ico-tutulo.png) no-repeat 99% center;
        min-height: 60px;
        vertical-align: text-bottom;
        padding-top: 45px;
        padding-bottom: 45px;
        line-height: normal;
        color: white;
        font-weight: 700;
        font-size: 2.2em;
    }

        #inicio .Container section .titulo .fecha {
            font-size: 0.55em;
            font-weight: normal;
            font-style: normal;
        }

    #inicio .Container .formulario {
        display: inline-block;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
        width: 285px;
        padding-top: 0;
        padding-bottom: 50px;
        font-size: 14px;
        color: silver;
    }


    #inicio .Container section .formulario ul li#mensajes {
        font-size: 12px;
        color: #00a6ce;
        line-height: 20px;
        margin-bottom: 1px;
        font-weight: bold;
    }

        #inicio .Container section .formulario ul li#mensajes p::before {
            content: "x";
            background-color: #00a6ce;
            width: 15px;
            height: 15px;
            display: inline-block;
            line-height: 12px;
            color: white;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            margin: 0 4px 0 0;
            padding: 0;
            font-weight: bold;
            font-size: 14px;
        }

    #inicio .Container section .formulario ul li input[type="text"], #inicio .Container section .formulario ul li input[type="password"] {
        padding-right: 15px;
        padding-left: 15px;
        font-size: 14px;
        line-height: 38px;
        min-width: 200px;
        margin-top: 5px;
        margin-bottom: 5px;
        background-color: #00a6ce;
        height: 35px;
        border-style: none;
        text-align: center;
        color: white;
    }

    #inicio .Container section .formulario ul li input::-webkit-input-placeholder {
        color: #FFFFFF !important;
        padding: 2px;
    }

    #inicio .Container section .formulario ul li input:-moz-placeholder { /* Firefox 18- */
        text-transform: uppercase;
        font-size: 12px;
    }

    #inicio .Container section .formulario ul li input::-moz-placeholder { /* Firefox 19+ */
        text-transform: uppercase;
        font-size: 12px;
    }

    #inicio .Container section .formulario ul li input:-ms-input-placeholder {
        text-transform: uppercase;
        font-size: 12px;
    }

    #inicio #loginbox form ul li.linea {
        border-bottom: 1px solid white;
    }

#loginbox form ul li label {
    color: white !important;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 15px;
    text-transform: uppercase;
}

#inicio .Container section .formulario input#user:focus, #inicio .Container section .formulario input#pass:focus, #loginbox .inputLogin:focus, .barra2 form input:focus {
    outline: 0px;
    /*border: 2px solid #0064cc;*/
    height: 35px;
    -moz-box-shadow: 0 0 10px #ff0000 !important;
    box-shadow: 0 0 10px #ff0000 !important;
    border-color: #ff4444 !important;
}


#inicio .Container section .formulario ul li input#user {
}

#inicio .Container section .formulario ul li input#pass {
}

#inicio .Container section .formulario ul li input#recordar {
    margin-top: 10px;
    margin-bottom: 10px;
}

#inicio .Container section .formulario ul li input[type="submit"] {
    height: 55px;
    line-height: 0;
    border: 1px solid white;
    font-size: 14px;
    margin-top: 25px;
    padding: 20px 80px;
    background: #006680;
    font-weight: normal;
    font-style: normal;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
}

    #inicio .Container section .formulario ul li input[type="submit"]:hover {
        background: #00a6ce;
        cursor: pointer;
        color: white;
        border: 1px solid #00a6ce;
        -webkit-transition-duration: 250ms;
        -moz-transition-duration: 250ms;
        -o-transition-duration: 250ms;
        transition-duration: 250ms;
    }

#inicio div.Container footer {
    display: block;
    font-size: 12px;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
}

    #inicio div.Container footer a {
        color: white;
        text-decoration: none;
        font-weight: bold;
        display: block;
        padding-bottom: 5px;
    }

        #inicio div.Container footer a:hover {
            color: #8dc63f;
        }

.imgLogoIntro {
    width: 169px;
    height: 166px;
    margin-left: auto;
    margin-right: auto;
    background: url(https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-logo.png) no-repeat;
    background-size: 169px 166px;
}

/* @Stylos Agregados JHAM */





.imgLogo {
    content: url("https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-logo.png");
    /*background: url('https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-logo.png') no-repeat; */
}

.imgClose {
    content: url("https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-close-ico.png");
    width: 25px;
    height: 25px;
}

.imgCloseHeader {
    background: url('https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-close-ico.png') no-repeat;
    height: 33px;
    width: 33px;
    right: 0px;
    top: 0px;
}

}


input[type="text"], input[type="password"], textarea, .campo, select, .select, input[type="submit"] {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #3b3b3b;
    border: 1px solid #a19a97;
    padding: 0px;
}

.inputSend {
    color: white;
    display: inline-block;
    border-style: none;
    padding: 2px 10px 2px 35px;
    height: 30px;
    font-weight: bold;
    background: #a81a1d url(https://gps.shareservice.co/site/Style/Rastrack/img/inicio-enviar-ico.png) no-repeat 5px center;
    cursor: pointer;
}

in-pagebar {
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
    float: left;
    width: 100%;
}

.in-pagebar {
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
    float: left;
    width: 100%;
    padding: 5px;
    background-color: #00a6ce;
}

    .in-pagebar span#pagetitle {
        color: #252525;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-weight: bold;
        float: left;
        text-align: left;
        padding-left: 20px;
        text-indent: 0px;
        padding-top: 10px;
        padding-right: 20px;
        width: auto;
    }

    .in-pagebar div#pagetools {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        text-align: left;
        text-indent: 0px;
        padding-top: 4px;
        padding-left: 12px;
        float: left;
        display: block;
        width: auto;
    }

        .in-pagebar div#pagetools td {
            font-weight: normal;
            padding-left: 4px;
            padding-right: 2px;
        }

        .in-pagebar div#pagetools label {
            color: #252525;
            font-weight: bold;
        }

.line {
    width: 92%;
    color: #09a3c9;
}

.CajaTitle {
    background-image: url(https://gps.shareservice.co/site/Style/Rastrack/img/bg_dark.gif);
    background-repeat: repeat;
    background-color: #09a3c9;
}

.bubbles span {
    background: #09a3c9 !important;
}



/* @end */

/* @group dashboard */
#dashboard {
    background: url(https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-bg.png) repeat-x white;
    /*background-size: cover;*/
    min-height: 600px;
    color: black;
}

    #dashboard div.Container header {
        height: 170px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #dashboard .Container header .logo {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin-right: 20px;
        border-right: 1px solid silver;
        padding-right: 10px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #dashboard .Container header .titulo {
        height: 80px;
        padding-right: 8%;
        text-align: right;
        line-height: 80px;
        font-size: 30px;
        background: url(https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-ico-titulo.png) no-repeat 95%;
        font-weight: bold;
        color: black;
    }

    #dashboard .Container section .contenido nav {
        display: inline-block;
        text-align: right;
        vertical-align: top;
        width: 35%;
    }

    #dashboard .Container .login {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }


        #dashboard .Container .login p {
            text-align: left;
            /*padding-right: 90px;*/
            font-size: 12px;
            margin-top: 5px;
            margin-bottom: 2px;
        }

            #dashboard .Container .login p.fecha {
                color: gray;
            }

            #dashboard .Container .login p strong {
                font-weight: bold;
                margin-right: 5px;
            }

        #dashboard .Container .login .user {
            display: inline-block;
            float: right;
            position: relative;
            margin: 0;
        }

            #dashboard .Container .login .user .cerrar {
                display: block;
                position: relative;
            }

            #dashboard .Container .login .user .imgUser {
                margin-right: -10px;
                margin-top: 5px;
            }

            #dashboard .Container .login .user .cerrar a {
                text-decoration: none;
            }

    #dashboard .Container section .contenido article {
        display: inline-block;
        width: 35%;
        text-align: left;
        padding-left: 0%;
        vertical-align: top;
    }

        #dashboard .Container section .contenido article ul, #dashboard .Container section .contenido article ul > li {
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

    #dashboard .Container section .contenido nav ul li {
        border-bottom: 1px solid rgb(255, 255, 255);
    }

    #dashboard .Container section .contenido nav ul a {
        text-decoration: none;
        padding-right: 70px;
        line-height: 109px;
        height: 109px;
        display: block;
        width: auto;
        font-weight: 400;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #4d4d4d;
    }

        #dashboard .Container section .contenido nav ul a#dispositivos {
            background: url(https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-dispositivos-ico.png) 96% no-repeat #d6d6d6;
        }

        #dashboard .Container section .contenido nav ul a#fechas {
            background: url(https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-fechas-ico.png) 96% no-repeat #d6d6d6;
        }


        #dashboard .Container section .contenido nav ul a#_aCMD {
            background: url(https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-backoffice-ico.png) 96% no-repeat #d6d6d6;
        }


        #dashboard .Container section .contenido nav ul a#dispositivos:hover {
            background: url(https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-dispositivos-ico_f2.png) 96% no-repeat #373737;
            color: white;
        }

        #dashboard .Container section .contenido nav ul a#fechas:hover {
            background: url(https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-fechas-ico_f2.png) 96% no-repeat #373737;
            color: white;
        }


        #dashboard .Container section .contenido nav ul a#_aCMD:hover {
            background: url(https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-backoffice-ico_f2.png) 96% no-repeat #373737;
            color: white;
        }




    #dashboard .Container section .contenido nav ul .fecha {
        color: white;
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #00a6ce;
        text-align: center;
    }

    #dashboard .Container section .contenido article ul li {
        width: 180px;
        height: 180px;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        text-align: center;
        background-color: #00a6ce;
        margin: 1px;
    }

        #dashboard .Container section .contenido article ul li:hover {
            background-color: #454343;
        }

        #dashboard .Container section .contenido article ul li a {
            color: white;
            text-decoration: none;
            display: block;
        }

            #dashboard .Container section .contenido article ul li a img {
                color: white;
                text-decoration: none;
                display: inline-block;
                width: 90px;
                height: 90px;
                margin-bottom: 10px;
            }

            #dashboard .Container section .contenido article ul li a#historico img {
                background: url(https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-historico-ico.png) center top no-repeat;
                background-size: contain;
            }

            #dashboard .Container section .contenido article ul li a#reportes img {
                background: url(https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-reportes-ico.png) center top no-repeat;
                background-size: contain;
            }

            #dashboard .Container section .contenido article ul li a#lat img {
                background: url(https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-lat-ico.png) center top no-repeat;
                background-size: contain;
            }

            #dashboard .Container section .contenido article ul li a#ayuda img {
                background: url(https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-ayuda-ico.png) center top no-repeat;
                background-size: contain;
            }

            #dashboard .Container section .contenido article ul li a label {
                display: block;
            }

            #dashboard .Container section .contenido article ul li a#historico:hover img {
                background: url(https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-historico-ico_f2.png) center top no-repeat;
                background-size: contain;
            }

            #dashboard .Container section .contenido article ul li a#reportes:hover img {
                background: url(https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-reportes-ico_f2.png) center top no-repeat;
                background-size: contain;
            }

            #dashboard .Container section .contenido article ul li a#lat:hover img {
                background: url(https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-lat-ico_f2.png) center top no-repeat;
                background-size: contain;
            }

            #dashboard .Container section .contenido article ul li a#ayuda:hover img {
                background: url(https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-ayuda-ico_f2.png) center top no-repeat;
                background-size: contain;
            }

            #dashboard .Container section .contenido article ul li a:hover label {
                color: white;
            }

    #dashboard div.Container footer {
        font-size: 12px;
        color: black;
        display: block;
        padding: 30px 20px 20px;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
    }

        #dashboard div.Container footer a {
            color: black;
            text-decoration: none;
            font-weight: bold;
            display: block;
            padding-bottom: 5px;
        }

            #dashboard div.Container footer a:hover {
                color: #00a6ce;
            }

/* @end */

/* @group interna */
.logoInterna {
    display: block;
    background: url(../img/inicio-logo.png) 20px no-repeat #021c48;
    background-size: auto 35px;
    height: 45px;
}

#bodyFinal .menu {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    height: 10%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 14px;
    z-index: 0px;
}

    #bodyFinal .menu ul {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    #bodyFinal .menu ul, #interna .menu li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

#bodyFinal .menuIco {
    width: 40px;
    height: 35px;
    background: url(https://gps.shareservice.co/site/Style/Rastrack/img/interna-menu-ico.png) center center no-repeat;
    display: inline-block;
    padding-top: 7px;
    position: relative;
}

#bodyFinal .menuLat {
    height: 100%;
    display: inline-block;
    background-color: #021c48;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -220px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    width: 220px;
    color: white;
    text-align: left;
    z-index: 9 !important;
}

.menu a {
    color: white;
    text-decoration: none;
    padding: 5px 15px;
    display: block;
}

#bodyFinal .menu > ul:hover, #bodyFinal .menu ul:hover .menuLat {
    padding-right: 220px;
}

.menuLat a {
    display: block;
    padding: 10px 20px 10px 45px;
    margin: 0px;
}

.menuLat .salir {
    display: block;
    vertical-align: middle;
    padding: 20px 60px 20px 10px;
    text-align: right;
    background: url(https://gps.shareservice.co/site/Style/Rastrack/img/interna-cerrar-ico.png) 180px 20px no-repeat #002e5b;
    margin: 0;
    border-style: none;
}

    .menuLat .salir:hover {
        background-color: #002e5b;
    }

    .menuLat .salir strong {
        display: block;
    }

#interna div.Gnl footer {
    display: none;
}

.menuSub a {
    border-style: none;
    margin-left: 35px;
    margin-bottom: 5px;
    margin-top: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 5px;
    color: rgba(255, 255, 255, 0.7);
}

    .menuSub a:hover {
        color: silver;
        background-color: #00a6ce;
    }

.menuLat a.inicio {
    background: url(https://gps.shareservice.co/site/Style/Rastrack/img/interna-inicio-ico_f2.png) 20px center no-repeat;
}

.menuLat a.dispositivos {
    background: url(https://gps.shareservice.co/site/Style/Rastrack/img/interna-dispositivos-ico_f2.png) 20px center no-repeat;
}

.menuLat a.fechas {
    background: url(https://gps.shareservice.co/site/Style/Rastrack/img/interna-fechas-ico_f2.png) 20px center no-repeat;
}

.menuLat a.historicos {
    background: url(https://gps.shareservice.co/site/Style/Rastrack/img/interna-historico-ico_f2.png) 20px center no-repeat;
}

.menuLat a.administracion {
    background: url(https://gps.shareservice.co/site/Style/Rastrack/img/interna-settings-ico_f2.png) 20px center no-repeat;
}

.menuLat a.ayuda {
    background: url(https://gps.shareservice.co/site/Style/Rastrack/img/interna-ayuda-ico_f2.png) 20px center no-repeat;
}

    .menuLat a.inicio:hover, .menuLat a.dispositivos:hover, .menuLat a.inicio:hover, .menuLat a.fechas:hover, .menuLat a.historicos:hover, .menuLat a.administracion:hover, .menuLat a.ayuda:hover {
        background-color: #00a6ce !important;
        color: #ffffff;
    }

#interna .barra2 {
    background-color: #00a6ce;
    color: white;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: normal;
    padding: 5px 4%;
}

    #interna .barra2 h3 {
        font-weight: 600;
        font-style: normal;
        display: inline-block;
        font-size: 1.1em;
    }

    #interna .barra2 form {
        margin: 0;
        padding: 0;
    }

    #interna .barra2 input {
        border: 1px solid #ba0000;
        font-size: 13px;
        line-height: normal;
        height: 20px;
        vertical-align: middle;
        display: inline-block;
        margin: 0 5px;
        padding: 0 5px;
    }

    #interna .barra2 a {
        text-decoration: none;
        color: orange;
    }

        #interna .barra2 a:hover {
            color: white;
            text-decoration: underline;
        }

/* @end */



@media (max-width:460px) {
    #dashboard .Container section .contenido nav {
        display: block;
        vertical-align: top;
        width: auto;
    }

    #dashboard .Container header .logo {
        margin-right: 0px;
        border-right: none;
        padding: 10px;
        margin: 20px 0 0;
    }

    #dashboard .Container .login {
        ;
    }

        #dashboard .Container .login p {
            text-align: center !important;
        }

            #dashboard .Container .login p strong {
                font-weight: bold;
                margin-right: 5px;
                display: inline-block;
            }

    #dashboard .Container section .contenido nav ul a {
        line-height: 70px;
    }

    #dashboard .Container section .contenido article {
        display: block;
        width: 100% !important;
        padding-left: 0;
    }

    #dashboard div.Container footer {
        position: relative;
    }
}

@media (max-width:1024px) {

    #dashboard .Container section .contenido article ul {
    }

    #dashboard .Container section .contenido article {
        display: inline-block;
        width: 55%;
        text-align: left;
        padding-left: 0%;
        vertical-align: top;
    }
}


input[type="text"], input[type="password"], textarea, .campo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #3b3b3b;
    border: 1px solid #a19a97;
    padding: 2px;
}

select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #3b3b3b;
    border: 1px solid #a19a97;
}

.select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #3b3b3b;
    border: 1px solid #a19a97;
}



.imgUser {
    content: url("https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-user-ico.png") no-repeat fixed center;
    ;
    background: url('https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-user-ico.png') no-repeat center;
}

.imgUserHeader {
    content: url("https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-user-ico.png") no-repeat fixed center;
    ;
    background: url('https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-user-ico.png') no-repeat center;
    width: 35px;
    height: 37px;
}

.imgHistory {
    content: url("https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-historico-ico.png") no-repeat fixed center;
    background: url('https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-historico-ico.png' ) no-repeat;
}

.imgReportes {
    content: url("https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-reportes-ico.png") no-repeat fixed center;
    ;
    background: url('https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-reportes-ico.png')no-repeat center;
}

.imgLatLng {
    content: url("https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-lat-ico.png") no-repeat fixed center;
    ;
    background: url('https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-lat-ico.png')no-repeat center;
}

.imgHelp {
    content: url("https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-ayuda-ico.png") no-repeat fixed center;
    ;
    background: url('https://gps.shareservice.co/site/Style/Rastrack/img/dashboard-ayuda-ico.png') no-repeat center;
}




/* Double verification predashboard styles */

#dashboard .Container section .contenido article.center-box {
    display: block;
    min-width: 300px;
    vertical-align: top;
    margin: auto;
}

#dashboard .Container section .contenido article ul.box {
    box-shadow: 0px 0px 15px #cccccc;
    border-radius: 5px;
    color: #333333;
    min-height: 300px;
    margin-top: 10px;
    padding: 20px;
}

#dashboard .Container section .contenido article .logo {
    background: url(https://gps.shareservice.co/Site/img/logos/logosTemplates/56Logo.png) 30px 10px no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    margin: 10px auto;
    width: 300px;
}

#dashboard .Container section .contenido article ul.box h2 {
}

#dashboard .Container section .contenido article ul.box p {
    margin-top: 10px;
}

    #dashboard .Container section .contenido article ul.box p.mailp {
        font-weight: bold;
    }

#dashboard .Container section .contenido article ul.box input[type="text"] {
    padding: auto 15px;
    font-size: 16px;
    line-height: 38px;
    min-width: 200px;
    margin: 15px auto 5px auto;
    height: 35px;
    border: 1px solid #cccccc;
    background: #fffffc;
    width: 88%;
    border-radius: 5px;
}

    #dashboard .Container section .contenido article ul.box input[type="text"]:placeholder {
        font-size: 16px;
        color: #333333;
    }


#dashboard .Container section .contenido article ul.box .box-button {
    border-radius: 5px;
    height: 10px;
    margin: 25px auto;
    padding: 20px 30px 30px 30px;
    color: #ffffff;
    background: #0047bb;
    display: block;
    text-transform: none;
    width: 80%;
    font-weight: bold;
    font-size: 18px;
}

    #dashboard .Container section .contenido article ul.box .box-button:hover {
        background: #62bee5;
        color: #333333;
        cursor: pointer;
    }

footer.predashboard div {
    text-align: center !important;
    font-weight: normal;
    color: #333;
    width: 100%;
}

    footer.predashboard div p a {
        text-align: center !important;
    }
