﻿.row {
    margin-top: 0;
    margin-bottom: 0;
}


.modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal.fade .modal-dialog {
    /*transform: translate(0, -100%);*/
}

.modal.in .modal-dialog {
    /*transform: translate(0, 0);*/
}


body.modal-open {
    overflow-y: hidden;
}


html.hasScrollBar.ScrollWidth17 body.modal-open .LayoutBackdrop {
    right: 17px;
    width: calc(100% - 17px);
}

html.hasScrollBar.ScrollWidth17 body.modal-open #FooterWrapper {
    width: calc(100% - 17px);
}

html.hasScrollBar.ScrollWidth16 body.modal-open .LayoutBackdrop {
    right: 16px;
    width: calc(100% - 16px);
}

html.hasScrollBar.ScrollWidth16 body.modal-open #FooterWrapper {
    width: calc(100% - 16px);
}

html.hasScrollBar.ScrollWidth15 body.modal-open .LayoutBackdrop {
    right: 15px;
    width: calc(100% - 15px);
}

html.hasScrollBar.ScrollWidth15 body.modal-open #FooterWrapper {
    width: calc(100% - 15px);
}





        body.modal-open #FooterWrapper.position-relative {
            width: 100%;
        }




/* modal */
.modal {
    padding: 0 !important;
}

.modal-open .modal {
    overflow-y: scroll;
}

.modal-header, .modal-body, .modal-footer {
    padding: 1.75rem;
}

@media (max-width: 575px) {
    .modal-header, .modal-body, .modal-footer {
        padding: 1.25rem;
    }
}


.modal-footer {
    text-align:center;
    justify-content:center;
    border-top:none;
}

    .modal-header .close {
        font-size: 3rem;
        color: #176b3d;
        opacity: 1;
        padding: 0.25rem;
    }

.modal-content {
    border-radius:0;

}

.modal-header {
    border: none;
}

.modal-backdrop.show {
    opacity: 1;
    background-color: rgba(0,0,0,0.65);
}

/* end modal */
.fixed-bottom {
    padding: 0 !important;
    margin: 0 !important;
}

.text-muted {
    color: #d2d2d2!important;
}

.d-flex.form-row {
    margin:0;
}

.btn.disabled, .btn:disabled {
    opacity: 1;
    color: #d2d2d2 !important;
}

.btn.disabled:hover, .btn:disabled:hover {
    opacity: 1;
    color: #d2d2d2 !important;
    background-color:transparent;
}

.field-validation-error.invalid-feedback {
    display: block;
}

.input-validation-error.form-control {
    border-color: #dc3545
}