@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900');

.wml.v-application {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-transform: none;
}

.wml.v-application .wml-normal {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-transform: none;
}

.wml.v-application .wml-big {
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 59px;
}

.wml.v-application .wml-h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 44px;
}

.wml.v-application .wml-h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
}

.wml.v-application .wml-h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0em;
}

.wml.v-application .wml-h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0em;
}

.wml.v-application .wml-caption {
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    text-transform: none;
    font-weight: normal;
}

.wml.v-application .wml-overline {
    font-style: normal;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0em;
    text-transform: none;
}

.wml.v-application .wml-tab {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0em;
}

.wml.v-application .wml-column {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #A5A5A5;
}

.wml.v-application .wml-dialog-title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.02em;
}

.wml.v-application .wml-button {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

.wml.v-application .wml-small-button {
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    text-transform: none;
}

.wml.v-application .wml-tool-button {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-transform: none;
}

.wml.v-application .wml-small-tool-button {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
}

.wml.v-application .wml-print-report {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.1;
    font-size: 14px;
}

.wml.v-application .wml-print-h4 {
    font-size: 24px !important;
    font-weight: 500;
    line-height: 1.5;
}

.wml.v-application .wml-print-h5 {
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.5;
}

.wml-wait {
    background-color: #fff;
    color: #333;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-transform: none;
}

.wml-wait .primary {
    color: #d80000 !important;
}

.wml-wait .secondary {
    color: #00b0d0 !important;
}

.wml-wait .error {
    color: #c70000 !important;
}

.wml-wait .success {
    color: #12c471 !important;
}

.wml-wait .info {
    color: #009ec4 !important;
}

.wml-wait .disabled {
    color: #808080 !important;
}

.wml-wait .field-input {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 700;
    line-height: 20px;
    height: 56px;
    border-color: rgba(0, 0, 0, .06);
    background-color: rgba(0, 0, 0, .06);
    border-style: solid;
    border-width: 0 0 1px 0;
}

.wml-wait .label {
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    text-transform: none;
    font-weight: normal;
    color: #808080;
}

.wml-wait .selected .field-input {
    border-color: rgba(0, 0, 0, .06) !important;
}

.wml-wait .selected .label {
    color: #00b0d0 !important;
}

.wml-wait .error .field-input {
    border-color: #c70000 !important;
}

.wml-wait .error .label {
    color: #c70000 !important;
}