body {
  padding: 0;
  margin: 0;
  font: 16px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

.hcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.centerpage {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.softborder {
  border: 1px solid #b6b6b6;
  padding: 20px;
  border-radius: 10px;
}

.softborder-header {
  font-size: 125%;
  font-weight: bolder;
  color: #636363;
}

button {
  border: 1px solid #8a8a8a;
  border-radius: 3px;
  background: #ebebeb;
  padding: 5px 15px;
}

button:hover {
  border: 1px solid #8a8a8a;
  border-radius: 3px;
  background: #e4e4e4;
  -webkit-box-shadow: 0 0 2px 1px #8a8a8a inset;
          box-shadow: 0 0 2px 1px #8a8a8a inset;
}

button:focus {
  outline: none;
}

button:active {
  border: 1px solid #8a8a8a;
  border-radius: 3px;
  background: whitesmoke;
}

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

.gone {
  display: none !important;
}

.circular {
  height: 100px;
  width: 100px;
  position: relative;
}

.circular .inner {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  height: 80px;
  width: 80px;
  margin: -40px 0 0 -40px;
  background: #dde6f0;
  border-radius: 100%;
}

.circular .label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 18px;
  font-weight: 500;
  color: #4158d0;
}

.circular .bar {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
  border-radius: 100%;
  clip: rect(0px, 100px, 100px, 50px);
}

.circle .bar .progress {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  clip: rect(0px, 50px, 100px, 0px);
  background: #4158d0;
}

.circle .left .progress {
  z-index: 1;
}

.circle .right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 3;
}

.small-cards .circular {
  width: 50px;
  height: 50px;
}

.small-cards .circular .inner {
  height: 40px;
  width: 40px;
  margin: -20px 0 0 -20px;
}

.small-cards .circular .bar {
  clip: rect(0px, 50px, 50px, 25px);
}

.small-cards .circular .bar .progress {
  clip: rect(0px, 25px, 50px, 0px);
}
/*# sourceMappingURL=common.css.map */