/*css styles*/
.mx-block_wrap {
    position: relative;
    margin-top: 20px;
    padding: .7em 2em 1em;
    min-width: 255px;
    max-width: 520px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
            box-shadow: 0 1px 1px rgba(0,0,0,.04);
    background: #fff;
}
.mx-block_wrap textarea {
    width: 100%;
    height: 100px;
}
.mx-submit_button_wrap {
    text-align: right;
}
.mx-restore_data {
    float: left;
    width: 464px;
}
.mx-restore_data label {
    float: left;
}
.wp-core-ui .mx-restore_data input {
    float: left;
    margin-top: 2px;
    margin-left: 8px;
    height: 16px;
}
.mx-hint_text {
    background: #f3f3f3;
    padding: 6px;
}
.mx-block_wrap .thickbox img {
    width: 200px;
}

#mx_result_stack {
    width: 98%;
    border: 2px solid #c1c1c1;
    height: auto;
    overflow-y: auto;
    max-width: 800px;
    margin-top: 22px;
    background: #fff;
    max-height: 600px;
}
.mx_stack_item {
    margin: 5px;
    padding: 5px;
    border: 1px solid #c1c1c1;
    background: #f4f4f4;
}
.mx_progress_icon {
    display: none;
    font-size: 20px;
    padding: 20px;
    color: green;

}
.mx_progress .mx_progress_icon {
    display: block;
}
.mx_result_data {
    margin-top: 20px;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
}
.mx_notifications p {
    color: red;
    font-size: 20px;
    max-width: 700px;
    text-align: center;
    border: 2px solid red;
    background: #fff;
    padding: 20px;
}
.mx_color_red {
    color: red !important;
}
.mx-main-page-text-wrap .mx_button {
    text-decoration: none;
    font-size: 13px;
    margin: 0;
    border: 0;
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow 0.1s linear;
    transition: -webkit-box-shadow 0.1s linear;
    -o-transition: box-shadow 0.1s linear;
    transition: box-shadow 0.1s linear;
    transition: box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
    height: 36px;
    padding: 6px 12px;
    border-radius: 2px;
    color: #1e1e1e;
    white-space: nowrap;
    background: #007cba;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    outline: 1px solid transparent;
}
.mx-main-page-text-wrap .mx_button:hover {
    background: #006ba1;
}
.mx_errors_container {
    color: red;
    font-weight: bold;
}
.mx_progress_bar {
    color: green;
    font-weight: bold;
}
.mx_warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    max-width: 650px;
    text-align: center;
    padding: 20px;
    margin: 20px 0px;
}
#mx_check_images {
    margin-top: 20px;
}