html, body {
    padding: 1em;
}

.map_nicio{
    padding:0 !important;
    /*margin:*/ 
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;

}
/*///BUSCA///BUSCA///BUSCA///BUSCA///BUSCA///BUSCA///BUSCA///BUSCA///BUSCA///BUSCA*/
.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.8));
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
}
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 14px;
    right: 14px;
    /*    //border: 1px solid #000;*/
    color: red;
    border-radius: 5px;
    padding: 1px;
    width: 28px;
    background-color: #cccccc;
}
.ol-popup-closer:after {
    content: "✖"; 
    padding: 5px;
}
.ol-popup-closer:hover{
    text-decoration: none;
}
.ol-popup > .titulo{
    background-color: #33bdb4;/*33bdb4*/
    /*    //margin-right: 10px;*/
    font-size: 20px;
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    color: black;
    font-weight: bold;
}
.ol-popup > #popup-content{
    margin-top: 10px;
}
.ol-dragbox {
    background-color: rgba(255,255,255,0.4);
    border-color: rgba(100,150,0,1);
}

.atencao{
    font-size: 18px;
    font-weight: bold;
}
.tachado{
    text-decoration:line-through;
}

.campo-busca input[type=text] {
    width: 150px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('../../assets/img/searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.campo-busca input[type=text]:focus {
    width: 100%;
}

.clientes-container {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.card {
    width: 12rem;
    height: 200px;
    margin: 1em;
    display: flex;
    flex-flow: column;
    /*align-items: center;*/
    text-align: center;
    justify-content: flex-end;
}

.card-header {
    max-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




.ui-autocomplete-loading {
    background: white url("assets/img/ui-anim_basic_16x16.gif") right center no-repeat;
}
.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;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}