﻿/* ESTRUTURA BASE
   ================================================== */
#directions { font-size: 12px; margin-top: 25px; }
#directionsboxMA { overflow: hidden; margin-top: 25px; margin-bottom: 10px; }
#directions-sel-MA { float: left; width: 100%; position: relative; }

/* CAMPOS PARA DAS DIRECÇÕES
   ================================================== */
#origem-mapa-MA { background: #fff; border-radius: 2px; overflow: hidden; width: 50%; display: block; float: left; height: 30px; line-height: 30px\9; }
#origem-mapa-MA .input-map-MA { color: #111; padding: 0 10px; width: 85%; height: 100%; margin: 0; border: 1px solid #ddd; background: transparent; outline: none; line-height: 28px\9; height: 28px; font-size: 12px; }

#destino-mapa-MA { width: 27%; float: left; height: 30px; margin-left: 5px; border: 0px solid #000; overflow: hidden; }
#destino-mapa-MA select { background: #4e4637; border-radius: 2px; border: 1px solid #EEEFF0; color: #fff; height: 100%; outline: none; padding: 5px 8px 5px 10px; width: 100%; }
#destino-mapa-MA option { padding-left: 10px; padding-top: 5px; height: 22px; line-height: 29px; color: #fff; margin: 0; }

#botao-mapa-MA { background-color: #ffffff;border: 1px solid #4e4637;font-family: Arial,Tahoma;font-size: 11px; width: 19%; position: absolute; text-align: center; top: 0px; right: 0; display: block; line-height: 28px; height: 28px; }
#botao-mapa-MA:hover { background-color: #4e4637; color:#FFF;}

/* BOTOES FECHAR E IMPRIMIR
   ================================================== */
#options-mapa-MA { overflow: hidden; width: 12%; float: right; padding-top: 4px; }
#options-mapa-close-MA { display: none; cursor: pointer; float: left; height: 27px; text-align: center; line-height: 27px; width: 30px; }
#options-mapa-print-MA { display: none; float: left; width: 30px; cursor: pointer; text-align: center; height: 27px; line-height: 27px; }

/* RESULTADOS DAS DIRECÇÕES
   ================================================== */
#directions-topo-mapaMA, #directions-fundo-mapaMA { background-color: #4e4637; color: #fff; /* height:40px;*/ font-size: 1em; line-height: 40px; padding-left: 10px; }
#directions-fundo-mapaMA { line-height: 1.5em; padding: 10px; }
#directions-meio-mapaMA { overflow: hidden; width: 100%; }
.d_linha.header { border-bottom: 1px solid #ccc; background: #4e4637; color:#FFF; }
.d_linha.header .d_desc { width: 30%; float: left; display: none;  }
.d_linha.header .d_dist { width: 70%; text-align: right;padding-right:5px; }
.d_linha { width: 100%; overflow: hidden; clear: both; float: left; border-bottom: 1px solid #eee; line-height: 20px; padding: 5px 0; }
.d_id { width: 5%; float: left; padding-left: 10px; }
.d_desc { width: 78%; float: left; }
.d_dist { width: 12%; float: right; }

/* INFO WINDOW
   ================================================== */
#popup-mapa-MA { width: 210px; font-size: 12px; line-height: 1.5em; padding: 20px; }
.popup-tit { font-size: 14px; display: block; padding-bottom: 10px; }
#clicapop { display: block; font-size: 12px; margin-top: 15px; }