.ui-blocker {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #f3f3f36b url(/images/loader.gif) 50% 50% no-repeat;
    background-size:  90px 90px;
}

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

/*
.pac-container .pac-item-query {
    display: block;
}
*/
body.loading .ui-blocker {
    display: block !important;
}

.bg-light-green {
    background: #5EA845 !important;
}

.border-light-green {
    border-color: #5EA845 !important;
}

.text-light-green {
    color: #5EA845 !important;
}

.wrap-option {
    word-wrap: break-word;
    text-overflow: inherit;
    white-space: normal;
}