.cashbill-box {
	position: fixed;
	width: 100%;
	z-index: 9;
	text-align: center;
	top: 0;
	left: 0;
	height: 100%;
}
.cashbill-box .modal-backdrop {
	height: 100%;
}
.cashbill-content {
	position: relative;
    margin: 0 auto;
    background-color: #fff;
    top: 7%;
    width: 26%;
    min-width: 428px;
    height: 650px;
    z-index: 999;
    border-radius: 12px;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
}
.cashbill-head {
	width: 90%;
	text-align: center;
	border-bottom: solid 2px #979797;
	margin-left: 5%;
	float: left;
}
.cashbill-head h4 {
	color: #21364b;
	text-align: left;
	float: left;
	width: 88%;
	font-size: 20px;
	line-height: 1.6em;
}
.cashbill-head button.cash-close {
	background: none;
  border: none;
  margin-top: 15px;
  margin-right: -40px;
  font-size: 17px;
  color: #a5a5a5;
}
.cashbill-head button.cash-close:hover {
	color: #000;
}
.cashbill-head span {
	font-size: 28px;
	color: #717171;
	float: right;
	padding-top: 10px;
	cursor: pointer;
}
.cashbill-head:nth-of-type(2){
	margin-top: 50px;
}
.bill-star {
	color: red !important;
  font-weight: bold !important;
  font-size: 13px !important;
  width: 1% !important;
  padding: 0;
}
input[type=radio].bill-radio {
	width: 15px;
}
.bill-radio-text {
	width: auto !important;
  font-size: 13px !important;
  margin-top: 7px;
  padding-left: 5px !important;
  margin-right: 22px;
}
.cashbill-body {
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
}
.cashbill-body div {
	width: 100%;
	float: left;
	text-align: left;
	min-height: 27px;
	margin: 3px 0;
}
.cashbill-body div span {
	width: 25%;
	float: left;
	color: #21364b;
	font-size: 13px;
	font-weight: 500;
	padding-left: 15px;
}
.cashbill-body div input {
	width: 66%;
	float: left;
	border-radius: 4px;
	border: solid 1px #979797;
	height: 27px;
	background-color: #f4fff8;
	font-size: 13px;
	padding-left: 10px;
}
.cashbill-body div input:focus {
	background-color: #fff;
}
.cashbill-body div textarea {
	width: 66%;
	height: 100px;
	margin-left: 2%;
	float: left;
	border-radius: 4px;
	border: solid 1px #979797;
	resize: none;
	background-color: #f4fff8;
}
.cashbill-body input.small-input {
	width: 22%;
}
.cashbill-body div select {
	width: 24%;
	border: solid 1px #979797;
	height: 27px;
	border-radius: 4px;
	background-color: #f4fff8;
	font-size: 13px;
}
.input-align p:not(.warn-msg) {
	width: 11px;
  float: left;
  text-align: center;
	margin: 0 4px;
}
.input-align p.warn-msg {
	width: 100%;
	font-size: 12px;
	color: red;
	float: left;
	text-align: center;
	margin-bottom: 0;
}
.input-align .g-recaptcha {
	float: left;
	display: inline-block;
	margin-left: 25%;
	margin-top: -17px;
}
.cashbill-foot {
	margin-top: 30px;
	display: inline-block;
	width: 100%;
  text-align: center;
}
.cashbill-foot button {
	width: 85px;
	height: 27px;
	padding: 0;
	font-size: 13px;
  font-weight: 500;
}
.cashbill-foot button:first-of-type {
	background-color: #e4e4e4;
	margin-right: 2%;
}
.cashbill-foot button:last-of-type {
	background-color: #39b968;
	color: #000;
	margin-left: 2%;
}
.privacy{
	height: 100px;
	overflow-y: scroll;
	border: solid 1px #979797;
	margin: 20px 0px !important;
	padding: 3%;
}
.agree-area{
	text-align: center;
}
.agree-title{
	text-align: center !important;
	color: red;
	font-weight: 600;
}

@media all and (max-width:425px) {
	.cashbill-body div textarea {
		margin-left: 5%;
	}
}
