* {
    box-sizing: border-box;
}

body {
	background: #ededed;
    font-family: -apple-system-font, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

h1 {
	font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Source Sans Pro", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande";
    font-weight: normal;
}

form {
    position: relative;
}

label {
	font-size: 26px;
    top: 10px;
    color: black;
    width: 10%;
    position: absolute;
    font-weight: bold;
}

#pay_amount,
#pay_amount:disabled {
	border: none;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
    font-size: 45px;
    width: 100%;
    padding-left: 15%;
    background: transparent;
}

#pay_amount:disabled {
    border: none;
}

button.add-notes,
button.add-notes:active,
button.add-notes:hover,
button.add-notes:focus,
button.add-notes:visited {
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: #586C94;
    margin-top: 10px;
    outline: 0;
    background: none;
    border: none;
}

button.submit {
	border: 0;
	cursor: pointer;
    outline: 0;
    width: 100%;
    color: #fff;
    background-color: #1AAD19;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 25px auto;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 2.55555556;
    border-radius: 5px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
}

.account-logo {
    margin-bottom: 10px;
}

.account-logo img {
    display: block;
    margin: 0 auto;
    width: 45px;
}

.card {
	width: 90%;
    margin: 30px auto;
}

.card-head {
	background: #fbfbfb;
	padding: 15px 30px;
	text-align: center;
}

.card-body {
	background: #ffffff;
	padding: 15px 30px;
}

.mask {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.notes-container {
    display: none;
    position: fixed;
    z-index: 5000;
    width: 80%;
    max-width: 300px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}

.notes-content {
    min-height: 40px;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 17px;
    text-align: left;
    padding: 1.6em 1.6em 2em;
    color: #353535;
}

.notes-content input {
    border: none;
    border-bottom: 1px solid #e2e2e2;
    border-color: #0BB20C;
    font-size: 20px;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 10px;
}

.notes-content span {
    display: block;
    font-size: 14px;
    color: #a0a0a0;
}

.notes-actions {
    position: relative;
    display: block;
    text-align: right;
    line-height: 42px;
    font-size: 16px;
    padding: 0 1.6em 0.7em;
}

.notes-actions a {
    color: #808080;
    display: inline-block;
    vertical-align: top;
    padding: 0 .8em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
}
.notes-actions a:last-child {
    color: #0BB20C;
    margin-right: -0.8em;
}

.notes-actions a:visited {
    background-color: rgba(0, 0, 0, 0.06);
}
