*:focus {
  outline: none;
}
html {
  height: 100%;
  width: 100%;
}
body {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", "Open Sans Light", Helvetica, Arial, "Lucida Grande", sans-serif;
}
/*body {
    padding: 48px 240px;
    background: #f4f5f4;
}*/
[lang=zh-cn] {
  font-family: "Open Sans", "Helvetica Neue", "Microsoft Yahei", sans-serif !important;
}
a {
  text-decoration: none;
}
input,
textarea {
  border: solid 1px #eee;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
  /* for IE6 IE7 */
}
.button {
  position: relative;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  border: solid 1px #0073ea;
  background: #0073ea;
  box-sizing: border-box;
  color: white;
  text-align: center;
  display: inline-block;
  padding: 0 20px;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  user-select: none;
}
.button .fa {
  margin: 0 4px;
}
.button.disabled {
  background: #999;
  color: #eee;
  border: solid 1px #999;
  cursor: not-allowed;
  transition: none;
  -webkit-transition: none;
}
.button:hover {
  background: #fff;
  border: solid 1px #0073ea;
  color: #0073ea;
}
.button.hover {
  background: #fff;
  border: solid 1px #0073ea;
  color: #0073ea;
}
.button.hover:hover {
  background: #0073ea;
  border: solid 1px #0073ea;
  color: #fff;
}
.message-box {
  width: 300px;
  height: 150px;
  position: absolute;
  font-size: 14px;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -150px;
}
.message-box.error {
  color: #FD5638;
}
body {
  margin: 0;
  height: 100%;
  width: 100%;
  padding: 48px 240px;
  background: #f4f5f4;
}
.ui-datepicker {
  font-size: 12px;
}
.title {
  padding: 0 12px;
  font-size: 18px;
  font-weight: 400;
  height: 48px;
  line-height: 48px;
  border-bottom: solid 2px #0073ea;
}
.title > i.fa {
  color: #0073ea;
  float: left;
  margin-top: 14px;
  margin-right: 4px;
}
.title > a {
  float: left;
}
.overview {
  margin-top: 12px;
  height: 142px;
  min-width: 840px;
  background: #fff;
  border: solid 1px #eee;
}
.overview .title i.fa-sync-alt {
  margin-left: 8px;
  cursor: pointer;
  color: #aaa;
  font-size: 14px;
  margin-top: 17px;
}
.overview .title i.fa-sync-alt:hover {
  color: #0073ea;
}
.overview .content {
  box-sizing: border-box;
  padding: 24px;
}
.overview .content .balance {
  float: left;
  color: #333;
  font-size: 30px;
  margin-right: 12px;
}
.overview .content .balance i {
  margin-right: 12px;
  font-style: normal;
}
.overview .content a.button {
  font-size: 14px;
  margin-top: 4px;
  margin-left: 12px;
  float: left;
}
.overview .content .bank-account {
  float: left;
  color: #333;
  font-size: 20px;
  margin-top: 8px;
  margin-left: 32px;
}
.overview .content .bank-account i.fa-credit-card {
  color: #0073ea;
}
.overview .content .bank-account a.set-bank-account {
  margin-left: 2px;
  color: #0073ea;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}
.income-and-expenditure {
  background: #fff;
  border: solid 1px #eee;
  margin-top: 12px;
  min-width: 840px;
}
.income-and-expenditure .title .filter {
  float: left;
  margin-left: 24px;
  height: 48px;
  font-size: 14px;
}
.income-and-expenditure .title .filter .filter-field {
  height: 24px;
  line-height: 24px;
  margin-top: 12px;
  padding: 0 12px;
  float: left;
  box-sizing: border-box;
}
.income-and-expenditure .title .filter .filter-field i {
  font-style: normal;
  margin-right: 4px;
}
.income-and-expenditure .title .filter .filter-field a {
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  padding: 2px 4px;
  font-size: 12px;
}
.income-and-expenditure .title .filter .filter-field a.selected {
  background: #0073ea;
  color: white;
  border-radius: 2px;
}
.income-and-expenditure .title .filter .duration label {
  font-size: 12px;
}
.income-and-expenditure .title .filter .duration input {
  box-sizing: border-box;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border: solid 1px #ddd;
  width: 72px;
}
.income-and-expenditure .title .filter .account-type {
  border-right: solid 1px #ddd;
}
.income-and-expenditure .title .filter .iae-type {
  border-right: solid 1px #ddd;
}
.income-and-expenditure .iae-list-container {
  box-sizing: border-box;
  width: 100%;
  padding: 12px 24px;
}
.income-and-expenditure .iae-list-container table {
  font-size: 13px;
  color: #666;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: solid 1px #eee;
  border-left: solid 1px #eee;
}
.income-and-expenditure .iae-list-container table th {
  height: 24px;
  border-right: solid 1px #eee;
  border-bottom: solid 1px #eee;
  text-align: left;
  padding-left: 8px;
}
.income-and-expenditure .iae-list-container table th.time {
  width: 80px;
}
.income-and-expenditure .iae-list-container table th.biz-type {
  width: 100px;
}
.income-and-expenditure .iae-list-container table th.account {
  width: 80px;
}
.income-and-expenditure .iae-list-container table th.amount {
  width: 100px;
}
.income-and-expenditure .iae-list-container table th.counterpart {
  width: 160px;
}
.income-and-expenditure .iae-list-container table th.remarks {
  width: 300px;
}
.income-and-expenditure .iae-list-container table td {
  text-align: left;
  height: 48px;
  line-height: 20px;
  border-right: solid 1px #eee;
  border-bottom: solid 1px #eee;
  padding-left: 8px;
}
.income-and-expenditure .iae-list-container table td.amount {
  /*font-weight: bold;*/
}
.income-and-expenditure .iae-list-container table td.inc {
  color: #31af00;
}
.income-and-expenditure .iae-list-container table td.exp {
  color: #0073ea;
}
.income-and-expenditure .iae-list-container table td.remarks {
  color: #999;
}
.income-and-expenditure .iae-list-container table td.remarks div {
  width: 100%;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.income-and-expenditure .iae-list-container table td.remarks a {
  color: #0073ea;
}
.income-and-expenditure .iae-list-container table td.no-data {
  text-align: center;
  font-style: italic;
  color: #aaa;
  height: 96px;
  font-size: 16px;
}
.income-and-expenditure .iae-list-container .iae-list-footer {
  text-align: right;
}
.income-and-expenditure .iae-list-container .iae-list-footer .pager {
  margin-top: 6px;
}
*:focus {
  outline: none;
}
html {
  height: 100%;
  width: 100%;
}
body {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", "Open Sans Light", Helvetica, Arial, "Lucida Grande", sans-serif;
}
/*body {
    padding: 48px 240px;
    background: #f4f5f4;
}*/
[lang=zh-cn] {
  font-family: "Open Sans", "Helvetica Neue", "Microsoft Yahei", sans-serif !important;
}
a {
  text-decoration: none;
}
input,
textarea {
  border: solid 1px #eee;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
  /* for IE6 IE7 */
}
.button {
  position: relative;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  border: solid 1px #0073ea;
  background: #0073ea;
  box-sizing: border-box;
  color: white;
  text-align: center;
  display: inline-block;
  padding: 0 20px;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  user-select: none;
}
.button .fa {
  margin: 0 4px;
}
.button.disabled {
  background: #999;
  color: #eee;
  border: solid 1px #999;
  cursor: not-allowed;
  transition: none;
  -webkit-transition: none;
}
.button:hover {
  background: #fff;
  border: solid 1px #0073ea;
  color: #0073ea;
}
.button.hover {
  background: #fff;
  border: solid 1px #0073ea;
  color: #0073ea;
}
.button.hover:hover {
  background: #0073ea;
  border: solid 1px #0073ea;
  color: #fff;
}
.message-box {
  width: 300px;
  height: 150px;
  position: absolute;
  font-size: 14px;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -150px;
}
.message-box.error {
  color: #FD5638;
}
.pager a {
  padding: 2px 4px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 2px;
  margin: 1px;
}
.pager a.prev {
  margin-right: 4px;
}
.pager a.next {
  margin-left: 4px;
}
.pager a.current {
  background: #0073ea;
  color: #fff;
  cursor: text;
}
.pager a.disabled {
  cursor: not-allowed;
  color: #ccc;
}
.pager a.total {
  margin-left: 12px;
  cursor: text;
}
.pager input.go-page-no {
  height: 18px;
  box-sizing: border-box;
  line-height: 18px;
  width: 36px;
  text-align: center;
  border: solid 1px #ccc;
  margin-left: 12px;
}
.pager a.go-page {
  height: 18px;
  line-height: 18px;
  display: inline-block;
  padding: 0 6px;
  cursor: pointer;
  background: #0073ea;
  color: #fff;
}
*:focus {
  outline: none;
}
html {
  height: 100%;
  width: 100%;
}
body {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", "Open Sans Light", Helvetica, Arial, "Lucida Grande", sans-serif;
}
/*body {
    padding: 48px 240px;
    background: #f4f5f4;
}*/
[lang=zh-cn] {
  font-family: "Open Sans", "Helvetica Neue", "Microsoft Yahei", sans-serif !important;
}
a {
  text-decoration: none;
}
input,
textarea {
  border: solid 1px #eee;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
  /* for IE6 IE7 */
}
.button {
  position: relative;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  border: solid 1px #0073ea;
  background: #0073ea;
  box-sizing: border-box;
  color: white;
  text-align: center;
  display: inline-block;
  padding: 0 20px;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  user-select: none;
}
.button .fa {
  margin: 0 4px;
}
.button.disabled {
  background: #999;
  color: #eee;
  border: solid 1px #999;
  cursor: not-allowed;
  transition: none;
  -webkit-transition: none;
}
.button:hover {
  background: #fff;
  border: solid 1px #0073ea;
  color: #0073ea;
}
.button.hover {
  background: #fff;
  border: solid 1px #0073ea;
  color: #0073ea;
}
.button.hover:hover {
  background: #0073ea;
  border: solid 1px #0073ea;
  color: #fff;
}
.message-box {
  width: 300px;
  height: 150px;
  position: absolute;
  font-size: 14px;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -150px;
}
.message-box.error {
  color: #FD5638;
}
.topup-mask {
  height: 100%;
  width: 100%;
  background-color: #111;
  opacity: 0.75;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
}
.topup-dlg {
  display: none;
  background-color: #fff;
  border: solid 1px #0070ee;
  box-sizing: border-box;
  position: absolute;
  padding: 24px;
  width: 320px;
  height: 120px;
  z-index: 2;
  left: 50%;
  top: 136px;
  margin-left: -160px;
  margin-top: -60px;
  text-align: center;
}
.topup-dlg span {
  display: block;
  height: 32px;
  line-height: 32px;
  margin-bottom: 12px;
}
.topup-dlg span label {
  margin-right: 4px;
}
.topup-dlg span input {
  width: 80px;
  height: 20px;
  line-height: 20px;
}
.topup-dlg span input.invalid {
  border: solid 1px #ff0084;
}
