<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {padding:0; margin:0;}
/*a:link, a:visited {text-decoration: none; color: #fff;}*/
/*a:hover {text-decoration: underline; color: #fff;}*/
/*a:active {text-decoration: none; color: #fff;}*/
body {
    font-family: Arial,Tahoma,Verdana;
    font-size: 12px;
    margin-bottom: 0;
    padding-top: 0;
}
#mapa {width:100%; top:0; bottom:0; position: absolute; }
#mensagem {
/*  bottom:32px;*/
	bottom: 0;
    color: #ffff33;
    width: 100%;
    position: absolute;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    font-size: 14px;
    display: none;
    z-index: 9999999;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 1%, rgba(0,0,0,0.6) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.6)), color-stop(1%,rgba(0,0,0,0.6)), color-stop(100%,rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 1%,rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 1%,rgba(0,0,0,0.6) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 1%,rgba(0,0,0,0.6) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 1%,rgba(0,0,0,0.6) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 ); /* IE6-8 */
}
.widget {position: absolute;}
#logo_prodepa {
    width: 100px;
    height: 58px;
    background: url(../img/logo_mapa_prodepa.png);
    left: 38px;
    top: 50px;
    z-index: 99999999;
}
#link_install_app {
    width: 93px;
    height: 99px;
    background: url(../img/install_app.png);
    right: 5px;
    top: 121px;
    z-index: 99999999;
}
#redessociais {
    width: 90px;
    height: 34px;
	text-align: center;
	right: 6px;
    top: 122px;
    z-index: 99999999;
}
#t_rota, #t_percorrido {
    width: 74px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    z-index: 99999999;
}
#t_rota {
    background-color: #005580;
    color: white;
    padding: 8px;
    text-align: center;
    height: 23px;
    right: 6px;
    top: 48px;
}
#t_percorrido {
    background-color: #387038;
    color: white;
    padding: 8px;
    text-align: center;
    height: 23px;
    right: 6px;
    top: 93px;
}
#t_rota small, #t_percorrido small {
    font-size: 10px;
    position: absolute;
    top: 2px;
    left:0;
    width:100%;
}
#t_rota label, #t_percorrido label {
    font-size: 10px;
    position: absolute;
    top: 16px;
    left:0;
    width:100%;
    font-size: 16px;
    font-weight: bold;
}
#tweet {
    left:0;
    right:0;
    bottom:0;
    padding:0;
    background: #E3EAEB;
    text-align: center;
    height:32px;
    overflow: hidden;
    background: url(../img/bg_feed2.png) repeat-x;
}
#tweet marquee {
    margin:0;
    line-height:30px;
    color:#fff;
}

.twitter {
    margin-bottom:-4px;
}

.km { font-size: 10px !important; }

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
    #t_rota, #t_percorrido {width: 86px;}
}


/* Botão do Layers de Trânsito */

.gmap-control-container {
    margin: 5px;
}
.gmap-control {
    cursor: pointer;
    background-color: -moz-linear-gradient(center top , #FEFEFE, #F3F3F3);
    background-color: #FEFEFE;
    border: 1px solid #A9BBDF;
    border-radius: 2px;
    padding: 0 6px;
    line-height: 160%;
    font-size: 12px;
    font-family: Arial,sans-serif;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.gmap-control:hover {
    border: 1px solid #678AC7;
}
.gmap-control-active {
    background-color: -moz-linear-gradient(center top , #6D8ACC, #7B98D9);
    background-color: #6D8ACC;
    color: #fff;
    font-weight: bold;
    border: 1px solid #678AC7;
}
.gmap-control-legend {
    position: absolute;
    text-align: left;
    z-index: -1;
    top: 20px;
    right: 0;
    width: 150px;
    height: 66px;
    font-size: 10px;
    background: #FEFEFE;
    border: 1px solid #A9BBDF;
    padding: 10px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
}
.gmap-control-legend ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.gmap-control-legend li {
    line-height: 160%;
}
</pre></body></html>