#custom-form .short-input { width: 20em;}
.ui.modal>.txt-center { text-align: center; }
.disp-none { display: none; }

.area-form {
    font-weight: bold;
    font-size: 15px;
}

.dashboard-information {
    margin-top: 10px;
    margin-bottom: 25px;
}

.dashboard-information a {
    border-bottom:solid 0.5px;
}

.error-message {
    color : red;
}

.padding-right{
    padding-right:10px;
}

.text-pre-line {
    white-space: pre-line;
    word-wrap: break-word;
}

.column-organization-memo {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 170px;
}

#columnMemoEditTime {
    width: 170px;
}

.on-apply {
    color: red;
}
