.modal-dialog {
    background: #fff;
    position: absolute;
    top: 15%;
    left: 30%;
    padding: 0px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 999;
    cursor: default;
    width: 40vw;
    height: auto;
    overflow-y: auto;
    max-height: 100vh;
    border-radius: 4px;
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.24);
    padding-bottom: 40px;

}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 0px;
    box-shadow: none;
    padding: 0px;
}

.location-modal{
padding-left: 10%;
padding-right: 10%;
padding-top: 10%;
padding-bottom: 0px;
-webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.location-modal select{
    width: 100%;
    height: 40px;
    border-radius: 5px 0px 0px 5px;
    border: 1px solid #000;
    background-color: #fff !important;
    margin-bottom: 15px;
}

.modal-backdrop.in{
    opacity: 0.6;
    background-color: #fff;
}

.btn-close {
    background-color: transparent;
    position: inherit !important;
    margin-top: 2%;
    margin-right: 10px;
    height: 32px;
    right: 0;
    border: 0;
    color: #cccccc;
}

.btn-close .closeModal {
    position: absolute;
    right: 10px;
    cursor: pointer;
    font-size: 60px;
    font-weight: 100;
    height: auto;
    line-height: 1px;
    top: 17px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

}
.



.btn-ok {
    padding-right: 50px;
}

.modal-open{
    overflow: scroll;
}
