.wrap-dialog {
    border:none;
    border-radius: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-align: center;
    background-color: rgba(0, 0, 0, .4);
    /*background-color: #3eb575;*/
    z-index: 999;
}
.dialog {
    /*border:2px solid;*/
    border-radius:10px;
    position: relative;
    overflow: hidden;
    margin: 15% auto;
    width: 300px;
    background-color: #FFFFFF;
    /*background-color: #3eb575;*/
}
.dialog .dialog-header {
    height: 20px;
    padding: 10px;
    background-color: #393;
}
.dialog .dialog-body {
    height: 20px;
    padding: 20px;
}
.dialog .dialog-footer {
    padding: 8px;
    background-color: whitesmoke;

}
.btn {
    border-radius: 15px;
    width: 100px;
    padding: 2px;
    border: 1px solid #aaa;
}
.hide {
    display: none;
}
.mlr{
    background-color: #3eb575;
}
.ml50 {
    margin-left: 50px;
}