/* reset */
@charset "utf-8";

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
address,
img,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
pre,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
figure,
footer,
header,
nav,
section,
summary,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

li {
    list-style: none;
}

img {
    border: 0 none;
    vertical-align: top;
}

table {
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
}

legend,
caption {
    visibility: hidden;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
}

article,
aside,
details,
figure,
footer,
header,
nav,
section {
    display: block;
}

button {
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: none;
}

a {
    color: inherit;
    text-decoration: none;
}

svg {
    overflow: visible;
}

* {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

input {
    outline: none;
    padding: 0;
    margin: 0;
    border: 1px solid #c7c7c7;
}

input:focus {
    border: 1px solid #08a048 !important;
}

select {
    outline: none;
}

select:focus {
    border: 1px solid #08a048 !important;
}

input[type="text"]:disabled {
    background: #f7f7f7 !important;
    border: 1px solid #a8a9af !important;
}