body,html{
    padding:0 !important;
    /*margin:*/ 
    height: 100%;
}
.coordMove {
    position: absolute;
    right: 10px;
    bottom: 45px;
    background-color: rgb(255,64,129);
    color: rgb(255,255,255);
    padding: 5px 10px;
    font-size: 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    z-index: 9;
}
#map{
    padding:0 !important;
    /*margin:*/ 
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

#bt-busca{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
}
#bt-busca img{
    height: 50px;
}
#bt-link{
    position: absolute;
    right: 150px;
    top: 10px;
    z-index: 9;
}
#bt-link img{
    height: 50px;
}

a.skiplink {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
a.skiplink:focus {
    clip: auto;
    height: auto;
    width: auto;
    background-color: #fff;
    padding: 0.3em;
}
#map:focus {
    outline: #4A74A8 solid 0.15em;
    padding: 0;
    margin: 0;
}

.ol-control{
    display: none;
}

.right-controllers{
    position: absolute;
    right: 10px;
    bottom: 75px;
    z-index: 9;
    text-align: right;
    pointer-events: none;
}
.right-controllers > *{
    pointer-events: auto;
}

/*Legenda*/
.right-legenda {
    padding: 10px 15px;
    position: absolute;
    right: 80px;
    bottom: 130px;
    z-index: 9;
    background: rgba(255,255,255,1);
    min-height: 250px;
    max-height: 250px;
    min-width: 220px;
    max-width: 220px;
    float: right;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.75);
}
.right-legenda h5{
    font-size: 14px;
    margin: 5px;
    margin-bottom: 10px;
}

.right-legenda .data-legenda {
    margin-top: 20px;
}
.data-legenda-title {
    padding-left: 2px;
    /*font-size: 19px;*/
}
.right-legenda .legenda-title .close-icon-panel {
    float: right;
    font-size: 14px;
    
}
.right-legenda .legenda-title{
    position: absolute;
    padding: 3px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    /*border: 1px #cccccc solid;*/
    right: 0px;
    top: 0px;
    left: 0;
    border-radius: 10px;
}
/*Legenda*/

.right-camadas{
    padding: 10px 15px;
    position: absolute;
    right: 80px;
    top: 130px;
    z-index: 9;
    background: rgba(255,255,255,1);
    min-height: 250px;
    min-width: 180px;
    max-width: 180px;
    float: right;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.75);
}
.right-camadas h5{
    font-size: 18px;
    border-bottom: 1px solid rgba(0,0,0,0.4);
    padding-bottom: 2px;
}

.right-camadas .close-icon-panel {
    position: absolute;
    right: 5px;
    top: 0px;
}

.right-camadas md-checkbox{
    padding-bottom: 2px;
    margin-bottom: 2px;
}

.containner_inputs{
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 9;
    background: rgba(255,255,255,0.98);
    padding: 10px;
    padding-top: 2px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    min-width: 280px;
}
.flex-50, .layout-row>.flex-50{
    max-width: unset;
}

.containner_inputs md-input-container {
    margin-bottom: 0 !important;
}

#search-icon{
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 9;
}

.containner_inputs .close-icon-panel {
    position: absolute;
    right: 10px;
    top: 7px;
}

#search-icon img{
    height: 50px;
}

/*.popover-content{
    min-width: 360px;
    min-height: 300px;
}

.popover{
    width: 400px !important;
    max-width: 400px !important;
    min-width: 400px !important;
}

.popover-content p{
    margin-bottom: 0;
}*/

#content_area_image {
    position: relative;
}

#content_area_image img{
    width: 100%;
}
.carousel-indicators{
    bottom: -10px !important;
}

.cityMapa{
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(255,255,255,0.5);
    padding: 5px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    z-index: 9;
}

md-content.md-default-theme, md-content{
    background: transparent;
}

.truncate {
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dialog-custom-width {
    overflow: hidden !important;
}
.dialog-custom-width > .ngdialog-content {
    min-width: 530px;
}

/*table {
    width: 100%;
}*/

/*thead, tbody, tr, td, th { display: block; }*/

/*tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

thead th {
    height: 30px;

    text-align: left;
}

tbody {
    height: 120px;
    overflow-y: auto;
}

thead {
     fallback 
}


tbody td, thead th {
    width: 19.2%;
    float: left;
}*/

#c_mapa{
    /*border: 1px solid #000;*/
    position: absolute;
    z-index: 2;
    padding: 5px;
    bottom: 37px;
    left: 5px;
}

#c_mapa > img{
    border-radius: 5px;
    filter: alpha(opacity=65);
}

#c_mapa > span{
    position: absolute;
    padding: 10px;
    top: 15px;
    left: 10px;
    color: #cccccc;
    font-weight: bold;
}

#orto_todos {
    position: absolute;
    z-index:2;
    padding:5px;
    bottom: 38px;
    left: 70px;
    /*border: 1px solid #000;*/
    min-width: 50px;
    /*height: 110px !important;*/
    display: none;
    flex-flow: row;
    flex-grow: 1;
    flex-wrap: wrap;
    overflow-y: paged-x;
    cursor: pointer;
}

#orto_todos .orto_todos_container {
    height: 100%;
    width: 80px;
    /*display: flex;*/
    flex-flow: row;
    flex-grow: 1;
}

.ver_orto {
    width: 100%;
    margin-left: 0.1em;
    position: relative;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: center;
}

.ver_orto > md-checkbox {
    position: absolute;
    top: 2px;
    right: 2px;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    width: 20%;
}

.ver_orto > img{
    border-radius: 5px;
    filter: alpha(opacity=65);
    width: 110px;
    height: auto;
}

.ver_orto > span{
    position: absolute;
    /*padding: 10px;*/
    font-weight: normal;
    max-width: 100%;
    white-space: normal;
    max-height: 100%;
    overflow: hidden;
    text-align: center;
    color: white;
    width: 100%;
    font-family: arial;
}
.modal-img{
    height: 100px;
    text-align: center;
    border-radius: 5px;
}
.ui-dialog .ui-dialog-content{
    overflow-y: auto !important;
    overflow-x: hidden !important;
}






.pictures {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pictures > li {
    border: 1px solid transparent;
    float: left;
    height: calc(100% / 3);
    margin: 0 -1px -1px 0;
    overflow: hidden;
    width: calc(100% / 3);
}

.pictures > li > img {
    cursor: zoom-in;
    width: 100%;
}


.tooltip {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    color: white;
    padding: 4px 8px;
    opacity: 0.7;
    white-space: nowrap;
}
.tooltip-measure {
    opacity: 1;
    font-weight: bold;
}
.tooltip-static {
    background-color: #ffcc33;
    color: black;
    border: 1px solid white;
}
.tooltip-measure:before,
.tooltip-static:before {
    border-top: 6px solid rgba(0, 0, 0, 0.5);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    position: absolute;
    bottom: -6px;
    margin-left: -7px;
    left: 50%;
}
.tooltip-static:before {
    border-top-color: #ffcc33;
}

.ui-dialog .ui-dialog-titlebar-close  {
    background-position: -96px -128px;
    background-position-x: -96px;
    background-position-y: -128px;
    
}
.ui-dialog-titlebar-close {
    background-image: url(images/ui-icons_444444_256x240.png);
}