﻿.xml-form {
    position: relative;
}

.xml-form .xml-form-retrieve-parameters {
    display: none;
}

.xml-form .xml-form-working-message {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 2000;
}
.xml-form .xml-form-working-message .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
}
.xml-form .xml-form-working-message .working-message {
    position: absolute;
    width: 160px;
    text-align: center;
    margin-top: 170px;
    left: 50%;
    right: 50%;
    margin-left: -80px;
    margin-right: -80px;
}

.xml-form .repeater .node-template,
.xml-form .repeater .form-template {
    display: none;
}

.xml-form label.validate-error {
    font-weight: normal;
}