#menu {
    position: absolute;
    top: 100px;
    left: 50px;
    width: 200px;
    background-color: #EEE;
    border: #000 1px solid;
    padding: 10px;
    font-size: 9pt;
    box-shadow: 2px 2px 2px 0 #3c74be;
    border-radius: 5px 5px;
}

#menu hr {
    margin: 10px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid white;
    border-left: none;
}

#modal_programa {
    overflow-y: auto;
    max-height: 430px;
    display: none;
}

#conteudo {
    font-size: 10pt;
}

.ui-state-focus .ui-state-hover {
    border: 0;
}

h3{
    text-decoration: none;
    color: #000;
    text-align: center;
    background-color: #FFF;
}

#filtro{    
    margin-bottom: 10px;
}

.menu {
    position: absolute;
    top: 20px;
    left: 20px;
    border: #000 1px solid;
    padding: 10px 10px 10px 10px;
    width: 297px;    
}

.menu hr {
    margin: 10px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #000;
    border-left: none;
}

.divisor {    
    border-bottom: solid 1px #000;
    margin-bottom: 10px;
}

.row-fluid {
    margin-left: 5px;
}

.span6, .span3 {
    font-family: arial;
    font-size: 11px;
}

.span3 {
    color: #2d51a7;
    text-align: center;
}

select {
    width: 140px;
}

.modal-popup {
    float:left; 
    z-index:1000; 
    position:absolute; 
    background-color:#FFF;
    padding: 10px 10px 10px 10px;
    width: 200px;
}

.popover {
    min-width: 500px;
}

#basic-modal-resumo {
    overflow-y: auto;
    max-height: 430px;    
}

#basic-modal-municipio {
    overflow-y: auto;
    max-height: 430px;    
}

.popover-content {
    overflow-y: auto;
    max-height: 200px;
}

#popover-table {
    border-spacing: 3px;
    width: 100%;
    margin: 0 auto;
}

#popover-table td {
    padding: 1px 5px;
    min-width: 170px;
}

#popover-titulo {
    background-color: #DDD;
    font-weight: bold;
 }

#select_features {
    position: absolute;
    top: 450px;
    left: 50px;
    width: 215px;
    background-color: #EEE;
    border: #000 1px solid;
    padding: 10px;
    font-size: 9pt;
    box-shadow: 2px 2px 2px 0 #3c74be;
    border-radius: 5px 5px;
}

#select_features hr {
    margin: 10px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid white;
    border-left: none;
}

.table thead th {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-weight: normal;
}

.table {
    font-family: inherit;
    width: 98.7%;
}
