a {
    cursor: pointer;
    cursor: hand;
}

/* Fix for the Modal not showing up */
.fade.in {
    opacity: 1;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-backdrop .fade .in {
    opacity: 0.5 !important;
}
.modal-backdrop.fade {
    opacity: 0.5 !important;
}


/* Fix Google Maps AutoComplete in Modal */
.pac-container {
    z-index: 10510 !important;
}