.iwptp-modal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 159000;
}

.iwptp-modal .iwptp-modal-container {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.iwptp-modal-box {
    height: auto;
    max-height: 80%;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 99;
    background: #fff;
    padding-bottom: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.iwptp-modal-box-lg {
    width: 90%;
    max-height: 80%;
}

.iwptp-modal-box-sm {
    width: 45%;
    max-height: 80%;
}

.iwptp-admin-modal-content {
    height: auto;
    max-height: 92%;
    overflow: hidden;
    background: #fff;
    padding-bottom: 20px;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}

.iwptp-admin-modal-content .iwptp-modal-title {
    width: 100%;
    min-height: 60px;
    border-bottom: 1px #e5e5e5 solid;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.iwptp-admin-modal-content .iwptp-modal-title h2 {
    line-height: 60px;
    font-size: 13pt;
    float: left;
}

.iwptp-admin-modal-content .iwptp-modal-title .iwptp-modal-close {
    float: right;
    cursor: pointer;
    border: 0;
    background: transparent;
}

.iwptp-admin-modal-content .iwptp-modal-title .iwptp-modal-close i {
    font-size: 17pt;
    height: auto;
    line-height: 60px;
}

.iwptp-admin-modal-content .iwptp-modal-body {
    width: 100%;
    height: auto;
    min-height: 150px;
    max-height: 90%;
    padding-top: 20px;
    float: left;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.iwptp-admin-modal-content .iwptp-modal-footer {
    width: 100%;
    border-top: 1px #e5e5e5 solid;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 999;
    background-color: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 955px) {
    .iwptp-modal {
        width: 100%;
        padding-left: 0;
    }
    .iwptp-modal-box-lg,
    .iwptp-modal-box-sm {
        width: 95%;
    }
}