﻿span[id$=-error]{
    display:none;
}
.logo-img{
    max-height:400px;
}
.wd-card {
    margin-top: .7em;
}
#loadingSubmit {
    position: absolute;
    left: 46%;
    top: 3px;
}
.recaptcha-error {
    border: 1px solid red;
    padding: 5px;
    display: inline-block;
}
.text-mute {
    color: #6c757d !important;
}
/* Change arrow icons to a visible color */
.ui-datepicker-prev span,
.ui-datepicker-next span {
    background-image: none !important;
    color: #000 !important; /* black arrows */
    font-weight: bold;
    font-size: 16px;
}

.ui-datepicker-prev:before {
    content: "<";
    position: absolute;
    left: 8px;
    top: 6px;
}

.ui-datepicker-next:before {
    content: ">";
    position: absolute;
    right: 8px;
    top: 6px;
}

/* Hide the default icons */
.ui-datepicker-prev span,
.ui-datepicker-next span {
    display: none;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}
#prefix {
    position: absolute;
    left: 1.7em;
    top: 2.5em;
}
#aseId {
    padding-left: 2.9em;
}
ul{
    list-style-type: disc;
}
#thankYouMessage{
    display:none;
}
