.toolbar .center {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-item__title label,
.list-item__subtitle label {
    color: gray;
    font-style: italic;
}

.break-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-title {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.item-sub {
    opacity: 0.75;
    font-size: 14px;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.item-sub-text {
    opacity: 0.75;
    font-size: 14px;
}

.display-block {
    display: block;
}

.toolbar .icon {
    padding: 0 0 3px 0;
    font-size: 24px;
    vertical-align: text-bottom;
}

ons-list-item .col-33 {
    width: 33%;
    position: relative;
}

ons-list-item .col-66 {
    width: 66%;
    position: relative;
}

ons-list-item .col-50 {
    width: 50%;
    position: relative;
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}


.icon-24 {
    font-size: 24px;
}
.icon-24:before {
    width: 24px;
}

.icon-32 {
    font-size: 32px;
}
.icon-32:before {
    width: 32px;
}

.icon-48 {
    font-size: 48px;
}
.icon-48:before {
    width: 48px;
}

.toolbar-machine-name {
    margin-top: -10px;
    font-size: 15px;
    position: absolute;
    left: 8px;
    width: calc(100% - 16px);
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
}

.toolbar.two-line-toolbar {
    height: 87px;
    transition: all 0.3s ease-out;
}

.top-88-anim .page__background,
.top-88-anim .toolbar + .page__background + .page__content {
    top: 87px;
    transition: all 0.3s ease-out;
}

.close-toolbar-button ons-icon {
    font-size: 24px !important;
    margin-right: 1px;
}

.icon.list-item-icon {
    width: 1.28571429em;
    text-align: left;
}

ons-list-item[disabled]:before, ons-list-item[disabled] .center, ons-list-item[disabled] .left, ons-list-item[disabled] .right {
    opacity: 0.2;
}

.vertical-align-middle {
    vertical-align: middle;
}

ons-modal.modal {
    background: rgba(255,255,255,0.9);
}


@media (orientation: portrait) {
    html[iphonex-portrait] .tabbar.ons-tabbar__footer {
        padding-bottom: 34px
    }
    html[iphonex-portrait] .tabbar__content {
        bottom: 83px
    }
}

@media (orientation: landscape) {
    html[iphonex-landscape] .tabbar.ons-tabbar__footer {
        padding-bottom: 34px
    }
    html[iphonex-landscape] .tabbar__content {
        bottom: 83px
    }
}

ons-back-button.back-button {
    margin: 0;
    height: 29px;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 3px 10px;
    letter-spacing: 0;
    color: #0076ff;
    border-radius: 2px;
    border: 1px solid transparent;
    font-weight: 400;
    font-size: 17px;
    transition: none;
}

.toast a {
    color: inherit;
    font-weight: bold;
}

.toolbar-custom-button {
    padding: 0 9px;
}

.console-log-item .item-sub {
    font-family: monospace;
    color: #000000;
    font-size: 12px;
    user-select: text;
    word-break: break-all;
}

.console-log-item .marker {
    background: gray;
    width: 4px;
    position: absolute;
    left: 0;
    top: 0;
    height: -webkit-fill-available;
}

.console-log-item.log .marker, .console-log-item.info .marker {
    background: #3D81C2;
}
.console-log-item.log, .console-log-item.info {
    background: rgba(61, 129, 194, 0.2);
}
.console-log-item.warn .marker {
    background: #F9AB00;
}
.console-log-item.warn {
    background: rgba(249,179,0,0.2);
}
.console-log-item.error .marker {
    background: #CC2300;
}
.console-log-item.error {
    background: rgba(204,35,0,0.2);
}
.console-log-item.debug .marker {
    background: #ff69b4;
}
.console-log-item.debug {
    background: rgba(255,105,180, 0.2);
}

ons-list .list-header.list-header--material {
    border-top: 1px solid #ccc;
    background-image: none;
}

:checked + .switch__toggle {
    box-shadow: inset 0 0 0 2px #0076ff;
    background-color: #0076ff;
}

.text-overlay-shiny {
    color: black;
    text-shadow: -1px -1px 1px white, -1px 1px 1px white, 1px -1px 1px white, 1px 1px 1px white,
                 -2px -2px 1px white, -2px 2px 1px white, 2px -2px 1px white, 2px 2px 1px white,
                 0px 0px 4px white;
}


.list-item--chevron:before, .list-item__expand-chevron {
    border-color: #888;
}


.alert-dialog-button:disabled, .alert-dialog-button[disabled] {
    opacity: .3;
    cursor: default;
    pointer-events: none;
}

.tabbar__icon+.tabbar__label {
    line-height: 1.5;
}

/* only for auto complete in ide */
.logged-in-only, .logged-out-only {
}

@media (max-width: 666px) and (orientation: portrait) {
    .align-left-phone-portrait {
        text-align: left;
    }
}

@media (min-width: 667px) {
    .align-center-tablet {
        text-align: center;
    }
}

.plain-text-margin {
    margin: 24px;
}

@media (display-mode: standalone) {
    .hide-app {
        display: none !important;
    }
}