/**
 * PMV defaults
 */
button {
  display: inline-block;
  padding: 5px 15px;
  border: solid 1px #ccc;
  border-radius: 2px;
  cursor: pointer;
}
.confirmButton,
.disableButton {
  margin-left: 0;
  border-radius: 2px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  position: relative;
  margin: 7px 0 0;
}

.disableButton input[disabled] {
  border: solid 1px #ccc;
  border-radius: 3px;
  background-color: #eee;
  font-weight: 500;
  cursor: not-allowed;
  padding: 5px 10px;
  text-transform: uppercase;
  margin: 0;
}

.confirmButton input {
  font-weight: 500;
  background: #F47c23;
  padding: 5px 10px;
  color: #fff;
  border: 1px solid #d9630b;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto;
  display: inline-block;
  cursor: pointer;
}

/**
 * Borders & shadows
 */
/**
 * Borders and shadows
 *
 */
/*
    _sb101	1px, border-radius: 0, 		.1
    _sb141	1px, border-radius: 4px, 	.1
*/
._sb101,
._sb141 {
  position: relative;
}

._sb101:after {
  border: 1px solid rgba(0, 0, 0, 0.1);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

._sb141:after {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/*
    _sb14f		1px, border-radius: 4px,
    _sb14ft		1px, border-radius: 4px,
    _sb14fs		1px, border-radius: 4px, width box-shadow
    _sb14fts	1px, border-radius: 4px, width box-shadow

    _sb14fu		1px, border-radius: 4px, (under)no top border,
    _sb14fus	1px, border-radius: 4px, (under)no top border, width box-shadow
*/
._sb14f,
._sb14fs,
._sb14fu,
._sb14fus,
._sb14ft,
._sb14fts {
  position: relative;
}

._sb14f:before,
._sb14fs:before,
._sb14fu:before,
._sb14fus:before,
._sb14ft:before,
._sb14fts:before {
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 4px;
  bottom: -1px;
  content: "";
  left: -1px;
  pointer-events: none;
  position: absolute;
  right: -1px;
  top: -1px;
}

._sb14ft:before,
._sb14fts:before {
  border-color: #cacaca;
}

._sb14fs:before,
._sb14fts:before,
._sb14fu:before,
._sb14fus:before {
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
}

._sb14fu:before,
._sb14fus:before {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/**
 * Login
 */
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

.auth {
  background: #ffffff;
}

.pmv {
  display: block;
  vertical-align: top;
  margin: 0 auto;
}

.auth-page_header {
  padding: 30px 0 0 30px;
  position: relative;
}

.auth-page_lang {
  width: 200px;
  float: right;
  text-align: right;
  padding-right: 10px;
}

.auth-page_lang .active {
  background-color: #eee;
  cursor: not-allowed;
}

.auth-page_lang li {
  display: inline-block;
  margin-right: 2px;
  border: solid 1px #ebebeb;
  padding: 3px;
  font-size: 11px;
  color: #777979;
  cursor: pointer;
}

.login-dialog {
  margin: 170px auto;
  position: relative;
  min-height: 285px;
  padding: 20px;
  border: solid 1px #ebebeb;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .login-dialog {
    width: 635px;
  }
}
.login-dialog ._sb101 {
  position: relative;
}
.login-dialog ._sb101:after {
  border: 1px solid rgba(0, 0, 0, 0.1);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
}
.login-dialog .ppic {
  border-radius: 50%;
  position: absolute;
  left: 37%;
  top: -81px;
  border: solid 5px #fff;
  width: 25%;
}
.login-dialog .ppic img {
  width: 100%;
  border-radius: 50%;
}
.login-dialog .top {
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
  text-align: left;
  margin-top: 45px;
}
.login-dialog .top h1 {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 40px;
  font-family: "robotolight", Helvetica, Arial, sans-serif;
  color: #6b6b6b;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}
.login-dialog .login {
  padding-top: 30px;
}
.login-dialog .sign-in-with-social {
  padding-bottom: 40px;
  margin: 0 auto 40px;
  max-width: 290px;
  position: relative;
}
.login-dialog .sign-in-with-social > .fb-button {
  background: url(//lakpont.com/__ver/1.1.0/assets/fb-logo.png) no-repeat 0px 0px;
  background-color: #3b5998;
  color: #fff;
  border: none;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  box-shadow: 0px 2px 1px rgba(28, 28, 29, 0.42);
}
.login-dialog .sign-in-with-social > button {
  border-radius: 4px;
  height: 40px;
  width: 100%;
  padding: 0 0 0 50px;
  letter-spacing: 0.5px;
  cursor: pointer;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.login-dialog .sign-in-with-social > .google-button {
  background: url(//lakpont.com/__ver/1.1.0/assets/google-logo.png) no-repeat 8px 11px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.54);
  text-align: left;
  border: solid 1px #eee;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.login-dialog .sign-in-with-social .orSeparator {
  display: block;
  position: absolute;
  width: 40px;
  margin-left: -15px;
  /*
              left: 50%;
              bottom: -12px;
  */
  padding: 9px 0 5px;
  background-color: #fff;
  color: #999;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 680px) {
  .login-dialog .sign-in-with-social .orSeparator {
    top: 75px;
    right: -20px;
    bottom: auto;
    left: auto;
  }
}
@media (min-width: 680px) {
  .login-dialog .sign-in-with-social {
    border-bottom: none;
    border-right: 1px solid #ebebeb;
    float: left;
    height: 175px;
    padding: 0 50px 0 0;
    margin: 0;
    width: 285px;
  }
}
.login-dialog .promise {
  font-size: 10px;
  margin: 1em 0;
  color: #777979;
}
.login-dialog .promise .text {
  position: relative;
  left: 20px;
  width: 100%;
  padding-right: 20px;
}
.login-dialog .promise .text::before {
  content: "";
  background-repeat: no-repeat;
  height: 16px;
  width: 12px;
  background-image: url(//d2sx8fj3ha7ai7.cloudfront.net/assets/sitewide-sf8503c1c6c-65298dea0fa0ebd3fa0ea5e5fbcae034.png);
  background-position: 0 -124px;
  position: absolute;
  left: -20px;
  top: 5px;
}
.login-dialog .promise div {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.5em;
  text-align: justify;
}
.login-dialog .traditional-login {
  max-width: 290px;
  margin: 0 auto;
}
.login-dialog .traditional-login input[type=email] {
  background: #fff url(//lakpont.com/__ver/1.1.0/assets/loginiconhead.png) no-repeat 14px 8px;
}
.login-dialog .traditional-login input[type=password] {
  background: #fff url(//lakpont.com/__ver/1.1.0/assets/loginicons.png) no-repeat -17px 8px;
}
.login-dialog .traditional-login input[type=email],
.login-dialog .traditional-login input[type=password] {
  padding: 0.5em 1em 0.5em 2em;
  font-size: 0.8em;
  outline: none;
  color: #212121;
  letter-spacing: 1px;
  width: 84%;
}
.login-dialog .traditional-login input {
  display: block;
  width: 99.5%;
  margin-bottom: 20px;
  padding: 10px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-indent: 10px;
  color: #555;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.login-dialog .traditional-login label {
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  margin-left: 5px;
}
.login-dialog .traditional-login .pwddisableButton,
.login-dialog .traditional-login .pwdconfirmButton {
  margin-left: 25px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 18px;
  /* padding: 2px 6px; */
  text-align: center;
  /* border-color: #f47c23; */
  width: 100%;
  margin: 0;
}
.login-dialog .traditional-login .pwddisableButton input {
  color: #ccc;
  padding: 3px 6px;
}
.login-dialog .traditional-login .pwddisableButton input[disabled] {
  border: solid 1px #ccc;
  border-radius: 3px;
  background-color: #eee;
  font-weight: 500;
  font-size: 16px;
  padding: 6px;
  line-height: 1.6;
}
.login-dialog .traditional-login .stay {
  font-size: 0.8em;
}
.login-dialog .traditional-login .stay input {
  display: inline-block;
  width: auto;
}
@media (min-width: 680px) {
  .login-dialog .traditional-login {
    float: right;
    margin: 0;
    width: 255px;
  }
}

/**
 * Cash
 */
.money {
  padding-top: 20px;
}
.money .acc-select {
  width: 180px;
}

.mnth,
.last {
  font-size: 12px;
  margin-bottom: 20px;
  border: solid 1px #ccc;
  width: 100%;
}
.mnth tr:nth-child(even),
.last tr:nth-child(even) {
  background: #e6e6e6;
}
.mnth td,
.last td {
  border: solid 1px #ccc;
  padding: 3px;
}
.mnth td:nth-of-type(2),
.last td:nth-of-type(2) {
  padding-left: 10px;
}
.mnth td:nth-of-type(3), .mnth td:nth-of-type(4),
.last td:nth-of-type(3),
.last td:nth-of-type(4) {
  text-align: right;
}
.mnth td:last-of-type,
.last td:last-of-type {
  text-align: right;
}

._918 div {
  margin-bottom: 10px;
}
._918 .newline input {
  border: 0.5px solid #ddd;
}
._918 .newline input[name="mny[date]"] {
  width: 100px;
}
._918 .newline ._9181 input {
  width: 100%;
}
._918 .newline ._9182 input {
  width: 100%;
}
._918 .newline ._9183 {
  display: flex;
}
._918 .newline ._9183 select {
  width: 100%;
}
._918 .newline ._9184 select {
  width: 100%;
}

.history {
  display: flex;
  padding-top: 20px;
  font-size: 12px;
}
.history ._948 {
  padding: 10px;
}
.history ._948 > p {
  font-weight: bold;
}
.history ._948 div {
  border-bottom: solid 1px #ccc;
  cursor: pointer;
  padding: 5px 0;
}
.history ._948 div:hover {
  background: #e6e6e6;
}

#ba-main {
  user-select: none;
  border-top: 8px solid #1368c2;
  background: url(../image/GOPR1069.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: url(//lakpont.com/__ver/1.1.0/assets/down.png) no-repeat white;
  background-position: 96% 55%;
  border: 0.5px solid #ddd;
  padding: 1px 10px 1px 5px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-right: 0 !important;
  padding-left: 10px !important;
  padding: 3px 7px;
  border-radius: 0px;
}

.PrivateMenu {
  font-size: 12px;
  vertical-align: top;
  padding-top: 20px;
  min-height: 100vh;
}
.PrivateMenu ul {
  padding: 0;
  margin-top: 15px;
}
.PrivateMenu ul li {
  list-style: none;
  margin-bottom: 10px;
  padding: 3px 0;
}
.PrivateMenu ul a {
  padding: 5px 0;
  padding-left: 10px;
}
.PrivateMenu ul > a:hover,
.PrivateMenu ul li.active,
.PrivateMenu ul li:hover {
  background: #ccc;
}
.PrivateMenu ul > a,
.PrivateMenu ul li a {
  display: block;
  text-decoration: none;
  color: #6c6c6c;
}
.PrivateMenu ._sb101:after {
  border-radius: 50%;
}

.ppic {
  border-radius: 50%;
  width: 35%;
  margin-left: 15px;
}
.ppic img {
  width: 100%;
  border-radius: 50%;
}

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