@charset "UTF-8";
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
html.no-touch a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

@media print {
  *,
  :before,
  :after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

html.no-touch a:hover,
a:focus {
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

html.no-touch a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

html.no-touch a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

html.no-touch a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

html.no-touch a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

html.no-touch a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

html.no-touch a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

html.no-touch a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

html.no-touch a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

html.no-touch a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

html.no-touch a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

html.no-touch .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

html.no-touch .table-hover > tbody > tr > td.active:hover,
html.no-touch .table-hover > tbody > tr > th.active:hover,
html.no-touch .table-hover > tbody > tr.active:hover > td,
html.no-touch .table-hover > tbody > tr:hover > .active,
html.no-touch .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

html.no-touch .table-hover > tbody > tr > td.success:hover,
html.no-touch .table-hover > tbody > tr > th.success:hover,
html.no-touch .table-hover > tbody > tr.success:hover > td,
html.no-touch .table-hover > tbody > tr:hover > .success,
html.no-touch .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

html.no-touch .table-hover > tbody > tr > td.info:hover,
html.no-touch .table-hover > tbody > tr > th.info:hover,
html.no-touch .table-hover > tbody > tr.info:hover > td,
html.no-touch .table-hover > tbody > tr:hover > .info,
html.no-touch .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

html.no-touch .table-hover > tbody > tr > td.warning:hover,
html.no-touch .table-hover > tbody > tr > th.warning:hover,
html.no-touch .table-hover > tbody > tr.warning:hover > td,
html.no-touch .table-hover > tbody > tr:hover > .warning,
html.no-touch .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

html.no-touch .table-hover > tbody > tr > td.danger:hover,
html.no-touch .table-hover > tbody > tr > th.danger:hover,
html.no-touch .table-hover > tbody > tr.danger:hover > td,
html.no-touch .table-hover > tbody > tr:hover > .danger,
html.no-touch .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  line-height: 1.42857143;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

html.no-touch .btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

html.no-touch .btn-default.disabled:hover,
html.no-touch .btn-default[disabled]:hover,
html.no-touch fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
}

html.no-touch .btn-primary:active:hover,
html.no-touch .btn-primary.active:hover,
html.no-touch .open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

html.no-touch .btn-primary.disabled:hover,
html.no-touch .btn-primary[disabled]:hover,
html.no-touch fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

html.no-touch .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

html.no-touch .btn-success:active:hover,
html.no-touch .btn-success.active:hover,
html.no-touch .open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

html.no-touch .btn-success.disabled:hover,
html.no-touch .btn-success[disabled]:hover,
html.no-touch fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

html.no-touch .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

html.no-touch .btn-info:active:hover,
html.no-touch .btn-info.active:hover,
html.no-touch .open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

html.no-touch .btn-info.disabled:hover,
html.no-touch .btn-info[disabled]:hover,
html.no-touch fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

html.no-touch .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

html.no-touch .btn-warning:active:hover,
html.no-touch .btn-warning.active:hover,
html.no-touch .open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

html.no-touch .btn-warning.disabled:hover,
html.no-touch .btn-warning[disabled]:hover,
html.no-touch fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

html.no-touch .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

html.no-touch .btn-danger:active:hover,
html.no-touch .btn-danger.active:hover,
html.no-touch .open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

html.no-touch .btn-danger.disabled:hover,
html.no-touch .btn-danger[disabled]:hover,
html.no-touch fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
html.no-touch .btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

html.no-touch .btn-link:hover,
.btn-link:focus {
  text-decoration: underline;
  background-color: transparent;
}

html.no-touch .btn-link[disabled]:hover,
html.no-touch fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > .active > a,
html.no-touch .dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
html.no-touch .dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

html.no-touch .dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

html.no-touch .btn-group > .btn:hover,
html.no-touch .btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

html.no-touch .input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

html.no-touch .nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}

.nav > li.disabled > a {
  color: #777;
}

html.no-touch .nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
html.no-touch .nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs > li {
  float: left;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
html.no-touch .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  html.no-touch .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
html.no-touch .nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
html.no-touch .nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  html.no-touch .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
}

html.no-touch .navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  html.no-touch .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin: 8px -15px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

html.no-touch .navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

html.no-touch .navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
html.no-touch .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
html.no-touch .navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

html.no-touch .navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
html.no-touch .navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  html.no-touch .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  html.no-touch .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  html.no-touch .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}

html.no-touch .navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

html.no-touch .navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

html.no-touch .navbar-default .btn-link[disabled]:hover,
html.no-touch fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

html.no-touch .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

html.no-touch .navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
html.no-touch .navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
html.no-touch .navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

html.no-touch .navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
html.no-touch .navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  html.no-touch .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  html.no-touch .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  html.no-touch .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

html.no-touch .navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

html.no-touch .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

html.no-touch .navbar-inverse .btn-link[disabled]:hover,
html.no-touch fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

html.no-touch .pagination > li > a:hover,
html.no-touch .pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
html.no-touch .pagination > .active > a:hover,
html.no-touch .pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
html.no-touch .pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
html.no-touch .pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

html.no-touch .pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
html.no-touch .pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

html.no-touch a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

html.no-touch .label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

html.no-touch .label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

html.no-touch .label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

html.no-touch .label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

html.no-touch .label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

html.no-touch .label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

html.no-touch a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

html.no-touch a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
html.no-touch .list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
html.no-touch .list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
html.no-touch .list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active,
html.no-touch .list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
html.no-touch .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
html.no-touch .list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
html.no-touch .list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
html.no-touch .list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

html.no-touch a.list-group-item-success:hover,
html.no-touch button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
html.no-touch a.list-group-item-success.active:hover,
html.no-touch button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

html.no-touch a.list-group-item-info:hover,
html.no-touch button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
html.no-touch a.list-group-item-info.active:hover,
html.no-touch button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

html.no-touch a.list-group-item-warning:hover,
html.no-touch button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
html.no-touch a.list-group-item-warning.active:hover,
html.no-touch button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

html.no-touch a.list-group-item-danger:hover,
html.no-touch button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
html.no-touch a.list-group-item-danger.active:hover,
html.no-touch button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

html.no-touch .close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);
  background-repeat: repeat-x;
}

html.no-touch .carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*! jQuery UI - v1.10.3 - 2013-10-30
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee; /*url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;*/
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828; /* url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;*/
  color: #ffffff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6; /*url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x*/
  font-weight: bold;
  color: #1c94c4;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce; /* url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; */
  font-weight: bold;
  color: #c77405;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #c77405;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff; /* url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; */
  font-weight: bold;
  color: #eb8f00;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c; /* url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; */
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900; /* url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; */
  color: #ffffff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  /*background-image: url(images/ui-icons_222222_256x240.png);*/
}

.ui-widget-header .ui-icon {
  /*background-image: url(images/ui-icons_ffffff_256x240.png);*/
}

.ui-state-default .ui-icon {
  /*background-image: url(images/ui-icons_ef8c08_256x240.png);*/
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  /*background-image: url(images/ui-icons_ef8c08_256x240.png);*/
}

.ui-state-active .ui-icon {
  /*background-image: url(images/ui-icons_ef8c08_256x240.png);*/
}

.ui-state-highlight .ui-icon {
  /*background-image: url(images/ui-icons_228ef1_256x240.png);*/
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  /*background-image: url(images/ui-icons_ffd27a_256x240.png);*/
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #666666; /* url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;*/
  opacity: 0.5;
  filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000; /*url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;*/
  opacity: 0.2;
  filter: Alpha(Opacity=20);
  border-radius: 5px;
}
#account_personal_cont h3.mt0 {
  color: #aaa;
}
#account_personal_cont #original_price {
  font-size: 35px;
}
#account_personal_cont #original_price > span {
  font-size: 0.7em;
}

#account-newsletter-form > .checker-row {
  position: relative;
  padding: 7px 7px 7px 40px;
  color: #666;
  cursor: pointer;
}
#account-newsletter-form > .checker-row.selected {
  background: transparent !important;
}
#account-newsletter-form > .checker-row > .checker-cell {
  position: absolute;
  left: 5px;
  top: 9px;
}
#account-newsletter-form > .checker-row > div {
  font-size: 1.1em;
  font-weight: bold;
}
.alert ul {
  padding-left: 15px;
}
.alert {
  display: block;
}
.alert.alert-success {
  color: #d3ffe4;
}
html.dark .alert.alert-success {
  background-color: rgba(35, 255, 0, 0.4);
  border-color: rgba(0, 255, 99, 0.1);
}
html.dark .alert.alert-info {
  background-color: rgba(148, 235, 255, 0.18);
  color: #d4eaf1;
  border-color: rgba(177, 237, 255, 0.34);
}
.alert.underline {
  cursor: pointer;
  text-decoration: underline;
}
.alert.alert-danger {
  background-color: #bb1717;
  background-color: var(--red-color);
  border: 0;
  color: #ffe7e7;
}
html.dark .alert.alert-danger {
  background-color: rgba(255, 0, 0, 0.54);
}
.alert.alert-danger h3,
.alert.alert-danger a {
  color: #fff;
  opacity: 0.7;
}
.alert {
  line-height: 1.7em;
}
.alert h3 {
  margin-top: 0;
}
#auth-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
  display: table;
  margin: 0 auto;
}
#auth-wrapper #auth-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 10px;
}
html.in-modal #auth-wrapper #auth-inner {
  padding: 0;
  background-color: #fff;
  background-color: var(--lowest);
}
#auth-wrapper #auth-inner:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.6);
  pointer-events: none;
}
html.dark #auth-wrapper #auth-inner:after {
  background: rgba(0, 0, 0, 0.7);
}
#auth-wrapper #auth-inner:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-image: var(--light);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
}
html.dark #auth-wrapper #auth-inner:before {
  background-image: var(--dark);
}
#auth-wrapper #auth-inner #auth-header {
  max-width: 380px;
  margin: 5px auto 20px;
}
html.in-modal #auth-wrapper #auth-inner #auth-header {
  display: none;
}
#auth-wrapper #auth-inner #auth-header img.header-logo {
  width: 70px;
  display: block;
  margin: 0 auto 20px auto;
  opacity: 0.6;
}
html.dark #auth-wrapper #auth-inner #auth-header img.header-logo {
  filter: invert(1);
}
#auth-wrapper #auth-inner #auth-header #auth-header-with-thirdparty {
  height: 60px;
  text-align: center;
}
#auth-wrapper #auth-inner #auth-header #auth-header-with-thirdparty > div {
  font-size: 36px;
  margin-bottom: 16px;
  font-weight: bold;
}
#auth-wrapper #auth-inner #auth-header #auth-header-with-thirdparty > small {
  font-size: 18px;
}
html.in-modal #auth-wrapper #auth-inner #auth-header #login_social {
  display: none;
}
#auth-wrapper #auth-inner #auth-header #login_social .btn {
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  padding: 0 5px;
  vertical-align: middle;
  margin: 0;
  float: none;
  text-align: left;
}
html.no-touch #auth-wrapper #auth-inner #auth-header #login_social .btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
#auth-wrapper #auth-inner #auth-header #login_social .btn img {
  width: 38px;
  height: 38px;
  border-radius: 100% !important;
}
#auth-wrapper #auth-inner #auth-content {
  max-width: 380px;
  float: none;
  margin: 1px auto;
  background-color: #fff;
  background-color: var(--lowest);
}
html.dark:not(.in-modal) #auth-wrapper #auth-inner #auth-content {
  background-color: #f4f4f4;
  background-color: var(--low);
}
#auth-wrapper #auth-inner #auth-content {
  padding: 35px 10px;
}
html.in-modal #auth-wrapper #auth-inner #auth-content {
  max-width: 100%;
  padding: 0;
}
#auth-wrapper #auth-inner #auth-content p {
  line-height: 1.6em;
}
#auth-wrapper #auth-inner #auth-content h1 {
  margin-top: 0;
  margin-bottom: 15px;
}
#auth-wrapper #auth-inner .sns-buttons-view {
  padding: 10px 0 0 0;
}
html.in-modal #auth-wrapper #auth-inner .sns-buttons-view {
  display: none;
}
#auth-wrapper #auth-inner .sns-buttons-view a {
  padding: 0px 7px;
}
#auth-wrapper #auth-inner .sns-buttons-view a img {
  width: 31px;
  height: 31px;
  border-radius: 100% !important;
}
#auth-wrapper #auth-inner #copyright {
  display: block;
  margin: 10px auto 0 auto;
  max-width: 380px;
  font-size: 0.9rem;
  text-align: center;
  opacity: 0.7;
  line-height: 1.5em;
}
html.in-modal #auth-wrapper #auth-inner #copyright {
  display: none;
}
#auth-wrapper #auth-inner #copyright .btn,
#auth-wrapper #auth-inner #copyright a {
  padding-left: 0;
  font-size: 0.9rem;
  margin-top: -8px;
  font-weight: 700;
}
#auth-wrapper #auth-inner #register-privacy-summary {
  margin-top: 20px;
  margin-bottom: 10px;
  height: 100px;
  overflow: auto;
  background-color: #fff;
  background-color: var(--lowest);
  padding: 0 15px 15px 15px;
  font-size: 0.8em;
  color: #222;
  color: var(--high);
  line-height: 1.6em;
}
#auth-wrapper #auth-inner #register-privacy-summary h2 {
  font-size: 1.1rem;
}
#auth-wrapper #auth-inner #register-privacy-summary ol,
#auth-wrapper #auth-inner #register-privacy-summary ul {
  padding-left: 12px;
  opacity: 0.7;
}
html.in-modal #auth-wrapper .btn-link {
  display: none;
}
.autocomplete-wrapper {
  position: relative;
}
.autocomplete-wrapper > .loading-img {
  display: none;
  position: absolute;
  right: 7px;
  top: 15px;
  width: 13px;
  height: 9px;
  z-index: 1;
}
.autocomplete-wrapper.current-loading > .loading-img {
  display: block;
}
.autocomplete-wrapper.is-focused .autocomplete-inner {
  display: block;
}
.autocomplete-wrapper .autocomplete-inner {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  background-color: #fff;
  background-color: var(--lowest);
  width: calc(100% - 1px);
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 180px;
  max-height: 220px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  overflow-scrolling: touch;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
html.dark .autocomplete-wrapper .autocomplete-inner {
  box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.8);
}
.autocomplete-wrapper .autocomplete-inner > li {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  line-height: 1em;
  padding: 10px 7px;
  cursor: pointer;
}
.autocomplete-wrapper .autocomplete-inner > li.selected {
  background-color: #f4f4f4;
  background-color: var(--low);
}
div#autoCompleteList {
  z-index: 170;
  position: fixed;
  left: -10px;
  top: -50px;
  margin: 0;
  padding: 0;
  min-width: 220px;
  max-width: 98%;
  overflow: visible;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #fff;
  background-color: var(--lowest);
  padding: 0;
}
div#autoCompleteList:after {
  content: "";
  position: absolute;
  background: url(https://static.whooing.com/assets/img/pop_arrow.png) top center no-repeat;
  background-size: 21px 10px;
  width: 21px;
  height: 7px;
  left: 39px;
  top: -7px;
}
div#autoCompleteList > .inner {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
div#autoCompleteList > .inner li {
  border: 0;
}
div#autoCompleteList > .inner li a {
  display: block;
  width: 100%;
  padding: 9px 0 7px 9px;
  color: #222;
  color: var(--high);
  text-decoration: none;
  font-size: 0.9rem;
  position: relative;
}
html.no-touch div#autoCompleteList > .inner li a:hover {
  background: #f4f4f4;
}
div#autoCompleteList > .inner li a.selected {
  background-color: #bababa;
  background-color: var(--middle);
}
div#autoCompleteList > .inner li a > span.color {
  display: block;
  position: absolute;
  top: 10px;
  left: 8px;
  width: 16px;
  font-size: 0.9rem;
  height: 13px;
  text-align: center;
  border-radius: 2px;
  color: white;
  line-height: 14px;
  background-size: 8px 8px;
  width: 14px;
  height: 14px;
  border-radius: 100% !important;
}
div#autoCompleteList > .inner li a > span.color.plus {
  background-image: url(https://static.whooing.com/assets/img/plus-white.png);
  background-position: center center;
  background-repeat: no-repeat;
}
div#autoCompleteList > .inner li a > span.color.minus {
  background-image: url(https://static.whooing.com/assets/img/minus-white.png);
  background-position: center center;
  background-repeat: no-repeat;
}
div#autoCompleteList > .inner li a > span.color.assets {
  background-color: #c36fbc;
}
div#autoCompleteList > .inner li a > span.color.liabilities {
  background-color: #5294ff;
}
div#autoCompleteList > .inner li a > span.color.capital {
  background-color: #e6b926;
}
div#autoCompleteList > .inner li a > span.color.income {
  background-color: #a8bd1a;
}
div#autoCompleteList > .inner li a > span.color.expenses {
  background-color: #f15f33;
}
div#autoCompleteList > .inner li a.is-accounts span.text {
  padding-left: 14px;
}
.awesomebox-preview {
  display: table;
  margin-left: -2px;
}
.awesomebox-preview > div.r {
  display: table-row;
}
.awesomebox-preview > div.r > div.rr {
  display: table-cell;
  vertical-align: middle;
}
.awesomebox-preview > div.r > div.rr > span {
  display: inline-block;
  padding: 4px 6px 1px;
  line-height: 1.3em;
  background-color: #ddd;
  background-color: var(--middle-low);
  font-size: 0.9rem;
  margin: 1px 2px;
  min-height: 21px;
  vertical-align: middle;
}
.awesomebox-preview > div.r > div.rr > span.abox-inserted1 {
  background-color: #a7f39c;
}
html.dark .awesomebox-preview > div.r > div.rr > span.abox-inserted1 {
  background-color: #44813b;
}
.awesomebox-preview > div.r > div.rr > span.qi_date > span {
  font-size: 0.9rem;
}
.awesomebox-preview > div.r > div.rr > span.qi_memo {
  border-color: #bababa;
  border-color: var(--middle);
  background: transparent;
  opacity: 0.6;
}
.awesomebox-preview > div.r > div.rr > span.qi_memo:empty {
  display: none;
}
@charset "UTF-8";
#awesomebox-page {
  padding-top: 155px;
}
#awesomebox-page .container-fluid {
  max-width: 900px;
}
html.xxs:not(.xs) #awesomebox-page .container-fluid {
  padding-left: 7px;
  padding-right: 7px;
}
#awesomebox-page #header {
  position: fixed;
  padding-top: 10px;
  z-index: 1;
  top: 0;
  width: 100%;
  min-height: 141px;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
#awesomebox-page #header select {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  -webkit-appearance: none;
  padding: 3px 2px 4px;
  height: auto;
}
#awesomebox-page #header .btn {
  color: rgba(0, 0, 0, 0.6);
  border: 0;
}
#awesomebox-page #header .btn > span {
  font-size: 15px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.4);
}
#awesomebox-page #header .btn#btnRefresh > span {
  font-size: 17px;
}
#awesomebox-page #header #awesomeBoxForm {
  margin-top: 10px;
}
#awesomebox-page #header #awesomeBoxForm input,
#awesomebox-page #header #awesomeBoxForm .btn {
  background: transparent;
  border: 2px solid #828282;
  font-weight: bold;
  height: 46px;
  box-shadow: none !important;
}
#awesomebox-page #header #awesomeBoxForm .btn {
  border-left: 0;
  padding-top: 10px;
}
#awesomebox-page #header #awesomeBoxForm #quickResult > div {
  margin-top: 9px;
  margin-bottom: 9px;
}
#awesomebox-page #header #awesomeBoxForm #quickResult > div:empty::after {
  content: "입력 대기중...";
  opacity: 0.3;
}
#awesomebox-page #header #awesomeBoxForm #quickResult > div > span {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
#awesomebox-page #header #awesomeBoxForm #quickResult > div > span.abox-inserted1 {
  background: rgba(0, 0, 0, 0.9);
}
#awesomebox-page #header #awesomeBoxForm #quickResult > div > span.qi_date > span {
  color: rgba(255, 255, 255, 0.7);
}
#awesomebox-page #temp_latest {
  display: none;
  background: #bb1717;
  color: #fff;
}
#awesomebox-page #temp_latest ul {
  list-style: none;
  padding-left: 0;
}
#awesomebox-page #temp_latest ul > li {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#awesomebox-page #temp_latest ul > li:last-child {
  border-bottom: 0;
}
#awesomebox-page #awesomebox-list {
  padding-top: 10px;
  padding-bottom: 10px;
}
html:not(.sm) #awesomebox-page #awesomebox-list {
  padding: 0;
}
#awesomebox-page #awesomebox-list tr {
  position: relative;
}
#awesomebox-page #awesomebox-list tr.edit {
  background: #d7efed;
}
#awesomebox-page #awesomebox-list tr.edit td {
  background: #d7efed;
}
#awesomebox-page #awesomebox-list tr.edit + tr.en_memo_row {
  background: #d7efed;
}
#awesomebox-page #awesomebox-list tr.loading {
  opacity: 0.2;
}
#awesomebox-page #awesomebox-list td.entry-checker {
  display: none !important;
}
#awesomebox-page #awesomebox-list .clickable {
  cursor: auto !important;
}
#awesomebox-page #footer {
  text-align: center;
  margin: 20px 0;
  font-size: 0.9rem;
  opacity: 0.5;
}
#awesomebox-page.middle-blocked::before, #awesomebox-page.middle-blocked::after {
  margin-left: 0;
}

#awesomebox-form {
  line-height: 1.4em;
}
#awesomebox-form .row {
  margin-left: -5px;
  margin-right: -5px;
}
#awesomebox-form .row > div {
  padding-left: 5px;
  padding-right: 5px;
}
#awesomebox-form #quick-result {
  margin-top: 10px;
  min-height: 22px;
  position: relative;
}
#awesomebox-form #quick-result #total-on-multi {
  position: absolute;
  top: -31px;
  left: 0;
  opacity: 0.7;
}
html:not(.sm) #awesomebox-form #quick-result #total-on-multi {
  top: auto;
  bottom: -27px;
}
#awesomebox-form #quick-result #pending-message {
  opacity: 0.5;
}
#awesomebox-form #btn-toggle-mode {
  position: absolute;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
}
#awesomebox-form .top-label {
  margin-top: 10px;
  margin-bottom: -5px;
  position: relative;
}
#awesomebox-form .top-label .btn {
  position: absolute;
  right: -13px;
  top: -9px;
}
#awesomebox-form #command {
  margin-top: 0;
}
#awesomebox-form.mode-multi #inner-wrapper {
  background-color: #fff;
  background-color: var(--lowest);
  background-position: left 1px;
  background-size: 1px 38px;
}
#awesomebox-form.mode-multi .awesomebox-preview {
  height: 38px;
}
#awesomebox-form.mode-multi textarea {
  background: transparent;
  height: 312px;
  line-height: 38px;
  padding: 0px 5px 0 5px;
  border: 0;
  white-space: pre;
  overflow-wrap: normal;
  overflow-x: scroll;
}
#awesomebox-form.mode-multi #quick-result {
  margin: 0;
}
html:not(.sm) #awesomebox-form.mode-multi #quick-result {
  margin-top: -7px;
}
#awesomebox-form.mode-multi #quick-result > div.r > div.rr {
  height: 38px;
}
#awesomebox-form.mode-multi #quick-result > div.r > div.rr > span {
  padding: 2px 2px;
  min-height: 18px;
  line-height: 1em;
}
.badge {
  font-family: sans-serif;
  background: rgba(0, 0, 0, 0.2);
  color: #fff !important;
  font-weight: bold;
  display: block;
  position: absolute !important;
  padding: 0 3px;
  min-width: 18px;
  font-size: 11px;
  line-height: 18px;
  height: 18px;
  border-radius: 1em !important;
  font-style: normal;
  box-shadow: 0 0 2px rgb(255, 255, 255);
}
.badge.danger {
  background-color: #bb1717;
  background-color: var(--red-color);
}
.badge:empty {
  display: none;
}
.badge.left {
  left: 4px;
  top: 6px;
}
.badge.left.out {
  left: -5px;
  top: -7px;
}
.badge.right {
  right: 10px;
  margin-top: -8.5px;
  top: 50%;
}
.badge.right.out {
  left: auto;
  right: -5px;
  top: 0;
}
:root {
  --lowest: #fff;
  --low: #f4f4f4;
  --middle-low: #ddd;
  --middle: #bababa;
  --middle-high: #909090;
  --high: #222;
  --highest: #000;
  --divider: #e4e4e4;
  --divider-darken: rgba(122, 122, 122, 0.45);
  --primary-color: #4b76af;
  --primary-color-lighten: rgb(108.7, 144.648, 192.3);
  --primary-color-darken: rgb(59.7, 93.928, 139.3);
  --mray-0: rgba(127, 127, 127, 1);
  --mray-1: rgba(127, 127, 127, 0.8);
  --mray-2: rgba(127, 127, 127, 0.6);
  --mray-3: rgba(127, 127, 127, 0.4);
  --mray-4: rgba(127, 127, 127, 0.2);
  --mray-5: rgba(127, 127, 127, 0.1);
  --mray-6: rgba(127, 127, 127, 0.05);
  --red-color: #bb1717;
  --blue-color: #268be8;
  --gold-color: #e0993e;
  --green-color: #5cb94f;
  --success-color: #5cb85c;
  --info-color: #5bc0de;
  --warning-color: #f0ad4e;
  --danger-color: #d9534f;
  --display-block: block;
}

html.dark:root {
  --lowest: #282829;
  --low: #171717;
  --middle-low: #555;
  --middle: #646464;
  --middle-high: #888;
  --high: #dadada;
  --highest: #fff;
  --divider: #4a4a4a;
  --divider-darken: rgba(122, 122, 122, 0.45);
  --primary-color: #b97618;
  --primary-color-lighten: rgb(226.2918660287, 146.1483253589, 33.7081339713);
  --primary-color-darken: rgb(139.8564593301, 89.2057416268, 18.1435406699);
  --red-color: #ec2424;
  --blue-color: #268be8;
  --gold-color: #e0993e;
  --green-color: #5cb94f;
  --success-color: #5cb85c;
  --info-color: #5bc0de;
  --warning-color: #f0ad4e;
  --danger-color: #d9534f;
}
.thumb-row {
  margin-left: -3px;
  margin-right: -3px;
}
.thumb-row li {
  padding-left: 3px;
  padding-right: 3px;
}

.thumb-row .thumb,
.box {
  display: block;
  position: relative;
  padding: 20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-color: var(--lowest);
  margin-bottom: 20px;
  border-radius: 3px;
}
.thumb-row .thumb.box-height:empty,
.box.box-height:empty {
  min-height: 7em;
}
.thumb-row .thumb.box-tight,
.box.box-tight {
  padding: 5px;
}
@media only print {
  .thumb-row .thumb,
  .box {
    padding: 15px 0;
  }
}

.box-danger {
  background: #bb1717;
  line-height: 1.7em;
  color: #fff;
}
.box-danger * {
  color: #fff;
}

.box-info {
  background: #64b570;
  line-height: 1.7em;
  color: #5cb94f;
  color: #fff;
}
.box-info * {
  color: #fff;
}

.no-padding {
  padding: 0 !important;
}

.box {
  clear: both;
  float: left;
  width: 100%;
}
html.xxs:not(.xs) .box {
  padding: 12px 10px;
}
.box.list-group {
  padding-top: 10px;
  padding-bottom: 10px;
}
html:not(.sm) .box.list-group {
  padding: 0;
}
.box.list-group .list-group-item {
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
}
.box.list-group .list-group-item:first-child {
  border-top: 0;
}
.thumb-row .thumb {
  margin-bottom: 6px;
}

@media (min-width: 481px) {
  .thumb-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .thumb-row > li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .thumb-row .thumb {
    margin-bottom: 20px;
    transition: transform 0.1s ease-out;
  }
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.btn {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  vertical-align: middle;
  text-decoration: none;
  height: 44px;
  line-height: 42px;
}
.btn.btn-more {
  margin: 10px 0;
}
.btn.btn-default {
  border: 1px solid #bababa;
  border-color: var(--middle);
  background-color: #fff;
  background-color: var(--lowest);
  color: #222;
  color: var(--high);
}
html.no-touch .btn.btn-default:hover {
  background-color: #f4f4f4;
  background-color: var(--low);
}
.btn.btn-info, .btn.btn-success, .btn.btn-warning, .btn.btn-danger {
  color: #fff;
}
.btn.btn-info.btn-outline, .btn.btn-success.btn-outline, .btn.btn-warning.btn-outline, .btn.btn-danger.btn-outline {
  background-color: transparent;
}
.btn.btn-warning {
  background-color: #eb7d3d;
  border-color: #eb7d3d;
}
html.dark .btn.btn-info {
  background-color: #3b8fa9;
  border-color: #3693af;
}
.btn.btn-danger {
  background-color: #bb1717;
  background-color: var(--red-color);
  border-color: transparent;
}
.btn.btn-outline.btn-success {
  border-color: #5cb85c;
  color: #5cb85c;
}
.btn.btn-outline.btn-primary {
  border-color: #4b76af;
  color: #4b76af;
}
html.no-touch .btn {
  height: 38px;
  line-height: 36px;
}
html.no-touch .btn.btn-more:hover, .btn.btn-more:focus {
  color: #000;
  color: var(--highest);
}

.btn-link {
  color: rgb(59.7, 93.928, 139.3) !important;
  color: var(--primary-color-darken) !important;
}
html.dark .btn-link {
  color: rgb(108.7, 144.648, 192.3) !important;
  color: var(--primary-color-lighten) !important;
}

.btn-xs {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 11px;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0 10px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
}
html.no-touch .btn-group-sm > .btn,
html.no-touch .btn-sm {
  height: 34px;
  line-height: 32px;
}

.btn-group-xs > .btn,
.btn-xs {
  padding: 0 10px;
  font-size: 0.9rem;
  height: 36px;
  line-height: 36px;
}
html.no-touch .btn-group-xs > .btn,
html.no-touch .btn-xs {
  height: 28px;
  line-height: 28px;
}

.btn.btn-lg {
  padding: 0 20px;
  font-size: 1.3rem;
  height: 42px;
  line-height: 40px;
}
html.no-touch .btn.btn-lg {
  height: 42px;
  line-height: 40px;
}

.btn.btn-danger {
  color: #fff;
}

.btn.btn-gray {
  transition: background 0.2s linear;
  background: #ddd;
}
html.no-touch .btn.btn-gray:hover, html.no-touch .btn.btn-gray:active, .btn.btn-gray:focus {
  background: #d4d4d4;
}

.btn.btn-primary {
  background-color: #4b76af;
  background-color: var(--primary-color);
  border-color: transparent;
  color: #fff !important;
}
html.dark .btn.btn-primary {
  background-color: #b97618;
  background-color: var(--primary-color-darken);
}

.btn-header {
  position: absolute;
  cursor: pointer;
  font-size: 28px;
  border: 0;
  padding: 12px;
  line-height: 1em;
  box-shadow: none !important;
}
div.chart_options .control {
  text-align: right;
  position: relative;
  top: -15px;
  font-size: 0.8rem;
  color: #999;
}
div.chart_options .control a {
  font-size: 0.8rem;
  color: rgba(34, 34, 34, 0.8);
  display: inline-block;
  padding: 2px 6px;
}
html.dark div.chart_options .control a {
  color: rgba(218, 218, 218, 0.8);
}
div.chart_options ul {
  padding: 0;
  list-style: none;
}
div.chart_options ul li span {
  display: block;
  padding: 9px 0 8px 22px;
  cursor: pointer;
  white-space: nowrap;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
div.chart_options ul li span em:first-child {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 4px;
  top: 0.75rem;
  z-index: 2;
  border-radius: 100% !important;
}
div.chart_options ul li span em:last-child {
  content: "";
  position: absolute;
  width: 18px;
  left: 0;
  top: 1.1rem;
  z-index: 1;
  height: 2px;
}
div.chart_options ul li.no-selected span {
  opacity: 0.4;
}
div.chart_options ul li.no-selected span em {
  background: #fff !important;
  border: 1px solid black;
}
html.dark div.chart_options ul li.no-selected span em {
  background: #282829 !important;
  border-color: white;
}
div.chart_options.inline ul {
  text-align: center;
}
div.chart_options.inline ul li {
  display: inline-block;
}
div.chart_options.inline ul li span {
  padding-right: 15px;
}
.radio,
.checkbox {
  position: relative;
  margin: 0 0 10px 0;
  display: block;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  margin-left: -20px;
  left: 20px;
}

.radio input[type=radio]:checked + label::before,
.checkbox input[type=checkbox]:checked + label::before {
  border-color: #3fa6ff;
}

.radio input[type=radio]:checked + label::after,
.checkbox input[type=checkbox]:checked + label::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 11px;
  height: 11px;
  left: 2px;
  top: 0.4rem;
  margin-left: -20px;
  border: 1px solid #3fa6ff;
  border-radius: 50%;
  background-color: #3fa6ff;
}

.radio input[type=radio]:checked + label::after {
  left: 23px;
  top: 9px;
}

.radio label,
.checkbox label {
  display: inline-block;
  position: relative;
  line-height: 1.3em;
  min-height: 1.3em;
  padding: 6px 25px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio label::before,
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 20px;
  top: 0.40001rem;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.05);
}

.radio.disabled label,
.checkbox.disabled label {
  color: #ccc;
}

.radio.disabled label::before,
.checkbox.disabled label::before {
  border-color: #ccc;
}

.checkbox input[type=checkbox]:checked + label::before {
  border-color: #4b76af;
  border-color: var(--primary-color);
  background-color: #4b76af;
  background-color: var(--primary-color);
}

.checkbox input[type=checkbox]:checked + label::after {
  top: 0.6rem;
  left: 23.1px;
  border-color: transparent;
  background: transparent url(https://static.whooing.com/assets/img/checker.png) no-repeat center center;
  background-size: contain;
}

.radio input[type=radio]:focus + label::before,
.checkbox input[type=checkbox]:focus + label::before {
  outline: 3px solid rgba(0, 149, 255, 0.25);
}

.checkbox label::before {
  border-radius: 2px;
}
.checker-row .checker-cell {
  cursor: pointer;
  width: 30px;
}
.checker-row .checker-cell > span {
  display: inline-block;
  position: relative;
  border: 1px solid #ccc;
  left: 5px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  border-radius: 3px;
}
.checker-row .checker-cell.round > span {
  border-radius: 2em !important;
  width: 18px;
  height: 18px;
}
.checker-row .checker-cell-flex {
  width: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checker-row .checker-cell-flex > span {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 16px;
  height: 16px;
}
.checker-row .checker-cell-flex.round > span {
  border-radius: 2em !important;
  width: 18px;
  height: 18px;
}
.checker-row.selected {
  background: rgba(112, 177, 206, 0.36) !important;
}
body[data-responsive=xs] .checker-row.selected:not(.list-group-item) {
  outline: 1px solid rgba(153, 195, 214, 0.5);
}
.checker-row.selected .checker-cell-flex > span,
.checker-row.selected .checker-cell > span {
  background: #3fa6ff url(https://static.whooing.com/assets/img/checker.png) 3px 2px no-repeat;
  background-size: 70%;
  border-color: #389aef;
}
div.control_bar {
  clear: both;
  position: relative;
  top: -4px;
  height: 18px;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div.control_bar.position-right {
  float: right;
  top: 4px;
}
div.control_bar.position-drawer {
  position: absolute;
  right: -10px;
  top: -30px;
}
div.control_bar .exist-toolbars {
  display: flex;
  align-items: center;
}
div.control_bar a.ctrl-btn {
  color: #909090;
  color: var(--middle-high);
  font-size: 12px !important;
  text-decoration: none;
  padding: 2px 7px;
  vertical-align: top;
}
html.no-touch div.control_bar a.ctrl-btn:hover {
  color: #4b76af;
  color: var(--primary-color);
}
#dashboard-cont h3 {
  margin-top: 0;
}
div#date_pop,
div#account_pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  overflow: vizible;
  padding: 0;
}
div#date_pop:after,
div#account_pop:after {
  content: "";
  position: absolute;
  background: url(https://static.whooing.com/assets/img/pop_arrow.png) top center no-repeat;
  background-size: 21px 10px;
  width: 21px;
  height: 7px;
  left: 39px;
  top: -7px;
}
div#date_pop > .inner,
div#account_pop > .inner {
  padding: 8px;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

div#date_pop.month {
  width: 115px;
  height: 345px;
}
div#date_pop.month div.d_p_m {
  padding-right: 0;
}
div#date_pop.month div.d_p_d {
  display: none;
}

div#date_pop > .inner div {
  float: left;
  margin-left: 1px;
  padding-left: 4px;
  padding-right: 4px;
  border-left: 1px solid #eee;
}
div#date_pop > .inner div a {
  display: block;
  color: black;
  font-size: 0.9rem;
  padding: 4px 0;
  text-align: center;
  text-decoration: none;
}
div#date_pop > .inner div a.selected {
  background: rgba(255, 218, 66, 0.78);
}
div#date_pop > .inner div a.today {
  color: #bb1717;
}
div#date_pop > .inner div.d_p_y {
  width: 50px;
  border-left: 0;
  padding-left: 0;
}
div#date_pop > .inner div.d_p_m {
  width: 45px;
}
div#date_pop > .inner div.d_p_d {
  width: 49px;
  padding-right: 0;
}
div#date_pop > .inner div.d_p_d > a > span {
  margin-left: 3px;
  font-size: 10px;
  color: #888;
}
div#date_pop > .inner div.d_p_d > a > span.holiday {
  color: #f88;
}

div#account_pop {
  width: 400px;
  max-width: 92%;
}
div#account_pop > .inner {
  line-height: 1em;
}
div#account_pop > .inner h3 {
  cursor: pointer;
}
div#account_pop > .inner h3:first-child {
  margin-top: 0;
}
div#account_pop > .inner .line:first-child, div#account_pop > .inner .line:last-child {
  display: none;
}
div#account_pop > .inner .line {
  display: block;
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
  margin: 4px 0 5px;
}

span.d_d_d_0,
span.d_d_d_1,
span.d_d_d_2,
span.d_d_d_3,
span.d_d_d_4,
span.d_d_d_5,
span.d_d_d_6 {
  font-size: 13px;
  color: #999;
}
#desktop-swipe-indicator {
  display: none;
  opacity: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 20px;
  padding: 20px 40px 10px;
  text-align: center;
  border-radius: 10px !important;
  transform: translate3d(-50%, -50%, 0);
  z-index: 999999;
}
#desktop-swipe-indicator > div.icon-arrow-right,
#desktop-swipe-indicator > div.icon-arrow-left {
  font-size: 50px;
  color: #fff;
  margin-bottom: 16px;
}
#desktop-swipe-indicator > div.icon-arrow-right {
  display: none;
}
#desktop-swipe-indicator.right > div.icon-arrow-right {
  display: block;
}
#desktop-swipe-indicator.right > div.icon-arrow-left {
  display: none;
}
.drawer.box,
.drawer-component.box {
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
}
html.xxs:not(.xs) .drawer.box,
html.xxs:not(.xs) .drawer-component.box {
  padding: 0 10px 0 15px;
}
.drawer.box .box,
.drawer-component.box .box {
  padding: 0 10px 10px 10px;
  box-shadow: none;
}
.drawer.border,
.drawer-component.border {
  border: 1px solid #ddd;
  padding-left: 15px;
  padding-right: 15px;
}
.drawer > .button,
.drawer-component > .button {
  cursor: pointer;
  font-weight: 400;
  height: 42px;
  display: flex;
  align-items: center;
  padding-left: 4px;
  padding-top: 0;
  padding-bottom: 0;
  user-select: none;
}
html.touch .drawer > .button,
html.touch .drawer-component > .button {
  height: 50px;
}
.drawer > .button .bi-chevron-down,
.drawer-component > .button .bi-chevron-down {
  display: inline-block;
  transition: transform 0.2s ease-out;
  transform: rotate(270deg);
  font-size: 0.9rem;
  position: relative;
  left: -8px;
  top: 0px;
}
.drawer .cont,
.drawer-component .cont {
  font-weight: 400;
  max-height: 0;
  display: none;
  overflow: hidden;
  opacity: 0.8;
  float: left;
  width: 100%;
}
.drawer.opened,
.drawer-component.opened {
  position: relative;
  font-weight: 800;
}
.drawer.opened .button,
.drawer-component.opened .button {
  font-weight: bold;
}
.drawer.opened .bi-chevron-down,
.drawer-component.opened .bi-chevron-down {
  transform: rotate(360deg) translateY(2px);
}
.drawer.opened .cont,
.drawer-component.opened .cont {
  display: block;
  max-height: 100%;
  margin-bottom: 15px;
  overflow: visible;
  line-height: 1.6em;
}
html.no-touch .ctl-hover .ctl .dropdown-toggle {
  visibility: hidden;
  opacity: 0 !important;
  background: transparent !important;
}
html.no-touch .ctl-hover:hover .ctl {
  background: transparent !important;
}
html.no-touch .ctl-hover:hover .ctl .dropdown-menu {
  display: block;
  top: 1px;
  right: 0;
  border: 0;
  background-color: #fff;
  background-color: var(--lowest);
  text-align: right;
  height: 40px;
  box-shadow: none;
  overflow: visible;
}
html.no-touch .ctl-hover:hover .ctl .dropdown-menu.col-1 {
  width: 34px;
  min-width: 34px;
}
html.no-touch .ctl-hover:hover .ctl .dropdown-menu.col-2 {
  width: 66px;
}
html.no-touch .ctl-hover:hover .ctl .dropdown-menu.col-3 {
  width: 105px;
}
html.no-touch .ctl-hover:hover .ctl .dropdown-menu.col-4 {
  width: 140px;
}
html.no-touch .ctl-hover:hover .ctl .dropdown-menu > li {
  display: inline-block;
  border: 0;
}
html.no-touch .ctl-hover:hover .ctl .dropdown-menu > li > a,
html.no-touch .ctl-hover:hover .ctl .dropdown-menu > li > .a {
  color: #000;
  color: var(--highest);
  display: inline-block;
  padding: 0 8px;
  margin-top: 0px;
  border-radius: 3px;
}
html.no-touch .ctl-hover:hover .ctl .dropdown-menu > li > a > span,
html.no-touch .ctl-hover:hover .ctl .dropdown-menu > li > .a > span {
  display: none;
}
html.no-touch .ctl-hover:hover .ctl .dropdown-menu > li > a:hover,
html.no-touch .ctl-hover:hover .ctl .dropdown-menu > li > .a:hover {
  overflow: visible;
  background-color: #f4f4f4;
  background-color: var(--low);
}
html.no-touch .ctl-hover:hover .ctl .dropdown-menu > li > a:hover > span,
html.no-touch .ctl-hover:hover .ctl .dropdown-menu > li > .a:hover > span {
  display: block;
  position: absolute;
  border-radius: 3px;
  top: 43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0.85rem;
  color: #fff !important;
  background: rgba(100, 100, 100, 0.7);
  line-height: 1.1rem;
  font-size: 0.85rem;
  padding: 3px 8px 2px;
  margin-top: 5px;
}
html.no-touch .ctl-hover:hover .ctl .dropdown-menu > li > a:hover > span:before,
html.no-touch .ctl-hover:hover .ctl .dropdown-menu > li > .a:hover > span:before {
  content: " ";
  position: absolute;
  left: 50%;
  top: -12px;
  width: 0;
  height: 0;
  margin-left: -6px;
  border: 6px solid transparent;
  border-bottom-color: rgba(100, 100, 100, 0.7);
}
html.no-touch .ctl-hover:hover .ctl .dropdown-menu > li > a > i[class*=bi],
html.no-touch .ctl-hover:hover .ctl .dropdown-menu > li > .a > i[class*=bi] {
  margin-right: 3px;
}

.dropdown-menu > li:last-child {
  border-bottom: 0;
}
.dropdown-menu > li > a,
.dropdown-menu > li > .a {
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
}

.ctl.dropdown > button {
  border: 0;
  padding: 0 14px;
  opacity: 0.4;
  background: transparent !important;
  position: relative;
  top: -2px;
  height: 36px;
  line-height: 36px;
}
.ctl.dropdown > button > span {
  display: inline-block !important;
}
.dropdown-menu {
  min-width: 70px;
  top: 98%;
  width: auto;
  max-height: calc(100vh - 100px);
  overflow: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  background-color: #fff;
  background-color: var(--lowest);
}
html.dark .dropdown-menu {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.72);
}
.dropdown-menu li.divider {
  margin: 3px 0;
  background-color: #e4e4e4;
  background-color: var(--divider);
}
.dropdown-menu > li > a,
.dropdown-menu > li > .a {
  padding: 0 20px;
  height: 44px;
  line-height: 44px;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #222;
  color: var(--high);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > .a:hover {
  background-color: #f4f4f4;
  background-color: var(--low);
}
html.touch .dropdown-menu > li > a,
html.touch .dropdown-menu > li > .a {
  font-size: 17px;
}
html.no-touch .dropdown-menu > li > a,
html.no-touch .dropdown-menu > li > .a {
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14.7px;
}
.dropdown-menu > li > a > i[class*=bi],
.dropdown-menu > li > .a > i[class*=bi] {
  margin-right: 0.5em;
  position: relative;
  opacity: 0.5;
}
body[data-responsive=xs] .entries-wrapper.box,
body.post-fixed[data-responsive=md] .entries-wrapper.box {
  background: transparent;
  padding: 0;
}
body[data-responsive=xs] .entry-table,
body.post-fixed[data-responsive=md] .entry-table {
  background-color: transparent;
}
body[data-responsive=xs] .entry-table .entry,
body.post-fixed[data-responsive=md] .entry-table .entry {
  clear: both;
  width: 100%;
  min-height: 104px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 10px 0 50px 0;
  margin-bottom: 5px;
  background-color: #fff;
  background-color: var(--lowest);
  border-bottom: 0;
}
body[data-responsive=xs] .entry-table .entry > div,
body.post-fixed[data-responsive=md] .entry-table .entry > div {
  float: left;
  line-height: 1.3em;
  padding-left: 10px;
  padding-right: 10px;
}
body[data-responsive=xs] .entry-table .entry > div.entry-checker,
body.post-fixed[data-responsive=md] .entry-table .entry > div.entry-checker {
  display: none;
}
body[data-responsive=xs] .entry-table .entry > div.date_block,
body.post-fixed[data-responsive=md] .entry-table .entry > div.date_block {
  width: 100%;
  padding-bottom: 0;
}
body[data-responsive=xs] .entry-table .entry > div.item_block,
body.post-fixed[data-responsive=md] .entry-table .entry > div.item_block {
  clear: both;
  width: 60%;
  padding-top: 5px;
}
body[data-responsive=xs] .entry-table .entry > div.item_block > span,
body.post-fixed[data-responsive=md] .entry-table .entry > div.item_block > span {
  float: left;
}
body[data-responsive=xs] .entry-table .entry > div.item_block > span.en_item,
body.post-fixed[data-responsive=md] .entry-table .entry > div.item_block > span.en_item {
  word-break: break-all;
  color: #000;
  color: var(--highest);
}
body[data-responsive=xs] .entry-table .entry > div.item_block > span.en_item:empty,
body.post-fixed[data-responsive=md] .entry-table .entry > div.item_block > span.en_item:empty {
  display: none;
}
body[data-responsive=xs] .entry-table .entry > div.item_block > span.en_detail,
body.post-fixed[data-responsive=md] .entry-table .entry > div.item_block > span.en_detail {
  word-break: break-all;
  opacity: 0.6;
  padding: 2px;
}
body[data-responsive=xs] .entry-table .entry > div.item_block > span.en_detail:empty,
body.post-fixed[data-responsive=md] .entry-table .entry > div.item_block > span.en_detail:empty {
  display: none;
}
body[data-responsive=xs] .entry-table .entry > div.money_block,
body.post-fixed[data-responsive=md] .entry-table .entry > div.money_block {
  width: 40%;
  text-align: right;
  padding-top: 2px;
}
body[data-responsive=xs] .entry-table .entry > div.money_block > span,
body.post-fixed[data-responsive=md] .entry-table .entry > div.money_block > span {
  float: left;
  width: 100%;
  font-weight: normal;
  font-family: "Open Sans";
  position: relative;
  top: -0.1em;
}
body[data-responsive=xs] .entry-table .entry > div.money_block > span.money-total,
body.post-fixed[data-responsive=md] .entry-table .entry > div.money_block > span.money-total {
  opacity: 0.5;
  font-size: 0.8em;
}
body[data-responsive=xs] .entry-table .entry > div.left_right_block,
body.post-fixed[data-responsive=md] .entry-table .entry > div.left_right_block {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #e4e4e4;
  border-top-color: var(--divider);
  padding: 0;
}
body[data-responsive=xs] .entry-table .entry > div.left_right_block > span,
body.post-fixed[data-responsive=md] .entry-table .entry > div.left_right_block > span {
  float: left;
  width: 49%;
  margin-left: 0;
}
body[data-responsive=xs] .entry-table .entry > div.left_right_block > span:first-child,
body.post-fixed[data-responsive=md] .entry-table .entry > div.left_right_block > span:first-child {
  border-right: 1px solid #e4e4e4;
  border-right-color: var(--divider);
}
body[data-responsive=xs] .entry-table .entry > div.left_right_block > span > span.clickable,
body.post-fixed[data-responsive=md] .entry-table .entry > div.left_right_block > span > span.clickable {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-left: 10px;
  background: transparent !important;
}
body[data-responsive=xs] .entry-table .entry > div.left_right_block > span > span.clickable:after,
body.post-fixed[data-responsive=md] .entry-table .entry > div.left_right_block > span > span.clickable:after {
  top: 0.89rem;
}
body[data-responsive=xs] .entry-table .entry > div.memo_block,
body.post-fixed[data-responsive=md] .entry-table .entry > div.memo_block {
  padding: 0;
  width: 100%;
}
body[data-responsive=xs] .entry-table .entry > div.memo_block > span,
body.post-fixed[data-responsive=md] .entry-table .entry > div.memo_block > span {
  padding: 4px 5px 5px 12px;
  display: block;
  margin-left: 0;
  opacity: 0.5;
}
body[data-responsive=xs] .entry-table .entry > div.memo_block > span:empty,
body.post-fixed[data-responsive=md] .entry-table .entry > div.memo_block > span:empty {
  display: none;
}
body[data-responsive=xs] .entry-table .entry > div.attachments_block,
body.post-fixed[data-responsive=md] .entry-table .entry > div.attachments_block {
  margin-top: 10px;
}
body[data-responsive=xs] .entry-table .entry > div.attachments_block > .file-uploader-list > .uploader-item,
body.post-fixed[data-responsive=md] .entry-table .entry > div.attachments_block > .file-uploader-list > .uploader-item {
  cursor: pointer;
  border: 0 !important;
}
body[data-responsive=xs] .entry-table .entry > div.attachments_block > .file-uploader-list > .uploader-item .filename,
body.post-fixed[data-responsive=md] .entry-table .entry > div.attachments_block > .file-uploader-list > .uploader-item .filename {
  display: none;
}
body[data-responsive=xs] .entry-table .entry > div.en_ctl,
body.post-fixed[data-responsive=md] .entry-table .entry > div.en_ctl {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}

body[data-responsive=sm] .entry-table,
body[data-responsive=md]:not(.post-fixed) .entry-table,
body[data-responsive=lg] .entry-table,
body[data-responsive=xlg] .entry-table,
body[data-responsive=xxlg] .entry-table {
  background-color: #fff;
  background-color: var(--lowest);
}
body[data-responsive=sm] .entry-table .entry,
body[data-responsive=md]:not(.post-fixed) .entry-table .entry,
body[data-responsive=lg] .entry-table .entry,
body[data-responsive=xlg] .entry-table .entry,
body[data-responsive=xxlg] .entry-table .entry {
  clear: both;
  min-height: 43px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 7px 0;
  border-bottom: 1px solid #e4e4e4;
  border-bottom-color: var(--divider);
}
html.toggle-narrow body:not(.post-fixed) body[data-responsive=sm] .entry-table .entry,
html.toggle-narrow body:not(.post-fixed) body[data-responsive=md]:not(.post-fixed) .entry-table .entry,
html.toggle-narrow body:not(.post-fixed) body[data-responsive=lg] .entry-table .entry,
html.toggle-narrow body:not(.post-fixed) body[data-responsive=xlg] .entry-table .entry,
html.toggle-narrow body:not(.post-fixed) body[data-responsive=xxlg] .entry-table .entry {
  padding-top: 4px;
  padding-bottom: 2px;
  min-height: 35px;
}
body[data-responsive=sm] .entry-table .entry:last-child,
body[data-responsive=md]:not(.post-fixed) .entry-table .entry:last-child,
body[data-responsive=lg] .entry-table .entry:last-child,
body[data-responsive=xlg] .entry-table .entry:last-child,
body[data-responsive=xxlg] .entry-table .entry:last-child {
  border-bottom: 0;
}
body[data-responsive=sm] .entry-table .entry > div,
body[data-responsive=md]:not(.post-fixed) .entry-table .entry > div,
body[data-responsive=lg] .entry-table .entry > div,
body[data-responsive=xlg] .entry-table .entry > div,
body[data-responsive=xxlg] .entry-table .entry > div {
  float: left;
  font-size: 1rem;
  line-height: 1.1em;
  padding-left: 5px;
  padding-right: 5px;
}
body[data-responsive=sm] .entry-table .entry > div.date_block,
body[data-responsive=md]:not(.post-fixed) .entry-table .entry > div.date_block,
body[data-responsive=lg] .entry-table .entry > div.date_block,
body[data-responsive=xlg] .entry-table .entry > div.date_block,
body[data-responsive=xxlg] .entry-table .entry > div.date_block {
  width: 122px;
}
body[data-responsive=sm] .entry-table .entry > div.item_block,
body[data-responsive=md]:not(.post-fixed) .entry-table .entry > div.item_block,
body[data-responsive=lg] .entry-table .entry > div.item_block,
body[data-responsive=xlg] .entry-table .entry > div.item_block,
body[data-responsive=xxlg] .entry-table .entry > div.item_block {
  width: calc(55% - 122px - 210px - 30px);
}
body[data-responsive=sm] .entry-table .entry > div.item_block > span,
body[data-responsive=md]:not(.post-fixed) .entry-table .entry > div.item_block > span,
body[data-responsive=lg] .entry-table .entry > div.item_block > span,
body[data-responsive=xlg] .entry-table .entry > div.item_block > span,
body[data-responsive=xxlg] .entry-table .entry > div.item_block > span {
  float: left;
}
body[data-responsive=sm] .entry-table .entry > div.item_block > span.en_item,
body[data-responsive=md]:not(.post-fixed) .entry-table .entry > div.item_block > span.en_item,
body[data-responsive=lg] .entry-table .entry > div.item_block > span.en_item,
body[data-responsive=xlg] .entry-table .entry > div.item_block > span.en_item,
body[data-responsive=xxlg] .entry-table .entry > div.item_block > span.en_item {
  font-weight: 600;
  word-break: break-all;
  color: #000;
  color: var(--highest);
}
body[data-responsive=sm] .entry-table .entry > div.item_block > span.en_item:empty,
body[data-responsive=md]:not(.post-fixed) .entry-table .entry > div.item_block > span.en_item:empty,
body[data-responsive=lg] .entry-table .entry > div.item_block > span.en_item:empty,
body[data-responsive=xlg] .entry-table .entry > div.item_block > span.en_item:empty,
body[data-responsive=xxlg] .entry-table .entry > div.item_block > span.en_item:empty {
  display: none;
}
body[data-responsive=sm] .entry-table .entry > div.item_block > span.en_detail,
body[data-responsive=md]:not(.post-fixed) .entry-table .entry > div.item_block > span.en_detail,
body[data-responsive=lg] .entry-table .entry > div.item_block > span.en_detail,
body[data-responsive=xlg] .entry-table .entry > div.item_block > span.en_detail,
body[data-responsive=xxlg] .entry-table .entry > div.item_block > span.en_detail {
  word-break: break-all;
  opacity: 0.6;
  padding: 2px;
}
body[data-responsive=sm] .entry-table .entry > div.item_block > span.en_detail:empty,
body[data-responsive=md]:not(.post-fixed) .entry-table .entry > div.item_block > span.en_detail:empty,
body[data-responsive=lg] .entry-table .entry > div.item_block > span.en_detail:empty,
body[data-responsive=xlg] .entry-table .entry > div.item_block > span.en_detail:empty,
body[data-responsive=xxlg] .entry-table .entry > div.item_block > span.en_detail:empty {
  display: none;
}
body[data-responsive=sm] .entry-table .entry > div.money_block,
body[data-responsive=md]:not(.post-fixed) .entry-table .entry > div.money_block,
body[data-responsive=lg] .entry-table .entry > div.money_block,
body[data-responsive=xlg] .entry-table .entry > div.money_block,
body[data-responsive=xxlg] .entry-table .entry > div.money_block {
  width: 210px;
  text-align: right;
}
body[data-responsive=sm] .entry-table .entry > div.money_block > span,
body[data-responsive=md]:not(.post-fixed) .entry-table .entry > div.money_block > span,
body[data-responsive=lg] .entry-table .entry > div.money_block > span,
body[data-responsive=xlg] .entry-table .entry > div.money_block > span,
body[data-responsive=xxlg] .entry-table .entry > div.money_block > span {
  float: left;
  width: 45%;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Open Sans";
}
body[data-responsive=sm] .entry-table .entry > div.money_block > span.no-money,
body[data-responsive=md]:not(.post-fixed) .entry-table .entry > div.money_block > span.no-money,
body[data-responsive=lg] .entry-table .entry > div.money_block > span.no-money,
body[data-responsive=xlg] .entry-table .entry > div.money_block > span.no-money,
body[data-responsive=xxlg] .entry-table .entry > div.money_block > span.no-money {
  font-family: sans-serif;
}
body[data-responsive=sm] .entry-table .entry > div.money_block > span.no-total,
body[data-responsive=md]:not(.post-fixed) .entry-table .entry > div.money_block > span.no-total,
body[data-responsive=lg] .entry-table .entry > div.money_block > span.no-total,
body[data-responsive=xlg] .entry-table .entry > div.money_block > span.no-total,
body[data-responsive=xxlg] .entry-table .entry > div.money_block > span.no-total {
  float: right;
}
body[data-responsive=sm] .entry-table .entry > div.money_block > span.money-total,
body[data-responsive=md]:not(.post-fixed) .entry-table .entry > div.money_block > span.money-total,
body[data-responsive=lg] .entry-table .entry > div.money_block > span.money-total,
body[data-responsive=xlg] .entry-table .entry > div.money_block > span.money-total,
body[data-responsive=xxlg] .entry-table .entry > div.money_block > span.money-total {
  width: 55%;
  opacity: 0.6;
  font-weight: normal;
  padding-left: 5px;
}
body[data-responsive=sm] .entry-table .entry > div.left_right_block,
body[data-responsive=md]:not(.post-fixed) .entry-table .entry > div.left_right_block,
body[data-responsive=lg] .entry-table .entry > div.left_right_block,
body[data-responsive=xlg] .entry-table .entry > div.left_right_block,
body[data-responsive=xxlg] .entry-table .entry > div.left_right_block {
  width: 45%;
}
body[data-responsive=sm] .entry-table .entry > div.left_right_block > span,
body[data-responsive=md]:not(.post-fixed) .entry-table .entry > div.left_right_block > span,
body[data-responsive=lg] .entry-table .entry > div.left_right_block > span,
body[data-responsive=xlg] .entry-table .entry > div.left_right_block > span,
body[data-responsive=xxlg] .entry-table .entry > div.left_right_block > span {
  float: left;
  width: 47%;
  margin-left: 3%;
}
body[data-responsive=sm] .entry-table .entry > div.left_right_block > span > span.clickable,
body[data-responsive=md]:not(.post-fixed) .entry-table .entry > div.left_right_block > span > span.clickable,
body[data-responsive=lg] .entry-table .entry > div.left_right_block > span > span.clickable,
body[data-responsive=xlg] .entry-table .entry > div.left_right_block > span > span.clickable,
body[data-responsive=xxlg] .entry-table .entry > div.left_right_block > span > span.clickable {
  position: relative;
  top: 0.15em;
}
body[data-responsive=sm] .entry-table .entry > div.memo_block,
body[data-responsive=md]:not(.post-fixed) .entry-table .entry > div.memo_block,
body[data-responsive=lg] .entry-table .entry > div.memo_block,
body[data-responsive=xlg] .entry-table .entry > div.memo_block,
body[data-responsive=xxlg] .entry-table .entry > div.memo_block {
  padding: 0;
  width: 100%;
}
body[data-responsive=sm] .entry-table .entry > div.memo_block > span,
body[data-responsive=md]:not(.post-fixed) .entry-table .entry > div.memo_block > span,
body[data-responsive=lg] .entry-table .entry > div.memo_block > span,
body[data-responsive=xlg] .entry-table .entry > div.memo_block > span,
body[data-responsive=xxlg] .entry-table .entry > div.memo_block > span {
  display: block;
  margin-left: 155px;
  opacity: 0.6;
  font-size: 0.9em;
  padding: 5px;
}
body[data-responsive=sm] .entry-table .entry > div.memo_block > span:empty,
body[data-responsive=md]:not(.post-fixed) .entry-table .entry > div.memo_block > span:empty,
body[data-responsive=lg] .entry-table .entry > div.memo_block > span:empty,
body[data-responsive=xlg] .entry-table .entry > div.memo_block > span:empty,
body[data-responsive=xxlg] .entry-table .entry > div.memo_block > span:empty {
  display: none;
}
body[data-responsive=sm] .entry-table .entry > div.attachments_block,
body[data-responsive=md]:not(.post-fixed) .entry-table .entry > div.attachments_block,
body[data-responsive=lg] .entry-table .entry > div.attachments_block,
body[data-responsive=xlg] .entry-table .entry > div.attachments_block,
body[data-responsive=xxlg] .entry-table .entry > div.attachments_block {
  margin-top: 5px;
  margin-left: 155px;
}
body[data-responsive=sm] .entry-table .entry > div.attachments_block > .file-uploader-list > .uploader-item,
body[data-responsive=md]:not(.post-fixed) .entry-table .entry > div.attachments_block > .file-uploader-list > .uploader-item,
body[data-responsive=lg] .entry-table .entry > div.attachments_block > .file-uploader-list > .uploader-item,
body[data-responsive=xlg] .entry-table .entry > div.attachments_block > .file-uploader-list > .uploader-item,
body[data-responsive=xxlg] .entry-table .entry > div.attachments_block > .file-uploader-list > .uploader-item {
  cursor: pointer;
  border: 0 !important;
}
body[data-responsive=sm] .entry-table .entry > div.attachments_block > .file-uploader-list > .uploader-item .filename,
body[data-responsive=md]:not(.post-fixed) .entry-table .entry > div.attachments_block > .file-uploader-list > .uploader-item .filename,
body[data-responsive=lg] .entry-table .entry > div.attachments_block > .file-uploader-list > .uploader-item .filename,
body[data-responsive=xlg] .entry-table .entry > div.attachments_block > .file-uploader-list > .uploader-item .filename,
body[data-responsive=xxlg] .entry-table .entry > div.attachments_block > .file-uploader-list > .uploader-item .filename {
  display: none;
}
body[data-responsive=sm] .entry-table .entry > div.en_ctl,
body[data-responsive=md]:not(.post-fixed) .entry-table .entry > div.en_ctl,
body[data-responsive=lg] .entry-table .entry > div.en_ctl,
body[data-responsive=xlg] .entry-table .entry > div.en_ctl,
body[data-responsive=xxlg] .entry-table .entry > div.en_ctl {
  position: absolute;
  right: 0;
  top: 0;
}

body[data-responsive=sm] .entry-table,
body.post-fixed[data-responsive=lg] .entry-table {
  background-color: transparent;
}
body[data-responsive=sm] .entry-table .entry > div.date_block,
body.post-fixed[data-responsive=lg] .entry-table .entry > div.date_block {
  width: 95px;
  white-space: nowrap;
  padding: 0;
}
body[data-responsive=sm] .entry-table .entry > div.item_block,
body.post-fixed[data-responsive=lg] .entry-table .entry > div.item_block {
  width: calc(60% - 285px);
}
body[data-responsive=sm] .entry-table .entry > div.item_block > span,
body.post-fixed[data-responsive=lg] .entry-table .entry > div.item_block > span {
  width: 100%;
}
body[data-responsive=sm] .entry-table .entry > div.item_block > span.en_detail,
body.post-fixed[data-responsive=lg] .entry-table .entry > div.item_block > span.en_detail {
  padding-top: 0;
  padding-bottom: 0;
}
body[data-responsive=sm] .entry-table .entry > div.money_block,
body.post-fixed[data-responsive=lg] .entry-table .entry > div.money_block {
  width: 112px;
}
body[data-responsive=sm] .entry-table .entry > div.money_block > span,
body.post-fixed[data-responsive=lg] .entry-table .entry > div.money_block > span {
  width: 100%;
}
body[data-responsive=sm] .entry-table .entry > div.money_block > span.money-total,
body.post-fixed[data-responsive=lg] .entry-table .entry > div.money_block > span.money-total {
  opacity: 0.5;
  font-size: 0.9em;
  width: 100%;
}
body[data-responsive=sm] .entry-table .entry > div.memo_block > span,
body.post-fixed[data-responsive=lg] .entry-table .entry > div.memo_block > span {
  margin-left: 117px;
}
body[data-responsive=sm] .entry-table .entry > div.attachments_block,
body.post-fixed[data-responsive=lg] .entry-table .entry > div.attachments_block {
  margin-left: 117px;
}

/* common things */
.entry-table .entry.is-future > div.date_block > span {
  text-decoration: underline;
  color: #a875c3;
}
.entry-table .entry.pending {
  opacity: 0.3;
}
.entry-table .entry .file-uploader-list .uploader-item {
  width: 60px;
  opacity: 0.8;
}
.entry-table .entry .file-uploader-list .uploader-item:hover {
  opacity: 1;
}
.entry-table .entry .file-uploader-list .uploader-item .preview {
  height: 44px;
  border-radius: 3px !important;
}
@charset "UTF-8";
.expenses-color {
  color: #f15f33;
}

.expenses-color-text {
  color: #f14733;
}

.assets-color {
  color: #c36fbc;
}

.liabilities-color {
  color: #5294ff;
}

.capital-color {
  color: #e6b926;
}

.income-color {
  color: #a8bd1a;
}

.income-color-text {
  color: #93a525;
}

.bg-assets {
  background-color: #c36fbc;
}

.bg-liabilities {
  background-color: #5294ff;
}

.bg-capital {
  background-color: #e6b926;
}

.bg-expenses {
  background-color: #f15f33;
}

.bg-income {
  background-color: #a8bd1a;
}

.bg-net_income {
  background-color: #8c9935;
}

.bg-goal {
  background-color: gray;
}

.clickable {
  cursor: pointer;
  display: inline-block;
  padding: 2px 3px;
}
html.no-touch .clickable:hover {
  background: rgba(0, 0, 0, 0.07);
}

.clickable-padding {
  display: inline-block;
  padding: 2px 3px;
}

.clickable.account,
.clickable.all,
.clickable.left,
.clickable.right {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
}
html.touch .clickable.account,
html.touch .clickable.all,
html.touch .clickable.left,
html.touch .clickable.right {
  font-size: 1rem;
}
.clickable.account,
.clickable.all,
.clickable.left,
.clickable.right {
  transition: all 0.15s linear;
  display: inline-block;
  position: relative;
  height: auto;
  line-height: 1em;
  border-radius: 13px !important;
  word-break: break-all;
  padding: 5px 7px 5px 23px;
  margin: 0;
  max-width: 100%;
}
html.sm html.toggle-narrow .clickable.account,
html.sm html.toggle-narrow .clickable.all,
html.sm html.toggle-narrow .clickable.left,
html.sm html.toggle-narrow .clickable.right {
  margin-top: -2px;
}
html.dark .clickable.account > img,
html.dark .clickable.all > img,
html.dark .clickable.left > img,
html.dark .clickable.right > img {
  filter: invert(1);
}
.clickable.account > img,
.clickable.all > img,
.clickable.left > img,
.clickable.right > img {
  width: 13px;
  margin: 0 2px;
  position: relative;
  top: -1px;
}

.clickable.left::after,
.clickable.right::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  background: url(https://static.whooing.com/assets/img/plus-white.png?_ver=1) center center no-repeat;
  background-size: 8px 8px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  line-height: 1em;
}

.clickable.assets.selected {
  border-color: rgb(184.5, 85.8, 176.275) !important;
  background: rgb(184.5, 85.8, 176.275) !important;
  color: #fff;
}
.clickable.assets.selected > img {
  filter: invert(1);
}

.blocks .clickable.assets.selected::after,
.clickable.assets::after {
  background-color: rgb(184.5, 85.8, 176.275);
}

.clickable.right.assets::after {
  background-image: url(https://static.whooing.com/assets/img/minus-white.png?_ver=1);
}

.clickable.all {
  padding-left: 9px;
}

.clickable.all::after {
  background-image: url("");
}

.clickable.liabilities.selected {
  border-color: rgb(46.3, 125.9196531792, 255) !important;
  background: rgb(46.3, 125.9196531792, 255) !important;
  color: #fff;
}
.clickable.liabilities.selected > img {
  filter: invert(1);
}

.blocks .clickable.liabilities.selected::after,
.clickable.liabilities::after {
  background-color: rgb(46.3, 125.9196531792, 255);
}

.clickable.left.liabilities::after {
  background-image: url(https://static.whooing.com/assets/img/minus-white.png?_ver=1);
}

.clickable.capital.selected {
  border-color: rgb(208.3020661157, 165.105785124, 23.9979338843) !important;
  background: rgb(208.3020661157, 165.105785124, 23.9979338843) !important;
  color: #fff;
}

.blocks .clickable.capital.selected::after,
.clickable.capital::after {
  background-color: rgb(208.3020661157, 165.105785124, 23.9979338843);
}

.clickable.left.capital::after {
  background-image: url(https://static.whooing.com/assets/img/minus-white.png?_ver=1);
}

.clickable.expenses::after {
  background-image: url("");
}

.clickable.expenses.selected {
  border-color: rgb(238.7073394495, 68.7981651376, 17.5926605505) !important;
  background-color: rgb(238.7073394495, 68.7981651376, 17.5926605505) !important;
  color: #fff;
}

.blocks .clickable.expenses.selected::after,
.clickable.expenses::after {
  background-color: rgb(238.7073394495, 68.7981651376, 17.5926605505);
}

.clickable.income::after {
  background-image: url("");
}

.clickable.income.selected {
  border-color: rgb(140.1041860465, 157.6172093023, 21.6827906977) !important;
  background: rgb(140.1041860465, 157.6172093023, 21.6827906977) !important;
  color: #fff;
}

.blocks .clickable.income.selected::after,
.clickable.income::after {
  background-color: rgb(140.1041860465, 157.6172093023, 21.6827906977);
}

div.just_line {
  height: 1px;
  background: #ddd;
}

.category-steady,
.category-floating,
.category-normal,
.category-client,
.category-creditcard,
.category-checkcard {
  padding: 8px 5px 5px 18px;
  position: relative;
  display: inline-block;
  line-height: 1.2em;
}
.category-steady:before,
.category-floating:before,
.category-normal:before,
.category-client:before,
.category-creditcard:before,
.category-checkcard:before {
  content: "";
  position: absolute;
  left: 0;
  top: 52%;
  width: 13px;
  height: 13px;
  transform: translateY(-50%);
  background-size: 100%;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center center;
}
.category-steady:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktcGluLWFuZ2xlIiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGQ9Ik05LjgyOC43MjJhLjUuNSAwIDAgMSAuMzU0LjE0Nmw0Ljk1IDQuOTVhLjUuNSAwIDAgMSAwIC43MDdjLS40OC40OC0xLjA3Mi41ODgtMS41MDMuNTg4LS4xNzcgMC0uMzM1LS4wMTgtLjQ2LS4wMzlsLTMuMTM0IDMuMTM0YTYgNiAwIDAgMSAuMTYgMS4wMTNjLjA0Ni43MDItLjAzMiAxLjY4Ny0uNzIgMi4zNzVhLjUuNSAwIDAgMS0uNzA3IDBsLTIuODI5LTIuODI4LTMuMTgyIDMuMTgyYy0uMTk1LjE5NS0xLjIxOS45MDItMS40MTQuNzA3cy41MTItMS4yMi43MDctMS40MTRsMy4xODItMy4xODItMi44MjgtMi44MjlhLjUuNSAwIDAgMSAwLS43MDdjLjY4OC0uNjg4IDEuNjczLS43NjcgMi4zNzUtLjcyYTYgNiAwIDAgMSAxLjAxMy4xNmwzLjEzNC0zLjEzM2EzIDMgMCAwIDEtLjA0LS40NjFjMC0uNDMuMTA4LTEuMDIyLjU4OS0xLjUwM2EuNS41IDAgMCAxIC4zNTMtLjE0Nm0uMTIyIDIuMTEydi0uMDAyem0wLS4wMDJ2LjAwMmEuNS41IDAgMCAxLS4xMjIuNTFMNi4yOTMgNi44NzhhLjUuNSAwIDAgMS0uNTExLjEySDUuNzhsLS4wMTQtLjAwNGE1IDUgMCAwIDAtLjI4OC0uMDc2IDUgNSAwIDAgMC0uNzY1LS4xMTZjLS40MjItLjAyOC0uODM2LjAwOC0xLjE3NS4xNWw1LjUxIDUuNTA5Yy4xNDEtLjM0LjE3Ny0uNzUzLjE0OS0xLjE3NWE1IDUgMCAwIDAtLjE5Mi0xLjA1NGwtLjAwNC0uMDEzdi0uMDAxYS41LjUgMCAwIDEgLjEyLS41MTJsMy41MzYtMy41MzVhLjUuNSAwIDAgMSAuNTMyLS4xMTVsLjA5Ni4wMjJjLjA4Ny4wMTcuMjA4LjAzNC4zNDQuMDM0cS4xNzIuMDAyLjM0My0uMDRMOS45MjcgMi4wMjhxLS4wNDIuMTcyLS4wNC4zNDNhMS44IDEuOCAwIDAgMCAuMDYyLjQ2eiIvPgo8L3N2Zz4=);
}
html.dark .category-steady:before {
  filter: invert(1);
}

.category-client:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktcGVyc29uIiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGQ9Ik04IDhhMyAzIDAgMSAwIDAtNiAzIDMgMCAwIDAgMCA2bTItM2EyIDIgMCAxIDEtNCAwIDIgMiAwIDAgMSA0IDBtNCA4YzAgMS0xIDEtMSAxSDNzLTEgMC0xLTEgMS00IDYtNCA2IDMgNiA0bS0xLS4wMDRjLS4wMDEtLjI0Ni0uMTU0LS45ODYtLjgzMi0xLjY2NEMxMS41MTYgMTAuNjggMTAuMjg5IDEwIDggMTBzLTMuNTE2LjY4LTQuMTY4IDEuMzMyYy0uNjc4LjY3OC0uODMgMS40MTgtLjgzMiAxLjY2NHoiLz4KPC9zdmc+);
}
html.dark .category-client:before {
  filter: invert(1);
}

.category-creditcard:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY3JlZGl0LWNhcmQtMi1iYWNrLWZpbGwiIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPHBhdGggZD0iTTAgNGEyIDIgMCAwIDEgMi0yaDEyYTIgMiAwIDAgMSAyIDJ2NUgwem0xMS41IDFhLjUuNSAwIDAgMC0uNS41djFhLjUuNSAwIDAgMCAuNS41aDJhLjUuNSAwIDAgMCAuNS0uNXYtMWEuNS41IDAgMCAwLS41LS41ek0wIDExdjFhMiAyIDAgMCAwIDIgMmgxMmEyIDIgMCAwIDAgMi0ydi0xeiIvPgo8L3N2Zz4=);
}
html.dark .category-creditcard:before {
  filter: invert(1);
}

.category-checkcard:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY3JlZGl0LWNhcmQtMi1iYWNrIiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGQ9Ik0xMSA1LjVhLjUuNSAwIDAgMSAuNS0uNWgyYS41LjUgMCAwIDEgLjUuNXYxYS41LjUgMCAwIDEtLjUuNWgtMmEuNS41IDAgMCAxLS41LS41eiIvPgogIDxwYXRoIGQ9Ik0yIDJhMiAyIDAgMCAwLTIgMnY4YTIgMiAwIDAgMCAyIDJoMTJhMiAyIDAgMCAwIDItMlY0YTIgMiAwIDAgMC0yLTJ6bTEzIDJ2NUgxVjRhMSAxIDAgMCAxIDEtMWgxMmExIDEgMCAwIDEgMSAxbS0xIDlIMmExIDEgMCAwIDEtMS0xdi0xaDE0djFhMSAxIDAgMCAxLTEgMSIvPgo8L3N2Zz4=);
}
html.dark .category-checkcard:before {
  filter: invert(1);
}

.disp_per {
  font-size: 0.85rem;
  color: #909090;
  color: var(--middle-high);
  display: inline-block;
  width: 40px;
  text-align: right;
  margin-top: 0.15em;
}
.disp_per:after {
  content: "%";
  position: relative;
  opacity: 0.6;
  font-size: 0.7em;
  margin-left: 1px;
}

.account_money,
.money {
  font-weight: normal;
  font-family: "Open Sans";
}

.money-bar {
  position: relative;
  display: inline-block;
}
.money-bar.minus > .bar-money {
  color: #bb1717;
  color: var(--red-color);
}
html.xxs:not(.xs) .money-bar {
  width: 100% !important;
  text-align: right;
}
.money-bar > img {
  min-width: 1px;
  height: 9px;
  vertical-align: middle;
}
html.xxs:not(.xs) .money-bar > img {
  display: none;
}
.money-bar > .bar-money {
  font-size: 0.9rem;
  position: absolute;
  padding-left: 3px;
  line-height: 1em;
  top: 50%;
  transform: translateY(-40%);
  font-weight: normal;
  font-family: "Open Sans";
}
html.xxs:not(.xs) .money-bar > .bar-money {
  position: relative;
  font-size: 14px;
  top: 1px;
}

div.account_row.account div.bar_div,
div.account_row.total div.bar_div,
div.account_row.account div.bar span,
div.account_row.total div.bar span {
  cursor: pointer;
}

div.bar div img {
  display: block;
  position: absolute;
  max-width: 700px !important;
  height: 360px !important;
}

div.bar_remains > img {
  top: -235px;
}

div.bar_expenses img {
  top: -150px;
}

div.bar_excess > img {
  top: -280px;
}

div.bar_income img {
  top: -200px;
}

div.bar_good_excess > img {
  top: -335px;
}

div.bar_assets img {
  top: -2px;
}

div.bar_liabilities img {
  top: -60px;
}

div.bar_capital img {
  top: -108px;
}

@media (max-width: 480px) {
  .percent {
    width: 40px !important;
  }
  div.bar {
    text-align: right;
  }
  div.bar .bar_div {
    display: none;
  }
  div.bar .disp_money {
    float: none;
    font-size: 13px;
  }
}
#relevance_report {
  position: relative;
}
#relevance_report > .box {
  margin-bottom: 7px;
}
#relevance_report > .box:last-child {
  margin-bottom: 20px;
}
#relevance_report .drawer-component.opened > .cont,
#relevance_report .drawer-component.opened > .cont {
  min-height: 140px;
}
#relevance_report .control_bar {
  position: absolute;
  top: 17px;
  right: 6px;
  height: 18px;
}
html.xs #relevance_report .control_bar {
  top: 12px;
}
html.touch #relevance_report .control_bar {
  top: 16px;
  right: 3px;
}
html.touch.xs #relevance_report .control_bar {
  top: 16px;
}
#relevance_report #btn-toggle-items .report-chart {
  margin-left: -10px;
  margin-right: -10px;
}
#relevance_report #chart-more-info {
  text-align: center;
  font-size: 0.7rem;
  opacity: 0.6;
  position: relative;
  top: -15px;
}

div#view_of_changes {
  text-align: center;
}

#pop_cont div#view_of_flow.flow_area .account_rows {
  display: block;
}
div#view_of_flow.flow_area .account_row {
  background-color: #f4f4f4;
  background-color: var(--low);
  border-bottom: 1px solid #e4e4e4;
  border-bottom-color: var(--divider);
}
#pop_cont div#view_of_flow.flow_area .account_row {
  display: block !important;
}
div#view_of_flow.flow_area .account_row.total {
  background-color: #fff;
  background-color: var(--lowest);
}
div#view_of_flow.flow_area .account_row > div {
  height: 36px;
  display: flex;
  align-items: center;
}
div#view_of_flow.flow_area .account_row.total, div#view_of_flow.flow_area .account_row.type-group {
  font-weight: bold;
}
div#view_of_flow.flow_area .account_row .account_title {
  width: 25%;
}
div#view_of_flow.flow_area .account_row .account_title.left {
  justify-content: flex-end;
  padding-right: 10px;
}
div#view_of_flow.flow_area .account_row .account_title.right {
  padding-left: 10px;
}
div#view_of_flow.flow_area .account_row .margin {
  width: 20%;
}
div#view_of_flow.flow_area .account_row .in_out {
  width: 25%;
}
div#view_of_flow.flow_area .account_row .in_out.right {
  justify-content: flex-end;
}

div#view_of_ic > img,
div#view_of_flow > img,
div#view_of_changes > img {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 45%;
}

/* 이것은 entries에서 flow_of...에도 쓰이고 in_out에서도 흐름에 쓰인다.*/
div.flow_area div.account_row > div {
  float: left;
}

div.flow_area div.account_row > div.in,
div.flow_area div.account_row > div.out {
  width: 20%;
  text-align: right;
  padding-left: 0;
}

div.flow_area div.account_row > div.margin {
  width: 19.7%;
  /* IE8은 아래에서 19%로... */
  text-align: right;
  padding-left: 0;
  margin: 0;
}

div.flow_area div.account_row > div.margin > span {
  font-size: 9px;
  color: gray;
  margin-right: 1px;
}

div.flow_area div.account_rows {
  display: none;
}

div#chart_of_ic {
  margin-bottom: 15px;
}
div#chart_of_ic div {
  margin: auto;
}

div#items_list div.r {
  cursor: pointer;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e4e4e4;
  border-bottom-color: var(--divider);
}
div#items_list div.r:last-child {
  border-bottom: 0;
}
div#items_list div.r > div {
  padding-left: 15px;
  padding-right: 15px;
}
div#items_list div.r .disp_money {
  float: right;
}
div#items_list div.r em {
  display: inline-block;
  border-radius: 2px !important;
  margin-right: 5px;
  width: 12px;
  height: 12px;
}
.entries-table-wrapper.total_tip .entry-table div.entry div.en_ctl button, .entries-table-wrapper.total_tip .entry-table div.entry div.en_ctl ul {
  visibility: hidden;
}
.entry-table div.entry div.en_ctl {
  width: 35px;
}

html.sm .entries-wrapper.box {
  padding-left: 15px;
  padding-right: 15px;
}

.entries-table-wrapper .total_tip_bottom {
  z-index: 192;
  position: fixed;
  background-color: #73787c !important;
  width: 500px;
  padding: 0;
  max-width: 98%;
  color: #fff;
  left: 50%;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  bottom: 0;
  transform: translate3d(-50%, 150%, 0);
  opacity: 0;
  text-align: center;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-out;
  height: 40px;
}
html.dark .entries-table-wrapper .total_tip_bottom {
  background-color: #1b4571 !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.entries-table-wrapper .total_tip_bottom a {
  color: #fff !important;
  text-decoration: none !important;
  padding: 0 10px;
  display: inline-flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.entries-table-wrapper .total_tip_bottom a i {
  font-weight: bold;
  font-size: 18px;
}
.entries-table-wrapper.total_tip .total_tip_bottom {
  opacity: 1;
  transform: translate3d(-50%, -10px, 0);
}
html:not(.sm) .entries-table-wrapper.total_tip .total_tip_bottom {
  transform: translate3d(-50%, -25px, 0);
  box-shadow: -1px 5px 20px rgba(0, 0, 0, 0.2);
}
html.dark html:not(.sm) .entries-table-wrapper.total_tip .total_tip_bottom {
  box-shadow: -1px 10px 20px rgb(0, 0, 0);
}
@media only print {
  .entries-table-wrapper.total_tip .total_tip_bottom {
    display: none;
  }
}
.file-uploader-list {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  margin-top: -2px;
}
.file-uploader-list .uploader-item {
  width: 80px;
  position: relative;
  margin: 5px 5px 5px 0;
  border: 1px solid rgba(122, 122, 122, 0.2);
  float: left;
  background: #f4f4f4;
  background: var(--low);
}
.file-uploader-list .uploader-item button {
  position: absolute;
  left: -7px;
  top: -7px;
  background: red;
  color: #fff;
  border: 0;
  line-height: 1;
  border-radius: 100% !important;
  width: 20px;
  height: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
html.isWin .file-uploader-list .uploader-item button {
  left: auto;
  right: -7px;
}
.file-uploader-list .uploader-item .preview {
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #444;
  background-position: center center;
}
.file-uploader-list .uploader-item .filename {
  padding: 5px;
  font-size: 0.7em;
  line-height: 1.1em;
}
.file-uploader-wrapper {
  cursor: pointer;
  padding: 0;
  position: relative;
  display: inline-block;
  margin: 2px 0;
}
.file-uploader-wrapper:hover {
  background: rgba(122, 122, 122, 0.2);
}
.file-uploader-wrapper input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  display: block;
  opacity: 0;
  top: 0;
  cursor: pointer;
}
#footer_wrapper {
  padding-top: 2em;
}
#footer_wrapper #footer {
  opacity: 0.8;
  line-height: 1.3em;
  margin-bottom: 30px;
}
#footer_wrapper #footer div,
#footer_wrapper #footer a,
#footer_wrapper #footer span {
  font-size: 12px;
}
#footer_wrapper #footer #company_summary,
#footer_wrapper #footer #copyright {
  color: #909090;
  color: var(--middle-high);
}
#footer_wrapper #footer #company_summary a,
#footer_wrapper #footer #copyright a {
  color: #909090;
  color: var(--middle-high);
  font-weight: bold;
}
#footer_wrapper #footer #company_summary,
#footer_wrapper #footer #copyright {
  display: inline;
}

@media screen and (max-aspect-ratio: 1/1) and (max-width: 992px) {
  #footer_wrapper #footer {
    margin-bottom: 70px;
  }
}
#form-feedback-div {
  position: fixed;
  min-width: 300px;
  top: -200px;
  left: 50%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
html.dark #form-feedback-div {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}
#form-feedback-div {
  font-size: 15px;
  margin: 0;
  max-width: 350px;
  line-height: 1.5em;
  padding: 12px 15px;
  z-index: 9999999999;
  border-radius: 7px !important;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate3d(-50%, 0, 0);
  opacity: 0;
}
#form-feedback-div.error {
  background: rgba(220, 48, 48, 0.9) !important;
  color: #fff !important;
}
#form-feedback-div.info {
  background: rgba(239, 152, 11, 0.83) !important;
  color: #fff !important;
}
#form-feedback-div.show {
  opacity: 1;
  transform: translate3d(-50%, 260px, 0) !important;
}
@charset "UTF-8";
#board_form_1 #form-submit-field .btn-primary {
  display: block;
  width: 100%;
  background: #fff;
  color: #222;
  border: 1px solid #ccc;
}
#board_form_1 #form-submit-field .btn-primary span {
  opacity: 0.4;
}
#board_form_1 #form-submit-field .btn-link {
  display: none;
}

#board_form_1 textarea,
#board_form_2 textarea {
  font-size: 1.1rem;
}

#board_thread_wrapper {
  position: relative;
}
#board_thread_wrapper #board_thread,
#board_thread_wrapper .forum-comments {
  float: left;
  width: 100%;
}
#board_thread_wrapper #board_thread .ctl-hover {
  position: relative;
  clear: both;
}
#board_thread_wrapper h1.comment {
  padding-left: 40px;
  margin-top: 2px !important;
  font-size: 19px;
  width: auto !important;
  text-indent: 0 !important;
  overflow: visible !important;
}
#board_thread_wrapper #btn-cancel-search {
  padding-left: 5px;
  position: relative;
  top: 1px;
}
#board_thread_wrapper .video-container {
  clear: left;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#board_thread_wrapper .video-container iframe,
#board_thread_wrapper .video-container object,
#board_thread_wrapper .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#board_thread_wrapper #selector {
  animation: rotating 2s linear infinite;
}
#board_thread_wrapper .dropdown.ctl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#board_thread_wrapper .f_t_row {
  position: relative;
}
#board_thread_wrapper .f_t_row:first-child {
  border-top: 0;
}
#board_thread_wrapper .f_t_row:last-child {
  border-bottom: 0;
}
#board_thread_wrapper .f_t_row.visited:not(.category-my) > span {
  opacity: 0.6;
}
#board_thread_wrapper .f_t_row.popular {
  color: #c76e1c;
}
#board_thread_wrapper .f_t_row.red, #board_thread_wrapper .f_t_row.is-notice {
  font-weight: bold;
}
html.no-touch #board_thread_wrapper .f_t_row:hover {
  animation: after-hover 2s ease-out;
  background: transparent;
}
html.no-touch.dark #board_thread_wrapper .f_t_row:hover {
  animation: after-hover-dark 2s ease-out;
  background: transparent;
}
#board_thread_wrapper .f_t_row > span.checker-cell {
  display: flex;
  align-items: center;
}
#board_thread_wrapper .f_t_row .f_t_username {
  display: flex;
  align-items: center;
  width: 23%;
  min-width: 110px;
}
html:not(.sm) #board_thread_wrapper .f_t_row .f_t_username {
  padding-left: 10px;
}
html.xxs:not(.xs) #board_thread_wrapper .f_t_row .f_t_username {
  min-width: 40px;
  width: 40px;
}
#board_thread_wrapper .f_t_row .f_t_username .f_t_user_text {
  margin-left: 7.0012px;
}
#board_thread_wrapper .f_t_row .f_t_subject {
  flex: 1;
  padding: 0 20px 0 20px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.06rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
}
#board_thread_wrapper .f_t_row .f_t_subject > * {
  margin: 0 3px;
  line-height: 2;
}
#board_thread_wrapper .f_t_row .f_t_subject .text {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
}
#board_thread_wrapper .f_t_row .f_t_subject > .f_t_is_attachment {
  position: absolute;
  left: 0;
  top: 0;
}
#board_thread_wrapper .f_t_row .f_t_subject .f_t_new {
  width: 8px;
  height: 8px;
  border-radius: 100% !important;
  background: #5cb85c;
  background: var(--success-color);
  color: transparent;
}
#board_thread_wrapper .f_t_row .f_t_subject .f_t_group {
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
  padding: 0 4px;
  line-height: 1;
  height: 18px;
  display: flex;
  align-items: center;
  border-radius: 3px !important;
  color: #f0ad4e;
  color: var(--warning-color);
  border: 1px solid #f0ad4e;
  border-color: var(--warning-color);
}
#board_thread_wrapper .f_t_row .f_t_subject .f_t_comments {
  margin-left: 2px;
  color: #eaa058;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: -0.05em;
  position: absolute;
  right: 0;
  top: 50%;
  padding: 0 8px;
  line-height: 1.4em;
  transform: translateY(-50%);
  background-color: #fff;
  background-color: var(--lowest);
}
html.sm #board_thread_wrapper .f_t_row .f_t_subject .f_t_comments {
  position: static;
  padding: 0;
  transform: translateY(0);
}
html.sm #board_thread_wrapper .f_t_row .f_t_subject .f_t_comments:before {
  content: "(";
}
html.sm #board_thread_wrapper .f_t_row .f_t_subject .f_t_comments:after {
  content: ")";
}
html.touch #board_thread_wrapper .f_t_row .f_t_subject .f_t_comments {
  right: -2px;
}
#board_thread_wrapper .f_c_row {
  clear: both;
}
#board_thread_wrapper .f_c_row.banned .f_c_contents {
  display: none;
}
#board_thread_wrapper .f_c_row.banned .f_c_remove_banned {
  display: block;
}
#board_thread_wrapper .f_c_row .f_c_remove_banned {
  display: none;
  clear: left;
}
#board_thread_wrapper .f_c_row .f_c_remove_banned button {
  color: #bbb;
  font-size: 11px;
}
#board_thread_wrapper .f_c_row .profile {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
#board_thread_wrapper .f_c_row .f_c_username {
  font-weight: bold;
  position: relative;
  margin-right: 40px;
  top: 2.001px;
}
#board_thread_wrapper .f_c_row .f_c_username .dropdown {
  display: inline-block;
  margin-left: -9px;
  margin-top: -2px;
}
html.touch #board_thread_wrapper .f_c_row .f_c_username .dropdown {
  margin-top: -6px;
}
#board_thread_wrapper .f_c_row .f_c_username .dropdown button {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  font-weight: 500;
  border: 0;
  box-shadow: none;
  text-decoration: none !important;
}
#board_thread_wrapper .f_c_row .f_c_datetime {
  cursor: pointer;
  margin-right: 40.01872px;
  display: inline-block;
  position: relative;
  font-size: 11px;
  top: -4.01973px;
  margin-left: 1px;
  color: #909090;
  color: var(--middle-high);
}
html.touch #board_thread_wrapper .f_c_row .f_c_datetime {
  top: -6.01973px;
}
#board_thread_wrapper .f_c_row .f_c_attachment {
  clear: left;
  margin-top: 20px;
}
#board_thread_wrapper .f_c_row .f_c_attachment:empty {
  display: none;
}
#board_thread_wrapper .f_c_row .f_c_attachment div {
  display: block;
  margin-bottom: 25px;
}
#board_thread_wrapper .f_c_row .f_c_attachment div.attach_img > a {
  border: 0;
  text-decoration: underline !important;
}
#board_thread_wrapper .f_c_row .f_c_attachment div img,
#board_thread_wrapper .f_c_row .f_c_attachment div video.gif {
  max-width: 100%;
}
#board_thread_wrapper .f_c_row .f_c_attachment div imgimg,
#board_thread_wrapper .f_c_row .f_c_attachment div video.gifimg {
  cursor: pointer;
}
#board_thread_wrapper .f_c_row .f_c_contents {
  clear: left;
  padding-top: 15.001px;
  padding-bottom: 10.001px;
  clear: both;
  font-size: 1.1008rem;
  line-height: 1.7em;
  word-break: break-all;
}
html.xs #board_thread_wrapper .f_c_row .f_c_contents {
  font-size: 1.1508rem;
  line-height: 1.75em;
}
html.sm #board_thread_wrapper .f_c_row .f_c_contents {
  font-size: 1.2008rem;
  line-height: 1.8em;
}
#board_thread_wrapper .f_c_row .f_c_contents img {
  max-width: 100%;
}
#board_thread_wrapper .f_c_row .f_c_contents .btn-link img {
  max-width: 300px;
  width: 100%;
  display: block;
}
#board_thread_wrapper .f_c_row .f_c_contents .btn-image {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.4rem;
}
#board_thread_wrapper .f_c_row .f_c_contents .btn-image + br {
  display: none;
}
#board_thread_wrapper .f_c_row .f_c_contents > video.gif {
  margin-top: 10px;
  margin-bottom: 10px;
}
#board_thread_wrapper .f_c_row .f_c_contents .link-youtube {
  display: inline-block;
  width: 100%;
}
#board_thread_wrapper .f_c_row .f_c_contents .link-auto {
  color: #aaa;
  font-size: 11px;
}
#board_thread_wrapper .f_c_row .f_c_like {
  margin: 10px -15px -15px -15px;
  border-top: 1px solid #e4e4e4;
  border-top-color: var(--divider);
  padding: 5px 4px 4px 7px;
}
html.xxs:not(.xs) #board_thread_wrapper .f_c_row .f_c_like {
  padding-bottom: 10px;
}
#board_thread_wrapper .f_c_row .f_c_like .btn-gray {
  padding: 0 4px 0 7px;
  background: transparent;
  margin-right: 5px;
  border: 0;
}
#board_thread_wrapper .f_c_row .f_c_like .btn-gray > .icon {
  font-size: 14px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
#board_thread_wrapper .f_c_row .f_c_like .btn-gray > .reco_count {
  display: inline-block;
  font-weight: bold;
  padding: 1px 1px;
  color: transparent;
}
html.no-touch #board_thread_wrapper .f_c_row .f_c_like .btn-gray:hover {
  background: rgba(0, 0, 0, 0.1);
}
#board_thread_wrapper .f_c_row .f_c_like .btn-gray.is-recommanded {
  color: #5cb94f;
  color: var(--green-color);
  font-weight: bold;
}
#board_thread_wrapper .f_c_row .f_c_like .btn-gray.is-recommanded > .reco_count,
#board_thread_wrapper .f_c_row .f_c_like .btn-gray.is-recommanded > .reco_count:after {
  background-color: #5cb94f !important;
  background-color: var(--green-color) !important;
}
#board_thread_wrapper .f_c_row .f_c_like .btn-gray.exist > .reco_count {
  position: relative;
  top: -1px;
  color: #f4f4f4;
  color: var(--low);
  font-size: 11px;
  padding: 0 7px;
  background-color: #909090;
  background-color: var(--middle-high);
  margin-left: 6px;
  height: 20px;
  line-height: 20px;
}
#board_thread_wrapper .f_c_row .f_c_like .btn-gray.exist > .reco_count:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  background-color: #909090;
  background-color: var(--middle-high);
  left: -3px;
  top: 6px;
}
html.sm #board_thread_wrapper .f_c_row.cont .f_c_contents {
  font-size: 1.2509rem;
}
#board_thread_wrapper #ad_side {
  display: none;
}
#board_thread_wrapper #comment_form {
  margin-top: 2.12px;
  margin-bottom: 30px;
}
#board_thread_wrapper #comment_form .profile {
  position: relative;
  cursor: auto;
}
#board_thread_wrapper h2 {
  font-size: 20px;
  font-weight: bold;
}
#board_thread_wrapper h2 * {
  font-size: 20px;
}
#board_thread_wrapper h2#inner-title {
  font-weight: 700;
  line-height: 1.3em;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: -10px;
  color: #000;
  color: var(--highest);
}
#board_thread_wrapper #forum_tip {
  word-break: break-all;
}
#board_thread_wrapper #forum_tip img {
  margin-bottom: 15px;
}
#board_thread_wrapper #forum-related {
  padding-top: 5px;
  padding-bottom: 5px;
}
#board_thread_wrapper #forum-related a {
  position: relative;
  display: block;
  padding: 15px 0 12px 0;
  border-bottom: 1px solid #eee;
  padding-left: 75px;
}
#board_thread_wrapper #forum-related a:last-child {
  border-bottom: 0;
}
#board_thread_wrapper #forum-related a h4 {
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 6px;
}
#board_thread_wrapper #forum-related a p {
  margin-bottom: 0;
  opacity: 0.5;
  font-size: 12px;
}
#board_thread_wrapper #forum-related a img {
  position: absolute;
  left: 0;
  top: 15px;
  width: 60px;
}

#board_thread_wrapper .forum-comments.type-best #comments-list .box {
  background: #fff6de;
}
html.dark #board_thread_wrapper .forum-comments.type-best #comments-list .box {
  background: #2d3c46;
}
#board_thread_wrapper .forum-comments #comments-list .box {
  margin-top: 2.12px;
  margin-bottom: 2.12px;
}
#board_thread_wrapper .forum-comments #comments-list .btn-more {
  margin: 10px 0;
}
#board_thread_wrapper .forum-comments #comments-list .f_c_profile {
  position: absolute;
  left: 10px;
  top: 12px;
}
html.xs #board_thread_wrapper .forum-comments #comments-list .f_c_profile {
  left: 20px;
  top: 20px;
}
#board_thread_wrapper .forum-comments #comments-list .f_c_profile .profile {
  width: 28px;
  height: 28px;
  font-size: 14px;
  position: relative;
  top: -2px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
#board_thread_wrapper .forum-comments #comments-list .f_c_username {
  display: inline-block;
  margin-right: 0;
  margin-left: 34px;
  top: 1px;
}
html.touch #board_thread_wrapper .forum-comments #comments-list .f_c_username {
  top: 0;
}
#board_thread_wrapper .forum-comments #comments-list .f_c_datetime {
  position: relative;
  margin-left: -4px;
  top: 0;
}
html.touch #board_thread_wrapper .forum-comments #comments-list .f_c_datetime {
  top: -1.298px;
}
#board_thread_wrapper .forum-comments #comments-list .f_c_contents {
  padding-top: 10px;
}
#board_thread_wrapper .forum-comments #comments-list .f_c_contents blockquote {
  font-size: 0.9em;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#board_thread_wrapper .forum-comments #comments-list .f_c_contents > .btn-image {
  display: block;
}
#board_thread_wrapper .forum-comments #comments-list .f_c_addition {
  margin: 15px 10px 11px 8px;
}
#board_thread_wrapper .forum-comments #comments-list .f_c_addition .a_list {
  margin: 0 0 5px 0;
}
#board_thread_wrapper .forum-comments #comments-list .f_c_addition .a_list > div.dotmal_div {
  display: block;
  margin: 0;
  line-height: 1.6em;
  padding: 4px 0;
  position: relative;
  word-break: break-all;
  font-size: 1.05123rem;
}
#board_thread_wrapper .forum-comments #comments-list .f_c_addition .a_list > div.dotmal_div.banned .dotmal_c {
  display: none;
}
#board_thread_wrapper .forum-comments #comments-list .f_c_addition .a_list > div.dotmal_div.banned .dotmal_remove_banned {
  display: inline;
}
#board_thread_wrapper .forum-comments #comments-list .f_c_addition .a_list > div.dotmal_div > div {
  display: inline;
  margin-right: 10px;
}
#board_thread_wrapper .forum-comments #comments-list .f_c_addition .a_list > div.dotmal_div > div.dotmal_u {
  font-weight: bold;
  position: relative;
  opacity: 0.6;
}
#board_thread_wrapper .forum-comments #comments-list .f_c_addition .a_list > div.dotmal_div > div.dotmal_remove_banned {
  display: none;
  opacity: 0.3;
  font-size: 11px;
  cursor: pointer;
}
#board_thread_wrapper .forum-comments #comments-list .f_c_addition .a_list > div.dotmal_div > div.dotmal_d {
  color: #bababa;
  color: var(--middle);
  font-size: 0.9em;
}
#board_thread_wrapper .forum-comments #comments-list .f_c_addition .a_list > div.dotmal_div .dotmal_ctl {
  font-size: 0.9em;
  color: #909090;
  color: var(--middle-high);
  display: inline-block;
}

#aside .selected {
  color: #4b76af;
  color: var(--primary-color);
}
#aside #ad_side h3 {
  margin-top: 0;
  float: left;
  width: 100%;
  font-size: 14px;
  opacity: 0.7;
  font-weight: bold;
}
#aside .btn-edit {
  position: relative;
  border: 0px;
  opacity: 0.6;
  padding: 5px 15px;
  font-size: 11px;
  background: transparent;
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  top: -20px;
}
#aside .box#aside_menu:empty {
  display: none;
}
#aside .box {
  margin-bottom: 30px;
  padding: 0;
  background-color: #fff;
  background-color: var(--lowest);
}
#aside .box .list-group-item {
  background: transparent;
  border: 0;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  color: #222;
  color: var(--high);
}
html.dark #aside .box .list-group-item {
  border-bottom-color: rgba(0, 0, 0, 0.3);
}
#aside .box .list-group-item.selected {
  border-left: 5px solid #4b76af;
  border-left-color: var(--primary-color);
}
#aside .box .list-group-item:last-child {
  border-bottom: 0;
}
#aside .box .list-group-item > span {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2;
}
#aside #aside_api_reference.selected ~ #forum_api_reference {
  display: block !important;
}
#aside #forum_api_reference {
  padding-left: 0;
}
#aside #forum_api_reference > a {
  font-size: 12px;
  justify-content: flex-start;
}
#aside #forum_api_reference > a:before {
  content: " -ㅤ";
  margin-left: 10px;
}

#prev_next {
  margin: 0;
}
#prev_next:empty {
  display: none;
}
#prev_next > a:last-child {
  border-bottom: 0;
}

#forum-left {
  margin-bottom: 30px;
}
#forum-left #app_list .ctl {
  position: absolute;
  top: 0;
  right: 0;
}
#forum-left .drawer.box {
  margin-bottom: 4px;
}
#forum-left .drawer.box .button em {
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  width: 5em;
}
#forum-left .drawer.box .button b {
  font-weight: normal;
}
#forum-left .drawer.box .button i {
  font-style: normal;
  opacity: 0.3;
}
#forum-left .drawer.box .cont h3 {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  padding-left: 14px;
  margin-top: 30px;
  margin-bottom: 20px;
}
#forum-left .drawer.box .cont h3:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 100%;
  background: #ffd48e;
  left: 1px;
  top: -2px;
}
#forum-left .drawer.box .cont dl dt {
  margin-left: 10px;
  margin-bottom: 5px;
}
#forum-left .drawer.box .cont dl dt span {
  color: #b87bde;
}
#forum-left .drawer.box .cont dl dd {
  margin-left: 20px;
  opacity: 0.7;
  font-size: 0.95em;
  margin-bottom: 10px;
}
#forum-left .drawer.box .cont .code {
  background-color: #f4f4f4;
  background-color: var(--low);
  white-space: pre-wrap;
  padding: 5px;
  margin-bottom: 0.5em;
  line-height: 1.3;
  font-size: 0.9em;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  body.post-view #middle-wrapper #forum-left,
  body.post-view #middle-wrapper #forum-right {
    width: 100%;
  }
}
#modal_frame_2 #forum-left {
  width: 100%;
}
#modal_frame_2 #forum-right {
  display: none;
}

#developer-cont p,
#developer-cont div,
#help-cont p,
#help-cont div {
  word-break: break-all;
}
#developer-cont h2,
#help-cont h2 {
  margin-top: 2em;
  margin-bottom: 1em;
}
#developer-cont h3,
#help-cont h3 {
  font-size: 17px;
  position: relative;
  font-weight: 500;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-left: 2em;
}
#developer-cont h4,
#help-cont h4 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 1.5em;
}
#developer-cont .box > h2:first-child,
#developer-cont .box > h3:first-child,
#developer-cont .box > h4:first-child,
#developer-cont .tip > h2:first-child,
#developer-cont .tip > h3:first-child,
#developer-cont .tip > h4:first-child,
#developer-cont .well > h2:first-child,
#developer-cont .well > h3:first-child,
#developer-cont .well > h4:first-child,
#help-cont .box > h2:first-child,
#help-cont .box > h3:first-child,
#help-cont .box > h4:first-child,
#help-cont .tip > h2:first-child,
#help-cont .tip > h3:first-child,
#help-cont .tip > h4:first-child,
#help-cont .well > h2:first-child,
#help-cont .well > h3:first-child,
#help-cont .well > h4:first-child {
  margin-top: 0;
}
#developer-cont .num,
#help-cont .num {
  position: absolute;
  left: 0;
  top: -3px;
  display: inline-block;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  margin-right: 5px;
  padding-top: 3px;
  width: 25px;
  height: 25px;
  border-radius: 100% !important;
  background: #5cb94f;
  color: #fff;
}

#help-cont h3 {
  display: none;
}
@charset "UTF-8";
.table-like {
  display: table;
}
.table-like .tr {
  display: table-row;
}
.table-like .tr .td {
  display: table-cell;
}

@keyframes droppable-index {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.2);
    opacity: 0;
  }
}
#main-index #main-copy {
  position: relative;
  padding-top: 5em;
  padding-bottom: 5em;
  text-align: center;
  overflow: hidden;
}
#main-index #main-copy:after {
  position: absolute;
  content: "Unsplash";
  color: #000;
  right: 10px;
  bottom: 10px;
  font-size: 0.6rem;
  opacity: 0.4;
}
html.dark #main-index #main-copy:after {
  color: #fff;
}
html.xs #main-index #main-copy {
  padding-top: 10em;
  padding-bottom: 10em;
}
#main-index #main-copy > div.bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 1s ease-out;
  background: var(--light) no-repeat;
  background-size: cover;
  opacity: 0.6;
  background-position: center center;
}
html.dark #main-index #main-copy > div.bg {
  background-image: var(--dark);
}
#main-index #main-copy:hover > div.bg {
  transform: scale(1.3);
}
#main-index #main-copy h1 {
  position: relative;
  z-index: 1;
  margin-top: 0;
  font-size: 2.5rem;
  color: #000;
  color: var(--highest);
  line-height: 1.6em;
}
#main-index #main-copy h1 span {
  background-color: rgba(255, 255, 255, 0.5);
}
html.dark #main-index #main-copy h1 span {
  background-color: rgba(0, 0, 0, 0.5);
}
#main-index #main-copy h1 span {
  padding: 0 8px;
}
#main-index #main-copy h2 {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 2rem;
  color: #000;
  color: var(--highest);
  line-height: 1.6em;
}
#main-index #main-copy h2 span {
  background-color: rgba(255, 255, 255, 0.5);
}
html.dark #main-index #main-copy h2 span {
  background-color: rgba(0, 0, 0, 0.5);
}
#main-index #main-copy h2 span {
  padding: 0 8px;
}
#main-index #main-copy .btn {
  margin: 5px 8px;
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  border: 0;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
}
html.dark #main-index #main-copy .btn {
  background: rgba(255, 255, 255, 0.8);
  color: #000 !important;
}
#main-index #main-copy .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  animation: droppable-index 1s ease-out infinite;
}
html.dark #main-index #main-copy .btn:hover:after {
  border-color: rgba(255, 255, 255, 0.8);
}
#main-index #main-copy .btn#btn-download {
  font-weight: bold;
}
#main-index #main-copy .btn#btn-download.desktop {
  padding-right: 90px;
  background-image: url(https://static.whooing.com/assets/img/windows-mac-linux-light.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 79px 24px;
}
html.dark #main-index #main-copy .btn#btn-download.desktop {
  background-image: url(https://static.whooing.com/assets/img/windows-mac-linux-dark.png);
}
#main-index #main-reviews {
  padding-bottom: 0;
}
#main-index #main-reviews .responsive-wrapper .col {
  /* border: 1px solid #eee; */
  position: relative;
  padding: 15px 0 15px 0;
  float: left;
  width: 230px;
  line-height: 1.5em;
  margin: 0 30px 0 8px;
  color: var(--mray-0);
}
#main-index #main-reviews .responsive-wrapper .col h3 {
  margin-top: 15px;
  font-weight: 600;
}
#main-index #main-reviews .responsive-wrapper .col:after {
  content: "“";
  position: absolute;
  left: -10px;
  top: 14px;
  font-size: 5em;
  opacity: 0.2;
}
#main-index #main-features {
  padding-top: 40px;
}
#main-index .td {
  position: relative;
  padding-left: 80px;
  padding-right: 20px;
  width: 50%;
}
html:not(.sm) #main-index .td {
  display: block;
  width: 100%;
}
#main-index .td i[class^=bi] {
  position: absolute;
  left: 26px;
  top: 2px;
  font-size: 37px;
  opacity: 0.3;
}
#main-index .td h3 {
  margin-top: 5px;
  line-height: 1.2em;
  font-weight: 600;
  font-size: 1.3rem;
}
#main-index .td p {
  line-height: 1.5em;
  opacity: 0.7;
  margin-bottom: 30px;
}
#main-index #btn-more-features {
  border: 0;
}
#main-index h2.mt0 {
  clear: both;
  text-align: center;
  font-size: 2.2em;
  padding-top: 3em;
  padding-bottom: 0.5em;
}
html.sm #main-index #main-price > div {
  display: flex;
  justify-content: space-between;
}
#main-index #main-price > div > .unit {
  padding: 2em;
}
html.sm #main-index #main-price > div > .unit {
  padding-top: 3em;
  width: calc(33% - 15px);
}
#main-index #main-price > div > .unit img {
  width: 75px;
  left: -7px;
  position: absolute;
  top: -6px;
}
#main-index #main-price > div > .unit h3 {
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 0.5em;
  margin-top: 0;
  font-weight: bold;
}
#main-index #main-price > div > .unit h3 > span {
  font-size: 0.5em;
  display: block;
  font-weight: normal;
  margin-top: 0.6em;
  opacity: 0.7;
}
#main-index #main-price > div > .unit p {
  line-height: 1.5em;
  opacity: 0.8;
  margin-bottom: 0;
}
#main-index #related-apps .item {
  height: 210px;
}
#main-index #related-apps .item .thumb {
  width: 100%;
  height: 150px;
  border-radius: 5px !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#main-index #related-apps .item h4 {
  font-size: 1.2em;
  opacity: 0.8;
  margin-top: 0.7em;
  font-weight: normal;
}
#main-index #related-apps .item h4 svg {
  float: right;
}
#h1-header {
  margin: -10px 0 5px 0;
}
html.isIE #h1-header {
  margin: 5px 0 -10px 0;
}
#h1-header {
  min-height: 56px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#h1-header > #btnBack {
  font-size: 24px;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent !important;
  position: static;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#h1-header > h1 {
  flex: 1;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
}
html.isWin #h1-header > h1 {
  position: relative;
  line-height: 1.3em;
}
#h1-header > h1 #h1-section-title {
  display: none;
}
#h1-header > h1 #report-title {
  display: none;
  cursor: pointer;
}
html.xs #h1-header > h1 #report-title {
  display: inline-block;
}
#h1-header > h1 .page-button {
  position: relative;
}
#h1-header input,
#h1-header .btn {
  height: 32px;
  line-height: 1;
}
html.touch #h1-header input,
html.touch #h1-header .btn {
  height: 36px;
}
#h1-header .page-button {
  border: 1px solid var(--middle-low);
  border-radius: 3px !important;
  transition: background 0.15s linear;
  display: inline-flex;
  cursor: pointer;
  margin-left: 5px;
}
html.no-touch #h1-header .page-button:hover {
  background: #222 !important;
  color: #fff !important;
}
html.no-touch #h1-header .page-button:hover > * {
  color: #fff !important;
}
#h1-header .page-button.danger {
  background: #bb1717;
  background: var(--red-color);
  border-color: transparent;
}
#h1-header .page-button.danger * {
  color: #fff;
}
#h1-header .page-button > a,
#h1-header .page-button > button {
  min-width: 32px;
  height: 28px;
  font-size: 0.95rem;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  background: transparent;
}
html.touch #h1-header .page-button > a,
html.touch #h1-header .page-button > button {
  height: 36px;
}
#h1-header .page-button > a.dropdown-toggle,
#h1-header .page-button > button.dropdown-toggle {
  border-left: 1px solid var(--middle-low);
}
#h1-header .page-button > a > i,
#h1-header .page-button > button > i {
  margin-right: 3px;
}
#h1-header .page-button .dropdown-menu {
  right: 0;
  left: auto;
}

#h1-header2 {
  margin: 0;
  min-height: 56px;
  position: relative;
  padding: 5px 0 10px;
}
html.touch #h1-header2 {
  padding-bottom: 15px;
}
#h1-header2 .dummy {
  display: inline-block;
  width: 100px;
  height: 26px;
  background-color: #ddd;
}
html.dark #h1-header2 .dummy {
  background-color: #282829;
}
#h1-header2 form {
  padding: 0 3px;
  overflow: visible;
  margin-left: -3px;
  margin-top: 1px;
}
#h1-header2 form input {
  height: 32px;
}
html.touch #h1-header2 form input {
  height: 36px;
}
#h1-header2 h1 {
  width: auto;
  margin: 2px 0 0 0;
  padding-bottom: 10px;
  float: left;
  word-break: break-all;
}
#h1-header2 h1 > a {
  font-size: 1em;
}
#h1-header2 h1.bbs {
  width: calc(100% - 120px);
}
html.touch #h1-header2 h1 {
  padding: 5px 2px;
  font-size: 23px;
}
html:not(.sm) #h1-header2 h1 {
  font-size: 21px;
  padding: 2px;
}
#h1-header2 h1 > span#h1-section-title {
  display: none;
}
@media only print {
  #h1-header2 h1 > span#h1-section-title {
    display: inline-block;
  }
  #h1-header2 h1 > span#h1-section-title:not(:empty):after {
    content: " >";
    margin-right: 10px;
  }
}
#h1-header2 .dropdown-toggle {
  border-left: 1px solid #e4e4e4;
  border-left-color: var(--divider);
}
#h1-header2 .btn-primary {
  height: 32px;
  line-height: 30px;
}
html.touch #h1-header2 .btn-primary {
  height: 36px;
  line-height: 34px;
}
#h1-header2 .btn-primary {
  text-align: center;
  transition: transform 0.3s ease-out;
}
#h1-header2 .btn-primary > span {
  position: relative;
  left: 1px;
}
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: inherit;
  color: rgba(0, 0, 0, 0.8);
}
html.dark body .h1,
html.dark body .h2,
html.dark body .h3,
html.dark body .h4,
html.dark body .h5,
html.dark body .h6,
html.dark body h1,
html.dark body h2,
html.dark body h3,
html.dark body h4,
html.dark body h5,
html.dark body h6 {
  color: rgb(255, 255, 255);
}
body h1,
body .h1 {
  font-size: 1.7rem;
}
body h1.with-icon,
body .h1.with-icon {
  text-align: center;
  opacity: 0.8;
  margin-bottom: 40px !important;
}
body h1.with-icon > span[class^=icon],
body .h1.with-icon > span[class^=icon] {
  font-size: 64px;
  opacity: 0.4;
  display: block;
  margin-bottom: 15px;
}
body h2,
body .h2 {
  font-size: 1.4rem;
}
body h2 > a,
body .h2 > a {
  font-size: 1.4rem;
}
body h2 > button,
body .h2 > button {
  margin-top: -6px;
}
body h2.date,
body .h2.date {
  font-size: 1.45rem;
}
body h3,
body .h3 {
  font-size: 1.25rem;
}
#header-quick-box {
  display: inline-block;
  width: 30%;
  margin-top: 6px;
}
html:not(.sm) #header-quick-box {
  display: none;
}
html:not(.md) html.isDesktop #header-quick-box {
  display: none;
}
#header-quick-box > .autocomplete-wrapper {
  display: block;
  opacity: 0.3;
}
#header-quick-box > .autocomplete-wrapper.is-focused {
  opacity: 1;
}
#header-quick-box > .autocomplete-wrapper input {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  height: 38px;
}
#header-quick-box > .autocomplete-wrapper .loader {
  display: block;
  position: absolute;
  right: 10px;
  top: 14px;
}
#header-quick-box > .autocomplete-wrapper ul {
  width: 100%;
  position: relative;
  max-height: 300px;
  min-width: 370px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 3px;
}
#header-quick-box > .autocomplete-wrapper ul > li {
  text-align: left;
  position: relative;
  padding: 11px;
}
#header-quick-box > .autocomplete-wrapper ul > li.type-title {
  display: block;
  cursor: auto;
  color: #909090;
  color: var(--middle-high);
  padding: 10px 7px 4px;
  font-weight: bold;
  font-size: 0.8rem;
  text-transform: uppercase;
}
#header-quick-box > .autocomplete-wrapper ul > li.type-title:hover {
  background: transparent;
}
#header-quick-box > .autocomplete-wrapper ul > li:hover, #header-quick-box > .autocomplete-wrapper ul > li.active {
  background-color: #f4f4f4;
  background-color: var(--low);
}
#header-quick-box > .autocomplete-wrapper ul > li.normal {
  cursor: pointer;
}
#header-quick-box > .autocomplete-wrapper ul > li .info {
  position: absolute;
  right: 10px;
  top: 11px;
  color: #ccc;
  font-size: 0.9rem;
}
#header-quick-box > .autocomplete-wrapper ul > li span[class*=bi] {
  margin-right: 5px;
}
#header-quick-box > .autocomplete-wrapper ul > li span.emoji {
  margin-right: 4px;
}
#header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 3px -1px;
  z-index: 1000;
  text-align: center;
  padding: 0;
}
#header-wrapper > span {
  position: absolute;
  z-index: 1;
  left: 50%;
  color: #ff0202;
  font-weight: bold;
  text-shadow: 0px 0px 2px #fff;
  font-size: 0.6rem;
  top: 0;
  transform: translateX(-50%);
}
#header-wrapper > .header-inner {
  max-width: 1710px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  height: 50px;
}
#header-wrapper > .header-inner a {
  user-select: none;
}
#header-wrapper > .header-inner a.depth-1 {
  float: left;
  position: relative;
  padding: 0 20px;
  line-height: 50px;
  height: 50px;
  vertical-align: middle;
  color: #fff;
  z-index: 1;
}
#header-wrapper > .header-inner a.depth-1#btn-toggle-nav {
  padding-left: 15px;
  padding-right: 15px;
}
#header-wrapper > .header-inner a.depth-1.btn-main {
  font-size: 1.3rem;
  font-weight: 600;
  white-space: nowrap;
}
#header-wrapper > .header-inner a.depth-1.btn-main.active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 5px;
  background: rgba(255, 255, 255, 0.3);
}
#header-wrapper > .header-inner a.depth-1 i[class*=bi] {
  font-size: 21px;
  position: relative;
}
#header-wrapper > .header-inner a.depth-1 i[class*=bi].bi-person {
  font-size: 25.2px;
}
#header-wrapper > .header-inner a.depth-1 i[class*=bi].bi-list {
  top: 0.06em;
  font-size: 29.4px;
  left: -0.1em;
}
#header-wrapper > .header-inner a.depth-1 i[class*=bi].bi-chevron-left, #header-wrapper > .header-inner a.depth-1 i[class*=bi].bi-chevron-right {
  font-size: 23.8px;
}
#header-wrapper > .header-inner #header-member .dropdown .dropdown-menu {
  min-width: 130px;
  right: 50%;
  transform: translateX(50%);
}
#header-wrapper > .header-inner #header-guest .sns-buttons-view {
  padding: 5px 0 5px 0;
}
#header-wrapper > .header-inner #header-guest .sns-buttons-view a {
  padding: 0px 7px;
}
#header-wrapper > .header-inner #header-guest .sns-buttons-view a img {
  width: 31px;
  height: 31px;
  border-radius: 100% !important;
}
html.isNative #header-wrapper > .header-inner #header-guest .sns-buttons-view a#login-via-google {
  display: none;
}
html:not(.md) #header-wrapper > .header-inner #header-guest .dropdown .dropdown-menu {
  width: 260px;
  margin: 0 2px;
}
html:not(.md) #header-wrapper > .header-inner #header-guest .dropdown .dropdown-menu form {
  padding: 20px;
}
html.md #header-wrapper > .header-inner #header-guest #more-dropdown .dropdown-menu {
  padding: 20px;
  width: 200px;
}
html.md #header-wrapper > .header-inner #header-guest #more-dropdown .dropdown-menu .sns-buttons-view {
  padding-bottom: 25px;
}
html.md #header-wrapper > .header-inner #header-guest #more-dropdown .dropdown-menu a.pull-right {
  float: none !important;
  display: block;
  padding: 15px 0;
  margin: 0 -20px;
  text-align: center;
  border-top: 1px solid var(--middle-low);
}
html.md #header-wrapper > .header-inner #header-guest #more-dropdown .dropdown-menu a.pull-right:last-child {
  margin-bottom: -20px;
}
html.md #header-wrapper > .header-inner #header-guest #login-dropdown .dropdown-toggle {
  display: none;
}
html.md #header-wrapper > .header-inner #header-guest #login-dropdown .dropdown-menu {
  display: block;
  background: transparent;
  position: static;
  box-shadow: none;
  border: 0;
}
html.md #header-wrapper > .header-inner #header-guest #login-dropdown .dropdown-menu form {
  margin-top: 7px;
  padding-bottom: 3px;
  color: #fff;
}
html.md #header-wrapper > .header-inner #header-guest #login-dropdown .dropdown-menu form > div {
  display: inline-block;
  margin: 0 6px;
}
html.isIE html.md #header-wrapper > .header-inner #header-guest #login-dropdown .dropdown-menu form > div.checkbox, html.isIE html.md #header-wrapper > .header-inner #header-guest #login-dropdown .dropdown-menu form > div.submit-group {
  position: relative;
  top: -10px;
}
html.md #header-wrapper > .header-inner #header-guest #login-dropdown .dropdown-menu form > div:first-child {
  margin-right: -4px;
}
html.md #header-wrapper > .header-inner #header-guest #login-dropdown .dropdown-menu form > div label {
  color: #fff;
  padding-right: 3px;
}
html.md #header-wrapper > .header-inner #header-guest #login-dropdown .dropdown-menu form > div .control-label {
  display: none;
}
html.md #header-wrapper > .header-inner #header-guest #login-dropdown .dropdown-menu form > div .form-control {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-color: transparent;
  height: 36px;
  max-width: 200px;
}
html.md #header-wrapper > .header-inner #header-guest #login-dropdown .dropdown-menu form > div .btn-primary {
  background: #fff;
  color: #000 !important;
  height: 36px;
  line-height: 33px;
}
html.md #header-wrapper > .header-inner #header-guest #login-dropdown .dropdown-menu .sns-buttons-view {
  display: none;
}
#help-center h3 {
  margin-top: 0;
}
#help-center h2 {
  text-align: center;
  font-size: 2em;
  margin-top: 3em;
}
#help-center #categories {
  margin-top: 2em;
  margin-bottom: 2em;
}
html.lg:not(.xl) #help-center #categories {
  width: 90%;
}
#help-center #categories > a {
  display: block;
  font-size: 1.1em;
}
#help-center #categories > a:last-child {
  border-bottom: 1px solid #e4e4e4;
  border-bottom-color: var(--divider);
}
#help-center #help-react-form form {
  max-width: 600px;
  margin: 2em auto 1em;
  padding: 0 3em;
}
#help-center #help-react-form form input {
  height: auto;
  padding: 10px;
  font-size: 1.6em;
  height: 48px;
}
#help-center #react-results {
  margin: 0 auto;
  max-width: 600px;
}
#help-center .search-block {
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                        supported by Chrome and Opera */
}
#help-center .search-block.active {
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-top: 0.5em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
#help-center .search-block.active > .title {
  font-weight: bold;
}
#help-center .search-block.active > p {
  display: block;
}
#help-center .search-block > .title {
  line-height: 1.7em;
  cursor: pointer;
  padding: 0.5em 1em;
}
#help-center .search-block > .title:hover {
  background: #f8f8f8;
}
#help-center .search-block > .title > div {
  display: none;
  font-size: 1.1em;
}
#help-center .search-block > .title > div:first-child {
  display: block;
}
#help-center .search-block > .title > div > span.searched {
  background: #fff4be;
}
#help-center .search-block > p {
  display: none;
  font-size: 1.1rem;
  line-height: 1.5em;
  padding: 0.5em 1.5em 1em 1.5em;
  opacity: 0.9;
  margin-bottom: 0;
}
#help-center .search-block > p > span.searched {
  background: #fff4be;
}
#help-center #help-addon h3 {
  font-size: 1.4em;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5em;
  /* text-align: center; */
  margin-bottom: 0.8em;
}

.modal_contents .markdown-body > .md-header:first-child {
  margin-top: 0.5em !important;
}

body.seg-help #help-manual {
  max-width: 900px;
  margin: 2em auto;
  padding: 0 2em 2em 2em;
}
@media only print {
  body.seg-help #help-manual {
    padding: 0;
  }
}
html:not(.sm) body.seg-help #help-manual {
  padding: 0 1em 1em 1em;
}
html.xxs:not(.xs) body.seg-help #help-manual {
  padding: 0 0.5em 0.5em 0.5em;
}
#modal_div #help-manual #h1-header {
  display: none;
}
#modal_div #help-manual .box {
  padding: 0;
  border: 0;
  box-shadow: none;
}
#help-manual .md-header[data-num] {
  padding-left: 1.6em;
  position: relative;
}
#help-manual .md-header[data-num-length="2"] {
  padding-left: 2.2em;
}
#help-manual .md-header[data-num]::before {
  content: attr(data-num);
  position: absolute;
  left: 0;
  color: var(--low);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  line-height: 1em;
  border-radius: 2em !important;
  background: var(--middle-high);
  padding: 0.2em 0.4em;
  font-size: 0.9em;
}
#help-manual .breadcrumb {
  background: transparent;
  padding: 0;
  position: absolute;
  left: 1em;
  top: 1em;
  font-size: 0.9rem;
  line-height: 1.2em;
  color: var(--middle-high);
}
#help-manual .breadcrumb a {
  color: var(--high);
}
#modal_div #help-manual .breadcrumb {
  right: 10px;
  left: auto;
  top: -38px;
  font-size: 0.8rem;
}
html:not(.sm) #modal_div #help-manual .breadcrumb {
  display: none;
}
#modal_div .modal-xs #help-manual .col-sm-8,
#modal_div .modal-xs #help-manual .col-sm-4 {
  width: 100%;
}
#help-manual td,
#help-manual th {
  font-size: 1.1em;
}
#help-manual h2 {
  font-size: 1.9rem;
  margin-top: 6rem;
  padding-bottom: 0.7rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #e4e4e4;
  border-bottom-color: var(--divider);
}
#help-manual .md-header i[class*=bi-link-45deg] {
  visibility: hidden;
  position: relative;
  cursor: pointer;
  margin-left: 0.2em;
  color: #a0a0a0;
  font-size: 0.9em;
}
#help-manual .md-header:hover i[class*=bi-link-45deg] {
  visibility: visible;
}
#help-manual h3 {
  font-size: 1.5em;
  margin-bottom: 1em;
  margin-top: 4em;
  position: relative;
}
#help-manual h3::after {
  content: "";
  position: absolute;
  left: -10px;
  top: -6px;
  width: 8px;
  height: 8px;
  background: var(--middle);
}
#help-manual h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1.5em;
  margin-top: 2em;
}
#help-manual h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
  margin-top: 2em;
}
#help-manual img {
  display: block;
  max-width: 70%;
  margin: 2em auto;
}
#help-manual img ~ em {
  background: transparent;
  display: block;
  opacity: 0.5;
  text-align: center;
  margin-top: -2em;
  font-size: 1rem;
}
#help-manual img ~ em::before {
  content: "< ";
}
#help-manual img ~ em::after {
  content: " >";
}
#help-manual em {
  font-style: normal;
  border-bottom: 2px solid green;
}
#help-manual .markdown-body > p {
  font-size: 1.1008rem;
  line-height: 1.7em;
  margin-bottom: 2em;
  color: #222;
  color: var(--high);
}
html.xs #help-manual .markdown-body > p {
  font-size: 1.1508rem;
  line-height: 1.75em;
}
html.sm #help-manual .markdown-body > p {
  font-size: 1.2008rem;
  line-height: 1.8em;
}
#help-manual .markdown-body > p.additional {
  font-size: 1.1em;
  padding: 0.8em;
  color: #9a9a9a;
  color: var(--middle-high);
  position: relative;
  line-height: 1.6;
  background: var(--low);
}
#help-manual .markdown-body > p.additional::after {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 1.1em;
}
#help-manual code {
  display: inline-block;
  line-height: 1em;
  margin: 0 0.1em;
  background: #fff;
  background: var(--lowest);
  color: #222;
  color: var(--high);
  font-size: 0.94em;
  border: 1px solid #909090;
  border-color: var(--middle-high);
  border-radius: 3px !important;
  padding: 3px 5px;
  position: relative;
  top: -1px;
}
#help-manual a {
  font-size: 1em;
  text-decoration: underline;
}
@media only print {
  #help-manual a {
    color: #000 !important;
  }
}
#help-manual .table {
  margin-bottom: 30px;
}
#help-manual .table ul {
  margin: 0;
}
#modal_div #help-manual #quick-link {
  display: none;
}
#help-manual #quick-link:not(:empty) {
  border: 1px solid #e4e4e4;
  border-color: var(--divider);
  width: auto;
  padding: 12px 40px 12px 10px;
  margin: 20px 0 40px 0;
  display: inline-block;
}
#help-manual #quick-link:not(:empty) ul,
#help-manual #quick-link:not(:empty) ol {
  margin-bottom: 0;
}
#help-manual #quick-link:not(:empty) ul a,
#help-manual #quick-link:not(:empty) ol a {
  color: #4b76af !important;
  color: var(--primary-color) !important;
}
#help-manual .side {
  font-size: 0.95rem;
  color: #909090;
  color: var(--middle-high);
  border-left: 3px solid #ddd;
  border-left-color: var(--middle-low);
  line-height: 1.5em;
  padding-left: 20px;
}
#help-manual h1.md-header {
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
}
#help-manual > .box {
  padding: 40px 20px;
}
#help-manual > .box .markdown-wrapper {
  max-width: 700px;
  margin: 0 auto;
}
@media only print {
  #help-manual > .box {
    padding: 0 !important;
  }
}
#help-manual blockquote {
  margin: 0;
  padding: 0;
}
#help-manual blockquote p {
  color: rgba(27, 142, 99, 0.78);
  position: relative;
  padding-left: 30px;
  border: 0;
  margin: 15px 0 25px;
  font-size: 1.2rem;
  line-height: 1.2em;
}
#help-manual blockquote span {
  position: absolute;
  left: 0;
  top: -6px;
}
#help-manual ul,
#help-manual ol {
  margin-bottom: 3rem;
}
#help-manual ul li,
#help-manual ol li {
  line-height: 1.5em;
  margin: 0.5em 0;
  font-size: 1.1em;
}
#help-manual ul li p,
#help-manual ol li p {
  margin: 0;
}
html.sm #help-manual ul li,
html.sm #help-manual ol li {
  font-size: 1.1rem;
}

#help-cont h1 {
  width: auto !important;
  height: auto !important;
}
#modal_div #help-cont h1 {
  padding-left: 0;
}
html.sm #help-cont > .box {
  padding: 35px 35px 15px;
  max-width: 700px;
  margin: 40px auto;
  float: none;
}
#help-cont #row-content h2 {
  font-size: 1.35em;
  font-weight: bold;
}
#modal_div #help-cont #row-content h2 {
  font-size: 1.25em;
}
#help-cont #row-content ol,
#help-cont #row-content ul {
  padding-left: 26px;
  margin-bottom: 1em;
}
#help-cont #row-content p,
#help-cont #row-content ul,
#help-cont #row-content li,
#help-cont #row-content a {
  font-size: 1.1rem;
  line-height: 1.6em;
}
#modal_div #help-cont #row-content p,
#modal_div #help-cont #row-content ul,
#modal_div #help-cont #row-content li,
#modal_div #help-cont #row-content a {
  font-size: 1.1rem;
}
#help-cont #row-content a:before {
  content: "[";
}
#help-cont #row-content a:after {
  content: "]";
}
#help-cont #row-content li {
  margin-bottom: 0.5em;
  color: #848484;
}
#help-cont #row-content code {
  background: #f5f4f4;
  font-size: 0.85em;
  padding: 0.1em 0.4em;
  border: 1px solid rgba(136, 136, 136, 0.43);
  position: relative;
  margin-right: 1px;
  top: -1px;
  color: #000;
  border-radius: 3px !important;
}
#modal_div #help-cont #row-content code {
  font-size: 0.8em;
}
.highcharts-container .highcharts-crosshair-category {
  stroke: rgba(228, 228, 228, 0.2);
}
html.dark .highcharts-container .highcharts-crosshair-category {
  stroke: rgba(74, 74, 74, 0.2);
}
.highcharts-container .highcharts-background {
  fill: transparent;
}
.highcharts-container text {
  fill: #222 !important;
  fill: var(--high) !important;
}
.highcharts-container text .current-time {
  font-weight: bold;
  fill: #4b76af;
  fill: var(--primary-color);
}
.highcharts-container .highcharts-axis-labels {
  background: red;
}
.highcharts-container .highcharts-grid.highcharts-yaxis-grid path {
  stroke: #e4e4e4;
  stroke: var(--divider);
}
.highcharts-container .highcharts-grid.highcharts-yaxis-grid path:nth-of-type(1) {
  stroke: #bababa;
  stroke: var(--middle);
}
.highcharts-container .highcharts-axis.highcharts-xaxis path {
  stroke: #e4e4e4;
  stroke: var(--divider);
}
.highcharts-container .highcharts-axis.highcharts-yaxis {
  display: none;
}
.highcharts-container .highcharts-exporting-group .highcharts-button-box {
  fill: #f4f4f4;
  fill: var(--low);
}
.highcharts-container .highcharts-series-group .highcharts-column-series rect {
  stroke: transparent;
}
.highcharts-container .highcharts-series-group .highcharts-pie-series .highcharts-point {
  stroke: #fff !important;
  stroke: var(--lowest) !important;
}
.highcharts-container .highcharts-data-labels .highcharts-data-label text {
  fill: #222 !important;
  fill: var(--high) !important;
}
.highcharts-container .highcharts-data-labels .highcharts-data-label text tspan.highcharts-text-outline {
  stroke: #f4f4f4 !important;
  stroke: var(--low) !important;
}
.highcharts-container .highcharts-tooltip > span {
  color: rgba(34, 34, 34, 0.8) !important;
}
html.dark .highcharts-container .highcharts-tooltip > span {
  color: rgba(218, 218, 218, 0.8) !important;
}
.highcharts-container .highcharts-tooltip path {
  fill: rgba(244, 244, 244, 0.5);
}
html.dark .highcharts-container .highcharts-tooltip path {
  fill: rgba(23, 23, 23, 0.35);
}
.highcharts-container .highcharts-tooltip text tspan {
  fill: rgba(34, 34, 34, 0.8);
}
html.dark .highcharts-container .highcharts-tooltip text tspan {
  fill: rgba(218, 218, 218, 0.8);
}
.highcharts-container .highcharts-legend .highcharts-legend-item {
  height: 50px;
}
.highcharts-container .highcharts-legend .highcharts-legend-item tspan {
  font-weight: normal;
  fill: #222;
  fill: var(--high);
}
.highcharts-container .highcharts-legend .highcharts-legend-item.highcharts-legend-item-hidden {
  opacity: 0.3;
}
#modal_overlay_a {
  position: fixed;
  z-index: 199;
  left: 0;
  right: 0;
  background: #f4f4f4;
  background: var(--low);
  top: 0;
  text-align: center;
  bottom: 0;
  opacity: 1;
  transition: opacity 0.3s linear;
}
#modal_overlay_a > div {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 2rem;
  transform: translate3d(0, -50%, 0);
}
#modal_overlay_a > div > h1 {
  position: relative;
  opacity: 0.5;
  font-size: 1.6rem;
  padding-bottom: 15px;
  margin-bottom: 8px;
}
#modal_overlay_a > div > h1:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 20px;
  height: 2px;
  margin-left: -10px;
  background-color: #222;
  background-color: var(--high);
}
#modal_overlay_a > div > h2 {
  margin-top: 0;
  font-size: 1.6rem;
  line-height: 1.6em;
}
#modal_overlay_a.prepare-hide {
  opacity: 0;
}
.form-control {
  transition: none !important;
  border-color: #ddd;
  border-color: var(--middle-low);
  background-color: #fff;
  box-shadow: none !important;
}
html.dark .form-control {
  background-color: rgba(0, 0, 0, 0.3);
}
.form-control[disabled], fieldset[disabled] .form-control {
  opacity: 0.4;
}

input.form-control,
select.form-control {
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}
html.no-touch input.form-control,
html.no-touch select.form-control {
  height: 38px;
}

input.dateable {
  border: 1px solid #bababa;
  background: transparent;
  width: 130px;
  height: 44px;
}
html.dark input.dateable {
  border-color: #646464;
}
html.no-touch input.dateable {
  height: 38px;
}
textarea.form-control {
  line-height: 1.6em;
}

input.form-control,
textarea.form-control {
  background-size: 1500px 33px;
  background-repeat: no-repeat;
}

.form-control,
.btn {
  box-shadow: none;
  outline-offset: -2px !important;
}
.form-group.has-error .form-control,
.form-group.has-error .btn {
  border-color: #bb1717;
  border-color: var(--red-color);
}
.form-control:focus,
.btn:focus {
  outline: 2px solid #4b76af;
  border-color: #4b76af;
  border-color: var(--primary-color) !important;
}
html.dark .form-control:focus,
html.dark .btn:focus {
  outline: 2px solid #b97618;
}
.form-group.has-error .form-control:focus,
.form-group.has-error .btn:focus {
  outline: 2px solid #bb1717;
  border-color: #bb1717 !important;
}
html.dark .form-group.has-error .form-control:focus,
html.dark .form-group.has-error .btn:focus {
  outline: 2px solid #ec2424;
  border-color: #ec2424 !important;
}

input.input_y,
input.input_ym,
input.input_ymd,
input.input_money,
input.input_number {
  font-family: "Open Sans" !important;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 4px 7px 7px !important;
  letter-spacing: 3px;
}

html.touch input.input_money,
html.touch input.input_number {
  font-size: 16px;
  letter-spacing: 2px;
}

span.input-minus-toggle {
  position: absolute;
  padding: 5px;
  left: 0;
  top: 0;
  height: 100%;
  width: 30px;
  background: transparent;
}
span.input-minus-toggle > i {
  opacity: 0.2;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

input::-ms-clear {
  display: none !important;
}

input.input_y {
  width: 58px;
}

input.input_ym {
  background-position: -1413px 6px;
  width: 80px;
}

input.input_ym.dtMDY,
input.input_ym.dtDMY {
  background-position: -1435px 6px;
}

input.input_ymd {
  background-position: -1280px 6px;
  width: 102px !important;
}

input.input_ymd.dtMDY,
input.input_ymd.dtDMY {
  background-position: -1301px 6px;
}

input.input_money {
  min-width: 115px;
}
input.input_money[type=text], input.input_money[type=number] {
  background-position: right -277px top 9px;
  text-align: right;
}
input.input_money[type=text].decimal-1, input.input_money[type=number].decimal-1 {
  background-position: right -269px top 9px;
}
input.input_money[type=text].decimal-2, input.input_money[type=number].decimal-2 {
  background-position: right -259px top 9px;
}
input.input_money[type=text].decimal-3, input.input_money[type=number].decimal-3 {
  background-position: right -248px top 9px;
}
input.input_money[type=text].decimal-4, input.input_money[type=number].decimal-4 {
  background-position: right -236px top 9px;
}
input.input_money[type=text].decimal-5, input.input_money[type=text].decimal-6, input.input_money[type=text].decimal-7, input.input_money[type=text].decimal-8, input.input_money[type=text].decimal-9, input.input_money[type=number].decimal-5, input.input_money[type=number].decimal-6, input.input_money[type=number].decimal-7, input.input_money[type=number].decimal-8, input.input_money[type=number].decimal-9 {
  background-position: right -390px top 6px;
}

body form input.account-form-control {
  background-image: url(https://static.whooing.com/assets/img/input_account_new.png?_ver=2);
  background-position: 0 100px;
  background-repeat: no-repeat;
  background-size: 18px 640px;
  padding-left: 27px;
  padding-right: 0;
}
body form input.account-form-control.assets-plus {
  background-position: left -139px;
}
html.no-touch body form input.account-form-control.assets-plus {
  background-position: left -142px;
}
body form input.account-form-control.assets-plus {
  padding-left: 26px;
}
body form input.account-form-control.assets-minus {
  background-position: left -179px;
}
html.no-touch body form input.account-form-control.assets-minus {
  background-position: left -182px;
}
body form input.account-form-control.assets-minus {
  padding-left: 26px;
}
body form input.account-form-control.assets- {
  background-position: left -204px;
}
html.no-touch body form input.account-form-control.assets- {
  background-position: left -204px;
}
body form input.account-form-control.assets- {
  padding-left: 26px;
}
body form input.account-form-control.liabilities-plus {
  background-position: left -265px;
}
html.no-touch body form input.account-form-control.liabilities-plus {
  background-position: left -268px;
}
body form input.account-form-control.liabilities-plus {
  padding-left: 26px;
}
body form input.account-form-control.liabilities-minus {
  background-position: left -306px;
}
html.no-touch body form input.account-form-control.liabilities-minus {
  background-position: left -308px;
}
body form input.account-form-control.liabilities-minus {
  padding-left: 26px;
}
body form input.account-form-control.liabilities- {
  background-position: left -330px;
}
html.no-touch body form input.account-form-control.liabilities- {
  background-position: left -330px;
}
body form input.account-form-control.liabilities- {
  padding-left: 26px;
}
body form input.account-form-control.capital-plus {
  background-position: left -396px;
}
html.no-touch body form input.account-form-control.capital-plus {
  background-position: left -399px;
}
body form input.account-form-control.capital-plus {
  padding-left: 26px;
}
body form input.account-form-control.capital-minus {
  background-position: left -436px;
}
html.no-touch body form input.account-form-control.capital-minus {
  background-position: left -439px;
}
body form input.account-form-control.capital-minus {
  padding-left: 26px;
}
body form input.account-form-control.capital- {
  background-position: left -463px;
}
html.no-touch body form input.account-form-control.capital- {
  background-position: left -463px;
}
body form input.account-form-control.capital- {
  padding-left: 26px;
}
body form input.account-form-control.expenses- {
  background-position: left -526px;
}
html.no-touch body form input.account-form-control.expenses- {
  background-position: left -530px;
}
body form input.account-form-control.expenses- {
  padding-left: 26px;
}
body form input.account-form-control.income- {
  background-position: left -586px;
}
html.no-touch body form input.account-form-control.income- {
  background-position: left -590px;
}
body form input.account-form-control.income- {
  padding-left: 26px;
}
body form .autocomplete-wrapper.i_all .autocomplete-inner > li,
body form .autocomplete-wrapper.i_left .autocomplete-inner > li,
body form .autocomplete-wrapper.i_right .autocomplete-inner > li {
  padding-left: 27px;
}
body form .autocomplete-wrapper.i_all .autocomplete-inner > li > span,
body form .autocomplete-wrapper.i_left .autocomplete-inner > li > span,
body form .autocomplete-wrapper.i_right .autocomplete-inner > li > span {
  display: block;
  position: absolute;
  top: 8.5px;
  left: 8px;
  width: 16px;
  font-size: 12px;
  height: 13px;
  text-align: center;
  border-radius: 2px;
  color: white;
  line-height: 14px;
  background-size: 8px 8px;
  width: 14px;
  height: 14px;
  border-radius: 100% !important;
}
html.dark body form .autocomplete-wrapper.i_all .autocomplete-inner > li > img,
html.dark body form .autocomplete-wrapper.i_left .autocomplete-inner > li > img,
html.dark body form .autocomplete-wrapper.i_right .autocomplete-inner > li > img {
  filter: invert(1);
}
body form .autocomplete-wrapper.i_all .autocomplete-inner > li > img,
body form .autocomplete-wrapper.i_left .autocomplete-inner > li > img,
body form .autocomplete-wrapper.i_right .autocomplete-inner > li > img {
  width: 13px;
  margin: 0 3px;
  position: relative;
  top: -1px;
}
body form .autocomplete-wrapper.i_all .autocomplete-inner > li[class*=account],
body form .autocomplete-wrapper.i_left .autocomplete-inner > li[class*=account],
body form .autocomplete-wrapper.i_right .autocomplete-inner > li[class*=account] {
  padding-left: 7px;
  font-weight: bold;
  color: #aaa;
}
body form .autocomplete-wrapper.i_all .autocomplete-inner > li[class*=account] > span,
body form .autocomplete-wrapper.i_left .autocomplete-inner > li[class*=account] > span,
body form .autocomplete-wrapper.i_right .autocomplete-inner > li[class*=account] > span {
  display: none;
}
body form .autocomplete-wrapper.i_all .autocomplete-inner > li[class*=-plus] > span,
body form .autocomplete-wrapper.i_left .autocomplete-inner > li[class*=-plus] > span,
body form .autocomplete-wrapper.i_right .autocomplete-inner > li[class*=-plus] > span {
  background-image: url(https://static.whooing.com/assets/img/plus-white.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body form .autocomplete-wrapper.i_all .autocomplete-inner > li[class*=-minus] > span,
body form .autocomplete-wrapper.i_left .autocomplete-inner > li[class*=-minus] > span,
body form .autocomplete-wrapper.i_right .autocomplete-inner > li[class*=-minus] > span {
  background-image: url(https://static.whooing.com/assets/img/minus-white.png);
  background-position: center center;
  background-repeat: no-repeat;
}
body form .autocomplete-wrapper.i_all .autocomplete-inner > li[class*=assets] > span,
body form .autocomplete-wrapper.i_left .autocomplete-inner > li[class*=assets] > span,
body form .autocomplete-wrapper.i_right .autocomplete-inner > li[class*=assets] > span {
  background-color: #c36fbc;
}
body form .autocomplete-wrapper.i_all .autocomplete-inner > li[class*=liabilities] > span,
body form .autocomplete-wrapper.i_left .autocomplete-inner > li[class*=liabilities] > span,
body form .autocomplete-wrapper.i_right .autocomplete-inner > li[class*=liabilities] > span {
  background-color: #5294ff;
}
body form .autocomplete-wrapper.i_all .autocomplete-inner > li[class*=capital] > span,
body form .autocomplete-wrapper.i_left .autocomplete-inner > li[class*=capital] > span,
body form .autocomplete-wrapper.i_right .autocomplete-inner > li[class*=capital] > span {
  background-color: #e6b926;
}
body form .autocomplete-wrapper.i_all .autocomplete-inner > li.income- > span,
body form .autocomplete-wrapper.i_left .autocomplete-inner > li.income- > span,
body form .autocomplete-wrapper.i_right .autocomplete-inner > li.income- > span {
  background-color: #a8bd1a;
}
body form .autocomplete-wrapper.i_all .autocomplete-inner > li.expenses- > span,
body form .autocomplete-wrapper.i_left .autocomplete-inner > li.expenses- > span,
body form .autocomplete-wrapper.i_right .autocomplete-inner > li.expenses- > span {
  background-color: #f15f33;
}

.datepicker-wrapper {
  position: relative;
}
.datepicker-wrapper.ym .datepicker-inner {
  width: 115px;
}
.datepicker-wrapper.y .datepicker-inner {
  width: 61px;
}
.datepicker-wrapper .datepicker-inner {
  width: 176px;
  background-color: #fff;
  background-color: var(--lowest);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  position: absolute;
  height: 205px;
  top: 100%;
  left: 0;
  z-index: 1;
  line-height: 1em;
}
.datepicker-wrapper .datepicker-inner * {
  line-height: 1em;
}
.datepicker-wrapper .datepicker-inner {
  display: flex;
}
.datepicker-wrapper .datepicker-inner > .slot {
  width: 62px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-color: var(--middle-low);
  margin-left: -1px;
}
.datepicker-wrapper .datepicker-inner > .slot.datepicker-years {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.datepicker-wrapper .datepicker-inner > .slot.datepicker-months {
  width: 55px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.datepicker-wrapper .datepicker-inner > .slot.datepicker-months > .wrapper > .inner {
  width: 53px;
}
.datepicker-wrapper .datepicker-inner > .slot.active {
  border-color: #222;
  border-color: var(--high);
  z-index: 1;
  position: relative;
}
.datepicker-wrapper .datepicker-inner > .slot > .btn-up,
.datepicker-wrapper .datepicker-inner > .slot > .btn-down {
  position: relative;
  z-index: 2;
  text-align: center;
  height: 24px;
  background-color: #ddd;
  background-color: var(--middle-low);
  cursor: pointer;
  padding-top: 4px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-color: #ddd;
  border-color: var(--middle-low);
  margin-top: -1px;
}
.datepicker-wrapper .datepicker-inner > .slot > .btn-up.active,
.datepicker-wrapper .datepicker-inner > .slot > .btn-down.active {
  background-color: #f4f4f4;
  background-color: var(--low);
}
.datepicker-wrapper .datepicker-inner > .slot > .btn-down {
  margin-top: 0;
  margin-bottom: -1px;
}
.datepicker-wrapper .datepicker-inner > .slot > .wrapper {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100px;
  height: 157px;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.datepicker-wrapper .datepicker-inner > .slot > .wrapper > .inner {
  width: 60px;
  padding: 4px;
  margin: 62px 0 68px;
}
.datepicker-wrapper .datepicker-inner > .slot > .wrapper > .inner > .split > span {
  cursor: pointer;
  text-align: center;
  display: block;
  height: 26px;
  font-size: 0.95em;
  vertical-align: middle;
  height: 26px;
  line-height: 26px;
  border: 1px solid transparent;
}
.datepicker-wrapper .datepicker-inner > .slot > .wrapper > .inner > .split > span > span {
  opacity: 0.5;
  font-size: 0.9em;
  margin-left: 5px;
}
.datepicker-wrapper .datepicker-inner > .slot > .wrapper > .inner > .split > span.selected {
  border-color: #ddd;
  border-color: var(--middle-low);
  background-color: #f4f4f4;
  background-color: var(--low);
  border-radius: 3px !important;
}

.datepicker-wrapper.ui-old.ymd .datepicker-inner {
  width: 220px;
  height: 474px;
}
.datepicker-wrapper.ui-old.ymd .datepicker-inner > .slot > .wrapper {
  height: 425px;
}
.datepicker-wrapper.ui-old.ymd .datepicker-inner > .slot > .wrapper > .inner {
  margin: 0;
}
.datepicker-wrapper.ui-old.ymd .datepicker-inner > .slot.datepicker-days {
  width: 105px;
}
.datepicker-wrapper.ui-old.ymd .datepicker-inner > .slot.datepicker-days > .wrapper {
  overflow: hidden;
}
.datepicker-wrapper.ui-old.ymd .datepicker-inner > .slot.datepicker-days > .wrapper > .inner {
  width: 100%;
}
.datepicker-wrapper.ui-old.ymd .datepicker-inner > .slot.datepicker-days > .wrapper > .inner > .split {
  float: left;
  width: 50%;
}
.datepicker-wrapper.ui-old.ym .datepicker-inner {
  height: 371px;
}
.datepicker-wrapper.ui-old.ym .datepicker-inner > .slot > .wrapper {
  height: 322px;
}
.datepicker-wrapper.ui-old.ym .datepicker-inner > .slot > .wrapper > .inner {
  margin: 0;
}

input.input_money[type=number] {
  -moz-appearance: textfield;
}

input.input_money[type=number]::-webkit-inner-spin-button,
input.input_money[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#cont_header {
  min-height: 94px;
  padding-top: 45px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
html.md html.no-touch #cont_header {
  padding-top: 20px;
}
html.no-touch body.post-fixed[data-responsive=md] #cont_header {
  padding-top: 45px;
}
@media only print {
  #cont_header {
    padding: 0;
    padding-bottom: 10px;
    min-height: 0;
    border-bottom: 1px solid silver;
  }
}
#cont_header .dropdown-menu {
  min-width: 0;
}
html.no-touch #cont_header:hover > #btn-quick-movie-prev,
html.no-touch #cont_header:hover > #btn-quick-movie-next {
  opacity: 1 !important;
}
#cont_header > #btn-quick-movie-prev,
#cont_header > #btn-quick-movie-next {
  position: absolute;
  left: 0;
  width: 50%;
  top: 0;
  text-align: center;
  cursor: pointer;
  padding: 7px 0;
  border-bottom: 1px solid #e4e4e4;
  border-bottom-color: var(--divider);
}
html.md html.no-touch #cont_header > #btn-quick-movie-prev,
html.md html.no-touch #cont_header > #btn-quick-movie-next {
  opacity: 0;
  top: 0;
  bottom: 0;
  left: -25px;
  right: auto;
  width: 25px;
  border: 0 !important;
}
#cont_header > #btn-quick-movie-prev > i,
#cont_header > #btn-quick-movie-next > i {
  font-size: 13px;
}
html.md html.no-touch #cont_header > #btn-quick-movie-prev > i,
html.md html.no-touch #cont_header > #btn-quick-movie-next > i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 15px;
  margin-left: -10px;
  margin-top: -10px;
  font-size: 25px;
}
html.md html.no-touch #cont_header > #btn-quick-movie-prev > span.l,
html.md html.no-touch #cont_header > #btn-quick-movie-next > span.l {
  display: none;
}
#cont_header #btn-quick-movie-next {
  left: 50%;
  border-left: 1px solid #e4e4e4;
  border-left-color: var(--divider);
}
html.md html.no-touch #cont_header #btn-quick-movie-next {
  left: auto;
  right: -20px;
}
#cont_header .inquiry-divider {
  clear: both;
}

#cont_header.double .inquiry-divider {
  display: block;
}

#cont_header > div.control_bar {
  position: absolute;
  right: 20px;
  top: 10px;
}

#cont_header ~ div {
  clear: both;
}

.inquiry fieldset {
  margin-bottom: 14px;
  padding: 0 1px;
  display: inline-block;
  vertical-align: top;
}
.inquiry fieldset .btn-input-addon {
  position: absolute;
  right: 0;
  width: 18px;
  top: -3px;
  font-size: 0.9em;
  cursor: pointer;
  padding: 3px;
}
.inquiry #start-and-end,
.inquiry #start-and-end-money {
  margin: 17px 0 0 0;
  width: 21px;
  height: 36px;
  text-align: center;
  padding-top: 11px;
  left: -2px;
  cursor: pointer;
}
.inquiry #start-and-end:hover,
.inquiry #start-and-end-money:hover {
  background-color: #e4e4e4;
  background-color: var(--divider);
}
.inquiry .btn-primary {
  min-width: 50px;
}

form.inquiry fieldset {
  position: relative;
  margin-right: 4px;
}
form.inquiry fieldset.detailSearch {
  max-width: 133px;
}
form.inquiry fieldset > span.mini-button {
  position: absolute;
  cursor: pointer;
  font-size: 11px;
  padding: 3px 6px;
  right: -3px;
  top: -4px;
}
form.inquiry input {
  padding-left: 5px;
  padding-right: 5px;
}

fieldset#e_i_all {
  clear: left;
}

fieldset#e_i_all input,
fieldset#e_i_all select {
  width: 140px;
}

fieldset#e_i_left input,
fieldset#e_i_left select,
fieldset#e_i_right input,
fieldset#e_i_right select {
  width: 135px;
}

fieldset#e_i_left {
  clear: left;
}

#report-copyright {
  font-size: 10px;
  opacity: 0.5;
  margin: 10px 0;
}
#report-copyright * {
  font-size: 10px;
}
@charset "UTF-8";
#main-trash .entry {
  background-color: #f4f4f4;
  background-color: var(--low);
}

#items-tabs {
  position: relative;
  z-index: 1;
  border-bottom: 0;
}
#items-tabs li {
  width: 46%;
  margin-right: 5px;
  border-bottom: 0;
}
#items-tabs li a {
  text-align: center;
  position: relative;
  background-color: #ddd;
  background-color: var(--middle-low);
  top: 0;
  border: 0;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
}
html.xxs:not(.xs) #items-tabs li a {
  padding-left: 8px;
  padding-right: 4px;
}
html.md #items-tabs li a {
  top: 0;
}
html.no-touch #items-tabs li a {
  height: 40px;
  line-height: 40px;
}
#items-tabs li a > span {
  width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
}
#items-tabs li.active > a {
  background-color: #fff;
  background-color: var(--lowest);
}
#btnAwesome,
#btnOutside {
  margin-left: 5px;
  margin-top: 1px;
  position: relative;
  height: 36px;
  line-height: 34px;
}
#btnAwesome > span,
#btnOutside > span {
  width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
}
html:not(.md) #btnAwesome,
html:not(.md) #btnOutside {
  width: 46%;
  margin-top: 2px;
  margin-right: 0;
}

#items-area {
  min-height: 32px;
}
#items-area .btn-toggle-editmode {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: 11px;
  font-weight: bold;
  padding: 8px 12px;
}
#items-area .btn-toggle-editmode > span.edit {
  display: block;
}
#items-area .btn-toggle-editmode > span.done {
  display: none;
}
#items-area .box {
  padding: 20px 17px;
}
#items-area .i_i,
#items-area .button {
  vertical-align: middle;
  line-height: 1.2em;
  display: inline-block;
  padding: 0;
  margin: 3px;
  height: 32px;
  border: 1px solid #e4e4e4;
  border-color: var(--divider);
  border-radius: 2px !important;
  cursor: pointer;
  transition: background 0.1s linear;
}
#items-area .i_i .dd,
#items-area .button .dd {
  display: block;
  font-size: 0.7rem;
  line-height: 1em;
  font-weight: bold;
  margin-top: 1px;
  color: #909090;
  color: var(--middle-high);
}
#items-area .i_i .ctl,
#items-area .button .ctl {
  display: none;
  margin-left: -5px;
}
#items-area .i_i .ctl button,
#items-area .button .ctl button {
  padding: 0 8px;
  margin-left: 2px;
  height: 30px;
  line-height: 30px;
}
#items-area .i_i .ctl a,
#items-area .button .ctl a {
  font-size: 13px;
}
#items-area .i_i div,
#items-area .button div {
  display: inline-block;
}
#items-area .i_i div.name,
#items-area .button div.name {
  padding: 8px 6px 7px;
  font-size: 0.9rem;
}
html.no-touch #items-area .i_i:not(.button):hover {
  background-color: #f4f4f4;
  background-color: var(--low);
}
#items-area #monthly_items_area .i_i {
  height: 43px;
}
#items-area #monthly_items_area .i_i .ctl button {
  padding: 0 8px;
  position: relative;
  top: 1px;
}
#items-area #monthly_items_area .button {
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
#items-area .button {
  display: none;
}
#items-area .btn-primary {
  border: 0;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

#items-area > div.editmode .btn-toggle-editmode > span.edit {
  display: none;
}
#items-area > div.editmode .btn-toggle-editmode > span.done {
  display: block;
}
#items-area > div.editmode .i_i.item {
  border-color: #e4e4e4;
  border-color: var(--divider);
  background-color: #fff;
  background-color: var(--lowest);
  cursor: move;
}
#items-area > div.editmode .i_i.item .ctl {
  display: block;
}
#items-area > div.editmode .i_i.item.ui-sortable-helper .ctl {
  display: none;
}
#items-area > div.editmode .button {
  display: inline-block;
}
#items-area #frequent_items_area > .row > .slot {
  border-right: 1px solid #e4e4e4;
  border-right-color: var(--divider);
  border-left: 1px solid #e4e4e4;
  border-left-color: var(--divider);
  margin-left: -1px;
  min-height: 34px;
}
#items-area #frequent_items_area > .row > .slot:first-child {
  border-left: 0;
}
#items-area #frequent_items_area > .row > .slot:last-child {
  border-right: 0;
}

#insert-wrapper {
  margin-top: 2px;
}

#btnTrash {
  position: relative;
  top: -3px;
}

.insert_form .control-label,
.inquiry .control-label {
  color: #999;
  padding: 0;
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 0;
  height: 16px;
  line-height: 1em;
}
.insert_form .form-control,
.inquiry .form-control {
  padding-left: 6px;
  padding-right: 6px;
}

.insert_form {
  float: left;
  width: 100%;
  position: relative;
  line-height: 1em;
  min-height: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1350px) {
  body[data-nav=y][data-responsive=md].post-fixed:not(.modal-opened) .insert_form {
    padding-bottom: 55px;
    width: calc(100% + 8px);
  }
  body[data-nav=y][data-responsive=sm]:not(.post-fixed) .insert_form {
    padding-bottom: 55px;
    width: calc(100% + 8px);
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1420px) {
  body:not(.nav-folded).post-fixed:not(.modal-opened) .insert_form {
    padding-bottom: 30px;
  }
}
html:not(.md) .insert_form {
  padding-bottom: 55px;
  width: calc(100% + 8px);
}
.insert_form .control-label {
  height: 19px;
  display: flex;
  align-items: center;
}
html.touch .insert_form .control-label {
  height: 21px;
  margin-top: 2px;
}
.insert_form .account-tooltip {
  position: absolute;
  bottom: 10px;
  text-align: center;
  z-index: 1;
  display: none;
  opacity: 0.8;
}
.insert_form .account-tooltip.show {
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1350px) {
  body[data-nav=y][data-responsive=md].post-fixed:not(.modal-opened) .insert_form .account-tooltip {
    display: none !important;
  }
  body[data-nav=y][data-responsive=sm]:not(.post-fixed) .insert_form .account-tooltip {
    display: none !important;
  }
}
html:not(.md) .insert_form .account-tooltip {
  display: none !important;
}
.insert_form .account-tooltip > span {
  display: inline-block;
  background: var(--low);
  color: var(--high);
  padding: 3px 15px 5px 15px;
  line-height: 28px;
  border-radius: 10px !important;
}
.insert_form .account-tooltip > span > span {
  cursor: pointer;
  padding: 0px 7px 0px;
  line-height: 1;
  font-size: 21px;
  position: relative;
  top: 2px;
  opacity: 0.3;
}
.insert_form .account-tooltip > span > span:hover {
  opacity: 1;
}
.insert_form.update-mode .btn-toggle-autoload {
  display: none;
}
.insert_form.is-no-multiple.is-no-auto-load {
  outline: 2px dashed #ccc;
}
html.xxs:not(.xs) .insert_form.is-no-multiple.is-no-auto-load {
  outline: 2px dashed #666;
}
html:not(.md) .insert_form.is-no-multiple.is-no-auto-load {
  padding: 10px 0px 60px 10px;
  margin: -10px 0px -10px -10px;
  width: calc(100% + 20px);
}
html.md .insert_form.is-no-multiple.is-no-auto-load {
  padding: 10px;
  margin: -10px;
  width: calc(100% + 20px);
}
html:not(.md) .insert_form.is-no-multiple.is-no-auto-load .i_slot.i_go {
  width: auto;
  left: 10px;
  right: 10px;
  padding: 0;
}
html.md .insert_form.is-no-multiple.is-no-auto-load .i_slot.i_go {
  top: 27px;
  right: 10px;
}
.insert_form .btn-virtual-mobile-submit {
  width: calc(100% - 145px);
  right: 7px;
  top: 21px;
  height: 49px;
  background: var(--middle);
  opacity: 0;
  position: absolute;
}
.insert_form .i_slot {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.insert_form .i_slot .btn-hide-area {
  float: right;
}
.insert_form .i_slot .btn-show-area {
  display: none;
}
.insert_form .i_slot.hide-on .btn-hide-area,
.insert_form .i_slot.hide-on .toggle-area {
  display: none;
}
.insert_form .i_slot.hide-on .btn-show-area {
  display: block;
  padding: 6px 1px;
}
.insert_form .i_slot.i_entry_date {
  width: 101px;
  margin-right: 8px;
  margin-bottom: 10px;
}
html.touch .insert_form .i_slot.i_entry_date {
  width: 130px;
}
.insert_form .i_slot.i_entry_date div.quickMoney > div > span {
  display: block;
  text-align: left;
  font-size: 0.9em;
  letter-spacing: -0.03em;
  padding: 0.4em 0px;
  cursor: pointer;
}
.insert_form .i_slot .mobi_div {
  border: 1px solid #000;
  color: #000;
  opacity: 0.2;
  padding: 2px 3px;
  font-size: 11px;
  line-height: 1em;
  font-weight: bold;
  margin-top: -2px;
  border-radius: 2px !important;
  cursor: pointer;
}
.insert_form .i_slot .btn-input-addon {
  position: absolute;
  right: 6px;
  width: 18px;
  top: -1px;
  font-size: 0.9em;
  cursor: pointer;
  padding: 3px;
}
.insert_form .i_slot.i_item {
  width: calc(50% - 292px);
}
@media only screen and (min-width: 1201px) and (max-width: 1420px) {
  body:not(.nav-folded).post-fixed:not(.modal-opened) .insert_form .i_slot.i_item {
    width: calc(50% - 158px);
  }
  html.touch body:not(.nav-folded).post-fixed:not(.modal-opened) .insert_form .i_slot.i_item {
    width: calc(50% - 189px);
  }
}
html.touch .insert_form .i_slot.i_item {
  width: calc(50% - 323px);
}
.insert_form .i_slot.i_item {
  padding-right: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1350px) {
  body[data-nav=y][data-responsive=md].post-fixed:not(.modal-opened) .insert_form .i_slot.i_item {
    width: calc(100% - 242px);
  }
  html.touch body[data-nav=y][data-responsive=md].post-fixed:not(.modal-opened) .insert_form .i_slot.i_item {
    width: calc(100% - 271px);
  }
  body[data-nav=y][data-responsive=sm]:not(.post-fixed) .insert_form .i_slot.i_item {
    width: calc(100% - 242px);
  }
  html.touch body[data-nav=y][data-responsive=sm]:not(.post-fixed) .insert_form .i_slot.i_item {
    width: calc(100% - 271px);
  }
}
html:not(.md).no-touch .insert_form .i_slot.i_item {
  width: calc(100% - 257px);
}
html:not(.md).touch .insert_form .i_slot.i_item {
  width: calc(100% - 286px);
}
html.xxs:not(.xs) .insert_form .i_slot.i_item {
  width: 50% !important;
  margin-right: 0;
  padding-right: 8px;
  clear: left;
}
.insert_form .i_slot.i_item > .i_memo {
  margin-top: 10px;
  padding-right: 0;
}
.insert_form .i_slot.i_item > .i_memo textarea {
  height: 120px;
}
.insert_form .i_slot.i_item > .i_memo {
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1350px) {
  body[data-nav=y][data-responsive=md].post-fixed:not(.modal-opened) .insert_form .i_slot.i_item > .i_memo {
    display: none;
  }
  body[data-nav=y][data-responsive=sm]:not(.post-fixed) .insert_form .i_slot.i_item > .i_memo {
    display: none;
  }
}
html:not(.md) .insert_form .i_slot.i_item > .i_memo {
  display: none;
}
.insert_form .i_slot.i_memo {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1350px) {
  body[data-nav=y][data-responsive=md].post-fixed:not(.modal-opened) .insert_form .i_slot.i_memo {
    display: block;
  }
  body[data-nav=y][data-responsive=sm]:not(.post-fixed) .insert_form .i_slot.i_memo {
    display: block;
  }
}
html:not(.md) .insert_form .i_slot.i_memo {
  display: block;
}
.insert_form .i_slot.i_money {
  width: 125px;
  margin-right: 8px;
}
@media only screen and (min-width: 1201px) and (max-width: 1420px) {
  body:not(.nav-folded).post-fixed:not(.modal-opened) .insert_form .i_slot.i_money {
    width: calc(50% - 165px);
    position: absolute;
    left: 109px;
    top: 105px;
  }
  html.touch body:not(.nav-folded).post-fixed:not(.modal-opened) .insert_form .i_slot.i_money {
    width: calc(50% - 197px);
    left: 138px;
  }
  body:not(.nav-folded).post-fixed:not(.modal-opened) .insert_form .i_slot.i_money.is-view-memo {
    top: 220px;
  }
}
html:not(.md) .insert_form .i_slot.i_money {
  width: 140px;
}
html.xxs:not(.xs) .insert_form .i_slot.i_money {
  width: 50%;
  margin-right: 0;
  padding-right: 8px;
}
.insert_form .i_slot.i_money .btn-toggle-minus-money {
  background: pink;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 40px;
}
.insert_form .i_slot.i_money input {
  text-align: right;
  width: 100%;
}
.insert_form .i_slot.i_attachments {
  margin-bottom: 0;
}
html.md .insert_form .i_slot.i_attachments {
  left: -20px;
  margin-bottom: -20px;
  top: 5px;
}
@media only screen and (min-width: 1201px) and (max-width: 1420px) {
  body:not(.nav-folded).post-fixed:not(.modal-opened) .insert_form .i_slot.i_attachments {
    top: 35px;
  }
}
html:not(.md) .insert_form .i_slot.i_attachments.is-view-memo > .file-uploader-wrapper {
  top: -108px;
}
html.touch html:not(.md) .insert_form .i_slot.i_attachments.is-view-memo > .file-uploader-wrapper {
  top: -113px;
}
@media only screen and (min-width: 992px) and (max-width: 1350px) {
  body[data-nav=y][data-responsive=md].post-fixed:not(.modal-opened) .insert_form .i_slot.i_attachments.is-view-memo > .file-uploader-wrapper {
    top: -113px;
  }
  body[data-nav=y][data-responsive=sm]:not(.post-fixed) .insert_form .i_slot.i_attachments.is-view-memo > .file-uploader-wrapper {
    top: -113px;
  }
}
html:not(.md) .insert_form .i_slot.i_attachments > .file-uploader-wrapper {
  position: absolute;
  right: 5px;
  top: -33px;
}
html.touch html:not(.md) .insert_form .i_slot.i_attachments > .file-uploader-wrapper {
  top: -38px;
}
@media only screen and (min-width: 992px) and (max-width: 1350px) {
  body[data-nav=y][data-responsive=md].post-fixed:not(.modal-opened) .insert_form .i_slot.i_attachments > .file-uploader-wrapper {
    position: absolute;
    right: -14px;
    top: -38px;
  }
  body[data-nav=y][data-responsive=sm]:not(.post-fixed) .insert_form .i_slot.i_attachments > .file-uploader-wrapper {
    position: absolute;
    right: -14px;
    top: -38px;
  }
}
.insert_form .i_slot.i_attachments > .file-uploader-wrapper > .control-label {
  padding: 6px 6px 6px 2px;
  height: 23px;
}
.insert_form .i_slot.i_attachments > .file-uploader-wrapper > .btn {
  font-size: 1.4em;
  padding: 7px 13px;
  height: 48px;
  color: gray !important;
}
.insert_form .i_slot.i_attachments > .file-uploader-wrapper > .btn > span {
  color: var(--middle-high);
}
.insert_form .i_slot.i_attachments > .file-uploader-list :empty {
  margin: 0;
}
.insert_form .i_slot.i_attachments > .file-uploader-list:not(:empty) {
  margin: 0 10px 10px 0;
}
html.md .insert_form .i_slot.i_attachments > .file-uploader-list:not(:empty) {
  margin-left: 10px;
}
.insert_form .i_slot.i_account {
  width: 25%;
  padding-right: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1350px) {
  body[data-nav=y][data-responsive=md].post-fixed:not(.modal-opened) .insert_form .i_slot.i_account {
    width: 50%;
  }
  body[data-nav=y][data-responsive=sm]:not(.post-fixed) .insert_form .i_slot.i_account {
    width: 50%;
  }
}
html:not(.md) .insert_form .i_slot.i_account {
  width: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1350px) {
  body[data-nav=y][data-responsive=md].post-fixed:not(.modal-opened) .insert_form .i_slot.i_account .accounts-list-area {
    display: none;
  }
  body[data-nav=y][data-responsive=sm]:not(.post-fixed) .insert_form .i_slot.i_account .accounts-list-area {
    display: none;
  }
}
.insert_form .i_slot.i_account .accounts-list-area .blocks {
  background: transparent;
  line-height: 1.2em;
}
.insert_form .i_slot.i_account .accounts-list-area .blocks > .line:first-child, .insert_form .i_slot.i_account .accounts-list-area .blocks > .line:last-child {
  display: none;
}
.insert_form .i_slot.i_account .accounts-list-area .blocks > .line {
  display: block;
  background: #bababa;
  background: var(--middle);
  height: 1px;
  margin: 4px 0 5px;
  opacity: 0.7;
}
.insert_form .i_slot.i_go {
  position: absolute;
  right: 0;
  width: 50px;
  top: 19px;
  bottom: 0;
}
html.touch .insert_form .i_slot.i_go {
  top: 23px;
}
@media only screen and (min-width: 992px) and (max-width: 1350px) {
  body[data-nav=y][data-responsive=md].post-fixed:not(.modal-opened) .insert_form .i_slot.i_go {
    width: 100%;
    top: auto;
    height: 44px;
    bottom: 0;
    padding-right: 8px;
  }
  body[data-nav=y][data-responsive=sm]:not(.post-fixed) .insert_form .i_slot.i_go {
    width: 100%;
    top: auto;
    height: 44px;
    bottom: 0;
    padding-right: 8px;
  }
}
html:not(.md) .insert_form .i_slot.i_go {
  width: 100%;
  top: auto;
  height: 44px;
  bottom: 0;
  padding-right: 8px;
}
.insert_form .i_slot.i_go button {
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  word-break: break-all;
}
.insert_form .i_slot div.quickMoney {
  visibility: hidden;
  text-align: right;
}
@media only screen and (min-width: 992px) and (max-width: 1350px) {
  body[data-nav=y][data-responsive=md].post-fixed:not(.modal-opened) .insert_form .i_slot div.quickMoney {
    display: none;
  }
  body[data-nav=y][data-responsive=sm]:not(.post-fixed) .insert_form .i_slot div.quickMoney {
    display: none;
  }
}
html:not(.md) .insert_form .i_slot div.quickMoney {
  display: none;
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  body.post-view:not(.modal-opened) .insert_form .i_slot div.quickMoney {
    display: none;
  }
}
.insert_form .i_slot div.quickMoney > div {
  margin: 10px 5px;
}
.insert_form .i_slot div.quickMoney > div > span {
  cursor: pointer;
  padding: 0.4em 6px;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
}
html.no-touch .insert_form .i_slot:hover .quickMoney {
  visibility: visible;
}
.insert_form .i_memo {
  padding-right: 8px;
  margin-bottom: 5px;
  padding-top: 2px;
}
.insert_form .i_memo .btnToggleMemo {
  display: block;
  cursor: pointer;
}
.insert_form .i_memo .btnToggleMemo:before {
  content: "▼";
  transform: rotate(-90deg);
  display: inline-block;
  font-size: 11px;
  color: #ccc;
  margin-right: 3px;
}
.insert_form .i_memo.opened .btnToggleMemo:before {
  transform: rotate(0);
}
.insert_form .i_memo.opened textarea {
  display: block;
}
.insert_form .i_memo textarea {
  display: none;
  margin-bottom: 5px;
  height: 70px;
  width: 100%;
}
.insert_form h3 {
  margin: 10px 0 7px;
  font-size: 0.9rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
  padding: 3px 0 3px 5px;
}
html.dark .insert_form h3 {
  border-top-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
}
.insert_form .btn-cancel-update,
.insert_form .btn-toggle-update {
  display: none;
  padding: 4px 4px 15px 1px;
}
.insert_form.is-multiple .i_slot > .btn-toggle-update {
  display: inline-block;
}
.insert_form.is-multiple .i_slot input,
.insert_form.is-multiple .i_slot select,
.insert_form.is-multiple .i_slot textarea,
.insert_form.is-multiple .i_slot > .toggle-area {
  display: none;
}
.insert_form.is-multiple .i_slot .btnToggleMemo::before {
  display: none !important;
}
.insert_form.is-multiple .i_slot.is-update > label > .btn-cancel-update {
  display: inline-block;
  padding: 4px;
}
.insert_form.is-multiple .i_slot.is-update input,
.insert_form.is-multiple .i_slot.is-update select,
.insert_form.is-multiple .i_slot.is-update textarea,
.insert_form.is-multiple .i_slot.is-update > .toggle-area {
  display: block;
  margin-top: 4px;
}
.insert_form.is-multiple .i_slot.is-update > .btn-toggle-update {
  display: none;
}
.insert_form h4 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 6px;
  background: rgba(122, 122, 122, 0.1);
  padding: 3px 7px 4px;
  border-radius: 2em !important;
  line-height: 1em;
  color: #4b76af !important;
  color: var(--primary-color) !important;
}
html.dark .insert_form h4 {
  background: rgba(0, 0, 0, 0.3);
  color: #909090 !important;
  color: var(--middle-high) !important;
}
.insert_form .clickable.left,
.insert_form .clickable.right {
  padding: 6px 14px 6px 7px;
  font-size: 0.95rem;
  height: 24px;
}
html.sm html.toggle-narrow .insert_form .clickable.left,
html.sm html.toggle-narrow .insert_form .clickable.right {
  padding-top: 4px;
  padding-bottom: 4px;
}
.insert_form .clickable.left::after,
.insert_form .clickable.right::after {
  left: auto;
  right: 2px;
  background-color: transparent !important;
}
.insert_form .clickable.left.expenses, .insert_form .clickable.left.income,
.insert_form .clickable.right.expenses,
.insert_form .clickable.right.income {
  padding-right: 7px;
}
.insert_form .clickable.left.assets::after,
.insert_form .clickable.right.liabilities::after,
.insert_form .clickable.right.capital::after {
  background-image: url(https://static.whooing.com/assets/img/plus.png?_ver=3);
}
.insert_form .clickable.left.assets.selected::after,
.insert_form .clickable.right.liabilities.selected::after,
.insert_form .clickable.right.capital.selected::after {
  background-image: url(https://static.whooing.com/assets/img/plus-white.png?_ver=3);
}
.insert_form .clickable.right.assets::after,
.insert_form .clickable.left.liabilities::after,
.insert_form .clickable.left.capital::after {
  background-image: url(https://static.whooing.com/assets/img/minus.png?_ver=3);
}
.insert_form .clickable.right.assets.selected::after,
.insert_form .clickable.left.liabilities.selected::after,
.insert_form .clickable.left.capital.selected::after {
  background-image: url(https://static.whooing.com/assets/img/minus-white.png?_ver=3);
}

/* 아이템 공간을 줄이고, 항몽읙 공간을 늘림 */
html.xl .insert_form .i_slot.i_item {
  width: calc(44% - 292px);
}
html.xl.touch .insert_form .i_slot.i_item {
  width: calc(44% - 322px);
}
html.xl .insert_form .i_slot.i_account {
  width: 28%;
}

html:not(.sm) #i_list {
  background: transparent;
  padding: 0;
}

#outsideForm {
  min-height: 172px;
}
html.xxs:not(.xs) #outsideForm {
  margin-left: -10px;
  margin-right: -10px;
}
#outsideForm #outside-header {
  position: relative;
}
#outsideForm #out_control {
  display: inline-block;
  background: #eee;
  padding: 5px 7px;
  margin-left: 6px;
  position: relative;
}
#outsideForm #out_control::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: -9px;
  top: 50%;
  background: #eee;
  transform: rotate(45deg) translateY(-50%);
}
#outsideForm #out_control a {
  display: inline-block;
  padding: 6px 8px;
  line-height: 1em;
  font-size: 12px;
}
html:not(.sm) #outsideForm #header-outside-menu .tip-content {
  display: none;
}
html.sm #outsideForm #header-outside-menu #btn-more-group,
html.sm #outsideForm #header-outside-menu .l {
  display: none;
}
html.sm #outsideForm #header-outside-menu .bi {
  margin-right: 0;
}
html.sm #outsideForm #header-outside-menu .dropdown-menu {
  display: block;
  top: 0;
  left: 100%;
  width: 170px;
  box-shadow: none;
  background-color: #f4f4f4;
  background-color: var(--low);
  overflow: visible;
}
html.touch html.sm #outsideForm #header-outside-menu .dropdown-menu {
  border: 0;
}
html.sm #outsideForm #header-outside-menu .dropdown-menu > li {
  float: left;
  border: 0;
}
html.sm #outsideForm #header-outside-menu .dropdown-menu > li > a {
  position: relative;
  padding: 0 13px;
  border: 0;
  height: 36px;
  line-height: 36px;
}
html.touch html.sm #outsideForm #header-outside-menu .dropdown-menu > li > a {
  height: 44px;
  line-height: 44px;
}
html.sm #outsideForm #header-outside-menu .dropdown-menu > li > a > span[class*=bi] {
  margin-right: 1px;
  font-weight: bold;
}
html.sm html.sm #outsideForm #header-outside-menu .dropdown-menu > li > a#btn-upload-outside .uploader-heighter {
  height: 36px;
}
html.sm #outsideForm #header-outside-menu .dropdown-menu > li > a#btn-upload-outside .uploader-heighter .uploader-btn-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#outsideForm #header-outside-menu #btn-outside-updown {
  margin-left: 5px;
  border-color: #bababa;
  border-color: var(--middle);
}
html.sm #outsideForm #header-outside-menu #btn-outside-updown {
  margin-left: 175px;
}
#outsideForm #out_list {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 10px;
}
#outsideForm #out_list > .no-data-msg {
  border: 2px dashed #bababa;
  border-color: var(--middle);
}
#outsideForm #out_list > .outside-block {
  position: relative;
  background-color: #f4f4f4;
  background-color: var(--low);
  float: left;
  margin-bottom: 10px;
  padding: 8px 1px 1px 8px;
}
#outsideForm #out_list > .outside-block:has(.ctl.open) {
  z-index: 10;
}
html.xs #outsideForm #out_list > .outside-block {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  outline: 1px solid #e4e4e4;
  outline: 1px solid var(--divider);
}
#outsideForm #out_list > .outside-block.status-deleted {
  background-color: #ddd;
  background-color: var(--middle-low);
  text-align: center;
  height: 54px;
  line-height: 54px;
  vertical-align: middle;
  padding: 0;
}
#outsideForm #out_list > .outside-block.status-deleted .entry-raw,
#outsideForm #out_list > .outside-block.status-deleted .block-total-gap {
  display: none !important;
}
#outsideForm #out_list > .outside-block.status-deleted a.btn-link {
  padding: 0 7px;
  display: inline-block;
  height: auto;
  position: relative;
}
html.xxs:not(.xs) #outsideForm #out_list > .outside-block.status-deleted {
  width: calc(100% + 30px);
}
#outsideForm #out_list > .outside-block.has-children > .block-total-gap {
  display: block;
}
#outsideForm #out_list > .outside-block > .entry-raw {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: #f4f4f4;
  background-color: var(--low);
  padding: 2px 5px;
  border: 3px solid #fff;
  border-color: var(--lowest);
  border-bottom: 0;
  border-radius: 3px !important;
  /* box-shadow: rgba(0,0,0,0.3) 0px -5px 3px -4px; */
  left: 50%;
  top: -16px;
  color: #909090;
  color: var(--middle-high);
  font-size: 13px;
  transform: translateX(-50%);
}
#outsideForm #out_list > .outside-block.is-current > .entry-raw {
  display: block;
}
html.touch #outsideForm #out_list > .outside-block > .entry-raw {
  display: block;
  position: relative;
  top: 0;
  border: 0;
  text-align: center;
  margin-bottom: 5px;
  z-index: 0;
}
html.touch #outsideForm #out_list > .outside-block > .entry-raw:empty {
  display: none;
}
#outsideForm #out_list > .outside-block > .block-total-gap {
  display: none;
  position: absolute;
  top: 125px;
  z-index: 1;
  text-align: center;
  left: 8px;
  min-width: 102px;
  background: #5f5f5f;
  transform: translateY(-50%);
  font-size: 14px;
  /* font-weight: 700; */
  padding: 17px 8px 6px 8px;
  color: #fff;
  border-radius: 3px !important;
  cursor: pointer;
}
html.touch #outsideForm #out_list > .outside-block > .block-total-gap {
  height: 43px;
  width: 130px;
}
#outsideForm #out_list > .outside-block > .block-total-gap.is-first-memo {
  top: 170px;
}
html.md #outsideForm #out_list > .outside-block > .block-total-gap {
  top: 80px;
}
html.touch html.md #outsideForm #out_list > .outside-block > .block-total-gap {
  top: 90px;
}
html.md #outsideForm #out_list > .outside-block > .block-total-gap.is-first-memo {
  top: 126px;
}
html.touch html.md #outsideForm #out_list > .outside-block > .block-total-gap.is-first-memo {
  top: 80px;
}
html.touch html:not(.md) #outsideForm #out_list > .outside-block > .block-total-gap {
  top: 140px;
}
html.touch html:not(.md) #outsideForm #out_list > .outside-block > .block-total-gap.is-first-memo {
  top: 191px;
}
html.xxs:not(.xs) #outsideForm #out_list > .outside-block > .block-total-gap {
  top: 27px;
  left: 117px;
}
html.touch html.xxs:not(.xs) #outsideForm #out_list > .outside-block > .block-total-gap {
  top: 30px;
  left: 145px;
}
html.xxs:not(.xs) #outsideForm #out_list > .outside-block > .block-total-gap.is-first-memo {
  top: 27px;
}
html.touch html.xxs:not(.xs) #outsideForm #out_list > .outside-block > .block-total-gap.is-first-memo {
  top: 30px;
}
#outsideForm #out_list > .outside-block > .block-total-gap:after {
  position: absolute;
  content: "Remains";
  font-size: 9px;
  opacity: 0.8;
  top: 2px;
  left: 5px;
}
#outsideForm #out_list > .outside-block > .outside-entry {
  float: left;
  width: 100%;
  position: relative;
}
#outsideForm #out_list > .outside-block > .outside-entry:not(:last-child) {
  margin-bottom: 8px;
  border-bottom: 1px dashed #bababa;
  border-bottom-color: var(--middle);
}
html.xxs:not(.xs) #outsideForm #out_list > .outside-block > .outside-entry:not(:last-child) {
  margin-bottom: 0;
}
#outsideForm #out_list > .outside-block > .outside-entry > div {
  float: left;
  padding-right: 7px;
  margin-bottom: 7px;
}
#outsideForm #out_list > .outside-block > .outside-entry > .ctl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
html.touch #outsideForm #out_list > .outside-block > .outside-entry > .ctl {
  right: -5px;
  top: 5px;
}
html.no-touch #outsideForm #out_list > .outside-block > .outside-entry > .ctl .dropdown-menu {
  width: 159px;
  transform: scale(0.9) translate3d(24px, -17px, 0);
}
html.no-touch #outsideForm #out_list > .outside-block > .outside-entry > .ctl .dropdown-menu.col-5 {
  width: 199px;
}
html.no-touch #outsideForm #out_list > .outside-block > .outside-entry > .ctl .dropdown-menu.col-3 {
  width: 111px;
}
html.no-touch #outsideForm #out_list > .outside-block > .outside-entry > .ctl .dropdown-menu {
  top: -13px;
  right: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
html.sm html.no-touch #outsideForm #out_list > .outside-block > .outside-entry > .ctl .dropdown-menu {
  top: -15px;
}
html.no-touch #outsideForm #out_list > .outside-block > .outside-entry > .ctl .dropdown-menu > li {
  margin-left: 1px;
}
html.no-touch #outsideForm #out_list > .outside-block > .outside-entry > .ctl .dropdown-menu > li > a {
  padding: 0 10px;
}
#outsideForm #out_list > .outside-block > .outside-entry > .entry-entry_date {
  width: 100%;
}
html.no-touch.xs #outsideForm #out_list > .outside-block > .outside-entry > .entry-entry_date {
  width: 109px;
}
html.touch.xs #outsideForm #out_list > .outside-block > .outside-entry > .entry-entry_date {
  width: 137px;
}
#outsideForm #out_list > .outside-block > .outside-entry > .entry-item {
  width: 50%;
}
html.no-touch.xs #outsideForm #out_list > .outside-block > .outside-entry > .entry-item {
  width: calc(100% - 241px);
}
html.no-touch.md #outsideForm #out_list > .outside-block > .outside-entry > .entry-item {
  width: calc(50% - 241px);
}
html.touch.xs #outsideForm #out_list > .outside-block > .outside-entry > .entry-item {
  width: calc(100% - 300px);
}
html.touch.md #outsideForm #out_list > .outside-block > .outside-entry > .entry-item {
  width: calc(50% - 300px);
}
#outsideForm #out_list > .outside-block > .outside-entry > .entry-money {
  width: 50%;
}
#outsideForm #out_list > .outside-block > .outside-entry > .entry-money > input {
  width: 100%;
}
html.xs #outsideForm #out_list > .outside-block > .outside-entry > .entry-money {
  width: 132px;
}
#outsideForm #out_list > .outside-block > .outside-entry > .entry-left,
#outsideForm #out_list > .outside-block > .outside-entry > .entry-right {
  width: 50%;
}
html.md #outsideForm #out_list > .outside-block > .outside-entry > .entry-left,
html.md #outsideForm #out_list > .outside-block > .outside-entry > .entry-right {
  width: 25%;
}
#outsideForm #out_list > .outside-block > .outside-entry > .entry-memo {
  width: 100%;
}
html.no-tocuh.md #outsideForm #out_list > .outside-block > .outside-entry > .entry-memo {
  width: calc(100% - 109px);
  margin-left: 109px;
}
html.touch.md #outsideForm #out_list > .outside-block > .outside-entry > .entry-memo {
  width: calc(100% - 137px);
  margin-left: 137px;
}
#outsideForm #btnOutsideConfirm {
  position: sticky;
  bottom: 5px;
}

#outside-rematching .btn-link.pull-right {
  margin-top: -10px;
}
#outside-rematching #cate-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
#outside-rematching #cate-wrapper > .cate-slot {
  min-height: 150px;
  float: left;
  width: 20%;
  margin-left: -1px;
  border-bottom: 0;
  position: relative;
  padding: 40px 10px 10px 10px;
  border: 1px solid #bababa;
  border-color: var(--middle);
}
html:not(.sm) #outside-rematching #cate-wrapper > .cate-slot {
  width: 33.4%;
  min-height: 200px;
}
html.xxs:not(.xs) #outside-rematching #cate-wrapper > .cate-slot {
  width: 100%;
  min-height: 140px;
  border: 1px solid var(--middle);
}
#outside-rematching #cate-wrapper > .cate-slot > .cate-title {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1em;
  opacity: 0.6;
}
#outside-rematching #cate-wrapper > .cate-slot .ui-state-highlight {
  height: 37px;
  border-radius: 3px !important;
}
#outside-rematching #cate-wrapper > .cate-slot > .cate-each {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2em;
  background: #eee;
  background: var(--low);
  border: 1px solid #ddd;
  border-color: var(--high);
  padding: 5px 10px 4px;
  cursor: move;
  color: #222;
  color: var(--highest);
  margin-bottom: 5px;
  border-radius: 3px !important;
  text-align: center;
}
#outside-rematching #cate-wrapper > .cate-slot > .cate-each:empty {
  display: none;
}
#outside-rematching #cate-wrapper > .cate-slot > .cate-each > div {
  font-weight: normal;
  opacity: 0.7;
  margin-top: 2px;
}

#modal_overlay_2.outside > .modal_frame {
  margin-top: 40px;
  top: 0;
  transform: translate3d(-50%, 0, 0) scale(1);
}
html:not(.md) #modal_overlay_2.outside > .modal_frame div.modal_contents {
  padding-left: 10px;
  padding-right: 10px;
}

#main-trash-wrapper .en_ctl,
#main-trash-wrapper .en_total,
#main-trash-wrapper .total_tip_bottom {
  visibility: hidden;
  width: 0;
}
#main-trash-wrapper .clickable {
  background: transparent !important;
  cursor: auto !important;
}

#btn-submit-trash {
  left: 0;
  position: absolute;
  bottom: 0;
}
.visible-is-desktop {
  display: none;
}

html.isDesktop .visible-is-desktop {
  display: block !important;
}
html.isDesktop .hidden-is-desktop {
  display: none !important;
}

.visible-touch {
  display: none;
}

html.touch .hidden-touch {
  display: none !important;
}
html.touch .visible-touch {
  display: block !important;
}
.visible-is-native {
  display: none;
}

html.isNative .visible-is-native {
  display: block !important;
}
html.isNative .hidden-is-native {
  display: none !important;
}
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx {
  overflow-x: hidden;
  padding: 10px;
}

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #fff;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -6px;
  min-height: 10px;
  width: 4px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}
#whooingLabList .thumb {
  padding: 0;
}
#whooingLabList .thumb .i img {
  margin: 7% 7% 0 7%;
  width: 84%;
}
#whooingLabList .thumb .b {
  margin: 0;
  display: block;
  font-size: 13px;
  padding: 12px 14px;
  background-color: #fff;
  background-color: var(--lowest);
  border-top: 1px solid #e4e4e4;
  border-top-color: var(--divider);
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
}
#whooingLabList .thumb .b .d {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.2em;
  color: #909090;
  color: var(--middle-high);
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
}
.loader {
  width: 16px;
  height: 11px;
  background: url(https://static.whooing.com/assets/img/ajax-loader-trans.gif) no-repeat center center;
}
.loader.dark, html.dark .loader {
  background-image: url(https://static.whooing.com/assets/img/ajax-loader-trans-dark.gif);
}
.loader.center {
  margin: 10px auto;
}
.loader .lds-facebook {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
}
.loader .lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 0px;
  width: 3px;
  background-color: #000;
  background-color: var(--highest);
  animation: lds-facebook 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.loader.black .lds-facebook div {
  background-color: #000 !important;
}
.loader .lds-facebook div:nth-child(1) {
  left: 0px;
  animation-delay: -0.24s;
}
.loader .lds-facebook div:nth-child(2) {
  left: 6px;
  animation-delay: -0.12s;
}
.loader .lds-facebook div:nth-child(3) {
  left: 12px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 0;
    opacity: 1;
    height: 16px;
  }
  50%, 100% {
    top: 3px;
    opacity: 0.3;
    height: 10px;
  }
}
.report-block.bill-block {
  float: left;
  width: 100%;
  position: relative;
}
.report-block.bill-block .money-by-day {
  position: absolute;
  right: 23px;
  padding: 5px 10px;
  top: 61px;
  z-index: 1;
}
html.xxs:not(.xs) .report-block.bill-block .money-by-day {
  top: 52px;
  right: 15px;
}
.report-block.bill-block .money-by-day i {
  color: #666;
  font-size: 19px;
}
.report-block.bill-block .p_date_total {
  float: right;
  padding: 7px;
  background-color: #f4f4f4;
  background-color: var(--low);
  cursor: pointer;
}
.report-block.bill-block .report-chart {
  float: left;
  width: 100%;
}
.report-block.bill-block .report-table .account_row.total > td.use_date {
  position: relative;
}
.report-block.bill-block .report-table .account_row > td {
  height: 42px;
  line-height: 42px;
}
.report-block.bill-block .report-table .account_row > .account_title {
  overflow: visible;
}
html.sm .report-block.bill-block .report-table .account_row > .account_money {
  width: 50%;
}
.report-block.bill-block .report-table .account_row > .account_money .money-bar {
  top: -2px;
}
.report-block.bill-block .report-table .account_row > .limit {
  max-width: 50px;
  text-align: center;
  display: none;
}
html.xs .report-block.bill-block .report-table .account_row > .limit {
  display: table-cell;
}
.report-block.bill-block .report-table .account_row > .limit .limit-text {
  font-weight: normal;
  font-family: "Open Sans";
  font-size: 0.95rem;
  top: -0.03em;
}
.report-block.bill-block .report-table .account_row > .use_date {
  width: 80px;
  text-align: center;
}
.report-block.bill-block .report-table .account_row > .use_date .use-date-desc {
  font-size: 11px;
  vertical-align: middle;
  line-height: 1.2em;
  text-align: left;
  opacity: 0.7;
}
.report-block.bill-block .report-table .account_row > .use_date .use-date-desc.future {
  opacity: 1;
}
.report-block.bill-block .report-table .account_row > .use_date .use-date-desc {
  display: inline-block;
}
html:not(.sm) .report-block.bill-block .report-table .account_row > .use_date .use-date-desc {
  top: 9px;
}
.report-block.bill-block .report-table .account_row > .use_date .use-date-desc > span,
.report-block.bill-block .report-table .account_row > .use_date .use-date-desc > span * {
  font-size: 11px;
}
.report-block.bill-block .report-table .account_row > .pay_date {
  width: 64px;
  text-align: right;
  padding-right: 5px;
}
.report-block.bill-block .report-table .account_row > .pay_date .d {
  border-radius: 1px !important;
  padding: 5px 6px;
  display: inline-block;
  background-color: #f4f4f4;
  background-color: var(--low);
  line-height: 1.2em;
  text-align: center;
}
.report-block.bill-block .report-table > .account_row_wrapper {
  float: left;
  width: 100%;
  border-top: 1px solid #eee;
}
.report-block.bill-block .report-table > .account_row_wrapper.first-child {
  border-top: 0;
}
.report-block.bill-block .report-table > .account_row_wrapper > div {
  float: left;
  padding: 9px 3px 7px 3px;
}
.report-block.bill-block .report-table > .account_row_wrapper > div.account_row {
  width: 70%;
}
.report-block.bill-block .report-table > .account_row_wrapper > div.account_row > div {
  float: left;
}
.report-block.bill-block .report-table > .account_row_wrapper > div.account_row.total > .account_title {
  padding-left: 0;
}
.report-block.bill-block .report-table > .account_row_wrapper > div.account_row div.bar > div.bar_div {
  top: 4px;
}
#set-goal-budget h2 {
  margin-top: 0.2em;
  margin-bottom: 0.8em;
}
#set-goal-budget h2 > a {
  position: absolute;
  right: 20px;
  margin-top: -1px;
}
#set-goal-budget h2 > span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #000;
  background-color: var(--highest);
  color: #f4f4f4;
  color: var(--low);
  font-size: 1.3rem;
  text-align: center;
  position: relative;
  padding-top: 5px;
  top: -1px;
  border-radius: 100% !important;
  margin-right: 10px;
}
#set-goal-budget > .row {
  margin-left: -3px;
  margin-right: -3px;
}
#set-goal-budget > .row > div {
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 15px;
}
#set-goal-budget > .row > div h3 {
  margin: 5px 0;
}
#set-goal-budget #goal-preview-chart {
  height: 170px;
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: -1px;
  outline: 1px solid #e4e4e4;
  outline-color: var(--divider);
}
#set-goal-budget #goal-preview-chart .highcharts-grid.highcharts-yaxis-grid path {
  stroke: transparent;
}
#set-goal-budget #goal-message {
  color: #bb1717;
  color: var(--red-color);
  font-size: 13px;
  text-align: center;
  margin-bottom: 2em;
}
#set-goal-budget #step-2-split .row {
  margin-left: -5px;
  margin-right: -5px;
}
#set-goal-budget #step-2-split .col-xs-12,
#set-goal-budget #step-2-split .col-sm-4 {
  padding-left: 5px;
  padding-right: 5px;
}
#set-goal-budget #step-2-split .well:focus, #set-goal-budget #step-2-split .well:active {
  box-shadow: none;
  outline: 0;
}
#set-goal-budget #step-2-split .well {
  width: 100%;
  display: block;
  text-align: left;
  position: relative;
  padding-left: 40px;
  margin-bottom: 6px;
  cursor: pointer;
  box-shadow: none;
}
#set-goal-budget #step-2-split .well.selected {
  background-color: #fff;
  background-color: var(--lowest);
  border-color: #5cb94f;
  border-color: var(--green-color);
}
#set-goal-budget #step-2-split .well.selected .check {
  display: block;
}
#set-goal-budget #step-2-split .well h4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.05rem;
  font-weight: bold;
}
#set-goal-budget #step-2-split .well p {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.4em;
  opacity: 0.5;
}
#set-goal-budget #step-2-split .well .check {
  color: #5cb94f;
  display: none;
  font-size: 1.5em;
  position: absolute;
  left: 8px;
  top: 20px;
}
#set-goal-budget #step-2-split #split-inputs > .r {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
#set-goal-budget #step-2-split #split-inputs > .r > div.l {
  min-width: 50px;
  white-space: nowrap;
}
#set-goal-budget #step-2-split #split-inputs > .r > div.i {
  padding-left: 5px;
}

.report-block.budget-block {
  position: relative;
  float: left;
  width: 100%;
}
.report-block.budget-block .misc .misc-inner {
  min-width: 700px;
  margin-top: 0px;
  margin-bottom: 10px;
}
#pop_cont .report-block.budget-block .misc .misc-inner {
  margin-top: 0;
  margin-bottom: 0;
}
.report-block.budget-block .misc .misc-inner .total_pie,
.report-block.budget-block .misc .misc-inner .total_steady_pie,
.report-block.budget-block .misc .misc-inner .total_floating_pie {
  display: inline-block;
  width: 33%;
  height: 170px;
}
.report-block.budget-block .misc .misc-inner .highcharts-container {
  text-align: center !important;
  margin: 0 auto;
}
.report-block.budget-block .report-chart {
  float: left;
  width: 100%;
}
html.xxs:not(.xs) .report-block.budget-block .report-table .account_row {
  position: relative;
  border-top: 1px solid #e4e4e4;
  border-top-color: var(--divider);
  display: block;
  height: 48px;
}
.report-block.budget-block .report-table .account_row.p .disp_per, .report-block.budget-block .report-table .account_row.p0 .disp_per, .report-block.budget-block .report-table .account_row.p1 .disp_per, .report-block.budget-block .report-table .account_row.p2 .disp_per, .report-block.budget-block .report-table .account_row.p3 .disp_per, .report-block.budget-block .report-table .account_row.p4 .disp_per, .report-block.budget-block .report-table .account_row.p5 .disp_per, .report-block.budget-block .report-table .account_row.p6 .disp_per, .report-block.budget-block .report-table .account_row.p7 .disp_per {
  color: #ccc;
}
.report-block.budget-block .report-table .account_row.p8 .disp_per, .report-block.budget-block .report-table .account_row.p9 .disp_per {
  color: #f08537;
}
html.xxs:not(.xs) .report-block.budget-block .report-table .account_row > td.account_title,
html.xxs:not(.xs) .report-block.budget-block .report-table .account_row th.account_title {
  border: 0;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.report-block.budget-block .report-table .account_row > td.budget-number,
.report-block.budget-block .report-table .account_row th.budget-number {
  width: 100px;
  padding-right: 10px;
  font-size: 12px;
  text-align: right;
  border-left: 1px solid #e4e4e4;
  border-left-color: var(--divider);
}
html.xxs:not(.xs) .report-block.budget-block .report-table .account_row > td.budget-number,
html.xxs:not(.xs) .report-block.budget-block .report-table .account_row th.budget-number {
  position: absolute;
  right: 72px;
  border: 0;
  font-size: 13px;
  height: auto;
  top: 8px;
}
.report-block.budget-block .report-table .account_row > td.budget-number > span,
.report-block.budget-block .report-table .account_row th.budget-number > span {
  position: relative;
  top: 1px;
}
.report-block.budget-block .report-table .account_row > td.account_money,
.report-block.budget-block .report-table .account_row th.account_money {
  overflow: hidden;
  border-left: 1px solid #e4e4e4;
  border-left-color: var(--divider);
  padding-left: 0;
}
.report-block.budget-block .report-table .account_row > td.account_money.overflowed .bar .disp_money > span.overflow-wave,
.report-block.budget-block .report-table .account_row th.account_money.overflowed .bar .disp_money > span.overflow-wave {
  display: block;
  position: absolute;
  width: 17px;
  height: 30px;
  top: -6px;
  z-index: 1;
  left: -15px;
  background: url(https://static.whooing.com/assets/img/bar_overflowed.png) no-repeat;
  background-size: contain;
}
html.xxs:not(.xs) .report-block.budget-block .report-table .account_row > td.account_money,
html.xxs:not(.xs) .report-block.budget-block .report-table .account_row th.account_money {
  position: absolute;
  right: 70px;
  border: 0;
  height: auto;
  top: 24px;
}
.report-block.budget-block .report-table .account_row > td.account_money .money-bar > .bar-money,
.report-block.budget-block .report-table .account_row th.account_money .money-bar > .bar-money {
  position: absolute;
  padding-left: 1px;
  margin-left: 3px;
  z-index: 1;
  transform: translateY(-50%);
  background-color: #fff;
  background-color: var(--lowest);
}
html.xxs:not(.xs) .report-block.budget-block .report-table .account_row > td.account_money .money-bar > .bar-money,
html.xxs:not(.xs) .report-block.budget-block .report-table .account_row th.account_money .money-bar > .bar-money {
  position: static;
  padding-right: 10px;
  top: 0;
  transform: none;
}
.report-block.budget-block .report-table .account_row > td.account_money .money-bar > .budget,
.report-block.budget-block .report-table .account_row th.account_money .money-bar > .budget {
  position: absolute;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.15);
  border-right: 1px solid #000;
  border-right-color: var(--highest);
}
html.dark .report-block.budget-block .report-table .account_row > td.account_money .money-bar > .budget,
html.dark .report-block.budget-block .report-table .account_row th.account_money .money-bar > .budget {
  background-color: rgba(255, 255, 255, 0.2);
}
html.xxs:not(.xs) .report-block.budget-block .report-table .account_row > td.account_money .money-bar > .budget,
html.xxs:not(.xs) .report-block.budget-block .report-table .account_row th.account_money .money-bar > .budget {
  display: none;
}
.report-block.budget-block .report-table .account_row > td.remains,
.report-block.budget-block .report-table .account_row th.remains {
  position: relative;
  width: 100px;
  text-align: right;
  padding-left: 10px;
}
.report-block.budget-block .report-table .account_row > td.remains.expenses.exceeded *,
.report-block.budget-block .report-table .account_row th.remains.expenses.exceeded * {
  color: #bb1717;
}
.report-block.budget-block .report-table .account_row > td.remains.income.exceeded *,
.report-block.budget-block .report-table .account_row th.remains.income.exceeded * {
  color: #5cb94f;
}
html.xxs:not(.xs) .report-block.budget-block .report-table .account_row > td.remains,
html.xxs:not(.xs) .report-block.budget-block .report-table .account_row th.remains {
  position: absolute;
  right: 0;
  top: 7%;
  border-top: 0;
}
.report-block.budget-block .report-table .account_row > td.remains > div,
.report-block.budget-block .report-table .account_row th.remains > div {
  font-size: 12px;
  position: absolute;
  right: 0;
  border: 0;
  height: auto;
  top: 5px;
  color: #666;
}
.report-block.budget-block .report-table .account_row > td.remains > div.disp_per,
.report-block.budget-block .report-table .account_row th.remains > div.disp_per {
  top: 19px;
}
html.xxs:not(.xs) .report-block.budget-block .report-table .account_row > td.remains > div,
html.xxs:not(.xs) .report-block.budget-block .report-table .account_row th.remains > div {
  font-size: 13px;
}

#budget_frame h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
#budget_frame #set_budget .each-row {
  padding: 10px 0;
  border-top: 1px solid #ddd;
  min-height: 55px;
}
#budget_frame #set_budget .each-row:first-child {
  border-top: 0;
}
#budget_frame #set_budget .each-row .control-label {
  float: left;
  margin-top: 12px;
  font-size: 1.2em;
  opacity: 0.6;
}
#budget_frame #set_budget .each-row input {
  float: right;
}
#budget_frame #set_budget .each-row .desc {
  margin-top: 6px;
}
#budget_frame #set_budget #budget_preview {
  position: relative;
}
#budget_frame #set_budget #budget_preview #disp_goal {
  text-align: center;
  position: absolute;
  z-index: 11;
  left: 0;
  width: 100%;
  font-size: 1em;
  color: #e2a94c;
  padding-top: 7px;
}
#budget_frame #set_budget #budget_preview #budget_setting_chart {
  width: 100%;
  height: 175px;
}
#budget_frame #budget_inner_wrapper {
  margin-top: 10px;
  margin-bottom: 20px;
}
#budget_frame #budget_inner_wrapper .drawer .cont {
  opacity: 1;
}
#budget_frame #budget_inner_wrapper #month_table {
  margin: -5px auto 0 auto;
  table-layout: fixed;
}
#budget_frame #budget_inner_wrapper #month_table th,
#budget_frame #budget_inner_wrapper #month_table td {
  padding: 5px 0;
}
#budget_frame #budget_inner_wrapper #month_table .bud-month {
  text-align: right;
  padding-right: 10px;
  width: 70px;
}
#budget_frame #budget_inner_wrapper #month_table .bud-inc {
  width: 134px;
}
#budget_frame #budget_inner_wrapper #month_table .bud-exp {
  width: 134px;
}
#budget_frame #budget_inner_wrapper #month_table .bud-chart {
  display: none;
}

#budget_month_setting {
  margin-top: 15px;
}
#budget_month_setting #budget_set_h2 {
  font-size: 1.8em;
}
#budget_month_setting #bud-autoload {
  position: relative;
  top: -7px;
}
#budget_month_setting #bud-autoload button {
  border: 0;
}
#budget_month_setting #budget-status {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-color: #e4e4e4;
  border-color: var(--divider);
  padding-top: 15px;
  text-align: center;
  padding-bottom: 11px;
  margin-bottom: 20px;
}
#budget_month_setting #budget-status label {
  opacity: 0.3;
  font-size: 0.8em;
}
#budget_month_setting #budget-status span {
  font-size: 1.2em;
}
#budget_month_setting #input_list {
  float: left;
  width: 100%;
}
#budget_month_setting #input_list > div {
  padding: 4px 6px;
  border-bottom: 1px solid #e4e4e4;
  border-bottom-color: var(--divider);
}
#budget_month_setting #input_list > div:last-child {
  border-bottom: 0;
}
#budget_month_setting #input_list > div > div {
  padding-left: 3px;
  padding-right: 3px;
}
#budget_month_setting #input_list > div span.txt {
  margin-top: 8px;
  padding-right: 0;
  display: block;
}
#budget_month_setting #input_list > div span.txt:before {
  top: 0.9em;
}
#budget_month_setting #submit_area {
  float: left;
  width: 100%;
}
@charset "UTF-8";
.report-block.cashflow-block {
  float: left;
  width: 100%;
  position: relative;
}
.report-block.cashflow-block .report-chart {
  float: left;
  width: 100%;
}
.report-block.cashflow-block .report-table > tbody > tr:first-child > td {
  border-top: 0;
}
.report-block.cashflow-block .report-table .account_row.account:not(.has-sub) .clickable {
  cursor: auto;
}
.report-block.cashflow-block .report-table .account_row.account.has-sub.folded .account_title span::before {
  content: "▶";
}
.report-block.cashflow-block .report-table .account_row.account.has-sub .account_title span {
  padding-left: 14px;
}
.report-block.cashflow-block .report-table .account_row.account.has-sub .account_title span:before {
  content: "▼";
  top: -2px;
  margin-right: 5px;
  font-size: 9px;
  position: relative;
  left: 3px;
}
.report-block.cashflow-block .report-table .account_row.account-sub {
  display: none;
  opacity: 0.5;
}
.report-block.cashflow-block .report-table .account_row.account-sub .account_title span {
  padding-left: 35px !important;
}
.report-block.cashflow-block .report-table .account_row > td.account_title,
.report-block.cashflow-block .report-table .account_row th.account_title {
  width: 190px;
}
.report-block.cashflow-block .report-table .account_row > td.account_title .clickable,
.report-block.cashflow-block .report-table .account_row th.account_title .clickable {
  padding-left: 18px;
}
.report-block.cashflow-block .report-table .account_row > td.text-right .bar_div,
.report-block.cashflow-block .report-table .account_row th.text-right .bar_div {
  float: right;
}
.report-block.cashflow-block .report-table .account_row > td.text-right .disp_money,
.report-block.cashflow-block .report-table .account_row th.text-right .disp_money {
  float: right;
  font-weight: normal !important;
}
.report-block.cashflow-block .report-table .account_row > td.account_money,
.report-block.cashflow-block .report-table .account_row th.account_money {
  width: 35%;
  padding-left: 0;
  padding-right: 0;
}
html.xxs:not(.xs) .report-block.cashflow-block .report-table .account_row > td.account_money.n,
html.xxs:not(.xs) .report-block.cashflow-block .report-table .account_row th.account_money.n {
  display: none;
}
.report-block.cashflow-block .report-table .account_row > td .money-bar.left > .bar-money,
.report-block.cashflow-block .report-table .account_row th .money-bar.left > .bar-money {
  padding-left: 0;
  padding-right: 3px;
  transform: translateY(-45%) translateX(-100%);
}
#dashboard-list .tt > i {
  position: absolute;
  right: 20px;
  font-size: 20px;
  right: 1rem;
  top: 1rem;
  opacity: 0.5;
}
#dashboard-list .tt a {
  display: block;
  border-bottom: 1px solid #bababa;
  margin: -20px -20px 5px -20px;
  padding: 15px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1em;
}
html.xxs:not(.xs) #dashboard-list .tt a {
  margin: -12px -10px 5px -10px;
}
#dashboard-list .tt a:hover {
  background: #f4f4f4;
}
html.dark #dashboard-list .tt a {
  border-bottom-color: #646464;
}
html.dark #dashboard-list .tt a:hover {
  background: #171717;
}
#dashboard-list .list-group.now-loading {
  min-height: 190.0917px;
}
#dashboard-list .chart {
  line-height: 1.4em;
}
#dashboard-list #dashboard-daily_pl .highcharts-container .highcharts-grid.highcharts-yaxis-grid path,
#dashboard-list #dashboard-zigzag .highcharts-container .highcharts-grid.highcharts-yaxis-grid path,
#dashboard-list #dashboard-mountain .highcharts-container .highcharts-grid.highcharts-yaxis-grid path {
  stroke: transparent;
}
#dashboard-list .box {
  padding-bottom: 0;
  min-height: 254px;
}
#dashboard-list .box.pt0 {
  padding-top: 0;
}
#dashboard-list .box .chart-wrapper {
  height: 180px;
}
#dashboard-list .list-group {
  margin: -5px -10px 0 -10px;
}
html.xs #dashboard-list .list-group {
  margin: -5px -20px 0 -20px;
}
#dashboard-list .list-group > .f_t_row {
  border-left: 0;
  border-right: 0;
  line-height: 1.2;
}
#dashboard-list .list-group > .f_t_row .f_t_subject {
  padding: 0 15px 0 0;
  display: block;
  line-height: 2;
}
#dashboard-list .list-group > .f_t_row:last-child {
  border-bottom: 0;
}
#dashboard-list .table {
  margin-bottom: 0;
}
#dashboard-list .table tr td {
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
  line-height: 40px;
}
#dashboard-list .table tr:first-child td {
  border-top: 0;
  vertical-align: middle;
}
#dashboard-list #dashboard-in_out tr td,
#dashboard-list #dashboard-bs tr td,
#dashboard-list #dashboard-pl tr td {
  height: 60px;
  line-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}
#dashboard-list #dashboard-in_out tr .l,
#dashboard-list #dashboard-bs tr .l,
#dashboard-list #dashboard-pl tr .l {
  font-size: 1.2em;
  opacity: 0.9;
  margin-bottom: 0;
}
#dashboard-list #dashboard-in_out tr .m,
#dashboard-list #dashboard-bs tr .m,
#dashboard-list #dashboard-pl tr .m {
  font-size: 1.2em;
  text-align: right;
  margin-bottom: 13px;
  opacity: 0.9;
}
#dashboard-list #dashboard-in_out tr .m > span.tip,
#dashboard-list #dashboard-bs tr .m > span.tip,
#dashboard-list #dashboard-pl tr .m > span.tip {
  font-size: 0.8em;
  color: #909090;
  color: var(--middle-high);
  margin-right: 5px;
}
#dashboard-list #dashboard-cashflow #remained-cash th {
  border-top: 0;
  border-bottom: 1px solid #e4e4e4;
  border-bottom-color: var(--divider);
  padding-bottom: 15px;
  padding-top: 13px;
  font-weight: 400;
  font-size: 1.3em;
  opacity: 0.6;
}
#in_out .margin .b {
  display: inline-block;
  transform: scale(0.7);
}
#messages-cont #messages-wrapper,
#messages-cont #messages-form {
  float: none;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#messages-cont h1.bbs {
  padding-left: 40px;
}
#messages-cont #user_list {
  width: 100%;
  margin-bottom: 20px;
}
#messages-cont #user_list > .m_l_row {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  height: auto;
}
#messages-cont #user_list > .m_l_row:last-child {
  border-bottom: 0;
}
html.sm #messages-cont #user_list > .m_l_row {
  padding-left: 20px;
}
#messages-cont #user_list > .m_l_row.n::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-radius: 200% !important;
  background-color: #398acf;
  background-color: var(--primary-color);
}
html.sm #messages-cont #user_list > .m_l_row.n::after {
  left: 0;
}
#messages-cont #user_list > .m_l_row .ctl {
  position: absolute;
  right: 0;
}
#messages-cont #user_list > .m_l_row .profile-group {
  width: 220px;
}
#messages-cont #user_list > .m_l_row .profile-group .m_l_nickname {
  flex: 1;
  font-weight: bold;
}
#messages-cont #user_list > .m_l_row .profile-group .m_l_nickname .datetime {
  font-weight: normal;
  display: block;
  opacity: 0.5;
  font-size: 0.9em;
}
#messages-cont #user_list > .m_l_row .m_l_summary {
  text-align: left;
  flex: 1 1 50%;
  opacity: 0.4;
  padding-right: 10px;
  line-height: 1.2;
}
#messages-cont .m_c_row.inserted.in .m_c_right {
  background: #f1ffe7;
  border: 1px solid #e6f3dd;
}
#messages-cont .m_c_row {
  clear: both;
  position: relative;
}
#messages-cont .m_c_row .m_c_profile {
  text-align: left;
  line-height: 1.2em;
  padding-left: 43px;
  padding-top: 1px;
  margin-bottom: 12px;
}
#messages-cont .m_c_row .m_c_profile .profile {
  left: 10px;
  top: 10px;
  position: absolute;
  width: 34px;
  height: 34px;
  font-size: 17px;
}
html.xs #messages-cont .m_c_row .m_c_profile .profile {
  left: 19px;
  top: 17px;
}
#messages-cont .m_c_row .m_c_profile .m_l_username {
  font-size: 13px;
  font-weight: bold;
  margin-top: -2px;
  margin-bottom: 2px;
}
#messages-cont .m_c_row .m_c_profile .m_l_datetime {
  font-size: 11px;
  color: #909090;
  color: var(--middle-high);
  top: -3px;
}
#messages-cont .m_c_row .m_l_summary {
  font-size: 1.1008rem;
  line-height: 1.7em;
  word-break: break-all;
}
html.xs #messages-cont .m_c_row .m_l_summary {
  font-size: 1.1508rem;
  line-height: 1.75em;
}
html.sm #messages-cont .m_c_row .m_l_summary {
  font-size: 1.2008rem;
  line-height: 1.8em;
}
#messages-cont .m_c_row .m_l_summary img {
  display: block;
  max-width: 100%;
  height: auto;
}
#messages-cont .m_c_row .m_l_summary a {
  color: rgb(108.7, 144.648, 192.3);
  color: var(--primary-color-lighten);
}
#messages-cont .m_c_row .m_l_summary span.title {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--highest);
  display: inline-block;
  margin: 0.4em 0 0.6em;
}
#messages-cont .m_c_row.out .m_c_profile {
  text-align: right;
  padding-left: 0;
  padding-right: 43px;
}
#messages-cont .m_c_row.out .m_c_profile .profile {
  left: auto;
  right: 10px;
}
html.xs #messages-cont .m_c_row.out .m_c_profile .profile {
  left: auto;
  right: 20px;
}
#messages-cont .m_c_row.out .m_l_summary {
  float: right;
}
#messages-cont .m_c_row .m_c_right {
  line-height: 1.8em;
  margin-top: 2.1px;
  margin-bottom: 2.1px;
}
#messages-cont .m_c_row .m_c_right .f_c_attachment:not(:empty) {
  margin-bottom: 10px;
}
#messages-cont #messages-form {
  padding-top: 10px;
  padding-bottom: 5px;
  margin-top: 3px;
}
#messages-cont #messages-form #opponent-user-field {
  margin-bottom: 0;
}

#message_form_1 textarea,
#message_form_2 textarea {
  font-size: 1.1rem;
}
body.middle-blocked {
  cursor: wait;
}
body.middle-blocked::before {
  content: "Loading..";
  position: fixed;
  z-index: 93;
  bottom: 15px;
  right: 50%;
  transform: translateX(50%);
  padding: 7px 10px;
  color: #222;
  background: rgb(255, 209, 0);
  text-align: center;
  opacity: 0.8;
  font-size: 13px;
  font-weight: bold;
  border-radius: 5px !important;
}
body.middle-blocked::after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  top: 50px;
  z-index: 92;
  background: #f4f4f4;
  background: var(--low);
  opacity: 0.4;
}
body.middle-blocked #footer_wrapper {
  opacity: 0;
}

body[data-nav=y][data-responsive=md].middle-blocked::after {
  margin-left: 85px;
}

body[data-nav=y][data-responsive=lg].middle-blocked::after {
  margin-left: 205px;
}

@media screen and (max-aspect-ratio: 1/1) {
  html.touch body.middle-blocked::before {
    bottom: 95px;
  }
}
#middle-wrapper {
  position: relative;
  margin: 50px auto 10px auto;
  padding-top: 15px;
  overflow-x: hidden;
}
html.touch #middle-wrapper {
  margin-bottom: 60px;
}
body[data-responsive=xs] #middle-wrapper .container-fluid {
  padding-left: 5px;
  padding-right: 5px;
}
body[data-responsive=sm] #middle-wrapper .container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}
body #middle-wrapper .visible-xlg {
  display: none;
}
body[data-responsive=xlg] #middle-wrapper .visible-xlg, body[data-responsive=xlg] #middle-wrapper .visible-just-xlg {
  display: block !important;
}
body #middle-wrapper .visible-xxlg {
  display: none;
}
body[data-responsive=xxlg] #middle-wrapper .visible-xxlg, body[data-responsive=xxlg] #middle-wrapper .visible-just-xxlg {
  display: block !important;
}
body[data-nav=y][data-responsive=md] #middle-wrapper {
  margin-left: 85px;
}
body[data-nav=y][data-responsive=lg] #middle-wrapper, body[data-nav=y][data-responsive=xlg] #middle-wrapper {
  margin-left: 205px;
}
body[data-responsive=md].post-fixed #middle-wrapper, body[data-responsive=lg].post-fixed #middle-wrapper, body[data-responsive=xlg].post-fixed #middle-wrapper {
  margin-right: 237px;
}
body[data-responsive=xxlg] #middle-wrapper {
  width: 1500px;
  overflow-x: visible;
  left: 124px;
}
body[data-responsive=xxlg] #middle-wrapper > .container-fluid {
  margin-left: -20px;
  margin-right: 20px;
}
body[data-responsive=xxlg].post-fixed #middle-wrapper {
  width: 1268px;
  left: 8px;
}
#middle-wrapper .visible-desktop-xs-12 {
  display: none;
}
body[data-nav=y][data-responsive=md].post-fixed #middle-wrapper .visible-desktop-xs-12 {
  display: block !important;
}
body[data-nav=y][data-responsive=md].post-fixed #middle-wrapper .visible-just-desktop-xs-12 {
  display: block !important;
}
body[data-nav=y][data-responsive=md].post-fixed #middle-wrapper .hidden-just-desktop-xs-12 {
  display: none !important;
}
body[data-nav=y][data-responsive=md].post-fixed #middle-wrapper .hidden-desktop-xs-12 {
  display: none;
}
body[data-nav=y][data-responsive=md].post-fixed #middle-wrapper .col-desktop-xs-12 {
  width: 100%;
}
#middle-wrapper .visible-desktop-md-12 {
  display: none;
}
body[data-nav=y][data-responsive=lg].post-fixed #middle-wrapper .visible-desktop-md-12 {
  display: block !important;
}
body[data-nav=y][data-responsive=lg].post-fixed #middle-wrapper .hidden-desktop-md-12 {
  display: none;
}
body[data-nav=y][data-responsive=lg].post-fixed #middle-wrapper .col-desktop-md-12 {
  width: 100%;
}
#middle-wrapper .row {
  margin-left: -10px;
  margin-right: -10px;
}
#middle-wrapper .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
@media only print {
  #middle-wrapper {
    margin: 0 !important;
  }
}
@charset "UTF-8";
.container-query {
  container-type: inline-size;
  container-name: responsive-grid;
}

[class*=col-cq-] {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

.col-cq-xxxs-1 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 8.3333333333%;
}

.col-cq-xxxs-2 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 16.6666666667%;
}

.col-cq-xxxs-3 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 25%;
}

.col-cq-xxxs-4 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 33.3333333333%;
}

.col-cq-xxxs-5 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 41.6666666667%;
}

.col-cq-xxxs-6 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 50%;
}

.col-cq-xxxs-7 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 58.3333333333%;
}

.col-cq-xxxs-8 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 66.6666666667%;
}

.col-cq-xxxs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 75%;
}

.col-cq-xxxs-10 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 83.3333333333%;
}

.col-cq-xxxs-11 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 91.6666666667%;
}

.col-cq-xxxs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 100%;
}

.col-cq-xxxs-offset-0 {
  margin-left: 0%;
}

.col-cq-xxxs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-cq-xxxs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-cq-xxxs-offset-3 {
  margin-left: 25%;
}

.col-cq-xxxs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-cq-xxxs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-cq-xxxs-offset-6 {
  margin-left: 50%;
}

.col-cq-xxxs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-cq-xxxs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-cq-xxxs-offset-9 {
  margin-left: 75%;
}

.col-cq-xxxs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-cq-xxxs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-cq-xxxs-push-0 {
  left: 0%;
}

.col-cq-xxxs-pull-0 {
  right: 0%;
}

.col-cq-xxxs-push-1 {
  left: 8.3333333333%;
}

.col-cq-xxxs-pull-1 {
  right: 8.3333333333%;
}

.col-cq-xxxs-push-2 {
  left: 16.6666666667%;
}

.col-cq-xxxs-pull-2 {
  right: 16.6666666667%;
}

.col-cq-xxxs-push-3 {
  left: 25%;
}

.col-cq-xxxs-pull-3 {
  right: 25%;
}

.col-cq-xxxs-push-4 {
  left: 33.3333333333%;
}

.col-cq-xxxs-pull-4 {
  right: 33.3333333333%;
}

.col-cq-xxxs-push-5 {
  left: 41.6666666667%;
}

.col-cq-xxxs-pull-5 {
  right: 41.6666666667%;
}

.col-cq-xxxs-push-6 {
  left: 50%;
}

.col-cq-xxxs-pull-6 {
  right: 50%;
}

.col-cq-xxxs-push-7 {
  left: 58.3333333333%;
}

.col-cq-xxxs-pull-7 {
  right: 58.3333333333%;
}

.col-cq-xxxs-push-8 {
  left: 66.6666666667%;
}

.col-cq-xxxs-pull-8 {
  right: 66.6666666667%;
}

.col-cq-xxxs-push-9 {
  left: 75%;
}

.col-cq-xxxs-pull-9 {
  right: 75%;
}

.col-cq-xxxs-push-10 {
  left: 83.3333333333%;
}

.col-cq-xxxs-pull-10 {
  right: 83.3333333333%;
}

.col-cq-xxxs-push-11 {
  left: 91.6666666667%;
}

.col-cq-xxxs-pull-11 {
  right: 91.6666666667%;
}

.col-cq-xxxs-push-12 {
  left: 100%;
}

.col-cq-xxxs-pull-12 {
  right: 100%;
}

@container responsive-grid (min-width: 340px) {
  .col-cq-xxs-1,
  .col-cq-xxs-2,
  .col-cq-xxs-3,
  .col-cq-xxs-4,
  .col-cq-xxs-5,
  .col-cq-xxs-6,
  .col-cq-xxs-7,
  .col-cq-xxs-8,
  .col-cq-xxs-9,
  .col-cq-xxs-10,
  .col-cq-xxs-11,
  .col-cq-xxs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
  .col-cq-xxs-1 {
    width: 8.33333333%;
  }
  .col-cq-xxs-2 {
    width: 16.66666667%;
  }
  .col-cq-xxs-3 {
    width: 25%;
  }
  .col-cq-xxs-4 {
    width: 33.33333333%;
  }
  .col-cq-xxs-5 {
    width: 41.66666667%;
  }
  .col-cq-xxs-6 {
    width: 50%;
  }
  .col-cq-xxs-7 {
    width: 58.33333333%;
  }
  .col-cq-xxs-8 {
    width: 66.66666667%;
  }
  .col-cq-xxs-9 {
    width: 75%;
  }
  .col-cq-xxs-10 {
    width: 83.33333333%;
  }
  .col-cq-xxs-11 {
    width: 91.66666667%;
  }
  .col-cq-xxs-12 {
    width: 100%;
  }
  .hidden-cq-xxs {
    display: none !important;
  }
  .visible-cq-xxs {
    display: block !important;
  }
}
@container responsive-grid (min-width: 768px) {
  .col-cq-xs-1,
  .col-cq-xs-2,
  .col-cq-xs-3,
  .col-cq-xs-4,
  .col-cq-xs-5,
  .col-cq-xs-6,
  .col-cq-xs-7,
  .col-cq-xs-8,
  .col-cq-xs-9,
  .col-cq-xs-10,
  .col-cq-xs-11,
  .col-cq-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
  .col-cq-xs-1 {
    width: 8.33333333%;
  }
  .col-cq-xs-2 {
    width: 16.66666667%;
  }
  .col-cq-xs-3 {
    width: 25%;
  }
  .col-cq-xs-4 {
    width: 33.33333333%;
  }
  .col-cq-xs-5 {
    width: 41.66666667%;
  }
  .col-cq-xs-6 {
    width: 50%;
  }
  .col-cq-xs-7 {
    width: 58.33333333%;
  }
  .col-cq-xs-8 {
    width: 66.66666667%;
  }
  .col-cq-xs-9 {
    width: 75%;
  }
  .col-cq-xs-10 {
    width: 83.33333333%;
  }
  .col-cq-xs-11 {
    width: 91.66666667%;
  }
  .col-cq-xs-12 {
    width: 100%;
  }
  .hidden-cq-xs {
    display: none !important;
  }
  .visible-cq-xs {
    display: block !important;
  }
}
@container responsive-grid (min-width: 992px) {
  .col-cq-sm-1,
  .col-cq-sm-2,
  .col-cq-sm-3,
  .col-cq-sm-4,
  .col-cq-sm-5,
  .col-cq-sm-6,
  .col-cq-sm-7,
  .col-cq-sm-8,
  .col-cq-sm-9,
  .col-cq-sm-10,
  .col-cq-sm-11,
  .col-cq-sm-12 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
  .col-cq-sm-1 {
    width: 8.33333333%;
  }
  .col-cq-sm-2 {
    width: 16.66666667%;
  }
  .col-cq-sm-3 {
    width: 25%;
  }
  .col-cq-sm-4 {
    width: 33.33333333%;
  }
  .col-cq-sm-5 {
    width: 41.66666667%;
  }
  .col-cq-sm-6 {
    width: 50%;
  }
  .col-cq-sm-7 {
    width: 58.33333333%;
  }
  .col-cq-sm-8 {
    width: 66.66666667%;
  }
  .col-cq-sm-9 {
    width: 75%;
  }
  .col-cq-sm-10 {
    width: 83.33333333%;
  }
  .col-cq-sm-11 {
    width: 91.66666667%;
  }
  .col-cq-sm-12 {
    width: 100%;
  }
  .hidden-cq-sm {
    display: none !important;
  }
  .visible-cq-sm {
    display: block !important;
  }
}
@container responsive-grid (min-width: 1200px) {
  .col-cq-md-1,
  .col-cq-md-2,
  .col-cq-md-3,
  .col-cq-md-4,
  .col-cq-md-5,
  .col-cq-md-6,
  .col-cq-md-7,
  .col-cq-md-8,
  .col-cq-md-9,
  .col-cq-md-10,
  .col-cq-md-11,
  .col-cq-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
  .col-cq-md-1 {
    width: 8.33333333%;
  }
  .col-cq-md-2 {
    width: 16.66666667%;
  }
  .col-cq-md-3 {
    width: 25%;
  }
  .col-cq-md-4 {
    width: 33.33333333%;
  }
  .col-cq-md-5 {
    width: 41.66666667%;
  }
  .col-cq-md-6 {
    width: 50%;
  }
  .col-cq-md-7 {
    width: 58.33333333%;
  }
  .col-cq-md-8 {
    width: 66.66666667%;
  }
  .col-cq-md-9 {
    width: 75%;
  }
  .col-cq-md-10 {
    width: 83.33333333%;
  }
  .col-cq-md-11 {
    width: 91.66666667%;
  }
  .col-cq-md-12 {
    width: 100%;
  }
  .hidden-cq-md {
    display: none !important;
  }
  .visible-cq-md {
    display: block !important;
  }
}
@container responsive-grid (min-width: 1420px) {
  .col-cq-lg-1,
  .col-cq-lg-2,
  .col-cq-lg-3,
  .col-cq-lg-4,
  .col-cq-lg-5,
  .col-cq-lg-6,
  .col-cq-lg-7,
  .col-cq-lg-8,
  .col-cq-lg-9,
  .col-cq-lg-10,
  .col-cq-lg-11,
  .col-cq-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
  .col-cq-lg-1 {
    width: 8.33333333%;
  }
  .col-cq-lg-2 {
    width: 16.66666667%;
  }
  .col-cq-lg-3 {
    width: 25%;
  }
  .col-cq-lg-4 {
    width: 33.33333333%;
  }
  .col-cq-lg-5 {
    width: 41.66666667%;
  }
  .col-cq-lg-6 {
    width: 50%;
  }
  .col-cq-lg-7 {
    width: 58.33333333%;
  }
  .col-cq-lg-8 {
    width: 66.66666667%;
  }
  .col-cq-lg-9 {
    width: 75%;
  }
  .col-cq-lg-10 {
    width: 83.33333333%;
  }
  .col-cq-lg-11 {
    width: 91.66666667%;
  }
  .col-cq-lg-12 {
    width: 100%;
  }
  .hidden-cq-lg {
    display: none !important;
  }
  .visible-cq-lg {
    display: block !important;
  }
}
.clearfix-cq:before, .row-cq:before, .clearfix-cq:after, .row-cq:after {
  content: " ";
  display: table;
}
.clearfix-cq:after, .row-cq:after {
  clear: both;
}

.row-cq {
  margin-left: -5px;
  margin-right: -5px;
}

.d-none {
  display: none !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: rgba(122, 122, 122, 0.2);
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #555;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

::-webkit-scrollbar-thumb:active {
  background: #555;
}

::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none transparent;
  border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
  background: rgba(122, 122, 122, 0.05);
}

::-webkit-scrollbar-track:active {
  background: rgba(122, 122, 122, 0.05);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.cursor-pointer {
  cursor: pointer;
}

.position-absolute {
  position: absolute !important;
}

.position-relative {
  position: relative !important;
}

.position-fixed {
  position: fixed !important;
}

.min-width-0 {
  min-width: 0 !important;
}

.py-1 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.py-2 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.py-3 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.row.gx-0 {
  margin-left: 0;
  margin-right: 0;
}
.row.gx-0 > div {
  padding-left: 0;
  padding-right: 0;
}

.row.gx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.row.gx-1 > div {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 2rem !important;
}

.ps-5 {
  padding-left: 4rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-4 {
  padding-right: 2rem !important;
}

.pe-5 {
  padding-right: 4rem !important;
}

.start-0 {
  left: 0 !important;
}

.end-0 {
  right: 0 !important;
}

.top-0 {
  top: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.clear {
  clear: both;
}

html.dark button.close {
  filter: invert(1);
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

/*
    usage:
    나는 여기고<span class="break-xs">,</span>너는 저기다.
 */
#btn-toggle-darkmode > span {
  display: none;
  font-size: inherit !important;
}
html.user-mode-auto #btn-toggle-darkmode > span.auto {
  display: inline;
}
html.user-mode-dark #btn-toggle-darkmode > span.dark {
  display: inline;
}
html.user-mode-light #btn-toggle-darkmode > span.light {
  display: inline;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: var(--mray-0);
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.pointer {
  cursor: pointer;
}

.rotate90 {
  transform: rotate(90deg);
}

.well {
  border-color: rgba(221, 221, 221, 0.3);
  background-color: rgba(221, 221, 221, 0.5);
}
html.dark .well {
  border-color: rgba(85, 85, 85, 0.3);
  background-color: rgba(85, 85, 85, 0.5);
}

body .ui-selectable-helper {
  z-index: 99999999999;
  border-color: var(--highest);
}

.col-divider-right {
  border-right: 1px solid #bababa;
  border-right-color: var(--middle);
  margin-right: -1px;
}

.col-divider-left {
  border-left: 1px solid #bababa;
  border-left-color: var(--middle);
  margin-left: -1px;
}

.nav-tabs {
  border-bottom: 1px solid #e4e4e4;
  border-bottom-color: var(--divider);
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li a {
  border: 1px solid #e4e4e4;
  border-color: var(--divider);
  background-color: #e4e4e4;
  background-color: var(--divider);
  padding-top: 0;
  padding-bottom: 0;
  line-height: 36px;
  height: 36px;
}
.nav-tabs > li.active > a {
  background-color: transparent;
  border-bottom-color: #fff;
  border-bottom-color: var(--lowest);
}

html.sm .container-fluid {
  padding-left: 25px;
  padding-right: 25px;
}

.well {
  border-color: #e4e4e4;
  border-color: var(--divider);
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shakeObj {
  animation: shakeObj 1s linear 2;
}

@keyframes shakeObj {
  0% {
    outline: 3px solid red;
  }
  50% {
    outline: 0;
  }
  100% {
    outline: 3px solid red;
  }
}
.bg-transparent {
  background-color: transparent !important;
}

.break-xxs {
  display: inline-block;
  min-width: 0.6em;
  text-align: left;
}
html.xxs:not(.xs) .break-xxs {
  height: 1px;
  display: block;
  visibility: hidden;
}

.break-xs {
  display: inline-block;
  min-width: 0.6em;
  text-align: left;
}
html:not(.sm) .break-xs {
  height: 1px;
  display: block;
  visibility: hidden;
}

.break-sm {
  display: inline-block;
  min-width: 0.6em;
  text-align: left;
}
html:not(.md) .break-sm {
  height: 1px;
  display: block;
  visibility: hidden;
}

@keyframes blink {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes dummy-animate {
  0% {
    opacity: 0.03;
  }
  50% {
    opacity: 0.05;
  }
  100% {
    opacity: 0.03;
  }
}
.dummy .dummy-word {
  background-color: #222;
  background-color: var(--high);
  display: inline-block;
  height: 1em;
  max-width: 100% !important;
}
.dummy .blank {
  animation: dummy-animate 1s linear infinite;
}

.hover-move {
  cursor: move;
}

.bdr-tl {
  border-top-left-radius: 3px;
}

.bdr-tr {
  border-top-right-radius: 3px;
}

.bdr-bl {
  border-bottom-left-radius: 3px;
}

.bdr-br {
  border-bottom-right-radius: 3px;
}

.bdr-t {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.bdr-b {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.bdr {
  border-radius: 3px;
}

@keyframes inserted {
  from {
    background-color: #fff5ae;
  }
  to {
    background-color: #fff;
    background-color: var(--lowest);
  }
}
@keyframes inserted_dark {
  from {
    background-color: #926745;
  }
  to {
    background-color: #fff;
    background-color: var(--lowest);
  }
}
.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.opacity-1 {
  opacity: 1 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.inserted {
  animation: inserted 3s linear 1;
}
html.dark .inserted {
  animation: inserted_dark 3s linear 1;
}

li.handle-move > a {
  background: url(https://static.whooing.com/assets/img/handle.png?_ver=1) !important;
  cursor: move;
}
html.dark li.handle-move > a {
  background-image: url(https://static.whooing.com/assets/img/handle-dark.png?_ver=1) !important;
}

.txt-gray-1 {
  color: var(--mray-1) !important;
}

.txt-gray-2 {
  color: var(--mray-3) !important;
}

.txt-gray-3 {
  color: var(--mray-3) !important;
}

.txt-gray-4 {
  color: var(--mray-4) !important;
}

.txt-gray-5 {
  color: var(--mray-5) !important;
}

.txt-gray-6 {
  color: var(--mray-6) !important;
}

.txt-gray-7 {
  color: var(--mray-7) !important;
}

.txt-1 {
  color: var(--highest) !important;
}

.txt-2 {
  color: var(--high) !important;
}

.no-data-msg {
  padding: 1.3em 0;
  text-align: center;
  color: #bababa;
  color: var(--middle);
}

.overflow-hidden {
  overflow: hidden;
}

body {
  margin: 0;
  overflow-y: scroll;
  line-height: 1em;
  background-color: #f4f4f4;
  background-color: var(--low);
  color: #222;
  color: var(--high);
}
html:not(.sm) body.user-view {
  min-height: 500px;
}
@media only print {
  body {
    overflow: auto !important;
  }
}

html,
html a {
  color: #222;
  color: var(--high);
  font-weight: 400;
  font-family: "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", "맑은고딕", "맑은 고딕", "Malgun Gothic", "돋움", sans-serif;
}

html:not(.custom-toggle-font-y),
html:not(.custom-toggle-font-y) a {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

html.custom-toggle-font-y.isWin,
html.custom-toggle-font-y.isWin a {
  letter-spacing: -0.05em;
}

html.no-touch {
  font-size: 14px;
}

html.touch {
  font-size: 14.5px;
}

html.custom-font-size-13.no-touch {
  font-size: 13px;
}

html.custom-font-size-13.touch {
  font-size: 13.5px;
}

html.custom-font-size-14.no-touch {
  font-size: 14px;
}

html.custom-font-size-14.touch {
  font-size: 14.5px;
}

html.custom-font-size-15.no-touch {
  font-size: 15px;
}

html.custom-font-size-15.touch {
  font-size: 15.5px;
}

html.custom-font-size-16.no-touch {
  font-size: 16px;
}

html.custom-font-size-16.touch {
  font-size: 16.5px;
}

html.custom-font-size-17.no-touch {
  font-size: 17px;
}

html.custom-font-size-17.touch {
  font-size: 17.5px;
}

html.custom-font-size-18.no-touch {
  font-size: 18px;
}

html.custom-font-size-18.touch {
  font-size: 18.5px;
}

html.custom-font-size-19.no-touch {
  font-size: 19px;
}

html.custom-font-size-19.touch {
  font-size: 19.5px;
}

.disabled {
  opacity: 0.3;
}

html.dark select optgroup {
  background: rgb(40, 40, 40);
}
html.dark select option {
  background: rgb(50, 50, 50);
}

.selected-on-bg {
  background-color: rgba(87, 199, 247, 0.2) !important;
  outline: 1px solid #5d8fa7;
}

small {
  color: #909090;
  color: var(--middle-high);
}
small.lh {
  line-height: 1.4em;
}
small a {
  font-size: inherit !important;
}

body.left-side-dragging,
body.right-side-dragging {
  overflow: hidden;
}

.lh {
  line-height: 1.8em;
}

.readability {
  font-size: 1.1rem;
}
.readability h2 {
  margin-top: 2em;
  margin-bottom: 1em;
}
html.xs .readability.box {
  padding: 40px;
}

.vcenter {
  padding: 100px 0;
  text-align: center;
}

.alert-danger-outline {
  color: #bb1717;
  color: var(--red-color) !important;
  border: 1px solid #bb1717;
  border-color: var(--red-color) !important;
  background: transparent;
}

p {
  margin-bottom: 1em;
}

hr {
  border-top-color: #e4e4e4;
  border-top-color: var(--divider);
}

.text-danger {
  color: #bb1717;
  color: var(--red-color) !important;
}
.text-danger * {
  color: #bb1717;
  color: var(--red-color) !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-primary {
  color: #4b76af;
  color: var(--primary-color) !important;
}
.text-primary * {
  color: #4b76af;
  color: var(--primary-color) !important;
}

strike {
  text-decoration: line-through;
  opacity: 0.5;
}

.form {
  padding: 5px 10px;
}

.checkbox,
.radio {
  line-height: 1.4em;
}
.checkbox > label.disabled,
.radio > label.disabled {
  opacity: 0.4;
}
.checkbox > label > input,
.radio > label > input {
  margin-top: -1px;
}

@media print {
  .dropdown {
    display: none;
  }
}
.list-group-item {
  display: flex;
  height: 48px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin: -1px 0 0 0;
  background: transparent;
  border: 1px solid #e4e4e4;
  border-color: var(--divider);
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.2;
}
html.no-touch .list-group-item {
  height: 42px;
}
.list-group-item:hover {
  color: #000;
  color: var(--highest);
}
.list-group.line > .list-group-item {
  border-left: 0;
  border-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.list-group.line > .list-group-item:not([style*="display: none"]):last-child {
  border-bottom: 0;
}

/*
html.isAndroid {
    #dropdown-wrapper-actionsheet {
        .table-wrapper {
            display: table;
            width: 100%;
            height: 100%;

            .table-cell {
                display: table-cell;
                vertical-align: middle;

                div.inner {
                    position: relative;
                    transform: translate3d(0, 30%, 0);
                    > button {
                        display: none;
                    }   
                }
            }
        }
    }
}
*/
.none {
  display: none;
}

.open > .dropdown-menu {
  min-width: 0;
  width: auto;
}
html.touch .open > .dropdown-menu {
  min-width: 120px;
}

.ui-sortable-helper {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

a {
  cursor: pointer;
}
html.no-touch a:hover {
  color: #000;
  color: var(--highest);
}

html.no-touch .visible-touch {
  display: none;
}

body.seg-simple {
  padding: 2em;
  max-width: 900px;
  margin: 0 auto;
}
body.seg-simple[data-responsive=xxlg] {
  max-width: 1255px;
}

label {
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1em;
  font-weight: 400;
}
label.control-label {
  color: #909090;
  color: var(--middle-high);
  font-size: 0.9rem;
}
label.control-label a {
  font-size: inherit !important;
}

.label {
  color: #bababa;
  color: var(--middle);
  padding: 0.08rem 0.3rem;
  margin: 0 0.1rem;
  position: relative;
  top: -0.1rem;
  font-size: 0.8rem;
}
.label.label-danger {
  background-color: #bb1717;
  background-color: var(--red-color);
  color: #fff;
}

a,
.a {
  text-decoration: none !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.mb-5 {
  margin-bottom: 4rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mt-5 {
  margin-top: 4rem !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 2rem !important;
}

.ms-5 {
  margin-left: 4rem !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 2rem !important;
}

.me-5 {
  margin-right: 4rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 4rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 2rem !important;
}

.pe-5 {
  padding-right: 4rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-3-5 {
  margin-bottom: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.mb-5 {
  margin-bottom: 4rem !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-5 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-5 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.mt0 {
  margin-top: 0 !important;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.mt5 {
  margin-top: 5px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.input-group .form-control {
  z-index: 0;
}

.radio-inline,
.checkbox-inline {
  padding: 0;
}
.radio-inline > label,
.checkbox-inline > label {
  padding: 4px 20px;
}
.radio-inline > label > input,
.checkbox-inline > label > input {
  top: -1px;
}

.shadow {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

/* overlide */
.has-error .control-label {
  color: #bb1717 !important;
  color: var(--red-color) !important;
}
.has-error .form-control {
  color: #bb1717 !important;
  color: var(--red-color) !important;
  border-color: #bb1717;
  border-color: var(--red-color);
}

.text-group {
  font-weight: bold;
  color: #4b76af;
  color: var(--primary-color);
}

.text-bold {
  font-weight: bold;
}

.border-0 {
  border: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 2rem !important;
}

.gap-5 {
  gap: 4rem !important;
}

.red {
  color: #bb1717 !important;
  color: var(--red-color) !important;
}

.green {
  color: #5cb94f !important;
  color: var(--green-color) !important;
}

.blue {
  color: #268be8 !important;
  color: var(--blue-color) !important;
}

@keyframes tyle-popover-rotate {
  from {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
#remm-wrapper {
  font-weight: 200;
  opacity: 0.7;
}

.flex-c {
  display: flex !important;
  justify-content: center;
}

.flex-1 {
  flex: 1 !important;
}

.flex-m {
  display: flex !important;
  align-items: center;
}

.flex-cm {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

pre {
  background: var(--low);
  border: 1px solid var(--mray-3);
  color: var(--high);
  font-size: 0.9rem;
}

html.dark .label-success {
  background-color: #298229;
}

.label-success,
.label-danger {
  color: #fff;
}

.flex {
  display: flex !important;
}

.justify-between {
  justify-content: space-between;
}

.lastDiv {
  text-align: center;
  color: rgba(122, 122, 122, 0.7);
  padding: 40px 0;
}
html.sm .lastDiv {
  padding: 10px 0;
}

.profile-group {
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.profile-group .profile {
  margin-right: 10px;
}

img.profile,
span.profile {
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 1;
  border-style: solid;
  border-width: 0;
  border-radius: 100% !important;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
html.dark img.profile,
html.dark span.profile {
  opacity: 0.9;
}
img.profile.type-image,
span.profile.type-image {
  opacity: 0.9;
  color: transparent;
}
img.profile.speaking::after,
span.profile.speaking::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 100% !important;
  border: 3px solid #bb1717;
}
html.dark img.profile.speaking::after,
html.dark span.profile.speaking::after {
  border-color: #fff;
}
img.profile.speaking::after,
span.profile.speaking::after {
  animation: droppable 1.2s infinite ease-out;
}
img.profile.size-s,
span.profile.size-s {
  width: 26px;
  height: 26px;
  font-size: 14px;
}
img.profile.size-l,
span.profile.size-l {
  width: 42px;
  height: 42px;
  font-size: 21px;
}
img.profile.size-xl,
span.profile.size-xl {
  width: 52px;
  height: 52px;
  font-size: 26px;
}

@keyframes after-hover {
  from {
    background-color: rgba(0, 0, 0, 0.05);
  }
  to {
    background-color: rgba(0, 0, 0, 0);
  }
}
@keyframes droppable {
  from {
    transform: scale(1);
    opacity: 0.7;
  }
  to {
    transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes after-hover-dark {
  from {
    background-color: rgba(255, 255, 255, 0.1);
  }
  to {
    background-color: rgba(255, 255, 255, 0);
  }
}
#report-bottom-prev-next {
  margin-top: 20px;
}

#imo-wrapper {
  padding: 8em 0;
  text-align: center;
}
html.xxs:not(.xs) #imo-wrapper {
  padding: 4em 0;
}
#imo-wrapper #imo {
  font-size: 5em;
  margin: 0.8em 0;
  display: block;
}
html.dark #imo-wrapper .image-404 {
  filter: invert(1);
}

@keyframes green-blink {
  0% {
    background: rgb(255, 255, 255);
  }
  50% {
    background: rgba(255, 255, 255, 0);
  }
  100% {
    background: rgb(255, 255, 255);
  }
}
#new_pusher {
  display: none;
  margin-bottom: 20px;
}

.new_pusher {
  cursor: pointer;
  text-align: center;
  color: #5cb94f;
  color: var(--green-color);
  font-size: 13px;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 0;
  border: 1px solid #5cb94f;
  border-color: var(--green-color);
  animation: green-blink 1s linear infinite;
}

.list-group.setting .list-group-item {
  cursor: pointer;
  width: 100%;
}
html.no-touch .list-group.setting .list-group-item:hover {
  animation: after-hover 1s ease-out 1;
  background: rgba(0, 0, 0, 0);
}
html.no-touch.dark .list-group.setting .list-group-item:hover {
  animation: after-hover-dark 1s ease-out 1;
  background: rgba(0, 0, 0, 0);
}
.list-group.setting .list-group-item .l {
  line-height: 1.5;
}
.list-group.setting .list-group-item .data {
  line-height: 1.5;
}
.list-group.setting .list-group-item.updated {
  background: beige;
}
.list-group.setting .list-group-item .profile {
  width: 28px;
  height: 28px;
  border-radius: 100% !important;
  position: relative;
  border: 1px solid #e4e4e4;
  border-color: var(--divider);
  vertical-align: middle;
}
.list-group.setting .list-group-item.no-click {
  cursor: auto;
}
.list-group.setting .list-group-item.no-click .data {
  color: #909090;
  color: var(--middle-high);
}

body[data-responsive=xlg] .hidden-xlg {
  display: none;
}

html.isIE .hidden-ie {
  display: none;
}

body[data-responsive=xxlg] .hidden-xxlg {
  display: none;
}

.visible-print {
  display: none;
}

@media print {
  .hidden-print {
    display: none !important;
  }
  .visible-print {
    display: block !important;
  }
}
ul.normal {
  padding-left: 20px;
}
ul.normal li {
  line-height: 1.5em;
  margin: 8px 0;
}

html.sm .text-sm-right {
  text-align: right;
}

.btn-outline {
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
  background-color: transparent !important;
}

#btn-cs {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
#btn-cs > button {
  border-radius: 100% !important;
  font-size: 1.5rem;
  width: 45px;
  height: 45px;
  vertical-align: middle;
  color: #fff;
  padding: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  text-align: center;
}
#btn-cs > button > span.question {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
body.seg-simple #btn-cs {
  display: none;
}

@media screen and (max-aspect-ratio: 1/1) {
  html.touch #btn-cs {
    bottom: 75px;
    bottom: calc(constant(safe-area-inset-bottom) + 75px);
    bottom: calc(env(safe-area-inset-bottom) + 75px);
  }
}
.info-narrow {
  max-width: 700px;
  margin: 30px auto;
  padding: 0 10px;
}
#modal_div .info-narrow {
  margin-top: 0;
}
.info-narrow h1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  text-align: left;
  margin-bottom: 1em;
  font-size: 1.8rem;
}
.info-narrow h1 button {
  background: transparent;
  border: 0;
  padding: 0.2em;
  margin: 0;
  font-size: 1.9rem;
  color: #222;
  color: var(--high);
}
#modal_div .info-narrow h1 button {
  display: none;
}
.info-narrow p,
.info-narrow li,
.info-narrow small {
  color: #222;
  color: var(--high);
}

.z-1 {
  z-index: 1;
}

#confetti-message {
  position: fixed;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  color: #fff;
  text-shadow: 0 0 5px #000;
  line-height: 1.2em;
  width: 100%;
  text-align: center;
  pointer-events: none;
  z-index: 9999999999;
}
#confetti-message + canvas {
  z-index: 999999999;
}

#aws-waf-block-notice {
  position: fixed;
  z-index: 999999;
  left: 0;
  width: 100%;
  padding: 1.3em;
  background: #bc0a1a;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  opacity: 0.9;
}
#aws-waf-block-notice:hover {
  background: #ff2539;
  opacity: 1;
}

.markdown > h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.markdown > h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.markdown > h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.markdown > h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.markdown > h5 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.markdown > h6 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.markdown > code {
  font-size: 0.95em;
  background: var(--mray-3);
  color: var(--high);
  font-family: inherit;
  border: 1px solid var(--mray-3);
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
.markdown pre > code {
  white-space: normal;
  list-style: 1.6em;
}
.markdown div.space-1 {
  margin-left: 1rem;
}
.markdown div.space-2 {
  margin-left: 2rem;
}
.markdown div.space-3 {
  margin-left: 3rem;
}
.markdown > blockquote {
  background: rgba(0, 0, 0, 0.2);
  border-left-color: rgba(122, 122, 122, 0.6);
  font-size: 0.95em;
}
.markdown > ol,
.markdown > ul {
  padding-left: 1.2em;
  margin-bottom: 1em;
}
.markdown > ol > li,
.markdown > ul > li {
  margin-bottom: 0.5em;
}

.fs-sm {
  font-size: 0.94rem !important;
}

.fs-xs {
  font-size: 0.82rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-md {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 1.75 !important;
}

.lh-xl {
  line-height: 2 !important;
}

.pswp .pswp__scroll-wrap .pswp__counter {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.pswp .pswp__scroll-wrap .pswp__button--arrow {
  width: 60px;
  opacity: 0.5;
}
.pswp .pswp__scroll-wrap .pswp__button--arrow:hover {
  opacity: 1;
}
.pswp .pswp__scroll-wrap .pswp__button--arrow .pswp__icn {
  width: 40px;
}
html.touch .pswp .pswp__scroll-wrap .pswp__button--arrow {
  display: none;
}
.pswp .pswp__scroll-wrap .pswp__preloader,
.pswp .pswp__scroll-wrap .pswp__button--close,
.pswp .pswp__scroll-wrap .pswp__button--zoom {
  display: none !important;
}
.pswp .pswp__scroll-wrap .pswp__button--custom-close-button {
  opacity: 1 !important;
  width: 54px;
  height: 50px;
  position: fixed;
  left: 0;
  top: 0;
}
html.isWin .pswp .pswp__scroll-wrap .pswp__button--custom-close-button {
  left: auto;
  right: 0;
}
.pswp .pswp__scroll-wrap .pswp__button--custom-close-button .bi-x-lg {
  font-size: 1.7rem;
  font-weight: bold;
}

.dimm-placeholder::placeholder {
  color: rgba(122, 122, 122, 0.5) !important;
  opacity: 1;
}

/* Internet Explorer 10-11 */
.dimm-placeholder:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.5) !important;
}

/* Microsoft Edge */
.dimm-placeholder::-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.5) !important;
}

.rows-type-alert {
  background: rgba(122, 122, 122, 0.3);
  display: block;
  border-radius: 5px;
  left: 50%;
  color: var(--highest) !important;
  z-index: 10;
  font-size: 13px;
  text-align: center;
  padding: 0 10px;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.rows-type-alert > span {
  display: inline-block;
  padding: 8px 5px 0px 5px;
}
.rows-type-alert > span i {
  margin-right: 8px;
  vertical-align: middle;
}
.rows-type-alert a.btn-link {
  display: inline-block;
  color: var(--highest) !important;
  cursor: pointer;
  font-weight: bold;
  padding: 8px 5px;
  text-decoration: underline !important;
}

.report-chart .rows-type-alert {
  text-align: left;
}
body.modal-opened {
  overflow: hidden;
}
div.modal_overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
div.modal_overlay > div.modal_frame_table {
  position: absolute;
  overflow: auto;
  width: 100%;
  height: 100%;
  display: table;
}
div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame {
  position: relative;
  text-align: left;
  display: inline-block;
  width: 96%;
  min-height: 110px;
  max-width: 980px;
  margin: 10px 5px;
  opacity: 1;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  background-color: var(--lowest);
}
html.dark div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame {
  border: 1px solid rgb(65.1851851852, 65.1851851852, 66.8148148148);
}
html:not(.sm) div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame.modal-simple .modal_title_bar {
  height: 20px;
  visibility: hidden;
}
div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame.modal-auto {
  width: auto;
}
div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame.auto-xxs, div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame.modal-xxs {
  max-width: 480px;
}
div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame.auto-xs, div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame.modal-xs {
  max-width: 767px;
}
div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame.auto-md, div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame.modal-md {
  max-width: 1200px;
}
div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame.modal-full {
  height: 100%;
  width: 100%;
  margin: 0;
  max-width: 100%;
}
div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame.modal-full > .modal_contents {
  height: calc(100% - 40px);
}
div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame div.modal_title_bar {
  height: 40px;
  cursor: move;
}
html.isWin div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame div.modal_title_bar {
  text-align: right;
}
html.touch div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame div.modal_title_bar {
  height: 25px;
}
div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame div.modal_title_bar > span {
  padding: 12px;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  width: 44px;
  height: 44px;
  z-index: 100;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
  opacity: 0.6;
}
html.touch div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame div.modal_title_bar > span {
  position: fixed;
  border-radius: 100% !important;
  left: 5px;
  top: 5px;
  background-color: rgba(255, 255, 255, 0.6);
}
html.dark div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame div.modal_title_bar > span {
  filter: invert(1);
}
div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame div.modal_contents {
  float: left;
  width: 100%;
  overflow: visible;
  padding: 15px 30px 30px 30px;
  line-height: 1.6em;
  min-height: 90px;
  background-color: #fff;
  background-color: var(--lowest);
}
html.xxs:not(.xs) div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame div.modal_contents {
  padding: 15px 15px 25px 15px;
}
div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame div.modal_contents h1 {
  margin-top: 4px;
  font-size: 21px;
  margin-bottom: 15px;
}
div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame div.modal_contents h2.alert {
  color: #bb1717;
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 18px;
}
div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame div.modal_contents .modal-tools {
  position: absolute;
  top: 6px;
  right: 6px;
}
html.touch div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame div.modal_contents .modal-tools {
  top: -2px;
}
html.isWin div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame div.modal_contents .modal-tools {
  right: auto;
  left: 6px;
}
div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame.modal-alert .btn-primary ~ .btn-link {
  display: none !important;
}
div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame .modal-control-bar {
  text-align: center;
  position: relative;
}
div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame .modal-control-bar > .btn {
  display: block;
  float: right;
  text-align: center;
  font-size: 1.1em;
  min-width: 133px;
  margin-left: 2px;
  margin-right: 2px;
}
div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame .modal-control-bar .btn-primary {
  float: right;
  font-weight: bold;
}
div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame .modal-control-bar .btn-primary > span {
  font-weight: normal;
  opacity: 0.5;
  font-size: 0.7em;
}
div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame > .modal-control-bar {
  text-align: center;
  float: left;
  position: relative;
  width: 100%;
  display: block;
  margin-top: -10px;
  padding: 0 30px 25px 30px;
}
html.xxs:not(.xs) div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame > .modal-control-bar {
  padding: 0 10px 20px 10px;
}
html.isWin div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame .modal-control-bar .btn-link {
  float: left;
  border-right: 0;
}
html.isWin div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame .modal-control-bar .btn-primary {
  float: left;
}
div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame #form-submit-field {
  clear: both;
  position: relative;
  height: 38px;
  margin-top: 30px;
}
div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame.modal-danger > div {
  background-color: #bb1717;
}
div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame.modal-danger *,
div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame.modal-danger .alert {
  color: #fff !important;
}
div.modal_overlay > div.modal_frame_table > div.modal_frame_table_cell > div.modal_frame.modal-danger .btn-primary {
  background-color: #fff !important;
  color: #bb1717 !important;
  color: var(--red-color) !important;
  box-shadow: none;
}

div.modal_overlay.com {
  background: rgba(0, 0, 0, 0.7);
}
html.dark div.modal_overlay.com {
  background: rgba(0, 0, 0, 0.8);
}

div.modal_overlay.print-popup-modal .btn-modal-close {
  filter: invert(0) !important;
}
body[data-nav=n][data-responsive=md] #nav-wrapper, body[data-nav=n][data-responsive=lg] #nav-wrapper, body[data-nav=n][data-responsive=xlg] #nav-wrapper, body[data-nav=n][data-responsive=xxlg] #nav-wrapper {
  display: none;
}
#nav-wrapper #nav-inner {
  position: fixed;
  left: 0;
  top: 50px;
  bottom: 0;
  z-index: 0;
  padding: 0 15px 0 15px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
#nav-wrapper #nav-inner.scrollbar-y .depth-1 {
  width: calc(100% + 50px);
  padding-right: 35px;
}
#nav-wrapper #nav-inner .depth-1 {
  clear: both;
  display: none;
  width: calc(100% + 35px);
  height: 100%;
  padding: 5px 35px 0 0;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}
body[data-segment=main] #nav-wrapper #nav-inner .depth-1#nav-main {
  display: block;
}
body[data-segment=forum] #nav-wrapper #nav-inner .depth-1#nav-forum {
  display: block;
}
body[data-segment=help] #nav-wrapper #nav-inner .depth-1#nav-help {
  display: block;
}
#nav-wrapper #nav-inner .depth-1 h2 {
  display: none;
}
#nav-wrapper #nav-inner .depth-1 > #section-selector {
  padding: 0;
  width: 100%;
  outline: 0;
  margin: 15px 0;
}
body[data-responsive=xs] #nav-wrapper #nav-inner .depth-1 > #section-selector, body[data-responsive=sm] #nav-wrapper #nav-inner .depth-1 > #section-selector {
  margin-top: 20px;
}
#nav-wrapper #nav-inner .depth-1 > #section-selector > button {
  border: 0;
  outline: 0;
  font-weight: bold;
  font-size: 15px;
  padding: 0;
  border-radius: 5px !important;
  background-color: rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
}
html.dark #nav-wrapper #nav-inner .depth-1 > #section-selector > button {
  background-color: #282829;
}
#nav-wrapper #nav-inner .depth-1 > #section-selector > button > * {
  margin: 0 2px;
}
#nav-wrapper #nav-inner .depth-1 > #section-selector > button > span.s::after {
  content: " : ";
}
#nav-wrapper #nav-inner .depth-1 > #section-selector > .dropdown-menu {
  width: 100%;
}
#nav-wrapper #nav-inner .depth-1 > #section-selector > .dropdown-menu a {
  padding-left: 30px;
  padding-right: 40px;
  font-size: 1.1rem;
}
#nav-wrapper #nav-inner .depth-1 > #section-selector > .dropdown-menu a > .checker {
  position: absolute;
  left: 10px;
  color: rgba(122, 122, 122, 0.2);
}
#nav-wrapper #nav-inner .depth-1 > #section-selector > .dropdown-menu a > .currency {
  position: absolute;
  right: 10px;
  color: #bababa;
  color: var(--middle);
  font-size: 11px;
}
#nav-wrapper #nav-inner .depth-1 > #section-selector > .dropdown-menu a.current > .checker {
  color: #02bf22;
}
#nav-wrapper #nav-inner .depth-1 > .list-group {
  border-bottom: 0;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
html.custom-toggle-nav-icons-y > body[data-responsive=xs] #nav-wrapper #nav-inner .depth-1 > .list-group, html.custom-toggle-nav-icons-y > body[data-responsive=sm] #nav-wrapper #nav-inner .depth-1 > .list-group, html.custom-toggle-nav-icons-y > body[data-responsive=lg] #nav-wrapper #nav-inner .depth-1 > .list-group, html.custom-toggle-nav-icons-y > body[data-responsive=xlg] #nav-wrapper #nav-inner .depth-1 > .list-group, html.custom-toggle-nav-icons-y > body[data-responsive=xxlg] #nav-wrapper #nav-inner .depth-1 > .list-group {
  flex-direction: row;
}
#nav-wrapper #nav-inner .depth-1 > .list-group .divider {
  display: block;
  height: 8px;
  border-bottom: 1px solid #e4e4e4;
  border-bottom-color: var(--divider);
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
#nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item {
  display: flex;
  border: 0;
  background: transparent;
  height: 43px;
  vertical-align: middle;
  padding: 0;
  border-radius: 5px !important;
  align-items: center;
  line-height: 1.2em;
  justify-content: flex-start;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
}
#nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item:hover, #nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item:hover * {
  opacity: 1 !important;
}
#nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item.selected {
  background: #ddd;
  background: var(--middle-low);
}
#nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item.selected * {
  opacity: 1 !important;
}
#nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item i[class*=bi],
#nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item span.emoji {
  font-size: 1.4rem;
  display: inline-block;
  text-align: center;
  width: 50px;
  line-height: 1;
}
#nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item i[class*=bi][class*=bi],
#nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item span.emoji[class*=bi] {
  line-height: 1;
  opacity: 0.7;
}
#nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item span.l {
  font-size: 1.1rem;
  font-weight: 400;
  opacity: 0.85;
}
html.custom-toggle-nav-icons-y > body[data-responsive=xs] #nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item, html.custom-toggle-nav-icons-y > body[data-responsive=sm] #nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item, html.custom-toggle-nav-icons-y > body[data-responsive=lg] #nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item, html.custom-toggle-nav-icons-y > body[data-responsive=xlg] #nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item, html.custom-toggle-nav-icons-y > body[data-responsive=xxlg] #nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item {
  width: 33.3%;
  flex-direction: column;
  height: 64px;
  justify-content: center;
}
html.custom-toggle-nav-icons-y > body[data-responsive=xs] #nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item > *, html.custom-toggle-nav-icons-y > body[data-responsive=sm] #nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item > *, html.custom-toggle-nav-icons-y > body[data-responsive=lg] #nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item > *, html.custom-toggle-nav-icons-y > body[data-responsive=xlg] #nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item > *, html.custom-toggle-nav-icons-y > body[data-responsive=xxlg] #nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item > * {
  position: relative;
  top: 3px;
}
html.custom-toggle-nav-icons-y > body[data-responsive=xs] #nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item span.l, html.custom-toggle-nav-icons-y > body[data-responsive=sm] #nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item span.l, html.custom-toggle-nav-icons-y > body[data-responsive=lg] #nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item span.l, html.custom-toggle-nav-icons-y > body[data-responsive=xlg] #nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item span.l, html.custom-toggle-nav-icons-y > body[data-responsive=xxlg] #nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item span.l {
  font-size: 12px;
  opacity: 0.7;
  margin-top: 8px;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
}
html.custom-toggle-nav-icons-y > body[data-responsive=xs] #nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item span.badge, html.custom-toggle-nav-icons-y > body[data-responsive=sm] #nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item span.badge, html.custom-toggle-nav-icons-y > body[data-responsive=lg] #nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item span.badge, html.custom-toggle-nav-icons-y > body[data-responsive=xlg] #nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item span.badge, html.custom-toggle-nav-icons-y > body[data-responsive=xxlg] #nav-wrapper #nav-inner .depth-1 > .list-group .list-group-item span.badge {
  margin-top: 0;
  top: 6%;
  right: 20%;
}
body[data-responsive=xs] #nav-wrapper #nav-inner, body[data-responsive=sm] #nav-wrapper #nav-inner {
  width: 250px;
  top: 0;
  left: -250px;
  background-color: #fff;
  background-color: var(--lowest);
  z-index: 1001;
  overflow: auto;
  overflow-x: hidden;
  display: block;
  padding: 10px;
  margin-top: -15px;
}
html.dark body[data-responsive=xs] #nav-wrapper #nav-inner, html.dark body[data-responsive=sm] #nav-wrapper #nav-inner {
  border-right: 1px solid #353535;
}
body[data-responsive=xs] #nav-wrapper #nav-inner .depth-1, body[data-responsive=sm] #nav-wrapper #nav-inner .depth-1 {
  display: block !important;
  overflow: visible;
  height: auto;
  width: 100%;
  height: auto;
  padding: 0;
}
body[data-responsive=xs] #nav-wrapper #nav-inner .depth-1 h2, body[data-responsive=sm] #nav-wrapper #nav-inner .depth-1 h2 {
  display: block;
  clear: both;
  margin: 5px -10px 5px;
  padding: 5px 19px 4px;
  font-size: 12px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.2);
}
html.dark body[data-responsive=xs] #nav-wrapper #nav-inner .depth-1 h2, html.dark body[data-responsive=sm] #nav-wrapper #nav-inner .depth-1 h2 {
  background-color: rgba(0, 0, 0, 0.5);
}
body[data-responsive=xs] #nav-wrapper #nav-inner .depth-1 .list-group, body[data-responsive=sm] #nav-wrapper #nav-inner .depth-1 .list-group {
  margin-bottom: 0;
}
body[data-responsive=xs] #nav-wrapper #nav-inner .depth-1 .list-group .list-group-item, body[data-responsive=sm] #nav-wrapper #nav-inner .depth-1 .list-group .list-group-item {
  height: 50px;
}
body[data-responsive=xs] #nav-wrapper #nav-inner .depth-1 .list-group .list-group-item span.l, body[data-responsive=sm] #nav-wrapper #nav-inner .depth-1 .list-group .list-group-item span.l {
  font-size: 17.5px;
}
body[data-responsive=xs].left-side-opened #nav-wrapper #nav-inner, body[data-responsive=sm].left-side-opened #nav-wrapper #nav-inner {
  transform: translate3d(250px, 0, 0);
}
html.dark body[data-responsive=xs].left-side-opened #nav-wrapper #nav-inner #section-selector > button, html.dark body[data-responsive=sm].left-side-opened #nav-wrapper #nav-inner #section-selector > button {
  background-color: #171717;
}
body[data-responsive=md] #nav-wrapper #nav-inner {
  width: 92px;
  z-index: 1;
}
body[data-responsive=md] #nav-wrapper #nav-inner #section-selector {
  padding: 0;
  margin-bottom: 20px;
}
body[data-responsive=md] #nav-wrapper #nav-inner #section-selector > button {
  height: 55px;
  flex-direction: column;
}
body[data-responsive=md] #nav-wrapper #nav-inner #section-selector > button > span.s::after {
  content: "";
}
body[data-responsive=md] #nav-wrapper #nav-inner #section-selector > button > span.t {
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
}
body[data-responsive=md] #nav-wrapper #nav-inner #section-selector > button > span.caret {
  display: none;
}
body[data-responsive=md] #nav-wrapper #nav-inner .list-group .list-group-item {
  justify-content: center;
  flex-direction: column;
  height: 58px;
}
body[data-responsive=md] #nav-wrapper #nav-inner .list-group .list-group-item > * {
  position: relative;
  top: 3px;
}
body[data-responsive=md] #nav-wrapper #nav-inner .list-group .list-group-item span.l {
  font-size: 11px;
  opacity: 0.6;
  margin-top: 8px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
}
body[data-responsive=md] #nav-wrapper #nav-inner .list-group .list-group-item span.badge {
  font-size: 10px;
  margin-top: 0;
  top: 6%;
  right: 20%;
}
body[data-responsive=lg] #nav-wrapper #nav-inner, body[data-responsive=xlg] #nav-wrapper #nav-inner {
  width: 210px;
}
body[data-responsive=xxlg] #nav-wrapper #nav-inner {
  width: 220px;
  left: 50%;
  transform: translateX(-860px);
}
#nav-wrapper #nav-inner .btn-edit {
  position: static;
  border: 0;
  opacity: 0.6;
  padding: 5px 15px 15px;
  font-size: 11px;
  background: transparent;
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
}
body[data-responsive=xs] #nav-wrapper #nav-inner .btn-edit, body[data-responsive=sm] #nav-wrapper #nav-inner .btn-edit {
  position: absolute;
  bottom: auto;
  left: auto;
  right: 0;
  top: -2px;
  padding: 6px;
  width: auto;
}
html.custom-toggle-nav-icons-y > body[data-responsive=lg] #nav-wrapper #nav-inner .btn-edit, html.custom-toggle-nav-icons-y > body[data-responsive=lg] #nav-wrapper #nav-inner .btn-edit, html.custom-toggle-nav-icons-y > body[data-responsive=xlg] #nav-wrapper #nav-inner .btn-edit, html.custom-toggle-nav-icons-y > body[data-responsive=xxlg] #nav-wrapper #nav-inner .btn-edit {
  margin-top: 30px;
}
#nav-wrapper #nav-overlay {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  cursor: pointer;
}
body[data-responsive=xs].left-side-opened #nav-wrapper #nav-overlay, body[data-responsive=sm].left-side-opened #nav-wrapper #nav-overlay {
  display: block;
  opacity: 1;
}
#nav-wrapper #nav-overlay > i {
  font-size: 1.7rem;
  color: #fff;
  position: absolute;
  left: 260px;
  top: 0.9rem;
  font-weight: bold;
}

body[data-segment=main].guest-view #nav-wrapper #nav-inner .depth-1#nav-main {
  display: none;
}

body[data-segment=main].guest-view #middle-wrapper {
  margin-left: auto;
}

body[data-segment=main].guest-view.middle-blocked::after {
  margin-left: auto;
}

body.left-side-opened {
  overflow: hidden;
}

#nav-user-setting-emoji {
  line-height: 1.5em;
}
#nav-user-setting-emoji .emoji {
  display: inline-block;
  padding: 15px 10px 5px;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 1em;
  cursor: pointer;
}
#nav-user-setting-emoji .emoji.active {
  outline: 2px solid #222;
  outline-color: var(--high);
}
html.no-touch #nav-user-setting-emoji .emoji:hover {
  cursor: pointer;
  transform: scale(1.5);
}
#notification-mobile-wrapper a {
  background-color: #fff;
  background-color: var(--lowest);
  margin-bottom: 1px;
  border-bottom: 0 !important;
  box-shadow: 0 0 2px #e4e4e4;
  box-shadow: 0 0 2px var(--divider);
}

#notification_list li,
#notifications-cont li {
  overflow: hidden;
  position: relative;
}
#notification_list li.is-newest,
#notifications-cont li.is-newest {
  opacity: 1;
}
#notification_list li.is-newest > a:after,
#notifications-cont li.is-newest > a:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -8px;
  border-radius: 200% !important;
  background-color: #4b76af;
  background-color: var(--primary-color);
}
#notification_list li.datetime,
#notifications-cont li.datetime {
  margin: 10px;
  margin-left: 14px;
  font-size: 13px;
  opacity: 0.4;
}
#notification_list li a,
#notifications-cont li a {
  display: block;
  color: #222;
  color: var(--high);
  height: auto;
  line-height: 1.2em;
  padding: 11px 13px 7px 30px;
  border-bottom: 1px solid #e4e4e4;
  border-bottom-color: var(--divider);
}
#notification_list li a > *,
#notifications-cont li a > * {
  display: block;
}
#notification_list li a .contents,
#notifications-cont li a .contents {
  font-size: 0.9rem;
  margin-bottom: 1px;
}
#notification_list li a .summary,
#notifications-cont li a .summary {
  font-size: 0.85rem;
  opacity: 0.5;
}
#notification_list li a .datetime,
#notifications-cont li a .datetime {
  display: none;
}

#notification_list {
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  overflow-scrolling: touch;
  width: 280px;
  height: 300px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
}

#notifications-cont {
  list-style: none;
  padding: 0;
  margin: 0;
}
#notifications-cont li a {
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 11px;
}
#notifications-cont li:last-child a {
  border-bottom: 0;
}
.now-loading {
  min-height: 34px;
  position: relative;
}
.now-loading::before {
  content: "";
  position: absolute;
  z-index: 91;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -8px;
  width: 16px;
  height: 11px;
  opacity: 0.7;
  background-size: cover;
}
.now-loading::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 90;
  background: #fff;
  opacity: 0.5;
}
html.dark .now-loading::after {
  background: #282829;
}
body.middle-blocked .now-loading::after {
  display: none;
}
div.or {
  position: relative;
  display: block;
  height: 30px;
  border-top: 1px solid #e4e4e4;
  border-top-color: var(--divider);
  margin-top: 35px;
}
div.or:before {
  content: "OR";
  position: absolute;
  padding: 0 10px;
  color: #909090;
  color: var(--middle-high);
  font-weight: bold;
  background-color: #fff;
  background-color: var(--low);
  top: -31%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#payment_cont h3 {
  color: #aaa;
}
#payment_cont #field_price {
  background: transparent;
  padding-top: 25px;
}
#payment_cont #original_price {
  display: block;
  padding: 10px 0;
  font-size: 25px;
}
#payment_cont #original_price.discount {
  color: #bb1717;
  color: var(--red-color);
  text-decoration: line-through;
}
#payment_cont #original_price > span {
  font-size: 0.7em;
}
#payment_cont #price {
  display: block;
  padding: 10px 0;
  font-size: 28px;
}
#payment_cont #price > span {
  font-size: 0.7em;
}
#payment_cont #payment_info {
  line-height: 1.6em;
}
#payment_cont #coupon_input input {
  display: inline-block;
  width: 60px;
}
#payment_cont #coupon_input .loader {
  display: inline-block;
  position: relative;
  top: 7px;
  left: 7px;
}
#payment_cont #coupon_check {
  margin-top: 20px;
}
#payment_cont #coupon_check .alert {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
#payment_cont #coupon_check .alert span {
  font-size: 20px;
  position: absolute;
  top: 15px;
  left: 13px;
}
#payment_cont #payment_history td.status > span {
  color: #fff;
  color: var(--lowest);
  line-height: 1em;
  padding: 2px 4px;
  border-radius: 2px !important;
  font-size: 0.9em;
  background: #f0ad4e;
}
#payment_cont #payment_history td.status > span.status-2 {
  background: #5cb85c;
}
#payment_cont #payment_history td.status > span.status-0 {
  background: #bbb;
}
.print-popup-modal {
  overflow: hidden !important;
}
.print-popup-modal .modal_title_bar,
.print-popup-modal .modal_contents {
  background-color: #fff !important;
}
.print-popup-modal .modal_title_bar .btn-modal-close,
.print-popup-modal .modal_contents .btn-modal-close {
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: #000 !important;
}
.print-popup-modal .modal_contents {
  height: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.is-popup-view {
  max-width: 100%;
  background-color: #fff;
  background-color: var(--lowest);
}
body.is-popup-view #pop_cont {
  padding: 0 10px 10px 10px;
}
body.is-popup-view #pop_cont,
body.is-popup-view #print-popup {
  background-color: #fff;
  background-color: var(--lowest);
  margin: -20px;
}
@media only print {
  body.is-popup-view #pop_cont,
  body.is-popup-view #print-popup {
    margin: 2em;
  }
}
body.is-popup-view #pop_cont #cont,
body.is-popup-view #print-popup #cont {
  padding: 20px 3px 3px 3px;
  overflow-x: hidden;
}
body.is-popup-view #pop_cont *,
body.is-popup-view #print-popup * {
  cursor: auto !important;
}
body.is-popup-view #pop_cont .box,
body.is-popup-view #print-popup .box {
  box-shadow: none;
  padding: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
body.is-popup-view #pop_cont .box .btn,
body.is-popup-view #print-popup .box .btn {
  display: none;
}
body.is-popup-view #pop_cont .ctl,
body.is-popup-view #pop_cont .control_bar,
body.is-popup-view #pop_cont .hidden-pop,
body.is-popup-view #pop_cont #report-bottom-prev-next,
body.is-popup-view #print-popup .ctl,
body.is-popup-view #print-popup .control_bar,
body.is-popup-view #print-popup .hidden-pop,
body.is-popup-view #print-popup #report-bottom-prev-next {
  display: none;
}
body.is-popup-view #pop_cont h1,
body.is-popup-view #print-popup h1 {
  text-align: center;
  padding: 0;
}
body.is-popup-view #pop_cont #cont > h1,
body.is-popup-view #print-popup #cont > h1 {
  margin-top: 0;
}
body.is-popup-view #pop_cont h2,
body.is-popup-view #print-popup h2 {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
}
body.is-popup-view #pop_cont h2 *,
body.is-popup-view #print-popup h2 * {
  font-size: 16px;
}
body.is-popup-view #pop_cont h2.mt0,
body.is-popup-view #print-popup h2.mt0 {
  text-align: left;
  font-size: 20px;
  margin-bottom: 0;
}
body.is-popup-view #pop_cont h2 > div,
body.is-popup-view #print-popup h2 > div {
  line-height: 1.2em;
}
body.is-popup-view #pop_cont .clickable,
body.is-popup-view #print-popup .clickable {
  background: transparent !important;
}
body.is-popup-view #pop_cont .highcharts-exporting-group,
body.is-popup-view #print-popup .highcharts-exporting-group {
  display: none;
}
#post-it-wrapper #post-it-overlay {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
}
html.dark #post-it-wrapper #post-it-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}
#post-it-wrapper #post-it-overlay {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  cursor: pointer;
}
#post-it-wrapper #post-it-overlay > i {
  font-size: 1.7rem;
  color: #fff;
  position: absolute;
  right: 261px;
  top: 0.9rem;
  font-weight: bold;
}
#post-it-wrapper #post-it-inner {
  display: none;
  position: absolute;
  z-index: 50;
  right: 0;
  top: 50px;
  height: 100%;
  width: 250px;
  bottom: 0;
  overflow: visible;
  padding: 5px 5px 30px 5px;
  transform: translate3d(0, 0, 0);
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
#post-it-wrapper #post-it-inner.show-all-mode {
  background-color: rgba(122, 122, 122, 0.5);
}
#post-it-wrapper #post-it-inner #post-it-header {
  padding: 13px 5px 16px 5px;
  transition: opacity 0.5 linear;
}
#post-it-wrapper #post-it-inner #post-it-header > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
#post-it-wrapper #post-it-inner #post-it-header > div .btn {
  flex-shrink: 0;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#post-it-wrapper #post-it-inner #post-it-header .post-it-search-wrapper {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
}
#post-it-wrapper #post-it-inner #post-it-header .post-it-search-wrapper input {
  background: transparent;
  margin: 0;
  height: 30px;
  flex: 1;
  padding-right: 28px;
}
#post-it-wrapper #post-it-inner #post-it-header .post-it-search-wrapper input.applied-query {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: 0;
}
html.touch #post-it-wrapper #post-it-inner #post-it-header .post-it-search-wrapper input {
  height: 36px;
}
#post-it-wrapper #post-it-inner #post-it-header .post-it-search-wrapper .post-it-search-clear {
  position: absolute;
  color: var(--high);
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
  z-index: 1;
}
#post-it-wrapper #post-it-inner #post-it-header .post-it-search-wrapper .post-it-search-clear i {
  font-size: 12px;
}
input.applied-query ~ #post-it-wrapper #post-it-inner #post-it-header .post-it-search-wrapper .post-it-search-clear {
  color: rgba(255, 255, 255, 0.7);
}
input.applied-query ~ #post-it-wrapper #post-it-inner #post-it-header .post-it-search-wrapper .post-it-search-clear:hover {
  color: rgb(255, 255, 255);
}
#post-it-wrapper #post-it-inner #btn-add-post-it {
  opacity: 0;
  transition: opacity 0.5 linear;
}
#post-it-wrapper #post-it-inner:hover #btn-add-post-it {
  opacity: 1;
}
#post-it-wrapper #post-it-inner #post_it_div {
  padding: 1px 5px 5px 5px;
}
#post-it-wrapper #post-it-inner #post_it_div[data-filtered=y] > div.post_it_each .page {
  display: block;
}
#post-it-wrapper #post-it-inner #post_it_div .bg-ffccad {
  background: #ffccad;
}
html.dark #post-it-wrapper #post-it-inner #post_it_div .bg-ffccad {
  background: #5a5757;
}
#post-it-wrapper #post-it-inner #post_it_div .bg-fef79f {
  background: #fef79f;
}
html.dark #post-it-wrapper #post-it-inner #post_it_div .bg-fef79f {
  background: #8a784d;
}
#post-it-wrapper #post-it-inner #post_it_div .bg-d3e496 {
  background: #d3e496;
}
html.dark #post-it-wrapper #post-it-inner #post_it_div .bg-d3e496 {
  background: #496838;
}
#post-it-wrapper #post-it-inner #post_it_div .bg-e0d1f3 {
  background: #e0d1f3;
}
html.dark #post-it-wrapper #post-it-inner #post_it_div .bg-e0d1f3 {
  background: #6c5b84;
}
#post-it-wrapper #post-it-inner #post_it_div .bg-fdd1da {
  background: #fdd1da;
}
html.dark #post-it-wrapper #post-it-inner #post_it_div .bg-fdd1da {
  background: #984b5a;
}
#post-it-wrapper #post-it-inner #post_it_div .bg-c4eaf1 {
  background: #c4eaf1;
}
html.dark #post-it-wrapper #post-it-inner #post_it_div .bg-c4eaf1 {
  background: #386b75;
}
#post-it-wrapper #post-it-inner #post_it_div .bg-b5e8db {
  background: #b5e8db;
}
html.dark #post-it-wrapper #post-it-inner #post_it_div .bg-b5e8db {
  background: #51713f;
}
#post-it-wrapper #post-it-inner #post_it_div > div.post_it_each {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
}
#post-it-wrapper #post-it-inner #post_it_div > div.post_it_each:has(.dropdown.open) {
  z-index: 100;
}
#post-it-wrapper #post-it-inner #post_it_div > div.post_it_each .fix-pin {
  position: absolute;
  left: 0;
  top: -1px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
#post-it-wrapper #post-it-inner #post_it_div > div.post_it_each.pin_y .fix-pin::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -4px;
  opacity: 0.63;
  border-right: 7px solid red;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transform: rotate(45deg);
}
#post-it-wrapper #post-it-inner #post_it_div > div.post_it_each.updating .ctl button {
  visibility: hidden;
}
#post-it-wrapper #post-it-inner #post_it_div > div.post_it_each.updating .ctl {
  background: url(https://static.whooing.com/assets/img/loading.gif) no-repeat center center;
  background-size: 18px 18px;
  opacity: 0.4;
}
#post-it-wrapper #post-it-inner #post_it_div > div.post_it_each .ctl {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}
#post-it-wrapper #post-it-inner #post_it_div > div.post_it_each .ctl > ul {
  width: 200px;
}
#post-it-wrapper #post-it-inner #post_it_div > div.post_it_each .ctl .caret {
  position: relative;
  top: -2px;
  right: -4px;
  color: #000;
  color: var(--highest);
}
#post-it-wrapper #post-it-inner #post_it_div > div.post_it_each .ctl .label-fix-release {
  display: none;
}
#post-it-wrapper #post-it-inner #post_it_div > div.post_it_each .ctl .post-it-color {
  padding: 14px 0;
  text-align: center;
}
#post-it-wrapper #post-it-inner #post_it_div > div.post_it_each .ctl .post-it-color span.color {
  display: inline-block;
  width: 21px;
  height: 21px;
  border: 2px solid #fff;
  border-color: var(--lowest);
  cursor: pointer;
  position: relative;
  margin: 0 2px;
  border-radius: 100% !important;
}
#post-it-wrapper #post-it-inner #post_it_div > div.post_it_each .ctl .post-it-color span.color:hover {
  z-index: 2;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
#post-it-wrapper #post-it-inner #post_it_div > div.post_it_each .ctl .post-it-color span.color.active {
  z-index: 1;
  border-color: var(--middle-high);
}
#post-it-wrapper #post-it-inner #post_it_div > div.post_it_each .page {
  display: none;
  position: absolute;
  font-size: 11px;
  font-weight: bold;
  background: #ffffff;
  left: -4px;
  top: -8px;
  border-radius: 4px;
  padding: 2px 8px;
  border: 1px solid rgba(0, 0, 0, 0.34);
  color: #000;
  cursor: pointer;
  transition: background-color 0.2s;
}
#post-it-wrapper #post-it-inner #post_it_div > div.post_it_each .page:hover {
  background-color: #f0f0f0;
}
#post-it-wrapper #post-it-inner #post_it_div > div.post_it_each .loader {
  position: absolute;
  right: 3px;
  bottom: 4px;
  transform: scale(0.7);
}
#post-it-wrapper #post-it-inner #post_it_div > div.post_it_each.pin_y .label-fix-release {
  display: inline-block;
}
#post-it-wrapper #post-it-inner #post_it_div > div.post_it_each.pin_y .label-fix-go {
  display: none;
}
#post-it-wrapper #post-it-inner #post_it_div > div.post_it_each textarea {
  overflow: hidden;
  padding: 15px 15px 0 15px;
  padding-bottom: 0;
  width: 100% !important;
  color: #000;
  color: var(--highest);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 0.9rem;
  line-height: 1.5em;
  resize: both;
  cursor: text;
}
#post-it-wrapper #post-it-inner #post_it_div > div.post_it_each textarea:focus {
  border: 0;
}
#post-it-wrapper #post-it-inner #post_it_div > div.post_it_each textarea.collapsed {
  height: var(--collapsed-height, 30px) !important;
  min-height: var(--collapsed-height, 30px) !important;
  max-height: var(--collapsed-height, 30px) !important;
  overflow: hidden;
  resize: none;
  cursor: pointer;
  line-height: 2.6em;
  padding-top: 8px;
}
#post-it-wrapper #post-it-inner #post_it_div > div.post_it_each.collapsed textarea {
  opacity: 0.6;
  position: relative;
}
body[data-responsive=xs].right-side-opened #post-it-wrapper #post-it-header,
body[data-responsive=xs].right-side-opened #post-it-wrapper #btn-add-post-it, body[data-responsive=sm].right-side-opened #post-it-wrapper #post-it-header,
body[data-responsive=sm].right-side-opened #post-it-wrapper #btn-add-post-it {
  opacity: 1 !important;
}
body[data-responsive=xs].right-side-opened #post-it-wrapper #post-it-overlay, body[data-responsive=sm].right-side-opened #post-it-wrapper #post-it-overlay {
  display: block;
}
body[data-responsive=xs].right-side-opened #post-it-wrapper #post-it-inner, body[data-responsive=sm].right-side-opened #post-it-wrapper #post-it-inner {
  display: block;
  position: fixed;
  top: 0;
  z-index: 1001;
  background-color: #fff;
  background-color: var(--lowest);
  overflow: auto;
}
html.dark body[data-responsive=xs].right-side-opened #post-it-wrapper #post-it-inner, html.dark body[data-responsive=sm].right-side-opened #post-it-wrapper #post-it-inner {
  border-left: 1px solid #353535;
}
body[data-responsive=md].post-fixed #post-it-wrapper #post-it-inner, body[data-responsive=lg].post-fixed #post-it-wrapper #post-it-inner, body[data-responsive=xlg].post-fixed #post-it-wrapper #post-it-inner {
  display: block;
}
body[data-responsive=xxlg].post-fixed #post-it-wrapper #post-it-inner {
  display: block;
  right: 50%;
  transform: translateX(860px);
}

body[data-responsive=md].post-fixed #header-btn-post-it, body[data-responsive=lg].post-fixed #header-btn-post-it, body[data-responsive=xlg].post-fixed #header-btn-post-it, body[data-responsive=xxlg].post-fixed #header-btn-post-it {
  background: rgba(122, 122, 122, 0.2);
}

body.right-side-opened {
  overflow: hidden;
}
#preset-wrapper {
  float: right;
  margin-top: 16px;
}

#preset {
  list-style: none;
  right: 20px;
  font-size: 11px;
  width: 360px;
  padding: 0;
  top: 37px;
  margin-bottom: 0;
}
html:not(.sm) #preset {
  display: none;
}
html.sm:not(.md) #preset {
  width: 320px;
}
#preset > li {
  float: right;
  width: 24%;
}
html.sm #preset > li:hover:before, html.sm #preset > li:hover:after {
  display: block;
}
html.sm #preset > li:hover > ul {
  height: 240px;
  visibility: visible;
}
#preset.pre ul {
  visibility: hidden;
  display: block;
}
#preset ul {
  height: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
  visibility: hidden;
  position: absolute;
  width: 99%;
  left: 1px;
  margin: 0 1px 0 0;
  padding: 0;
  z-index: 40;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  background-color: var(--lowest);
}
html.dark #preset ul {
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.78);
}
#preset ul > li {
  display: block;
  width: 100%;
}
#preset li {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  overflow: visible;
  text-align: center;
  cursor: pointer;
  margin: 0;
}
#preset li.now > a {
  font-weight: bold;
  color: #bb1717;
  color: var(--red-color);
}
#preset li.view > div {
  border-radius: 3px !important;
}
#preset li.selected > a {
  font-weight: bold;
}
#preset li.selected > a:after {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #4b76af;
  background-color: var(--primary-color);
}
#preset li > div {
  height: 44px;
  border: 1px solid #bababa;
  margin-right: -1px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
html.dark #preset li > div {
  border-color: #646464;
}
#preset li > div.selected {
  font-weight: bold;
  background-color: #f4f4f4;
}
html.dark #preset li > div.selected {
  background-color: #171717;
}
html.no-touch #preset li > div {
  height: 38px;
}
#preset li a {
  margin: 0 2px;
  font-size: 11px;
  border-top: 1px solid #e4e4e4;
  border-top-color: var(--divider);
  display: block;
  margin: 0;
  padding: 12px 0 10px;
  text-decoration: none;
  line-height: 14px;
}
#mobile-preset-wrapper {
  display: none;
}

body.preset-opened {
  overflow: hidden;
}
body.preset-opened #preset {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block !important;
  z-index: 1010;
  top: 100px;
  width: 100%;
}
body.preset-opened #preset > li {
  margin: 0 3%;
  width: 19%;
}
body.preset-opened #preset > li.view > div {
  background-color: #fff;
  background-color: var(--lowest);
}
body.preset-opened #preset > li.view > ul {
  visibility: visible;
}
body.preset-opened #preset > li > div {
  background: transparent;
  border: 0;
  font-size: 13px;
}
body.preset-opened #preset > li > ul {
  width: 100%;
  padding: 15px;
  padding-bottom: 50px;
  position: fixed;
  height: calc(100% - 140px);
  top: 150px;
  bottom: 0;
  box-shadow: none;
}
body.preset-opened #preset > li > ul > li > a {
  padding: 14px 0;
  font-size: 14px;
}
body.preset-opened #preset > li > ul > li:first-child > a {
  border-top: 0;
}
body.preset-opened #mobile-preset-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  top: 50px;
  display: block;
  z-index: 100;
  background-color: #f4f4f4;
  background-color: var(--low);
}
body.preset-opened #mobile-preset-wrapper > a {
  padding: 15px 13px 14px 15px;
  display: inline-block;
  font-size: 20px;
}

#btn-mobile-preset {
  padding: 6px 10px 7px 10px;
  border: 1px solid transparent;
  right: 20px;
  font-size: 19px;
  color: #222;
  color: var(--high);
  top: 31px;
  right: 2px;
  height: 34px;
  z-index: 1;
  display: none;
  height: 38px;
}
html.touch #btn-mobile-preset {
  height: 44px;
  padding-top: 9px;
}
html:not(.sm) #btn-mobile-preset {
  display: block;
  top: 61px;
}
#btn-mobile-preset > i.bi-calendar4-range {
  position: relative;
  top: 2px;
}
#report-customs #report-customs-inner {
  width: 100%;
  float: left;
}
#report-customs #report-customs-inner .ui-state-highlight {
  opacity: 0.2;
}
#report-customs #report-customs-inner .custom-item {
  display: block;
  float: left;
  margin-left: -1px;
  margin-top: -1px;
  width: 33.33333333%;
  height: 79px;
  background-color: #fff;
  background-color: var(--lowest);
  position: relative;
  border: 1px solid #e4e4e4;
  border-color: var(--divider);
}
html:not(.sm) #report-customs #report-customs-inner .custom-item {
  width: 49.9%;
}
html.xxs:not(.xs) #report-customs #report-customs-inner .custom-item {
  width: 100%;
}
#report-customs #report-customs-inner .custom-item > .ctl {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 1;
}
#report-customs #report-customs-inner .custom-item > .custom-item-inner {
  position: absolute;
  padding: 13px 15px 0 15px;
  width: 100%;
  height: 100%;
}
#report-customs #report-customs-inner .custom-item > .custom-item-inner > .title {
  font-size: 1.1rem;
}
#report-customs #report-customs-inner .custom-item > .custom-item-inner > .money {
  display: block;
  font-size: 0.85rem;
  margin-top: 6px;
  opacity: 0.6;
  font-weight: bold;
}
#report-customs #report-customs-inner .custom-item > .custom-item-inner > .content {
  opacity: 0.5;
  margin-top: 5px;
  line-height: 1.2em;
  font-size: 0.85rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
}
#report-customs #report-customs-inner .custom-item:hover {
  z-index: 2;
}
#report-customs #report-customs-inner .custom-item:hover > .custom-item-inner > .content {
  white-space: inherit;
  overflow: visible;
}
#report-customs.print > h2 {
  margin-bottom: 5px;
  padding: 20px 0 10px;
  font-size: 18px;
}
#report-customs.print > #report-customs-inner .custom-item {
  height: 83px !important;
  border-color: #bbb;
}
#report-customs.print > #report-customs-inner .custom-item .ctl {
  display: none !important;
}
#report-customs.print > #report-customs-inner .custom-item .custom-item-inner .money {
  color: #000 !important;
  opacity: 1 !important;
}
@charset "UTF-8";
.report-table {
  table-layout: fixed;
  margin-bottom: 0;
}
.report-table td.money {
  text-align: right;
  font-size: 13px;
  color: #222;
}
html.dark .report-table td.money {
  color: #dadada;
}
.report-table .account_row.total {
  font-weight: 600;
}
.report-table.table > thead > tr > th, .report-table.table > thead > tr > td, .report-table.table > tbody > tr > th, .report-table.table > tbody > tr > td {
  vertical-align: middle;
  padding: 0 2px;
  height: 38px;
}
html.touch .report-table.table > thead > tr > th, html.touch .report-table.table > thead > tr > td, html.touch .report-table.table > tbody > tr > th, html.touch .report-table.table > tbody > tr > td {
  height: 40px;
}
html.no-touch.toggle-narrow .report-table.table > thead > tr > th, html.no-touch.toggle-narrow .report-table.table > thead > tr > td, html.no-touch.toggle-narrow .report-table.table > tbody > tr > th, html.no-touch.toggle-narrow .report-table.table > tbody > tr > td {
  height: 34px;
}
.report-table > tbody > tr.account_row:last-child > th,
.report-table > tbody > tr.account_row:last-child > td {
  border-bottom: 0;
}
.report-table .account_row.total > th,
.report-table .account_row.total > td {
  border-top: 0;
  border-bottom: 3px double #e4e4e4;
  border-bottom-color: var(--divider);
}
.report-table .account_row.total > th > span,
.report-table .account_row.total > td > span {
  color: #000;
  color: var(--highest);
}
.report-table .account_row.total.no-border > th, .report-table .account_row.total.no-border > td {
  border-bottom: 0;
}
.report-table .account_row.group > .account_title {
  cursor: pointer;
  font-weight: 600;
  padding-left: 0;
}
.report-table .account_row.group > .account_title > span {
  padding-left: 0;
  display: inline-block;
  color: #000;
  color: var(--highest);
}
.report-table .account_row.group > .account_title > span:before {
  content: "▼";
  top: -2px;
  margin-right: 5px;
  font-size: 9px;
  position: relative;
  left: 3px;
}
.report-table .account_row.group.folded > .account_title > span:before {
  content: "▶";
}
.report-table .account_row > .account_title {
  width: 190px;
  padding-left: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
}
.report-table .account_row > .percent {
  width: 55px;
  text-align: right;
}
.report-table .bar_div {
  transition: all 1s ease-out;
}
.holding .report-table .bar_div {
  width: 1px !important;
}

.report-table.type-group .account_row.group > .account_title > span:before {
  visibility: hidden;
}
/*
    usage: 
    <div class="responsive-wrapper"> // responsive-xs
        <div class="responsive-inner">
            <table>
            </table>
        </div>
    </div>
*/
.responsive-wrapper {
  position: relative;
}
.responsive-wrapper > .responsive-inner {
  width: 100%;
  overflow: auto;
  padding-bottom: 10px;
  --webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.responsive-wrapper > .responsive-inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 40px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}
html.dark .responsive-wrapper > .responsive-inner:after {
  background: linear-gradient(to right, rgba(40, 40, 41, 0), #282829);
}
.responsive-wrapper > .responsive-inner table {
  border-right: 25px solid transparent;
}
.responsive-wrapper.responsive-sm > .responsive-inner table {
  min-width: 965px;
}
.responsive-wrapper.responsive-xs > .responsive-inner table {
  min-width: 741px;
}
.responsive-wrapper.responsive-xxs > .responsive-inner table {
  min-width: 454px;
}
.responsive-wrapper.box {
  padding: 0;
}
.responsive-wrapper.box > .responsive-inner {
  padding: 20px;
  padding-bottom: 30px;
}
#scrap-share-cont #scrap-share-list .scrap-share {
  cursor: pointer;
  height: auto;
  min-height: 68px;
  padding: 10px 15px 10px 55px;
}
#scrap-share-cont #scrap-share-list .scrap-share:last-child {
  border-bottom: 0;
}
#scrap-share-cont #scrap-share-list .scrap-share > span {
  display: inline-block;
}
#scrap-share-cont #scrap-share-list .scrap-share .ctl {
  position: absolute;
  right: 0;
  line-height: 1em;
}
#scrap-share-cont #scrap-share-list .scrap-share .is-new-badge {
  display: inline-block;
  top: -1px !important;
  position: relative;
  color: #fff;
  border-radius: 3px !important;
  line-height: 1em;
  background: #07b910;
  padding: 1px 5px 3px;
  margin-right: 5px;
  font-size: 1rem;
}
#scrap-share-cont #scrap-share-list .scrap-share .comment {
  position: relative;
  top: -1px !important;
  margin-left: 5px;
  color: #eaa058;
  font-size: 0.85em;
  font-weight: 400;
}
#scrap-share-cont #scrap-share-list .scrap-share .comment.comment-old {
  color: #909090;
  color: var(--highest);
}
body[data-responsive=xs] #scrap-share-cont #scrap-share-list .scrap-share .comment {
  position: absolute;
  right: 0;
  top: 50% !important;
  transform: translateY(-50%);
  background: var(--lowest);
  padding: 12px;
  z-index: 1;
}
#scrap-share-cont #scrap-share-list .scrap-share .icon {
  position: absolute;
  top: 50%;
  font-size: 1.3rem;
  width: 50px;
  text-align: center;
  left: 5px;
  transform: translateY(-50%);
}
#scrap-share-cont #scrap-share-list .scrap-share .middle {
  flex: 1;
  line-height: 1.8;
}
html.md #scrap-share-cont #scrap-share-list .scrap-share .middle {
  display: flex;
  align-items: center;
}
#scrap-share-cont #scrap-share-list .scrap-share .middle .report {
  font-size: 1.2rem;
  opacity: 0.9;
  width: 160px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
}
#scrap-share-cont #scrap-share-list .scrap-share .middle .report .hits {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: lighter;
  font-size: 1.7rem;
  opacity: 0.4;
}
#scrap-share-cont #scrap-share-list .scrap-share .middle .report .hits:after {
  content: "hits";
  font-size: 0.8rem;
  margin-left: 3px;
  opacity: 0.5;
}
#scrap-share-cont #scrap-share-list .scrap-share .middle .date {
  flex: 1;
}
#scrap-share-cont #scrap-share-list .scrap-share .middle .date,
#scrap-share-cont #scrap-share-list .scrap-share .middle .date * {
  font-size: 0.9rem !important;
}
#scrap-share-cont #scrap-share-list .scrap-share .middle .date {
  line-height: 1.2;
  opacity: 0.4;
}
#scrap-share-cont #scrap-share-list .scrap-share .middle .datetime {
  display: none;
}
html.sm #scrap-share-cont #scrap-share-list .scrap-share .middle .datetime {
  display: block;
  position: absolute;
  right: 123px;
  top: 50%;
  opacity: 0.4;
  transform: translateY(-50%);
  font-size: 0.9em;
}

#share-form#share-form #option-group,
#scrap-form#share-form #option-group {
  float: none;
}
#share-form#share-form #option-group .radio,
#scrap-form#share-form #option-group .radio {
  float: none;
  width: 100%;
  height: auto;
}
#share-form #option-group,
#scrap-form #option-group {
  float: left;
  width: 100%;
}
#share-form #option-group .radio,
#scrap-form #option-group .radio {
  margin: 0;
  margin-left: -1px;
  padding: 10px;
  width: 50%;
  float: left;
  display: block;
  border: 1px solid #e4e4e4;
  border-radius: 0.25rem;
  border-color: var(--divider);
  line-height: 1.3em;
  height: 100px;
  margin-top: -1px;
}
#share-form #option-group .radio label,
#scrap-form #option-group .radio label {
  font-size: 12px;
}
#share-form #option-group .radio div,
#scrap-form #option-group .radio div {
  line-height: 1.3em;
  margin-bottom: 5px;
}
#share-form #option-group .radio div:first-child,
#scrap-form #option-group .radio div:first-child {
  font-weight: bold;
  color: var(--highest);
}
body[data-responsive=xs] #share-form #option-group .radio,
body[data-responsive=xs] #scrap-form #option-group .radio {
  width: 100%;
}

#share-btn-group ul,
#scrap-btn-group ul {
  min-width: 240px;
  max-height: 280px;
  overflow: auto;
  width: auto;
  max-width: 95vw;
}
#share-btn-group ul li a,
#scrap-btn-group ul li a {
  font-size: 0.9rem;
}

/* share */
#middle-wrapper.with-share {
  left: 0 !important;
  margin: -1.5em -2em !important;
  padding-top: 0;
}
#middle-wrapper.with-share * {
  cursor: auto !important;
}
#middle-wrapper.with-share #btn-share {
  position: absolute;
  top: 9px;
  left: 2px;
  border: 0;
  background: transparent;
}
#middle-wrapper.with-share #header {
  position: relative;
  text-align: center;
}
#middle-wrapper.with-share #header .ctl {
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 1;
}
#middle-wrapper.with-share #header h1 {
  font-size: 1.8rem;
}
#middle-wrapper.with-share #header #header-date > span {
  display: inline-block;
  margin: 2px 0.6% 20px;
  font-size: 1.2rem;
  opacity: 0.7;
}
#middle-wrapper.with-share .clickable {
  background: transparent !important;
}
#middle-wrapper.with-share .drawer-component {
  cursor: pointer !important;
}
body.middle-blocked #middle-wrapper.with-share #copyright {
  visibility: hidden;
}
#middle-wrapper.with-share #copyright {
  line-height: 1.6em;
  text-align: center;
  padding: 30px 0;
  opacity: 0.5;
}
#middle-wrapper.with-share #copyright > a {
  font-size: 12px;
  cursor: pointer !important;
}
#section-cont #section-total {
  border-bottom: 4px double #e4e4e4;
  border-bottom-color: var(--divider);
  margin-bottom: 20px;
}
html.sm #section-cont #section-total {
  padding: 10px 0;
}
#section-cont #section-total .section_label,
#section-cont #section-total .title {
  width: 100%;
}
html.sm #section-cont #section-total .section_label,
html.sm #section-cont #section-total .title {
  width: 200px;
}
#section-cont #section-total .section_bs {
  border: 0;
  margin: 0;
  padding: 0 10px;
}
html.xs #section-cont #section-total .section_bs {
  padding: 0 20px;
}
html.sm #section-cont #section-total .section_bs {
  padding-left: 0;
}
#section-cont #section-total .section_bs > div > div {
  color: #909090;
  color: var(--middle-high);
  font-weight: 700;
}
#section-cont #sectionList {
  padding: 0;
  margin-bottom: 30px;
}
#section-cont .ui-state-highlight {
  height: 113px;
}
html.sm #section-cont .ui-state-highlight {
  height: 85px;
}
#section-cont .section-item {
  float: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  line-height: 1.4;
}
html.sm #section-cont .section-item {
  flex-direction: row;
  justify-content: space-between;
}
#section-cont .section-item .ctl {
  position: absolute;
  right: 0;
  top: 0;
}
#section-cont .section-item .section_label {
  display: flex;
  height: 40px;
  align-items: center;
}
#section-cont .section-item .section_label .se_num {
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  background: #ddd;
  background: var(--middle-low);
  color: #222;
  color: var(--high);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  margin-right: 1rem;
  border-radius: 5px !important;
}
#section-cont .section-item .section_label .se_title {
  font-size: 1.2rem;
}
#section-cont .section-item .section_label .se_currency {
  font-size: 0.85rem;
  opacity: 0.3;
}
#section-cont .section-item .section_bs {
  border-top: solid 1px #e4e4e4;
  border-top-color: var(--divider);
  margin-top: 1rem;
  height: 45px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: -10px;
}
html:not(.sm) #section-cont .section-item .section_bs {
  margin-bottom: -15px;
}
html.sm #section-cont .section-item .section_bs {
  margin-bottom: -20px;
  margin: 0;
  border: 0;
  width: 50%;
  font-size: 1.1em;
}
#section-cont .section-item .section_bs > div {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
#section-cont .section-item .section_bs > div.calculated {
  opacity: 0.3;
  font-size: 0.9rem;
}
#section-cont .section-item .section_bs > div > div {
  width: 33.3%;
  text-align: center;
}
html.sm #section-cont .section-item .section_bs > div > div {
  text-align: right;
}
/* main/setting */
#setting_cont .col-xs-12 > br {
  display: none;
}
#setting_cont #accounts_wrappers {
  overflow-x: hidden;
  overflow-y: auto;
}
#setting_cont #accounts_wrappers .disabled {
  display: none !important;
  color: #bb1717;
  color: var(--red-color);
  background-color: #f4f4f4;
  background-color: var(--low);
  opacity: 1;
}
#setting_cont #accounts_wrappers.view-closed .disabled {
  display: flex !important;
}
#setting_cont .accounts_div_wrapper {
  margin-bottom: 60px;
}
#setting_cont .accounts_div_wrapper h2 {
  margin-top: 0;
  margin-bottom: -4px;
  padding: 15px;
}
#setting_cont .accounts_div_wrapper .merge-split {
  position: absolute;
  top: 15px;
  right: 5px;
  color: #aaa;
  padding: 5px 10px;
}
#setting_cont .accounts_div_wrapper .a_l_ins {
  position: absolute;
  padding: 0;
  left: 0;
  right: 0;
  bottom: -50px;
  text-align: center;
}
html.sm #setting_cont .accounts_div_wrapper .a_l_ins {
  bottom: -45px;
}
#setting_cont .accounts_div_wrapper .a_l_ins > button {
  border: 0;
}
#setting_cont .accounts_div_wrapper .a_l_ins > button > span {
  position: relative;
  top: 1px;
}
#setting_cont .accounts_div_wrapper .accounts_div {
  padding: 0;
  margin: 0;
}
#setting_cont .accounts_div_wrapper .accounts_div .list-group-item {
  justify-content: start;
  background: var(--lowest);
  padding-left: 15px;
  display: flex;
}
#setting_cont .accounts_div_wrapper .accounts_div .list-group-item.a_l_group {
  font-size: 1.1rem;
  font-weight: 700;
  color: #398acf;
  color: var(--primary-color);
}
#setting_cont .accounts_div_wrapper .accounts_div .list-group-item.a_l_group > .title {
  padding-left: 0;
}
#setting_cont .accounts_div_wrapper .accounts_div .list-group-item .checker-cell-flex {
  display: none;
}
#setting_cont .accounts_div_wrapper .accounts_div .list-group-item .ctl {
  position: absolute;
  right: 0;
  top: 0;
}
#setting_cont .accounts_div_wrapper .accounts_div .list-group-item .ctl button {
  top: 5px;
}
#setting_cont .accounts_div_wrapper .editmode-buttons {
  display: none;
  position: absolute;
  width: 100%;
  margin-top: 10px;
  bottom: -45px;
}
#setting_cont .accounts_div_wrapper.editmode .no-padding {
  border: 2px dashed #bb1717;
}
#setting_cont .accounts_div_wrapper.editmode .ctl,
#setting_cont .accounts_div_wrapper.editmode .a_l_not_editable,
#setting_cont .accounts_div_wrapper.editmode .a_l_ins {
  display: none;
}
#setting_cont .accounts_div_wrapper.editmode .checker-cell-flex {
  display: flex !important;
}
#setting_cont .accounts_div_wrapper.editmode .editmode-buttons {
  display: block !important;
}
#setting_cont .accounts_div_wrapper.editmode li.a_l_account .title {
  padding-left: 22px;
  background: transparent;
}

#setting_section,
#setting_others,
#setting_webhook,
#setting_tools {
  margin-bottom: 40px;
}
#setting_section#setting_others, #setting_section#setting_tools,
#setting_others#setting_others,
#setting_others#setting_tools,
#setting_webhook#setting_others,
#setting_webhook#setting_tools,
#setting_tools#setting_others,
#setting_tools#setting_tools {
  padding-bottom: 0;
}
#setting_section h3,
#setting_others h3,
#setting_webhook h3,
#setting_tools h3 {
  color: #909090;
  color: var(--middle-high);
  font-size: 1em;
  padding-left: 5px;
}
#setting_section > .row > div,
#setting_others > .row > div,
#setting_webhook > .row > div,
#setting_tools > .row > div {
  margin-bottom: 30px;
}

#setting_section ul {
  cursor: pointer;
  margin-top: 1em;
  padding-left: 2em;
  margin-bottom: 0;
  opacity: 0.8;
}
#setting_section ul li {
  line-height: 1.7em;
}

#account_form #type_field {
  margin-bottom: 15px;
}
#account_form #card_option {
  margin-top: 5px;
  display: block;
  color: #999;
  font-size: 0.9em;
  line-height: 1.4em;
}
#account_form #card_option > a {
  font-size: 1em;
}
#share-url-modal input.form-control {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
}
#share-url-modal #share-buttons img {
  vertical-align: middle;
  width: 37px;
  margin: 5px;
  border: 3px solid #fff;
  border-color: var(--lowest);
  border-radius: 200% !important;
  cursor: pointer;
}
#share-url-modal #share-buttons img:hover {
  border-color: #d9daff;
}
#simple-layout p,
#simple-layout button,
#simple-layout div,
#simple-layout span {
  font-size: 15px;
  line-height: 1.4em;
}
#simple-layout .box {
  padding: 4em 3em;
}
html.xxs:not(.xs) #simple-layout .box {
  padding: 2em 1em;
}
#simple-layout .box {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
#simple-layout h1 {
  font-size: 2.4em;
}
html.xxs:not(.xs) #simple-layout h1 {
  font-size: 1.6em;
}
#simple-layout h1 {
  opacity: 0.7;
  font-weight: 300;
  margin-bottom: 1.3em;
}
#simple-layout h2 {
  margin: 0 0 1em 0;
  font-size: 1.4em;
}
html.xxs:not(.xs) #simple-layout h2 {
  font-size: 1.2em;
}
#simple-layout #copyright {
  text-align: center;
  opacity: 0.4;
  font-size: 12px;
}
#simple-layout #copyright * {
  font-size: 12px;
}
#tab-nav {
  display: none;
}
#tab-nav.hide-tab-nav {
  display: none !important;
}

html.custom-tabnav-n #tab-nav,
body.guest-view #tab-nav {
  display: none !important;
}

#tab-nav-customize-form #enabled > div:nth-child(-n+4):after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #4b76af;
  background-color: var(--primary-color);
}

@media screen and (max-aspect-ratio: 1/1) and (max-width: 992px) {
  body.user-view #tab-nav {
    display: block;
    position: fixed;
    z-index: 105;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 4px -1px;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body.user-view #tab-nav > a,
  body.user-view #tab-nav > span {
    float: left;
    position: relative;
    width: 20%;
    padding: 0;
    margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);
    border: 0;
    display: flex;
    flex-direction: column;
    line-height: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 66px;
  }
  body.user-view #tab-nav > a .badge,
  body.user-view #tab-nav > span .badge {
    margin-top: 0;
    top: 10%;
    right: 30%;
  }
  body.user-view #tab-nav > a span[class^=bi],
  body.user-view #tab-nav > a span.emoji,
  body.user-view #tab-nav > span span[class^=bi],
  body.user-view #tab-nav > span span.emoji {
    font-size: 21px;
    line-height: 21px;
    display: block;
    position: relative;
    top: 2px;
  }
  body.user-view #tab-nav > a span.font,
  body.user-view #tab-nav > span span.font {
    font-size: 11px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8.00012px;
    line-height: 1.2;
  }
  body.user-view #tab-nav > a i.bi-three-dots,
  body.user-view #tab-nav > span i.bi-three-dots {
    height: 6px;
    overflow: hidden;
    margin-bottom: 16px;
    margin-top: 6px;
    padding-top: 1px;
  }
  body.user-view #tab-nav .dropdown-menu {
    bottom: 100%;
    top: auto;
    width: 180px;
    margin-right: 5px;
  }
  body.user-view #tab-nav .dropdown-menu > li {
    position: relative;
  }
  body.user-view #tab-nav .dropdown-menu > li > a {
    display: flex;
    height: 50px;
    line-height: 1;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 10px;
  }
  body.user-view #tab-nav .dropdown-menu > li > a i[class*=bi],
  body.user-view #tab-nav .dropdown-menu > li > a span.emoji {
    font-size: 1.4rem;
    display: inline-block;
    text-align: center;
    width: 50px;
    line-height: 1;
    margin: 0;
  }
  body.user-view #tab-nav .dropdown-menu > li > a i[class*=bi][class*=bi],
  body.user-view #tab-nav .dropdown-menu > li > a span.emoji[class*=bi] {
    line-height: 1;
    opacity: 0.7;
  }
  body.user-view #tab-nav .dropdown-menu > li > a span.font {
    font-size: 1.15rem;
    margin: 0;
    position: relative;
    top: 0.1rem;
  }
  body.user-view #tab-nav .dropdown-menu > li#tab-nav-base a {
    font-size: 12px;
    opacity: 0.6;
    justify-content: center;
    padding: 17px 0 7px 0;
    height: auto;
    line-height: 1;
  }
  html.dark body.user-view #tab-nav {
    background: #000;
    box-shadow: rgba(255, 255, 255, 0.4) 0px 0px 4px -1px;
  }
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 11px 6px 10px;
  border-color: #e4e4e4;
  border-color: var(--divider);
  vertical-align: middle;
}

.table-bordered {
  border-color: #e4e4e4;
  border-color: var(--divider);
}

.table.table-condensed tr td {
  line-height: 1em;
  padding: 11px 6px 8px;
}

html.sm .table.responsive span.label:not(.label-success):not(.label-danger) {
  display: none;
}

html.sm .table.fixed {
  table-layout: fixed;
}

html:not(.sm) .table.responsive {
  display: block;
}
html:not(.sm) .table.responsive > thead {
  display: none;
}
html:not(.sm) .table.responsive > tbody {
  display: block;
}
html:not(.sm) .table.responsive > tbody > tr {
  display: block;
  clear: left;
  width: auto;
  margin: -20px -20px 0 -20px;
  padding: 5px 0 0 0;
  border: 0;
  background: #f4f4f4;
  background: var(--low);
}
html:not(.sm) .table.responsive > tbody > tr:first-child {
  padding: 0;
}
html:not(.sm) .table.responsive > tbody > tr > td,
html:not(.sm) .table.responsive > tbody > tr > th {
  padding: 9px 10px 7px 10px;
  float: left;
  display: block;
  border: 0;
}
html:not(.sm) .table.responsive > tbody > tr > td.clear,
html:not(.sm) .table.responsive > tbody > tr > th.clear {
  clear: left;
}
html:not(.sm) .table.responsive > tbody > tr > td span,
html:not(.sm) .table.responsive > tbody > tr > th span {
  display: inline;
  margin: 0 2px;
}

html.xxs:not(.xs) .table.responsive > tbody > tr {
  margin: -10px -10px 0 -10px;
}

html:not(.sm) .table.responsive > tbody > tr > td.xs-12,
html:not(.sm) .table.responsive > tbody > tr > th.xs-12 {
  width: 100%;
}
html:not(.sm) .table.responsive > tbody > tr > td.xs-6,
html:not(.sm) .table.responsive > tbody > tr > th.xs-6 {
  width: 50%;
}
html:not(.sm) .table.responsive > tbody > tr > td.xs-4,
html:not(.sm) .table.responsive > tbody > tr > th.xs-4 {
  width: 33.3333333%;
}
html:not(.sm) .table.responsive > tbody > tr > td.xs-3,
html:not(.sm) .table.responsive > tbody > tr > th.xs-3 {
  width: 25%;
}
html:not(.sm) .table.responsive > tbody > tr > td.xs-2,
html:not(.sm) .table.responsive > tbody > tr > th.xs-2 {
  width: 20%;
}
html:not(.sm) .table.responsive > tbody > tr > td.xs-1,
html:not(.sm) .table.responsive > tbody > tr > th.xs-1 {
  width: 10%;
}
.tipsy {
  padding: 5px;
  position: absolute;
  z-index: 1234234234;
}

.tipsy * {
  line-height: 120%;
}

.tipsy-inner {
  padding: 8px;
  background-color: black;
  color: white;
  text-align: left;
  font-size: 11px;
  line-height: 140%;
}

.tipsy-inner > a {
  color: white;
}

.tipsy-arrow {
  position: absolute;
  background: url("/include/assets/img/tipsy.gif") no-repeat top left;
  width: 9px;
  height: 5px;
}

.tipsy-n .tipsy-arrow {
  top: 0;
  left: 50%;
  margin-left: -4px;
}

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
}

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
}

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  background-position: bottom left;
}

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  background-position: bottom left;
}

.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  background-position: bottom left;
}

.tipsy-e .tipsy-arrow {
  top: 50%;
  margin-top: -4px;
  right: 0;
  width: 5px;
  height: 9px;
  background-position: top right;
}

.tipsy-w .tipsy-arrow {
  top: 50%;
  margin-top: -4px;
  left: 0;
  width: 5px;
  height: 9px;
}
#tokens_history_wrapper .producer {
  font-size: 0.8em;
  opacity: 0.4;
  font-weight: bold;
}
#tokens_history_wrapper .producer:before {
  content: "by";
  margin-right: 3px;
}
#tokens_history_wrapper .n {
  background: #999;
  color: var(--low);
  border-radius: 2px !important;
  padding: 2px 5px;
  margin-right: 3px;
  font-weight: bold;
  font-size: 10px;
}
#tokens_history_wrapper tr {
  position: relative;
}
#tokens_history_wrapper tr .ctl {
  border: 0;
  background: transparent;
}
html:not(.sm) #tokens_history_wrapper tr .ctl {
  position: absolute;
  right: 0;
  top: 5px;
}
@charset "UTF-8";
[data-title]:not([data-title=""]),
.tip {
  position: relative;
}
[data-title]:not([data-title=""]) > .tip-content,
.tip > .tip-content {
  display: none;
}
[data-title]:not([data-title=""]).in-modal,
.tip.in-modal {
  position: absolute;
  right: 15px;
  top: 11px;
  font-size: 1.4em;
}
html.isWin [data-title]:not([data-title=""]).in-modal,
html.isWin .tip.in-modal {
  right: auto;
  left: 11px;
}

#tooltip-modal .md-header:first-child {
  margin-top: 0;
}

#tooltip-content {
  position: fixed;
  display: none;
  width: fit-content;
  max-width: 300px;
  max-height: 250px;
  overflow-y: auto;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 0.9rem;
  background-color: var(--highest);
  color: var(--lowest);
  z-index: 9999;
  opacity: 0.9;
  line-height: 1.3;
}
#tooltip-content td,
#tooltip-content th {
  color: var(--lowest);
}
#tooltip-content > p:last-child {
  margin-bottom: 0;
}
#tooltip-content > .md-header:first-child {
  display: none;
}
#tooltip-content blockquote {
  /* 접근경로 설명임 */
  display: none;
}
#tooltip-content img,
#tooltip-content video {
  max-width: 100%;
}

#tooltip-arrow {
  position: fixed;
  width: 14px;
  height: 14px;
  z-index: 10001;
  pointer-events: none;
  opacity: 0.9;
}
#tooltip-arrow.arrow-top {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid var(--highest);
}
#tooltip-arrow.arrow-bottom {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid var(--highest);
}
#tooltip-arrow.arrow-left {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid var(--highest);
}
#tooltip-arrow.arrow-right {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid var(--highest);
}
.col-xxs-1,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.visible-xxs,
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
  display: none !important;
}

@media (max-width: 480px) {
  .col-xxs-1,
  .col-xxs-10,
  .col-xxs-11,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9 {
    float: left;
  }
  .col-xxs-1 {
    width: 8.3333333333%;
  }
  .col-xxs-2 {
    width: 16.6666666667%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-4 {
    width: 33.3333333333%;
  }
  .col-xxs-5 {
    width: 41.6666666667%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-7 {
    width: 58.3333333333%;
  }
  .col-xxs-8 {
    width: 66.6666666667%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-10 {
    width: 83.3333333333%;
  }
  .col-xxs-11 {
    width: 91.6666666667%;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-push-1 {
    left: 8.3333333333%;
  }
  .col-xxs-push-2 {
    left: 16.6666666667%;
  }
  .col-xxs-push-3 {
    left: 25%;
  }
  .col-xss-push-4 {
    left: 33.3333333333%;
  }
  .col-xxs-push-5 {
    left: 41.6666666667%;
  }
  .col-xxs-push-6 {
    left: 50%;
  }
  .col-xxs-push-7 {
    left: 58.3333333333%;
  }
  .col-xxs-push-8 {
    left: 66.6666666667%;
  }
  .col-xxs-push-9 {
    left: 75%;
  }
  .col-xxs-push-10 {
    left: 83.3333333333%;
  }
  .col-xxs-push-11 {
    left: 91.6666666667%;
  }
  .col-xxs-pull-1 {
    right: 8.3333333333%;
  }
  .col-xxs-pull-2 {
    right: 16.6666666667%;
  }
  .col-xxs-pull-3 {
    right: 25%;
  }
  .col-xxs-pull-4 {
    right: 33.3333333333%;
  }
  .col-xxs-pull-5 {
    right: 41.6666666667%;
  }
  .col-xxs-pull-6 {
    right: 50%;
  }
  .col-xxs-pull-7 {
    right: 58.3333333333%;
  }
  .col-xxs-pull-8 {
    right: 66.6666666667%;
  }
  .col-xxs-pull-9 {
    right: 75%;
  }
  .col-xxs-pull-10 {
    right: 83.3333333333%;
  }
  .col-xxs-pull-11 {
    right: 91.6666666667%;
  }
  .col-xxs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xxs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xxs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xxs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xxs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  td.visible-xxs,
  th.visible-xxs {
    display: table-cell !important;
  }
  .visible-xxs-block {
    display: block !important;
  }
  .visible-xxs-inline {
    display: inline !important;
  }
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
  .hidden-xxs {
    display: none !important;
  }
}