html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  min-height: 100%;
  background-color: #eee;
  font-family: Arial, Helvetica, sans-serif;
}
body.loading {
  cursor: wait !important;
}

.btn {
  display: block;
  padding: 10px 10px;
  background: #000d4f;
  color: #fff;
  border: 1px solid #000d4f;
  border-radius: 5px;
  margin: 0 auto 10px;
  font-size: 16px;
  width: 260px;
  text-align: center;
  text-decoration: none;
}
.btn:hover {
  background: #fff;
  color: #000d4f;
  cursor: pointer;
}

.app-content {
  min-height: 100%;
}
.app-content .header-wrapper {
  background-color: #000d4f;
  width: 100%;
  margin-bottom: 10px;
}
.app-content .header-wrapper .header {
  margin: 0 auto;
  max-width: 1024px;
}
.app-content .header-wrapper .header .heading {
  color: #fff;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  line-height: 2em;
  text-align: center;
}
.app-content .content-wrapper {
  width: 100%;
  min-height: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.app-content .content-wrapper .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.app-content .content-wrapper .title-wrapper h1 {
  padding: 0;
  margin: 0;
}
.app-content .content-wrapper .title-wrapper .toolbar .datetime-picker-label {
  font-size: 14px;
}
.app-content .content-wrapper .title-wrapper .toolbar .datetime-picker {
  height: 30px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 0 5px;
  text-align: center;
}
.app-content .content-wrapper .title-wrapper .toolbar .datetime-picker-reset:hover {
  cursor: pointer;
}
.app-content .content-wrapper .report-wrapper .flinks-debug {
  margin: 50px 0 20px 5px;
  font-size: 12px;
  color: #777;
  text-align: center;
}
.app-content .content-wrapper .report-wrapper .flinks-debug p {
  margin: 0 0 5px 0;
}
.app-content .content-wrapper .report-wrapper .account-wrapper {
  margin-bottom: 20px;
  padding: 5px;
}
.app-content .content-wrapper .report-wrapper .account-wrapper h2 {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  line-height: 1.2em;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.app-content .content-wrapper .report-wrapper .account-wrapper .table {
  width: 100%;
  border-collapse: collapse;
}
.app-content .content-wrapper .report-wrapper .account-wrapper .table td {
  line-height: 1.2em;
  padding: 4px 2px;
}
.app-content .content-wrapper .report-wrapper .account-wrapper .table thead td {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.app-content .content-wrapper .report-wrapper .account-wrapper .account-description {
  background-color: #fff;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.app-content .content-wrapper .report-wrapper .account-wrapper .account-description .description-column {
  width: 33%;
  vertical-align: top;
}
.app-content .content-wrapper .report-wrapper .account-wrapper .account-description .description-column table {
  width: 100%;
}
.app-content .content-wrapper .report-wrapper .account-wrapper .account-description .description-column table .label {
  font-weight: bold;
}
.app-content .content-wrapper .report-wrapper .account-wrapper .account-description .description-column table .label.holder-address {
  vertical-align: top;
}
.app-content .content-wrapper .report-wrapper .account-wrapper .account-stats {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.app-content .content-wrapper .report-wrapper .account-wrapper .account-stats .account-stat-block {
  width: 230px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
}
.app-content .content-wrapper .report-wrapper .account-wrapper .account-stats .account-stat-block .account-stat-label {
  width: 100%;
  font-weight: bold;
  font-size: 14px;
}
.app-content .content-wrapper .report-wrapper .account-wrapper .account-stats .account-stat-block .account-stat-value {
  width: 100%;
  font-size: 24px;
  line-height: 1.2em;
}
.app-content .content-wrapper .report-wrapper .account-wrapper .account-transactions {
  background-color: #fff;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}
.app-content .content-wrapper .report-wrapper .account-wrapper .account-transactions .transaction {
  font-size: 14px;
  line-height: 1.2em;
}
.app-content .content-wrapper .report-wrapper .account-wrapper .account-transactions .transaction .date, .app-content .content-wrapper .report-wrapper .account-wrapper .account-transactions .transaction .money {
  width: 100px;
  text-align: center;
}
.app-content .content-wrapper .report-wrapper .account-wrapper .account-transactions tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
.app-content .ibv-view .ibv-iframe-wrapper {
  width: 450px;
  height: 760px;
  margin: 0 auto;
  background: #fff;
}
.app-content .ibv-view .ibv-iframe-wrapper .ibv-iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.app-content .ibv-view .thank-you-page {
  width: 450px;
  height: 760px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
}
.app-content .ibv-view .thank-you-page .heading {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 24px;
}
.app-content .ibv-view .thank-you-page .text {
  text-align: center;
  font-size: 16px;
}
.app-content .ibv-view .thank-you-page .icon-wrapper {
  margin: 20px auto 40px;
  text-align: center;
}
.app-content.report-new {
  text-align: center;
}
.app-content.report-new .title-wrapper h1 {
  width: 100%;
}
.app-content.report-new .content-wrapper {
  width: 500px;
}
.app-content.report-new .content-wrapper .new-report-wrapper .new-report {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  padding: 10px;
}
.app-content.report-new .content-wrapper .new-report-wrapper .new-report.loading {
  height: 36px;
  background: #fff url("/img/loading.gif") center center no-repeat;
  padding: 30px;
}
.app-content.report-new .content-wrapper .new-report-wrapper .new-report.loading * {
  display: none;
}
.app-content.report-new .content-wrapper .new-report-wrapper .new-report.success {
  height: 36px;
  background: #fff url("/img/success-icon.png") center center no-repeat;
  padding: 30px;
}
.app-content.report-new .content-wrapper .new-report-wrapper .new-report.success * {
  display: none;
}
.app-content.report-new .content-wrapper .new-report-wrapper .input-block {
  margin-bottom: 20px;
}
.app-content.report-new .content-wrapper .new-report-wrapper .input-block label {
  display: block;
  margin: 10px auto 5px;
  font-weight: bold;
}
.app-content.report-new .content-wrapper .new-report-wrapper .input-block input,
.app-content.report-new .content-wrapper .new-report-wrapper .input-block select {
  display: block;
  width: 250px;
  font-size: 16px;
  padding: 5px;
  border: 1px solid #333;
  border-radius: 5px;
  line-height: 1.2em;
  margin: 0 auto;
}
.app-content.report-new .content-wrapper .new-report-wrapper .input-block select {
  width: 260px;
}
.app-content.report-new .content-wrapper .new-report-wrapper .btn-block .btn-submit {
  display: block;
  padding: 10px 10px;
  background: #000d4f;
  color: #fff;
  border: 1px solid #000d4f;
  border-radius: 5px;
  margin: 0 auto 10px;
  font-size: 16px;
  width: 260px;
}
.app-content.report-new .content-wrapper .new-report-wrapper .btn-block .btn-submit:hover {
  background: #fff;
  color: #000d4f;
  cursor: pointer;
}
.app-content.report-new .content-wrapper .new-report-wrapper .btn-block.loading .btn-submit, .app-content.report-new .content-wrapper .new-report-wrapper .btn-block.success .btn-submit {
  display: none !important;
}
.app-content.admin .content-wrapper {
  max-width: unset;
}
.app-content.admin .content-wrapper .admin-view {
  padding: 20px;
}
.app-content.admin .content-wrapper .admin-view .tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0 0 20px 0;
}
.app-content.admin .content-wrapper .admin-view .tabs .tab {
  display: block;
  padding: 10px 10px;
  background: #fff;
  color: #000d4f;
  border: 1px solid #000d4f;
  border-radius: 5px;
  font-size: 16px;
  width: 260px;
  text-align: center;
  text-decoration: none;
}
.app-content.admin .content-wrapper .admin-view .tabs .tab.active {
  cursor: default !important;
  background: #000d4f;
  color: #fff;
}
.app-content.admin .content-wrapper .admin-view .tabs .tab:hover {
  cursor: pointer;
  background: #000d4f;
  color: #fff;
}
.app-content.admin .content-wrapper .admin-view .tab-content-wrapper {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  padding: 10px;
}
.app-content.admin .content-wrapper .admin-view .tab-content-wrapper .tab-content .form-wrapper {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  padding: 20px;
}
.app-content.admin .content-wrapper .admin-view .tab-content-wrapper .tab-content .form-wrapper .form {
  border: 1px solid #ccc;
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
  background: #eee;
}
.app-content.admin .content-wrapper .admin-view .tab-content-wrapper .tab-content .form-wrapper .form .title {
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 2em;
  margin: 0 0 20px 0;
}
.app-content.admin .content-wrapper .admin-view .tab-content-wrapper .tab-content .form-wrapper .form .input-block {
  margin-bottom: 20px;
}
.app-content.admin .content-wrapper .admin-view .tab-content-wrapper .tab-content .form-wrapper .form .input-block label {
  display: block;
  margin: 10px auto 5px;
  font-weight: bold;
}
.app-content.admin .content-wrapper .admin-view .tab-content-wrapper .tab-content .form-wrapper .form .input-block input,
.app-content.admin .content-wrapper .admin-view .tab-content-wrapper .tab-content .form-wrapper .form .input-block select {
  display: block;
  width: 250px;
  font-size: 16px;
  padding: 5px;
  border: 1px solid #333;
  border-radius: 5px;
  line-height: 1.2em;
  margin: 0 auto;
}
.app-content.admin .content-wrapper .admin-view .tab-content-wrapper .tab-content .form-wrapper .form .input-block select {
  width: 260px;
}
.app-content.admin .content-wrapper .admin-view .tab-content-wrapper .tab-content .form-wrapper .form .btn-block .btn-submit {
  display: block;
  padding: 10px 10px;
  background: #000d4f;
  color: #fff;
  border: 1px solid #000d4f;
  border-radius: 5px;
  margin: 0 auto 10px;
  font-size: 16px;
  width: 260px;
}
.app-content.admin .content-wrapper .admin-view .tab-content-wrapper .tab-content .form-wrapper .form .btn-block .btn-submit:hover {
  background: #fff;
  color: #000d4f;
  cursor: pointer;
}
.app-content.admin .content-wrapper .admin-view .tab-content-wrapper .tab-content .form-wrapper .form .btn-block.loading .btn-submit, .app-content.admin .content-wrapper .admin-view .tab-content-wrapper .tab-content .form-wrapper .form .btn-block.success .btn-submit {
  display: none !important;
}
.app-content.user-login {
  text-align: center;
}
.app-content.user-login .title-wrapper h1 {
  width: 100%;
}
.app-content.user-login .content-wrapper {
  width: 500px;
}
.app-content.user-login .content-wrapper .user-login-wrapper .user-login {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  padding: 10px;
}
.app-content.user-login .content-wrapper .user-login-wrapper .user-login.loading {
  height: 36px;
  background: #fff url("/img/loading.gif") center center no-repeat;
  padding: 30px;
}
.app-content.user-login .content-wrapper .user-login-wrapper .user-login.loading * {
  display: none;
}
.app-content.user-login .content-wrapper .user-login-wrapper .user-login.success {
  height: 36px;
  background: #fff url("/img/success-icon.png") center center no-repeat;
  padding: 30px;
}
.app-content.user-login .content-wrapper .user-login-wrapper .user-login.success * {
  display: none;
}
.app-content.user-login .content-wrapper .user-login-wrapper .user-login .error-message {
  display: none;
  color: #9f0000;
  background: #ffe3e3;
  padding: 10px;
  margin: 0 0 30px 0;
  border: 1px solid #9f0000;
  border-radius: 5px;
}
.app-content.user-login .content-wrapper .user-login-wrapper .user-login.error .error-message {
  display: block;
}
.app-content.user-login .content-wrapper .user-login-wrapper .input-block {
  margin-bottom: 20px;
}
.app-content.user-login .content-wrapper .user-login-wrapper .input-block label {
  display: block;
  margin: 10px auto 5px;
  font-weight: bold;
}
.app-content.user-login .content-wrapper .user-login-wrapper .input-block input,
.app-content.user-login .content-wrapper .user-login-wrapper .input-block select {
  display: block;
  width: 250px;
  font-size: 16px;
  padding: 5px;
  border: 1px solid #333;
  border-radius: 5px;
  line-height: 1.2em;
  margin: 0 auto;
}
.app-content.user-login .content-wrapper .user-login-wrapper .input-block select {
  width: 260px;
}
.app-content.user-login .content-wrapper .user-login-wrapper .btn-block .btn-submit {
  display: block;
  padding: 10px 10px;
  background: #000d4f;
  color: #fff;
  border: 1px solid #000d4f;
  border-radius: 5px;
  margin: 0 auto 10px;
  font-size: 16px;
  width: 260px;
}
.app-content.user-login .content-wrapper .user-login-wrapper .btn-block .btn-submit:hover {
  background: #fff;
  color: #000d4f;
  cursor: pointer;
}
.app-content.user-login .content-wrapper .user-login-wrapper .btn-block.loading .btn-submit, .app-content.user-login .content-wrapper .user-login-wrapper .btn-block.success .btn-submit {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
