@import url('/assetlib/css/arcaincutility-common.css');

html,
body {
    background-color: #e4e4e4;
    min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0057b8;
}

.footnote {
    font-size: 0.70em;
}

.formSubmitWait {
    display: none;
}

.required-field,
.warning {
    color: red;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid red;
}

/*bigger screens*/
@media (min-width: 992px) {}

/*smaller screens*/
@media (max-width: 991px) {}