.ui-widget-overlay {
    z-index: 10000 !important;
    background-image: none !important;
    background-color: #343434 !important;
    background-repeat: repeat !important;
    opacity: 0.80 !important;
    filter: Alpha(Opacity=80);
    position:fixed;
}
.ui-dialog {
    z-index: 10001!important;
    padding:0!important;
    border: none!important;
    border-radius: 0!important;
}
.ui-widget-overlay.eip-overlay {
    z-index: 10000!important;
    background-image: none!important;
    background-color: #343434!important;
    background-repeat: repeat!important;
    opacity: 0.80!important;
    filter: Alpha(Opacity=80);
}
.eip-wrapper,
.eip-overlay {
    position: fixed!important;
}
.without_title .ui-dialog-titlebar {
    display:none;
}
/*Popup*/
#exitPopupLayer, .exitPopup {
    display: none;
}
#exitPopupLayer {
    z-index: 1000;
    background-color: #343434;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.ui-dialog .ui-dialog-content.exitPopup {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}
.exitPopup-content {
    padding: 40px 260px 30px 40px;
    background: url("/images/du/du-box.png") 280px 19px no-repeat transparent;
}
.exitPopup-top {
    display: table;
    width: 100%;
    background-color: #1d71a4;
}
b{font-weight:600;}
.ep-h1 {
    vertical-align: middle;
    display: table-cell;
    margin: 0;
    padding: 0 10px 0 48px;
    height: 106px;
    line-height: 1.3;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
}
.ep-h1-span {
    line-height: 1;
    font-size: 32px;
}
.ep-h1 b {
    font-size: 20px;
    text-transform: none;
}
.ep-h2 {
    margin: 0 0 15px 0;
    line-height: 1.4;
    font-size: 16px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #1d71a4;
}

.ep-p {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 18px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #000000;
}
.ep-p b {
    font-weight: 700;
}
.exitPopup-btn {
    margin-top: 25px;
    display: inline-block;
    padding: 0 7px;
    min-width: 170px;
    height: 46px;
    line-height: 46px;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #ffffff!important;
    background: #d43318;
    text-decoration: none;
    cursor: pointer;
}
.exitPopup-btn:focus {
    outline: none;
    text-decoration: none;
}
.exitPopup-btn:hover {
    background: #bd3218;
}
.epClose {
    position: absolute;
    top: 28px;
    right: 15px;
    width: 16px;
    height: 16px;
    background: url("/images/du/close.png") 0 0 no-repeat transparent;
    cursor: pointer;
}
