
#wpu_box_overlay {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#wpu_box {
    display: none;
    margin: auto;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 10000;
    border: 1px solid #23282D;
    overflow: auto;
    height: 450px;
    width: 400px;
    color: #333;
    font-size: 12px;
}

body.rtl #wpu_box {
    text-align: right;
}

#wpu_box .wpu_title {
    background-color: #23282D;
    color: #fff;
    padding: 10px;
}

#wpu_box .wpu_title a {
    color: #fff;
}

#wpu_box .hide {
    cursor: pointer;
    float: right;
    font-size: 13px;
    font-weight: bold;
}

body.rtl #wpu_box .hide {
    float: left;
}

#wpu_box input[type='text'] {
    padding: 5px;
    border: 1px solid #999;
    box-shadow: none;
    background-color: #fff;
    font-size: 12px;
}

#wpu_box input[type='text']:focus {
    border: 1px solid #cacaca;
}

#wpu_box input[type='button'] {
    background: #19b9e7;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    border: 1px solid #18afda;
    font-size: 12px;
    font-weight: normal;
    padding: 7px 10px;
    display: inline-block;
}

body.wp-admin #wpu_box input[type='button'] {
    padding: 0 10px 2px;
}

#wpu_box input[type='button']:hover, #wpu_box input[type='button']:focus, #wpu_box input[type='button']:active {
    border: 1px solid #1387a8;
}

#wpu_box .wpu_content {
    padding: 10px 25px 25px;
}

#wpu_box input {
    margin: 10px 0 0 0;
}

#wpu_box .long_url {
    width: 100%;
    padding: 5px 10px;
    text-align: left;
    direction: ltr;
}

#wpu_box .spinner {
    float: none;
    display: none;
    background: url(../images/spinner.gif) no-repeat;
    background-size: 20px 20px;
    vertical-align: middle;
    opacity: .7;
    width: 20px;
    height: 20px;
    margin: -2px 10px 0;
}

body.wp-admin #wpu_box .spinner {
    margin: 16px 10px 0;
}

#wpu_box .result {
    margin: 10px 0 0;
    display: none;
}

#wpu_box .result > * {

}

#wpu_box .update-nag {
    display: none;
    margin: 20px 0 !important;
    padding: 0 !important;
    line-height: 19px;
    font-size: 14px;
    text-align: right;
    background-color: #fff;
    border-right: 4px solid #ffba00;
    -webkit-box-shadow: 0 1px 1px 0 #0000001a;
    box-shadow: 0 1px 1px 0 #0000001a;
}

#wpu_box .update-nag p {
    margin: 5px;
    display: none;
}

#wpu_box .short_url {
    width: 130px;
    text-align: center;
    display: inline-block;
}