.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.full-width {
    width: 100%;
}

.clickable {
    cursor: pointer;
}

.v-btn.text-left .v-btn__content {
    justify-content: flex-start;
}
.v-btn.btn-square {
    min-width: 40px !important;
    padding: 0 2px !important;
}

.v-btn.fab-center,
.fab-center {
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    bottom: 28px;
}

/* STATUS BAR ===============================*/
.status-bar {
    width: 100%;
}

.status-title {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.stat-bar {
    position: relative;
    height: 48px;
}

.status-bar .circle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 40px;
    width: 42px;
    line-height: 39px;
    text-align: center;
    position: absolute;
    z-index: 2;
    left: 0;
}

.stat-bar.right .circle {
    left: auto;
    right: 0;
}

.status-bar .v-progress-linear {
    position: absolute;
    top: 9px;
    left: 30px;
    width: calc(100% - 30px);
    z-index: 1;
    border-radius: 0;
}

.stat-bar.right .v-progress-linear {
    left: 0;
    right: 30px;
}

/* TOAST ===================================== */
.app-toast {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 20px;
    width: 20px;
    font-size: 10px;
    position: fixed;
    top: 0px;
    right: 20px;
    z-index: 1000;
    text-align: center;
    line-height: 22px;
}

.app-toast .v-icon.v-icon {
    font-size: 10px;
}

/* LOGIN ===================================== */
.Login {
    height: 100vh;
}

.LoginContainer {
    margin: 5%;
}

/* PAGES ===================================== */
.page {
    min-height: 100vh;
}
.page-with-header {
    padding-top: 100px;
    max-width: 500px;
    min-height: 100vh;
}

.section-title {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1rem;
}

/* STAT SHEET ================================= */
.number-showcase {
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    flex: 1 0 50px;
    font-weight: 500;
    letter-spacing: .0892857143em;
    justify-content: start;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    height: 36px;
    padding: 13px 4px 0 4px;
    width: 100%;
    font-size: 22px;
}
.number-showcase .max {
    font-size: 12px;
    font-weight: 300;
    margin-left: 4px;
    margin-top: 7px;
}
.number-showcase label {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    font-size: 10px;
    font-weight: 300;
    padding-left: 4px;
}

.sheet-stat-block .stat-mod .v-btn {
    min-width: 20px !important;
    margin: 0px 2px 0 0;
    padding: 0 8px !important;
}

.btn-label-combo {
    display: flex;
}

.btn-label-combo .label {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 20px;
    padding: 3px 10px 0 10px;
    margin-right: -2px;
    min-width: 40px;
    text-align: center;
}

.btn-label-combo .label small {
    font-size: 65%;
}

hr.weapon-divider {
    border: 1px;
    margin: 4px 0;
    height: 1px;
    max-height: 1px;
}

.item-duration {
    border-radius: 4px;
    padding: 4px 10px 3px 10px;
    font-size: 20px;
    min-width: 40px;
    text-align: center;
    margin-top: 3px;
}

.v-btn.number-selector:not(.v-btn--block),
.sheet-stat-block .stat-mod .v-btn.number-selector:not(.v-btn--block) {
    min-width: 50px !important;
}

.v-btn.number-selector .v-btn__content {
    font-size: 1.3em;
    margin-top: 12px;
}
.v-btn.number-selector label {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 10px;
    font-weight: 200;
}