.modal-dialog{
   direction: rtl;
    text-align: center;
}
.modal-content .close{
    opacity: 1;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #ff0000;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    transition: all 0.2s ease-out;
}
.modal-content .close:hover{
    background-color: #930000;
}
.modal-content .close span{
    width: 33px;
    display: block;
    text-align: center;
}
.modal-body{
    display: table;
}
.pop-progress-box{
    background-color: #f0f5f7;
    padding: 10px;
}
.pop-progress-bar{
    height: 25px;
    background-color: #cad7de;
    border: 1px solid #c1d1da;
    position: relative;
}
.pop-percent{
    height: 100%;
    background-color: #70b62f;
    position: absolute;
    top: 0;
    left: 0;
}
.pop-percent-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    direction: ltr;
    width: 100%;
    text-align: center;
}
.modal-img img{
    max-width: 100%;
}
.modal-content-bx h3{
    color: #00426f;
    margin: 0 0 15px;
    font-size: 22px;
}
.modal-input{
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    background-color: #ffffd5;
    border: none;
    box-shadow:inset 0 2px 3px rgba(0,0,0,0.2);
    color: #555;
}
.pop-bt1{
    margin-top: 15px;
    background: #67ad29;
    background: -moz-linear-gradient(top, #67ad29 0%, #69b431 50%, #4ca11f 51%, #74b52f 100%);
    background: -webkit-linear-gradient(top, #67ad29 0%,#69b431 50%,#4ca11f 51%,#74b52f 100%);
    background: linear-gradient(to bottom, #67ad29 0%,#69b431 50%,#4ca11f 51%,#74b52f 100%);
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 22px;
    font-weight: bold;
    border: none;
    padding: 15px;
    box-shadow: inset 0 0 30px #346011;
    margin-bottom: 10px;
}
.pop-bt1:hover{
    background: #fff;
    color: #6e9643;
}
.pop-priv{
    color: #666;
}
.pop-priv img{
    margin-left: 5px;
    width: 14px;
}
.pop-small-width{
    padding: 0 70px;
}
.pop-select-box{
    margin: 10px 0;
}
.pop-list-item{
    color: #4f4f4f;
    margin-bottom: 10px;
}
.pop-list-item input{
    margin-left: 10px;
}