/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* font, a, ntfbox, pagination, popup */
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/assets/fonts/mem8YaGs126MiZpBA-UFUZ0bbck.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/assets/fonts/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face {
  font-family: 'HelveticaNeueCyr-Roman';
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/HelveticaNeueCyr-Roman.otf") format("opentype"); }
html {
  height: 100%; }

body {
  position: relative;
  min-height: 100%;
  background: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  /*font-family: "HelveticaNeueCyr-Roman",Helvetica,Arial,sans-serif;*/ }

/*
	links
*/
#content a:link {
  text-decoration: none;
  color: #008CBA; }

#content a:visited {
  color: #008CBA; }

#content a:hover {
  color: #000000; }

#content a:active {
  color: #008CBA; }

strong, b {
  font-weight: bold; }

.clear {
  clear: both; }

.hidden {
  display: none; }

/*
	material design buttons
*/
a.mdb {
  background: white;
  border: 1px solid #ddd;
  color: #6d6d6d;
  padding: 8px 16px 8px 16px;
  display: inline-block;
  text-decoration: none;
  font-family: sans-serif; }

a.mdb:hover {
  background: #bdbdbd;
  color: white; }

a.mdb:hover b {
  background-position: 100% 0px; }

a.mdb b {
  border: 0px;
  vertical-align: middle;
  background-position: 0px 0px;
  color: #9f9f9f; }

a.mdb b.img {
  height: 24px;
  width: 24px;
  margin-right: 16px;
  display: inline-block; }

a.mdb span {
  vertical-align: middle; }

/*
	notification_box
*/
.ntfbox {
  font-family: "HelveticaNeueCyr-Roman", Arial, sans-serif;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px; }

.ntfbox .ntfrow:first-child {
  margin-top: 0px; }

.ntfbox .ntfrow {
  margin-top: 10px;
  position: relative; }

.ntfbox .inner {
  padding: 8px 35px 8px 10px;
  color: #777777;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-top: 1px solid #eeeeee;
  border-left: 0px; }

.ntfbox .inner b {
  font-weight: bold; }

.ntfbox .inner button.ntfbox_close {
  background: none;
  border: none;
  font-weight: bold;
  font-size: 20px;
  line-height: 16px;
  color: #bdbdbd;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px; }

.ntfbox_info {
  border-left: 5px solid;
  border-color: #00b4ff; }

.ntfbox_success {
  border-left: 5px solid;
  border-color: #03e003; }

.ntfbox_fail {
  border-left: 5px solid;
  border-color: #ff4747; }

.ntfbox_warning {
  border-left: 5px solid;
  border-color: #ffcc00; }

/*
	pagination
*/
.pagination {
  width: 100%;
  max-width: 540px;
  padding-top: 16px;
  height: 16px;
  text-align: center; }

.pagination ul {
  width: auto;
  list-style: none;
  border: 0 !important; }

.pagination li {
  display: inline;
  font-size: 1.2em;
  padding: 4px; }

.pagination li.active {
  font-weight: bold; }

.pagination li.active a {
  color: #ff8800 !important; }

/*
	popup
*/
::-webkit-scrollbar {
  width: 6px; }

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

#popup {
  width: 600px;
  height: 400px;
  position: relative;
  margin: 0 auto;
  top: 25%;
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #888; }

#object {
  padding: 16px 16px; }

#popup .name {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 16px; }

#popup .scroll-table-body {
  height: 300px;
  overflow-x: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee; }

#popup .popup_table th {
  font-weight: bold;
  border: none;
  background: #f9a34b;
  color: white;
  padding: 5px !important; }

#popup .popup_table td {
  padding: 5px !important; }

#popup .popup_table tr:nth-child(even) {
  background: #f3f3f3; }

#popup .popup_table {
  width: 100%; }

/*#popup .table_th {
	margin-top: 16px;
}*/
#popup_overlay {
  display: none;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.9); }

#popup_load {
  display: none;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.9); }

#popup_load img {
  position: relative;
  display: block;
  margin: 0 auto;
  top: 40%;
  z-index: 1000; }

/* design */
header {
  width: 100%;
  height: auto;
  overflow: hidden; }

#logo {
  height: 52px; }

#logo img {
  float: left;
  padding: 2px; }

#logo a {
  text-decoration: none; }

#logo span {
  margin-left: 16px;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 52px;
  color: #222; }

#logo .lng {
  float: right;
  padding-right: 16px;
  font-size: 1.2em; }

#logo .lng a {
  color: #3f4156;
  padding: 0 2px; }

#logo .lng a.s {
  color: #ffffff;
  background: #5ba8ff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

#touch-menu {
  background-image: url("/assets/img/menu.png");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 16px center;
  padding-left: 48px; }

.mobile-menu {
  display: block;
  height: 40px;
  line-height: 40px;
  background: #3e4156;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none; }

.mobile-menu:hover {
  background: #3e4156;
  color: #fff; }

.mobile-menu a {
  color: #444; }

.menu {
  display: none; }

.menu .title {
  color: #999; }

.menu li {
  display: block;
  border-top: 1px solid #e0e0e0; }

.menu li a {
  background: #fafafa;
  color: #444;
  padding: 8px 16px;
  display: block;
  text-decoration: none; }

.menu li a:hover, .menu li:hover > a {
  background: #e8e8e8;
  color: #444; }

.menu ul li a {
  font-size: 0.9em;
  padding-left: 32px; }

@media screen and (min-width: 768px) {
  .mobile-menu {
    display: none; }

  nav {
    height: 40px;
    background: #777; }

  .menu {
    display: block;
    height: 40px; }

  .menu .title {
    display: none; }

  .menu li {
    float: left;
    color: white;
    border-top: none;
    margin: 3px; }

  .menu li.menu_l {
    float: left; }

  .menu li.menu_r {
    float: right; }

  .menu li a {
    color: #fff;
    padding: 6px;
    background: none; }

  .menu li a:hover {
    background: none;
    color: #fff; }

  .menu ul li a {
    padding-left: 6px; }

  .menu a {
    text-decoration: none;
    padding: 2px 4px; }

  .menu .active {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #333; }

  .menu li a.active:hover {
    background: #333; } }
@media screen and (min-width: 980px) {
  .menu {
    font-size: 1.1em; } }
body.bg {
  background: url(/assets/img/bg2_mobile.jpg) no-repeat;
  background-position: right; }

h1 {
  color: #333;
  padding: 16px 0px 16px 0px; }

#content {
  width: 100%;
  margin: 0 auto; }

@media screen and (min-width: 768px) {
  h1 {
    font-size: 1.4em; }

  h2 {
    font-size: 1.2em; } }
@media screen and (min-width: 960px) {
  #content {
    position: relative; } }
@media screen and (min-width: 1024px) {
  #content {
    min-height: 600px; }

  .fluid {
    width: 100%;
    float: left;
    margin-right: -400px; } }
#content {
  padding-bottom: 100px; }

footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #d1c9c1;
  text-align: center; }

footer img {
  padding-top: 4px; }

footer ul {
  list-style: none;
  font: 14px Arial, Helvetica, sans-serif; }

footer li a {
  text-decoration: none;
  display: block;
  padding: 0 15px;
  line-height: 20px; }

@media screen and (min-width: 768px) {
  footer {
    overflow: hidden; }

  footer ul {
    display: inline;
    position: relative;
    left: 50%;
    float: left;
    height: 40px; }

  footer li {
    position: relative;
    left: -50%;
    float: left;
    margin: 0 0px;
    height: 40px; }

  footer li a {
    line-height: 40px; }

  footer a.img {
    line-height: 0; } }
@media screen and (min-width: 1024px) {
  footer .help {
    font-size: 1.1em; } }
/* site */
/*
	user/auth
*/
#auth_form {
  font-family: "HelveticaNeueCyr-Roman", Arial, sans-serif;
  color: #444;
  width: 95%;
  max-width: 340px;
  margin: 0 auto;
  background: #fff; }

#auth_form #auth {
  border: 1px solid #ccc; }

#auth_form #above {
  padding: 4px 12px 4px 4px; }

#auth_form input {
  font-family: "HelveticaNeueCyr-Roman", Arial, sans-serif;
  font-size: 14px;
  width: 100%; }

#auth_form input[name=login],
#auth_form input[name=password] {
  margin: 4px 0px;
  padding: 5px 0px 5px 5px;
  color: #777;
  border: 1px solid #c7d0d2; }

#auth_form input[type=submit] {
  display: none; }

#auth_form label {
  color: #555;
  font-size: 14px; }

#auth_form p {
  margin-top: 4px; }

#auth_form #lower {
  background: #ecf2f5;
  width: 100%;
  height: 80px;
  margin-top: 6px;
  border-top: 1px solid #ccc;
  text-align: center; }

#auth_form #lower div {
  width: 100%;
  height: 25px;
  margin: 6px; }

#auth_form input[type=checkbox] {
  float: left;
  width: auto; }

#auth_form .check {
  float: left;
  padding: 6px;
  font-size: 11px;
  color: #444; }

#auth_form #register {
  padding-top: 10px;
  text-align: center; }

a.login, a.reg, a.logout {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #acd6ef;
  border-color: #66add6; }

a.login:hover, a.reg:hover, a.logout:hover {
  background: #b6e2ff; }

a.login b, a.reg b, a.logout b {
  color: #6ec2e8; }

/*
	user/register
*/
#reg_form {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 16px;
  background: #fff; }

#reg_form fieldset {
  border: 1px solid #888;
  padding: 10px; }

#reg_form input {
  border: 1px solid #888;
  width: 220px;
  height: 20px;
  clear: both;
  float: left; }

#reg_form input:focus {
  outline: none; }

#reg_form p {
  width: 100%;
  overflow: auto;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: right 3px;
  padding-right: 17px;
  text-align: left; }

#reg_form p span {
  font-size: 0.8em;
  line-height: 25px;
  float: left; }

#reg_form p a {
  clear: both;
  float: left; }

#reg_form label {
  font-size: 0.8em; }

#reg_form strong {
  color: red; }

#reg_form img {
  width: 200px;
  height: 70px;
  float: left; }

#reg_form form {
  text-align: center; }

#reg_form .mdb {
  margin-top: 20px; }

#reg_form input[type=submit] {
  display: none; }

@media screen and (min-width: 481px) {
  /*
  	user/auth
  */
  #auth_form {
    margin: 100px auto 0; }

  #auth_form p a {
    font-size: 11px;
    float: right;
    margin-top: -72px;
    margin-right: 14px; }

  #auth_form form {
    margin-top: 10px; }

  #auth_form label {
    display: inline-block;
    margin-left: 18px;
    padding-top: 10px; }

  #auth_form input[name=login],
  #auth_form input[name=password] {
    margin-top: 12px;
    margin-left: 18px;
    width: 290px;
    height: 30px; }

  #auth_form #lower {
    margin-top: 19px; }

  #auth_form #lower div {
    float: left;
    width: 150px;
    margin-left: 20px;
    margin-top: 30px; }

  #auth_form .check {
    margin-left: 0px; }

  #auth_form #lower a {
    float: right;
    margin-right: 20px;
    margin-top: 25px; }

  #reg_form {
    margin: 100px auto 0;
    width: 480px; }

  #reg_form p {
    width: 430px; }

  #reg_form p input {
    clear: none;
    float: right; }

  #reg_form p a {
    float: none; } }
/*
	not found
*/
.tmp_page {
  margin-top: 60px;
  font-size: 14px;
  text-align: center; }

.lock_section p {
  padding-bottom: 20px; }

.lock_section div {
  margin-top: 60px;
  text-align: center; }

#main {
  width: 100%;
  margin-top: 24px;
  padding: 16px; }

#main p {
  padding: 6px 0; }

@media screen and (min-width: 768px) {
  #main {
    margin: 32px auto; } }
#profile {
  padding: 32px 0 32px;
  width: 95%;
  margin: 0 auto; }

#profile h2 {
  color: #333;
  padding: 16px 0px 16px 0px; }

#profile p {
  padding: 6px 0; }

#profile ul {
  border: 1px solid #888;
  padding: 10px; }

#profile ul li {
  padding: 8px; }

#profile .button {
  padding-top: 10px;
  text-align: center; }

#profile .steps {
  display: none; }

.refill_steps {
  width: 400px;
  height: 120px;
  padding: 16px;
  border: 1px solid #ccc; }

.steps {
  margin: 0 auto; }

/* step 1 */
.refill .step1 .field {
  padding-top: 8px;
  text-align: center; }

.refill .step1 div {
  padding: 2px 0 2px 0; }

.refill .step1 .currency {
  font-weight: bold; }

.refill .step1 .network {
  color: #ccc; }

.refill .step1 .commission {
  color: #ccc; }

.refill .step1 .get_btn {
  margin-top: 8px; }

/* step 2 */
.refill .step2 {
  padding-top: 18px;
  font-family: monospace;
  font-size: 1.2em; }

.refill .step2 a {
  font-size: 0.8em; }

.refill .step2 .field {
  padding-bottom: 8px; }

.refill .step2 .address {
  font-weight: bold; }

.refill .step2 #address {
  font-size: 15px; }

.refill .step2 .hash {
  font-weight: bold; }

.refill .step2 #hash {
  padding: 4px;
  width: 250px; }

.refill .step2 .timer {
  font-size: 16px;
  text-align: center; }

/* step 3 */
.refill .step3 .field {
  text-align: center;
  padding-top: 18px; }

/* admin */
#admin_menu a {
  padding: 1px 3px 1px 3px; }

#admin_menu a:link,
#admin_menu a:visited,
#admin_menu a:active,
#admin_menu a:hover {
  text-decoration: none;
  color: #008CBA; }

#admin_menu a.active {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #333;
  color: #fff; }

#profile table, th, td {
  border: 1px solid #ccc; }

#profile tr:nth-child(even) {
  background-color: #e7e9eb; }

#profile th {
  padding: 12px;
  color: #333;
  background-color: #edd328;
  vertical-align: middle; }

#profile td {
  padding: 6px;
  vertical-align: middle; }

#profile td img {
  vertical-align: sub; }

#profile.admin_stat {
  max-width: 250px;
  display: inline-block;
  margin-left: 32px; }

#profile .pvd_img {
  cursor: pointer; }

#admin_edit {
  width: 400px; }

#admin_edit .ntfbox {
  margin-top: 0; }

#box-container {
  width: 100%; }

.box {
  width: 160px;
  height: 80px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 0px #eee;
  margin: 10px;
  text-align: center;
  display: inline-block; }

.box .title {
  color: #222;
  padding-top: 16px;
  padding-bottom: 6px; }

.box .data {
  color: #444;
  font-size: 28px; }

/*# sourceMappingURL=style.css.map */
