#fw2_container {
    position: fixed;
    width: auto;
    top: 100%;
    margin: -105px 0 5px 5px;
    padding: 12px 12px 12px 15px;
    background-color: #4d89c3;
    border-radius: 4px;
    opacity: 1;
    line-height: 20px;
    display: none;
}

#fw2_container:hover {
    background-color: #5ca7ed;
    cursor: pointer;
}

.fw2_title {
    color: #fff;
    font-size: 15px;
    margin:0 15px 0 9px;
}

.fw2_status {
    margin: 0 2px 0 0;
    height: 16px;
    padding: 1px 10px;
    border-radius: 12px;
    background-color: #579cde;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.4px;
    color: #ffffff;
}

#fw2_open_container {
    position: fixed;
    min-height: 300px;
    bottom: 10px;
    right: 10px;
    width: 500px;
    background-color: #fff;
    border: 1px solid #eee;
}

.fw2_open_container_head {
    height: 40px;
    width: 100%;
    background-color: #4d89c3;
    font-size: 14px;
}

.fw2_open_container_head img {
    margin: 0 9px 0 15px;
    height: 14px;
}

.fw2_open_container_head .close_btn {
    height: 12px;
    position: relative;
    padding: 14px 0 0 0;
    left: 288px;
}

.fw2_open_container_head .close_btn:hover {
    cursor: pointer;
}

#fw2_open_container table {
    width: 90%;
    margin: 20px;
    font-size: 13px;
    height: auto;
    line-height: 25px;
}

#fw2_open_container table .valueData {
    color: #555555;
    width: 150px;
}

#fw2_open_container table .nameData {
    padding: 0 0 0 100px;
    color: #333;
}

.fw2_open_status {
    text-align: center;
}

.fw2_open_status h2 {
    font-size: 16px;
    color: #333333;
    margin: 10px;
}

.fw2_open_status h3 {
    font-size: 12px;
    color: #333333;
    font-weight: 600;
}

.fw2_open_status button {
    margin: 20px;
    padding: 0 28px;
    line-height: 35px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #4a90e2;
    font-size: 12px;
    color: #333333;
}

.fw2_open_status button:hover {
    cursor: pointer;
    background-color: #f1f1f1;
}

.fw2_open_status .processing_bock {
    margin: 20px;
    text-align: left;
}

.fw2_open_status .processing_bock h4 {
    font-size: 14px;
    font-weight: normal;
    color: #555555;
}

.fw2_open_status .processing_bock .progress_block {
    display: flex;
    align-items: center;
}

.fw2_open_status .processing_bock .progress_block progress {
    margin: 5px 0;
    width: 90%;
    height: 30px;
}

.fw2_open_status .processing_bock .progress_block .percent {
    margin: 5px;
    font-size: 14px;
    color: #333333;
}

.fw2_open_status .processing_bock .progress_info {
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.fw2_open_status .processing_bock .progress_info h5 {
    margin: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #555555;
}