@charset "UTF-8";

/* import YAML gray theme as default style */
@import url(../../../libraries/jyaml/yaml/forms/gray-theme.css);

/* default joomla form validator highlight */
form.form-validate label.invalid {
    color: #800 !important;
    font-weight: bold;
}

form.form-validate input.invalid,
form.form-validate textarea.invalid,
form.form-validate select.invalid {
    border-color: #800 !important;
}

/* equivalent styling for <sup> */
label span.star,
.ym-form label span.star {
    color: #800;
    font-weight: bold;
}

/* allow only vertical resize by default, on browsers that support this */
textarea {
    resize: vertical;
}

/* Compatibility with Bootstrap forms */
.ym-form select,
.ym-form textarea,
.ym-form input[type="text"],
.ym-form input[type="password"],
.ym-form input[type="datetime"],
.ym-form input[type="datetime-local"],
.ym-form input[type="date"],
.ym-form input[type="month"],
.ym-form input[type="time"],
.ym-form input[type="week"],
.ym-form input[type="number"],
.ym-form input[type="email"],
.ym-form input[type="url"],
.ym-form input[type="search"],
.ym-form input[type="tel"],
.ym-form input[type="color"],
.uneditable-input {
    height: auto;
}

/* your adjustments of yaml form stylesheet */
/* ... */
input.search-query {
    padding: 8px 0 0 8px;
}
