[v-cloak] {
    display: none;
}

#app {
}


SPAN.erred {
    color: red;
    font-weight: bold;
    text-decoration: underline;
}

.headline {
    margin-left: 20px;
}

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

.confirmation .prompt b {
    color: #a00;
}

.confirmation .prompt em {
    color: #27d;
    font-style: normal;
    font-weight: bold;
}

.login-message {
    color: #a00;
}

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

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

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

.send-message {
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
}

.v-input__icon--clear BUTTON {
    font-size: 18px!important;
    color: #ccc!important;
}

.v-btn.armed .v-icon,
.v-badge.armed .v-icon {
    color: #00f;
}

.v-text-field INPUT {
    color: #00f!important;
}

.v-text-field.v-input--is-readonly INPUT,
.v-text-field.v-input--is-disabled INPUT {
    color: #567!important;
}

.nospin input[type='number'] {
    -moz-appearance:textfield;
}
.nospin input::-webkit-outer-spin-button,
.nospin input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.theme--light.v-input--selection-controls.v-input--is-disabled:not(.v-input--indeterminate) .v-icon,
.signup.v-input--is-disabled LABEL.v-label--is-disabled {
    color: #d00!important;
}

.closeout_link {
    margin-right: 12px;
}

.heading {
    position: fixed!important;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 200;
}

.family-cards {
    position: absolute;
    top: 50px;
    left: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.heading .cart {
    margin-right: 20px;
}

.family-cards .v-card {
    vertical-align: top;
    width: 320px;
    margin: 0px 12px 12px 0px;
    -box-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
}

.v-card.family .card-content,
.v-card.student .card-content {
    padding: 0px 12px 6px 12px;
    overflow: hidden;
    max-height: 700px; /* needed for transition to work */
    transition: max-height .3s ease-out;
}

.v-card.family.drawned .card-content,
.v-card.student.drawned .card-content {
    max-height: 0px;
}

.v-card.student .stid {
    color: #888;
}

.v-card.student .student-menu {
    cursor: pointer;
}

.v-card.student .history.latest .schedule:nth-child(n+2) {
    display: none;
}

.v-card.student .schedule {
    display: flex;
    justify-content: space-around;
}

.v-card.student .schedule .grade {
    font-weight: bold;
    color: #808;
}

.v-card.student .schedule .year {
    flex: 1;
    color: #00f;
    text-align: right;
    padding-right: 10px;
    -font-weight: bold;
    cursor: ns-resize;
}

.v-card.student .schedule .room {
    flex: 1;
    text-align: left;
}

.drawned .v-icon.shade {
    transform: rotate(180deg);
}

.v-input--radio-group LEGEND {
    width: 130px;
}

.v-radio.yes.v-item--active .v-icon {
    color: #0a0!important;
}

.v-radio.no.v-item--active .v-icon {
    color: #a00!important;
}

.v-radio.unknown.v-item--active .v-icon {
    color: #27d!important;
}

/**
 *
 */
.v-card.search {
}

.v-card.contact {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 110;
    min-height: 400px;
    background: #eee;
}

.v-card.contact .message {
    background-color: #ffd;
    border-radius: 5px;
}

.v-card.contact .v-card__actions {
    display: flex;
    justify-content: space-around;
}

.v-card.search .v-card__title {
    margin-left: 50px;
    font-family: arial;
    font-weight: bold;
}

.v-card.contact .v-card__title {
    font-family: arial;
}

.v-card.search .fam {
    border-bottom: 1px solid #aaa;
}

.v-card.search .fam:focus {
    background: #ddf;
    cursor: pointer;
}

.v-card.search .fam:hover {
    background: #ddf;
    cursor: pointer;
}

.v-card.search .parents {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #26a;
}

.v-card.search .parents .dno {
    color: #486;
}

.v-card.search .address {
    text-align: center;
    font-size: 12px;
}

.v-card.search .students {
    text-align: center;
    font-size: 12px;
    color: #a00;
}

/* */
.v-card.finder .student-list {
    height: 400px;
    max-height: 400px;
}

.v-card.finder .student-list .student {
    display: flex;
    flex-wrap: wrap;
}

.v-card.finder .student-list .student.selectable:hover {
    font-weight: bold;
    cursor: pointer;
}

.v-card.finder .student-list .student:nth-child(odd) {
    background-color: #ddd;
}

.v-card.finder .student-list .student .id {
    width: 40px;
    text-align: left;
}

.flex-break {
    flex-basis: 100%;
    height: 0;
}

/**/
.v-card.merger .v-card__title {
    justify-content: space-between;
}

.v-card.merger .students {
    border-collapse: collapse;
}

.v-card.merger .students .instruction {
    font-weight: bold;
}

.v-card.merger .students .instruction .target {
    color: #27f;
}

.v-card.merger .students .instruction .source {
    color: #a00;
}

.v-card.merger .students .target {
    text-align: right;
    padding-right: 5px;
    cursor: not-allowed;
}

.v-card.merger .students .source {
    text-align: left;
    padding-left: 5px;
    cursor: w-resize;
}

.v-card.merger .students .sep {
    background-color: #aaa;
    color: white!important;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
}

.v-card.merger .students tr.class-label {
    font-weight: bold;
}

.v-card.merger .students .source:hover,
.v-card.merger .students .target:hover {
    background-color: #ddf;
}

.v-card.merger .students .changed {
    color: #27f;
}

/**/
.v-card.cart {
}

.v-card.cart th.label {
    text-align: right;
    font-weight: 400;
    font-size: 16px!important;
}

.v-card.cart .checknum {
}

.v-card.cart .v-text-field.v-input--is-readonly {
    -color: #888;
}

.v-card.cart .v-text-field,
.v-card.cart .v-text-field INPUT,
.v-card.cart .v-chip {
    display: inline-block;
    text-align: right;
    width: 40px;
}
.v-card.cart .v-text-field.paa {
    width: 20px;
}

.v-card.cart .v-text-field.paa INPUT {
    text-align: left;
}

.v-card.cart .paa-x {
    color: #456;
}

.v-card.cart .v-radio LABEL {
    width: inherit;
}

.v-card.cart .v-input--radio-group LEGEND {
    width: 100px;
}

.v-card.cart .method LEGEND {
    text-align: right;
}

.v-card.cart .v-banner {
    border: 1px solid #f22;
    border-radius: 5px;
    text-align: right;
}

.v-card.cart .v-banner .v-banner__wrapper {
    padding: 6px;
}

.v-card.cart .v-banner .v-input--checkbox {
    margin-top: 0px;
}

.v-card.cart .v-input--radio-group {
    margin-top: 6px;
}

.v-card.cart .payment INPUT {
    user-select: all;
}

.v-card.cart .receipt {
    margin-left: 20px;
}

.v-card.cart .cancel-checkout {
    position: absolute;
    top: 0px;
    right: 0px;
}

.v-card.cart .v-card__actions {
    display: flex;
    justify-content: center;
}

.v-card.cart .refund,
.v-card.cart .update {
    margin-bottom: 12px;
    display: block;
    width: 100%;
}

.v-card.cart .hidden {
    display: none;
}

.v-card.cart .v-card__actions>.v-btn {
}

.v-card.cart .v-card__actions #paypal-button-container {
}

/**
 */
.v-card.family .v-toolbar {
    background-color: #cdf;
}

.student .fee {
}

.student .sacraments .sacrament-caption {
    position: relative;
    top: 8px;
    padding-left: 12px;
}

.student .sacraments .sacrament-heading {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    margin-right: 20px;
    color: #678;
}

.student .sacraments .sacrament-label {
    font-size: 14px;
    line-height: 14px;
    color: #678;
    text-align: right;
    margin-right: 12px;
}

.student .sacraments .v-input--radio-group {
    margin-top: 6px;
}

.student .sacraments .v-radio {
    margin-right: 24px;
}


/**
 */
