.mod_1_11 {
    background-image: url('/AUTO-PostoVistoriaPortal/includes/ui/img/bg-geolocation.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.box1 {
    background-color: #fff;
}

.form-bloco-active {
    padding-top: 0;
    height: 100%;
}

.d-none {
    display: none;
}

.d-block {
    display: block !important;
}

.map-altura-ajustada {
    height: 300px;
}

.buscareferenciado-lateral li {
    padding: 26px 8px 26px 20px;
    background-color: #f2f2f2;
    border-bottom: solid 1px #eaeaea;
    position: relative;
}

.buscareferenciado-lateral li.ativo {
    background-color: #fff;
}

.buscareferenciado-lateral li.ativo:before {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: -1px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 22px 17px 0;
    border-color: transparent #989ea9 transparent transparent;
}

.buscareferenciado-lateral li.ativo:after {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: -2px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 15px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 1;
}

.box-content {
    background-color: #fff;
    padding: 10px;
    height: 350px;
    position: relative;
}

.tbl-dados ul li:nth-child(odd) {
    background: #e0e0e0;
}

.tbl-dados ul li:nth-child(even) {
    background: #f0f0f0;
}

.tbl-dados ul li.list-group-item:hover {
    background-color: #3399ff;
    color: #fff;
}

.tbl-dados ul li.list-group-item {
    padding: 0px 15px;
    cursor: pointer;
}

#lista-cidade ul li:nth-child(odd) {
    background: #e0e0e0;
}

#lista-cidade ul li:nth-child(even) {
    background: #f0f0f0;
}

#lista-cidade ul li:hover {
    background-color: #3399ff;
    color: #fff;
}

.accordion {
    overflow: auto;
    height: 270px;
}

.button-style {
    padding: 5px 12px !important;
    font-size: 13px !important;
    height: 36px !important;
    line-height: 18px !important;
    min-width: unset !important;
}

.right-menu {
    background-color: #ffffff;
    min-height: 353px;
    border-left: 2px solid #989ea9;
    position: relative;
    padding-bottom: 60px;
}

.sidebar {
    padding: 0;
    background-color: #f2f2f2;
    min-height: 353px;
}

.button-position {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.button-position-top {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.button-position-top .button-style {
    min-width: auto;
    padding: 5px 12px;
}

#acordeao-bairro > div {
    position: relative;
}

#acordeao-bairro img {
    position: absolute;
    cursor: pointer;
}

.icon-mapa {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.icon-lupa {
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 10px;
}

.hr-custom {
    border-bottom: 1px solid;
    margin: 5px;
}

.div-caminho-scroll {
    overflow: auto;
}

html, body, #map-canvas {
    height: 100%;
    margin: 0;
    padding: 0;
}

.pac-container {
    height: 155px;
}

.map-form-bloco {
    width: 25%;
    padding: 10px;
    position: relative;
}

.map-btn-box {
    position: absolute;
    right: 15px;
}


#map-canvas {
    width: 75%;
    position: absolute;
    top: 0;
    right: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="search"],
select,
textarea {
    width: 100% !important;
}

input[type="radio"],
input[type="checkbox"] {
    width: auto !important;
    display: inline-block;
    margin-right: 5px;
}

#btn-comochegar {
    height: 40px !important;
    padding: 5px 15px !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

#divCaminho {
    overflow-y: auto;
    padding: 10px;
    background-color: #fff;
    height: 60%;
}

.button-mapa {
    padding: 5px;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
}

.mod_09 .button-mapa {
    padding: 5px !important;
    font-size: 14px !important;
    height: 40px !important;
    line-height: 20px !important;
}

