.bg-grey {
    background-color: #eee;
}

.mw-180px {
    max-width: 180px;
}

button:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}

.unselectable {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.modal-full .modal-dialog {
    min-width: 100%;
    margin: 0;
}

.modal-bottom .modal-dialog {
    position: fixed !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: 0 !important;
}

.modal-bottom .modal-dialog .modal-content {
    border: 0;
    border-radius: 5px 5px 0 0;
}

.modal.slide-up .modal-dialog {
    transition: all 0.2s ease-out !important;
}

.modal.slide-up .modal-dialog {
    transform: translate3d(0, 200px, 0);
}

.modal.show.slide-up .modal-dialog {
    transform: translate3d(0, 0, 0);
}

.modal-bottom .modal-header {
    border-bottom: 0;
    padding: 15px 26px 0px;
}

.modal-bottom .modal-body {
    border-bottom: 0;
    padding: 5px 26px 10px;
    font-size: 15px;
}

.modal-bottom .modal-footer {
    border-top: 0;
    padding: 0px 26px 26px;
}