[v-cloak] {
    display: none;
}

#app {
}

.main-toolbar {
    display: flex;
    flex-wrap: wrap;
}

.main-toolbar .period {
}

.main-toolbar .action {
}

.main-toolbar .period .cap {
    line-height: 12px;
    font-size: 12px;
    margin-left: 5px;
}

.confirmation .headline {
    color: #a00;
}

.confirmation .lang-vi {
    color: #080;
}

.confirmation .lang-en {
    color: #26a;
}

.confirmation .subtitle {
    font-size: 20px;
    color: #a00;
    margin-top: 12px;   
    margin-bottom: 12px;   
}

.login-message {
    color: #a00;
}

.login-dlg .lang-vi {
    color: #800;
    font-style: italic;
}

.login-dlg .lang-en {
    color: #26a;
    font-style: italic;
}

.dlg-close {
    position: absolute;
    top: 10px;
    right: 0px;
}

.v-list-item.login {
    white-space: nowrap;
}

.cal {
    border-radius: 5px;
    overflow: hidden;
}

.cal .mon {
    background-color: #808;
    color: #fff;
    padding: 1px 3px 0px 3px;
}

.cal .dom {
    background-color: #880;
    color: #fff;
    padding: 1px 3px 1px 3px;
}

.attn .count {
    text-align: center;
    line-height: 10px;
    font-size: 12px;
}

.search-results .v-data-table__wrapper {
    min-height: 360px;
}

.v-data-table.absences .stid {
    width: 50px;
}

.v-data-table.absences .chkb {
    width: 50px!important;
}

.lineitem {
    text-align: center;
}

.search-results .birthdate {
    white-space: nowrap;
}
