﻿/*Fonts*/
@font-face {
    font-family: ubuntu;
    src: url(fonts/ubuntu.woff);
}

@font-face {
    font-family: ubuntu;
    src: url(fonts/ubuntu_bold.woff);
    font-weight: bold;
}

/*Main*/
body {
    font-size: .85em;
    font-family: "ubuntu",Calibri,Verdana,Helvetica,Sans-Serif;
    color: #232323;
    background-color: #fff;
    margin: 0px;
    height: 700px;
}

/*curstom*/
#Header {
    position: fixed;
    background-color: #eee;
    /*border: 1px solid #aaa;*/
    height: 60px;
    width: 99.8%;
    z-index: 9999;
    top: 0;
}

#Logo {
    display: inline-block;
    width: 300px;
    height: 60px;
    background-image: url('images/logotipo_mamiraua.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 300px;
}

#Titulo {
    display: inline-block;
    margin-left: 20px;
    width: 300px;
    height: 60px;
    vertical-align: top;
}

#Filtro {
    padding: 5px;
    right: 10px !important;
    margin-top: 10px !important;
    /*margin: 0 auto !important;*/
    position: absolute;
    display: inline-block;
    width: 700px;
    height: 550px;
    border: 1px solid #aaa;
    background-color: #fff;
    z-index: 10000;
    /*opacity: 0.90;
    -moz-opacity: 0.90;
    filter: alpha(opacity=90);*/
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

#FiltroIcon {
    padding-top: 5px;
    margin-top: 10px !important;
    margin-right: 12px !important;
    float: right;
    /*margin: 0 auto !important;*/
    /*position: absolute;*/
    display: inline-block;
    width: 100px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #444;
    vertical-align: top;
    text-align: center;
    font-size: 20px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

#Mapa {
    margin-top: 60px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    position: absolute;
    width: 99.9%;
    /*height: 700px;*/
    height: 700px !important;
}

#divPesquisar {
    display: inline-block;
    vertical-align: top;
    margin-top: -70px;
    margin-left: 200px;
}

#btnPesquisar {
    height: 30px;
    width: 100px;
    background-image: url('images/search-icon.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 22px;
    text-align: left !important;
}

#btnExportar {
    margin-top: 10px;
    height: 30px;
    width: 100px;
    background-image: url('images/excel-icon.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 22px;
    text-align: left !important;
}

.tdLogo {
    background-image: url('images/logo.gif');
    /*background-position: center top;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
}

.search-option {
    display: inline-block;
    width: 190px;
}

/*Form*/
label {
    font-size: 10px;
    font-weight: bold;
}

select {
    font-size: 14px;
    font-family: "ubuntu",Calibri,Verdana,Helvetica,Sans-Serif;
    width: 100%;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

.cluster {
    background-image: url('images/marcador_red.png');
    background-size: auto;
    color: #fff;
    width: 66px;
    height: 65px;
    text-align: center;
}

    .cluster div {
        position: absolute;
        left: 0px;
        top: 22px;
        width: 66px;
        height: 30px;
        font-size: 16px;
    }

.markerAny {
    height: 160px !important;
    overflow-y: auto;
    overflow-x: hidden;
}
