.modal-dialog {
	margin: 80px auto;
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
}

.modal-content {
    width: 100%;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    background: #EBF2DB;
}

.modal-header > .modal-title {
    color: #056839;
    font-weight: bold;
    margin: auto 0 auto .5em;
    line-height: normal;
}

.modal-header > button {
    cursor: pointer;
    padding: 0;
}

.modal-body {
    padding: 1rem;
    overflow-y: auto;
}

.modal-footer {
	margin-top: 0;
	padding: .5em;
}

.modal-footer button {
    margin: 0
}

.no-scroll {
    overflow: hidden;
}

.modal-backdrop.show {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5);
	z-index: 0;
}

.close-button {
	background-color: #ffffff;
	border: 1px solid #bfbfbf;
}

.ui-icon {
	width: 16px;
    height: 16px;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(../images/ui-icons_222222_256x240.png);
}

.ui-icon-close {
    background-position: -80px -128px;
}