[v-cloak] {
    display: none;
}

#app {
}


.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: 10px;
}

.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;
}

.attn-report table {
    border-collapse: collapse;
}

.attn-report tr {
}

.attn-report th,
.attn-report td {
    border: 1px solid #aaa;
    padding: 0px 5px 0px 5px!important;
    text-align: center!important;
    line-height: 20px!important;
    height: 20px!important;
    max-height: 20px!important;
}

.attn-report td.name {
    text-align: left!important;
    white-space: nowrap;
}

.attn-report .adate {
    white-space: nowrap;
}

.attn-report .sum {
    font-weight: bold;
    text-align: right!important;
}

.attn-report .header {
    font-weight: bold;
}

.attn-report .excused {
    background-color: #0f0;
}
.attn-report .absent {
    background-color: #f00;
}
