/*#region modal */

.modal {
    overflow-y: scroll !important;
    padding: 5px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    -ms-opacity: .3 !important;
    opacity: .3 !important;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 10px;
    border-bottom: none;
    background: #526899;
    border-bottom: solid 4px goldenrod;
}

    .modal-header .close {
        color: #FFF;
        line-height: 28px;
        font-weight: normal;
        -ms-opacity: .3;
        opacity: .3;
    }

.modal-title {
    line-height: 1;
    color: #ffffff;
}

.modal-body {
    padding: 20px;
}

.modal-footer {
    padding: 10px;
    background: #f9f9f9;
    border-top: solid 1px #DDD;
}

.modal-fs {
    width: 95%;
}

/*#endregion */