/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  text-decoration: none;
}

.wrapper {
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.wrapper .click_button {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  text-align: center;
  margin-top: 8vh;
  margin-bottom: 8vh;
  font-size: 18px;
  font-weight: bolder;
  -webkit-box-shadow: 5px 2px 11px 3px rgba(0, 168, 255, 0.2);
          box-shadow: 5px 2px 11px 3px rgba(0, 168, 255, 0.2);
  background: -o-radial-gradient(45px 100px, circle, rgb(0, 168, 255), #347790);
  background: radial-gradient(45px 100px, circle, rgb(0, 168, 255), #347790);
}
.punch_card{
  text-align: center;
}

html {
  margin: 0;
  padding: 0;
  list-style: none;
}

.timedown {
  line-height: 40px;
  font-size: 12px;
  font-weight: 600;
  color: #a7e2ff;
  margin: 0;
}

#gl {
  position: fixed;
  opacity: 0.2;
}

.badge-status-dot {
  position: relative;
  top: -1px;
  height: 6px;
  width: 6px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}

.badge-status-dot::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border:3px solid rgb(0, 125, 209);
  -webkit-animation: statusProcessing 1.2s ease-in-out infinite;
          animation: statusProcessing 1.2s ease-in-out infinite;
  content: "";
}

@-webkit-keyframes statusProcessing {
  0% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 0.5;
  }

  to {
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
      opacity: 0;
  }
}

@keyframes statusProcessing {
  0% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 0.5;
  }

  to {
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
      opacity: 0;
  }
}
.punch_card{
  font-size: 14px;
}
.weui-cells{
  width: 100%;
  font-size: 14px;
}

.weui-cell_map {
  padding: 8px 16px;
  display: block;
}

.attendance-map {
  width: 100%;
  height: 220px;
  min-height: 180px;
  border-radius: 8px;
  overflow: hidden;
  background: #e8e8e8;
}
.avatar{
  height: 40px;
  width: 40px;
  margin-right: 16px;
  border-radius: 50%;
}
#punch-btn.out-of-scope{
  background:rgb(236,191,126);
  border-color:rgb(236,191,126);
  -webkit-box-shadow: 5px 2px 11px 3px rgba(236,191,126,0.2);
          box-shadow: 5px 2px 11px 3px rgba(236,191,126,0.2);
}
#punch-btn.out-of-scope .timedown{
  color:white;
}
#punch-btn.out-of-scope::after{
  border-color:rgb(236,191,126)!important;
}

#punch-btn.fetch-data{
  background:rgb(132,214,148);
  border-color:rgb(132,214,148);
  -webkit-box-shadow: 5px 2px 11px 3px rgba(132,214,148,0.2);
          box-shadow: 5px 2px 11px 3px rgba(132,214,148,0.2);
}

#punch-btn.fetch-data .timedown{
  color:white;
}
#punch-btn.fetch-data::after{
  border-color:rgb(132,214,148)!important;
}
.main-container{
  width: 1000px;
  margin: 30px auto;
}
.weui-cell{
  padding: 8px;
  width: 100%;
}

.tabbar{
    position: fixed;
    bottom: 0;
    width: 100%;
}
