body {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    background-color:white;
    font-family: 'RobotoRegular', 'Droid Sans', 'Segoe UI', Segoe, 'San Francisco', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
    font-size:12px;
}

.app {
    background: url(../images/cordova.png) no-repeat center top; 
    background-size: contain;
    position: absolute;             
    left: 50%;
    top: 50%;
    height: 30px;                  
    width: 250px;                   
    text-align: center;
    padding: 200px 0px 0px 0px;     
    margin: -125px;
}

.event {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #FFFFFF;
    margin: 27px;
    padding: 4px 0px;
    text-transform: uppercase;
    background-color: #696969;
    animation: fade 3000ms infinite;
    -webkit-animation: fade 3000ms infinite;
}

.ready {
    background-color: #4B946A;
}

@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}

@media screen and (orientation: portrait) {
}

@media screen and (orientation: landscape) {
}

/*from index.html*/
/*Placeholder input material*/
.text-input--material__label {
    right: 0;
    text-align: right;
}
/**/

.back-button--material__icon:before {
    font-family: 'Material-Design-Iconic-Font';
    content: '\f2ee';
    font-size: 26px;
}

.back-button__icon {
    float: right
}

.platform-ios .back-button__icon:before {
    font-family: 'Ionicons';
    content: '\f3d1' !important;
    font-size: 32px;
}

.navigation-bar--material__center {
    text-align: right;
}


.list__item--nodivider.list__item--chevronLeft:before {
    border: none;
    background-image: none;
}

.list__item--chevronLeft {
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    overflow: hidden;
}

    .list__item--chevronLeft:hover {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    .list__item--chevronLeft:before {
        min-height: 44px;
        display: -webkit-box;
        /*display: -webkit-flex;*/
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        /*-webkit-align-items: center;*/
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #ccc;
        -webkit-box-ordinal-group: 4;
        /*-webkit-order: 3;*/
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        /*-webkit-align-self: stretch;*/
        -ms-flex-item-align: stretch;
        align-self: stretch;
        font-size: 28px;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        content: "\f104"; /*"\f104"*/
        margin-left: auto;
        width: 18px;
        text-align: left;
        border-bottom: 1px solid #ccc;
        width: 10px;
        padding-right: 8px;
    }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .list__item--chevronLeft:before {
        border-bottom: none;
        /*-webkit-background-size: 100% 1px;*/
        background-size: 100% 1px;
        background-repeat: no-repeat;
        background-position: bottom;
        background-image: -webkit-linear-gradient(90deg, #ccc, #ccc 50%, transparent 50%);
        background-image: -moz-linear-gradient(90deg, #ccc, #ccc 50%, transparent 50%);
        background-image: -o-linear-gradient(90deg, #ccc, #ccc 50%, transparent 50%);
        background-image: linear-gradient(0deg, #ccc, #ccc 50%, transparent 50%);
    }
}

ons-splitter-side[animation=overlay] {
    border-left: 1px solid #bbb;
}

.disHighlight {
    -webkit-touch-callout: all; /* iOS Safari */
    -webkit-user-select: all; /* Safari */
    -khtml-user-select: all; /* Konqueror HTML */
    -moz-user-select: all; /* Firefox */
    -ms-user-select: all; /* Internet Explorer/Edge */
    user-select: all; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
    cursor: auto;
}

.metro-toolbar-subtoolbar {
    position: sticky !important;
    top: 0px !important;
    height: 42px !important;
    position: -webkit-sticky !important;
}
.metro-toolbar-subtoolbar-fab-first {
    position: sticky !important;
    top: 0px !important;
    height: 65px !important;
    position: -webkit-sticky !important;
}

.metro-toolbar-subtoolbar-fab-second {
    position: sticky !important;
    top: 65px !important;
    height: 42px !important;
    position: -webkit-sticky !important;
}

.metro-toolbar-subtoolbar-first {
    position: sticky !important;
    top: 0px !important;
    height: 56px !important;
    position: -webkit-sticky !important;
}

.metro-toolbar-subtoolbar-second {
    position: sticky !important;
    top: 56px !important;
    height: 42px !important;
    position: -webkit-sticky !important;
}

.metro-toolbar-subtoolbar-first-search {
    position: sticky !important;
    top: 0px !important;
    height: 34px !important;
    position: -webkit-sticky !important;
    z-index: 100000;
}

.metro-toolbar-subtoolbar-second-segment {
    position: sticky !important;
    top: 34px !important;
    height: auto !important;
    position: -webkit-sticky !important;
    z-index: 100000;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .3) !important;
}

.metro-toolbar-subtoolbar-third-segment {
    position: sticky !important;
    top: 90px !important;
    height: auto !important;
    position: -webkit-sticky !important;
    z-index: 100000;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .3) !important;
}