body {
	background-color: #f5f7ff;
}

.login-view-container {
	
}

.login-box {
	display: inline-block;
	padding: 20px 30px 20px 30px;
	border-radius: 10px;
    -webkit-box-shadow:rgb(200, 210, 255) 0px 0px 10px;
    -moz-box-shadow:rgb(200, 210, 255) 0px 0px 10px;
    box-shadow:rgb(200, 210, 255) 0px 0px 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	background-color: white;
}

.login-element {
	margin-top: 8px;
	margin-bottom: 8px;
}

.login-button {
	padding: 3px 15px 3px 15px;
}

.login-input {
	border-radius: 5px;
}

.nav-container {
	position: fixed;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.nav-button {
	width: 150px;
	height: 150px;
	font-size: 150%;
	margin: 20px;
	border-radius: 20px;
}

.br-button {
	width: 200px;
	height: 100px;
	font-size: 150%;
	margin: 20px;
	border-radius: 20px;
}

.st-button {
	width: 400px;
	height: 70px;
	font-size: 120%;
	margin: 20px;
	border-radius: 20px;
}

.record-container, .container-update-list {
	width: 100%;
	max-width: 500px;
	margin: auto;
}

.container-update-record {
	background-color: white;
	border-radius: 15px;
}

.name-container, .cur-record-container, .prev-record-container {

}

.prev-record-title {
	font-weight: bold;
}

.name-input {
	display: block;
	width: 100%;
	padding: 5px 5px 5px 5px;
	border: 1px solid black;
	box-sizing: border-box;
}

.rec-btn {
	padding: 5px 15px 5px 15px;
	margin: 15px 0px 10px 0px;
}

.prev-record {
	border: 1px solid black;
	margin-bottom: 20px;
	padding: 0px;
}

.ptn-name {
	max-width: 500px;
	display: inline-block;
	border-radius: 20px;
	font-size: 150%;
	font-weight: bold;
}

.ptn-btn {
	margin-bottom: 15px;
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100px;
}

.ptn-container {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.new-record-col {
	padding-right: 40px;
}

.prev-record-col {
	padding-left: 40px;
}

.fee-input {
	display: inline-block;
	max-width: 50%;
}

.fee-btn {
	display: inline-block;
	width: 45%;
	margin-bottom: 5px;
	margin-left: 20px;
}

.prec-input {
	margin-bottom: 20px;
}

.note-input {
	margin-bottom: 20px;
}

.prev-record {
	background-color: white;
	border: 1px solid #ced4da;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
}

.prev-records-container {
	height: 420px;
	overflow-y: auto;
	padding-right: 20px;
}

.record-datetime {
	font-weight: bold;
}

.fee-container {
	text-align: right;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}

.red-border {
	border: 2px solid red;
}

.confirm-box-container, .edit-box-container, .delete-box-container {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(128,128,128,0.8);
	overflow-x: auto;
}

.hidden-div {
	display: none;
}

.data-container {
	position: relative;
	max-height: 400px;
	overflow-x: auto;
}

.btn-container {
	position: relative;
}

.confirm-box, .edit-box {
	border-radius: 15px;
	border: 1px solid #ced4da;
	background-color: white;
	position: fixed;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 400px;
	padding: 20px 20px 20px 20px;
}

.cfm-btn {
	width: 48%;
}

.ws-wrap {
	white-space: pre-wrap;
}

.ptn-list-btn {
	width: 100%;
	margin: 15px 0px 15px 0px;
	display: block;
	text-align: left;
	font-size: 110%;
}

.info-box-container {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(128,128,128,0.8);
	overflow-x: auto;
}

.info-box {
	border-radius: 15px;
	border: 1px solid #ced4da;
	background-color: white;
	position: fixed;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 300px;
	padding: 20px 20px 20px 20px;
}

.info-data-container {
	position: relative;
	max-height: 350px;
	overflow-x: auto;
}

.contact-box {
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 5px;
	font-size: 80%;
}

.edit-btn {
	position:absolute;
	right: 80px;
	top: 0px;
	padding-top: 1px;
	padding-bottom: 1px;	
}

.delete-btn {
	position:absolute;
	right: 0px;
	top: 0px;
	padding-top: 1px;
	padding-bottom: 1px;	
}

.date-btn-container {
	position: relative;
}

.ptlist-table-container {
	width: 350px;
	position: absolute;
	right: 30px;
	height: 450px;
	overflow-y: hidden;
}

.ptlist-table-container:hover {
	overflow-y: auto;
}

.pt-nameplate {
	background-color: white;
	border-top: 1px solid #dee2e6;
	padding: 0.75rem;
	cursor: pointer;
}

.pt-nameplate:hover {
	background-color: #EDECEC;
}

.back-button {
	position: fixed;
	width: 40px;
	height: 40px;
	left: 10px;
	top: 10px;
	border-radius: 50%;
	padding: 0px 5px 5px 5px;
	font-size: 150%;
}

.btn-edit-name {
	position: absolute;
	right: 15px;
	bottom: -1px;
	height: 30px;
	padding-top: 2px;
}

.name-box-container {
	display: inline;
	position: relative;
}

.summary-select {
	display: inline;
	width: 41%;
}

.summary-table {
	margin-top: 20px;
	max-width: 450px;
	background-color: white;
}

.table-fixed tbody{
	max-height: 380px;
	overflow-y: auto;
	width: 100%;
	cursor: pointer;
	display: block;
}

.table-fixed thead, tbody tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.day-info {
	background-color: white;
	padding: 10px;
	position: relative;
}

.top-right {
	position: absolute;
	right: 10px;
	top: 10px;
}

.day-records-container {
	max-height: 400px;
	overflow-y: auto;
}

.auto-complete-box {
	width:500px;
	height:500px;
	left:330px;
	overflow:auto;
	cursor:pointer;
}