.modal * {
    outline:none;
    /*box-shadow: none;*/
}

.modal .body {
    max-height: 100%;
    overflow: auto;
}

.modal-remark {
    border: 1px solid #e2e2e2;
    width: 100%;
    min-height: 100px;
    padding: 10px;
}

.modal-remark .spinner {
    display: none;
}

.modal-inner {
    width: 900px;
    height: 85vh;
    position: relative;
}
.modal-inner-small {
    width: 750px;
    height: 500px;
    position: relative;
    overflow: scroll !important;
}
.modal-inner-list {
    width: 350px;
    height: 500px;
    position: relative;
    overflow: scroll !important;
}

.modal-inner .spinner {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%);
}

.modal-body-planning {
    overflow: scroll !important;
    height: calc(100% - 24px)
}

