@charset "UTF-8";

/* アプリ追加用 */
.required-item {
    background-color: #eebbcb !important;
}

.has-error {
    background-color: #eebbcb !important;
}

.readonly {
    background-color: #e9e9e9 !important;
    color: #6c757d !important;
}

.result_hide {
    visibility: hidden;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}
