.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae; }

.react-datepicker-wrapper {
  display: inline-block; }

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative; }

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px; }

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0; }

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem; }

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem; }

.react-datepicker__triangle {
  position: absolute;
  left: 50px; }

.react-datepicker-popper {
  z-index: 1; }

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px; }

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px; }

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px; }

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px; }

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px; }

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto; }

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative; }

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px; }

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px; }

.react-datepicker__current-month,
.react-datepicker-time__header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem; }

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1; }

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc; }

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3; }

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default; }

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc; }

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px; }

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3; }

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default; }

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc; }

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3; }

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc; }

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3; }

.react-datepicker__month-container {
  float: left; }

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center; }

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 70px; }

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0; }

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 30px;
  width: 100%;
  box-sizing: content-box; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  padding: 5px 10px; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent; }

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer; }

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0; }

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap; }

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__day {
  cursor: pointer; }

.react-datepicker__day:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0; }

.react-datepicker__day--today {
  font-weight: bold; }

.react-datepicker__day--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff; }

.react-datepicker__day--highlighted:hover {
  background-color: #32be3f; }

.react-datepicker__day--highlighted-custom-1 {
  color: magenta; }

.react-datepicker__day--highlighted-custom-2 {
  color: green; }

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff; }

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
  background-color: #1d5d90; }

.react-datepicker__day--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff; }

.react-datepicker__day--keyboard-selected:hover {
  background-color: #1d5d90; }

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: rgba(33, 107, 165, 0.5); }

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000; }

.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc; }

.react-datepicker__day--disabled:hover {
  background-color: transparent; }

.react-datepicker__input-container {
  position: relative;
  display: inline-block; }

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem; }

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer; }

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3; }

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem; }

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae; }

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer; }

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll; }

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc; }

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3; }

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3; }

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px; }

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle; }

.react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "\D7";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 50%; }

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left; }

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647; }

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem; }

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem; } }

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem; }

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent; }

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc; }

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3; }

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default; }

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc; }

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3; }

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default; }
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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,
a:hover {
  outline: 0; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  margin: .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: -.5em; }

sub {
  bottom: -.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: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@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; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/assets/font/font-f4769f.eot);
  src: url(/assets/font/font-f4769f.eot?#iefix) format("embedded-opentype"), url(/assets/font/font-448c34.woff2) format("woff2"), url(/assets/font/font-fa2772.woff) format("woff"), url(/assets/font/font-e18bbf.ttf) format("truetype"), url([object Object]#glyphicons_halflingsregular) format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "*"; }

.glyphicon-plus:before {
  content: "+"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20AC"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270F"; }

.glyphicon-glass:before {
  content: "\E001"; }

.glyphicon-music:before {
  content: "\E002"; }

.glyphicon-search:before {
  content: "\E003"; }

.glyphicon-heart:before {
  content: "\E005"; }

.glyphicon-star:before {
  content: "\E006"; }

.glyphicon-star-empty:before {
  content: "\E007"; }

.glyphicon-user:before {
  content: "\E008"; }

.glyphicon-film:before {
  content: "\E009"; }

.glyphicon-th-large:before {
  content: "\E010"; }

.glyphicon-th:before {
  content: "\E011"; }

.glyphicon-th-list:before {
  content: "\E012"; }

.glyphicon-ok:before {
  content: "\E013"; }

.glyphicon-remove:before {
  content: "\E014"; }

.glyphicon-zoom-in:before {
  content: "\E015"; }

.glyphicon-zoom-out:before {
  content: "\E016"; }

.glyphicon-off:before {
  content: "\E017"; }

.glyphicon-signal:before {
  content: "\E018"; }

.glyphicon-cog:before {
  content: "\E019"; }

.glyphicon-trash:before {
  content: "\E020"; }

.glyphicon-home:before {
  content: "\E021"; }

.glyphicon-file:before {
  content: "\E022"; }

.glyphicon-time:before {
  content: "\E023"; }

.glyphicon-road:before {
  content: "\E024"; }

.glyphicon-download-alt:before {
  content: "\E025"; }

.glyphicon-download:before {
  content: "\E026"; }

.glyphicon-upload:before {
  content: "\E027"; }

.glyphicon-inbox:before {
  content: "\E028"; }

.glyphicon-play-circle:before {
  content: "\E029"; }

.glyphicon-repeat:before {
  content: "\E030"; }

.glyphicon-refresh:before {
  content: "\E031"; }

.glyphicon-list-alt:before {
  content: "\E032"; }

.glyphicon-lock:before {
  content: "\E033"; }

.glyphicon-flag:before {
  content: "\E034"; }

.glyphicon-headphones:before {
  content: "\E035"; }

.glyphicon-volume-off:before {
  content: "\E036"; }

.glyphicon-volume-down:before {
  content: "\E037"; }

.glyphicon-volume-up:before {
  content: "\E038"; }

.glyphicon-qrcode:before {
  content: "\E039"; }

.glyphicon-barcode:before {
  content: "\E040"; }

.glyphicon-tag:before {
  content: "\E041"; }

.glyphicon-tags:before {
  content: "\E042"; }

.glyphicon-book:before {
  content: "\E043"; }

.glyphicon-bookmark:before {
  content: "\E044"; }

.glyphicon-print:before {
  content: "\E045"; }

.glyphicon-camera:before {
  content: "\E046"; }

.glyphicon-font:before {
  content: "\E047"; }

.glyphicon-bold:before {
  content: "\E048"; }

.glyphicon-italic:before {
  content: "\E049"; }

.glyphicon-text-height:before {
  content: "\E050"; }

.glyphicon-text-width:before {
  content: "\E051"; }

.glyphicon-align-left:before {
  content: "\E052"; }

.glyphicon-align-center:before {
  content: "\E053"; }

.glyphicon-align-right:before {
  content: "\E054"; }

.glyphicon-align-justify:before {
  content: "\E055"; }

.glyphicon-list:before {
  content: "\E056"; }

.glyphicon-indent-left:before {
  content: "\E057"; }

.glyphicon-indent-right:before {
  content: "\E058"; }

.glyphicon-facetime-video:before {
  content: "\E059"; }

.glyphicon-picture:before {
  content: "\E060"; }

.glyphicon-map-marker:before {
  content: "\E062"; }

.glyphicon-adjust:before {
  content: "\E063"; }

.glyphicon-tint:before {
  content: "\E064"; }

.glyphicon-edit:before {
  content: "\E065"; }

.glyphicon-share:before {
  content: "\E066"; }

.glyphicon-check:before {
  content: "\E067"; }

.glyphicon-move:before {
  content: "\E068"; }

.glyphicon-step-backward:before {
  content: "\E069"; }

.glyphicon-fast-backward:before {
  content: "\E070"; }

.glyphicon-backward:before {
  content: "\E071"; }

.glyphicon-play:before {
  content: "\E072"; }

.glyphicon-pause:before {
  content: "\E073"; }

.glyphicon-stop:before {
  content: "\E074"; }

.glyphicon-forward:before {
  content: "\E075"; }

.glyphicon-fast-forward:before {
  content: "\E076"; }

.glyphicon-step-forward:before {
  content: "\E077"; }

.glyphicon-eject:before {
  content: "\E078"; }

.glyphicon-chevron-left:before {
  content: "\E079"; }

.glyphicon-chevron-right:before {
  content: "\E080"; }

.glyphicon-plus-sign:before {
  content: "\E081"; }

.glyphicon-minus-sign:before {
  content: "\E082"; }

.glyphicon-remove-sign:before {
  content: "\E083"; }

.glyphicon-ok-sign:before {
  content: "\E084"; }

.glyphicon-question-sign:before {
  content: "\E085"; }

.glyphicon-info-sign:before {
  content: "\E086"; }

.glyphicon-screenshot:before {
  content: "\E087"; }

.glyphicon-remove-circle:before {
  content: "\E088"; }

.glyphicon-ok-circle:before {
  content: "\E089"; }

.glyphicon-ban-circle:before {
  content: "\E090"; }

.glyphicon-arrow-left:before {
  content: "\E091"; }

.glyphicon-arrow-right:before {
  content: "\E092"; }

.glyphicon-arrow-up:before {
  content: "\E093"; }

.glyphicon-arrow-down:before {
  content: "\E094"; }

.glyphicon-share-alt:before {
  content: "\E095"; }

.glyphicon-resize-full:before {
  content: "\E096"; }

.glyphicon-resize-small:before {
  content: "\E097"; }

.glyphicon-exclamation-sign:before {
  content: "\E101"; }

.glyphicon-gift:before {
  content: "\E102"; }

.glyphicon-leaf:before {
  content: "\E103"; }

.glyphicon-fire:before {
  content: "\E104"; }

.glyphicon-eye-open:before {
  content: "\E105"; }

.glyphicon-eye-close:before {
  content: "\E106"; }

.glyphicon-warning-sign:before {
  content: "\E107"; }

.glyphicon-plane:before {
  content: "\E108"; }

.glyphicon-calendar:before {
  content: "\E109"; }

.glyphicon-random:before {
  content: "\E110"; }

.glyphicon-comment:before {
  content: "\E111"; }

.glyphicon-magnet:before {
  content: "\E112"; }

.glyphicon-chevron-up:before {
  content: "\E113"; }

.glyphicon-chevron-down:before {
  content: "\E114"; }

.glyphicon-retweet:before {
  content: "\E115"; }

.glyphicon-shopping-cart:before {
  content: "\E116"; }

.glyphicon-folder-close:before {
  content: "\E117"; }

.glyphicon-folder-open:before {
  content: "\E118"; }

.glyphicon-resize-vertical:before {
  content: "\E119"; }

.glyphicon-resize-horizontal:before {
  content: "\E120"; }

.glyphicon-hdd:before {
  content: "\E121"; }

.glyphicon-bullhorn:before {
  content: "\E122"; }

.glyphicon-bell:before {
  content: "\E123"; }

.glyphicon-certificate:before {
  content: "\E124"; }

.glyphicon-thumbs-up:before {
  content: "\E125"; }

.glyphicon-thumbs-down:before {
  content: "\E126"; }

.glyphicon-hand-right:before {
  content: "\E127"; }

.glyphicon-hand-left:before {
  content: "\E128"; }

.glyphicon-hand-up:before {
  content: "\E129"; }

.glyphicon-hand-down:before {
  content: "\E130"; }

.glyphicon-circle-arrow-right:before {
  content: "\E131"; }

.glyphicon-circle-arrow-left:before {
  content: "\E132"; }

.glyphicon-circle-arrow-up:before {
  content: "\E133"; }

.glyphicon-circle-arrow-down:before {
  content: "\E134"; }

.glyphicon-globe:before {
  content: "\E135"; }

.glyphicon-wrench:before {
  content: "\E136"; }

.glyphicon-tasks:before {
  content: "\E137"; }

.glyphicon-filter:before {
  content: "\E138"; }

.glyphicon-briefcase:before {
  content: "\E139"; }

.glyphicon-fullscreen:before {
  content: "\E140"; }

.glyphicon-dashboard:before {
  content: "\E141"; }

.glyphicon-paperclip:before {
  content: "\E142"; }

.glyphicon-heart-empty:before {
  content: "\E143"; }

.glyphicon-link:before {
  content: "\E144"; }

.glyphicon-phone:before {
  content: "\E145"; }

.glyphicon-pushpin:before {
  content: "\E146"; }

.glyphicon-usd:before {
  content: "\E148"; }

.glyphicon-gbp:before {
  content: "\E149"; }

.glyphicon-sort:before {
  content: "\E150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\E151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152"; }

.glyphicon-sort-by-order:before {
  content: "\E153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\E154"; }

.glyphicon-sort-by-attributes:before {
  content: "\E155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\E156"; }

.glyphicon-unchecked:before {
  content: "\E157"; }

.glyphicon-expand:before {
  content: "\E158"; }

.glyphicon-collapse-down:before {
  content: "\E159"; }

.glyphicon-collapse-up:before {
  content: "\E160"; }

.glyphicon-log-in:before {
  content: "\E161"; }

.glyphicon-flash:before {
  content: "\E162"; }

.glyphicon-log-out:before {
  content: "\E163"; }

.glyphicon-new-window:before {
  content: "\E164"; }

.glyphicon-record:before {
  content: "\E165"; }

.glyphicon-save:before {
  content: "\E166"; }

.glyphicon-open:before {
  content: "\E167"; }

.glyphicon-saved:before {
  content: "\E168"; }

.glyphicon-import:before {
  content: "\E169"; }

.glyphicon-export:before {
  content: "\E170"; }

.glyphicon-send:before {
  content: "\E171"; }

.glyphicon-floppy-disk:before {
  content: "\E172"; }

.glyphicon-floppy-saved:before {
  content: "\E173"; }

.glyphicon-floppy-remove:before {
  content: "\E174"; }

.glyphicon-floppy-save:before {
  content: "\E175"; }

.glyphicon-floppy-open:before {
  content: "\E176"; }

.glyphicon-credit-card:before {
  content: "\E177"; }

.glyphicon-transfer:before {
  content: "\E178"; }

.glyphicon-cutlery:before {
  content: "\E179"; }

.glyphicon-header:before {
  content: "\E180"; }

.glyphicon-compressed:before {
  content: "\E181"; }

.glyphicon-earphone:before {
  content: "\E182"; }

.glyphicon-phone-alt:before {
  content: "\E183"; }

.glyphicon-tower:before {
  content: "\E184"; }

.glyphicon-stats:before {
  content: "\E185"; }

.glyphicon-sd-video:before {
  content: "\E186"; }

.glyphicon-hd-video:before {
  content: "\E187"; }

.glyphicon-subtitles:before {
  content: "\E188"; }

.glyphicon-sound-stereo:before {
  content: "\E189"; }

.glyphicon-sound-dolby:before {
  content: "\E190"; }

.glyphicon-sound-5-1:before {
  content: "\E191"; }

.glyphicon-sound-6-1:before {
  content: "\E192"; }

.glyphicon-sound-7-1:before {
  content: "\E193"; }

.glyphicon-copyright-mark:before {
  content: "\E194"; }

.glyphicon-registration-mark:before {
  content: "\E195"; }

.glyphicon-cloud-download:before {
  content: "\E197"; }

.glyphicon-cloud-upload:before {
  content: "\E198"; }

.glyphicon-tree-conifer:before {
  content: "\E199"; }

.glyphicon-tree-deciduous:before {
  content: "\E200"; }

.glyphicon-cd:before {
  content: "\E201"; }

.glyphicon-save-file:before {
  content: "\E202"; }

.glyphicon-open-file:before {
  content: "\E203"; }

.glyphicon-level-up:before {
  content: "\E204"; }

.glyphicon-copy:before {
  content: "\E205"; }

.glyphicon-paste:before {
  content: "\E206"; }

.glyphicon-alert:before {
  content: "\E209"; }

.glyphicon-equalizer:before {
  content: "\E210"; }

.glyphicon-king:before {
  content: "\E211"; }

.glyphicon-queen:before {
  content: "\E212"; }

.glyphicon-pawn:before {
  content: "\E213"; }

.glyphicon-bishop:before {
  content: "\E214"; }

.glyphicon-knight:before {
  content: "\E215"; }

.glyphicon-baby-formula:before {
  content: "\E216"; }

.glyphicon-tent:before {
  content: "\26FA"; }

.glyphicon-blackboard:before {
  content: "\E218"; }

.glyphicon-bed:before {
  content: "\E219"; }

.glyphicon-apple:before {
  content: "\F8FF"; }

.glyphicon-erase:before {
  content: "\E221"; }

.glyphicon-hourglass:before {
  content: "\231B"; }

.glyphicon-lamp:before {
  content: "\E223"; }

.glyphicon-duplicate:before {
  content: "\E224"; }

.glyphicon-piggy-bank:before {
  content: "\E225"; }

.glyphicon-scissors:before {
  content: "\E226"; }

.glyphicon-bitcoin:before {
  content: "\E227"; }

.glyphicon-btc:before {
  content: "\E227"; }

.glyphicon-xbt:before {
  content: "\E227"; }

.glyphicon-yen:before {
  content: "\A5"; }

.glyphicon-jpy:before {
  content: "\A5"; }

.glyphicon-ruble:before {
  content: "\20BD"; }

.glyphicon-rub:before {
  content: "\20BD"; }

.glyphicon-scale:before {
  content: "\E230"; }

.glyphicon-ice-lolly:before {
  content: "\E231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\E232"; }

.glyphicon-education:before {
  content: "\E233"; }

.glyphicon-option-horizontal:before {
  content: "\E234"; }

.glyphicon-option-vertical:before {
  content: "\E235"; }

.glyphicon-menu-hamburger:before {
  content: "\E236"; }

.glyphicon-modal-window:before {
  content: "\E237"; }

.glyphicon-oil:before {
  content: "\E238"; }

.glyphicon-grain:before {
  content: "\E239"; }

.glyphicon-sunglasses:before {
  content: "\E240"; }

.glyphicon-text-size:before {
  content: "\E241"; }

.glyphicon-text-color:before {
  content: "\E242"; }

.glyphicon-text-background:before {
  content: "\E243"; }

.glyphicon-object-align-top:before {
  content: "\E244"; }

.glyphicon-object-align-bottom:before {
  content: "\E245"; }

.glyphicon-object-align-horizontal:before {
  content: "\E246"; }

.glyphicon-object-align-left:before {
  content: "\E247"; }

.glyphicon-object-align-vertical:before {
  content: "\E248"; }

.glyphicon-object-align-right:before {
  content: "\E249"; }

.glyphicon-triangle-right:before {
  content: "\E250"; }

.glyphicon-triangle-left:before {
  content: "\E251"; }

.glyphicon-triangle-bottom:before {
  content: "\E252"; }

.glyphicon-triangle-top:before {
  content: "\E253"; }

.glyphicon-console:before {
  content: "\E254"; }

.glyphicon-superscript:before {
  content: "\E255"; }

.glyphicon-subscript:before {
  content: "\E256"; }

.glyphicon-menu-left:before {
  content: "\E257"; }

.glyphicon-menu-right:before {
  content: "\E258"; }

.glyphicon-menu-down:before {
  content: "\E259"; }

.glyphicon-menu-up:before {
  content: "\E260"; }

* {
  -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); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

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

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

a:hover,
a:focus {
  color: #23527c;
  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 .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .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: normal;
  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: .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; }

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

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

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

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

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

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

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

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

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

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

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: bold; }

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: '\2014   \A0'; }

.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: '\A0   \2014'; }

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: bold;
  -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: 1400px) {
  .container {
    width: 1310px; } }

.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; }

.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; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.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; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.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; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.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; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.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; }

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

.table-responsive {
  min-height: .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: bold; }

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;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  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 .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .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: normal;
  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: normal;
  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-size: 14px;
  font-weight: normal;
  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; }

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  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: .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:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

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

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

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

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
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;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active:hover,
.btn-primary.active:hover,
.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;
  background-color: #204d74;
  border-color: #122b40; }

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

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
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; }

.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; }

.btn-success:active:hover,
.btn-success.active:hover,
.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; }

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
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; }

.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; }

.btn-info:active:hover,
.btn-info.active:hover,
.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; }

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
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; }

.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; }

.btn-warning:active:hover,
.btn-warning.active:hover,
.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; }

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
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; }

.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; }

.btn-danger:active:hover,
.btn-danger.active:hover,
.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; }

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
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: normal;
  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,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent; }

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover,
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 .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .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: .35s;
  -o-transition-duration: .35s;
  transition-duration: .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: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

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

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

.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; }

.btn-group > .btn:hover,
.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: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  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;
  font-size: 0;
  white-space: nowrap; }

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

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

.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; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee; }

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

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

.nav .open > a,
.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 {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

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

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.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,
.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,
  .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,
.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,
.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,
  .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: 80px;
  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 15px;
  font-size: 18px;
  line-height: 20px; }

.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; }
  .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;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -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); }

@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: #ffffff;
  border-color: #ffffff; }

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

.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; }

.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,
.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,
.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; }

.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,
.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; }
  .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,
  .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,
  .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; }

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

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

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

.navbar-default .btn-link[disabled]:hover,
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; }

.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; }

.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,
.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,
.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; }

.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,
.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; }
  .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,
  .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,
  .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; }

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

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

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

.navbar-inverse .btn-link[disabled]:hover,
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: "/\A0"; }

.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; }

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

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.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,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.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; }

.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,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

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; }

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

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

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

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

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

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

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

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

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

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

.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: bold;
  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; }

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 .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }

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

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: bold; }

.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 .6s ease;
  -o-transition: width .6s ease;
  transition: width .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; }

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

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5; }

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

.list-group-item.disabled,
.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,
.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,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777; }

.list-group-item.active,
.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,
.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,
.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,
.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,
.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; }

a.list-group-item-success:hover,
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,
a.list-group-item-success.active:hover,
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; }

a.list-group-item-info:hover,
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,
a.list-group-item-info.active:hover,
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; }

a.list-group-item-warning:hover,
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,
a.list-group-item-warning.active:hover,
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; }

a.list-group-item-danger:hover,
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,
a.list-group-item-danger.active:hover,
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: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .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 .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .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: .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: normal;
  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: .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-size: 14px;
  font-style: normal;
  font-weight: normal;
  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: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .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 .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .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: .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; }

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .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: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203A'; }

.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; }

@-ms-viewport {
  width: device-width; }

.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; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .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; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .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; } }
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: 'sans-serif';
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Spoqa';
  src: url(/assets/font/font-544112.woff2); }

@font-face {
  font-family: 'Spoqa-Bold';
  src: url(/assets/font/font-76b8c7.woff2); }

@font-face {
  font-family: 'Spoqa-Light';
  src: url(/assets/font/font-c41494.woff2); }

@font-face {
  font-family: 'Spoqa-JP';
  src: url(/assets/font/font-59b9c2.woff2); }

@font-face {
  font-family: 'Spoqa-JP-Bold';
  src: url(/assets/font/font-f9b8f2.woff2); }

@font-face {
  font-family: 'Spoqa-JP-Light';
  src: url(/assets/font/font-8162f9.woff2); }

html {
  position: relative;
  min-height: 100%; }

:lang(en), :lang(ko) {
  font-family: 'Spoqa', 'Spoqa-JP', Helvetica, sans-serif; }

:lang(zh), :lang(jp) {
  font-weight: 400;
  font-family: 'Spoqa-JP', 'Spoqa', Helvetica, sans-serif; }

:lang(en) .FontLight, :lang(ko) .FontLight {
  font-family: 'Spoqa-Light', Helvetica, sans-serif; }

:lang(zh) .FontLight, :lang(jp) .FontLight {
  font-weight: 200;
  font-family: 'Spoqa-JP-Light', Helvetica, sans-serif; }

:lang(en) .FontBold, :lang(ko) .FontBold {
  font-family: 'Spoqa-Bold', Helvetica, sans-serif; }

:lang(zh) .FontBold, :lang(jp) .FontBold {
  font-weight: 700;
  font-family: 'Spoqa-JP-Bold', Helvetica, sans-serif; }

body {
  font-family: 'Spoqa', 'Spoqa-JP', Helvetica, Arial, sans-serif;
  height: 100%;
  color: #dadee0;
  background-color: #0D151A;
  font-weight: 300;
  line-height: 1; }

button,
input,
optgroup,
select,
textarea {
  font-family: 'Spoqa', 'Spoqa-JP', Helvetica, Arial, sans-serif; }

label {
  font-weight: 400; }

a:focus {
  outline: none;
  text-decoration: none; }

.panel-heading {
  padding: 2px 15px;
  border-bottom: 1px solid transparent; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a.active {
  color: #f97819; }

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

.react-stockcharts-tooltip {
  fill: #dadee0; }

.react-stockcharts-tooltip-label {
  fill: #dadee0; }

.text-size-14 {
  font-size: 14px; }

.text-marginTop {
  margin-top: 20%; }

.glyphicon-verify {
  color: #dadee0;
  font-size: 200px; }

.text-deco-login {
  padding-bottom: 3px;
  border-bottom-style: solid;
  border-bottom-color: #ff0000;
  border-bottom-width: 2px; }

.text-deco-login-signupbutton {
  color: #202731;
  padding-bottom: 3px;
  border-bottom-style: solid;
  border-bottom-color: #202731;
  border-bottom-width: 2px; }

.text-deco-login-signupbutton:focus, .text-deco-login-signupbutton:hover {
  color: #dadee0;
  padding-bottom: 3px;
  border-bottom-style: solid;
  border-bottom-color: #ff0000;
  border-bottom-width: 2px; }

.qr-panel {
  border: 20px solid #ffffff;
  width: auto;
  height: auto;
  display: inline-block; }

.btn:active, .btn:hover, .btn:focus, .btn.active, .btn.hover, .btn.focus {
  color: #dadee0;
  outline: none !important; }

.bitfront-panel .panel-heading {
  background-color: #2e3845;
  border-radius: 0px;
  border-color: #37404f;
  color: #dadee0; }

.btn-chart {
  border: 0px solid #000000;
  background-color: #474c4f;
  border-radius: 10px;
  color: #dadee0;
  font-size: 11px; }

.btn-order {
  border: 0px solid #000000;
  background-color: #474c4f;
  border-radius: 10px;
  color: #dadee0;
  font-size: 11px;
  width: 30px; }

.btn-blue {
  background-color: #3e618c;
  color: #dadee0;
  border: 1px solid #37404f; }

.btn-chart:hover, .btn-chart:focus, .btn-chart:active, .btn-chart.hover, .btn-chart.active, .btn-chart.focus {
  border: 0px solid #000000;
  background-color: #3C99BE;
  border-radius: 10px;
  color: #dadee0;
  font-size: 11px; }

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

.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: 3px 5px 2px 5px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 0px solid #37404f; }

.ask > tbody > tr:hover {
  background-color: #704771; }

.bid > tbody > tr:hover {
  background-color: #5d7f44; }

.a-important-size-xs {
  padding: 1px 5px 1px 5px !important; }

.navbar-right-fixed {
  margin-right: 0px !important; }

.navbar-layout-bottom-fixed {
  margin-bottom: 0px; }

.navber-side-margin-fixed {
  margin-bottom: 0px !important;
  min-height: 0px !important; }

.navbar-logo-vertical-align {
  display: table; }

.sidebar-margin-fixed {
  margin-top: 0px !important; }

.size-harf {
  display: inline-block;
  width: 50%; }

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

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

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

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

.panel-name {
  float: left; }

.input-data {
  background-color: #6c7779;
  color: #dadee0;
  border: 1px solid #37404f;
  padding-top: 2px;
  padding-bottom: 2px; }

.input-data:read-only, .input-data:disabled {
  background-color: #6c7779;
  color: #dadee0;
  border: 1px solid #37404f; }

.tn-default {
  background-color: #dadee0;
  border-radius: 0px;
  color: #2f2f2f !important; }

.btn-buy {
  background-color: #3C99BE; }

.btn-sell {
  background-color: #E16C6C; }

.radius0 {
  border-radius: 0px; }

.radius10 {
  border-radius: 10px; }

::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
  /*background-color: #202731;*/ }

::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  /*background-color: #202731;*/ }

::-webkit-scrollbar-thumb {
  background-color: #7D99A7;
  border-radius: 10px; }

.auto-height {
  height: calc(100% - 180px);
  overflow-y: auto; }

.auto-inner-height {
  height: 100%;
  max-height: inherit !important; }

.table-auto-height {
  height: 100%; }

.grid-menu-block {
  display: table;
  padding-right: 10px; }

.grid-menu-block .group-label {
  display: table-header-group; }

.grid-menu-block .btn-group {
  display: table-row; }

.grid-menu-block .btn-group .btn {
  height: 28px;
  padding: 3px 12px 3px 12px; }

.grid-menu {
  height: 50px;
  padding: 0px 15px 0px 15px; }

.grid-menu-inline {
  display: inline-flex; }

.login-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  margin: 0;
  z-index: 2000;
  position: absolute;
  width: 100%;
  height: 100%; }

.login-overlay .btn {
  vertical-align: middle; }

.socket-disconnect-overlay {
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 2000;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0px; }

.socket-disconnect-overlay div {
  margin-top: 30%; }

.socket-disconnect-overlay h1 {
  color: #ffffff; }

.support-container {
  margin-top: 30px;
  min-height: 600px;
  padding: 0px;
  overflow-y: auto; }

.order-waiting {
  top: 0;
  right: 0;
  background-color: transparent; }

.order-waiting div {
  margin-top: 6.5%; }

.security-overlay {
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 2000;
  position: absolute;
  margin: 0px;
  height: 100%;
  width: 100%; }

/*               Dylan             */
button:focus {
  outline: none; }

.bitfront-container {
  min-width: 1200px;
  min-height: 783px;
  margin: 0 auto;
  position: relative; }

.Home {
  min-width: 1060px;
  overflow-x: hidden;
  margin: 0 auto; }

.none {
  display: none; }

.blur {
  filter: blur(5px);
  opacity: 75%; }

.none-scroll-y {
  overflow-x: hidden !important; }

/*             Affiliate           */
/*.ReferralContents {
  margin: 30px 0 40px 0;
  padding: 20px 30px 30px 30px;
  border: solid 1px gray;
  text-align: center;
}

.DisappearButton {
  visibility: hidden;
  color: transparent;
  background-color: transparent;
  border-color: transparent;
  outline: none;
  transition-property: visibility, color, background-color, border-color;
  transition-duration: 1500ms;
  transition-timing-function: ease;
}

.DisappearBack {
  visibility: hidden;
  position: absolute;
  color: transparent;
  background-color: transparent;
  border-color: transparent;
  outline: none;
  margin: 30px 0 40px 0;
  padding: 20px 30px 30px 30px;
  width: 98%;
  height: 116px;
  transition-property: visibility, color, background-color, border-color, width, height, margin, padding;
  transition-duration: 1500ms;
  transition-timing-function: ease;
}

.ApplyBox {
  position: absolute;
  width: 98%;
  height: 116px;
  border: none;
  background-color: black;
  opacity: 0.8;
  z-index: 1;
  vertical-align: middle;
}

.ReferralBox > button {
  position: absolute;
  width: 340px;
  height: 50px;
  top: 130px;
  left: calc(50% - 170px);
  z-index: 2;
}

.ReferralContents > button {
  display: inline-block;
  height: 34px;
  width: 83px;
  padding: 7px 7px;
  margin-left: 10px;
  text-align: center;
  vertical-align: middle;
  outline: none;
}

.ReferralContents > input {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 70%;
  border-radius: 3px;
  margin: 0 auto;
  padding-left: 5%;
}

.ReferralDescription {
  margin: 0 auto;
  word-wrap: break-word;
  margin-bottom: 40px;
}

.copied {
  position: relative;
  background-color: gray;
  width: 120px;
  font-size: 10px;
  top: -65px;
  right: 26px;
  padding: 5px 10px;
  border-radius: 4px;
  opacity: 0;
  cursor: default;
  transition: opacity 0.6s ease-in-out;
  outline: none;
}

.ReferralContents > button:hover .copied {
  opacity: 1;
  outline: none;
}

.copied::after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
  outline: none;
}

.copied::after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: gray;
	border-width: 8px;
	margin-left: -8px;
  outline: none;
}*/
.TallTable {
  margin-top: 20px;
  text-align: center; }

.TallTable thead {
  background-color: #2E384F; }

.TallTable tbody {
  max-height: 500px; }

.TallTable th {
  text-align: center;
  line-height: 2.2 !important; }

.TallTable td {
  line-height: 2.2 !important;
  border: 1px solid #ddd;
  padding: 3px 5px 2px 5px; }

.DatePicker {
  color: #555;
  display: inline-block;
  height: 30px;
  border-radius: 3px;
  text-align: center;
  margin: 0 20px; }

/*           Announce            */
/*             Login          */
.inline-block {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.vertical-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin: 0; }

.AuthPageWrapper > .hometopwrapper {
  height: calc(100% - 51px);
  z-index: -1; }

.SliderCaptcha {
  width: 80%;
  text-align: center;
  margin: 0 auto; }

/*                 nav                 */
.dropdown__trigger {
  text-decoration: none !important; }

/*       Header       */
/*.header-time-zone {
  margin-top: 6px;
  margin-left: 20px;
}

.header-time-zone > p {
  margin: 0;
  font-size: 11px;
}

.language-name:hover {
  text-decoration: none;
  color: inherit;
}*/
/*         Footer          */
.chat-id {
  margin-right: 10px; }

/*       Home Trade        */
.bitfront-panel {
  /*position: relative;*/
  color: #ffffff;
  background-color: #1C2537;
  border: 1px solid #4D5F6B;
  border-radius: 0px; }

.home-panel-header {
  text-align: center; }

.home-panel-header > table > thead > tr > td {
  height: 44px;
  vertical-align: middle; }

/*            Trade             */
.bitfront-panel-title {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  color: inherit;
  vertical-align: middle; }

.openUpToQuantity {
  font-size: 13px;
  margin-left: 15px;
  font-weight: 300; }

.panel-heading > .glyphicon {
  float: right;
  padding-top: 2px;
  color: #252c47; }

.panel-heading > .glyphicon:hover {
  color: #dadee0; }

table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
  color: #ffffff;
  font-size: 12px; }

.overflow-hidden {
  overflow: hidden; }

/*           OrderForm           */
/*             Trade Table              */
.panel-body-size {
  height: calc(100% - 25px); }

.panel-body-size .panel-heading {
  text-align: left; }

.OrderSummary tbody {
  height: 150px; }

.auto-inner-height .OrderSummary td {
  padding-right: 0;
  padding-left: 0;
  vertical-align: middle;
  text-align: right; }

.auto-inner-height .OrderSummary .InfiniteScrollLastTd {
  padding-right: 10px; }

.order-table-button {
  float: right;
  position: relative;
  margin: 7px 10px -30px 0;
  z-index: 1; }

/*        for table Infinite Scroll        */
table {
  table-layout: fixed; }

thead, tfoot {
  display: table;
  width: 100%; }

.scroll-header {
  width: 100%; }

tbody {
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  display: block;
  width: 100%; }

tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed; }

tbody td {
  font-size: 12px; }

.react-tab-panel--theme-default .react-tab-panel__body {
  overflow: hidden;
  height: 100%; }

td button {
  width: 100%; }

.trade-table-input > span {
  /*display: inline-block !important;
  text-align: right;
  max-width: 100px;*/ }

/*         Account         */
.form-horizontal .control-label {
  padding-top: 0; }

/*         Setting           */
/*         Batch reload         */
.BatchAlert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 45, 78, 0.8);
  color: white;
  z-index: 100;
  text-align: center; }

.BatchAlert > div {
  margin-top: 25%; }

.BatchAlert > div > button {
  margin-top: 20px;
  width: 200px; }

/*        Responsive        */
@media (max-width: 1220px) {
  .chaptchaImg {
    margin: 0; }
  .order-waiting div {
    margin-top: 6%; } }
.react-grid-layout {
  position: relative;
  transition: height 200ms ease; }

.react-grid-item {
  transition: all 200ms ease;
  transition-property: left, top; }

.react-grid-item.cssTransforms {
  transition-property: transform; }

.react-grid-item.resizing {
  z-index: 1;
  will-change: width, height; }

.react-grid-item.react-draggable-dragging {
  transition: none;
  z-index: 3;
  will-change: transform; }

.react-grid-item.react-grid-placeholder {
  background: red;
  opacity: 0.2;
  transition-duration: 100ms;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.react-grid-item > .react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 0;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg08IS0tIEdlbmVyYXRvcjogQWRvYmUgRmlyZXdvcmtzIENTNiwgRXhwb3J0IFNWRyBFeHRlbnNpb24gYnkgQWFyb24gQmVhbGwgKGh0dHA6Ly9maXJld29ya3MuYWJlYWxsLmNvbSkgLiBWZXJzaW9uOiAwLjYuMSAgLS0+DTwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DTxzdmcgaWQ9IlVudGl0bGVkLVBhZ2UlMjAxIiB2aWV3Qm94PSIwIDAgNiA2IiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCXhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiDQl4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjZweCIgaGVpZ2h0PSI2cHgiDT4NCTxnIG9wYWNpdHk9IjAuMzAyIj4NCQk8cGF0aCBkPSJNIDYgNiBMIDAgNiBMIDAgNC4yIEwgNCA0LjIgTCA0LjIgNC4yIEwgNC4yIDAgTCA2IDAgTCA2IDYgTCA2IDYgWiIgZmlsbD0iIzAwMDAwMCIvPg0JPC9nPg08L3N2Zz4=");
  background-position: bottom right;
  padding: 0 3px 3px 0;
  background-repeat: no-repeat;
  background-origin: content-box;
  box-sizing: border-box;
  cursor: se-resize; }
/* Collection default theme */
/* Grid default theme */
/* Table default theme */
.ReactVirtualized__Table__headerRow {
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ReactVirtualized__Table__row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ReactVirtualized__Table__headerTruncatedText {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.ReactVirtualized__Table__headerColumn,
.ReactVirtualized__Table__rowColumn {
  margin-right: 10px;
  min-width: 0px; }

.ReactVirtualized__Table__rowColumn {
  text-overflow: ellipsis;
  white-space: nowrap; }

.ReactVirtualized__Table__headerColumn:first-of-type,
.ReactVirtualized__Table__rowColumn:first-of-type {
  margin-left: 10px; }

.ReactVirtualized__Table__sortableHeaderColumn {
  cursor: pointer; }

.ReactVirtualized__Table__sortableHeaderIconContainer {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ReactVirtualized__Table__sortableHeaderIcon {
  -webkit-flex: 0 0 24px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 1em;
  width: 1em;
  fill: currentColor; }

/* List default theme */
.react-alerts {
  margin: 50px 0 0 50px;
  max-height: 500px;
  overflow: hidden; }
html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  height: 100%; }

.ActionButton {
  display: inline-block;
  margin: 0;
  background-color: transparent;
  font-size: 12px;
  line-height: 1.5;
  color: #84c9d8;
  padding: 5px 0 6px;
  border: solid 1px #84c9d8;
  border-radius: 4px;
  text-align: center; }
  .ActionButton:hover {
    cursor: pointer;
    color: #FFFFFF;
    border-color: #FFFFFF; }

.ActionText {
  display: inline-block;
  background-color: transparent;
  color: #84c9d8; }
  .ActionText:hover {
    cursor: pointer;
    color: #FFFFFF; }
header {
  height: 60px;
  padding: 0 32px;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  min-width: 1200px;
  height: 60px;
  z-index: 30; }
  header a {
    text-decoration: none; }
  header a:hover {
    text-decoration: none; }
  header .TradeNav {
    display: flex;
    justify-content: space-between;
    align-content: center; }
    header .TradeNav > a {
      margin-left: 30px;
      padding-top: 1px; }
      header .TradeNav > a:first-of-type {
        margin-left: 45px; }
    header .TradeNav img {
      width: 125px;
      height: 18px;
      cursor: pointer; }
  header .UserInterfaceNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 14px; }
    header .UserInterfaceNav > div:nth-child(1) {
      margin-right: 20px; }
    header .UserInterfaceNav > div:nth-child(2) {
      margin-right: 15px; }
    header .UserInterfaceNav > span:nth-child(3) {
      margin-right: 15px; }
    header .UserInterfaceNav .Dropdown {
      width: inherit;
      border: none;
      background: transparent; }
      header .UserInterfaceNav .Dropdown > button {
        background: transparent;
        padding: 0;
        transition: 100ms;
        transition-timing-function: ease-in-out;
        -webkit-transition: 100ms;
        -webkit-transition-timing-function: ease-in-out; }
      header .UserInterfaceNav .Dropdown .Arrow {
        display: none; }
      header .UserInterfaceNav .Dropdown .ScrollWrapper .ItemList {
        width: 88px;
        right: 3px;
        top: 30px;
        background-color: #ffffff;
        border-radius: 3px;
        border: #d1d1d1 solid 1px; }
        header .UserInterfaceNav .Dropdown .ScrollWrapper .ItemList button {
          font-size: 13px;
          letter-spacing: -0.3px;
          text-align: center;
          color: #27343c;
          height: 30px;
          margin: 5px 0;
          padding: 6px 12px;
          background-color: #ffffff; }
          header .UserInterfaceNav .Dropdown .ScrollWrapper .ItemList button:hover {
            background-color: #f3f3f3; }
    header .UserInterfaceNav .VerticalBorder {
      display: inline-block;
      position: relative;
      top: 0;
      height: 14px;
      border-left: solid 1px #777; }
    header .UserInterfaceNav .MyAccount a {
      padding-bottom: 30px; }
  header.DarkHeader {
    background-color: #2e3e47;
    border-bottom: 1px solid #172024; }
    header.DarkHeader .TradeNav a {
      font-size: 15px;
      letter-spacing: -0.4px;
      color: rgba(255, 255, 255, 0.5); }
      header.DarkHeader .TradeNav a:hover {
        font-size: 15px;
        font-weight: bold;
        letter-spacing: -0.4px;
        color: #ffffff; }
    header.DarkHeader .TradeNav .NavActive {
      font-size: 15px;
      font-weight: bold;
      letter-spacing: -0.4px;
      color: #ffffff; }
    header.DarkHeader .UserInterfaceNav {
      font-size: 13px;
      letter-spacing: -0.3px;
      text-align: right;
      color: #ffffff; }
      header.DarkHeader .UserInterfaceNav a {
        font-size: 13px;
        letter-spacing: -0.3px;
        text-align: right;
        color: #ffffff; }
      header.DarkHeader .UserInterfaceNav .Dropdown button {
        font-size: 13px;
        letter-spacing: -0.3px;
        text-align: right;
        color: #ffffff; }
  header.WhiteHeader {
    background-color: #ffffff;
    border-bottom: 1px solid #f3f3f3; }
    header.WhiteHeader .TradeNav a {
      font-size: 15px;
      letter-spacing: -0.4px;
      color: rgba(39, 52, 60, 0.5); }
      header.WhiteHeader .TradeNav a:hover {
        font-size: 15px;
        font-weight: bold;
        letter-spacing: -0.4px;
        color: #27343c; }
    header.WhiteHeader .TradeNav .NavActive {
      font-size: 15px;
      font-weight: bold;
      letter-spacing: -0.4px;
      color: #27343c; }
    header.WhiteHeader .UserInterfaceNav {
      font-size: 13px;
      letter-spacing: -0.3px;
      text-align: right;
      color: #27343c; }
      header.WhiteHeader .UserInterfaceNav a {
        font-size: 13px;
        letter-spacing: -0.3px;
        text-align: right;
        color: #27343c; }
      header.WhiteHeader .UserInterfaceNav .Dropdown button {
        font-size: 13px;
        letter-spacing: -0.3px;
        text-align: right;
        color: #27343c; }

@media (max-width: 1200px) {
  header .UserName {
    display: none; } }
.Dropdown {
  position: relative;
  width: 124px;
  margin: 0 auto;
  height: 27px;
  background: #f3f3f3;
  color: #484848;
  border: 1px solid #BFBFBF;
  cursor: pointer; }
  .Dropdown button {
    border: none;
    display: block;
    width: 100%;
    height: 100%;
    padding-right: 12px;
    text-align: center;
    font-size: 12px;
    color: #484848;
    cursor: pointer;
    outline: none;
    background: #f3f3f3; }
  .Dropdown .IsNotClickable {
    height: 100%;
    cursor: not-allowed; }
  .Dropdown .ItemList {
    position: absolute;
    display: block;
    width: 100%;
    margin-top: 1px;
    border: solid 1px #BFBFBF;
    z-index: 1; }
    .Dropdown .ItemList > button {
      padding: 0;
      text-align: center; }
      .Dropdown .ItemList > button:hover {
        background-color: #273136;
        font-weight: bold;
        color: #DEE0E1; }
      .Dropdown .ItemList > button:active {
        background-color: #ffffff;
        color: #000000; }
  .Dropdown .Arrow {
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #484848; }
  .Dropdown .Disable:hover {
    cursor: not-allowed; }
  .Dropdown .Disable:disabled {
    background: #808080; }

.Black {
  background: #f3f3f3;
  width: 147px;
  height: 27px;
  border: solid 1px #C5C5C5;
  margin: 0; }
  .Black > button {
    height: 100%;
    background: transparent;
    font-size: 14px;
    color: #848484; }
  .Black .Arrow {
    border-top: 10px solid #484848; }
.ArrowDown {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: -2px; }
header {
  height: 60px;
  padding: 0 32px;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  min-width: 1200px;
  height: 60px;
  z-index: 30; }
  header a {
    text-decoration: none; }
  header a:hover {
    text-decoration: none; }
  header .TradeNav {
    display: flex;
    justify-content: space-between;
    align-content: center; }
    header .TradeNav > a {
      margin-left: 30px;
      padding-top: 1px; }
      header .TradeNav > a:first-of-type {
        margin-left: 45px; }
    header .TradeNav img {
      width: 125px;
      height: 18px;
      cursor: pointer; }
  header .UserInterfaceNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 14px; }
    header .UserInterfaceNav > div:nth-child(1) {
      margin-right: 20px; }
    header .UserInterfaceNav > div:nth-child(2) {
      margin-right: 15px; }
    header .UserInterfaceNav > span:nth-child(3) {
      margin-right: 15px; }
    header .UserInterfaceNav .Dropdown {
      width: inherit;
      border: none;
      background: transparent; }
      header .UserInterfaceNav .Dropdown > button {
        background: transparent;
        padding: 0;
        transition: 100ms;
        transition-timing-function: ease-in-out;
        -webkit-transition: 100ms;
        -webkit-transition-timing-function: ease-in-out; }
      header .UserInterfaceNav .Dropdown .Arrow {
        display: none; }
      header .UserInterfaceNav .Dropdown .ScrollWrapper .ItemList {
        width: 88px;
        right: 3px;
        top: 30px;
        background-color: #ffffff;
        border-radius: 3px;
        border: #d1d1d1 solid 1px; }
        header .UserInterfaceNav .Dropdown .ScrollWrapper .ItemList button {
          font-size: 13px;
          letter-spacing: -0.3px;
          text-align: center;
          color: #27343c;
          height: 30px;
          margin: 5px 0;
          padding: 6px 12px;
          background-color: #ffffff; }
          header .UserInterfaceNav .Dropdown .ScrollWrapper .ItemList button:hover {
            background-color: #f3f3f3; }
    header .UserInterfaceNav .VerticalBorder {
      display: inline-block;
      position: relative;
      top: 0;
      height: 14px;
      border-left: solid 1px #777; }
    header .UserInterfaceNav .MyAccount a {
      padding-bottom: 30px; }
  header.DarkHeader {
    background-color: #2e3e47;
    border-bottom: 1px solid #172024; }
    header.DarkHeader .TradeNav a {
      font-size: 15px;
      letter-spacing: -0.4px;
      color: rgba(255, 255, 255, 0.5); }
      header.DarkHeader .TradeNav a:hover {
        font-size: 15px;
        font-weight: bold;
        letter-spacing: -0.4px;
        color: #ffffff; }
    header.DarkHeader .TradeNav .NavActive {
      font-size: 15px;
      font-weight: bold;
      letter-spacing: -0.4px;
      color: #ffffff; }
    header.DarkHeader .UserInterfaceNav {
      font-size: 13px;
      letter-spacing: -0.3px;
      text-align: right;
      color: #ffffff; }
      header.DarkHeader .UserInterfaceNav a {
        font-size: 13px;
        letter-spacing: -0.3px;
        text-align: right;
        color: #ffffff; }
      header.DarkHeader .UserInterfaceNav .Dropdown button {
        font-size: 13px;
        letter-spacing: -0.3px;
        text-align: right;
        color: #ffffff; }
  header.WhiteHeader {
    background-color: #ffffff;
    border-bottom: 1px solid #f3f3f3; }
    header.WhiteHeader .TradeNav a {
      font-size: 15px;
      letter-spacing: -0.4px;
      color: rgba(39, 52, 60, 0.5); }
      header.WhiteHeader .TradeNav a:hover {
        font-size: 15px;
        font-weight: bold;
        letter-spacing: -0.4px;
        color: #27343c; }
    header.WhiteHeader .TradeNav .NavActive {
      font-size: 15px;
      font-weight: bold;
      letter-spacing: -0.4px;
      color: #27343c; }
    header.WhiteHeader .UserInterfaceNav {
      font-size: 13px;
      letter-spacing: -0.3px;
      text-align: right;
      color: #27343c; }
      header.WhiteHeader .UserInterfaceNav a {
        font-size: 13px;
        letter-spacing: -0.3px;
        text-align: right;
        color: #27343c; }
      header.WhiteHeader .UserInterfaceNav .Dropdown button {
        font-size: 13px;
        letter-spacing: -0.3px;
        text-align: right;
        color: #27343c; }

@media (max-width: 1200px) {
  header .UserName {
    display: none; } }

.AccountDropdown {
  position: absolute;
  width: 188px;
  padding: 0 15px;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  background-color: #ffffff;
  top: 48px;
  right: 30px;
  text-align: center;
  color: #27343c; }
  .AccountDropdown .isGuest {
    padding: 32px 0; }
    .AccountDropdown .isGuest .AccountLogin {
      height: 26px;
      background-color: #01bcb5;
      border-radius: 2px; }
      .AccountDropdown .isGuest .AccountLogin a {
        display: block;
        padding: 0;
        line-height: 25px;
        color: #ffffff;
        font-size: 14px;
        text-align: center;
        letter-spacing: -0.38px; }
    .AccountDropdown .isGuest .Signup {
      margin-top: 16px; }
      .AccountDropdown .isGuest .Signup a {
        color: #01bcb5;
        letter-spacing: -0.35px;
        text-align: center;
        font-size: 13px;
        font-weight: bold; }
      .AccountDropdown .isGuest .Signup span {
        margin-left: 5px;
        color: #01bcb5; }
  .AccountDropdown .isLoggedIn {
    padding: 12px 0; }
    .AccountDropdown .isLoggedIn .Username {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 24px;
      padding-bottom: 5px; }
      .AccountDropdown .isLoggedIn .Username .SvgWrapper {
        height: 14px; }
      .AccountDropdown .isLoggedIn .Username p {
        margin: 0;
        height: 14px; }
    .AccountDropdown .isLoggedIn .AccountButtonWrapper {
      padding-top: 10px;
      border-top: solid 1px #d8d8d8; }
      .AccountDropdown .isLoggedIn .AccountButtonWrapper .AccountBalance {
        height: 26px;
        background-color: #01bcb5;
        border-radius: 2px; }
        .AccountDropdown .isLoggedIn .AccountButtonWrapper .AccountBalance a {
          display: block;
          padding: 0;
          line-height: 25px;
          color: #ffffff;
          font-size: 14px;
          text-align: center;
          letter-spacing: -0.38px; }
      .AccountDropdown .isLoggedIn .AccountButtonWrapper .AccountPassword {
        height: 26px;
        background-color: #ffffff;
        border-radius: 2px;
        border: solid 1px #01bcb5;
        margin-top: 10px; }
        .AccountDropdown .isLoggedIn .AccountButtonWrapper .AccountPassword a {
          display: block;
          padding: 0;
          line-height: 25px;
          color: #01bcb5;
          font-size: 14px;
          text-align: center;
          letter-spacing: -0.38px; }
    .AccountDropdown .isLoggedIn .AccountLogout {
      color: #9da1a5;
      letter-spacing: -0.35px;
      text-align: center;
      font-size: 13px;
      text-decoration: underline;
      border: none;
      margin-top: 30px; }
.SvgWrapper {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px; }

.Profile {
  min-width: 1253px; }
  .Profile .ProfileDetail {
    min-height: 600px;
    width: calc(100% - 219px);
    height: 950px;
    display: table;
    padding: 44px 51px 44px 62px;
    overflow-y: auto;
    background: #E6E6E6; }

@media (max-width: 1254px) {
  .Profile {
    min-width: 1200px; }
    .Profile .ProfileDetail {
      padding: 35px 20px 0; } }
.Footer {
  clear: both;
  min-width: 1200px;
  height: 192px;
  padding: 50px 50px;
  background-color: #27343c;
  line-height: 1.42857143;
  display: flex;
  justify-content: center; }
  .Footer > div {
    max-width: 1400px;
    min-width: 1200px;
    display: flex;
    justify-content: space-between; }
    .Footer > div #FooterLogo {
      width: 153px;
      margin: 0 50px;
      vertical-align: top; }
    .Footer > div > div {
      display: inline-block;
      text-align: left;
      vertical-align: middle;
      width: calc((100% - 100px) / 6);
      height: 88px;
      border-left: solid 1px #3b424f;
      line-height: 1; }
      .Footer > div > div p {
        margin: 0 0 8px 14px; }
      .Footer > div > div a {
        color: #d8dedf;
        text-decoration: none;
        display: block;
        margin: 0 0 8px 14px;
        width: 100%; }
        .Footer > div > div a:active, .Footer > div > div a:hover, .Footer > div > div a:focus {
          color: #dadee0;
          text-decoration: none; }
      .Footer > div > div:last-of-type a {
        margin: 0 11px 8px 0;
        color: #d8dedf;
        vertical-align: top; }
      .Footer > div > div:last-of-type .Logo {
        display: inline-block;
        width: 24px;
        height: 24px;
        padding: 0;
        background-repeat: no-repeat;
        background-size: 24px 24px; }
      .Footer > div > div:last-of-type .TelegramEn {
        margin-left: 13px; }
        .Footer > div > div:last-of-type .TelegramEn:hover {
          background-image: url(/assets/img/img-1a755b.png); }
          .Footer > div > div:last-of-type .TelegramEn:hover img {
            display: none; }
      .Footer > div > div:last-of-type .Facebook:hover {
        background-image: url(/assets/img/img-83acaf.png); }
        .Footer > div > div:last-of-type .Facebook:hover img {
          display: none; }
      .Footer > div > div:last-of-type .Twitter:hover {
        background-image: url(/assets/img/img-895cad.png); }
        .Footer > div > div:last-of-type .Twitter:hover img {
          display: none; }
      .Footer > div > div:last-of-type .Reddit:hover {
        background-image: url(/assets/img/img-5f0673.png); }
        .Footer > div > div:last-of-type .Reddit:hover img {
          display: none; }

@media (max-width: 1180px) {
  .Footer #FooterLogo {
    width: 100px;
    margin-right: 40px; } }
.Alert .FadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-fill-mode: both; }

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.Alert {
  width: 0;
  height: 0;
  position: fixed;
  z-index: 30; }
  .Alert > div {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #304047;
    width: 350px;
    height: 120px;
    position: fixed;
    z-index: 10; }
    .Alert > div > p {
      margin: 0; }
    .Alert > div > div:nth-child(1) {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 25px; }
      .Alert > div > div:nth-child(1) > p {
        font-size: 12px;
        margin: 0;
        padding: 13px 24px 24px 24px;
        text-align: center;
        line-height: 1.3;
        letter-spacing: 0.5px; }
    .Alert > div > div:nth-child(2) {
      cursor: pointer;
      position: absolute;
      right: 7px;
      top: 4px; }
    .Alert > div .StackNumber {
      color: #ffffff;
      background-color: #FF6767;
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      top: -24px;
      right: 11px;
      height: 20px;
      width: 21px;
      border-radius: 10px; }
  .Alert .TopLeft {
    top: 60px;
    right: auto;
    bottom: auto;
    left: 25px; }
  .Alert .TopRight {
    top: 60px;
    right: 25px;
    bottom: auto;
    left: auto; }
  .Alert .BottomLeft {
    top: auto;
    right: auto;
    bottom: 30px;
    left: 25px; }
  .Alert .BottomRight {
    top: auto;
    right: 25px;
    bottom: 30px;
    left: auto; }
  .Alert .BottomCenter {
    top: auto;
    left: auto;
    bottom: 0;
    right: auto; }
  .Alert .Success {
    background-color: #EFF5F8; }
  .Alert .Warning {
    background-color: #F5F1F1; }
  .Alert .Information {
    background-color: #ffffff; }
  .Alert .SuccessIcon {
    content: url(/assets/img/img-f7e8af.png); }
  .Alert .WarningIcon {
    content: url(/assets/img/img-6f135e.png); }
  .Alert .InformationIcon {
    content: url(/assets/img/img-938bca.png); }
  .Alert .Stack {
    position: relative;
    margin-top: 10px; }
.LoaderWrapper {
  display: contents; }
  .LoaderWrapper .Loader {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    background: rgba(0, 0, 0, 0.3); }
    .LoaderWrapper .Loader > div {
      position: absolute;
      top: 50%;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: #fff;
      animation-timing-function: cubic-bezier(0, 1, 1, 0); }
      .LoaderWrapper .Loader > div:nth-child(1) {
        left: calc(50% - 25px);
        animation: Loader1 0.6s infinite; }
      .LoaderWrapper .Loader > div:nth-child(2) {
        left: calc(50% - 25px);
        animation: Loader2 0.6s infinite; }
      .LoaderWrapper .Loader > div:nth-child(3) {
        left: calc(50% - 7px);
        animation: Loader2 0.6s infinite; }
      .LoaderWrapper .Loader > div:nth-child(4) {
        left: calc(50% + 13px);
        animation: Loader3 0.6s infinite; }

@keyframes Loader1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes Loader3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes Loader2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }
.DashBoard {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: calc(100% - 270px);
  color: #27343c; }
  .DashBoard h4 {
    font-size: 15px;
    margin: 0;
    line-height: 22px; }
  .DashBoard h5 {
    font-size: 14px;
    margin: 0;
    opacity: 0.6;
    line-height: 22px; }
  .DashBoard > div {
    background-color: rgba(255, 255, 255, 0.8); }
  .DashBoard button {
    border: none;
    margin-left: 10px;
    padding: 0; }
  .DashBoard .Emphasis {
    opacity: 1;
    color: #e6b121; }
  .DashBoard .NxzData .LogoNXZ {
    padding: 26px 52px 56px 51px; }
  .DashBoard .NxzData .BorderBottom {
    height: 15px;
    margin-top: 41px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8e8e8; }
    .DashBoard .NxzData .BorderBottom .AirdropTitle {
      display: inline-block;
      height: 20px;
      background-color: #ffffff; }
  .DashBoard .NxzData .MiningBar {
    position: relative;
    width: 100%;
    height: 10px;
    margin-top: 18px;
    margin-bottom: 27px;
    border-radius: 6px;
    background: #e8e8e8; }
    .DashBoard .NxzData .MiningBar span {
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      font-size: 0;
      background: #e6b121;
      border-radius: 6px; }
      .DashBoard .NxzData .MiningBar span[data-width="1"] {
        width: calc(1 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="2"] {
        width: calc(2 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="3"] {
        width: calc(3 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="4"] {
        width: calc(4 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="5"] {
        width: calc(5 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="6"] {
        width: calc(6 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="7"] {
        width: calc(7 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="8"] {
        width: calc(8 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="9"] {
        width: calc(9 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="10"] {
        width: calc(10 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="11"] {
        width: calc(11 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="12"] {
        width: calc(12 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="13"] {
        width: calc(13 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="14"] {
        width: calc(14 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="15"] {
        width: calc(15 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="16"] {
        width: calc(16 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="17"] {
        width: calc(17 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="18"] {
        width: calc(18 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="19"] {
        width: calc(19 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="20"] {
        width: calc(20 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="21"] {
        width: calc(21 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="22"] {
        width: calc(22 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="23"] {
        width: calc(23 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="24"] {
        width: calc(24 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="25"] {
        width: calc(25 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="26"] {
        width: calc(26 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="27"] {
        width: calc(27 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="28"] {
        width: calc(28 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="29"] {
        width: calc(29 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="30"] {
        width: calc(30 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="31"] {
        width: calc(31 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="32"] {
        width: calc(32 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="33"] {
        width: calc(33 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="34"] {
        width: calc(34 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="35"] {
        width: calc(35 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="36"] {
        width: calc(36 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="37"] {
        width: calc(37 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="38"] {
        width: calc(38 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="39"] {
        width: calc(39 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="40"] {
        width: calc(40 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="41"] {
        width: calc(41 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="42"] {
        width: calc(42 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="43"] {
        width: calc(43 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="44"] {
        width: calc(44 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="45"] {
        width: calc(45 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="46"] {
        width: calc(46 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="47"] {
        width: calc(47 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="48"] {
        width: calc(48 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="49"] {
        width: calc(49 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="50"] {
        width: calc(50 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="51"] {
        width: calc(51 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="52"] {
        width: calc(52 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="53"] {
        width: calc(53 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="54"] {
        width: calc(54 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="55"] {
        width: calc(55 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="56"] {
        width: calc(56 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="57"] {
        width: calc(57 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="58"] {
        width: calc(58 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="59"] {
        width: calc(59 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="60"] {
        width: calc(60 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="61"] {
        width: calc(61 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="62"] {
        width: calc(62 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="63"] {
        width: calc(63 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="64"] {
        width: calc(64 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="65"] {
        width: calc(65 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="66"] {
        width: calc(66 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="67"] {
        width: calc(67 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="68"] {
        width: calc(68 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="69"] {
        width: calc(69 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="70"] {
        width: calc(70 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="71"] {
        width: calc(71 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="72"] {
        width: calc(72 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="73"] {
        width: calc(73 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="74"] {
        width: calc(74 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="75"] {
        width: calc(75 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="76"] {
        width: calc(76 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="77"] {
        width: calc(77 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="78"] {
        width: calc(78 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="79"] {
        width: calc(79 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="80"] {
        width: calc(80 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="81"] {
        width: calc(81 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="82"] {
        width: calc(82 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="83"] {
        width: calc(83 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="84"] {
        width: calc(84 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="85"] {
        width: calc(85 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="86"] {
        width: calc(86 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="87"] {
        width: calc(87 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="88"] {
        width: calc(88 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="89"] {
        width: calc(89 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="90"] {
        width: calc(90 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="91"] {
        width: calc(91 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="92"] {
        width: calc(92 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="93"] {
        width: calc(93 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="94"] {
        width: calc(94 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="95"] {
        width: calc(95 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="96"] {
        width: calc(96 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="97"] {
        width: calc(97 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="98"] {
        width: calc(98 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="99"] {
        width: calc(99 * 1%); }
      .DashBoard .NxzData .MiningBar span[data-width="100"] {
        width: calc(100 * 1%); }
  .DashBoard .Flex {
    display: flex;
    align-items: center;
    margin-bottom: 7px; }
  .DashBoard .DataWrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px; }
    .DashBoard .DataWrapper:last-of-type {
      margin: 0; }
  .DashBoard .FlexHalf {
    display: flex; }
    .DashBoard .FlexHalf > div {
      flex-basis: 0;
      flex-grow: 1;
      padding: 30px; }
      .DashBoard .FlexHalf > div:nth-child(1) {
        border-right: #e8e8e8 1px solid; }
  .DashBoard .NxyData {
    display: flex;
    padding: 20px 0;
    margin-top: 10px; }
    .DashBoard .NxyData .NxyLogo {
      padding: 0 27px;
      border-right: 1px solid #e8e8e8; }
    .DashBoard .NxyData .NxyDataWrapper {
      display: flex;
      width: 100%;
      justify-content: center; }
      .DashBoard .NxyData .NxyDataWrapper > div {
        display: flex; }
        .DashBoard .NxyData .NxyDataWrapper > div h4:nth-child(1) {
          margin-right: 15px; }
      .DashBoard .NxyData .NxyDataWrapper > div:nth-child(1) {
        margin-right: 27px; }

@keyframes miningGuide {
  0% {
    left: 0; }
  100% {
    left: -320%; } }
.CircleHelp {
  cursor: pointer; }
  .CircleHelp .cls-1 {
    fill: #e8e8e8; }
  .CircleHelp .cls-2 {
    fill: #27343c; }
.IconNexy .cls-1 {
  fill: #172542; }

.IconNexy .cls-2 {
  fill: #e8b300; }

.IconNexy .cls-3 {
  fill: #e8e8e8; }
.IconNexyZero .cls-1 {
  fill: #f8ca01; }

.IconNexyZero .cls-2 {
  fill: #172542; }

.IconNexyZero .cls-3 {
  fill: #e8e8e8; }
.LogoNexy .cls-1 {
  fill: #172542; }

.LogoNexy .cls-2 {
  fill: #e8b300; }
.LogoNexyZero .cls-1 {
  fill: #172542; }

.LogoNexyZero .cls-2 {
  fill: #e8b300; }
.ModalWrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100; }
  .ModalWrapper h3, .ModalWrapper h4 {
    margin: 0 0 5px 0;
    text-align: center; }
  .ModalWrapper h3 {
    font-size: 24px; }
  .ModalWrapper h4 {
    font-size: 18px; }
  .ModalWrapper .Modal {
    position: absolute;
    width: 594px;
    background-color: #ffffff; }
.ModalWrapper .Ordering {
  padding: 50px 50px 35px;
  color: #363636; }
  .ModalWrapper .Ordering p {
    font-size: 14px; }
  .ModalWrapper .Ordering .Emphasis {
    color: #F2763B;
    margin-bottom: 24px; }
  .ModalWrapper .Ordering .Currency {
    font-size: 18px;
    color: #A0A0A0; }
  .ModalWrapper .Ordering output {
    padding: 0;
    color: #3A3E40;
    font-size: 19px;
    display: inline-block; }
  .ModalWrapper .Ordering em {
    font-style: unset;
    font-size: 20px; }
  .ModalWrapper .Ordering .CoinDetails {
    margin: 20px 0 23px;
    padding-top: 20px;
    border-top: solid 1px #ECECEC; }
    .ModalWrapper .Ordering .CoinDetails > div {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 20px; }
  .ModalWrapper .Ordering .ReturnCoin {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px #ECECEC;
    border-bottom: solid 1px #ECECEC;
    padding: 20px 0; }
    .ModalWrapper .Ordering .ReturnCoin .TotalReturnCoin {
      color: #3A3E40;
      font-size: 26px; }
  .ModalWrapper .Ordering .Bonus {
    color: #F2763B;
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under;
    text-decoration: underline; }
  .ModalWrapper .Ordering .Notice {
    text-align: center;
    padding: 20px 0 33px; }
  .ModalWrapper .Ordering .OrderAction {
    display: flex;
    justify-content: space-between; }
    .ModalWrapper .Ordering .OrderAction button {
      width: 240px;
      height: 45px;
      border-radius: 27.5px;
      font-size: 16px;
      color: #ffffff;
      border: none; }
      .ModalWrapper .Ordering .OrderAction button:nth-child(1) {
        background-color: #A0A0A0; }
      .ModalWrapper .Ordering .OrderAction button:nth-child(2) {
        background-color: #F2763B; }
  .ModalWrapper .Ordering .IsLoading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: gray;
    opacity: 0.95; }

.ModalWrapper:lang(en) .Modal, .ModalWrapper:lang(zh) .Modal {
  width: 650px; }

.ModalWrapper:lang(zh) h3 {
  letter-spacing: -1px; }
.ModalWrapper .OrderCompleted {
  width: 594px;
  padding: 50px; }
  .ModalWrapper .OrderCompleted .HistoryInfomation {
    margin: 72px 0 50px;
    text-align: center; }
    .ModalWrapper .OrderCompleted .HistoryInfomation em {
      font-style: normal;
      color: #F2763B;
      -webkit-text-underline-position: under;
      -ms-text-underline-position: below;
      text-underline-position: under;
      text-decoration: underline;
      cursor: pointer; }
  .ModalWrapper .OrderCompleted button {
    width: 100%;
    height: 45px;
    font-size: 16px;
    background-color: #F2763B;
    color: #ffffff;
    border-radius: 27.5px;
    border: none; }
.ModalWrapper .WalletRegistration {
  padding: 50px 50px 35px;
  height: 493px;
  color: #363636; }
  .ModalWrapper .WalletRegistration button {
    width: 240px;
    height: 45px;
    border-radius: 27.5px;
    color: #ffffff; }
    .ModalWrapper .WalletRegistration button:nth-child(1) {
      background-color: #A0A0A0; }
    .ModalWrapper .WalletRegistration button:nth-child(2) {
      background-color: #F2763B; }
  .ModalWrapper .WalletRegistration .WalletRegistrationDetail {
    margin: 10px 0 20px;
    padding: 20px 0 30px;
    border-top: solid 1px #ECECEC;
    border-bottom: solid 1px #ECECEC; }
    .ModalWrapper .WalletRegistration .WalletRegistrationDetail .Emphasis {
      color: #F2763B; }
    .ModalWrapper .WalletRegistration .WalletRegistrationDetail .Address {
      width: 100%;
      height: 50px;
      border: solid 1px #273136;
      font-size: 15px;
      padding: 16px 10px;
      text-align: center;
      margin: 24px 0 30px; }
      .ModalWrapper .WalletRegistration .WalletRegistrationDetail .Address:focus {
        border: solid 1px #273136;
        outline-color: black;
        outline-style: solid;
        outline-width: thin; }
  .ModalWrapper .WalletRegistration .WalletRegistrationButton {
    display: flex;
    justify-content: space-between; }
    .ModalWrapper .WalletRegistration .WalletRegistrationButton .Disable {
      background: #A0A0A0;
      cursor: not-allowed; }

.ModalWrapper .Completion {
  height: 280px; }
  .ModalWrapper .Completion .WalletRegistrationDetail {
    margin: 30px 0 30px;
    padding: 15px 0 15px;
    border: none; }
  .ModalWrapper .Completion .WalletRegistrationButton {
    justify-content: center; }
    .ModalWrapper .Completion .WalletRegistrationButton button:nth-child(1) {
      background-color: #F2763B; }
.ModalWrapper .WalletRegiNotice {
  padding-top: 20px;
  padding: 50px 50px 35px;
  color: #363636; }
  .ModalWrapper .WalletRegiNotice p {
    font-size: 14px; }
  .ModalWrapper .WalletRegiNotice .Emphasis {
    color: #F2763B;
    margin-bottom: 24px; }
  .ModalWrapper .WalletRegiNotice .WalletRegiNoticeDescription {
    margin-top: 50px; }
  .ModalWrapper .WalletRegiNotice .WalletRegiNoticeAction {
    margin-top: 25px;
    text-align: center; }
    .ModalWrapper .WalletRegiNotice .WalletRegiNoticeAction button {
      width: 240px;
      height: 45px;
      border-radius: 27.5px;
      font-size: 16px;
      color: #ffffff;
      border: none;
      background-color: #F2763B; }
.CoinSalesPaymentHistory {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 50px 35px;
  color: #363636; }
  .CoinSalesPaymentHistory .Description {
    margin-bottom: 16px; }
  .CoinSalesPaymentHistory .HistoryDetail {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    min-height: 250px; }
    .CoinSalesPaymentHistory .HistoryDetail > div p {
      text-align: center; }
      .CoinSalesPaymentHistory .HistoryDetail > div p:nth-child(2) {
        flex-basis: 60%;
        text-align: right;
        padding-right: 80px; }
      .CoinSalesPaymentHistory .HistoryDetail > div p:not(:nth-child(2)) {
        padding: 0 10px;
        flex-basis: 20%;
        text-align: center; }
    .CoinSalesPaymentHistory .HistoryDetail p {
      margin-bottom: 0; }
    .CoinSalesPaymentHistory .HistoryDetail .Detail {
      flex-basis: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .CoinSalesPaymentHistory .HistoryDetail .HistoryContents {
      height: 44px;
      flex-basis: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: solid 1px #ECECEC; }
    .CoinSalesPaymentHistory .HistoryDetail .HistoryBody {
      display: block;
      height: calc(100% - 30px); }
    .CoinSalesPaymentHistory .HistoryDetail .HistoryContents.PaymentCompletion {
      background-color: #F9F9F9; }
      .CoinSalesPaymentHistory .HistoryDetail .HistoryContents.PaymentCompletion p {
        color: #A0A0A0; }
  .CoinSalesPaymentHistory .Action {
    margin-top: 30px;
    text-align: center; }
    .CoinSalesPaymentHistory .Action button {
      width: 240px;
      height: 45px;
      border-radius: 27.5px;
      font-size: 16px;
      color: #ffffff;
      border: none;
      background-color: #F2763B; }
.ModalWrapper {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent; }
  .ModalWrapper:before {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    content: ''; }
  .ModalWrapper .MiningTodayInfo {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -333px 0 0 -397px;
    width: 794px;
    padding-bottom: 39px;
    display: block !important;
    justify-content: inherit !important;
    background: #ffffff; }
    .ModalWrapper .MiningTodayInfo .DashboardNoticeText {
      margin: 22px 30px 0; }
    .ModalWrapper .MiningTodayInfo ul {
      margin: 0;
      padding: 0 0 0 30px; }
      .ModalWrapper .MiningTodayInfo ul li {
        position: relative;
        font-size: 15px;
        color: #27343c;
        line-height: 24px;
        padding-left: 8px;
        list-style: none; }
        .ModalWrapper .MiningTodayInfo ul li:before {
          display: block;
          position: absolute;
          left: 0;
          top: 11px;
          width: 4px;
          height: 4px;
          border-radius: 100%;
          background: #000000;
          content: ''; }
    .ModalWrapper .MiningTodayInfo > div {
      display: flex;
      justify-content: space-between; }
      .ModalWrapper .MiningTodayInfo > div:nth-child(1) {
        position: relative;
        flex-basis: 100%;
        align-items: center;
        height: 58px;
        padding: 0 30px;
        justify-content: flex-start;
        border-bottom: 1px solid #e8e8e8; }
        .ModalWrapper .MiningTodayInfo > div:nth-child(1) h2 {
          margin: 0;
          font-size: 16px;
          color: #27343c; }
          .ModalWrapper .MiningTodayInfo > div:nth-child(1) h2 .DailyMiningTime {
            font-size: 16px;
            color: #27343c; }
        .ModalWrapper .MiningTodayInfo > div:nth-child(1) .BtnPopupClose {
          position: absolute;
          right: 12px;
          top: 12px;
          width: 65px;
          height: 36px;
          line-height: 33px;
          font-size: 14px;
          text-align: center;
          color: #ffffff;
          background: #000000;
          border: 0; }
      .ModalWrapper .MiningTodayInfo > div:nth-child(2) {
        padding: 20px 0 25px; }
      .ModalWrapper .MiningTodayInfo > div:nth-child(3) {
        display: block;
        padding: 0 30px;
        justify-content: inherit; }
        .ModalWrapper .MiningTodayInfo > div:nth-child(3) p {
          font-size: 15px;
          color: #27343c; }
          .ModalWrapper .MiningTodayInfo > div:nth-child(3) p:nth-of-type(2) {
            margin-top: 20px; }
    .ModalWrapper .MiningTodayInfo .CoinStatus {
      flex-direction: column;
      flex-basis: 50%;
      padding: 0 30px; }
      .ModalWrapper .MiningTodayInfo .CoinStatus .Flex {
        display: flex;
        align-items: center; }
        .ModalWrapper .MiningTodayInfo .CoinStatus .Flex > svg:nth-child(1) {
          margin-right: 12px; }
      .ModalWrapper .MiningTodayInfo .CoinStatus .HidingNxy {
        position: absolute;
        z-index: 5;
        flex-direction: column;
        text-align: center;
        background-color: #f9f9f9;
        opacity: 0.9;
        top: 75px;
        left: 20px;
        right: 410px;
        bottom: 290px;
        padding-top: 100px;
        padding-bottom: 40px; }
        .ModalWrapper .MiningTodayInfo .CoinStatus .HidingNxy p {
          font-size: 18px;
          line-height: normal;
          margin-bottom: 88px; }
        .ModalWrapper .MiningTodayInfo .CoinStatus .HidingNxy button {
          color: #01bcb5;
          font-size: 14px;
          border: none;
          background-color: transparent; }
      .ModalWrapper .MiningTodayInfo .CoinStatus:nth-child(2) {
        border-left: 1px solid #e8e8e8; }
      .ModalWrapper .MiningTodayInfo .CoinStatus > div:nth-child(1) {
        height: auto;
        margin-bottom: 20px;
        border-bottom: 0; }
      .ModalWrapper .MiningTodayInfo .CoinStatus > div:nth-child(2) {
        height: auto;
        margin: 20px 0; }
        .ModalWrapper .MiningTodayInfo .CoinStatus > div:nth-child(2) p span {
          display: block; }
      .ModalWrapper .MiningTodayInfo .CoinStatus > div:nth-child(3) {
        padding: 20px;
        background: #F5F5F5;
        border-radius: 4px; }
        .ModalWrapper .MiningTodayInfo .CoinStatus > div:nth-child(3) ul {
          padding: 0;
          margin: 0; }
          .ModalWrapper .MiningTodayInfo .CoinStatus > div:nth-child(3) ul li {
            font-size: 13px;
            line-height: 26px; }
            .ModalWrapper .MiningTodayInfo .CoinStatus > div:nth-child(3) ul li span {
              display: inline-block;
              margin-left: 10px;
              font-size: 13px;
              color: #01bcb5;
              letter-spacing: -0.35px; }
              .ModalWrapper .MiningTodayInfo .CoinStatus > div:nth-child(3) ul li span .AboutEqual {
                margin: 3px 3px 0 2px;
                font-size: 16px;
                letter-spacing: 0; }
      .ModalWrapper .MiningTodayInfo .CoinStatus p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: -0.43px;
        color: #27343c; }
      .ModalWrapper .MiningTodayInfo .CoinStatus a {
        display: inline-block;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: -0.43px;
        color: #01bcb5; }

.ModalWrapper:lang(en) .Modal.MiningTodayInfo,
.ModalWrapper:lang(zh) .Modal.MiningTodayInfo {
  width: 794px; }
.MyAirdrop {
  width: 256px;
  margin-left: 14px; }
  .MyAirdrop > div {
    height: 100%; }
  .MyAirdrop h3 {
    color: #27343c;
    font-size: 17px;
    letter-spacing: -0.46px;
    margin-top: 0;
    margin-bottom: 20px; }
  .MyAirdrop .Airdrop {
    width: 100%;
    padding: 20px 10px;
    background-color: #ffffff; }
    .MyAirdrop .Airdrop h4 {
      margin: 0; }
    .MyAirdrop .Airdrop .MiningStatusWrapper {
      border-radius: 4px;
      background-color: #f9f9f9;
      margin-bottom: 10px;
      padding: 18px 12px 20px 12px; }
      .MyAirdrop .Airdrop .MiningStatusWrapper:nth-child(3) {
        margin-bottom: 0; }
      .MyAirdrop .Airdrop .MiningStatusWrapper p {
        margin: 0; }
      .MyAirdrop .Airdrop .MiningStatusWrapper > div {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px; }
        .MyAirdrop .Airdrop .MiningStatusWrapper > div:nth-child(1) {
          margin-bottom: 25px; }
        .MyAirdrop .Airdrop .MiningStatusWrapper > div .MiningDate {
          margin-bottom: 0;
          font-size: 16px;
          letter-spacing: -0.43px;
          color: #27343c; }
        .MyAirdrop .Airdrop .MiningStatusWrapper > div .MiningItemTitle {
          margin-bottom: 0;
          font-size: 14px;
          letter-spacing: -0.38px;
          color: #27343c; }
        .MyAirdrop .Airdrop .MiningStatusWrapper > div .AirdropValue {
          margin-bottom: 0;
          font-size: 16px;
          letter-spacing: -0.43px;
          color: #27343c; }
          .MyAirdrop .Airdrop .MiningStatusWrapper > div .AirdropValue .AboutEqual {
            display: inline-block;
            font-weight: bold;
            margin: 3px 0 0 0;
            font-size: 16px;
            line-height: 8px;
            vertical-align: top;
            color: #27343c; }
        .MyAirdrop .Airdrop .MiningStatusWrapper > div .Confirmation {
          text-align: center;
          width: 40px;
          height: 20px;
          border-radius: 2px;
          line-height: 19px;
          background-color: #27343c;
          color: #ffffff; }
        .MyAirdrop .Airdrop .MiningStatusWrapper > div .Prediction {
          margin-bottom: 0;
          text-align: center;
          width: 40px;
          height: 20px;
          border-radius: 2px;
          line-height: 19px;
          color: #27343c;
          border: solid 1px #27343c; }
      .MyAirdrop .Airdrop .MiningStatusWrapper .MiningQty {
        margin-bottom: 0;
        flex-direction: column; }
        .MyAirdrop .Airdrop .MiningStatusWrapper .MiningQty .MiningdataWrapper {
          display: flex;
          justify-content: space-between; }
        .MyAirdrop .Airdrop .MiningStatusWrapper .MiningQty .NxzData {
          display: flex;
          justify-content: flex-end; }
        .MyAirdrop .Airdrop .MiningStatusWrapper .MiningQty .MiningValue {
          margin-bottom: 0;
          font-size: 16px;
          color: #27343c;
          letter-spacing: -0.43px; }
    .MyAirdrop .Airdrop .ButtonWrapper {
      width: 100%;
      text-align: center;
      margin-top: 18px; }
      .MyAirdrop .Airdrop .ButtonWrapper button {
        border: none;
        font-size: 14px;
        letter-spacing: -0.38px;
        color: #01bcb5;
        padding: 0; }

.Home .isMainPage {
  height: 100%;
  min-height: initial;
  text-align: initial;
  padding: 20px;
  background-color: #ffffff; }
  .Home .isMainPage h4 {
    font-size: 17px;
    color: #27343c;
    letter-spacing: -0.46px;
    margin-top: 0;
    margin-bottom: 20px; }
  .Home .isMainPage p {
    width: 187px;
    margin-bottom: 10px;
    margin-right: 30px;
    color: #27343c;
    opacity: 0.5;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.4px; }
  .Home .isMainPage .LoginInfo {
    margin-top: 30px; }
  .Home .isMainPage input {
    width: 100%;
    height: 38px;
    border: none;
    outline: none;
    border-bottom: solid 1px #9da1a5;
    margin-bottom: 10px;
    padding: 0;
    color: #27343c;
    letter-spacing: -0.4px; }
    .Home .isMainPage input:-ms-input-placeholder {
      color: #9da1a5; }
    .Home .isMainPage input::-webkit-input-placeholder {
      color: #9da1a5; }
    .Home .isMainPage input::-moz-placeholder {
      color: #9da1a5; }
    .Home .isMainPage input::-moz-placeholder {
      color: #9da1a5; }
    .Home .isMainPage input:focus {
      border-color: #27343c; }

.Home .AirdropLogin {
  padding: 24px 20px 24px 20px;
  color: #27343c; }
  .Home .AirdropLogin h5 {
    opacity: 0.5;
    margin-bottom: 16px;
    line-height: 20px; }
    .Home .AirdropLogin h5:nth-child(2) {
      width: 200px; }
  .Home .AirdropLogin h6 {
    font-size: 13px; }
  .Home .AirdropLogin > a {
    text-decoration: none; }
  .Home .AirdropLogin .MainLogin {
    width: 100%;
    height: 40px;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
    background-color: #01bcb5;
    margin: 35px 0 30px 0;
    padding-top: 12px;
    border: none;
    font-size: 14px;
    letter-spacing: -0.4px; }
  .Home .AirdropLogin .MainSignup {
    color: #01bcb5;
    border: none;
    padding: 0;
    letter-spacing: -0.4px; }

.MyAirdrop:lang(en) .Airdrop .MiningStatusWrapper > div .Prediction {
  line-height: 17px; }

.MyAirdrop:lang(zh) .Airdrop .MiningStatusWrapper > div .Prediction {
  line-height: 16px; }
.Main {
  display: flex;
  flex-flow: wrap;
  padding: 10px calc(50% - 532px);
  background-repeat: round; }

.BackgroundLayer {
  position: relative;
  top: -290px;
  width: 45%;
  min-width: 636px;
  height: 190px;
  background-color: rgba(0, 0, 0, 0.35); }
.Home {
  background: #f3f3f3; }
  .Home .Notice {
    width: 100%;
    height: 40px;
    margin-top: -20px;
    color: #27343c;
    background: transparent; }
    .Home .Notice .InnerContents > div {
      position: relative;
      display: flex;
      height: 100%;
      padding: 0 20px;
      align-items: center;
      background: #ffffff; }
      .Home .Notice .InnerContents > div h3 {
        width: 87px;
        margin: 0 0 0 14px;
        font-size: 14px;
        color: #01bcb5; }
      .Home .Notice .InnerContents > div .Item {
        width: calc(100% - 390px); }
        .Home .Notice .InnerContents > div .Item a {
          display: flex;
          justify-content: space-between;
          width: 100%;
          height: 100%; }
          .Home .Notice .InnerContents > div .Item a em {
            margin: 0;
            font-style: normal;
            font-size: 14px;
            color: #27343c; }
          .Home .Notice .InnerContents > div .Item a .UTC {
            width: 215px;
            margin: 0;
            font-size: 13px;
            color: #9da1a5;
            text-align: right; }
          .Home .Notice .InnerContents > div .Item a:hover {
            text-decoration: none; }
      .Home .Notice .InnerContents > div .BtnMore {
        display: inline-block;
        position: absolute;
        right: 20px;
        font-size: 13px;
        color: #9da1a5; }
        .Home .Notice .InnerContents > div .BtnMore:hover {
          text-decoration: none; }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url(/assets/img/img-c5cd7f.gif) center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url(/assets/font/font-ced611.eot);
  src: url(/assets/font/font-ced611.eot?#iefix) format("embedded-opentype"), url(/assets/font/font-b7c9e1.woff) format("woff"), url(/assets/font/font-d41f55.ttf) format("truetype"), url([object Object]#slick) format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
.BannerArrowPrev {
  fill-rule: evenodd;
  clip-rule: evenodd; }
.BannerArrowNext {
  fill-rule: evenodd;
  clip-rule: evenodd; }
.Home .Banner {
  position: relative;
  height: 281px;
  padding-top: 56px;
  background: #2e3e47;
  overflow: hidden; }
  .Home .Banner:before {
    position: absolute;
    left: 50%;
    top: -20%;
    width: 2000px;
    height: 2000px;
    margin-top: -500px;
    transform: rotate(45deg);
    background: rgba(255, 255, 255, 0.05);
    content: ''; }
  .Home .Banner:after {
    position: absolute;
    right: 50%;
    top: -20%;
    width: 2000px;
    height: 2000px;
    margin-top: -500px;
    transform: rotate(-45deg);
    background: rgba(255, 255, 255, 0.05);
    content: ''; }
  .Home .Banner .BannerTitle {
    margin: 0 0 30px;
    font-size: 24px;
    color: #ffffff;
    text-align: center; }
  .Home .Banner .slick-slider {
    top: inherit;
    margin: 0 -7px;
    z-index: 1; }
    .Home .Banner .slick-slider .slick-slide {
      height: 110px; }
      .Home .Banner .slick-slider .slick-slide > div {
        height: 100%; }
        .Home .Banner .slick-slider .slick-slide > div .SlideItem {
          height: 100%;
          padding: 0 7px; }
          .Home .Banner .slick-slider .slick-slide > div .SlideItem a {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 5px;
            background: #000;
            overflow: hidden; }
            .Home .Banner .slick-slider .slick-slide > div .SlideItem a img {
              width: 100%;
              height: 100%;
              border-radius: 5px;
              transition: transform .3s ease-in; }
      .Home .Banner .slick-slider .slick-slide:hover img {
        transform: scale(1.1); }
    .Home .Banner .slick-slider .slick-dots {
      bottom: -23px;
      height: 9px; }
      .Home .Banner .slick-slider .slick-dots li {
        width: 9px;
        height: 9px;
        margin: 0 6px;
        vertical-align: top; }
        .Home .Banner .slick-slider .slick-dots li button {
          width: 100%;
          height: 100%;
          padding: 0;
          background: #172024;
          border-radius: 100%; }
          .Home .Banner .slick-slider .slick-dots li button:before {
            display: none; }
        .Home .Banner .slick-slider .slick-dots li.slick-active button {
          background: #01bcb5; }
  .Home .Banner .BtnPrev,
  .Home .Banner .BtnNext {
    position: absolute;
    top: 50%;
    height: 40px;
    margin-top: -24px;
    padding: 0;
    background: transparent;
    border: 0;
    line-height: 1;
    z-index: 10; }
  .Home .Banner .BtnPrev {
    left: 20px; }
  .Home .Banner .BtnNext {
    right: 20px; }
.st0 {
  fill: #FF9E2E; }

.st1 {
  fill: none;
  stroke: #FF9E2E; }

.st2 {
  enable-background: new; }

.st3 {
  fill: #FFFFFF; }
.FullCoinList {
  background-color: #ffffff;
  width: 100%;
  min-height: 600px;
  padding-bottom: 110px; }
  .FullCoinList .InnerContents > div {
    background-color: #ffffff; }
  .FullCoinList p {
    margin: 0;
    text-align: right; }
  .FullCoinList .MarketNavigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding-left: 40px;
    padding-right: 40px; }
    .FullCoinList .MarketNavigation > div button {
      position: relative;
      width: 83px;
      height: 40px;
      border: none;
      color: #9da1a5;
      border-radius: 4px;
      font-size: 16px;
      background-color: transparent;
      padding: 0;
      border: 1px solid #ffffff; }
      .FullCoinList .MarketNavigation > div button:hover {
        background-color: #f9f9f9;
        border: 1px solid #f3f3f3; }
      .FullCoinList .MarketNavigation > div button:not(:first-of-type) {
        margin-left: 20px; }
      .FullCoinList .MarketNavigation > div button i {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 8px;
        height: 8px;
        font-size: 0;
        border-radius: 100%;
        background: #9da1a5; }
        .FullCoinList .MarketNavigation > div button i.marketNXY {
          background: #01bcb5; }
        .FullCoinList .MarketNavigation > div button i.marketNXZ {
          background: #f8c907; }
    .FullCoinList .MarketNavigation > p {
      font-size: 16px;
      font-weight: bold;
      letter-spacing: -0.4px;
      text-align: right;
      color: #27343c; }
    .FullCoinList .MarketNavigation .Active {
      background-color: #2e3e47;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: -0.4px;
      text-align: center;
      color: #ffffff;
      border: 1px solid #2e3e47; }
      .FullCoinList .MarketNavigation .Active:hover {
        background-color: #2e3e47;
        color: #ffffff;
        border: 1px solid #2e3e47;
        font-weight: bold; }
    .FullCoinList .MarketNavigation .BetaLogo {
      position: relative;
      top: -23px; }
      .FullCoinList .MarketNavigation .BetaLogo .SvgWrapper {
        margin: 0; }
        .FullCoinList .MarketNavigation .BetaLogo .SvgWrapper svg {
          height: 18px;
          width: 33px; }
    .FullCoinList .MarketNavigation .BCH {
      right: 127px; }
    .FullCoinList .MarketNavigation .TUSD {
      right: 50px; }
  .FullCoinList .MarketCoinList {
    display: block;
    position: relative;
    width: 100%; }
    .FullCoinList .MarketCoinList .Toggle {
      display: flex;
      cursor: pointer; }
      .FullCoinList .MarketCoinList .Toggle > p, .FullCoinList .MarketCoinList .Toggle > div {
        pointer-events: none; }
    .FullCoinList .MarketCoinList .RightIncludingToggle {
      display: flex;
      justify-content: flex-end; }
    .FullCoinList .MarketCoinList .Left {
      text-align: left; }
    .FullCoinList .MarketCoinList .Row {
      padding: 0 20px;
      border-top: solid 1px #f3f3f3; }
    .FullCoinList .MarketCoinList .CoinListTitle {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 40px;
      background-color: #f9f9f9; }
      .FullCoinList .MarketCoinList .CoinListTitle > p, .FullCoinList .MarketCoinList .CoinListTitle > div {
        font-size: 14px;
        line-height: 1.21;
        letter-spacing: -0.4px;
        color: #9da1a5; }
        .FullCoinList .MarketCoinList .CoinListTitle > p:nth-child(1), .FullCoinList .MarketCoinList .CoinListTitle > div:nth-child(1) {
          flex-basis: 202.2px; }
        .FullCoinList .MarketCoinList .CoinListTitle > p:nth-child(2), .FullCoinList .MarketCoinList .CoinListTitle > div:nth-child(2) {
          flex-basis: 67.4px; }
        .FullCoinList .MarketCoinList .CoinListTitle > p:nth-child(3), .FullCoinList .MarketCoinList .CoinListTitle > div:nth-child(3) {
          flex-basis: 202.2px; }
        .FullCoinList .MarketCoinList .CoinListTitle > p:nth-child(4), .FullCoinList .MarketCoinList .CoinListTitle > div:nth-child(4) {
          flex-basis: 134.8px; }
        .FullCoinList .MarketCoinList .CoinListTitle > p:nth-child(5), .FullCoinList .MarketCoinList .CoinListTitle > div:nth-child(5) {
          flex-basis: 134.8px; }
        .FullCoinList .MarketCoinList .CoinListTitle > p:nth-child(6), .FullCoinList .MarketCoinList .CoinListTitle > div:nth-child(6) {
          flex-basis: 134.8px; }
        .FullCoinList .MarketCoinList .CoinListTitle > p:nth-child(7), .FullCoinList .MarketCoinList .CoinListTitle > div:nth-child(7) {
          flex-basis: 188.2px; }
    .FullCoinList .MarketCoinList .CoinListBody > div {
      padding: 0 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 62px; }
      .FullCoinList .MarketCoinList .CoinListBody > div > div {
        pointer-events: none; }
        .FullCoinList .MarketCoinList .CoinListBody > div > div:nth-child(1) {
          flex-basis: 202.2px; }
        .FullCoinList .MarketCoinList .CoinListBody > div > div:nth-child(2) {
          flex-basis: 67.4px; }
        .FullCoinList .MarketCoinList .CoinListBody > div > div:nth-child(3) {
          flex-basis: 202.2px; }
        .FullCoinList .MarketCoinList .CoinListBody > div > div:nth-child(4) {
          flex-basis: 134.8px; }
        .FullCoinList .MarketCoinList .CoinListBody > div > div:nth-child(5) {
          flex-basis: 134.8px; }
        .FullCoinList .MarketCoinList .CoinListBody > div > div:nth-child(6) {
          flex-basis: 134.8px; }
        .FullCoinList .MarketCoinList .CoinListBody > div > div:nth-child(7) {
          flex-basis: 188.2px; }
      .FullCoinList .MarketCoinList .CoinListBody > div:last-of-type {
        border-bottom: solid 1px #f3f3f3; }
    .FullCoinList .MarketCoinList .CoinListBody .Coin {
      font-size: 15px;
      font-weight: bold;
      letter-spacing: -0.4px;
      color: #27343c; }
    .FullCoinList .MarketCoinList .CoinListBody .Pair p {
      font-size: 15px;
      letter-spacing: -0.4px;
      color: #27343c; }
    .FullCoinList .MarketCoinList .CoinListBody .LeftSubNotation sub {
      font-size: 12px;
      letter-spacing: -0.3px;
      color: rgba(39, 52, 60, 0.5);
      text-align: left;
      bottom: 0;
      width: 100%;
      display: inline-block;
      line-height: 14px; }
    .FullCoinList .MarketCoinList .CoinListBody .RightSubNotation sub {
      font-size: 12px;
      letter-spacing: -0.3px;
      color: rgba(39, 52, 60, 0.5);
      text-align: right;
      bottom: 0;
      width: 100%;
      display: inline-block;
      line-height: 14px; }
    .FullCoinList .MarketCoinList .CoinListBody .LastPrice p {
      font-size: 15px;
      font-weight: bold;
      letter-spacing: -0.4px;
      text-align: right;
      color: #27343c; }
    .FullCoinList .MarketCoinList .CoinListBody .Changes {
      display: flex;
      justify-content: flex-end; }
      .FullCoinList .MarketCoinList .CoinListBody .Changes .Positive {
        border-radius: 2px;
        background-color: #01bcb5; }
      .FullCoinList .MarketCoinList .CoinListBody .Changes .Negative {
        border-radius: 2px;
        background-color: #f86262; }
      .FullCoinList .MarketCoinList .CoinListBody .Changes .Zero {
        border-radius: 2px;
        background-color: #e8e8e8; }
        .FullCoinList .MarketCoinList .CoinListBody .Changes .Zero p {
          font-size: 14px;
          font-weight: bold;
          letter-spacing: -0.4px;
          text-align: center;
          color: #9da1a5; }
      .FullCoinList .MarketCoinList .CoinListBody .Changes > div {
        height: 28px;
        width: 90px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .FullCoinList .MarketCoinList .CoinListBody .Changes p {
        font-size: 14px;
        font-weight: bold;
        letter-spacing: -0.4px;
        text-align: center;
        color: #ffffff; }
    .FullCoinList .MarketCoinList .CoinListBody .HighPrice p, .FullCoinList .MarketCoinList .CoinListBody .LowPrice p, .FullCoinList .MarketCoinList .CoinListBody .TradeVolume p {
      font-size: 15px;
      letter-spacing: -0.4px;
      text-align: right;
      color: #27343c; }
    .FullCoinList .MarketCoinList .CoinListBody .Row:hover {
      background-color: #f9f9f9;
      cursor: pointer; }
  .FullCoinList .SortToggle {
    position: relative;
    width: 8px;
    top: 2px;
    margin-left: 4px; }
    .FullCoinList .SortToggle .Toggle0, .FullCoinList .SortToggle .Toggle1 {
      fill-rule: evenodd;
      clip-rule: evenodd;
      fill: #B6B6B6; }
  .FullCoinList .ToggleUp .Toggle0 {
    fill: #2e3e47; }
  .FullCoinList .ToggleDown .Toggle1 {
    fill: #2e3e47; }
.BtnGooglePlay .cls1style {
  fill-rule: evenodd;
  clip-rule: evenodd; }

.BtnGooglePlay .cls2style {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: url(#SVGID_1_); }

.BtnGooglePlay .cls3style {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: url(#SVGID_2_); }

.BtnGooglePlay .cls4style {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: url(#SVGID_3_); }

.BtnGooglePlay .cls5style {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: url(#SVGID_4_); }

.BtnGooglePlay .cls6style {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FFFFFF; }
.BtnAppStore .cls1style {
  fill-rule: evenodd;
  clip-rule: evenodd; }

.BtnAppStore .cls2style {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FFFFFF; }

.BtnAppStore .cls3style {
  enable-background: new; }

.BtnAppStore .cls4style {
  fill: #FFFFFF; }
.MarketingMobile {
  height: 180px;
  background: #2e3e47; }
  .MarketingMobile .InnerContents {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .MarketingMobile .InnerContents h5 {
      margin: 0;
      font-size: 24px;
      line-height: 29px;
      color: #ffffff; }
    .MarketingMobile .InnerContents p {
      margin: 7px 0 0 0;
      font-size: 15px;
      line-height: 22px;
      color: #ffffff; }
    .MarketingMobile .InnerContents .WrapBtn {
      margin-top: 17px; }
      .MarketingMobile .InnerContents .WrapBtn a {
        display: inline-block;
        width: 147px;
        height: 45px;
        vertical-align: top; }
        .MarketingMobile .InnerContents .WrapBtn a:nth-child(2) {
          margin-left: 11px; }
    .MarketingMobile .InnerContents .ImgNexybitMobile {
      position: absolute;
      right: 0;
      bottom: 0; }
.Home {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .Home > section {
    flex-basis: 100%; }
  .Home h1 {
    margin-left: 0;
    font-size: 40px;
    color: #343434; }
  .Home .AboutEqual {
    font-size: 17px;
    color: #707070;
    font-weight: lighter; }
  .Home .InnerContents {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0 68px; }
.TradeLayout {
  width: 100%;
  height: calc(100vh - 51px);
  background-color: #3A5561;
  display: inline-grid;
  grid-template-columns: 300px calc((100% - 310px) * 0.7045) calc((100% - 310px) * 0.2955);
  grid-column-gap: 5px;
  grid-template-rows: minmax(265px, auto) 220px 233px;
  grid-row-gap: 5px;
  grid-template-areas: "LightCoinList Chart OrderBook" "LightCoinList OrderTrades OrderBook" "OrderSummary OrderSummary Ticker";
  padding: 5px; }
  .TradeLayout section {
    position: relative;
    overflow: hidden;
    background-color: #304047; }
  .TradeLayout .OrderBook {
    grid-area: OrderBook; }
  .TradeLayout .Chart {
    grid-area: Chart; }
  .TradeLayout .OrderTrades {
    grid-area: OrderTrades;
    background-color: #304047;
    overflow: visible; }
  .TradeLayout .LightCoinList {
    grid-area: LightCoinList;
    background-color: #3A5561; }
  .TradeLayout .Ticker {
    grid-area: Ticker;
    background-color: #32434A; }
  .TradeLayout .OrderSummary {
    grid-area: OrderSummary;
    overflow: visible; }
.LightDashboard {
  height: 125px;
  display: block;
  align-content: center;
  margin-top: 5px;
  border-top: solid 5px #3A5561; }
  .LightDashboard > div {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .LightDashboard sub {
    bottom: 0;
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
    line-height: normal;
    display: inline;
    width: 100%; }
  .LightDashboard h3 {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: -0.38px;
    font-weight: bold; }
  .LightDashboard .TickerX,
  .LightDashboard .TickerZ {
    position: absolute;
    display: inline;
    top: 5px; }
  .LightDashboard .Title {
    padding: 0 10px;
    height: 30px;
    border-bottom: solid 2px #3A5561; }
    .LightDashboard .Title div {
      display: flex;
      border: none;
      font-size: 13px;
      color: #9da1a5;
      letter-spacing: -0.35px;
      background-color: transparent;
      padding: 0; }
      .LightDashboard .Title div .RefreshButton {
        margin-right: 5px;
        padding-top: 1px; }
      .LightDashboard .Title div:hover {
        color: #ffffff;
        cursor: pointer; }
        .LightDashboard .Title div:hover .RefreshButton .st0 {
          fill: #ffffff; }
  .LightDashboard .Table {
    margin: 0 10px; }
  .LightDashboard .MiningTable {
    height: 25px;
    display: flex;
    justify-content: space-between; }
    .LightDashboard .MiningTable p {
      font-size: 12px;
      color: #d1d1d1;
      letter-spacing: -0.32px; }
      .LightDashboard .MiningTable p:nth-child(1) {
        flex-basis: 70%;
        text-align: right; }
      .LightDashboard .MiningTable p:nth-child(2) {
        flex-basis: 30%;
        text-align: right; }
  .LightDashboard .TableNxy {
    height: 34px;
    display: flex;
    justify-content: space-between;
    padding-top: 1px; }
    .LightDashboard .TableNxy p {
      font-size: 13px; }
      .LightDashboard .TableNxy p:nth-child(1) {
        flex-basis: 22%; }
      .LightDashboard .TableNxy p:nth-child(2) {
        flex-basis: 45%;
        text-align: right; }
      .LightDashboard .TableNxy p:nth-child(3) {
        flex-basis: 33%;
        text-align: right; }
    .LightDashboard .TableNxy div:nth-child(1) {
      flex-basis: 22%; }
      .LightDashboard .TableNxy div:nth-child(1) p {
        font-size: 14px; }
    .LightDashboard .TableNxy p:nth-child(2) {
      color: #01bcb5; }
  .LightDashboard .TableNxz {
    height: 34px;
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #3A5561; }
    .LightDashboard .TableNxz p {
      font-size: 13px; }
      .LightDashboard .TableNxz p:nth-child(1) {
        flex-basis: 22%; }
      .LightDashboard .TableNxz p:nth-child(2) {
        flex-basis: 45%;
        text-align: right; }
      .LightDashboard .TableNxz p:nth-child(3) {
        flex-basis: 33%;
        text-align: right; }
    .LightDashboard .TableNxz div:nth-child(1) {
      flex-basis: 22%; }
      .LightDashboard .TableNxz div:nth-child(1) p {
        font-size: 14px; }
    .LightDashboard .TableNxz p:nth-child(2) {
      color: #e6b121; }
  .LightDashboard .TotalFee {
    height: 30px;
    text-align: right; }
  .LightDashboard .Table.MiningTable p {
    font-size: 12px; }
  .LightDashboard .Table.TableNxy, .LightDashboard .Table.TableNxz {
    position: relative;
    border-top: solid 1px #3A5561;
    padding-bottom: 2px; }
    .LightDashboard .Table.TableNxy p:nth-child(1), .LightDashboard .Table.TableNxz p:nth-child(1) {
      font-size: 14px;
      margin-left: 26px; }
  .LightDashboard .Token {
    color: #ffffff;
    border-right: solid 1px #3A5561; }
  .LightDashboard .LoaderWrapper {
    position: absolute;
    width: 100%; }
.TickerX {
  margin-right: 8px; }
  .TickerX .cls-1 {
    fill: #ffffff; }
  .TickerX .cls-2 {
    fill: #e8b300; }
  .TickerX .cls-3 {
    fill: #3A5561; }
.TickerZ {
  margin-right: 8px; }
  .TickerZ .cls-1 {
    fill: #e8b300; }
  .TickerZ .cls-2 {
    fill: #ffffff; }
  .TickerZ .cls-3 {
    fill: #3A5561; }
.RefreshButton .st0 {
  fill: #9DA1A5; }
.SearchIcon {
  width: 14px; }
  .SearchIcon .Search {
    fill: #D2D3D3; }
.LightCoinList p {
  margin: 0; }

.LightCoinList .None {
  display: none; }

.LightCoinList .MarketTab {
  position: relative;
  display: flex;
  width: 100%;
  height: 30px; }
  .LightCoinList .MarketTab button {
    position: relative;
    width: 100%;
    height: 30px;
    background: #526D78;
    color: #D6D6D6;
    border: none;
    font-size: 12px;
    padding: 0 0 2px; }
    .LightCoinList .MarketTab button:nth-child(2), .LightCoinList .MarketTab button:nth-child(3) {
      border-left: solid 2px #3A5561; }
    .LightCoinList .MarketTab button:nth-child(4) {
      border-left: solid 2px #3A5561;
      border-right: solid 1px #526D78; }
    .LightCoinList .MarketTab button i {
      position: absolute;
      right: 5px;
      top: 5px;
      width: 8px;
      height: 8px;
      font-size: 0;
      border-radius: 100%;
      background: #9da1a5; }
      .LightCoinList .MarketTab button i.marketNXY {
        background: #01bcb5; }
      .LightCoinList .MarketTab button i.marketNXZ {
        background: #f8c907; }
  .LightCoinList .MarketTab .BetaLogo {
    position: absolute;
    top: -2px;
    width: 22px;
    height: 14px;
    border: none;
    margin: 0;
    pointer-events: none; }
    .LightCoinList .MarketTab .BetaLogo .SvgWrapper {
      margin: 0;
      width: 22px; }
  .LightCoinList .MarketTab .BCH {
    right: 0; }
  .LightCoinList .MarketTab .TUSD {
    right: 60px; }
  .LightCoinList .MarketTab .Active {
    background: #32434A;
    border-bottom: none; }
    .LightCoinList .MarketTab .Active:nth-child(4) {
      border-right: solid 1px #32434A; }

.LightCoinList .TradeSearchBar input {
  position: relative;
  font-size: 12px;
  width: 100%;
  height: 24px;
  background-color: #304047;
  outline-color: #32434A;
  padding: 2px 10px 2px 0;
  border: none;
  vertical-align: middle;
  margin-bottom: 2px;
  text-indent: 14px; }
  .LightCoinList .TradeSearchBar input::placeholder {
    color: #d2d3d3;
    text-align: left; }

.LightCoinList .TradeSearchBar .SearchIcon {
  position: absolute;
  top: 5px;
  right: 7px; }

.LightCoinList > .Detail {
  display: block;
  display: flex;
  flex-direction: column;
  background: #32434A;
  height: calc(100% - 56px); }
  .LightCoinList > .Detail .CoinListTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 24px;
    margin: 0 9px 5px;
    border-bottom: solid 1px #526873; }
    .LightCoinList > .Detail .CoinListTitle > div {
      position: relative;
      padding-right: 1px; }
      .LightCoinList > .Detail .CoinListTitle > div p {
        text-align: right;
        font-size: 12px; }
      .LightCoinList > .Detail .CoinListTitle > div:nth-child(1) {
        flex-basis: 27%; }
      .LightCoinList > .Detail .CoinListTitle > div:nth-child(2) {
        flex-basis: 30%; }
      .LightCoinList > .Detail .CoinListTitle > div:nth-child(3) {
        flex-basis: 22%; }
      .LightCoinList > .Detail .CoinListTitle > div:nth-child(4) {
        flex-basis: 21%; }
  .LightCoinList > .Detail .Scroll {
    margin-right: 15px; }
  .LightCoinList > .Detail .CoinListBody {
    height: calc(100% - 27px);
    padding-top: 5px; }
  .LightCoinList > .Detail .ListTable {
    overflow: auto;
    height: calc(100% - 130px); }
  .LightCoinList > .Detail .Row {
    display: flex;
    justify-content: space-between;
    position: relative;
    font-size: 12px;
    text-align: right;
    height: 24px;
    margin-bottom: 5px;
    padding: 0 10px; }
    .LightCoinList > .Detail .Row:hover {
      cursor: pointer; }
    .LightCoinList > .Detail .Row > div:nth-child(1) {
      flex-basis: 27%; }
    .LightCoinList > .Detail .Row > div:nth-child(2) {
      flex-basis: 30%; }
    .LightCoinList > .Detail .Row > div:nth-child(3) {
      flex-basis: 22%; }
    .LightCoinList > .Detail .Row > div:nth-child(4) {
      flex-basis: 21%; }
    .LightCoinList > .Detail .Row sub {
      bottom: 0;
      font-size: 10px;
      color: #AEAEAE; }
    .LightCoinList > .Detail .Row span {
      position: absolute;
      left: 7px; }
  .LightCoinList > .Detail .Positive {
    color: #1AF1E9; }
  .LightCoinList > .Detail .Negative {
    color: #FF7171; }

.LightCoinList .Toggle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer; }
  .LightCoinList .Toggle > p, .LightCoinList .Toggle > div {
    pointer-events: none; }
  .LightCoinList .Toggle .SortToggle {
    position: relative;
    width: 7px; }
    .LightCoinList .Toggle .SortToggle svg {
      width: 6px;
      margin-left: 2px; }
  .LightCoinList .Toggle:hover {
    color: #ffffff; }

.LightCoinList .SortToggle {
  position: relative;
  width: 8px; }
  .LightCoinList .SortToggle .Toggle0, .LightCoinList .SortToggle .Toggle1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #9da1a5; }

.LightCoinList .ToggleUp .Toggle0 {
  fill: #ffffff; }

.LightCoinList .ToggleDown .Toggle1 {
  fill: #ffffff; }

.LightCoinList .Detail.Futures {
  height: 100%; }

.LightCoinList .Futures .CoinListBody {
  display: flex;
  flex-direction: column;
  height: 100%; }

.LightCoinList .Futures .Row {
  margin-bottom: 10px; }
.NoData {
  display: block;
  text-align: center;
  margin: 0;
  padding: 20px 0;
  width: 100%;
  font-size: 20px;
  color: #000000; }

.White {
  color: #ffffff; }
.Ticker span {
  width: 94%;
  display: block;
  padding: 0;
  border-bottom: solid 1px #526873;
  margin: 0 auto; }

.Ticker > div {
  overflow-y: auto;
  text-align: right; }
  .Ticker > div:nth-child(1) {
    display: flex;
    justify-content: space-between;
    font-size: 12px; }
    .Ticker > div:nth-child(1) > p {
      color: #D6D6D6;
      margin: 7px 0 6px 0; }
      .Ticker > div:nth-child(1) > p:first-of-type {
        flex-basis: 27%; }
      .Ticker > div:nth-child(1) > p:nth-child(2) {
        flex-basis: 36%; }
      .Ticker > div:nth-child(1) > p:last-of-type {
        flex-basis: 37%;
        margin-right: 15px; }
  .Ticker > div:nth-child(3) {
    display: block;
    overflow-y: auto;
    height: calc(100% - 30px); }
    .Ticker > div:nth-child(3) div {
      display: flex;
      justify-content: space-between;
      font-size: 12px;
      margin: 7px 0 0 0;
      text-align: right; }
      .Ticker > div:nth-child(3) div > p {
        margin: 0; }
        .Ticker > div:nth-child(3) div > p:first-of-type {
          letter-spacing: 1px;
          width: 24%;
          margin-left: 9px; }
        .Ticker > div:nth-child(3) div > p:nth-child(2) {
          width: 38%; }
        .Ticker > div:nth-child(3) div > p:last-of-type {
          width: 38%;
          margin-right: 7px; }

.Ticker .Sell > p:nth-child(2) {
  color: #FF7171; }

.Ticker .Buy > p:nth-child(2) {
  color: #1AF1E9; }
/**
* Rangeslider
*/
.rangeslider {
  margin: 20px 0;
  position: relative;
  background: #e6e6e6;
  -ms-touch-action: none;
  touch-action: none; }

.rangeslider,
.rangeslider .rangeslider__fill {
  display: block;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4); }

.rangeslider .rangeslider__handle {
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 -1px 3px rgba(0, 0, 0, 0.4); }

.rangeslider .rangeslider__handle .rangeslider__active {
  opacity: 1; }

.rangeslider .rangeslider__handle-tooltip {
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  font-weight: normal;
  font-size: 14px;
  transition: all 100ms ease-in;
  border-radius: 4px;
  display: inline-block;
  color: white;
  left: 50%;
  transform: translate3d(-50%, 0, 0); }

.rangeslider .rangeslider__handle-tooltip span {
  margin-top: 12px;
  display: inline-block;
  line-height: 100%; }

.rangeslider .rangeslider__handle-tooltip:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0; }

/**
* Rangeslider - Horizontal slider
*/
.rangeslider-horizontal {
  height: 12px;
  border-radius: 10px; }

.rangeslider-horizontal .rangeslider__fill {
  height: 100%;
  background-color: #7cb342;
  border-radius: 10px;
  top: 0; }

.rangeslider-horizontal .rangeslider__handle {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  top: 50%;
  transform: translate3d(-50%, -50%, 0); }

.rangeslider-horizontal .rangeslider__handle:after {
  content: ' ';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 6px;
  border-radius: 50%;
  background-color: #dadada;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 -1px 3px rgba(0, 0, 0, 0.4) inset; }

.rangeslider-horizontal .rangeslider__handle-tooltip {
  top: -55px; }

.rangeslider-horizontal .rangeslider__handle-tooltip:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(0, 0, 0, 0.8);
  left: 50%;
  bottom: -8px;
  transform: translate3d(-50%, 0, 0); }

/**
* Rangeslider - Vertical slider
*/
.rangeslider-vertical {
  margin: 20px auto;
  height: 150px;
  max-width: 10px;
  background-color: transparent; }

.rangeslider-vertical .rangeslider__fill,
.rangeslider-vertical .rangeslider__handle {
  position: absolute; }

.rangeslider-vertical .rangeslider__fill {
  width: 100%;
  background-color: #7cb342;
  box-shadow: none;
  bottom: 0; }

.rangeslider-vertical .rangeslider__handle {
  width: 30px;
  height: 10px;
  left: -10px;
  box-shadow: none; }

.rangeslider-vertical .rangeslider__handle-tooltip {
  left: -100%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0); }

.rangeslider-vertical .rangeslider__handle-tooltip:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgba(0, 0, 0, 0.8);
  left: 100%;
  top: 12px; }

/**
* Rangeslider - Reverse
*/
.rangeslider-reverse.rangeslider-horizontal .rangeslider__fill {
  right: 0; }

.rangeslider-reverse.rangeslider-vertical .rangeslider__fill {
  top: 0;
  bottom: inherit; }

/**
* Rangeslider - Labels
*/
.rangeslider__labels {
  position: relative; }

.rangeslider-vertical .rangeslider__labels {
  position: relative;
  list-style-type: none;
  margin: 0 0 0 24px;
  padding: 0;
  text-align: left;
  width: 250px;
  height: 100%;
  left: 10px; }

.rangeslider-vertical .rangeslider__labels .rangeslider__label-item {
  position: absolute;
  transform: translate3d(0, -50%, 0); }

.rangeslider-vertical .rangeslider__labels .rangeslider__label-item::before {
  content: '';
  width: 10px;
  height: 2px;
  background: black;
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1; }

.rangeslider__labels .rangeslider__label-item {
  position: absolute;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  top: 10px;
  transform: translate3d(-50%, 0, 0); }
.TradeSpotTableBorder {
  margin: 1px;
  width: calc(100% - 2px);
  height: 100%; }

.OverlayInKorean {
  padding: 10px 36px; }
.RestrictionOverlay {
  background-color: rgba(0, 0, 0, 0.85);
  margin: 0;
  z-index: 20;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .RestrictionOverlay > p:nth-child(1) {
    margin: 0 0 10px 0;
    text-decoration: underline;
    font-size: 16px; }
  .RestrictionOverlay > p:nth-child(2) {
    font-size: 12px; }

.BorderlineForSpot {
  margin: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px); }
.OrderTrades {
  display: inline-block;
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 0.7px; }
  .OrderTrades p {
    letter-spacing: 0.3px; }
  .OrderTrades em {
    font-style: normal; }
  .OrderTrades span {
    position: absolute;
    left: 218px;
    height: 14px;
    border-left: 1px solid #BED3DB; }
  .OrderTrades > div {
    height: 22px; }
    .OrderTrades > div:first-of-type {
      width: 100%;
      background-color: #3A5561;
      padding: 4px calc(1% + 10px) 0 15px;
      font-size: 12px;
      color: #dadee0;
      display: flex;
      letter-spacing: 1px; }
      .OrderTrades > div:first-of-type .Tooltip {
        width: 240px; }
      .OrderTrades > div:first-of-type label {
        width: calc(100% - 462px);
        padding-left: 0;
        margin-bottom: 2px;
        text-align: right; }
        .OrderTrades > div:first-of-type label p {
          color: #FBBF79;
          display: inline;
          vertical-align: top; }
      .OrderTrades > div:first-of-type .checkbox {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 0.5px solid #95989A;
        display: inline-block;
        width: 17px;
        height: 16px;
        padding: 0;
        margin: 0 6px 0 0;
        vertical-align: bottom;
        position: relative;
        top: -1px;
        outline: none;
        margin: 0 0 0 5px; }
      .OrderTrades > div:first-of-type .checkbox:checked:after {
        content: url(/assets/img/img-c09733.png);
        position: absolute;
        top: -4px;
        left: -3px; }
  .OrderTrades > main {
    display: flex;
    flex-wrap: wrap;
    height: calc(100% - 22px);
    width: 100%; }
    .OrderTrades > main > article {
      padding: 14px 0 8px 15px; }
      .OrderTrades > main > article:nth-child(1) {
        padding-right: 5%;
        flex-basis: 52%; }
      .OrderTrades > main > article:nth-child(2) {
        padding-right: 10px;
        padding-left: 17px;
        flex-basis: 47%; }
        .OrderTrades > main > article:nth-child(2) > div {
          margin: 7px 0 0 0;
          font-size: 13px;
          text-align: center;
          letter-spacing: 0.7px; }
          .OrderTrades > main > article:nth-child(2) > div:nth-child(3) {
            margin-top: 11px; }
          .OrderTrades > main > article:nth-child(2) > div:nth-child(4) {
            color: #BED3DB;
            margin-top: 10px;
            font-size: 12px; }
        .OrderTrades > main > article:nth-child(2) > p {
          margin: 7px 0 0 0;
          font-size: 12px;
          color: #BED3DB; }
          .OrderTrades > main > article:nth-child(2) > p:nth-child(1) {
            text-align: right;
            margin: 2px 15px 8px 0;
            letter-spacing: 0.9px; }
          .OrderTrades > main > article:nth-child(2) > p:nth-child(4), .OrderTrades > main > article:nth-child(2) > p:nth-child(5) {
            text-align: center; }
    .OrderTrades > main .login-overlay, .OrderTrades > main .RestrictionOverlay {
      height: calc(100% - 22px); }
  .OrderTrades .Leverage, .OrderTrades .NumberOfContracts {
    margin-bottom: 7px; }
    .OrderTrades .Leverage > div, .OrderTrades .NumberOfContracts > div {
      display: flex;
      justify-content: space-between;
      margin-bottom: 7px; }
      .OrderTrades .Leverage > div:first-of-type > div > p, .OrderTrades .NumberOfContracts > div:first-of-type > div > p {
        font-size: 13px; }
      .OrderTrades .Leverage > div:nth-child(2) > div, .OrderTrades .NumberOfContracts > div:nth-child(2) > div {
        display: flex;
        flex-direction: column; }
        .OrderTrades .Leverage > div:nth-child(2) > div:nth-child(2), .OrderTrades .NumberOfContracts > div:nth-child(2) > div:nth-child(2) {
          margin-top: 3px;
          flex-basis: 64%; }
        .OrderTrades .Leverage > div:nth-child(2) > div > div:last-of-type, .OrderTrades .NumberOfContracts > div:nth-child(2) > div > div:last-of-type {
          display: flex;
          justify-content: space-between;
          padding-left: 17%; }
          .OrderTrades .Leverage > div:nth-child(2) > div > div:last-of-type p, .OrderTrades .NumberOfContracts > div:nth-child(2) > div > div:last-of-type p {
            color: #BED3DB;
            margin-top: 5px;
            font-size: 12px; }
            .OrderTrades .Leverage > div:nth-child(2) > div > div:last-of-type p:hover, .OrderTrades .NumberOfContracts > div:nth-child(2) > div > div:last-of-type p:hover {
              color: #ffffff; }
    .OrderTrades .Leverage .NumberInput, .OrderTrades .NumberOfContracts .NumberInput {
      width: 90px;
      height: 28px;
      background: #304047;
      border: solid 1px #475A63; }
      .OrderTrades .Leverage .NumberInput input, .OrderTrades .NumberOfContracts .NumberInput input {
        width: 100%;
        height: 100%;
        background: transparent;
        font-size: 13px;
        text-align: center; }
      .OrderTrades .Leverage .NumberInput > b, .OrderTrades .NumberOfContracts .NumberInput > b {
        display: none; }
  .OrderTrades .RestrictionOverlay {
    letter-spacing: 0px; }
    .OrderTrades .RestrictionOverlay p {
      color: #dadee0; }
  .OrderTrades .login-overlay {
    background-color: rgba(0, 0, 0, 0.85); }
    .OrderTrades .login-overlay > a {
      background: transparent;
      padding: 6px;
      border: 1px solid #FFFFFF;
      letter-spacing: 1px; }
      .OrderTrades .login-overlay > a:hover {
        color: #9ea2a5;
        border: 1px solid #9ea2a5; }
  .OrderTrades .OrderPrice {
    display: flex;
    justify-content: space-between;
    margin-top: 10px; }
    .OrderTrades .OrderPrice > div > p {
      padding: 7.5px 0;
      letter-spacing: 0.7px; }
    .OrderTrades .OrderPrice > p {
      display: inline-block;
      margin: 0;
      padding-top: 8px; }
    .OrderTrades .OrderPrice .NumberInput {
      width: 64%; }
      .OrderTrades .OrderPrice .NumberInput input {
        font-size: 13px; }
  .OrderTrades .NumberOfContracts > div:nth-child(2) > div > div:last-of-type {
    display: flex;
    justify-content: space-between;
    padding-left: 17%; }
  .OrderTrades .InitialMargin {
    display: flex;
    border: 1px solid #7D99A7;
    height: 30px;
    justify-content: space-between;
    margin: 0 2%;
    padding: 0 10px; }
    .OrderTrades .InitialMargin > div, .OrderTrades .InitialMargin > p {
      margin: auto 5px; }
  .OrderTrades .OrderButton {
    display: flex;
    justify-content: space-between;
    margin: 14px 2%; }
    .OrderTrades .OrderButton .Tooltip {
      width: 47%; }
    .OrderTrades .OrderButton > div:nth-child(1) > p > button {
      background-color: #00B5AF; }
      .OrderTrades .OrderButton > div:nth-child(1) > p > button:hover {
        background-color: #00918C; }
    .OrderTrades .OrderButton > div:nth-child(2) > p > button {
      background-color: #FF6767; }
      .OrderTrades .OrderButton > div:nth-child(2) > p > button:hover {
        background-color: #C75757; }
    .OrderTrades .OrderButton button {
      width: 100%;
      height: 70px;
      border-radius: 0;
      padding: 0;
      border: none;
      line-height: 1.42857143; }
      .OrderTrades .OrderButton button p {
        letter-spacing: 0.7px; }
        .OrderTrades .OrderButton button p:first-of-type {
          font-size: 14px;
          margin: 3px 0; }
        .OrderTrades .OrderButton button p:last-of-type {
          font-size: 12px;
          margin: 3px 0; }
      .OrderTrades .OrderButton button span {
        width: 94%;
        display: block;
        position: inherit;
        padding: 0;
        border-bottom: solid 1px #FFFFFF;
        margin: 0 auto;
        height: 0;
        left: 0; }
  .OrderTrades .Leverage span::after {
    content: 'x'; }
  .OrderTrades .NumberOfContracts span::after {
    content: '%'; }
  .OrderTrades .ClickableValue > p {
    cursor: pointer; }
  .OrderTrades .rangeslider {
    margin: 0;
    height: 8px;
    background-color: #475A63; }
  .OrderTrades .rangeslider__handle {
    width: 16px;
    height: 16px;
    background-color: #7D99A7;
    box-shadow: 0.7px 0.7px 1px #030101;
    border: 0 solid #475A63;
    outline: none; }
    .OrderTrades .rangeslider__handle .rangeslider__handle-tooltip {
      width: 45px;
      height: 25px;
      top: -33px;
      padding: 0;
      background-color: #daded8;
      color: black;
      font-size: 13px;
      font-family: 'Spoqa-Light'; }
      .OrderTrades .rangeslider__handle .rangeslider__handle-tooltip span {
        position: relative;
        border: none;
        left: 0;
        margin-top: 5.5px; }
      .OrderTrades .rangeslider__handle .rangeslider__handle-tooltip:focus {
        outline: none; }
      .OrderTrades .rangeslider__handle .rangeslider__handle-tooltip::after {
        border-top: 8px solid #daded8;
        bottom: -7px; }
  .OrderTrades .rangeslider__handle:after {
    width: 10px;
    height: 10px;
    top: 4px;
    left: 4px;
    content: none; }
  .OrderTrades .rangeslider-horizontal .rangeslider__fill {
    background-color: #475A63; }
  .OrderTrades .Disable {
    display: none; }
  .OrderTrades .LearningMode {
    margin: 0;
    color: #FBBF79;
    border-color: #FBBF79;
    font-size: 12px;
    display: flex; }
    .OrderTrades .LearningMode > span {
      left: 232px; }
    .OrderTrades .LearningMode > div > p > em {
      color: #FBBF79; }
.NumberInput {
  position: relative;
  display: inline-block; }
  .NumberInput input {
    width: 100%;
    height: 30px;
    padding: 2px 10px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.5;
    border: 1px solid #37404f;
    border-radius: 3px;
    background-color: #6c7779;
    color: #dadee0;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: none; }
    .NumberInput input:disabled {
      background-color: #2e3845;
      color: grey;
      text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px; }
  .NumberInput b {
    position: absolute;
    right: 2px;
    width: 2.26ex;
    border-color: rgba(0, 0, 0, 0.1);
    border-style: solid;
    text-align: center;
    cursor: default;
    transition: all 0.1s;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.1) -1px -1px 3px inset, rgba(255, 255, 255, 0.7) 1px 1px 3px inset;
    top: 2px;
    bottom: 50%;
    border-radius: 2px 2px 0px 0px;
    border-width: 1px 1px 0px; }
    .NumberInput b i {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0px;
      height: 0px;
      border-width: 0px 0.6ex 0.6ex;
      border-color: transparent transparent rgba(0, 0, 0, 0.7);
      border-style: solid;
      margin: -0.3ex 0px 0px -0.56ex; }
  .NumberInput .ArrowDown {
    top: 50%;
    bottom: 2px;
    border-radius: 0px 0px 2px 2px;
    border-width: 0px 1px 1px; }
    .NumberInput .ArrowDown i {
      border-width: 0.6ex 0.6ex 0px;
      border-color: rgba(0, 0, 0, 0.7) transparent transparent; }
  .NumberInput .Disabled {
    cursor: not-allowed; }

.SymbolButton {
  background-color: #304047;
  border: solid 1px #475A63;
  height: 30px;
  width: 100%; }
  .SymbolButton input {
    display: inline-block;
    width: calc(100% - 52px);
    padding: 1px 0 3px;
    border: none;
    background: transparent;
    text-align: center;
    vertical-align: middle;
    height: 28px; }
  .SymbolButton button {
    display: inline-block;
    width: 26px;
    height: 100%;
    border: none;
    border-left: 1px solid #475A63;
    font-size: 16px;
    background-color: transparent;
    vertical-align: middle; }
    .SymbolButton button:hover {
      background-color: #222E33;
      color: #ffffff; }
.OrderTradesPosition, .OrderSummaryPosition {
  left: -13px;
  bottom: 23px; }

.Tooltip {
  position: relative;
  cursor: help;
  display: inline-block; }
  .Tooltip > div {
    width: 275px;
    height: auto;
    z-index: 10;
    padding: 12px;
    background-color: #304047;
    border: 1px solid #BED3DB;
    position: absolute;
    text-align: left;
    line-height: 1.4; }
    .Tooltip > div > h6 {
      color: #ffffff;
      font-size: 14px;
      font-weight: bold;
      line-height: 16px;
      text-decoration: underline;
      margin-top: 0;
      margin-bottom: 5px;
      display: inline-block; }
    .Tooltip > div > p {
      margin: 0; }
    .Tooltip > div > dd {
      color: #ffffff;
      margin: 0; }
    .Tooltip > div > dl {
      margin: 0;
      margin-bottom: 0;
      display: block;
      color: #ffffff;
      font-size: 12px;
      line-height: 16px; }
      .Tooltip > div > dl > dd {
        margin-top: 7px;
        margin-bottom: 0; }
    .Tooltip > div .TradeFormula {
      color: #FFA300;
      margin: 5px 0 0;
      display: block; }
  .Tooltip > p {
    margin-bottom: 0; }

.Display > div {
  display: none; }

.Display > p:hover ~ div {
  display: block; }

.OrderPricePosition {
  left: -13px;
  bottom: 39px; }

.InitialMarginPosition {
  left: -16px;
  bottom: 23px; }

.MaxRequestCountSpotPosition {
  right: 0px;
  bottom: 30px; }

.MaxRequestCountFuturesPosition {
  right: 0px;
  bottom: 52px;
  width: 130px; }
.SelectButton {
  position: absolute;
  top: 12px;
  right: 80px;
  width: 64px;
  height: 23px;
  background-color: transparent;
  color: #A0BCC8;
  border: 1px solid #A0BCC8;
  border-radius: 0;
  z-index: 7; }
  .SelectButton option {
    color: #A0BCC8; }
.Chart span, .Chart h1 {
  position: absolute;
  display: inline-block;
  top: 12.5px;
  margin: 0; }

.Chart span {
  left: 356px;
  height: 25px;
  border-left: solid 2px #D6D6D6; }

.Chart h1 {
  left: 364px;
  font-size: 20px; }

.Chart h1:lang(ko) {
  top: 15px; }

.Chart h1:lang(zh) {
  top: 14px; }
.OpenPositions tbody tr td {
  color: #777; }
  .OpenPositions tbody tr td:nth-child(8) {
    padding-right: 10px; }

.OpenPositions tr td:nth-child(1) {
  width: 8%; }

.OpenPositions tr td:nth-child(2) {
  width: 6%; }

.OpenPositions tr td:nth-child(3) {
  width: 11%; }

.OpenPositions tr td:nth-child(4) {
  width: 10%; }

.OpenPositions tr td:nth-child(5) {
  width: 5.5%; }

.OpenPositions tr td:nth-child(6) {
  width: 9.5%; }
  .OpenPositions tr td:nth-child(6) button {
    width: 10px;
    height: 10px;
    margin-left: 9px;
    border: none;
    background-image: url(/assets/img/img-462081.png);
    background-repeat: no-repeat;
    background-size: 10px; }

.OpenPositions tr td:nth-child(7) {
  width: 9%; }

.OpenPositions tr td:nth-child(8) {
  width: 7%; }

.OpenPositions tr td:nth-child(9) {
  width: 12%; }

.OpenPositions tr td:nth-child(10) {
  width: 14%; }

.OpenPositions tr td:nth-child(11) {
  width: 8%; }
  .OpenPositions tr td:nth-child(11) button {
    width: 90%;
    max-width: 150px;
    height: 28px; }
    .OpenPositions tr td:nth-child(11) button:hover {
      background-color: #222E33;
      color: #ffffff; }

.OpenPositions .Buy td:nth-child(2) {
  color: #1AF1E9; }

.OpenPositions .Buy td:nth-child(3) {
  color: #1AF1E9; }

.OpenPositions .Sell td:nth-child(2) {
  color: #FF7171; }

.OpenPositions .Sell td:nth-child(3) {
  color: #FF7171; }

.OpenPositions .CurrentContractName td {
  color: #ffffff; }

.OpenPositions .NumberInput {
  max-width: 200px; }

.OpenPositions .dropdown {
  display: inline-block;
  width: 100%;
  max-width: 200px; }
  .OpenPositions .dropdown .dropdown__content {
    right: 54px;
    top: -83px;
    width: calc(100% - 54px);
    max-width: 200px;
    display: none;
    z-index: 10;
    position: absolute;
    box-shadow: 1px 1px 1px #030101; }
    .OpenPositions .dropdown .dropdown__content button {
      height: 20px;
      background-color: #304047;
      border: 1px solid #475A63; }
      .OpenPositions .dropdown .dropdown__content button:hover {
        background-color: #222E33;
        color: #ffffff; }

.OpenPositions tr:nth-child(1) .dropdown > .dropdown__content, .OpenPositions tr:nth-child(2) .dropdown > .dropdown__content {
  top: 33px; }

.OpenPositions .dropdown--active .dropdown__content {
  display: block; }

.OpenPositions .LearningMode > div > p {
  color: #FBBF79; }
.OpenOrders tr td:nth-child(1) {
  width: 9%; }

.OpenOrders tr td:nth-child(2) {
  width: 10%; }

.OpenOrders tr td:nth-child(3) {
  width: 11%; }

.OpenOrders tr td:nth-child(4) {
  width: 10%; }

.OpenOrders tr td:nth-child(5) {
  width: 11%; }

.OpenOrders tr td:nth-child(6) {
  width: 11%; }

.OpenOrders tr td:nth-child(7) {
  width: 11%; }

.OpenOrders tr td:nth-child(8) {
  width: 7%; }

.OpenOrders tr td:nth-child(9) {
  width: 12%;
  padding-right: 3%; }

.OpenOrders tr td:nth-child(10) {
  width: 8%;
  padding: 0; }
.OrderHistory tr td:nth-child(1) {
  width: 9%; }

.OrderHistory tr td:nth-child(2) {
  width: 10%; }

.OrderHistory tr td:nth-child(3) {
  width: 11%; }

.OrderHistory tr td:nth-child(4) {
  width: 12%; }

.OrderHistory tr td:nth-child(5) {
  width: 12%; }

.OrderHistory tr td:nth-child(6) {
  width: 12%; }

.OrderHistory tr td:nth-child(7) {
  width: 12%; }

.OrderHistory tr td:nth-child(8) {
  width: 12%; }

.OrderHistory tr td:nth-child(9) {
  width: 10%; }
.ClosedPositions tr td:nth-child(1) {
  width: 9%; }

.ClosedPositions tr td:nth-child(2) {
  width: 10%; }

.ClosedPositions tr td:nth-child(3) {
  width: 11%; }

.ClosedPositions tr td:nth-child(4) {
  width: 7%; }

.ClosedPositions tr td:nth-child(5) {
  width: 11%; }

.ClosedPositions tr td:nth-child(6) {
  width: 11%; }

.ClosedPositions tr td:nth-child(7) {
  width: 9%; }

.ClosedPositions tr td:nth-child(8) {
  width: 12%; }

.ClosedPositions tr td:nth-child(9) {
  width: 6%; }

.ClosedPositions tr td:nth-child(10) {
  width: 14%; }
.FilledOrders tr td:nth-child(1) {
  width: 9%; }

.FilledOrders tr td:nth-child(2) {
  width: 10%; }

.FilledOrders tr td:nth-child(3) {
  width: 11%; }

.FilledOrders tr td:nth-child(4) {
  width: 12%; }

.FilledOrders tr td:nth-child(5) {
  width: 13%; }

.FilledOrders tr td:nth-child(6) {
  width: 12%; }

.FilledOrders tr td:nth-child(7) {
  width: 12%; }

.FilledOrders tr td:nth-child(8) {
  width: 6%; }

.FilledOrders tr td:nth-child(9) {
  width: 15%; }
.OrderSummary {
  height: 100%; }
  .OrderSummary > div {
    display: inline-block;
    height: 25px;
    background-color: #3A5561;
    vertical-align: middle; }
  .OrderSummary button {
    background-color: transparent;
    color: #D6D6D6;
    padding: 0; }
  .OrderSummary .TabBox {
    text-align: left;
    width: 680px; }
    .OrderSummary .TabBox button {
      width: 135px;
      height: 100%;
      border: 1px solid #304047;
      outline: none;
      font-size: 12px; }
      .OrderSummary .TabBox button:not(:first-of-type) {
        border-left: none; }
      .OrderSummary .TabBox button:hover {
        color: #ffffff;
        background-color: #304047; }
  .OrderSummary .ButtonBox {
    text-align: right;
    width: calc(100% - 680px); }
    .OrderSummary .ButtonBox button {
      width: 80px;
      height: 100%;
      border: none;
      border-radius: 0;
      font-size: 12px; }
      .OrderSummary .ButtonBox button:hover {
        color: #ffffff; }
  .OrderSummary span {
    display: inline-block;
    height: 60%;
    border-left: 1px solid #D6D6D6;
    vertical-align: middle; }
  .OrderSummary .Active {
    color: #ffffff;
    background-color: #304047; }
  .OrderSummary table > thead > tr > th, .OrderSummary table > thead > tr > td, .OrderSummary table > tfoot > tr > th, .OrderSummary table > tfoot > tr > td {
    padding: 3px 2px;
    text-align: right;
    vertical-align: middle;
    line-height: 1.5; }
    .OrderSummary table > thead > tr > th:last-of-type, .OrderSummary table > thead > tr > td:last-of-type, .OrderSummary table > tfoot > tr > th:last-of-type, .OrderSummary table > tfoot > tr > td:last-of-type {
      text-align: center;
      padding-left: 0;
      padding-right: 5px; }
  .OrderSummary table > thead {
    margin: 0 10px;
    width: calc(100% - 20px);
    border-bottom: 1px solid #40545D; }
  .OrderSummary table > tbody {
    height: 177px;
    padding: 0 10px; }
    .OrderSummary table > tbody tr {
      margin: 8px 0; }
      .OrderSummary table > tbody tr:nth-of-type(odd) {
        background-color: #374A53; }
      .OrderSummary table > tbody tr:nth-of-type(even) {
        background-color: #2C383D; }
      .OrderSummary table > tbody tr.Buy {
        background-color: #334851; }
        .OrderSummary table > tbody tr.Buy .SideColor {
          color: #1AF1E9; }
      .OrderSummary table > tbody tr:last-of-type {
        margin-bottom: 0; }
      .OrderSummary table > tbody tr.Sell {
        background-color: #47454B; }
        .OrderSummary table > tbody tr.Sell .SideColor {
          color: #FF7171; }
      .OrderSummary table > tbody tr > th, .OrderSummary table > tbody tr > td {
        padding: 3px 2px;
        text-align: right;
        vertical-align: middle;
        line-height: 1.5; }
        .OrderSummary table > tbody tr > th:last-of-type, .OrderSummary table > tbody tr > td:last-of-type {
          text-align: center;
          padding-left: 0;
          padding-right: 5px; }
  .OrderSummary table .ActionButton {
    max-width: 75px;
    height: 21px;
    border: 1px solid #D6D6D6;
    border-radius: 0;
    font-size: 11px; }
  .OrderSummary .login-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.85);
    height: calc(100% - 25px);
    top: 25px; }
    .OrderSummary .login-overlay > a {
      background: transparent;
      padding: 6px;
      border: 1px solid #FFFFFF;
      letter-spacing: 1px; }
      .OrderSummary .login-overlay > a:hover {
        color: #9ea2a5;
        border: 1px solid #9ea2a5; }
  .OrderSummary .RestrictionOverlay {
    display: flex;
    height: calc(100% - 25px);
    top: 25px;
    background-color: rgba(0, 0, 0, 0.85); }
.OrderBook .Body .Ask div, .OrderBook .Body .Bid div, .OrderBook .Header {
  position: relative;
  display: flex;
  align-items: center; }
  .OrderBook .Body .Ask div p, .OrderBook .Body .Bid div p, .OrderBook .Header p {
    flex-basis: calc((100% - 127px) / 2);
    margin: 0;
    margin-right: 3px;
    font-size: 12px;
    text-align: right;
    z-index: 2;
    letter-spacing: 0.7px;
    padding-bottom: 5px; }
    .OrderBook .Body .Ask div p:nth-child(1), .OrderBook .Body .Bid div p:nth-child(1), .OrderBook .Header p:nth-child(1) {
      text-align: center;
      padding-left: 16px;
      flex-basis: 127px; }

.OrderBook .Body .Ask, .OrderBook .Body .Bid {
  display: block; }
  .OrderBook .Body .Ask div, .OrderBook .Body .Bid div {
    height: 22px; }
    .OrderBook .Body .Ask div:nth-child(odd), .OrderBook .Body .Bid div:nth-child(odd) {
      background-color: #374A53; }
    .OrderBook .Body .Ask div:nth-child(even), .OrderBook .Body .Bid div:nth-child(even) {
      background-color: #304047; }
    .OrderBook .Body .Ask div > p, .OrderBook .Body .Bid div > p {
      position: relative;
      top: 1px;
      letter-spacing: -0.5px;
      flex-basis: calc((100% - 127px) / 2); }
      .OrderBook .Body .Ask div > p:nth-child(1), .OrderBook .Body .Bid div > p:nth-child(1) {
        padding-left: 0;
        flex-basis: 66.04px;
        margin-left: 2px; }
      .OrderBook .Body .Ask div > p:nth-child(2), .OrderBook .Body .Bid div > p:nth-child(2) {
        flex-basis: 60.96px;
        top: 3px;
        font-size: 10px;
        color: #D6D6D6; }
  .OrderBook .Body .Ask span, .OrderBook .Body .Bid span {
    position: absolute;
    height: 20px;
    top: 1px;
    left: 131px;
    z-index: 1; }

.OrderBook .Body .IndexAskFixed, .OrderBook .Body .IndexBidFixed, .OrderBook .Body .AskFixed > div:last-of-type, .OrderBook .Body .BidFixed > div:first-of-type {
  position: absolute;
  z-index: 3; }

.OrderBook .Header {
  height: 25px;
  padding-right: 4px; }
  .OrderBook .Header p {
    margin-top: 3px; }

.OrderBook .Body {
  overflow: auto;
  height: calc(100% - 25px); }
  .OrderBook .Body .Ask p:first-of-type {
    color: #FF7171; }
  .OrderBook .Body .Ask div:nth-child(odd) span {
    background-color: #534A4B; }
  .OrderBook .Body .Ask div:nth-child(even) span {
    background-color: #3D3D3D; }
  .OrderBook .Body .Bid p:first-of-type {
    color: #1AF1E9; }
  .OrderBook .Body .Bid div:nth-child(odd) span {
    background-color: #466E6D; }
  .OrderBook .Body .Bid div:nth-child(even) span {
    background-color: #3E5857; }
  .OrderBook .Body .Index {
    display: block;
    width: 100%;
    height: 80px;
    padding-top: 7px;
    background-color: #304047; }
    .OrderBook .Body .Index h5 {
      font-size: 15px;
      text-align: center;
      margin: 0 5px 10px 5px; }
    .OrderBook .Body .Index div {
      display: flex;
      justify-content: center; }
      .OrderBook .Body .Index div h5 {
        text-align: right; }
      .OrderBook .Body .Index div h5, .OrderBook .Body .Index div p {
        flex-basis: 50%; }
      .OrderBook .Body .Index div > p {
        text-align: left;
        padding: 3px;
        margin: 0;
        height: 100%;
        font-size: 12px;
        color: #C4C4C4; }
    .OrderBook .Body .Index > p {
      display: inline-block;
      width: 50%;
      font-size: 12px;
      text-align: center;
      color: #C4C4C4; }
      .OrderBook .Body .Index > p:nth-child(even) {
        padding-right: 6%; }
      .OrderBook .Body .Index > p:nth-child(odd) {
        padding-left: 6%; }
    .OrderBook .Body .Index i {
      width: 0;
      height: 0;
      border-left: 14px solid transparent;
      position: absolute;
      right: 0; }
    .OrderBook .Body .Index .Up {
      top: 0;
      border-top: 14px solid #FF6767; }
    .OrderBook .Body .Index .Down {
      bottom: 0;
      border-bottom: 14px solid #00b5af; }
  .OrderBook .Body .LearningMode > p > em {
    color: #FBBF79; }
  .OrderBook .Body .IndexAskFixed {
    top: 47px;
    width: calc(100% - 7px); }
  .OrderBook .Body .IndexBidFixed {
    bottom: 22px;
    width: calc(100% - 7px); }
  .OrderBook .Body .AskFixed > div:last-of-type {
    top: 25px;
    width: calc(100% - 7px); }
  .OrderBook .Body .BidFixed > div:first-of-type {
    bottom: 0;
    width: calc(100% - 7px); }
  .OrderBook .Body .AddLastAskMargin > div:last-of-type {
    margin-top: 102px; }
  .OrderBook .Body .AddFirstBidMargin > div:nth-child(1) {
    margin-top: 102px; }

.OrderBook .DepthRow > p:not(:nth-child(2)) {
  cursor: pointer; }

.OrderBook em {
  font-style: normal; }
.UpdateMargin > div:nth-child(2) > form > label > input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0.5px solid #D6D6D6;
  display: inline-block;
  width: 17px;
  height: 15px;
  padding: 0;
  margin: 0 6px 0 0;
  vertical-align: bottom;
  position: relative;
  top: 2px;
  left: 1px;
  margin: 0 10px; }

.UpdateMargin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(58, 85, 97, 0.81);
  color: #ffffff;
  z-index: 11;
  text-align: center;
  letter-spacing: 0.7px; }
  .UpdateMargin > div:nth-child(2) {
    position: relative;
    width: 450px;
    height: 355px;
    margin: 200px auto;
    z-index: 7;
    color: #ffffff;
    background-color: #304047;
    border: 1px solid #BED3DB;
    border-radius: 0px; }
    .UpdateMargin > div:nth-child(2) > h2 {
      margin: 0;
      font-size: 13px;
      padding: 6px 0;
      background-color: #3A5561; }
    .UpdateMargin > div:nth-child(2) > form {
      margin: 24px 0 20px;
      font-size: 12px; }
      .UpdateMargin > div:nth-child(2) > form > label {
        margin: 0 12.5px; }
        .UpdateMargin > div:nth-child(2) > form > label > input:checked:after {
          content: url(/assets/img/img-bcfd4a.png);
          position: absolute;
          top: -3px;
          left: -1px; }
    .UpdateMargin > div:nth-child(2) .Status {
      font-size: 12px; }
      .UpdateMargin > div:nth-child(2) .Status > p {
        margin: 0 0 5px; }
    .UpdateMargin > div:nth-child(2) .Modification > h3 {
      font-size: 16px;
      margin: 0; }
    .UpdateMargin > div:nth-child(2) .Modification .Slider {
      margin-top: 16px; }
      .UpdateMargin > div:nth-child(2) .Modification .Slider .rangeslider {
        margin: 0 auto;
        width: 191.5px;
        height: 8px;
        background-color: #475A63; }
      .UpdateMargin > div:nth-child(2) .Modification .Slider .rangeslider-horizontal {
        border-radius: 10px; }
        .UpdateMargin > div:nth-child(2) .Modification .Slider .rangeslider-horizontal .rangeslider__fill {
          background-color: #475A63; }
        .UpdateMargin > div:nth-child(2) .Modification .Slider .rangeslider-horizontal .rangeslider__handle {
          width: 16px;
          height: 16px;
          background-color: #7D99A7;
          box-shadow: 0.7px 0.7px 1px #000000;
          border: 0 solid #475A63;
          outline: none;
          border-radius: 30px;
          top: 50%;
          transform: translate3d(-50%, -50%, 0);
          cursor: pointer;
          display: inline-block;
          position: absolute; }
          .UpdateMargin > div:nth-child(2) .Modification .Slider .rangeslider-horizontal .rangeslider__handle .rangeslider__handle-tooltip {
            width: 65px;
            height: 25px;
            top: -33px;
            padding: 0;
            background-color: #D6D6D6;
            color: black;
            font-size: 13px;
            font-family: 'Spoqa-Light'; }
            .UpdateMargin > div:nth-child(2) .Modification .Slider .rangeslider-horizontal .rangeslider__handle .rangeslider__handle-tooltip span {
              margin-top: 5.5px; }
            .UpdateMargin > div:nth-child(2) .Modification .Slider .rangeslider-horizontal .rangeslider__handle .rangeslider__handle-tooltip:focus {
              outline: none; }
            .UpdateMargin > div:nth-child(2) .Modification .Slider .rangeslider-horizontal .rangeslider__handle .rangeslider__handle-tooltip::after {
              border-top: 8px solid #D6D6D6;
              bottom: -7px; }
        .UpdateMargin > div:nth-child(2) .Modification .Slider .rangeslider-horizontal .rangeslider__handle:after {
          content: none; }
    .UpdateMargin > div:nth-child(2) .Modification .NumberInput {
      width: 44%;
      margin-top: 17.5px; }
    .UpdateMargin > div:nth-child(2) > button {
      margin-top: 24px;
      background-color: #00b5af;
      border: 1px solid #00b5af;
      border-radius: 10px;
      width: 191px;
      height: 31.5px;
      font-size: 15px; }
    .UpdateMargin > div:nth-child(2) > button:hover {
      background-color: #00918C;
      border: 1px solid #00918C; }
    .UpdateMargin > div:nth-child(2) .HorizontalLine {
      border-top: 1px solid #7D99A7;
      display: block;
      margin: 20px auto;
      width: 340px; }

.UpdateMarginBackground {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: transparent; }

.warning {
  color: #FFA300; }
.OrderSummary .SpotBalances td:last-of-type, .OrderSummary .SpotBalances td:last-of-type {
  text-align: right; }

.SpotBalances tr td:nth-child(1) {
  width: 4%;
  text-align: center; }

.SpotBalances tr td:nth-child(2) {
  width: 17%; }

.SpotBalances tr td:nth-child(3) {
  width: 17%; }

.SpotBalances tr td:nth-child(4) {
  width: 11%; }

.SpotBalances tr td:nth-child(5) {
  width: 15%; }

.SpotBalances tr td:nth-child(6) {
  width: 14%; }

.SpotBalances tr td:nth-child(7) {
  width: 12%; }

.SpotBalances tr td:nth-child(8) {
  width: 10%; }

.SpotBalances tr td small {
  font-size: 10.5px; }

.SpotBalances .Positive {
  color: #1AF1E9; }

.SpotBalances .Negative {
  color: #FF7171; }
.SpotOpenOrders tr td:nth-child(1) {
  width: 15%;
  text-align: center; }

.SpotOpenOrders tr td:nth-child(2) {
  width: 7%; }

.SpotOpenOrders tr td:nth-child(3) {
  width: 7%; }

.SpotOpenOrders tr td:nth-child(4) {
  width: 15%; }

.SpotOpenOrders tr td:nth-child(5) {
  width: 12%; }

.SpotOpenOrders tr td:nth-child(6) {
  width: 15%; }

.SpotOpenOrders tr td:nth-child(7) {
  width: 14%;
  padding-right: 3%; }

.SpotOpenOrders tr td:nth-child(8) {
  width: 12%;
  padding: 0; }

.SpotOpenOrders {
  width: 100%; }
  .SpotOpenOrders thead > tr > td {
    color: #ffffff; }
  .SpotOpenOrders tr td {
    color: gray; }
  .SpotOpenOrders .CurrentPair td {
    color: #FFFFFF; }
.SpotOpenOrders tr td:nth-child(1), .SpotOrderHistory td:nth-child(1) {
  width: 15%;
  text-align: center; }

.SpotOpenOrders tr td:nth-child(2), .SpotOrderHistory td:nth-child(2) {
  width: 7%; }

.SpotOpenOrders tr td:nth-child(3), .SpotOrderHistory td:nth-child(3) {
  width: 7%; }

.SpotOpenOrders tr td:nth-child(4), .SpotOrderHistory td:nth-child(4) {
  width: 15%; }

.SpotOpenOrders tr td:nth-child(5), .SpotOrderHistory td:nth-child(5) {
  width: 12%; }

.SpotOpenOrders tr td:nth-child(6), .SpotOrderHistory td:nth-child(6) {
  width: 15%; }

.SpotOpenOrders tr td:nth-child(7), .SpotOrderHistory td:nth-child(7) {
  width: 14%;
  padding-right: 3%; }

.SpotOpenOrders tr td:nth-child(8), .SpotOrderHistory td:nth-child(8) {
  width: 12%;
  padding: 0; }

.SpotOpenOrders {
  width: 100%; }
  .SpotOpenOrders thead > tr > td {
    color: #ffffff; }
  .SpotOpenOrders tr td {
    color: gray; }
  .SpotOpenOrders .CurrentPair td {
    color: #FFFFFF; }
.SpotOrder {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px; }
  .SpotOrder main {
    display: flex;
    background: #304047;
    color: #FFFFFF;
    height: 100%;
    flex-wrap: wrap; }
    .SpotOrder main article {
      padding: 9px 15.3px 8px 17px;
      flex-direction: column;
      width: 50%; }
      .SpotOrder main article > div {
        display: flex;
        justify-content: space-between; }
        .SpotOrder main article > div > p {
          margin: 0; }
        .SpotOrder main article > div:nth-child(1) {
          margin-bottom: 6px; }
          .SpotOrder main article > div:nth-child(1) > p {
            padding-top: 7px; }
        .SpotOrder main article > div:nth-child(2) > p {
          padding-top: 7px; }
        .SpotOrder main article > div:nth-child(3) {
          width: 100%;
          margin: 0;
          height: 43px;
          padding: 5px 0 10px 10px; }
          .SpotOrder main article > div:nth-child(3) button {
            width: 16.6%;
            border: solid 1px #475A63;
            background: transparent;
            color: #dadee0;
            padding: 0;
            font-size: 12px; }
            .SpotOrder main article > div:nth-child(3) button:not(:first-of-type) {
              border-left: none; }
            .SpotOrder main article > div:nth-child(3) button:hover {
              color: #FFFFFF; }
            .SpotOrder main article > div:nth-child(3) button:active {
              background: #495f6a; }
          .SpotOrder main article > div:nth-child(3) p {
            display: inline-block;
            margin: auto 6px;
            font-size: 11px;
            color: #D9E2E6; }
            .SpotOrder main article > div:nth-child(3) p:nth-child(3) {
              cursor: pointer; }
            .SpotOrder main article > div:nth-child(3) p:hover {
              color: #ffffff; }
        .SpotOrder main article > div:nth-child(5) {
          font-size: 12px; }
          .SpotOrder main article > div:nth-child(5) > p:nth-child(3) {
            letter-spacing: 1.5px; }
        .SpotOrder main article > div:nth-child(6) > p:nth-child(3) {
          cursor: pointer; }
        .SpotOrder main article > div:nth-child(4) > p, .SpotOrder main article > div:nth-child(5) > p, .SpotOrder main article > div:nth-child(6) > p {
          margin-bottom: 9px; }
          .SpotOrder main article > div:nth-child(4) > p:nth-child(1), .SpotOrder main article > div:nth-child(5) > p:nth-child(1), .SpotOrder main article > div:nth-child(6) > p:nth-child(1) {
            width: 34%; }
          .SpotOrder main article > div:nth-child(4) > p:nth-child(2), .SpotOrder main article > div:nth-child(5) > p:nth-child(2), .SpotOrder main article > div:nth-child(6) > p:nth-child(2) {
            width: 5%;
            text-align: center; }
          .SpotOrder main article > div:nth-child(4) > p:nth-child(3), .SpotOrder main article > div:nth-child(5) > p:nth-child(3), .SpotOrder main article > div:nth-child(6) > p:nth-child(3) {
            width: 61%;
            text-align: right; }
      .SpotOrder main article .Buy {
        background: #00B5AF; }
        .SpotOrder main article .Buy div {
          display: none; }
      .SpotOrder main article .Buy:hover {
        background: #00918C; }
      .SpotOrder main article .Sell {
        background: #FF6767; }
        .SpotOrder main article .Sell div {
          display: none; }
      .SpotOrder main article .Sell:hover {
        background: #C75757; }
      .SpotOrder main article .Buy.Disable {
        cursor: not-allowed;
        background-color: rgba(0, 181, 175, 0.7);
        color: #ccc; }
        .SpotOrder main article .Buy.Disable:hover div {
          display: block; }
        .SpotOrder main article .Buy.Disable > div {
          z-index: 11;
          background: #728e8e;
          border-radius: 20px;
          width: 267px;
          height: 23px;
          position: absolute;
          bottom: 45px;
          left: 10px;
          color: #FFFFFF;
          font-size: 11px;
          padding: 5px 0; }
          .SpotOrder main article .Buy.Disable > div div {
            display: block;
            position: absolute;
            width: 12px;
            height: 12px;
            right: 200px;
            border-left: 11px solid transparent;
            border-right: 11px solid transparent;
            border-top: 13px solid #728e8e; }
      .SpotOrder main article .Sell.Disable {
        cursor: not-allowed;
        background: rgba(255, 103, 103, 0.7);
        color: #ccc; }
        .SpotOrder main article .Sell.Disable:hover div {
          display: block; }
        .SpotOrder main article .Sell.Disable > div {
          z-index: 11;
          background: #a98282;
          border-radius: 20px;
          width: 267px;
          height: 23px;
          position: absolute;
          bottom: 45px;
          left: 10px;
          color: #FFFFFF;
          font-size: 11px;
          padding: 5px 0; }
          .SpotOrder main article .Sell.Disable > div div {
            display: block;
            position: absolute;
            width: 12px;
            height: 12px;
            right: 200px;
            border-left: 11px solid transparent;
            border-right: 11px solid transparent;
            border-top: 13px solid #a98282; }
      .SpotOrder main article .NumberInput {
        width: 78%; }
  .SpotOrder .RestrictionOverlay {
    letter-spacing: 0px; }
    .SpotOrder .RestrictionOverlay p {
      color: #dadee0; }
  .SpotOrder .login-overlay {
    background-color: rgba(0, 0, 0, 0.85); }
    .SpotOrder .login-overlay > a {
      background: transparent;
      padding: 6px;
      border: 1px solid #FFFFFF;
      letter-spacing: 1px; }
      .SpotOrder .login-overlay > a:hover {
        color: #9ea2a5;
        border: 1px solid #9ea2a5; }
  .SpotOrder .Tooltip p {
    width: 100%; }
  .SpotOrder .Tooltip button {
    height: 30px;
    width: 100%;
    color: #FFFFFF;
    border: none; }
.CoinSaleHeader {
  width: 100%;
  height: 50px;
  display: flex;
  color: #ffffff;
  font-size: 16px; }
  .CoinSaleHeader p {
    margin: 0; }
  .CoinSaleHeader a {
    color: #ffffff; }
    .CoinSaleHeader a:hover {
      text-decoration: none; }
  .CoinSaleHeader .CommonHeader {
    display: flex;
    align-items: center; }
  .CoinSaleHeader .LeftCommonInfo {
    padding: 15px 50px;
    flex-basis: 75%;
    background-color: #3D3D3D; }
  .CoinSaleHeader .RightCommonInfo {
    padding: 15px 25px;
    flex-basis: 25%;
    justify-content: center;
    background-color: #01bcb5; }
.CoinSaleNavigation {
  background-color: #ffffff; }
  .CoinSaleNavigation a {
    color: #6D7071;
    width: 100%;
    height: 100%;
    padding: 22px;
    text-align: center; }
    .CoinSaleNavigation a:hover {
      text-decoration: none;
      color: #363636; }
  .CoinSaleNavigation .Wrapper {
    display: flex;
    height: 100%;
    margin: 0 auto;
    justify-content: center; }
    .CoinSaleNavigation .Wrapper > div {
      width: 190px;
      justify-content: center;
      display: flex;
      align-items: center;
      font-size: 16px; }
  .CoinSaleNavigation .Active {
    border-bottom: solid 4px #F2763B; }
    .CoinSaleNavigation .Active a {
      color: #F2763B; }

.CoinSaleNavigation.DetailPage {
  position: absolute;
  opacity: 0.95;
  width: 100%;
  height: 60px;
  z-index: 3; }

.CoinSaleNavigation.HistoryPage {
  position: relative;
  border-bottom: solid 1px #ECECEC; }
.SideNav {
  background: #273136;
  max-width: 219px;
  min-width: 219px;
  width: 219px; }
  .SideNav .SideNavBody {
    padding: 72px 0 0 25px;
    max-width: 219px;
    border: none;
    background-color: transparent;
    line-height: 1.2; }
    .SideNav .SideNavBody hr {
      width: 88%;
      margin: 30px 0;
      background: #55646B;
      border-color: #55646B; }
    .SideNav .SideNavBody div {
      margin-bottom: 24px; }
      .SideNav .SideNavBody div label {
        font-size: 18px;
        color: #FFFFFF; }
        .SideNav .SideNavBody div label ul {
          padding-left: 36px;
          margin-bottom: 0;
          font-size: 12px; }
        .SideNav .SideNavBody div label li {
          margin: 6px 0;
          list-style: none; }
          .SideNav .SideNavBody div label li a {
            color: #929292; }
            .SideNav .SideNavBody div label li a:hover {
              color: #84c9d8;
              text-decoration: none; }
          .SideNav .SideNavBody div label li .active {
            color: #84c9d8; }

.SideIcon {
  margin-right: 11px; }

.SideNavTitle {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 9px; }
.Account {
  display: flex;
  min-width: 1254px; }
  .Account h1 {
    letter-spacing: 0.7px; }
  .Account .Contents {
    min-height: 950px;
    width: calc(100% - 219px);
    display: block;
    padding: 35px 56px 0 44px;
    background: #F9F9F9;
    position: relative; }
    .Account .Contents > .RestrictionOverlay {
      background-color: rgba(0, 0, 0, 0.87);
      left: 0;
      top: 0;
      margin: 0;
      width: 100%;
      height: 100%;
      justify-content: flex-start; }
      .Account .Contents > .RestrictionOverlay > p:nth-child(1) {
        font-size: 20px;
        margin: 250px 0 15px; }
      .Account .Contents > .RestrictionOverlay > p:nth-child(2) {
        font-size: 14px; }
  .Account .MarketPanel:nth-child(1) {
    position: absolute; }
    .Account .MarketPanel:nth-child(1) button {
      width: 109.5px;
      height: 43px;
      border: none;
      font-size: 13px;
      letter-spacing: 0.7px;
      color: #E3E8EB;
      background-color: #4A5358; }
    .Account .MarketPanel:nth-child(1) .Active {
      background-color: #273136;
      color: #E9AE69; }

.AccountHistory {
  clear: both;
  margin-top: 0;
  margin-bottom: 50px;
  height: 610px;
  border: 1px solid #636363; }
  .AccountHistory > div {
    border-radius: unset;
    padding: 0; }
    .AccountHistory > div table thead .AccountHistoryHeader {
      background: #F3F3F3; }
  .AccountHistory table {
    margin-bottom: 0;
    width: 100%; }
    .AccountHistory table tr {
      height: 20px; }
      .AccountHistory table tr th, .AccountHistory table tr td {
        color: #484848;
        padding-left: 0;
        vertical-align: middle;
        text-align: center; }
        .AccountHistory table tr th:last-of-type, .AccountHistory table tr td:last-of-type {
          padding-right: 10px; }
      .AccountHistory table tr:nth-child(odd) {
        background: #E6E6E6; }
      .AccountHistory table tr:nth-child(even) {
        background: #F3F3F3; }
  .AccountHistory tbody {
    height: 538px; }
  .AccountHistory .InfiniteScrollLastTd {
    padding-right: 10px; }
  .AccountHistory .panel-heading {
    background-color: #2e3845; }
  .AccountHistory h3 {
    color: #DEE0E1;
    background: #273136;
    margin: 0;
    padding: 5px;
    text-align: center;
    font-weight: 200;
    height: 40px; }

.TransactionId {
  color: #363636;
  text-decoration: none; }
  .TransactionId:hover {
    color: #5EAABB;
    text-decoration: none; }

.CommonHistory {
  color: #363636; }
  .CommonHistory a {
    color: #000000;
    text-decoration: none; }
  .CommonHistory h3 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 22px;
    color: #363636; }
  .CommonHistory section > div:nth-child(2) {
    margin-bottom: 10px; }
    .CommonHistory section > div:nth-child(2) > div {
      display: inline-block; }
      .CommonHistory section > div:nth-child(2) > div:nth-child(2) {
        margin-bottom: 10px; }
      .CommonHistory section > div:nth-child(2) > div:last-of-type {
        text-align: right; }
  .CommonHistory table {
    width: 100%;
    height: 550px;
    border: solid 1px #C5C5C5; }
    .CommonHistory table thead {
      background-color: #273136;
      height: 34px; }
    .CommonHistory table tbody {
      height: 513px; }
    .CommonHistory table th, .CommonHistory table td {
      font-size: 12px;
      color: #DEE0E1;
      font-weight: unset;
      letter-spacing: 1px;
      text-align: center; }
      .CommonHistory table th:first-of-type, .CommonHistory table td:first-of-type {
        padding: 0; }

.CommonHistoryList {
  height: 20px;
  width: 100%;
  display: block; }
  .CommonHistoryList tr {
    height: 20px;
    vertical-align: middle; }
    .CommonHistoryList tr:nth-child(odd) {
      background-color: #F3F3F3; }
    .CommonHistoryList tr:nth-child(even) {
      background-color: #E6E6E6; }
    .CommonHistoryList tr td {
      color: #000000; }
      .CommonHistoryList tr td:first-of-type {
        letter-spacing: 0; }

.CalendarMenuRight {
  display: inline-block;
  text-align: right;
  width: calc(100% - 377px);
  margin-bottom: 10px;
  color: #363636; }
  .CalendarMenuRight > div {
    display: inline-block; }
  .CalendarMenuRight > span {
    margin: 0 10px; }
  .CalendarMenuRight > button {
    background: #273136;
    color: #F0F2F4;
    border: none;
    margin-left: 25px;
    width: 86px;
    height: 27px;
    padding: 4px 7px;
    outline: none;
    letter-spacing: 0.7px;
    font-size: 12px; }
  .CalendarMenuRight .react-datepicker__navigation {
    height: 1px; }

@media (max-width: 1254px) {
  .Account {
    min-width: 1200px; }
    .Account .Contents {
      padding: 35px 10px 0; } }
.Hello {
  min-height: 500px;
  background-color: #ffffff;
  color: #27343c; }
  .Hello .Bg {
    background-color: #f9f9f9;
    text-align: center; }
    .Hello .Bg img {
      width: 1200px;
      height: 400px; }
    .Hello .Bg svg {
      position: absolute;
      top: 163px;
      left: calc(50% - 232px); }
  .Hello .Campaign {
    max-width: 1200px;
    display: block;
    margin: 0 auto;
    padding: 83px 100px 1px; }
    .Hello .Campaign h2 {
      font-size: 26px;
      color: #27343c;
      line-height: normal; }
    .Hello .Campaign .TitleBorder {
      position: absolute;
      width: 30px;
      border: solid 2px #27343c; }
    .Hello .Campaign .Wrapper {
      display: flex;
      margin-bottom: 120px; }
    .Hello .Campaign .Title {
      width: 205px;
      margin-right: 73px; }
    .Hello .Campaign .Introduce p {
      margin: 0; }
    .Hello .Campaign .Introduce .Description {
      display: flex;
      line-height: normal; }
      .Hello .Campaign .Introduce .Description > div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0 0 13px 22px; }
        .Hello .Campaign .Introduce .Description > div p {
          font-size: 18px; }
        .Hello .Campaign .Introduce .Description > div em {
          color: #ff5813;
          font-style: inherit; }
    .Hello .Campaign .Introduce .SubDescription {
      font-size: 15px;
      line-height: 26px;
      margin-top: 13px; }
    .Hello .Campaign .Point .Description {
      display: flex;
      padding-bottom: 50px;
      border-bottom: solid 1px #dddddd; }
      .Hello .Campaign .Point .Description h4, .Hello .Campaign .Point .Description p {
        text-align: center;
        margin: unset;
        line-height: normal;
        font-size: 19px; }
      .Hello .Campaign .Point .Description div:not(:last-of-type) {
        margin-right: 50px; }
    .Hello .Campaign .Point .SubDescription {
      margin-top: 32px;
      font-size: 18px; }
      .Hello .Campaign .Point .SubDescription ul {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 64px; }
        .Hello .Campaign .Point .SubDescription ul li {
          line-height: 32px; }
    .Hello .Campaign .Share h2 {
      text-transform: uppercase; }
    .Hello .Campaign .Share .Body {
      width: 720px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      font-size: 22px; }
      .Hello .Campaign .Share .Body div {
        border: solid 1px #e4e4e4; }
      .Hello .Campaign .Share .Body p {
        line-height: 30px; }
      .Hello .Campaign .Share .Body .CommingSoon {
        background-color: #efefef;
        color: #7a7a7a;
        font-size: 22px; }
        .Hello .Campaign .Share .Body .CommingSoon > p:nth-child(3) {
          position: absolute;
          left: 35px;
          bottom: 24px;
          margin: 0; }
      .Hello .Campaign .Share .Body .LearnMore {
        border: none;
        background: transparent;
        padding: 113px 0;
        text-align: center; }
        .Hello .Campaign .Share .Body .LearnMore a {
          color: #ff5813; }
      .Hello .Campaign .Share .Body > div {
        flex-basis: 349px;
        position: relative;
        padding: 30px 33px 24px 35px;
        width: 349px;
        height: 250px;
        background-color: #fafafa; }
        .Hello .Campaign .Share .Body > div svg {
          position: absolute;
          right: 24px;
          bottom: 24px; }
        .Hello .Campaign .Share .Body > div:nth-child(odd) {
          margin-right: 22px; }
        .Hello .Campaign .Share .Body > div:not(:last-of-type) {
          margin-bottom: 24px; }
.AuthPage {
  min-height: 664px;
  padding-top: 70px;
  padding-bottom: 100px;
  text-align: center;
  background-color: #E6E6E6; }
  .AuthPage .Auth {
    display: block;
    text-align: center;
    margin-bottom: 8.5px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.7px; }
  .AuthPage .Underline {
    border-bottom: 1px solid #D6D6D6;
    display: block;
    margin: 0 43%;
    margin-bottom: 5px; }
  .AuthPage article h4 {
    color: #CF8630;
    line-height: 19px;
    letter-spacing: 0.7px;
    font-size: 16px; }
  .AuthPage article p {
    line-height: 18px;
    letter-spacing: 0.7px;
    font-size: 12px;
    color: #6B6B6B;
    margin-bottom: 5px; }
  .AuthPage .AuthFormContainer {
    display: inline-block; }
    .AuthPage .AuthFormContainer button {
      border-radius: 0; }
    .AuthPage .AuthFormContainer .captcha-inputBox {
      border-radius: 0;
      margin: 0; }
    .AuthPage .AuthFormContainer .captcha-refresh {
      background-color: #5B5F60; }
      .AuthPage .AuthFormContainer .captcha-refresh:hover {
        background-color: #3C4143; }
    .AuthPage .AuthFormContainer .form-group > .authButton {
      background-color: #4E97A1; }
      .AuthPage .AuthFormContainer .form-group > .authButton:hover {
        background-color: #056378; }
    .AuthPage .AuthFormContainer .Login:hover {
      background-color: #056378; }
    .AuthPage .AuthFormContainer .Register {
      background-color: #5B5F60;
      color: #ffffff;
      border: none; }
      .AuthPage .AuthFormContainer .Register:hover {
        background-color: #3C4143;
        border: none; }
    .AuthPage .AuthFormContainer .ForgotPassword {
      top: 92px; }
  .AuthPage .AuthFormInput {
    color: #5A5A5A;
    border-radius: 0;
    margin: 20px 0; }
    .AuthPage .AuthFormInput:-ms-input-placeholder {
      color: #222d33; }
    .AuthPage .AuthFormInput::-webkit-input-placeholder {
      color: #222d33; }
    .AuthPage .AuthFormInput::-moz-placeholder {
      color: #222d33; }
    .AuthPage .AuthFormInput::-moz-placeholder {
      color: #222d33; }

.AuthPage.isWelcome {
  height: auto;
  padding: 20px 0 50px;
  background: #f9f9f9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.AuthPageWrapper {
  min-height: 664px;
  height: 100%; }
.AuthPage {
  height: 500px;
  min-height: 648px;
  padding: 21px 0;
  background: #f9f9f9; }
  .AuthPage input:focus {
    border-bottom: solid 1px #27343c; }
    .AuthPage input:focus::placeholder {
      color: #27343c; }
  .AuthPage .AuthFormContainer {
    position: relative;
    display: inline-block;
    width: 526px;
    min-height: 400px;
    padding: 50px 68px;
    vertical-align: middle;
    text-align: left;
    background: #ffffff;
    box-shadow: 0 16px 30px #efefef; }
    .AuthPage .AuthFormContainer h3 {
      margin: 0;
      font-size: 20px;
      line-height: 29px;
      color: #27343c;
      letter-spacing: -0.54px; }
    .AuthPage .AuthFormContainer p {
      margin-top: 14px;
      line-height: 20px;
      font-size: 14px;
      color: #27343c;
      opacity: .5; }
    .AuthPage .AuthFormContainer .WarningText {
      margin: 3px 0 0 0;
      font-size: 12px;
      line-height: 15px;
      color: #fc4f4f;
      opacity: 1;
      background: #ffffff; }
    .AuthPage .AuthFormContainer .LoginForm {
      margin-top: 27px; }
    .AuthPage .AuthFormContainer .OTPForm .BtnWrap {
      margin: 120px 0 0 0; }
    .AuthPage .AuthFormContainer .AuthFormInput {
      position: relative; }
      .AuthPage .AuthFormContainer .AuthFormInput input {
        width: 100%;
        height: 40px;
        margin: 0;
        color: #27343c;
        text-align: left;
        text-indent: 12px;
        border: 0;
        border-bottom: 1px solid #9da1a5;
        background: #ffffff; }
        .AuthPage .AuthFormContainer .AuthFormInput input:focus {
          outline: 0;
          border-bottom: 1px solid rgba(39, 52, 60, 0.4); }
        .AuthPage .AuthFormContainer .AuthFormInput input:-ms-input-placeholder {
          color: rgba(39, 52, 60, 0.5); }
        .AuthPage .AuthFormContainer .AuthFormInput input::-webkit-input-placeholder {
          color: rgba(39, 52, 60, 0.5); }
        .AuthPage .AuthFormContainer .AuthFormInput input::-moz-placeholder {
          color: rgba(39, 52, 60, 0.5); }
        .AuthPage .AuthFormContainer .AuthFormInput input::-moz-placeholder {
          color: rgba(39, 52, 60, 0.5); }
      .AuthPage .AuthFormContainer .AuthFormInput + .AuthFormInput {
        margin-top: 20px; }
    .AuthPage .AuthFormContainer .BtnWrap {
      margin-top: 30px; }
      .AuthPage .AuthFormContainer .BtnWrap .BtnLogin {
        width: 100%;
        height: 40px;
        margin: 0 0 20px 0;
        padding: 0;
        font-size: 14px;
        line-height: 39px;
        color: #ffffff;
        border: 0;
        border-radius: 2px;
        background: #aabbbb;
        pointer-events: none; }
        .AuthPage .AuthFormContainer .BtnWrap .BtnLogin.Active {
          pointer-events: inherit;
          background: #01bcb5; }
        .AuthPage .AuthFormContainer .BtnWrap .BtnLogin.BtnRefresh {
          width: 31px;
          height: 31px;
          margin: 0;
          line-height: 1;
          font-size: 0;
          border-radius: 100%;
          background: transparent; }
      .AuthPage .AuthFormContainer .BtnWrap a {
        display: inline-block;
        color: #27343c; }
        .AuthPage .AuthFormContainer .BtnWrap a.BtnRegister {
          color: #01bcb5; }
        .AuthPage .AuthFormContainer .BtnWrap a.BtnResetPassword {
          margin-left: 30px;
          opacity: .7; }
    .AuthPage .AuthFormContainer .ImageCaptcha {
      display: flex;
      justify-content: space-between;
      margin: 20px 0 0 0; }
      .AuthPage .AuthFormContainer .ImageCaptcha .ChaptchaImg {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .AuthPage .AuthFormContainer .ImageCaptcha .ChaptchaImg img {
          width: 150px;
          height: 40px;
          margin: 0 7px 0 0; }
        .AuthPage .AuthFormContainer .ImageCaptcha .ChaptchaImg .LoginRefresh {
          display: inline-block; }
      .AuthPage .AuthFormContainer .ImageCaptcha .captcha-refresh-inputBox {
        width: 187px;
        height: 40px; }
        .AuthPage .AuthFormContainer .ImageCaptcha .captcha-refresh-inputBox input {
          width: 100%;
          height: 40px;
          text-indent: 5px;
          color: #27343c;
          border: 0;
          border-bottom: 1px solid #9da1a5; }
          .AuthPage .AuthFormContainer .ImageCaptcha .captcha-refresh-inputBox input:-ms-input-placeholder {
            color: rgba(39, 52, 60, 0.5); }
          .AuthPage .AuthFormContainer .ImageCaptcha .captcha-refresh-inputBox input::-webkit-input-placeholder {
            color: rgba(39, 52, 60, 0.5); }
          .AuthPage .AuthFormContainer .ImageCaptcha .captcha-refresh-inputBox input::-moz-placeholder {
            color: rgba(39, 52, 60, 0.5); }
          .AuthPage .AuthFormContainer .ImageCaptcha .captcha-refresh-inputBox input::-moz-placeholder {
            color: rgba(39, 52, 60, 0.5); }
  .AuthPage.Login:before {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: ''; }
  .AuthPage:-ms-input-placeholder {
    color: #27343c; }
  .AuthPage::-webkit-input-placeholder {
    color: #27343c; }
  .AuthPage::-moz-placeholder {
    color: #27343c; }
  .AuthPage::-moz-placeholder {
    color: #27343c; }
.LoginRefresh {
  cursor: pointer; }
.AuthPage .AuthFormContainer .AuthFormInput {
  position: relative; }
  .AuthPage .AuthFormContainer .AuthFormInput.isCorrect:after {
    position: absolute;
    right: 14px;
    top: 12px;
    display: inline-block;
    width: 15px;
    height: 8px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    border-color: #01bcb5;
    transform: rotate(-45deg);
    content: ""; }
  .AuthPage .AuthFormContainer .AuthFormInput.isWrong input {
    color: #fc4f4f;
    border-bottom: 1px solid #fc4f4f; }
    .AuthPage .AuthFormContainer .AuthFormInput.isWrong input:focus {
      border-bottom: 1px solid #27343c; }
  .AuthPage .AuthFormContainer .AuthFormInput.isWrong:focus-within input {
    color: #27343c; }
  .AuthPage .AuthFormContainer .AuthFormInput.isWrong:focus-within:after {
    display: none; }
  .AuthPage .AuthFormContainer .AuthFormInput.isWrong:after {
    position: absolute;
    right: 16px;
    top: 8px;
    display: inline-block;
    font-family: arial;
    font-size: 24px;
    color: #fc4f4f;
    content: "\D7"; }
  .AuthPage .AuthFormContainer .AuthFormInput.isWrong.isFocus input {
    color: #27343c;
    border-bottom: 1px solid #27343c; }
    .AuthPage .AuthFormContainer .AuthFormInput.isWrong.isFocus input:focus {
      border-bottom: 1px solid #27343c; }
  .AuthPage .AuthFormContainer .AuthFormInput.isWrong.isFocus:after {
    display: none; }

.AuthPage .AuthFormContainer .checkbox {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid #27343c;
  outline: 0;
  vertical-align: bottom;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.AuthPage .AuthFormContainer .checkbox:checked:after {
  position: absolute;
  left: 3px;
  top: 3px;
  display: inline-block;
  height: 5px;
  width: 8px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-color: #27343c;
  transform: rotate(-45deg);
  content: ""; }

.AuthPage.SignUp {
  height: auto;
  padding: 50px 0; }
  .AuthPage.SignUp .AuthFormContainer .AuthFormInput {
    margin: 30px 0 0 0;
    background: transparent; }
    .AuthPage.SignUp .AuthFormContainer .AuthFormInput:nth-child(1) {
      margin-top: 40px; }
    .AuthPage.SignUp .AuthFormContainer .AuthFormInput:nth-child(3) {
      margin-top: 10px; }
  .AuthPage.SignUp .AuthFormContainer .CountryCodeBorder {
    width: 100%;
    height: 40px;
    margin-top: 30px;
    text-align: left;
    border: 1px solid rgba(39, 52, 60, 0.4);
    background-color: #ffffff; }
    .AuthPage.SignUp .AuthFormContainer .CountryCodeBorder .CountryCode {
      text-align-last: left;
      letter-spacing: 0.7px;
      background-color: #ffffff; }
    .AuthPage.SignUp .AuthFormContainer .CountryCodeBorder.isWrong {
      border: 1px solid #fc4f4f; }
      .AuthPage.SignUp .AuthFormContainer .CountryCodeBorder.isWrong .CountryCode {
        color: #fc4f4f; }
    .AuthPage.SignUp .AuthFormContainer .CountryCodeBorder .CountryCode {
      width: 100%;
      height: 100%;
      text-align-last: left;
      line-height: 38px;
      letter-spacing: 0.7px;
      color: #27343c;
      border: none; }
  .AuthPage.SignUp .AuthFormContainer .NoticeText {
    margin: 10px 0 0 0;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -.37px;
    color: #01bcb5;
    opacity: 1; }
    .AuthPage.SignUp .AuthFormContainer .NoticeText + .ImageCaptcha {
      margin: 15px 0 0 0; }
  .AuthPage.SignUp .AuthFormContainer .AllAgreeCheck {
    position: relative;
    margin-top: 57px;
    padding: 0 0 15px 26px;
    border-bottom: 1px solid rgba(39, 52, 60, 0.15); }
    .AuthPage.SignUp .AuthFormContainer .AllAgreeCheck .checkbox {
      position: absolute;
      left: 0;
      top: 3px;
      width: 16px;
      height: 16px;
      border: 1px solid #27343c;
      outline: 0; }
    .AuthPage.SignUp .AuthFormContainer .AllAgreeCheck label {
      margin-bottom: 0; }
    .AuthPage.SignUp .AuthFormContainer .AllAgreeCheck span {
      color: #27343c;
      line-height: 20px; }
  .AuthPage.SignUp .AuthFormContainer .TosAgreeBox {
    margin-top: 20px; }
  .AuthPage.SignUp .AuthFormContainer .PrivacyAgreeBox {
    margin-top: 12px; }
  .AuthPage.SignUp .AuthFormContainer .TosAgreeBox,
  .AuthPage.SignUp .AuthFormContainer .PrivacyAgreeBox {
    overflow: hidden; }
    .AuthPage.SignUp .AuthFormContainer .TosAgreeBox .AgreeCheck,
    .AuthPage.SignUp .AuthFormContainer .PrivacyAgreeBox .AgreeCheck {
      position: relative;
      margin: 0 0 10px 16px;
      padding-left: 26px; }
      .AuthPage.SignUp .AuthFormContainer .TosAgreeBox .AgreeCheck .checkbox,
      .AuthPage.SignUp .AuthFormContainer .PrivacyAgreeBox .AgreeCheck .checkbox {
        position: absolute;
        left: 0;
        top: 2px;
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: 0;
        border: 1px solid #27343c;
        outline: 0;
        vertical-align: bottom;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
      .AuthPage.SignUp .AuthFormContainer .TosAgreeBox .AgreeCheck label,
      .AuthPage.SignUp .AuthFormContainer .PrivacyAgreeBox .AgreeCheck label {
        margin-bottom: 0; }
        .AuthPage.SignUp .AuthFormContainer .TosAgreeBox .AgreeCheck label span,
        .AuthPage.SignUp .AuthFormContainer .PrivacyAgreeBox .AgreeCheck label span {
          color: #27343c;
          line-height: 20px; }
    .AuthPage.SignUp .AuthFormContainer .TosAgreeBox .ScrollTextArea,
    .AuthPage.SignUp .AuthFormContainer .PrivacyAgreeBox .ScrollTextArea {
      height: 65px;
      padding: 8px 7px 8px 12px;
      border-radius: 3px;
      background: #f3f3f3; }
      .AuthPage.SignUp .AuthFormContainer .TosAgreeBox .ScrollTextArea > div,
      .AuthPage.SignUp .AuthFormContainer .PrivacyAgreeBox .ScrollTextArea > div {
        font-size: 12px;
        color: #27343c;
        line-height: 16px;
        overflow: hidden;
        overflow-y: auto; }
      .AuthPage.SignUp .AuthFormContainer .TosAgreeBox .ScrollTextArea ::-webkit-scrollbar-thumb,
      .AuthPage.SignUp .AuthFormContainer .PrivacyAgreeBox .ScrollTextArea ::-webkit-scrollbar-thumb {
        background: #d1d1d1; }
    .AuthPage.SignUp .AuthFormContainer .TosAgreeBox a,
    .AuthPage.SignUp .AuthFormContainer .PrivacyAgreeBox a {
      float: right;
      display: inline-block;
      width: 107px;
      height: 20px;
      margin-top: 8px;
      font-size: 13px;
      color: #27343c;
      text-align: center;
      line-height: 17px;
      border: 1px solid #27343c;
      border-radius: 2px; }
  .AuthPage.SignUp .AuthFormContainer .BtnRegister {
    width: 100%;
    height: 40px;
    margin-top: 40px;
    line-height: 37px;
    color: #ffffff;
    border: 0;
    border-radius: 4px;
    pointer-events: inherit;
    background: #aabbbb;
    pointer-events: none; }
    .AuthPage.SignUp .AuthFormContainer .BtnRegister.Active {
      background: #01bcb5;
      pointer-events: inherit; }
  .AuthPage.SignUp .AuthFormContainer .IpRestrictionAlert {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -90px 0 0 -260px; }
    .AuthPage.SignUp .AuthFormContainer .IpRestrictionAlert .Cancel {
      color: #ffffff;
      background: #01bcb5;
      border: 0; }
      .AuthPage.SignUp .AuthFormContainer .IpRestrictionAlert .Cancel:hover {
        color: #ffffff;
        background: #01bcb5; }

.IpRestrictionAlert {
  padding: 0 20px;
  z-index: 100; }
.IpRestrictionAlert {
  position: absolute;
  top: 49px;
  left: -95px;
  background-color: #F6F6F6;
  outline: 1px solid #4E97A1;
  width: 521px;
  height: 233px; }
  .IpRestrictionAlert > div .Cancel {
    margin-top: 42px;
    background-color: #A1A1A1; }
    .IpRestrictionAlert > div .Cancel:hover {
      background-color: #6d6d6d; }
  .IpRestrictionAlert > div:nth-child(1) {
    margin-top: 50px; }
    .IpRestrictionAlert > div:nth-child(1) > p {
      color: #6B6B6B;
      font-size: 14px;
      letter-spacing: 0.7px;
      margin: 0; }
  .IpRestrictionAlert > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .IpRestrictionAlert > div:nth-child(2) .Continue {
      width: 202px;
      height: 41px;
      border-radius: 0;
      font-size: 14px;
      letter-spacing: 0.7px;
      margin-top: 22px;
      background-color: #4E97A1; }
      .IpRestrictionAlert > div:nth-child(2) .Continue:hover {
        background-color: #056378; }
    .IpRestrictionAlert > div:nth-child(2) > button {
      width: 202px;
      height: 41px;
      border-radius: 0;
      font-size: 14px;
      letter-spacing: 0.7px; }
    .IpRestrictionAlert > div:nth-child(2) > div > button {
      width: 202px;
      height: 41px;
      border-radius: 0;
      font-size: 14px;
      letter-spacing: 0.7px; }
      .IpRestrictionAlert > div:nth-child(2) > div > button:nth-child(2) {
        margin-top: 8px;
        background-color: #A1A1A1; }
        .IpRestrictionAlert > div:nth-child(2) > div > button:nth-child(2):hover {
          background-color: #6d6d6d; }
  .IpRestrictionAlert img {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer; }

.alertBlockMessage {
  height: 180px; }
.Welcome {
  height: 100%;
  color: #27343c;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 795px; }
  .Welcome p {
    font-size: 14px; }
  .Welcome > div {
    background-color: #ffffff;
    box-shadow: 0 11px 11px 0 #EFEFEF; }
  .Welcome h1 {
    font-size: 38px; }
  .Welcome h3 {
    font-size: 17px;
    line-height: normal;
    margin-top: 0; }
  .Welcome .Message {
    flex-basis: 100%;
    height: 100%;
    display: inline-block;
    padding: 43px 0 28px;
    margin-bottom: 14px; }
    .Welcome .Message h1 {
      line-height: initial;
      margin: 0 0 20px; }
    .Welcome .Message b {
      color: #01bcb5;
      text-decoration: underline; }
    .Welcome .Message p {
      color: rgba(39, 52, 60, 0.6); }
    .Welcome .Message .Step {
      display: flex;
      justify-content: space-between;
      margin-top: 31px;
      border-top: solid 1px #e8e8e8;
      border-bottom: solid 1px #e8e8e8; }
      .Welcome .Message .Step > div {
        flex-basis: 0;
        flex-grow: 1; }
        .Welcome .Message .Step > div p {
          padding: 0 24px 13px;
          margin-bottom: 0;
          min-height: 43px;
          line-height: 18px; }
        .Welcome .Message .Step > div:not(:last-of-type) {
          border-right: solid 1px #e8e8e8; }
    .Welcome .Message .VerifyActionButton {
      margin-top: 30px; }
      .Welcome .Message .VerifyActionButton button:nth-child(1) {
        border-radius: 2px;
        height: 40px;
        background: #ffffff;
        color: #01bcb5;
        border: solid 1px #01bcb5;
        width: 188px;
        margin-right: 16px; }
        .Welcome .Message .VerifyActionButton button:nth-child(1):hover {
          cursor: pointer; }
      .Welcome .Message .VerifyActionButton button:nth-child(2) {
        border-radius: 2px;
        height: 40px;
        background: #01bcb5;
        color: #ffffff;
        border: none;
        width: 256px; }
        .Welcome .Message .VerifyActionButton button:nth-child(2):hover {
          cursor: pointer; }
  .Welcome .VideoGuide {
    flex-basis: 458px;
    padding: 20px 16px 20px 20px;
    display: flex; }
    .Welcome .VideoGuide span {
      width: 15px;
      height: 2px;
      border-top: solid 2px #27343c;
      position: absolute;
      top: 0;
      left: 0; }
    .Welcome .VideoGuide iframe {
      border: none; }
    .Welcome .VideoGuide h3, .Welcome .VideoGuide p {
      text-align: left; }
    .Welcome .VideoGuide a {
      color: unset; }
    .Welcome .VideoGuide > div:nth-child(1) {
      margin-right: 15px;
      flex-basis: 210px; }
    .Welcome .VideoGuide > div:nth-child(2) {
      position: relative;
      flex-basis: calc(100% - 210px - 15px);
      padding-top: 8px; }
      .Welcome .VideoGuide > div:nth-child(2) p {
        color: #27343c;
        line-height: 20px; }
  .Welcome .JoinCommunity {
    flex-basis: calc(100% - 458px - 14px);
    padding: 28px 20px 20px 22px;
    position: relative; }
    .Welcome .JoinCommunity > span {
      width: 15px;
      height: 2px;
      border-top: solid 2px #27343c;
      position: absolute;
      top: 0;
      left: 0; }
    .Welcome .JoinCommunity > span {
      top: 20px;
      left: 22px;
      pointer-events: none; }
    .Welcome .JoinCommunity span, .Welcome .JoinCommunity svg, .Welcome .JoinCommunity path {
      pointer-events: none; }
    .Welcome .JoinCommunity h3 {
      text-align: left;
      margin-bottom: 13px; }
    .Welcome .JoinCommunity sub {
      bottom: 0;
      font-size: 11px;
      opacity: 0.5;
      pointer-events: none; }
    .Welcome .JoinCommunity > div {
      height: 73px;
      justify-content: space-between;
      cursor: pointer; }
      .Welcome .JoinCommunity > div > div {
        display: inline-block;
        vertical-align: top;
        height: 100%;
        width: 48px; }
        .Welcome .JoinCommunity > div > div:not(:last-of-type) {
          margin-right: 10px; }
        .Welcome .JoinCommunity > div > div:hover sub {
          opacity: 1; }
.AuthStepSvgWrapper .step1_0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FFFFFF; }

.AuthStepSvgWrapper .step1_1 {
  fill: #27343C; }

.AuthStepSvgWrapper .step1_2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #E8E8E8; }

.AuthStepSvgWrapper .step2_0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FFFFFF; }

.AuthStepSvgWrapper .step2_1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #E8E8E8; }

.AuthStepSvgWrapper .step2_2 {
  fill: #27343C; }

.AuthStepSvgWrapper .step3_0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FFFFFF; }

.AuthStepSvgWrapper .step3_1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #E8E8E8; }

.AuthStepSvgWrapper .step3_2 {
  fill: #27343C; }
.SnsSvgWrapper {
  width: 38px;
  text-align: center;
  display: inline-block; }
  .SnsSvgWrapper .Telegram {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #2CA5E0; }
  .SnsSvgWrapper .FacebookIcon {
    fill: #405A93; }
  .SnsSvgWrapper .Twitter {
    fill: #52A8DB; }
  .SnsSvgWrapper .Reddit {
    fill: #EC5428; }
.Forget {
  height: 500px;
  min-height: 648px;
  padding: 21px 0;
  text-align: center;
  background: #f9f9f9; }
  .Forget:before {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: ''; }
  .Forget .AuthFormContainer {
    display: inline-block;
    min-width: 526px;
    min-height: 400px;
    padding: 50px 68px;
    vertical-align: middle;
    text-align: left;
    background: #ffffff;
    box-shadow: 0 16px 30px #efefef; }
    .Forget .AuthFormContainer h3 {
      margin: 0;
      font-size: 20px;
      line-height: 29px;
      color: #27343c;
      letter-spacing: -0.54px; }
    .Forget .AuthFormContainer p {
      margin-top: 14px;
      line-height: 20px;
      font-size: 14px;
      color: #27343c;
      opacity: .5; }
    .Forget .AuthFormContainer form {
      margin-top: 27px; }
      .Forget .AuthFormContainer form .AuthFormInput {
        width: 100%;
        height: 40px;
        margin: 0;
        text-align: left;
        text-indent: 12px;
        color: #27343c;
        letter-spacing: -0.4px;
        border: 0;
        border-bottom: 1px solid rgba(39, 52, 60, 0.4);
        background: transparent; }
        .Forget .AuthFormContainer form .AuthFormInput:focus {
          outline: 0;
          border-bottom: 1px solid #27343c; }
        .Forget .AuthFormContainer form .AuthFormInput + .AuthFormInput {
          margin-top: 20px; }
        .Forget .AuthFormContainer form .AuthFormInput:-ms-input-placeholder {
          color: rgba(39, 52, 60, 0.5); }
        .Forget .AuthFormContainer form .AuthFormInput::-webkit-input-placeholder {
          color: rgba(39, 52, 60, 0.5); }
        .Forget .AuthFormContainer form .AuthFormInput::-moz-placeholder {
          color: rgba(39, 52, 60, 0.5); }
        .Forget .AuthFormContainer form .AuthFormInput::-moz-placeholder {
          color: rgba(39, 52, 60, 0.5); }
      .Forget .AuthFormContainer form button {
        width: 100%;
        height: 40px;
        margin-top: 60px;
        padding: 0;
        color: #ffffff;
        font-size: 14px;
        line-height: 39px;
        border-radius: 2px;
        border: 0;
        background: #aabbbb;
        pointer-events: none; }
        .Forget .AuthFormContainer form button.Active {
          background: #01bcb5;
          pointer-events: inherit; }
        .Forget .AuthFormContainer form button.BtnRefresh {
          width: 31px;
          height: 31px;
          margin: 0;
          line-height: 1;
          font-size: 0;
          border-radius: 100%;
          background: transparent; }
      .Forget .AuthFormContainer form .WarningText {
        margin: 3px 0 0 0;
        font-size: 12px;
        line-height: 15px;
        color: #fc4f4f;
        opacity: 1;
        background: #ffffff; }
.Profile {
  display: flex; }
  .Profile .MarketPanel:nth-child(1) {
    position: absolute; }
    .Profile .MarketPanel:nth-child(1) button {
      width: 109.5px;
      height: 43px;
      border: none;
      font-size: 13px;
      letter-spacing: 0.7px;
      color: #E3E8EB;
      background-color: #4A5358; }
    .Profile .MarketPanel:nth-child(1) .Active {
      background-color: #273136;
      color: #E9AE69; }
.Disclosure {
  background-color: #f3f3f3;
  color: #27343c; }
  .Disclosure h1 {
    font-size: 32px;
    margin: 0;
    margin-right: 20px; }
  .Disclosure h2 {
    font-size: 24px;
    margin: 0; }
  .Disclosure h3 {
    font-size: 22px;
    margin: 0; }
  .Disclosure h4 {
    font-size: 16px;
    margin: 0; }
  .Disclosure h5 {
    font-size: 15px;
    margin: 0; }
  .Disclosure h6 {
    font-size: 14px;
    opacity: 0.6;
    margin: 0; }
  .Disclosure p {
    margin: 0; }
.DisclosureHeader {
  color: #ffffff;
  height: 124px;
  background-color: #27343c;
  padding: 36px 0; }
  .DisclosureHeader > div {
    width: 1065px;
    margin: 0 auto; }
  .DisclosureHeader h6 {
    margin-top: 16px;
    opacity: 0.5; }
.DisclosureNav {
  height: 56px;
  background-color: #ffffff; }
  .DisclosureNav > div {
    margin: 0 auto;
    width: 1065px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .DisclosureNav > div .NavItems > button {
      background-color: transparent;
      border: none;
      margin-left: 36px;
      font-size: 16px;
      color: #27343c;
      height: 56px; }
    .DisclosureNav > div .NavItems .Active {
      color: #01bcb5;
      border-bottom: 4px solid #01bcb5; }
    .DisclosureNav > div .ButtonWrapper a button {
      width: 140px;
      height: 34px;
      margin-left: 10px;
      border-radius: 2px;
      border: 1px solid #01bcb5;
      color: #01bcb5;
      background-color: transparent; }
    .DisclosureNav > div .ButtonWrapper a:nth-child(2) button {
      color: #ffffff;
      background-color: #01bcb5; }
.NxMiningStatus {
  margin: 24px auto;
  margin-bottom: 20px;
  padding: 60px 100px 40px 100px;
  min-height: 615px;
  background-color: #ffffff;
  width: 1065px; }
  .NxMiningStatus > div:nth-child(1) {
    display: flex; }
  .NxMiningStatus .NxzWrapper > div {
    display: flex; }
    .NxMiningStatus .NxzWrapper > div:nth-child(1) {
      margin: 50px 0 61px 0;
      align-items: baseline; }
      .NxMiningStatus .NxzWrapper > div:nth-child(1) h4 {
        opacity: 0.6; }
  .NxMiningStatus .NxzWrapper .StatusWrapper {
    display: flex;
    justify-content: space-between; }
  .NxMiningStatus .NxyWrapper {
    padding: 85px 217px 87px 218px;
    text-align: center;
    line-height: 27px;
    letter-spacing: -0.2px; }
    .NxMiningStatus .NxyWrapper > div:nth-child(1) {
      margin: 50px 0 61px 0;
      align-items: baseline; }
      .NxMiningStatus .NxyWrapper > div:nth-child(1) h4 {
        opacity: 0.6; }
    .NxMiningStatus .NxyWrapper h3 {
      font-size: 18px;
      margin-bottom: 40px;
      line-height: 27px; }
    .NxMiningStatus .NxyWrapper > a:nth-child(2) {
      text-decoration: none;
      border: none;
      padding: 0;
      margin: 0;
      color: #1f7eee;
      font-size: 16px; }
  .NxMiningStatus .Arrow {
    padding-top: 48px; }
  .NxMiningStatus .Svg {
    font-size: 100px;
    width: 83px;
    height: 100px;
    margin-right: 40px; }
  .NxMiningStatus .QuantityData {
    width: 300px;
    padding: 25px 30px;
    margin-right: 20px;
    border-radius: 4px;
    border: 1px solid #d8d8d8; }
    .NxMiningStatus .QuantityData h6 {
      margin-bottom: 12px; }
  .NxMiningStatus .NxzData {
    width: 300px;
    padding: 25px 30px;
    margin-right: 20px;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    width: 320px;
    border: 1px solid #e6b121; }
    .NxMiningStatus .NxzData h6 {
      margin-bottom: 12px; }
    .NxMiningStatus .NxzData h2 {
      color: #e6b121; }
  .NxMiningStatus .NxyData {
    width: 340px;
    border: 1px solid #01bcb5; }
    .NxMiningStatus .NxyData h2 {
      color: #01bcb5; }
  .NxMiningStatus .MiningStatus {
    max-width: 260px; }
    .NxMiningStatus .MiningStatus > div:nth-child(1) {
      padding-bottom: 20px;
      border-bottom: 1px solid #d8d8d8;
      margin-bottom: 30px;
      height: 42px; }
      .NxMiningStatus .MiningStatus > div:nth-child(1) h4 {
        margin-right: 10px; }
    .NxMiningStatus .MiningStatus h6 {
      margin-bottom: 12px; }
    .NxMiningStatus .MiningStatus h5 {
      margin-bottom: 25px; }
    .NxMiningStatus .MiningStatus p {
      font-size: 13px;
      opacity: 0.6; }
    .NxMiningStatus .MiningStatus .Emphasis {
      color: #e6b121; }
  .NxMiningStatus .AirdropStatus {
    max-width: 590px; }
    .NxMiningStatus .AirdropStatus > div {
      display: flex; }
      .NxMiningStatus .AirdropStatus > div:nth-child(1) {
        padding-bottom: 20px;
        border-bottom: 1px solid #d8d8d8;
        margin-bottom: 30px;
        height: 42px; }
        .NxMiningStatus .AirdropStatus > div:nth-child(1) h4 {
          margin-right: 10px; }
        .NxMiningStatus .AirdropStatus > div:nth-child(1) svg {
          cursor: pointer; }
      .NxMiningStatus .AirdropStatus > div:nth-child(2) {
        justify-content: space-between; }
    .NxMiningStatus .AirdropStatus .AirdropData {
      display: flex;
      justify-content: space-between;
      width: 320px;
      margin-top: 20px; }
    .NxMiningStatus .AirdropStatus .NxzData {
      margin-bottom: 30px; }
    .NxMiningStatus .AirdropStatus .AirdropByReferenceCurrency {
      text-align: left;
      margin-left: 22px; }
      .NxMiningStatus .AirdropStatus .AirdropByReferenceCurrency h6 {
        margin-bottom: 12px; }
      .NxMiningStatus .AirdropStatus .AirdropByReferenceCurrency h5 {
        padding-bottom: 13px;
        border-bottom: 1px solid #d8d8d8;
        margin-bottom: 11px; }
        .NxMiningStatus .AirdropStatus .AirdropByReferenceCurrency h5:last-of-type {
          border-bottom: none;
          margin-bottom: 0;
          padding-bottom: 0; }
  .NxMiningStatus .ModalWrapper {
    letter-spacing: -0.2px; }
    .NxMiningStatus .ModalWrapper .Modal {
      width: 906px;
      position: absolute;
      top: 264px; }
      .NxMiningStatus .ModalWrapper .Modal div:nth-child(1) {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #d8d8d8; }
        .NxMiningStatus .ModalWrapper .Modal div:nth-child(1) h4 {
          margin: 26px 20px 26px 40px; }
        .NxMiningStatus .ModalWrapper .Modal div:nth-child(1) button {
          width: 65px;
          height: 36px;
          color: #ffffff;
          background-color: #000000;
          margin: 16px 20px; }
      .NxMiningStatus .ModalWrapper .Modal div:nth-child(2) {
        margin: 30px auto 61px 40px; }
        .NxMiningStatus .ModalWrapper .Modal div:nth-child(2) h4 {
          text-align: left;
          margin-bottom: 12px;
          line-height: 24px; }
        .NxMiningStatus .ModalWrapper .Modal div:nth-child(2) h5 {
          line-height: 22px; }
        .NxMiningStatus .ModalWrapper .Modal div:nth-child(2) ul {
          margin: 0;
          margin-top: 20px;
          padding: 0;
          font-size: 15px;
          line-height: 26px; }
          .NxMiningStatus .ModalWrapper .Modal div:nth-child(2) ul li {
            margin-left: 28px;
            margin-bottom: 10px;
            padding-left: 10px; }

.NxyMiningSatus {
  min-height: 0;
  height: 450px; }
.NxHistory {
  margin: 20px auto;
  padding-bottom: 100px;
  margin-bottom: 0;
  min-height: 500px;
  width: 1065px; }
  .NxHistory .Dropdown {
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    height: 32px; }
    .NxHistory .Dropdown .Arrow {
      border-top: 10px solid #27343c; }
  .NxHistory .NavItems {
    border-bottom: 1px solid #d8d8d8;
    background-color: #ffffff; }
    .NxHistory .NavItems > button {
      background-color: transparent;
      border: none;
      margin-left: 40px;
      font-size: 16px;
      color: #27343c;
      height: 56px; }
  .NxHistory .NavItems .Active {
    color: #01bcb5;
    border-bottom: 4px solid #01bcb5; }
  .NxHistory .HistoryTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 18px 25px 18px 40px;
    border-bottom: 1px solid #d8d8d8; }
    .NxHistory .HistoryTitle > div p {
      font-size: 13px; }
      .NxHistory .HistoryTitle > div p:nth-child(1) {
        margin-bottom: 9px; }
    .NxHistory .HistoryTitle > div > button:nth-child(3) {
      width: 76px;
      height: 32px;
      border: none;
      color: #ffffff;
      background-color: #01bcb5;
      border-radius: 2px;
      margin-left: 9px; }
    .NxHistory .HistoryTitle a {
      text-decoration: none; }
  .NxHistory .DropdownWrapper {
    display: flex;
    align-items: center; }
    .NxHistory .DropdownWrapper > div:nth-child(1) {
      margin-right: 7px; }
    .NxHistory .DropdownWrapper > div button {
      font-size: 14px;
      background-color: #ffffff;
      text-align: left; }
    .NxHistory .DropdownWrapper > div .ItemList button {
      height: 27px;
      text-align: center; }
  .NxHistory .ListList {
    height: 400px; }
.AirdropMiningHistory .Title {
  padding: 17px 30px 14px 0;
  display: flex;
  border-bottom: 1px solid #d8d8d8;
  background-color: #f9f9f9; }
  .AirdropMiningHistory .Title p {
    font-size: 13px;
    opacity: 0.6;
    text-align: center; }
    .AirdropMiningHistory .Title p:nth-child(1) {
      flex-basis: 10%;
      padding-left: 30px; }
    .AirdropMiningHistory .Title p:nth-child(2) {
      flex-basis: 20%; }
    .AirdropMiningHistory .Title p:nth-child(3) {
      flex-basis: 22%;
      text-align: right; }
    .AirdropMiningHistory .Title p:nth-child(4) {
      flex-basis: 17%;
      padding-left: 30px; }
    .AirdropMiningHistory .Title p:nth-child(5) {
      flex-basis: 10%; }
    .AirdropMiningHistory .Title p:nth-child(6) {
      flex-basis: 21%;
      text-align: right; }

.AirdropMiningHistory .Body {
  background: #ffffff;
  height: 560px;
  overflow: auto; }

.AirdropMiningHistory .Row {
  display: flex;
  border-bottom: 1px solid #d8d8d8;
  padding: 18px 30px 18px 0;
  background-color: #ffffff; }
  .AirdropMiningHistory .Row p {
    font-size: 13px;
    opacity: 0.6;
    text-align: center; }
    .AirdropMiningHistory .Row p:nth-child(1) {
      flex-basis: 10%;
      padding-left: 30px; }
    .AirdropMiningHistory .Row p:nth-child(2) {
      flex-basis: 20%; }
    .AirdropMiningHistory .Row p:nth-child(3) {
      flex-basis: 22%;
      text-align: right; }
    .AirdropMiningHistory .Row p:nth-child(4) {
      flex-basis: 17%;
      padding-left: 30px; }
    .AirdropMiningHistory .Row p:nth-child(5) {
      flex-basis: 10%; }
    .AirdropMiningHistory .Row p:nth-child(6) {
      flex-basis: 21%;
      text-align: right; }
  .AirdropMiningHistory .Row p {
    font-size: 14px;
    color: #27343c;
    opacity: 1; }

.AirdropMiningHistory.Scroll .Title {
  padding-right: 36px; }
.CustomInput {
  background: #F3F3F3;
  border: 1px solid #BFBFBF;
  font-size: 12px;
  color: #484848;
  height: 27px;
  width: 124px;
  padding: 0;
  letter-spacing: 0.7px;
  border-radius: 0; }
.Balances section:nth-child(1) td {
  font-size: 13px;
  height: 27px;
  color: #363636; }
  .Balances section:nth-child(1) td:nth-child(odd) {
    padding: 3px 0 3px 22px; }
  .Balances section:nth-child(1) td:nth-child(even) {
    padding: 3px 26px 3px; }

.Balances section:nth-child(2) {
  color: #484848; }
  .Balances section:nth-child(2) > div:nth-child(1) {
    margin-top: 95px;
    position: relative;
    display: block; }
    .Balances section:nth-child(2) > div:nth-child(1) span {
      display: inline-block;
      height: 15px;
      border-left: solid 1px #7E7E7E;
      vertical-align: middle; }
      .Balances section:nth-child(2) > div:nth-child(1) span:first-of-type {
        height: 25px;
        border-left: solid 2px #7E7E7E; }
    .Balances section:nth-child(2) > div:nth-child(1) p {
      display: inline-block;
      vertical-align: middle;
      margin: auto 16px;
      color: #484848; }
      .Balances section:nth-child(2) > div:nth-child(1) p:first-of-type {
        margin-left: 0;
        font-size: 22px; }
  .Balances section:nth-child(2) > div:nth-child(2) {
    display: block;
    font-size: 16px; }
    .Balances section:nth-child(2) > div:nth-child(2) p {
      display: inline-block;
      margin: 25px 0 9px; }
      .Balances section:nth-child(2) > div:nth-child(2) p:last-of-type {
        margin-left: 10px;
        font-weight: bold; }
  .Balances section:nth-child(2) > div:nth-child(3) {
    font-size: 12px;
    height: 28px;
    display: flex;
    height: 28px;
    justify-content: space-between;
    align-items: center; }
    .Balances section:nth-child(2) > div:nth-child(3) > p {
      margin: 0; }
    .Balances section:nth-child(2) > div:nth-child(3) > div {
      margin: 0; }

.Balances h1 {
  font-size: 22px;
  font-weight: bold;
  color: #363636;
  margin: 0 0 30px 0; }

.Balances article {
  position: relative;
  display: inline-block;
  width: calc(50% - 31px);
  margin: 0;
  padding: 0;
  color: #ffffff;
  border-radius: 0px;
  vertical-align: top; }
  .Balances article:nth-child(2) {
    margin-left: 57px; }

.Balances table {
  margin: 0; }

.Balances tbody {
  color: #363636;
  border: 1px solid #C5C5C5; }
  .Balances tbody tr:nth-child(odd) {
    background: #F3F3F3; }
  .Balances tbody tr:nth-child(even) {
    background: #E6E6E6; }
  .Balances tbody:nth-child(1) tr > td:first-of-type {
    width: 70%;
    text-align: left; }
  .Balances tbody:nth-child(1) tr > td:last-of-type {
    text-align: right; }

.Balances .BottomMenu {
  position: relative;
  text-align: right;
  width: 220px;
  margin-left: calc(100% - 220px); }
  .Balances .BottomMenu a {
    display: inline-block;
    background-color: #4E97A1;
    margin-top: 17px;
    color: #FFFFFF;
    font-size: 13px;
    padding: 7px 23px;
    margin: 11px 0 10px 5px; }
    .Balances .BottomMenu a:hover {
      background-color: #1A687A;
      text-decoration: none; }
  .Balances .BottomMenu p {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    color: #7E7E7E;
    margin-top: 17px;
    margin-bottom: 15px; }
  .Balances .BottomMenu span {
    display: inline-block;
    margin: 8px 12px 5px;
    height: 15px;
    border-left: solid 1px #7E7E7E;
    vertical-align: middle; }
  .Balances .BottomMenu .Explaination {
    display: none;
    z-index: 1; }
  .Balances .BottomMenu .Show {
    position: absolute;
    display: block;
    width: 600px;
    top: 10px;
    right: -47px;
    border: solid 1px #4E97A1;
    background-color: #ECECEC;
    text-align: left;
    font-size: 14px; }
    .Balances .BottomMenu .Show thead > tr > td {
      background-color: #4E97A1;
      text-align: center;
      font-size: 20px;
      color: #FFFFFF;
      padding: 10px; }
    .Balances .BottomMenu .Show tbody tr > td {
      text-align: left;
      font-size: 14px;
      padding: 6px 0;
      overflow: hidden; }
      .Balances .BottomMenu .Show tbody tr > td:nth-child(1) {
        width: 120px; }
      .Balances .BottomMenu .Show tbody tr > td:nth-child(2) {
        width: 30px;
        text-align: center; }
      .Balances .BottomMenu .Show tbody tr > td:nth-child(3) {
        font-size: 13px;
        width: 100%; }
    .Balances .BottomMenu .Show tbody td:nth-child(odd) {
      padding: 6px 4px; }

.BalancesHistory {
  clear: both;
  margin-top: 25px;
  margin-bottom: 50px;
  border-color: #1C2537;
  border: 1px solid #4D5F6B; }
  .BalancesHistory thead {
    height: 30px;
    background: #273136;
    border: 0.5px solid #636363; }
  .BalancesHistory table {
    margin-bottom: 0;
    height: 353px; }
    .BalancesHistory table tr {
      height: 27px; }
      .BalancesHistory table tr td {
        width: 12.5%;
        padding: 5px;
        vertical-align: middle;
        text-align: right; }
    .BalancesHistory table h3 {
      text-align: center;
      margin: 10px 0;
      font-weight: 200; }
    .BalancesHistory table tbody {
      height: inherit; }
      .BalancesHistory table tbody tr td {
        color: #363636;
        text-align: right;
        padding: 0; }
    .BalancesHistory table .InfiniteScrollLastTd {
      padding-right: 10px; }

.MainInformation td {
  font-weight: bold; }
.Deposit {
  color: #363636; }
  .Deposit .material-icons {
    color: #818181;
    font-size: 20px; }
    .Deposit .material-icons:hover {
      color: #000000; }
  .Deposit .material-icons {
    font-family: 'Material Icons'; }
  .Deposit .ShowAddress > h2 {
    font-size: 20px; }
  .Deposit .ShowAddress > p {
    display: inline-block;
    font-size: 13px;
    margin-top: 20px; }
  .Deposit .ShowAddress .Caution {
    color: #F2763B; }
    .Deposit .ShowAddress .Caution > p {
      font-size: 12.5px;
      line-height: 1.5em;
      margin: 0; }
    .Deposit .ShowAddress .Caution > h4 {
      margin-top: 20px; }
  .Deposit .WalletAddressFire {
    vertical-align: middle;
    border-style: unset;
    background: transparent; }
  .Deposit .HiddenAddress > button {
    width: 325px;
    height: 30px;
    margin: 135px 0 15px;
    font-size: 16px;
    border: 1px solid #4E97A1;
    color: #F9F9F9;
    background-color: #4E97A1; }
    .Deposit .HiddenAddress > button:hover {
      color: #4E97A1;
      background-color: transparent; }
  .Deposit .HiddenAddress > p {
    font-size: 12px;
    line-height: 1.5em;
    color: #848484; }
  .Deposit .HiddenAddress > h5 {
    color: #848484;
    margin-top: 45px; }
  .Deposit .Notification {
    margin-top: 25px;
    text-align: left; }
  .Deposit .ViewAddress {
    text-align: center; }
    .Deposit .ViewAddress h1 {
      font-size: 22px;
      text-align: center;
      margin-bottom: 20px; }
    .Deposit .ViewAddress > div:nth-child(2) {
      width: 100%;
      height: 100%;
      border: solid 1px #C5C5C5;
      padding: 30px;
      text-align: center; }
      .Deposit .ViewAddress > div:nth-child(2) > img {
        display: block; }
    .Deposit .ViewAddress > div:nth-child(3) {
      color: #848484; }
      .Deposit .ViewAddress > div:nth-child(3) h4 {
        font-size: 16px; }
      .Deposit .ViewAddress > div:nth-child(3) p {
        letter-spacing: 0.4px;
        font-size: 12px; }
    .Deposit .ViewAddress .AddressTitleAndDropdown {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin-bottom: 30px; }
      .Deposit .ViewAddress .AddressTitleAndDropdown .AddressTitle {
        text-align: left; }
        .Deposit .ViewAddress .AddressTitleAndDropdown .AddressTitle > h1 {
          text-align: left;
          margin: 0 0 10px 0; }
        .Deposit .ViewAddress .AddressTitleAndDropdown .AddressTitle > p {
          color: #848484;
          margin-bottom: 0; }
    .Deposit .ViewAddress .ItemList > button {
      height: 27px; }

.EmailCheckAlert {
  text-align: center; }
  .EmailCheckAlert h1 {
    margin: 80px auto 40px; }
  .EmailCheckAlert button {
    width: 136px;
    height: 41px;
    background: #4E97A1;
    color: #ffffff;
    font-size: 14px; }
.Withdraw .NumberInput input {
  background: #F6F6F6; }

.Withdraw .ItemList > button {
  height: 27px; }

.Withdraw section {
  color: #363636; }
  .Withdraw section .WithdrawTitleAndDropdown {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px; }
    .Withdraw section .WithdrawTitleAndDropdown h1 {
      font-size: 22px;
      text-align: left;
      margin: 0 0 10px 0; }
    .Withdraw section .WithdrawTitleAndDropdown p {
      margin-bottom: 0;
      color: #848484; }
  .Withdraw section article {
    padding: 20px 100px;
    height: 100%;
    border: solid 1px #C5C5C5; }
    .Withdraw section article > div {
      margin: 20px 0; }
      .Withdraw section article > div:first-of-type button {
        background: transparent;
        width: 64px;
        height: 28px;
        line-height: 0;
        border-radius: 0;
        color: #707E84;
        border: solid 1px #A2AFB4; }
      .Withdraw section article > div:first-of-type > h6 {
        margin-top: -5px; }
      .Withdraw section article > div:nth-child(2) > h6 {
        margin-top: -7px; }
      .Withdraw section article > div:nth-child(3) .Info {
        margin-top: 20px; }
      .Withdraw section article > div:nth-child(3) > h6 {
        margin-top: -7px; }
      .Withdraw section article > div:nth-child(4) > h6 {
        margin-top: -5px; }
    .Withdraw section article h6 {
      display: inline-block;
      vertical-align: middle;
      width: 20%;
      margin: 0 5% 0 0;
      font-size: 14px; }
    .Withdraw section article input {
      display: inline-block;
      width: 75%;
      height: 30px;
      font-size: 14px;
      background-color: #F6F6F6;
      color: #6A6A6A;
      border: 1px solid #BFBFBF;
      padding: 2px 10px; }
      .Withdraw section article input::placeholder {
        color: #ABABAB; }
      .Withdraw section article input:-ms-input-placeholder {
        color: #ABABAB; }
      .Withdraw section article input::-ms-input-placeholder {
        color: #ABABAB; }
    .Withdraw section article .FixedTotalAmount {
      background-color: #ABABAB; }
    .Withdraw section article .NumberInput {
      width: calc(75% - 84px); }
      .Withdraw section article .NumberInput input {
        width: 100%; }
    .Withdraw section article p {
      display: inline-block; }
    .Withdraw section article .Info {
      display: block;
      margin: 40px 0 20px 25%;
      font-size: 12px;
      color: #F2763B; }
    .Withdraw section article .ItemName {
      width: 40%;
      margin-left: 25%; }
    .Withdraw section article .ItemValue {
      width: 35%;
      margin-left: 0;
      text-align: right; }
  .Withdraw section .Notification {
    margin-top: 25px;
    text-align: left;
    color: #848484; }
    .Withdraw section .Notification h4 {
      font-size: 16px;
      margin: 10px 0; }
    .Withdraw section .Notification p {
      font-size: 12px;
      letter-spacing: 0.4px; }
      .Withdraw section .Notification p span {
        color: #F2763B; }

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

.Withdraw .ActionButton {
  width: 136px;
  height: 41px;
  color: #F0F2F4;
  background-color: #4E97A1;
  border: none;
  margin-left: 20px;
  padding: 6px 12px;
  width: 101px;
  height: 31px; }

.Withdraw .WithdrawButton {
  width: 136px;
  height: 41px;
  color: #F0F2F4;
  background-color: #4E97A1;
  border: none;
  width: 100px;
  height: 35px;
  margin-left: 466px; }

.OTPCheckAlert {
  text-align: center; }
  .OTPCheckAlert h1 {
    margin: 80px auto 10px;
    color: #484848; }
  .OTPCheckAlert p {
    color: #484848; }
    .OTPCheckAlert p:last-of-type {
      margin-bottom: 30px; }
  .OTPCheckAlert button {
    width: 136px;
    height: 41px;
    background: #4E97A1;
    color: #ffffff;
    font-size: 14px; }
.transferTitleAndDropdown {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px; }
  .transferTitleAndDropdown h1 {
    margin: 0 0 10px 0;
    font-size: 22px;
    color: #363636; }
  .transferTitleAndDropdown p {
    margin: 0;
    color: #848484; }

.Transfer {
  text-align: center;
  margin: 0 auto;
  color: #363636; }
  .Transfer .TransferArticle {
    border: 1px solid #C5C5C5; }
  .Transfer > div:first-of-type {
    margin-top: 23px; }
    .Transfer > div:first-of-type h1 {
      font-size: 22px;
      text-align: center;
      margin-bottom: 20px; }
  .Transfer article {
    padding-top: 18px;
    text-align: left; }
    .Transfer article:first-of-type {
      margin-top: 25px;
      display: inline-table; }
    .Transfer article > div {
      margin: 22px 0; }
      .Transfer article > div > button {
        width: 50px;
        height: 40px;
        margin-left: 8px;
        padding: 0;
        vertical-align: middle;
        border: 1px solid #C5C5C5;
        background-color: transparent;
        color: #8A8A8A; }
        .Transfer article > div > button:hover {
          background-color: #4E97A1;
          color: #F6F6F6; }
    .Transfer article p {
      display: inline-block;
      text-align: left;
      width: 60px;
      margin: 0 40px 0 30px; }
    .Transfer article .Dropdown {
      width: 299px;
      height: 40px;
      position: relative;
      display: inline-block;
      vertical-align: middle; }
      .Transfer article .Dropdown button {
        font-size: 14px;
        line-height: 17px;
        height: 100%; }
      .Transfer article .Dropdown .Arrow {
        margin: 0;
        top: 15px;
        right: 11px; }
  .Transfer .NumberInput {
    width: 100%;
    height: 100%; }
    .Transfer .NumberInput input {
      height: 100%;
      border: none;
      border-radius: 0;
      background-color: #f3f3f3;
      color: #363636;
      text-align: center;
      font-size: 14px; }
  .Transfer .Available {
    margin-left: 130px;
    width: 300px;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    color: #5D5D5D; }
  .Transfer .Submit {
    width: 299px;
    height: 40px;
    display: block;
    margin: 34.5px 0 40px 130px;
    color: #ffffff;
    border: none;
    background-color: #4E97A1;
    box-shadow: 0 3px 6px rgba(23, 7, 17, 0.6); }
  .Transfer .AccountHistory {
    width: 100%;
    height: 360px;
    padding-top: 0; }
    .Transfer .AccountHistory thead tr {
      height: 30px;
      background: #273136; }
      .Transfer .AccountHistory thead tr > th {
        color: #DEE0E1;
        width: 14.2%; }
    .Transfer .AccountHistory table tbody {
      height: 328px; }
      .Transfer .AccountHistory table tbody tr:nth-child(odd) {
        background: #ffffff; }
      .Transfer .AccountHistory table tbody tr:nth-child(even) {
        background: #f3f3f3; }
    .Transfer .AccountHistory table td {
      width: 14.2%; }
.CommonHistory a {
  color: #000000;
  text-decoration: none; }

.CommonHistory .TransactionTitle {
  margin-bottom: 30px; }
  .CommonHistory .TransactionTitle h1 {
    font-size: 22px;
    margin: 0 0 10px 0; }

.CommonHistory section .DropdownWrapper {
  display: flex;
  justify-content: space-between; }
  .CommonHistory section .DropdownWrapper .Dropdown {
    margin: 0;
    height: 27px; }
    .CommonHistory section .DropdownWrapper .Dropdown .ScrollWrapper {
      height: 300px;
      background-color: #f3f3f3; }
    .CommonHistory section .DropdownWrapper .Dropdown .ItemList {
      height: 300px;
      overflow: auto; }
      .CommonHistory section .DropdownWrapper .Dropdown .ItemList button {
        height: 28px; }

.CommonHistory section .CalendarMenuRight {
  display: inline-block;
  width: calc(100% - 124px); }

.CommonHistory .Transaction th, .CommonHistory .Transaction td {
  letter-spacing: 0; }
  .CommonHistory .Transaction th:nth-child(1), .CommonHistory .Transaction td:nth-child(1) {
    width: 13%; }
  .CommonHistory .Transaction th:nth-child(2), .CommonHistory .Transaction td:nth-child(2) {
    width: 14%; }
  .CommonHistory .Transaction th:nth-child(3), .CommonHistory .Transaction td:nth-child(3) {
    width: 6.5%; }
  .CommonHistory .Transaction th:nth-child(4), .CommonHistory .Transaction td:nth-child(4) {
    width: 14.5%; }
  .CommonHistory .Transaction th:nth-child(5), .CommonHistory .Transaction td:nth-child(5) {
    width: 16%;
    text-align: right;
    padding-right: 3.5%; }
  .CommonHistory .Transaction th:nth-child(6), .CommonHistory .Transaction td:nth-child(6) {
    width: 20%; }
  .CommonHistory .Transaction th:nth-child(7), .CommonHistory .Transaction td:nth-child(7) {
    width: 7.5%; }
  .CommonHistory .Transaction th:nth-child(8), .CommonHistory .Transaction td:nth-child(8) {
    width: 8.5%;
    text-align: right;
    padding-right: 2%; }

.CommonHistory .Transaction tbody div {
  height: 20px; }

.CommonHistoryList > td {
  letter-spacing: 0; }

.TransactionId {
  cursor: pointer; }
.ClosedPositions > div:first-of-type {
  width: 100%;
  height: 100%;
  margin-bottom: 10px; }

.ClosedPositions .CalendarMenuRight {
  width: 100%; }

.AccountHistory {
  height: 550px; }
  .AccountHistory tbody {
    height: 487px; }
.TradeHistory > div:first-of-type {
  width: 100%;
  height: 100%;
  margin-bottom: 10px; }

.TradeHistory .CalendarMenuRight {
  width: 100%; }

.AccountHistory {
  height: 550px; }
  .AccountHistory tbody {
    height: 487px; }
.AccountHistory {
  height: 550px; }
  .AccountHistory table tr th, .AccountHistory table tr td {
    text-align: center; }
.SpotBalance {
  color: #363636; }
  .SpotBalance a {
    color: #f3f3f3;
    text-decoration: none; }
  .SpotBalance section {
    height: 516px;
    font-size: 14px;
    color: #363636; }
    .SpotBalance section .BalanceTitle {
      margin-bottom: 30px; }
    .SpotBalance section h1 {
      font-size: 22px;
      text-align: left;
      margin: 0 0 10px 0; }
    .SpotBalance section p {
      color: #848484;
      margin: 0; }
    .SpotBalance section > div:nth-child(2) {
      margin-bottom: 10px; }
    .SpotBalance section > div:nth-child(3) {
      width: 100%; }
  .SpotBalance button {
    width: 80px;
    height: 25px;
    border: none;
    background-color: #4E97A1;
    color: #f3f3f3;
    margin: 5px 5px; }
    .SpotBalance button:hover {
      background-color: #1A687A; }
  .SpotBalance .DisableTransfer {
    cursor: not-allowed; }
    .SpotBalance .DisableTransfer button {
      background-color: #B1B1B1;
      pointer-events: none; }
  .SpotBalance table {
    width: 100%;
    border: solid 1px #C5C5C5; }
    .SpotBalance table thead {
      background-color: #273136;
      height: 34px; }
      .SpotBalance table thead th:last-of-type {
        text-align: right;
        padding-right: 177px; }
    .SpotBalance table tbody {
      height: 665px; }
      .SpotBalance table tbody tr:nth-child(odd) {
        background-color: #f3f3f3; }
      .SpotBalance table tbody tr:nth-child(even) {
        background-color: #E6E6E6; }
      .SpotBalance table tbody td {
        color: #000000; }
    .SpotBalance table th, .SpotBalance table td {
      font-size: 13px;
      color: #f3f3f3;
      font-weight: unset;
      letter-spacing: 0.6px;
      text-align: right;
      width: 13.5%; }
      .SpotBalance table th:first-of-type, .SpotBalance table td:first-of-type {
        width: 8%;
        padding: 0;
        text-align: center; }
      .SpotBalance table th:last-of-type, .SpotBalance table td:last-of-type {
        width: 38%;
        padding-right: 6px;
        text-align: right; }

@media (max-width: 1295px) {
  .SpotBalance button {
    width: 73px;
    font-size: 12px;
    margin: 5px 1px; }
  .SpotBalance table thead th:last-of-type {
    padding-right: 150px; }
  .SpotBalance table td {
    font-size: 12px; }
    .SpotBalance table td:last-of-type {
      padding-right: 6px; } }
.CommonHistory h1 {
  font-size: 22px;
  margin: 0 0 10px 0; }

.CommonHistory a {
  color: #000000;
  text-decoration: none; }

.CommonHistory section > div:nth-child(1) {
  display: flex;
  justify-content: space-between; }

.CommonHistory section > div:nth-child(2) .CalendarMenuRight {
  width: calc(100% - 125px); }

.CommonHistory .SpotTradeHistory > div .Dropdown {
  margin: 0;
  height: 27px; }
  .CommonHistory .SpotTradeHistory > div .Dropdown .ScrollWrapper {
    height: 300px;
    background-color: #f3f3f3; }
  .CommonHistory .SpotTradeHistory > div .Dropdown .ItemList {
    height: 300px;
    overflow: auto; }
    .CommonHistory .SpotTradeHistory > div .Dropdown .ItemList button {
      height: 28px; }

.CommonHistory .CommonHistoryTitle {
  margin-bottom: 30px; }

.CommonHistory .TradeHistory th, .CommonHistory .TradeHistory td {
  letter-spacing: 0; }
  .CommonHistory .TradeHistory th:nth-child(1), .CommonHistory .TradeHistory td:nth-child(1) {
    width: 12%; }
  .CommonHistory .TradeHistory th:nth-child(2), .CommonHistory .TradeHistory td:nth-child(2) {
    width: 8%; }
  .CommonHistory .TradeHistory th:nth-child(3), .CommonHistory .TradeHistory td:nth-child(3) {
    width: 6%; }
  .CommonHistory .TradeHistory th:nth-child(4), .CommonHistory .TradeHistory td:nth-child(4) {
    width: 17%; }
  .CommonHistory .TradeHistory th:nth-child(5), .CommonHistory .TradeHistory td:nth-child(5) {
    width: 11%; }
  .CommonHistory .TradeHistory th:nth-child(6), .CommonHistory .TradeHistory td:nth-child(6) {
    width: 13%; }
  .CommonHistory .TradeHistory th:nth-child(7), .CommonHistory .TradeHistory td:nth-child(7) {
    width: 13%;
    text-align: right;
    padding-right: 1%; }
  .CommonHistory .TradeHistory th:nth-child(8), .CommonHistory .TradeHistory td:nth-child(8) {
    width: 10%; }
  .CommonHistory .TradeHistory th:nth-child(9), .CommonHistory .TradeHistory td:nth-child(9) {
    width: 10%; }
  .CommonHistory .TradeHistory th button, .CommonHistory .TradeHistory td button {
    border: none;
    background: transparent;
    color: #4E97A1;
    font-size: 13px; }
    .CommonHistory .TradeHistory th button:hover, .CommonHistory .TradeHistory td button:hover {
      color: #1A687A; }

.CommonHistory .TradeHistory th:nth-child(4), .CommonHistory .TradeHistory th:nth-child(5), .CommonHistory .TradeHistory th:nth-child(6), .CommonHistory .TradeHistory th:nth-child(7), .CommonHistory .TradeHistory th:nth-child(8) {
  text-align: right;
  padding-right: 20px; }

.CommonHistory .TradeHistory td:nth-child(4), .CommonHistory .TradeHistory td:nth-child(5), .CommonHistory .TradeHistory td:nth-child(6), .CommonHistory .TradeHistory td:nth-child(7), .CommonHistory .TradeHistory td:nth-child(8) {
  text-align: right;
  padding-right: 16px; }

.CommonHistory .TradeHistory tbody div {
  height: 20px; }

.CommonHistory .HistoryDetail.Disable {
  display: none; }

.CommonHistory .HistoryDetail {
  display: inline-block;
  position: absolute;
  top: 244px;
  right: 7%;
  border: 1px solid #4E97A1;
  width: 461px;
  height: 306px; }
  .CommonHistory .HistoryDetail div {
    background: #4E97A1;
    border: none;
    display: inline-block;
    height: 25px;
    font-size: 13px;
    text-align: center; }
    .CommonHistory .HistoryDetail div h3 {
      font-size: 13px;
      color: #ffffff;
      margin: 0;
      padding-top: 5px; }
    .CommonHistory .HistoryDetail div:nth-child(1) {
      width: calc(100% - 30px); }
      .CommonHistory .HistoryDetail div:nth-child(1) h3 {
        margin-left: 40px;
        padding-right: 5px; }
    .CommonHistory .HistoryDetail div:nth-child(2) {
      cursor: pointer;
      width: 30px; }
      .CommonHistory .HistoryDetail div:nth-child(2) h3 {
        text-align: right;
        padding-right: 9px; }
  .CommonHistory .HistoryDetail table {
    height: 280px;
    border: none; }
    .CommonHistory .HistoryDetail table thead tr:first-of-type {
      background: #ECECEC; }
    .CommonHistory .HistoryDetail table tbody {
      height: calc(100% - 35px);
      background: #ECECEC; }
    .CommonHistory .HistoryDetail table th, .CommonHistory .HistoryDetail table td {
      font-size: 12px;
      color: #363636;
      height: 25px; }
      .CommonHistory .HistoryDetail table th:nth-child(1), .CommonHistory .HistoryDetail table th:nth-child(2), .CommonHistory .HistoryDetail table td:nth-child(1), .CommonHistory .HistoryDetail table td:nth-child(2) {
        width: 32%;
        text-align: right;
        padding-right: 20px; }
      .CommonHistory .HistoryDetail table th:nth-child(3), .CommonHistory .HistoryDetail table td:nth-child(3) {
        width: 36%;
        text-align: right;
        padding-right: 20px; }
    .CommonHistory .HistoryDetail table tr:nth-child(even) {
      background: #ECECEC; }
    .CommonHistory .HistoryDetail table tr:nth-child(odd) {
      background: #ffffff; }

.CommonHistoryList > td {
  letter-spacing: 0; }

@media (max-width: 1254px) {
  .CommonHistory .HistoryDetail {
    right: 4%; } }
.Account > .Contents {
  background-color: #f3f3f3; }

.Mining {
  width: 100%;
  height: 100%;
  padding-bottom: 50px; }
  .Mining p {
    margin: 0; }
  .Mining h1 {
    font-size: 22px;
    color: #27343c;
    margin-bottom: 16px; }
  .Mining h3 {
    font-size: 16px;
    display: inline;
    letter-spacing: -0.4px;
    color: #27343c; }
  .Mining sub {
    bottom: 0;
    font-size: 12.5px;
    margin-left: 20px;
    opacity: 0.5; }
  .Mining output {
    font-size: 24px;
    padding: 0;
    color: #27343c; }
  .Mining em {
    font-size: 16px;
    font-style: normal; }
  .Mining .Title {
    height: 35px;
    border-bottom: solid 1px #d8d8d8; }
  .Mining .SubTitle {
    font-size: 14px;
    color: #27343c;
    margin-bottom: 30px; }
  .Mining .Wrapper {
    background-color: #ffffff;
    padding: 20px 0 0;
    margin-bottom: 20px;
    color: #27343c; }
    .Mining .Wrapper > div {
      padding: 0 20px; }
    .Mining .Wrapper .Body {
      display: flex; }
      .Mining .Wrapper .Body .Detail {
        flex-basis: 0;
        flex-grow: 1; }
  .Mining .RightAlign {
    text-align: right; }
  .Mining .AirdropSummary {
    height: 393px; }
    .Mining .AirdropSummary .Body {
      display: flex; }
      .Mining .AirdropSummary .Body > div:nth-child(1) {
        border-right: solid 1px #d8d8d8; }
    .Mining .AirdropSummary .Previous {
      padding-right: 20px; }
    .Mining .AirdropSummary .Today {
      padding-left: 20px; }
    .Mining .AirdropSummary .Fix {
      font-size: 13px;
      color: #ffffff;
      background: #27343c; }
    .Mining .AirdropSummary .Pre {
      font-size: 13px;
      color: #27343c;
      background: #ffffff;
      border: solid 1px #27343c; }
    .Mining .AirdropSummary .Detail {
      padding-top: 24px;
      padding-bottom: 20px;
      position: relative; }
      .Mining .AirdropSummary .Detail > div:nth-child(1) {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px; }
        .Mining .AirdropSummary .Detail > div:nth-child(1) p {
          color: #27343c;
          font-size: 14px; }
          .Mining .AirdropSummary .Detail > div:nth-child(1) p:nth-child(1) {
            flex-basis: 20%; }
          .Mining .AirdropSummary .Detail > div:nth-child(1) p:nth-child(2) {
            flex-basis: 60%;
            text-align: center; }
        .Mining .AirdropSummary .Detail > div:nth-child(1) > div {
          display: flex;
          justify-content: flex-end;
          flex-basis: 20%; }
          .Mining .AirdropSummary .Detail > div:nth-child(1) > div div {
            text-align: center;
            padding: 4px;
            width: 56px;
            height: 24px;
            border-radius: 2px; }
      .Mining .AirdropSummary .Detail > div:nth-child(2) {
        margin-bottom: 30px;
        text-align: center; }
        .Mining .AirdropSummary .Detail > div:nth-child(2) output {
          font-size: 24px;
          color: #27343c; }
      .Mining .AirdropSummary .Detail > div:last-of-type {
        display: flex;
        flex-wrap: wrap; }
      .Mining .AirdropSummary .Detail .ByCoin > div {
        flex-basis: 0;
        flex-grow: 1;
        border-radius: 4px;
        position: relative;
        flex-basis: 49%;
        height: 88px;
        padding: 20px 15px 20px 55px;
        background-color: #F7F7F7;
        margin: 0 5px 5px 0;
        border-left: solid 4px #f8c907; }
        .Mining .AirdropSummary .Detail .ByCoin > div span {
          position: absolute;
          top: 15px;
          left: 15px; }
        .Mining .AirdropSummary .Detail .ByCoin > div p {
          text-align: left;
          margin-bottom: 18px;
          letter-spacing: -0.4px; }
          .Mining .AirdropSummary .Detail .ByCoin > div p:nth-child(2) {
            font-size: 14px; }
          .Mining .AirdropSummary .Detail .ByCoin > div p:nth-child(3) {
            font-size: 16px; }
        .Mining .AirdropSummary .Detail .ByCoin > div:nth-child(even) {
          margin-right: 0; }
  .Mining .MiningSummary .Body {
    padding: 0; }
  .Mining .MiningSummary .Detail {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center; }
    .Mining .MiningSummary .Detail > div:nth-child(1) {
      flex-basis: 20%; }
    .Mining .MiningSummary .Detail > div:nth-child(2) {
      flex-basis: 40%;
      padding: 65px 0;
      border-left: solid 1px #d8d8d8;
      border-right: solid 1px #d8d8d8; }
    .Mining .MiningSummary .Detail > div:nth-child(3) {
      flex-basis: 40%; }
    .Mining .MiningSummary .Detail p {
      font-size: 14px;
      margin-bottom: 12px; }
  .Mining .MiningSummary .Nxz em {
    color: #e6b121;
    font-size: 24px; }
  .Mining .MyHoldingSummary {
    min-height: 155px; }
    .Mining .MyHoldingSummary .Nxy {
      color: #01bcb5; }
    .Mining .MyHoldingSummary .Nxz {
      color: #f8c907; }
  .Mining .MyHoldingSummary output, .Mining .PreMiningStatus output {
    margin-top: 10px; }
  .Mining .MyHoldingSummary .Body > div:nth-child(1), .Mining .PreMiningStatus .Body > div:nth-child(1) {
    border-right: solid 1px #d8d8d8; }
  .Mining .MyHoldingSummary .Detail, .Mining .PreMiningStatus .Detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    height: 110px;
    flex-direction: column; }
  .Mining .MiningDashBoard {
    padding-top: 10px;
    height: 662px; }
    .Mining .MiningDashBoard .HistoryNavigation {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: solid 1px #d8d8d8; }
      .Mining .MiningDashBoard .HistoryNavigation .Tab {
        border: none;
        width: 100%;
        padding-top: 10px;
        height: 100%; }
        .Mining .MiningDashBoard .HistoryNavigation .Tab > button {
          padding-bottom: 19px;
          border: none;
          color: #27343c;
          font-size: 15px; }
          .Mining .MiningDashBoard .HistoryNavigation .Tab > button:first-of-type {
            margin-right: 40px; }
        .Mining .MiningDashBoard .HistoryNavigation .Tab .Active {
          color: #01bcb5;
          border-bottom: solid 3px #01bcb5; }
      .Mining .MiningDashBoard .HistoryNavigation > .Search {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 8px;
        position: relative; }
        .Mining .MiningDashBoard .HistoryNavigation > .Search span {
          position: absolute;
          top: 10px;
          left: 110px;
          height: 11px;
          z-index: 1;
          border-left: solid 1px #CCCCCC; }
        .Mining .MiningDashBoard .HistoryNavigation > .Search .CustomInput {
          background-color: #ffffff;
          color: #27343c;
          height: 32px;
          width: 110px; }
        .Mining .MiningDashBoard .HistoryNavigation > .Search > div:first-of-type .react-datepicker__input-container > button {
          border-right: none; }
        .Mining .MiningDashBoard .HistoryNavigation > .Search > div:last-of-type .react-datepicker__input-container > button {
          border-left: none; }
        .Mining .MiningDashBoard .HistoryNavigation > .Search > button {
          margin-left: 10px;
          width: 110px;
          height: 32px;
          border: none;
          border-radius: 2px;
          background-color: #01bcb5;
          color: #ffffff; }
    .Mining .MiningDashBoard .MinimumAirdropGuide {
      height: 50px;
      padding: 18px;
      color: rgba(39, 52, 60, 0.5); }
      .Mining .MiningDashBoard .MinimumAirdropGuide a {
        text-decoration: underline;
        opacity: 0.9; }
    .Mining .MiningDashBoard .HistoryTable {
      height: calc(100% - 51px);
      padding: 0; }
      .Mining .MiningDashBoard .HistoryTable > .Body {
        display: block; }
      .Mining .MiningDashBoard .HistoryTable .Title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 50px;
        background: #f9f9f9;
        padding: 10px 20px 0; }
        .Mining .MiningDashBoard .HistoryTable .Title p {
          color: #27343c;
          font-size: 13px; }
      .Mining .MiningDashBoard .HistoryTable .Body {
        display: block;
        padding: 0;
        height: calc(100% - 51px);
        overflow: auto;
        border-bottom: solid 1px #d8d8d8; }
      .Mining .MiningDashBoard .HistoryTable .Row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
        height: 55px; }
        .Mining .MiningDashBoard .HistoryTable .Row p {
          font-size: 14px; }
        .Mining .MiningDashBoard .HistoryTable .Row:not(:last-of-type) {
          border-bottom: solid 1px #d8d8d8; }
      .Mining .MiningDashBoard .HistoryTable .Row.Gray {
        background-color: #fafafa; }
      .Mining .MiningDashBoard .HistoryTable.Scroll .Title {
        padding-right: 31px; }
      .Mining .MiningDashBoard .HistoryTable.Scroll .Body {
        margin-right: 4px; }
.AirdropHistory .Title p:nth-child(1), .AirdropHistory .Row p:nth-child(1) {
  flex-basis: 17%; }

.AirdropHistory .Title p:nth-child(2), .AirdropHistory .Row p:nth-child(2) {
  flex-basis: 10%; }

.AirdropHistory .Title p:nth-child(3), .AirdropHistory .Row p:nth-child(3) {
  flex-basis: 11%; }

.AirdropHistory .Title p:nth-child(4), .AirdropHistory .Row p:nth-child(4) {
  padding-right: 2.5%;
  flex-basis: 20%; }

.AirdropHistory .Title p:nth-child(5), .AirdropHistory .Row p:nth-child(5) {
  flex-basis: 13%;
  padding-left: 20px;
  text-align: center; }

.AirdropHistory .Title p:nth-child(6), .AirdropHistory .Row p:nth-child(6) {
  flex-basis: 9%;
  padding-left: 2%; }

.AirdropHistory .Title p:nth-child(7), .AirdropHistory .Row p:nth-child(7) {
  flex-basis: 20%; }
.MiningHistory .Title p:nth-child(1) {
  flex-basis: 18%; }

.MiningHistory .Title p:nth-child(2) {
  flex-basis: 13%; }

.MiningHistory .Title p:nth-child(3) {
  flex-basis: 7%; }

.MiningHistory .Title p:nth-child(4) {
  flex-basis: 21%; }

.MiningHistory .Title p:nth-child(5) {
  flex-basis: 15%;
  padding-left: 30px;
  text-align: center; }

.MiningHistory .Title p:nth-child(6) {
  flex-basis: 17%;
  padding-right: 3.5%; }

.MiningHistory .Title p:nth-child(7) {
  flex-basis: 7%; }

.MiningHistory .Row p:nth-child(1) {
  flex-basis: 18%; }

.MiningHistory .Row p:nth-child(2) {
  flex-basis: 13%; }

.MiningHistory .Row p:nth-child(3) {
  flex-basis: 7%; }

.MiningHistory .Row p:nth-child(4) {
  flex-basis: 21%; }

.MiningHistory .Row p:nth-child(5) {
  flex-basis: 15%;
  padding-left: 30px;
  text-align: center; }

.MiningHistory .Row p:nth-child(6) {
  flex-basis: 17%;
  padding-right: 3.5%; }

.MiningHistory .Row p:nth-child(7) {
  flex-basis: 7%; }
.Pagination {
  margin: 30px 0;
  text-align: center;
  font-size: 13px; }
  .Pagination button {
    width: 35px;
    height: 35px;
    border-radius: 3px;
    color: #b6b7bc;
    margin: 0 4px;
    padding: 0; }
    .Pagination button:hover {
      color: #4d4f5c; }
  .Pagination .Quick {
    color: #808495; }
  .Pagination .isActive {
    color: #4d4f5c; }
  .Pagination .Disable:hover {
    color: #808495; }
.EventAirdrop .EventAirdropTitle {
  margin-bottom: 30px; }
  .EventAirdrop .EventAirdropTitle h1 {
    margin: 0 0 10px 0;
    font-size: 22px; }
  .EventAirdrop .EventAirdropTitle p {
    margin: 0;
    color: #848484; }

.EventAirdrop .CalendarMenuRight {
  width: 100%; }

.EventAirdrop .EventAirdropHistory {
  height: 546px; }
  .EventAirdrop .EventAirdropHistory tbody {
    height: 510px; }
    .EventAirdrop .EventAirdropHistory tbody tr {
      height: 34px; }
      .EventAirdrop .EventAirdropHistory tbody tr:nth-child(even) {
        background-color: #f3f3f3; }
      .EventAirdrop .EventAirdropHistory tbody tr:nth-child(odd) {
        background-color: #E6E6E6; }
  .EventAirdrop .EventAirdropHistory th {
    font-size: 13px; }
  .EventAirdrop .EventAirdropHistory td {
    color: #343434; }
  .EventAirdrop .EventAirdropHistory th, .EventAirdrop .EventAirdropHistory td {
    width: 25%; }
    .EventAirdrop .EventAirdropHistory th:last-of-type, .EventAirdrop .EventAirdropHistory td:last-of-type {
      text-align: right;
      padding-right: 8%; }
.Verification h3, .Verification h5 {
  color: #273136; }

.Verification h3 {
  font-size: 20px; }

.Verification h4 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 8px;
  color: #587173; }

.Verification h5 {
  font-size: 16px;
  margin-bottom: 40px; }

.Verification p {
  font-size: 14px;
  color: #587173; }

.Verification .Loader {
  position: fixed; }
  .Verification .Loader > div {
    top: 35%; }

.Verification .Uploading {
  position: fixed;
  display: block;
  top: calc(50% - 136px);
  left: calc(50% - 153px);
  text-align: center;
  z-index: 31; }
  .Verification .Uploading h4 {
    color: white;
    font-size: 24px; }

.Verification .DefaultBox {
  width: 100%;
  background-color: #f8f8f8;
  margin-bottom: 1px;
  display: flex;
  padding: 37px 33px; }

.Verification .LeftNavigation {
  flex-basis: 240px;
  border-right: solid 1px #a0a0a0;
  display: flex;
  flex-shrink: 0; }
  .Verification .LeftNavigation > div:nth-child(2) {
    margin: 10px 0 10px 18px; }
  .Verification .LeftNavigation .IsFailed {
    color: #f54545; }

.Verification .VerificationInfomation {
  flex-basis: calc(100% - 240px); }

.Verification .IsEmailVerificating h4, .Verification .IsOtpVerificating h4, .Verification .IsKycVerificating h4 {
  color: #273136; }

.Verification .DefaultBox.KycVerified, .Verification .DefaultBox.OtpVerified, .Verification .DefaultBox.EmailVerified {
  background-color: #f8f8f8; }
  .Verification .DefaultBox.KycVerified h4, .Verification .DefaultBox.KycVerified p, .Verification .DefaultBox.OtpVerified h4, .Verification .DefaultBox.OtpVerified p, .Verification .DefaultBox.EmailVerified h4, .Verification .DefaultBox.EmailVerified p {
    color: #273136; }

.Verification .IsEmailVerificating {
  background-color: #ffffff;
  margin-bottom: 15px; }

.Verification .IsOtpVerificating {
  background-color: #ffffff; }

.Verification .IsKycVerificating {
  background-color: #ffffff;
  margin-bottom: 0;
  height: 100%; }

.Verification .VerificationNavCircle, .Verification .VerificationFail {
  margin: 20px 0; }

.Verification .DisableOtp {
  display: inline-block;
  height: 238px; }
  .Verification .DisableOtp div {
    margin: 60px auto 0;
    font-size: 16px; }
    .Verification .DisableOtp div p {
      display: inline-block; }
  .Verification .DisableOtp form > input {
    width: 350px;
    height: 43px;
    margin-top: 35px;
    margin-right: 13px;
    padding-left: 11px;
    background-color: #DCDCDC;
    border: none; }
  .Verification .DisableOtp form > button {
    width: 136px;
    height: 41px;
    color: #F0F2F4;
    background-color: #4E97A1;
    border: none; }
  .Verification .DisableOtp form > button {
    font-size: 13px; }
  .Verification .DisableOtp .ExclamationMark {
    width: 33px;
    height: 33px;
    border-radius: 45px;
    padding: 8px 12.5px;
    text-align: center;
    font-size: 20px;
    z-index: 1;
    display: inline-block;
    margin-top: 0;
    margin-right: 13px;
    width: 25px;
    height: 25px;
    border-radius: 45px;
    padding: 2.5px 1px;
    text-align: center;
    font-size: 18px;
    z-index: 1;
    background: #E96969;
    color: #FFFFFF; }
.CheckVerficationWrapper {
  width: 12px;
  margin-left: 17px; }
  .CheckVerficationWrapper .CheckVerification {
    fill: #01BCB5; }
.VerificationFail {
  width: 25px; }
  .VerificationFail .VerificationNavCircle1 {
    fill-rule: evenodd;
    clip-rule: evenodd; }
  .VerificationFail .VerificationNavCircle2 {
    fill-rule: evenodd;
    clip-rule: evenodd; }
.VerificationSuccessWrapper {
  width: 26px;
  height: 100%; }
  .VerificationSuccessWrapper .VerificationSuccess {
    fill: #01BCB5; }
.VerifyEmail {
  display: flex;
  margin-left: 30px; }
  .VerifyEmail .IsEmailVerificating {
    background-color: #ffffff;
    margin-bottom: 15px; }
  .VerifyEmail p {
    color: #273136; }
  .VerifyEmail input {
    width: 322px;
    height: 40px;
    padding: 0 15px;
    color: #273136; }
  .VerifyEmail button {
    margin-left: 10px;
    width: 191px;
    height: 40px;
    background-color: #01bcb5;
    color: #ffffff; }
  .VerifyEmail b {
    color: #01bcb5;
    font-size: 24px; }
  .VerifyEmail > div > div {
    margin-top: 28px; }

.EmailVerified h4 {
  color: #273136; }
.AppStore {
  width: 100px; }
  .AppStore svg {
    width: 100px;
    height: 30px; }
  .AppStore .AS_st0 {
    fill-rule: evenodd;
    clip-rule: evenodd; }
  .AppStore .AS_st1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #FFFFFF; }
  .AppStore .AS_st2 {
    fill: #FFFFFF; }
.GoogleStore svg {
  width: 100px;
  height: 30px; }

.GoogleStore .GS_st0 {
  fill-rule: evenodd;
  clip-rule: evenodd; }

.GoogleStore .GS_st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: url(#SVGID_1_); }

.GoogleStore .GS_st2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: url(#SVGID_2_); }

.GoogleStore .GS_st3 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: url(#SVGID_3_); }

.GoogleStore .GS_st4 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: url(#SVGID_4_); }

.GoogleStore .GS_st5 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FFFFFF; }
.DefaultBox.OtpVerified h4 {
  color: #273136; }

.DefaultBox.IsOtpVerificating {
  margin-bottom: 15px; }

.VerifyOtp {
  margin-left: 32px;
  width: calc(100% - 272px); }
  .VerifyOtp .TopNotice {
    display: flex;
    flex-wrap: wrap; }
    .VerifyOtp .TopNotice > div:nth-child(1) {
      flex-basis: 460px; }
      .VerifyOtp .TopNotice > div:nth-child(1) span {
        color: #273136;
        line-height: 20px; }
  .VerifyOtp > p {
    line-height: 20px;
    color: #273136;
    padding: 13px 0;
    margin: 0; }
  .VerifyOtp .StepBox {
    flex-basis: calc(100% - 460px);
    padding: 10px 0 10px 23px; }
    .VerifyOtp .StepBox hr {
      margin: 0;
      position: relative;
      width: 80px;
      top: -11px;
      border: solid #ececec 1px; }
    .VerifyOtp .StepBox > div {
      width: 20px;
      height: 20px;
      border: solid 1px #ececec;
      border-radius: 10px;
      background-color: #ececec;
      color: #a0a0a0;
      display: inline-block;
      margin-right: 20px;
      padding: 2px 4.5px;
      z-index: 1;
      position: relative; }
      .VerifyOtp .StepBox > div:last-of-type {
        margin-right: 0; }
    .VerifyOtp .StepBox .isProcessing {
      border: solid 1px #587173;
      background-color: #587173;
      color: #ffffff; }
  .VerifyOtp .StepOne {
    margin-top: 4px;
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .VerifyOtp .StepOne > div:nth-child(1) {
      flex-basis: 433px; }
    .VerifyOtp .StepOne > div:nth-child(2) {
      flex-basis: calc(100% - 436px);
      position: relative;
      top: -23px;
      right: -25px; }
    .VerifyOtp .StepOne > div:nth-child(3) {
      display: flex;
      flex-basis: 100%; }
      .VerifyOtp .StepOne > div:nth-child(3) img {
        width: 100px;
        height: 30px; }
      .VerifyOtp .StepOne > div:nth-child(3) > p {
        font-size: 12px;
        flex-basis: 372px; }
      .VerifyOtp .StepOne > div:nth-child(3) > img {
        margin-left: 5px;
        flex-basis: 100px;
        position: relative;
        top: -10px;
        border-radius: 10px;
        cursor: pointer; }
    .VerifyOtp .StepOne button {
      margin-top: 18px;
      margin-bottom: 46px; }
    .VerifyOtp .StepOne .AppStore {
      cursor: pointer; }
    .VerifyOtp .StepOne .GoogleStore {
      cursor: pointer;
      margin-left: 8px; }
  .VerifyOtp .StepTwo {
    margin-top: 4px;
    width: 100%; }
    .VerifyOtp .StepTwo em {
      font-style: normal;
      color: #f44109; }
    .VerifyOtp .StepTwo > p:nth-child(2) {
      line-height: 20px;
      margin-bottom: 5px; }
    .VerifyOtp .StepTwo .OtpInfo {
      display: flex;
      flex-wrap: wrap;
      margin-top: 16px; }
      .VerifyOtp .StepTwo .OtpInfo > div:nth-child(1) {
        border: solid 1px #587173;
        height: 40px;
        width: 322px;
        margin-right: 10px;
        padding: 12px 0;
        color: #273136;
        text-align: center; }
      .VerifyOtp .StepTwo .OtpInfo > div:nth-child(2) {
        width: 263px;
        letter-spacing: -0.6px; }
        .VerifyOtp .StepTwo .OtpInfo > div:nth-child(2) em {
          display: inline-block;
          margin: 3px 0 2px 10px; }
          .VerifyOtp .StepTwo .OtpInfo > div:nth-child(2) em:last-of-type {
            margin-left: 26.5px; }
      .VerifyOtp .StepTwo .OtpInfo span {
        line-height: 40px;
        color: #587173; }
    .VerifyOtp .StepTwo button {
      margin-top: 9px; }
  .VerifyOtp .StepThird {
    margin-top: 4px;
    width: 100%; }
    .VerifyOtp .StepThird input {
      width: 343px;
      height: 40px;
      display: block;
      margin: 23px 0;
      padding: 7px 12px;
      color: #273136; }
    .VerifyOtp .StepThird button {
      width: 170px; }
  .VerifyOtp .PrevButton {
    background-color: transparent;
    color: #a0a0a0;
    border: solid 1px #a0a0a0;
    width: 120px;
    height: 40px;
    margin-right: 12px; }
  .VerifyOtp .NextButton {
    background-color: #01bcb5;
    color: #ffffff;
    border: none;
    width: 120px;
    height: 40px; }
.VerificationNavCircle {
  width: 25px; }
  .VerificationNavCircle .VerificationNavCircle1 {
    fill-rule: evenodd;
    clip-rule: evenodd; }
  .VerificationNavCircle .VerificationNavCircle2 {
    fill-rule: evenodd;
    clip-rule: evenodd; }
.KycForm .Section {
  width: 100%;
  background: #ffffff;
  padding: 40px 50px 50px 33px; }
  .KycForm .Section input {
    padding: 0 7px; }
    .KycForm .Section input:focus {
      outline-color: black;
      outline-style: solid;
      outline-width: thin; }
  .KycForm .Section.Step03 {
    display: flex;
    flex-wrap: wrap;
    text-align: left; }
    .KycForm .Section.Step03 a:hover {
      text-decoration: none; }
    .KycForm .Section.Step03 p {
      margin-bottom: 0; }
    .KycForm .Section.Step03 .AreaContents {
      margin-top: 24px; }
      .KycForm .Section.Step03 .AreaContents .WrapForm {
        margin-bottom: 30px; }
        .KycForm .Section.Step03 .AreaContents .WrapForm .CustomInputFile {
          position: relative;
          display: inline-block;
          vertical-align: middle; }
          .KycForm .Section.Step03 .AreaContents .WrapForm .CustomInputFile label {
            position: relative;
            width: 100%;
            height: 40px;
            font-weight: 500;
            font-size: 14px;
            color: #ffffff;
            text-align: center;
            line-height: 38px;
            border: 0;
            border-radius: 0;
            background: transparent;
            z-index: 1; }
            .KycForm .Section.Step03 .AreaContents .WrapForm .CustomInputFile label.Mint {
              background: #01bcb5; }
            .KycForm .Section.Step03 .AreaContents .WrapForm .CustomInputFile label:hover {
              cursor: pointer; }
          .KycForm .Section.Step03 .AreaContents .WrapForm .CustomInputFile input[type="file"] {
            position: absolute;
            margin-left: 75px;
            margin-top: 9px;
            font-size: 14px;
            text-indent: -9999px;
            color: #273136;
            font-weight: bold; }
            .KycForm .Section.Step03 .AreaContents .WrapForm .CustomInputFile input[type="file"]:focus {
              outline: 0; }
            .KycForm .Section.Step03 .AreaContents .WrapForm .CustomInputFile input[type="file"]:hover {
              cursor: pointer; }
        .KycForm .Section.Step03 .AreaContents .WrapForm .Title {
          position: relative;
          height: 30px;
          font-size: 20px;
          font-weight: bold;
          line-height: 1;
          color: #273136;
          border-bottom: 1px solid #E6E6E6; }
          .KycForm .Section.Step03 .AreaContents .WrapForm .Title .TxtCaution {
            position: absolute;
            right: 0;
            bottom: 10px;
            font-weight: 400;
            font-size: 14px;
            color: #F54545; }
        .KycForm .Section.Step03 .AreaContents .WrapForm .Table {
          padding: 10px 0; }
          .KycForm .Section.Step03 .AreaContents .WrapForm .Table table {
            width: 100%;
            table-layout: fixed; }
            .KycForm .Section.Step03 .AreaContents .WrapForm .Table table caption {
              width: 0;
              height: 0;
              padding: 0;
              font-size: 0;
              overflow: hidden;
              visibility: hidden;
              line-height: 0;
              text-indent: -100000px; }
            .KycForm .Section.Step03 .AreaContents .WrapForm .Table table tbody {
              display: table-row-group;
              overflow: inherit;
              overflow-x: inherit; }
              .KycForm .Section.Step03 .AreaContents .WrapForm .Table table tbody tr {
                display: table-row; }
                .KycForm .Section.Step03 .AreaContents .WrapForm .Table table tbody tr th {
                  font-weight: 500;
                  font-size: 14px;
                  letter-spacing: -0.5px;
                  color: #273136; }
          .KycForm .Section.Step03 .AreaContents .WrapForm .Table.TextAlignTop table tbody tr th {
            padding: 10px 0;
            vertical-align: top; }
            .KycForm .Section.Step03 .AreaContents .WrapForm .Table.TextAlignTop table tbody tr th span {
              display: flex;
              flex-wrap: wrap;
              align-items: center;
              height: 40px;
              line-height: 16px; }
          .KycForm .Section.Step03 .AreaContents .WrapForm .Table table tbody tr td {
            padding: 10px; }
        .KycForm .Section.Step03 .AreaContents .WrapForm .IconNecessary {
          position: relative;
          display: inline-block;
          font-size: 0; }
          .KycForm .Section.Step03 .AreaContents .WrapForm .IconNecessary:before {
            display: inline-block;
            font-size: 16px;
            color: #F54545;
            content: '*'; }
        .KycForm .Section.Step03 .AreaContents .WrapForm input[type="radio"] {
          width: 19px;
          height: 19px;
          margin: 0;
          vertical-align: middle; }
          .KycForm .Section.Step03 .AreaContents .WrapForm input[type="radio"] + label {
            margin: 0 20px 0 5px;
            vertical-align: middle; }
        .KycForm .Section.Step03 .AreaContents .WrapForm input[type="text"], .KycForm .Section.Step03 .AreaContents .WrapForm input[type="password"] {
          height: 36px;
          font-size: 14px;
          color: #273136;
          text-indent: 5px;
          border: 1px solid #E6E6E6;
          vertical-align: middle;
          margin-right: 5px; }
        .KycForm .Section.Step03 .AreaContents .WrapForm input + input {
          margin-left: 5px; }
        .KycForm .Section.Step03 .AreaContents .WrapForm label {
          display: inline-block;
          margin: 0 15px 0 0;
          font-size: 14px;
          color: #A0A0A0; }
          .KycForm .Section.Step03 .AreaContents .WrapForm label input {
            margin: 0 5px 0 0; }
        .KycForm .Section.Step03 .AreaContents .WrapForm .RadioLabel {
          position: relative;
          height: 20px;
          margin: 0 40px 0 0;
          line-height: 20px;
          padding-left: 35px; }
          .KycForm .Section.Step03 .AreaContents .WrapForm .RadioLabel input[type="radio"] {
            position: absolute;
            left: 0;
            top: 0;
            margin-right: 5px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
            .KycForm .Section.Step03 .AreaContents .WrapForm .RadioLabel input[type="radio"]:focus {
              outline: 0; }
            .KycForm .Section.Step03 .AreaContents .WrapForm .RadioLabel input[type="radio"]:checked:after {
              display: block;
              position: absolute;
              left: 4px;
              top: 4px;
              width: 12px;
              height: 12px;
              background: #273136;
              border: 0;
              border-radius: 100%;
              content: ''; }
          .KycForm .Section.Step03 .AreaContents .WrapForm .RadioLabel:before {
            display: inline-block;
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            background: #ffffff;
            border: 1px solid #273136;
            border-radius: 100%;
            content: ''; }
        .KycForm .Section.Step03 .AreaContents .WrapForm .AreaInfo {
          min-width: 392px;
          margin: 55px 0 20px;
          font-size: 14px;
          color: #A0A0A0; }
          .KycForm .Section.Step03 .AreaContents .WrapForm .AreaInfo ul {
            margin: 0;
            padding: 0;
            list-style: none; }
            .KycForm .Section.Step03 .AreaContents .WrapForm .AreaInfo ul li {
              margin: 0;
              padding: 0;
              list-style: none; }
          .KycForm .Section.Step03 .AreaContents .WrapForm .AreaInfo p, .KycForm .Section.Step03 .AreaContents .WrapForm .AreaInfo li {
            font-weight: 400;
            line-height: 19px;
            color: #A0A0A0; }
        .KycForm .Section.Step03 .AreaContents .WrapForm .AreaMargin {
          margin-top: 20px; }
        .KycForm .Section.Step03 .AreaContents .WrapForm .AreaGrayBox {
          display: inline-block;
          height: 100%; }
          .KycForm .Section.Step03 .AreaContents .WrapForm .AreaGrayBox img {
            width: 280px; }
        .KycForm .Section.Step03 .AreaContents .WrapForm .AreaInfo .DashList li {
          position: relative;
          padding-left: 10px; }
          .KycForm .Section.Step03 .AreaContents .WrapForm .AreaInfo .DashList li:before {
            display: block;
            position: absolute;
            left: 0;
            top: 8px;
            width: 5px;
            height: 1px;
            background: #A0A0A0;
            content: ''; }
        .KycForm .Section.Step03 .AreaContents .WrapForm .ColXs {
          width: 90px; }
        .KycForm .Section.Step03 .AreaContents .WrapForm .ColSm {
          width: 140px; }
        .KycForm .Section.Step03 .AreaContents .WrapForm .ColMd {
          width: 240px; }
        .KycForm .Section.Step03 .AreaContents .WrapForm .ColLg {
          width: 338px; }
        .KycForm .Section.Step03 .AreaContents .WrapForm .ColXl {
          width: 454px; }
        .KycForm .Section.Step03 .AreaContents .WrapForm .ColAuto {
          width: auto; }
        .KycForm .Section.Step03 .AreaContents .WrapForm .CustomSelect.ColXs {
          height: 36px;
          vertical-align: middle;
          margin-right: 5px; }
          .KycForm .Section.Step03 .AreaContents .WrapForm .CustomSelect.ColXs .select-selected {
            line-height: 34px; }
    .KycForm .Section.Step03 .CustomSelect {
      display: inline-block;
      position: relative;
      height: 40px;
      vertical-align: middle; }
      .KycForm .Section.Step03 .CustomSelect select {
        display: none;
        /*hide original SELECT element:*/ }
    .KycForm .Section.Step03 .select-selected {
      background-color: #ffffff;
      color: #273136;
      padding: 0 11px;
      font-size: 14px;
      line-height: 38px;
      cursor: pointer;
      border: 1px solid #E6E6E6; }
      .KycForm .Section.Step03 .select-selected:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 3px 1px;
        border-color: #273136 transparent transparent transparent; }
      .KycForm .Section.Step03 .select-selected.select-arrow-active:after {
        border-style: solid;
        border-width: 1px 3px 8px;
        border-color: transparent transparent #273136 transparent;
        top: 12px; }
    .KycForm .Section.Step03 .select-items {
      position: absolute;
      background-color: #ffffff;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 99;
      color: #273136;
      border: 1px solid #273136; }
      .KycForm .Section.Step03 .select-items div {
        color: #273136;
        padding: 12px 11px 11px;
        cursor: pointer; }
    .KycForm .Section.Step03 .select-hide {
      display: none; }
    .KycForm .Section.Step03 .select-items div:hover {
      background-color: #EFF4F4; }
    .KycForm .Section.Step03 .ImportantTextLine {
      margin-bottom: 20px; }
    .KycForm .Section.Step03 .AreaCheckAgree {
      padding: 30px 0;
      border-top: 1px solid #E6E6E6;
      border-bottom: 1px solid #E6E6E6; }
      .KycForm .Section.Step03 .AreaCheckAgree .List {
        margin: 0; }
        .KycForm .Section.Step03 .AreaCheckAgree .List li {
          position: relative;
          padding-left: 38px;
          list-style: none;
          font-weight: 400;
          font-size: 14px;
          color: #273136;
          line-height: 17.5px; }
          .KycForm .Section.Step03 .AreaCheckAgree .List li + li {
            margin-top: 20px; }
          .KycForm .Section.Step03 .AreaCheckAgree .List li label .CheckBox {
            position: absolute;
            left: 0;
            top: 1px;
            width: 16px;
            height: 16px;
            margin: 0;
            border: 1px solid #273136;
            border-radius: 0;
            background: #ffffff;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            outline: none; }
            .KycForm .Section.Step03 .AreaCheckAgree .List li label .CheckBox:checked {
              background: #ffffff;
              outline: none; }
              .KycForm .Section.Step03 .AreaCheckAgree .List li label .CheckBox:checked::before {
                position: absolute;
                font: 13px/1 'Open Sans', sans-serif;
                left: 3px;
                top: 1px;
                content: '\2143';
                transform: rotate(40deg); }
          .KycForm .Section.Step03 .AreaCheckAgree .List li .AreaScrollBox {
            height: 100px;
            padding: 14px;
            line-height: 1.5;
            font-size: 12px;
            border-radius: 8px;
            background: #ECECEC; }
          .KycForm .Section.Step03 .AreaCheckAgree .List li .AreaScrollBox > div {
            height: 75px;
            overflow-y: auto; }
    .KycForm .Section.Step03 .AreaVerificationInfoList {
      margin: 30px 0; }
      .KycForm .Section.Step03 .AreaVerificationInfoList ul {
        margin: 0;
        padding: 0; }
        .KycForm .Section.Step03 .AreaVerificationInfoList ul li {
          font-weight: 400;
          font-size: 14px;
          color: #273136;
          line-height: 1.71;
          list-style: none; }
    .KycForm .Section.Step03 .BtnCenter {
      margin: 10px 0 0 0;
      text-align: center; }
      .KycForm .Section.Step03 .BtnCenter .Btn {
        display: inline-block;
        background: #01bcb5; }
        .KycForm .Section.Step03 .BtnCenter .Btn.BtnRequest {
          width: 382px;
          height: 40px;
          line-height: 38px;
          font-weight: 400;
          color: #ffffff;
          border: 0; }
      .KycForm .Section.Step03 .BtnCenter .DisableSubmit {
        background: #587173;
        cursor: not-allowed; }
    .KycForm .Section.Step03 ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-weight: 400;
      font-style: 14px;
      color: #A0A0A0; }
    .KycForm .Section.Step03 ::-moz-placeholder {
      /* Firefox 19+ */
      font-weight: 400;
      font-style: 14px;
      color: #A0A0A0; }
    .KycForm .Section.Step03 :-ms-input-placeholder {
      /* IE 10+ */
      font-weight: 400;
      font-style: 14px;
      color: #A0A0A0; }
    .KycForm .Section.Step03 :-moz-placeholder {
      /* Firefox 18- */
      font-weight: 400;
      font-style: 14px;
      color: #A0A0A0; }
  .KycForm .Section .same-as-selected {
    background-color: #EFF4F4; }
  .KycForm .Section .ColXs .Dropdown {
    background: transparent;
    border: 1px solid #E6E6E6;
    width: 90px;
    height: 36px; }
    .KycForm .Section .ColXs .Dropdown button {
      background: transparent;
      height: 100%;
      text-align: left;
      text-indent: 6px;
      font-size: 14px;
      color: #273136; }
    .KycForm .Section .ColXs .Dropdown .Arrow {
      top: 13px;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 7px solid #A0A0A0; }
    .KycForm .Section .ColXs .Dropdown .ScrollWrapper {
      height: 390px;
      background: #ffffff;
      position: relative;
      z-index: 2;
      padding-right: 3px;
      border: solid 1px #BFBFBF; }
    .KycForm .Section .ColXs .Dropdown .ItemList {
      height: 387px;
      position: relative;
      overflow: auto;
      background: #ffffff;
      z-index: 2;
      border: none; }
      .KycForm .Section .ColXs .Dropdown .ItemList button {
        height: 39px;
        text-indent: 12px; }
        .KycForm .Section .ColXs .Dropdown .ItemList button:hover {
          background-color: #EFF4F4;
          font-weight: unset; }
  .KycForm .Section .ColMd .Dropdown {
    background: transparent;
    border: 1px solid #E6E6E6;
    width: 241px;
    height: 40px; }
    .KycForm .Section .ColMd .Dropdown button {
      background: transparent;
      height: 100%;
      text-align: left;
      text-indent: 6px;
      font-size: 14px;
      color: #273136; }
    .KycForm .Section .ColMd .Dropdown .Arrow {
      top: 13px;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 7px solid #A0A0A0; }
    .KycForm .Section .ColMd .Dropdown .ScrollWrapper {
      height: 390px;
      background: #ffffff;
      position: relative;
      z-index: 2;
      padding-right: 3px;
      border: solid 1px #BFBFBF; }
    .KycForm .Section .ColMd .Dropdown .ItemList {
      height: 387px;
      position: relative;
      overflow: auto;
      background: #ffffff;
      z-index: 2;
      border: none; }
      .KycForm .Section .ColMd .Dropdown .ItemList button {
        height: 39px;
        text-indent: 12px; }
        .KycForm .Section .ColMd .Dropdown .ItemList button:hover {
          background-color: #EFF4F4;
          font-weight: unset; }
  .KycForm .Section .RowXs {
    margin-right: 10px; }
    .KycForm .Section .RowXs .Dropdown > .ScrollWrapper {
      height: 121px; }
      .KycForm .Section .RowXs .Dropdown > .ScrollWrapper .ItemList {
        height: 117px; }
  .KycForm .Section ::-webkit-scrollbar-thumb {
    background-color: #A0A0A0;
    border-radius: 10px; }
  .KycForm .Section .UploadFile01 {
    left: -400px;
    top: 42px; }
  .KycForm .Section .UploadFile02, .KycForm .Section .UploadFile03 {
    left: 0;
    top: 0; }
  .KycForm .Section .UploadFile04 {
    top: 1px; }
  .KycForm .Section .SelectLabelText {
    color: #A0A0A0;
    font-size: 14px;
    margin-right: 10px; }

.CustomCollaborate {
  display: flex;
  align-items: center; }
.IsKycVerificating {
  margin-top: 15px; }

.VerifyKyc {
  margin-left: 32px;
  display: flex;
  width: calc(100% - 272px);
  align-items: center;
  flex-wrap: wrap; }
  .VerifyKyc > p {
    flex-basis: 100%;
    line-height: 20px;
    margin: 0; }
  .VerifyKyc .KycMessage {
    margin-top: 26px;
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
  .VerifyKyc .Pending {
    height: 20px;
    width: 50px;
    display: flex;
    justify-content: space-between;
    margin-top: 2px;
    margin-right: 24px;
    padding-left: 5px; }
    .VerifyKyc .Pending > div {
      border-radius: 20px;
      width: 9px;
      height: 9px; }
      .VerifyKyc .Pending > div:nth-child(1) {
        animation: pendingBlink1 1.5s step-end infinite;
        -webkit-animation: pendingBlink1 1.5s linear infinite; }
      .VerifyKyc .Pending > div:nth-child(2) {
        animation: pendingBlink2 1.5s step-end infinite;
        -webkit-animation: pendingBlink2 1.5s linear infinite; }
      .VerifyKyc .Pending > div:nth-child(3) {
        animation: pendingBlink3 1.5s step-end infinite;
        -webkit-animation: pendingBlink3 1.5s linear infinite; }
  .VerifyKyc .IsPending {
    color: #01bcb5;
    font-size: 14px; }
  .VerifyKyc .IsFailed {
    color: #f54545; }
    .VerifyKyc .IsFailed p {
      color: #f54545;
      font-size: 14px; }
  .VerifyKyc .Disabled {
    display: none; }

@keyframes pendingBlink1 {
  0% {
    background-color: rgba(1, 188, 181, 0.3); }
  50% {
    background-color: white; } }

@-webkit-keyframes pendingBlink1 {
  0% {
    background-color: rgba(1, 188, 181, 0.3); }
  50% {
    background-color: white; } }

@keyframes pendingBlink2 {
  0% {
    background-color: rgba(1, 188, 181, 0.6); }
  50% {
    background-color: white; } }

@-webkit-keyframes pendingBlink2 {
  0% {
    background-color: rgba(1, 188, 181, 0.6); }
  50% {
    background-color: white; } }

@keyframes pendingBlink3 {
  0% {
    background-color: #01bcb5; }
  50% {
    background-color: white; } }

@-webkit-keyframes pendingBlink3 {
  0% {
    background-color: #01bcb5; }
  50% {
    background-color: white; } }
.ChangePassword {
  width: 100%;
  text-align: center;
  margin: 80px auto;
  color: #6B6B6B; }
  .ChangePassword form div > input {
    width: 350px;
    height: 43px;
    margin-top: 35px;
    margin-right: 13px;
    padding-left: 11px;
    background-color: #DCDCDC;
    border: none; }
  .ChangePassword form div > button {
    width: 136px;
    height: 41px;
    color: #F0F2F4;
    background-color: #4E97A1;
    border: none; }
  .ChangePassword form div:first-of-type input {
    background: #ABABAB; }
  .ChangePassword form div input {
    margin-left: 18px;
    margin-top: 20px;
    width: 282px;
    height: 41px;
    background: #F6F6F6; }
  .ChangePassword button {
    margin-top: 20px;
    margin-left: 111px;
    width: 282px;
    height: 41px;
    background: #4E97A1;
    color: #FFFFFF; }
  .ChangePassword h6 {
    display: inline-block;
    text-align: left;
    width: 108px;
    font-size: 14px; }
  .ChangePassword input[type="number"]::-webkit-outer-spin-button,
  .ChangePassword input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .ChangePassword .passwordCheckAlert {
    color: #363636; }
    .ChangePassword .passwordCheckAlert button {
      margin-left: 0;
      width: 136px; }
.DisableOtp {
  text-align: center;
  letter-spacing: 0.7px;
  padding: 78px 10px 0 22px;
  font-size: 16px;
  color: #626262; }
  .DisableOtp h4 {
    margin: 0;
    color: #626262; }
  .DisableOtp .TitleWrapper {
    width: 100%;
    height: 78px;
    padding: 22px 0;
    background: #273136;
    border-radius: 20px 20px 0 0;
    display: flex;
    justify-content: center;
    align-items: center; }
  .DisableOtp .BodyWrapperNotVerified, .DisableOtp .BodyWrapperVerified {
    width: 100%;
    height: 238px;
    padding-top: 105px;
    background-color: #F6F6F6; }
  .DisableOtp .BodyWrapperVerified {
    padding: 60px 0;
    text-align: center; }
    .DisableOtp .BodyWrapperVerified .ExclamationMark {
      display: inline-block;
      margin-top: 0;
      margin-right: 13px;
      width: 25px;
      height: 25px;
      border-radius: 45px;
      padding: 3.5px 3px;
      text-align: center;
      font-size: 18px;
      z-index: 1;
      background: #E96969;
      color: #FFFFFF; }
    .DisableOtp .BodyWrapperVerified > div {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #626262; }
      .DisableOtp .BodyWrapperVerified > div p {
        margin: 0; }
    .DisableOtp .BodyWrapperVerified > form {
      margin-top: 35px; }
      .DisableOtp .BodyWrapperVerified > form input {
        width: 350px;
        height: 43px;
        margin-right: 13px;
        padding-left: 11px;
        background-color: #DCDCDC;
        border: none; }
      .DisableOtp .BodyWrapperVerified > form button {
        width: 136px;
        height: 41px;
        color: #F0F2F4;
        background-color: #4E97A1;
        border: none;
        font-size: 13px; }
  .DisableOtp .SvgWrapper {
    position: relative; }
  .DisableOtp .StepInfo {
    color: #A7ADAF;
    background: #A8ADAF;
    border: 1px solid #A7ADAF;
    padding: 7px 11px;
    border-radius: 20px; }
    .DisableOtp .StepInfo svg {
      position: absolute;
      width: 16px;
      top: -6px;
      left: -3px; }
  .DisableOtp .StepChecker {
    color: #A7ADAF;
    margin-left: 20px; }
.Policy {
  background: #273136;
  display: flex; }
  .Policy .Detail {
    display: table;
    height: 950px;
    padding: 35px 44px;
    color: #363636;
    background-color: #E6E6E6; }
    .Policy .Detail h2 {
      margin: 30px 0 20px;
      letter-spacing: 1.5px;
      font-size: 22px; }
    .Policy .Detail article {
      font-size: 14px;
      text-align: left;
      line-height: 1.2em;
      letter-spacing: 0.1em; }

.AboutUs article:last-of-type {
  margin: 50px 0 0 20px; }
  .AboutUs article:last-of-type p:first-of-type {
    font-size: 20px; }

.Tos h2 {
  margin: 30px auto; }

NoneStyleList {
  margin: 20px 0;
  padding-left: 30px;
  list-style: none; }
  NoneStyleList li {
    text-indent: -20px;
    padding-left: 20px; }
    NoneStyleList li + li {
      margin-top: 8px; }
    NoneStyleList li ul {
      padding-left: 0; }

.ImportantLineText {
  margin: 30px 0; }
.Tos ul {
  list-style-type: upper-alpha; }

.Tos li p {
  margin: 5px 0; }
.EventPage {
  display: flex;
  justify-content: center;
  background-color: #F6F6F6; }
  .EventPage img {
    margin-top: 50px;
    margin-bottom: 150px; }
.ListCard {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .ListCard > div {
    margin: 4px;
    margin-bottom: 4px; }
  .ListCard .CardWrapper {
    display: inline-block;
    border: solid 1px #E6E6E6;
    width: 266px;
    border: solid 1px #E6E6E6;
    border-radius: 4px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.13); }
    .ListCard .CardWrapper .Thumbnail {
      position: relative; }
      .ListCard .CardWrapper .Thumbnail img {
        width: 100%; }
    .ListCard .CardWrapper .SaleClosed {
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 60px;
      height: 60px;
      background-color: #6D7071;
      font-size: 18px;
      color: #ffffff;
      line-height: 21px;
      top: -13px;
      right: 9px;
      border-radius: 4px;
      padding-top: 2px; }
    .ListCard .CardWrapper .Hidden {
      display: none; }
    .ListCard .CardWrapper .Hover {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      height: 161px;
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 6px;
      border-top: solid 1px #ECECEC;
      margin: 0 18px;
      width: 228px; }
      .ListCard .CardWrapper .Hover a {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #F2763B;
        width: 170px;
        height: 40px;
        border-radius: 20px;
        border: none;
        color: #ffffff;
        opacity: 0.6;
        transition: opacity 0.2s linear;
        text-decoration: none; }
        .ListCard .CardWrapper .Hover a:hover {
          opacity: 1; }
    .ListCard .CardWrapper .Detail {
      width: 100%;
      height: calc(100% - 176px); }
    .ListCard .CardWrapper .Infomation {
      margin: 0 18px 16px;
      padding: 15px 0 17px;
      border-top: solid 1px #ECECEC;
      border-bottom: solid 1px #ECECEC;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      min-height: 114px; }
      .ListCard .CardWrapper .Infomation h5, .ListCard .CardWrapper .Infomation p {
        margin: 4px 0;
        letter-spacing: -0.35px; }
      .ListCard .CardWrapper .Infomation h5 {
        color: #6D7071; }
      .ListCard .CardWrapper .Infomation p {
        color: #363636; }
      .ListCard .CardWrapper .Infomation > div {
        display: flex;
        flex-basis: 100%;
        justify-content: space-between;
        align-items: center; }
        .ListCard .CardWrapper .Infomation > div:nth-child(2) p {
          padding-top: 1px; }
        .ListCard .CardWrapper .Infomation > div:last-of-type {
          margin-top: 6px; }
      .ListCard .CardWrapper .Infomation .Emphasis {
        color: #F2763B;
        font-size: 20px; }
    .ListCard .CardWrapper .SalesPeriod {
      margin: 16px 18px;
      text-align: center;
      color: #363636;
      font-size: 15px; }
      .ListCard .CardWrapper .SalesPeriod p {
        font-size: 18px;
        color: #363636; }

.NoCoin {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .NoCoin img {
    width: 200px; }
  .NoCoin p {
    margin-top: 33px;
    flex-basis: 100%;
    font-size: 20px;
    color: #A0A0A0;
    text-align: center; }
.CoinSalesList {
  min-height: 800px;
  height: 100%;
  background: white; }
  .CoinSalesList .LoaderWrapper {
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    position: fixed;
    top: 0; }
  .CoinSalesList .Banner {
    display: flex;
    position: relative;
    justify-content: center;
    background-color: #F2763B;
    height: 312px;
    margin-bottom: 70px; }
    .CoinSalesList .Banner img {
      width: 1200px;
      height: 360px;
      background-size: 100%; }
    .CoinSalesList .Banner .Infomation {
      position: absolute;
      top: 54px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .CoinSalesList .Banner .Infomation .ListDetailMessage > div {
        display: flex;
        margin-top: 30px;
        justify-content: center; }
        .CoinSalesList .Banner .Infomation .ListDetailMessage > div h5 {
          background-color: #052143;
          color: #ffffff;
          width: auto;
          padding: 0 7px;
          text-align: center; }
      .CoinSalesList .Banner .Infomation .ListDetailMessage h5 {
        margin-top: 0;
        font-size: 22px;
        display: inline-block; }
        .CoinSalesList .Banner .Infomation .ListDetailMessage h5:nth-last-child(2) {
          color: #052143; }
        .CoinSalesList .Banner .Infomation .ListDetailMessage h5:nth-last-child(1) {
          color: #ffffff;
          margin-left: 4px; }
    .CoinSalesList .Banner .CoinSalesBannerTitle {
      width: 100%;
      text-align: center; }
  .CoinSalesList .CoinSalesWrapper {
    min-height: 256px;
    margin: 0 50px 70px;
    border-top: solid 1px #d8d8d8; }
  .CoinSalesList .Title {
    display: flex;
    position: relative;
    top: -22px;
    align-items: center;
    justify-content: center;
    color: #363636; }
    .CoinSalesList .Title > h4 {
      background: #ffffff;
      width: 292px;
      height: 35px;
      text-align: center;
      font-size: 24px; }
.CountDown {
  max-width: 1112px;
  height: 373px;
  flex-basis: 100%;
  background-color: #E1ECF8;
  color: #363636;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 100px 0 100px;
  background-size: 100%; }
  .CountDown h4 {
    text-align: center;
    height: 30px;
    color: #363636;
    margin: 0;
    border-bottom: solid 1px #000000; }
  .CountDown .TimeWrapper {
    flex-basis: 100%;
    display: flex;
    padding: 20px 400px 10px;
    align-items: center;
    text-align: center;
    justify-content: center; }
    .CountDown .TimeWrapper .flipClock {
      position: relative;
      display: flex;
      justify-content: space-between;
      width: 380px;
      height: 94px; }
      .CountDown .TimeWrapper .flipClock .flipUnitContainer {
        display: block;
        position: relative;
        width: 65px;
        height: 68px;
        -webkit-perspective-origin: 50% 50%;
        perspective-origin: 50% 50%;
        -webkit-perspective: 300px;
        perspective: 300px;
        background-color: #ffffff;
        border-radius: 10px; }
        .CountDown .TimeWrapper .flipClock .flipUnitContainer .text {
          margin: 10px 0 0 0;
          font-size: 13px;
          color: #6D7071; }
        .CountDown .TimeWrapper .flipClock .flipUnitContainer .upperCard {
          align-items: flex-end;
          border-bottom: 0.5px solid whitesmoke;
          border-top-left-radius: 10px;
          border-top-right-radius: 10px; }
          .CountDown .TimeWrapper .flipClock .flipUnitContainer .upperCard span {
            -webkit-transform: translateY(50%);
            transform: translateY(50%); }
        .CountDown .TimeWrapper .flipClock .flipUnitContainer .lowerCard {
          align-items: flex-start;
          border-top: 0.5px solid whitesmoke;
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px; }
          .CountDown .TimeWrapper .flipClock .flipUnitContainer .lowerCard span {
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
        .CountDown .TimeWrapper .flipClock .flipUnitContainer .upperCard, .CountDown .TimeWrapper .flipClock .flipUnitContainer .lowerCard {
          display: flex;
          position: relative;
          justify-content: center;
          width: 100%;
          height: 50%;
          overflow: hidden; }
          .CountDown .TimeWrapper .flipClock .flipUnitContainer .upperCard span, .CountDown .TimeWrapper .flipClock .flipUnitContainer .lowerCard span {
            font-weight: bold;
            font-size: 42px;
            color: #333333; }
        .CountDown .TimeWrapper .flipClock .flipUnitContainer .flipCard {
          display: flex;
          justify-content: center;
          position: absolute;
          left: 0;
          width: 65px;
          height: 34px;
          overflow: hidden;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
          .CountDown .TimeWrapper .flipClock .flipUnitContainer .flipCard span {
            font-weight: bold;
            font-size: 42px;
            color: #333333; }
          .CountDown .TimeWrapper .flipClock .flipUnitContainer .flipCard.unfold {
            top: 50%;
            align-items: flex-start;
            -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
            -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
            background-color: white;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            border-top: 0.5px solid whitesmoke; }
            .CountDown .TimeWrapper .flipClock .flipUnitContainer .flipCard.unfold span {
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
          .CountDown .TimeWrapper .flipClock .flipUnitContainer .flipCard.fold {
            top: 0%;
            align-items: flex-end;
            -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
            -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
            background-color: white;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            border-bottom: 0.5px solid whitesmoke; }
            .CountDown .TimeWrapper .flipClock .flipUnitContainer .flipCard.fold span {
              -webkit-transform: translateY(50%);
              transform: translateY(50%); }
          .CountDown .TimeWrapper .flipClock .flipUnitContainer .flipCard.fold {
            -webkit-animation: animationFold 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s 1 normal forwards;
            animation: animationFold 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s 1 normal forwards;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
          .CountDown .TimeWrapper .flipClock .flipUnitContainer .flipCard.unfold {
            -webkit-animation: animationUnfold 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s 1 normal forwards;
            animation: animationUnfold 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s 1 normal forwards;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
        .CountDown .TimeWrapper .flipClock .flipUnitContainer + .flipUnitContainer:before {
          position: absolute;
          left: -22px;
          top: 50%;
          width: 5px;
          height: 5px;
          margin-top: -8px;
          content: "";
          background: #000000;
          border-radius: 100%; }
        .CountDown .TimeWrapper .flipClock .flipUnitContainer + .flipUnitContainer:after {
          position: absolute;
          left: -22px;
          top: 50%;
          width: 5px;
          height: 5px;
          margin-top: 5px;
          content: "";
          background: #000000;
          border-radius: 100%; }
  .CountDown .terms {
    margin: 10px 0 0 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    color: #363636; }

@-webkit-keyframes animationFold {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); }
  100% {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg); } }

@keyframes animationFold {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); }
  100% {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg); } }

@-webkit-keyframes animationUnfold {
  0% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg); }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); } }

@keyframes animationUnfold {
  0% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg); }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); } }
.Infomation {
  display: flex;
  padding: 0 40px 30px 0;
  flex-basis: 59%;
  margin-right: 12px;
  color: #363636; }
  .Infomation hr {
    margin: 0;
    width: 40px;
    border: solid 1px #363636; }
  .Infomation h4 {
    font-size: 22px; }
  .Infomation img {
    width: 100%; }
  .Infomation p {
    line-height: 19px;
    font-size: 13px;
    margin-bottom: 5px; }
  .Infomation .CoinInfo {
    flex-basis: 30%;
    height: 100%; }
    .Infomation .CoinInfo .Logo {
      width: 100%; }
  .Infomation .Link {
    margin-left: 36px; }
    .Infomation .Link a {
      border: solid 1px #6D7071;
      border-radius: 20px;
      display: block;
      width: 113px;
      height: 32px;
      padding: 10px;
      text-align: center;
      margin-bottom: 10px;
      font-size: 12px; }
      .Infomation .Link a:nth-child(1) {
        background-color: #6D7071;
        color: #ffffff; }
      .Infomation .Link a:nth-child(2), .Infomation .Link a:nth-child(3) {
        color: #6D7071; }
      .Infomation .Link a:hover {
        text-decoration: none; }
  .Infomation .Detail {
    flex-basis: 70%;
    margin-top: 30px; }
    .Infomation .Detail .Explanation {
      font-size: 12px;
      margin: 16px 0 20px; }
    .Infomation .Detail h4:first-of-type {
      margin-top: 25px;
      margin-bottom: 5px; }
    .Infomation .Detail h4:nth-child(3) {
      margin-top: 5px; }
  .Infomation .ExplanationTable .Emphasis {
    color: #F2763B; }
  .Infomation .ExplanationTable > div {
    display: flex;
    margin: 9px 0; }
    .Infomation .ExplanationTable > div > p {
      border-right: solid 1px #ECECEC;
      color: #6D7071;
      flex-basis: 25%; }
    .Infomation .ExplanationTable > div > div {
      flex-basis: 75%;
      margin-left: 10px; }
      .Infomation .ExplanationTable > div > div > p {
        color: #363636; }

.CoinInfomationLoadingWrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1; }
  .CoinInfomationLoadingWrapper > div:nth-child(1) {
    height: 100%;
    display: block;
    position: relative;
    background: gray;
    opacity: 0.95; }
.CoinSalesOrder {
  flex-basis: 39%;
  padding: 5px 16px 38px;
  color: #363636;
  font-size: 14px; }
  .CoinSalesOrder p {
    margin: 0; }
  .CoinSalesOrder .OrderTypeTab {
    display: flex; }
    .CoinSalesOrder .OrderTypeTab button {
      width: 93px;
      height: 63px;
      border: none;
      flex-basis: 25%;
      color: #6D7071;
      font-size: 16px;
      padding: 0;
      background: #ffffff; }
    .CoinSalesOrder .OrderTypeTab .ActiveOrderTab {
      color: #F2763B;
      border-bottom: solid 4px #F2763B; }
  .CoinSalesOrder .OrderDetail {
    display: block;
    padding: 0 10px; }
    .CoinSalesOrder .OrderDetail > div {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px; }
    .CoinSalesOrder .OrderDetail button {
      width: 48px;
      height: 30px;
      font-size: 14px;
      background-color: #ECECEC;
      color: #6D7071;
      border: none;
      margin-right: 1px;
      padding: 0;
      letter-spacing: -0.4px; }
    .CoinSalesOrder .OrderDetail .OrderRate {
      margin-bottom: 42px; }
    .CoinSalesOrder .OrderDetail .BuyAmount {
      margin-bottom: 23px; }
    .CoinSalesOrder .OrderDetail .Bonus {
      margin-bottom: 36px; }
      .CoinSalesOrder .OrderDetail .Bonus p:nth-child(2) {
        font-size: 18px;
        color: #F2763B;
        -webkit-text-underline-position: under;
        -ms-text-underline-position: below;
        text-underline-position: under;
        text-decoration: underline; }
    .CoinSalesOrder .OrderDetail .ActiveRateTab {
      background-color: #6D7071;
      color: #ffffff; }
  .CoinSalesOrder .BuyTotal {
    display: flex;
    height: 76px;
    padding: 0 10px;
    align-items: center;
    justify-content: space-between;
    border-top: solid 1px #ECECEC;
    border-bottom: solid 1px #ECECEC; }
    .CoinSalesOrder .BuyTotal p:nth-child(2) {
      font-size: 20px; }
  .CoinSalesOrder .TokenOrder {
    margin: 58px 0 0; }
  .CoinSalesOrder .SubmitPurchase {
    width: 100%;
    height: 56px;
    border-radius: 27.5px;
    background-color: #F2763B;
    color: #ffffff;
    font-size: 16px;
    margin-top: 37px; }
  .CoinSalesOrder .NumberInput {
    width: 294px;
    height: 48px; }
    .CoinSalesOrder .NumberInput b {
      display: none; }
    .CoinSalesOrder .NumberInput input {
      width: 100%;
      height: 100%;
      padding-right: 52px;
      text-align: right;
      background: white;
      color: #273136;
      font-size: 18px;
      border: solid 1px #E6E6E6;
      font-weight: bold; }
      .CoinSalesOrder .NumberInput input:focus {
        border: solid 1px #273136;
        outline-color: black;
        outline-style: solid;
        outline-width: thin; }
  .CoinSalesOrder .OrderCurrency {
    position: absolute;
    right: 100px; }
  .CoinSalesOrder .Disable {
    background-color: #A0A0A0; }
  .CoinSalesOrder .OrderActionButton {
    position: relative; }
    .CoinSalesOrder .OrderActionButton button {
      border: none; }
    .CoinSalesOrder .OrderActionButton .MinimumOrderAlert {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 38px; }
      .CoinSalesOrder .OrderActionButton .MinimumOrderAlert p {
        text-align: center;
        color: #F2763B; }
      .CoinSalesOrder .OrderActionButton .MinimumOrderAlert a {
        color: inherit;
        text-decoration: underline; }
  .CoinSalesOrder .SaleInfomation {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 55px 0; }
    .CoinSalesOrder .SaleInfomation h4 {
      font-size: 22px;
      text-align: center; }
  .CoinSalesOrder .isBeforeSale h4 {
    line-height: 31px; }
  .CoinSalesOrder .EndOfSale .VerificationSuccessWrapper {
    width: 75px;
    height: 75px;
    flex-basis: 100%; }
    .CoinSalesOrder .EndOfSale .VerificationSuccessWrapper .VerificationSuccess {
      fill: #F2763B; }
.CoinSalesFooter {
  background: #F1F1F1;
  flex-basis: 100%;
  align-items: center;
  justify-content: center;
  color: #363636;
  padding: 25px 0; }
  .CoinSalesFooter h5, .CoinSalesFooter p {
    text-align: center; }
  .CoinSalesFooter h5 {
    font-size: 16px;
    margin-bottom: 15px; }
  .CoinSalesFooter p {
    font-size: 12px; }
.CoinDetail {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  background-color: #ffffff; }
  .CoinDetail .TopWrapper {
    background: #E1ECF8;
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .CoinDetail .BottomWrapper {
    max-width: 1200px;
    padding: 0 50px;
    position: relative;
    top: -50px;
    flex-basis: 100%;
    display: flex; }
    .CoinDetail .BottomWrapper > section {
      height: 100%;
      background: #ffffff;
      border-radius: 6px;
      box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08); }
.CoinSalesHistory {
  padding: 60px 50px 93px;
  background-color: #ffffff;
  font-size: 13px; }
  .CoinSalesHistory p {
    color: #363636; }
  .CoinSalesHistory .Table .CoinSalesNoOrder {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 55px; }
    .CoinSalesHistory .Table .CoinSalesNoOrder img {
      width: 292px;
      height: 224px; }
    .CoinSalesHistory .Table .CoinSalesNoOrder .NoOrderDescription {
      margin-left: 13px;
      margin-top: 40px;
      color: #71797D;
      font-size: 20px;
      flex-basis: auto; }
  .CoinSalesHistory .Table p {
    margin: 0;
    text-align: center; }
    .CoinSalesHistory .Table p:nth-child(1) {
      flex-basis: 9%; }
    .CoinSalesHistory .Table p:nth-child(2) {
      flex-basis: 18%;
      text-align: right; }
    .CoinSalesHistory .Table p:nth-child(3) {
      flex-basis: 18%;
      text-align: right; }
    .CoinSalesHistory .Table p:nth-child(4) {
      flex-basis: 13.5%;
      text-align: right; }
    .CoinSalesHistory .Table p:nth-child(5) {
      flex-basis: 9%; }
    .CoinSalesHistory .Table p:nth-child(6) {
      flex-basis: 9%; }
    .CoinSalesHistory .Table p:nth-child(7) {
      flex-basis: 9%;
      padding-right: 10px; }
    .CoinSalesHistory .Table p:nth-child(8) {
      flex-basis: 14.5%;
      padding-right: 10px; }
  .CoinSalesHistory .Title {
    display: flex;
    height: 30px;
    background-color: #F9F9F9;
    border-top: solid 1px #ECECEC;
    border-bottom: solid 1px #ECECEC;
    align-items: center; }
    .CoinSalesHistory .Title p {
      color: #71797D; }
  .CoinSalesHistory .Body {
    height: 550px; }
    .CoinSalesHistory .Body > div {
      display: flex;
      height: 50px;
      align-items: center;
      border-bottom: solid 1px #ECECEC; }
  .CoinSalesHistory .WalletButton {
    width: 110px;
    height: 25px;
    border-radius: 27.5px;
    border: none;
    background-color: #F2763B;
    color: #ffffff; }
  .CoinSalesHistory .Emphsis {
    color: #F2763B; }
  .CoinSalesHistory .Coin {
    color: #A0A0A0;
    font-style: normal; }
  .CoinSalesHistory .PaymentCompleted {
    background-color: #f3f3f3; }
    .CoinSalesHistory .PaymentCompleted p {
      color: #6D7071; }
    .CoinSalesHistory .PaymentCompleted .WalletButton {
      background-color: #ffffff;
      color: #F2763B;
      border: solid 1px #F2763B; }
    .CoinSalesHistory .PaymentCompleted .Emphsis {
      color: #F2763B; }
    .CoinSalesHistory .PaymentCompleted .Done {
      color: #A0A0A0; }
  .CoinSalesHistory .Pagination .Quick {
    margin: 0 34px; }
  .CoinSalesHistory .Pagination button {
    border: none;
    color: #A0A0A0;
    font-size: 14px; }
  .CoinSalesHistory .Pagination .isActive {
    color: #F2763B;
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under;
    text-decoration: underline; }
  .CoinSalesHistory .WalletLookup {
    background-color: #ffffff;
    color: #F2763B;
    border: solid 1px #F2763B; }
  .CoinSalesHistory .NexybitDistributor {
    border: none;
    color: #A0A0A0; }
  .CoinSalesHistory .PaymentHistory {
    cursor: pointer;
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under;
    text-decoration: underline; }
