@media screen and (max-width: 480px) {
	.navbar {
		margin-bottom: 8px;
	}
	.panel-heading {
		padding: 2px 8px;
	}
}
div.loginPage .desc {
  font-size: 1.2rem;
  margin-bottom: 24px;
	word-break: break-all;
}
div.loginPage .errMsg, div.passwordPage .msg, div.top .errMsg {
  font-size: 1.2rem;
  color: #f00;
  font-weight: bold;
  margin-top: -4px;
  margin-bottom: 8px;
  padding-left: 8px;
}
div.creditFormPage div.form-group div.value,
div.creditConfirmPage div.form-group div.value {
  padding-top: 7px;
}
div.creditFormPage div.caution,
div.creditConfirmPage div.caution,
div.creditFormPage div.err,
div.creditConfirmPage div.err {
  padding-left: 4px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #f00;
}
div.creditFormPage div.exDesc,
div.creditConfirmPage div.exDesc {
  font-size: 1.1rem;
  font-weight: normal;
}
div.creditFormPage div.dateSelect,
div.creditConfirmPage div.dateSelect {
  padding-top: 7px;
}
div.policyPage textarea {
  height: 200px;
}
div.policyPage textarea.form-control[readonly] {
  background: #fff;
}
div.formButtons {
  margin-top: 24px;
}
div.formButtons > div {
  margin-top: 8px;
}
div.creditResultPage div.resultBody {
  padding: 8px;
}
div.creditResultPage div.resultBody span.caution {
  font-weight: bold;
  color: #f00;
}
footer.footer {
  text-align: center;
}
table.memberInfo th {
	width: 125px;
}
.pointView {
	position: relative;
}
.pointView label {
	margin-bottom: 0;
}
.badge.badge-danger {
	color: #fff;
	background-color: #dc3545;
	margin-left: 4px;
	margin-bottom: 2px;
}
.badge.badge-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
	margin-left: 12px;
	margin-bottom: 2px;
	cursor: pointer;
}

.passwordLink  {
  color: #666;
}
.passwordLink > span.link {
	font-weight: 700;
	color: #009;
	cursor: pointer;
	text-decoration: underline;
}
.forgotPage .desc {
	font-size: 1.2rem;
}
.forgotPage .msg{
	font-weight: bold;
	color: red;
	margin-bottom: 12px;
}
.forgotPage button {
	margin: 1rem;
}
.forgotPage button:nth-child(1) {
	margin: 1rem 0rem;
}
.disabled {
	filter: contrast(0.8);
	pointer-events: none;
}

button.btnPassword {
	position: absolute;
	right: 82px;
	font-size: 10px;
	top: -12px;
}
.passwordPage button.btn {
	margin-right: 8px;
}
button.btnLogout {
	position: absolute;
	right: 0px;
	font-size: 10px;
	top: -12px;
}
div.abscent {
	color: red;
	font-weight: 700;
}

div.notice div.title {
  font-weight: 700;
  margin-bottom: 12px;
}
div.commPanel {
  display: flex;
  justify-content: center;  
}
@media screen and (max-width: 480px) {
  div.commPanel {
    display: block;
  }
}
.underLine {
  text-decoration: underline;
}

@keyframes animLoader {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
.loading {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading > .bkg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5
}
.loading > .loader {
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    transform: translateZ(0);
    animation-name: animLoader;
    animation-duration: 1.1s;
    animation-iteration-count: infinite;
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loading > .loader::after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.pt-7 {
	padding-top: 7px;
}
.meterFrame {
    position: relative;
    border: solid 1px #CCC;
    text-align: center;
    border-radius: 4px;
    height: 16px;
    font-size: 1rem;
    overflow: hidden;
    background-color: gray;
}
.meterFrame > .meter {
    position: absolute;
    background-color: orange;
    height: 100%;
}

.meterFrame > .desc {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    font-weight: 700;
    color: white;
}
.meterFrame.done > .meter {
	background-color: gray;
}
.meterFrame.done > .desc {
	color: white;
}
.ml-4 {
	margin-left: 1em;
}
.pdfDownload .msg {
	color: red;
	font-weight: 700;
}

.btn {
  min-width: 200px;
}
.btn.btn-sm {
  min-width: 60px;
}
.errMsg {
  font-size: 0.9rem;
  font-weight: 700;
  color: red;
}
.readOnly {
  pointer-events: none;
  user-select: none;
}

.caution2 {
  color: red;
  font-weight: 700;
}

.sectionTitle {
  color: #0d4c82;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
}

/* @page {
    size: 154mm 184mm;
    margin: 0;
} */
@media print {
    .dispOnly, header, button {
        display: none !important;
    }
    .card {
      border: 0;
    }
    .card .card-header, .card .card-body .title {
      color: black !important;
      background-color: white;
    }
    .qrCode img {
      max-width: 30mm !important;
    }
}