.oppp_map_container {
    height: 100%;
    position: initial;
    min-width: 150px;
    min-height: 200px;
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#op-pac-input-map {
  margin-top: 10px !important;
  margin-left: 10px !important;
  height: 30px !important;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px;
}

.op-pac-input {
    background-color: #fff !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    margin-left: 12px !important;
    margin-top: 5px !important;
    padding: 0 11px 0 13px !important;
    text-overflow: ellipsis !important;
    width: 300px !important;
    margin-top: 12px !important;
}

.op-pac-input:focus {
    border-color: #4d90fe;
}

.pac-container {
    font-family: Roboto;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

#type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#target {
    width: 345px;
}

.loading-asset-dropdown.icon-view-32 a.selected-item {
    width: 32px;
    height: 32px;
}

.op-asset-dropdown.loading-asset-dropdown.icon-view-32 img {
    max-height: 100%;
}


.map-marker-container .op-asset-dropdown-list-item.op-asset-dropdown-list-item--loaded img {
    width: 32px;
}

.pac-container {
    z-index: 200000;
}

#op_asset_browser_container .gmaps-no-api-key--hidden,
#op_asset_browser_container .op-theme-version--hidden {
    display: none;
}

#op_assets_addon_op_map_map_style {
    width: 100% !important;
    padding: 10px;
    height: 40px !important;
}

#op-live-editor-map-container {
    height: 300px;
}


.op_map_location_btn {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    position: relative;
    top: 10px;
    left: 10px;
    border: 1px solid #ccc;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px;
}

.op_map_location_btn_text {
    color: rgb(25,25,25);
    font-size: 14px;
    padding: 6px;
    color: #6d6d6d;
}