.iwetc-modal {
    display: none;
    width: calc(100% - 310px);
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 159000;
    padding-left: 310px;
}

.iwetc-modal .iwetc-modal-container {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.iwetc-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;
}

.iwetc-modal-box-lg {
    width: 80%;
    max-height: 80%;
}

.iwetc-modal-box-md {
    width: 45%;
    max-height: 80%;
}

.iwetc-modal-box-sm {
    width: 34%;
    max-height: 80%;
}

.iwetc-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;
}

.iwetc-modal-content .iwetc-modal-title {
    width: 100%;
    min-height: 45px;
    border-bottom: 1px #e5e5e5 solid;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.iwetc-modal-content .iwetc-modal-title h2 {
    line-height: 45px !important;
    font-size: 12pt !important;
    padding: 0 !important;
    font-weight: bold;
    float: left;
}

.iwetc-modal-content .iwetc-modal-title select {
    float: left;
    min-width: 200px;
    height: 31px;
    margin: 7px 0 7px 15px;
    border: 1px #a7a7a7 solid
}

.iwetc-modal-content .iwetc-modal-title .iwetc-modal-close {
    float: right;
    cursor: pointer;
    border: 0;
    background: transparent;
}

.iwetc-modal-content .iwetc-modal-title .iwetc-modal-close i {
    font-size: 17pt;
    height: auto;
    line-height: 45px;
}

.iwetc-modal-content .iwetc-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;
}

.iwetc-modal-content .iwetc-modal-body .iwetc-modal-body-wrap {
    width: 100%;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.iwetc-modal-content .iwetc-modal-body .iwetc-modal-description {
    width: 100%;
    float: left;
    font-style: italic;
    color: #838383;
    line-height: 32px;
    margin: 10px 0 0 0;
}

.iwetc-modal-content .iwetc-modal-body label {
    font-weight: bold;
    margin-bottom: 6px;
    line-height: 30px;
}

.iwetc-modal-content .iwetc-modal-body textarea, .iwetc-modal-content .iwetc-modal-body input[type="text"], .iwetc-modal-content .iwetc-modal-body input[type="email"], .iwetc-modal-content .iwetc-modal-body input[type="number"], .iwetc-modal-content .iwetc-modal-body select {
    width: 100%;
    height: 30px;
    float: left;
}

.iwetc-modal-content .iwetc-modal-footer {
    width: 100%;
    border-top: 1px #e5e5e5 solid;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 999999;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
}

.iwetc-modal label {
    height: 43px;
    line-height: 43px;
}

.iwetc-modal-top-search {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.iwetc-modal-top-search input {
    width: 100%;
    float: left;
    height: 40px !important;
}

@media screen and (max-width: 955px) {
    .iwetc-modal {
        width: 100%;
        padding-left: 0;
    }
    .iwetc-modal-box-lg, .iwetc-modal-box-md, .iwetc-modal-box-sm {
        width: 95%;
    }
}