@CHARSET "UTF-8";
/* 'assets/less/framework/reset.less' */

html,
body {
  border: 0;
  font-family: 'Ubuntu', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
html {
  min-height: 100vh;
}
body {
  width: 100%;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overscroll-behavior-y: none;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  color: #343738;
  font-weight: 400;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
a {
  text-decoration: none;
}
ul li {
  list-style: none;
}
a img {
  border: 0;
}
input {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
          transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
:focus {
  outline: 0;
}
.center {
  text-align: center;
}
.link {
  color: #099697;
  text-decoration: underline;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.js-panel-statistics {
  cursor: pointer;
}
.php-dtss-highlight {
  color: #f00;
  border: 1px solid #f00;
  background: #F1FFA1;
}

