/*
    * Copyright 2016 Google Inc.
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
    * You may obtain a copy of the License at
    * 
    *      http://www.apache.org/licenses/LICENSE-2.0
    * 
    * Unless required by applicable law or agreed to in writing, software
    * distributed under the License is distributed on an "AS IS" BASIS,
    * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    * See the License for the specific language governing permissions and
    * limitations under the License.
*/

* {
box-sizing: border-box; }

html, body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    font-family: 'Helvetica', 'Verdana', sans-serif;
    font-weight: 400;
    font-display: optional;
    color: #444;
    -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }

html {
overflow: hidden; }

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
background: #ececec; }

.header {
    width: 100%;
    height: 56px;
    color: #FFF;
    background: #3F51B5;
    position: fixed;
    font-size: 20px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 2px 9px 1px rgba(0, 0, 0, 0.12), 0 4px 2px -2px rgba(0, 0, 0, 0.2);
    padding: 16px 16px 0 16px;
    will-change: transform;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-transition: -webkit-transform 0.233s cubic-bezier(0, 0, 0.21, 1) 0.1s;
    transition: -webkit-transform 0.233s cubic-bezier(0, 0, 0.21, 1) 0.1s;
    transition: transform 0.233s cubic-bezier(0, 0, 0.21, 1) 0.1s;
    transition: transform 0.233s cubic-bezier(0, 0, 0.21, 1) 0.1s, -webkit-transform 0.233s cubic-bezier(0, 0, 0.21, 1) 0.1s;
z-index: 1000; }
.header .headerButton {
    width: 24px;
    height: 24px;
    margin-right: 16px;
    text-indent: -30000px;
    overflow: hidden;
    opacity: 0.54;
    -webkit-transition: opacity 0.333s cubic-bezier(0, 0, 0.21, 1);
    transition: opacity 0.333s cubic-bezier(0, 0, 0.21, 1);
    border: none;
    outline: none;
cursor: pointer; }
.header #butRefresh {
background: url(/images/ic_refresh_white_24px.svg) center center no-repeat; }
.header #butAdd {
background: url(/images/ic_add_white_24px.svg) center center no-repeat; }

.header__title {
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
flex: 1; }



@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
    transform: rotate(0); }
    to {
        -webkit-transform: rotate(450deg);
    transform: rotate(450deg); } }
    
    @keyframes rotate {
        from {
            -webkit-transform: rotate(0);
        transform: rotate(0); }
        to {
            -webkit-transform: rotate(450deg);
        transform: rotate(450deg); } }
        
        @-webkit-keyframes line {
            0% {
                stroke-dasharray: 2, 85.964;
                -webkit-transform: rotate(0);
            transform: rotate(0); }
            50% {
                stroke-dasharray: 65.973, 21.9911;
            stroke-dashoffset: 0; }
            100% {
                stroke-dasharray: 2, 85.964;
                stroke-dashoffset: -65.973;
                -webkit-transform: rotate(90deg);
            transform: rotate(90deg); } }
            
            @keyframes line {
                0% {
                    stroke-dasharray: 2, 85.964;
                    -webkit-transform: rotate(0);
                transform: rotate(0); }
                50% {
                    stroke-dasharray: 65.973, 21.9911;
                stroke-dashoffset: 0; }
                100% {
                    stroke-dasharray: 2, 85.964;
                    stroke-dashoffset: -65.973;
                    -webkit-transform: rotate(90deg);
                transform: rotate(90deg); } }
                
                .main {
                    padding-top: 0px;
                    -webkit-box-flex: 1;
                    -webkit-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                    overflow-x: hidden;
                    overflow-y: auto;
                -webkit-overflow-scrolling: touch; }
                
                
                .mybox {
                    padding: 10px 10px 10px 10px;
                    box-sizing: border-box;
                    background: #fff;
                    border-radius: 2px;
                    margin: 66px 10px 30px 20px;
                box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
                
                .myicon {
                    padding:5px;
                    text-align:center;
                    cursor:pointer;
                }
                
                .MyQRCode{
                    padding:25px;
                    text-align:center;
                    cursor:pointer; 
                }
                
                .Myfooter{
                    width: 100%;
                    height: 28px;
                    position: fixed;
                    bottom: 0px;
                    left: 0px;
                    font-size: 12px;
                    color: #333;
                    line-height: 25px;
                    text-align: center;
                    background-image: url(../images/footer_bg.jpg);
                    z-index: 99;
                }                