#mapHolder {
    /* height: 100%; */
    height: 450px;
    width: 100%;
}

.ui-dialog-titlebar {
    background-color: #fbb623;
}

.ui-dialog-title, .ui-button.ui-dialog-titlebar-close {
    color: #fff;
}

.ui-button, .ui-button:focus, .ui-state-default, .ui-state-active {
    background-color: #fbb623;
    color: #fff;
}

.ui-button:hover {
    color: #fbb623;
    background-color: #fff;
}

.location_request {
    width: 100%;
}

.location_request_wrap {
    width: 100%;
    padding: 2px;
}

.error {
    color: red;
    font-size: small;
}

#response_reference {
    font-weight: bold;
    font-size: 1.1em;
}

#location, .ui-widget-content {
    width: 100%;
}

#legend {
    font-family: Arial, sans-serif;
    background: #fff;
    padding: 4px;
    margin: 4px;
    /* border: 1px solid #000; */
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
    border-radius: 2px;
}

#legend h3 {
    margin-top: 0;
    color: #01928a;
    font-size: small;
    text-align: center;
}

#legend img {
    vertical-align: middle;
    width: 20px;
    margin-right: 4px;
}

.powered {
    border-top: 1px solid #CCC;
    text-align: right;
    margin-top: 4px;
    padding-top: 4px;
}

.powered a {
    text-decoration: none;
}

/*
.modal-content {
    width:100%;
}

.modal-dialog-centered {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    min-height:calc(100% - (.5rem * 2));
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height:calc(100% - (1.75rem * 2));
    }
}
 */

/*
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

 */

.modal-dialog {
    display: inline-block;
    vertical-align: middle;
}

.modal .modal-content {
    /*
    padding: 20px 20px 20px 20px;
    -webkit-animation-name: modal-animation;
    -webkit-animation-duration: 0.5s;
    animation-name: modal-animation;
    animation-duration: 0.5s;

     */
}

.modal-dialog {
    /*
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;

     */
    position: relative;
    top: 1em;
}

.modal-dialog {
    display: block;
    width: 600px;
    margin: 1em auto;
    top: 1em;
}

@media only screen and (max-width: 600px) {
    .modal-dialog {
        width: calc(100% - (1em));
        margin: 1em auto;
    }
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching
full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}


#finder {
    font-family: Arial, sans-serif;
    background: none;
    padding: 4px;
    margin: 4px;
    /* border: 1px solid #000; */
    /* box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
    border-radius: 2px; */
}

#finder div.find_ferry, #finder div.find_stop {
    min-width: 35px;
    background: #fff;
    text-align: center;
    height: 40px;
    cursor: pointer;
    padding: 8px 17px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    float: left; position: relative;
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
}

#finder div.find_ferry button, #finder div.find_stop button, .menu_button button {
    border: none;
    background-color: #fff;
    color: #000;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: normal;
    padding-bottom: 1px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 1px;
}

#toggle_menu {
    font-family: Arial, sans-serif;
    background: none;
    padding: 4px;
    margin: 4px;
    /* border: 1px solid #000; */
    /* box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
    border-radius: 2px; */
    width: 132px;
}

#toggle_menu .menu_button {
    min-width: 35px;
    background: #fff;
    text-align: center;
    /* height: 40px; */
    cursor: pointer;
    padding: 8px 17px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    float: left; position: relative;
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
    width: 124px;
}

#toggle_menu .menu_button button {
    border: none;
    background-color: #fff;
    color: #000 !important;
}

#toggle_menu div.menu_item {
    min-width: 35px;
    background: #fff;
    color: #000 !important;
    height: 34px;
    cursor: pointer;
    padding: 8px 17px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    float: left; position: relative;
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
    display: none;
    width: 124px;
}

#toggle_menu div.menu_item input {
    margin: 0;
    width: 13px;
    height: 13px;
    border: 1px solid;
}

#toggle_menu div.menu_item input, #toggle_menu div.menu_item label {
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

#toggle_menu div.toggle_poi {
    height: 48px;
}

#toggle_menu div.menu_item label {
    /* text-align: right; */
    float: left;
    display: inline-block;
    vertical-align: middle;
    max-width: 70px;
}

#toggle_menu div.menu_item input {
    margin-right: 4px;
    margin-top: 2px;
    float: left;
    vertical-align: middle;
}

#toggle_menu.hide_menu .menu_item {
    display: none;
}

#toggle_menu.show_menu .menu_item {
    display: block;
}



