@import url('/assetlib/css/arcaincutility-common.css');

html,
body {
    background-color: #e4e4e4;
    min-height: 100%;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*
cmyk 85, 69, 50, 46 == #263746
cmyk 96, 6, 15, 0 == #00a6ce
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #00a6ce;
    /*text-transform: lowercase;*/
}

/*
h1:first-letter, h2:first-letter, h3:first-letter, h4:first-letter, h5:first-letter, h6:first-letter {
	text-transform: uppercase;
}
*/
/*
a, a:hover {
	color: #00a6ce;
}
a:hover {
	text-decoration: underline;
}
*/

.footnote {
    font-size: 0.70em;
}

.formSubmitWait {
    display: none;
}

.required-field,
.warning {
    color: red;
}

.uppercase {
    text-transform: uppercase;
}

/*
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #263746 !important;
    color: white !important;
}
*/

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) {}