div, td, p, img {
  user-select: none;
}
.card-header,
.bg-primary {
    background-color: #337ab7 !important;
    color: white;
}
.btn-primary {
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
    color: white;
}
div.header {
  height: 50px;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  border-top: solid 4px #336;
  border-bottom: solid 1px #336;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
div.header > div {
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  margin-right: 8px;
}
@media screen and (min-width: 480px) {
  div.header {
    background-size: auto;
    background-position: 1% 48%;
		height: 90px;
  }
}
@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.creditForm .fee {
  font-size: 1.5rem;
  font-weight: 700;
}
div.creditForm .lectures li {
  font-size: 1.1rem;
  font-weight: 700;
  color: #006;
}
div.creditForm .card-header .btnTop {
  top: 10px;
  right: 10px;
}
div.creditForm .lectures .desc {
  color: black;
  text-decoration: underline;
}

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 {
  display: flex;
  justify-content: space-around;
}
div.formButtons button {
  width: 200px;
}
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  {
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	margin-top: 4px;
}
.passwordLink > div.link {
	font-weight: bold;
	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;
}
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)
    }
}
.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;
}
button.btnLogout {
  font-size: 14px;
  width: 120px;
  border: 1px gray solid;
  padding: 0;
}
.sectionTitle {
  font-weight: 700;
}
.infoArea {
  padding: 8px 16px 16px;
  border: solid 1px black;
  border-radius: 8px;
  margin: 4px 0px 16px;
}
.infoArea > div {
  display: flex;
}
.infoArea > div > div:first-child {
  width: 120px;
}
.infoArea .text.strong {
  text-decoration: underline;
  color: red;
  font-weight: 700;
}

tr.inSession {
  font-weight: 700;
  color: #036;
  /* background-color: #F7F7FF; */
  cursor: pointer;
}
tr:not(.inSession) {
  pointer-events: none;
}
tr.isActive {
  background-color: #FFC;
}
tr.isCleared {
  background-color: #6F6;
}
tr.isCleared:hover {
  background-color: #9F9 !important;
}
tr.isFailed{
  background-color: #F66;
}
tr.isFailed:hover {
  background-color: #F99 !important;
}

table.lectureList td {
  text-align: center;
}
table.lectureList td:nth-child(2) ,
table.lectureList td:nth-child(3) ,
table.lectureList td:nth-child(6) {
  text-align: left;
}
/* table.lectureList td:nth-child(4) {
  text-align: right;
  padding-right: 1rem;
} */
.creditForm {
  width: 40rem;
  margin: auto;
}
.control-label {
  font-weight: 700;
}
.exDesc {
  font-weight: 500;
  color:#336;
  font-size: 0.9rem;
}
.caution,
.err{
  font-weight: 700;
  color: red;
  font-size: 0.9rem;
  margin-top: 4px;
}

.viewerFrame {
  display: flex;
  min-height: 300px;
}
.leftFrame, .viewerFrame .rightFrame {
  width: 200px;
  display: flex;
  flex-direction: column;
  max-height: 72vh;
  height: 72vh;
}
 .viewerFrame .rightFrame {
  margin-left: 16px;
}
.leftFrame > div, .viewerFrame .rightFrame > div {
  width: 90%;
}
 .viewerFrame .rightFrame .thumbView {
  position: relative;
  padding-right: 4px;
}
 .viewerFrame .rightFrame .thumbView > img {
  width: 100%;
  border: solid 1px #ccc;
  margin-bottom: 8px;
}
.leftFrame .controlPanel {
  padding: 8px;
  border: solid 1px #CCC;
  border-radius: 8px;
}
.leftFrame .controlPanel > .videoPanel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.leftFrame .controlPanel > .videoPanel > video {
  border: solid 1px gray;
}
.thumbFrame {
  flex-grow: 1;
  position: relative;
  overflow-y: scroll;
}
.card-header h5 {
	white-space: nowrap;
}
.mainFrame {
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  height: 72vh;
}

.mainFrame .slideView {
  border: solid 1px #ccc;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
.mainFrame .slideView > .messageView {
  position: absolute;
  width: 100%;
  text-align: center;
  background-color: red;
  color: white;
  font-size: 12px;
  bottom: -20px;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
}
.mainFrame .slidePlayPanel {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainFrame .slidePlayPanel > .bkg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.mainFrame .slidePlayPanel .playFrame {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: white;
  border-radius: 100px;
}
.mainFrame .slidePlayPanel .playFrame > i {
  font-size: 100px;
}
.mainFrame .slidePlayPanel.disabled {
  display: none;
}
.mainFrame .videoView {
  border: solid 1px #ccc;
  position: absolute;
  width: 300px;
}
.mainFrame .videoView > video {
  width: 100%;
}
.mainFrame .quizView {
  /* border: solid 1px #ccc; */
  width: 100%;
  min-height: 300px;
}
.mainFrame .quizView {
  font-size: 1.2rem;
}

.timerView {
  font-size: 1.2rem;
  text-align: center;
}
.buttonPanel {
  display: flex;
  justify-content: space-around;  
}

.dialogView ,
.ruleView {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dialogView > .bkg ,
.ruleView > .bkg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.dialogView > .card ,
.ruleView > .card {
  max-width: 50rem;
  min-width: 40rem;
  width: 50%;
}
.dialogView .card-header .btnClose ,
.ruleView .card-header .btnClose {
  font-size: 1.5rem;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
  cursor: pointer;
}
.dialogView .card-header .btnClose:active ,
.ruleView .card-header .btnClose:active {
  opacity: 0.5;
}
.choices > div > label {
  width: 100%;
}

.choices > div > label:hover {
  text-decoration: underline;
  color: #666;
}
.choices > div > label.checked {
  font-weight: 700;
}
.btnPanel {
  display: flex;
  justify-content: space-evenly;
}
.btnPanel > button {
  width: 200px;
}
.quizTitle {
  padding: 0.5rem 1rem; 
  background-color: #006 !important;
  text-align: center;
}
.quizTitle button.btnQuit {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
}

.resultView .resultStatus {
  position: relative;
  width: 20rem;
  margin: 0px auto 16px;
  border: solid 2px gray;
  border-radius: 8px;
  text-align: center;
}

.resultView .label {
  padding: 4px;
  border-bottom: solid 2px gray;
  background-color: #006;
  color: white;
  font-weight: 700;
  font-size: 1.2rem;
}
.resultView .result {
  padding-top: 16px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2.8rem;
}
.resultView .result.resultOK {
  color: #009;
}
.resultView .result.resultNG {
  color: #C00;
}
.resultView .resultNote {
  padding-bottom:8px;
}
.resultDesc td {
  text-align:center;
}
.resultDesc td:last-child {
  text-align: left;
}
.resultDesc tr.resultOK {
  background-color: #F0FFF0;
}
.resultDesc tr.resultNG {
  background-color: #FFF0F0;
}
.card-header .btnTop {
  position:absolute;
  background-color: #336;
  right: 1rem;
  top: 1rem;
  color: #FFF;
  border-color: #f8f9fa;
}

.iconButton {
  font-size: 3rem;
  cursor: pointer;
}
.iconButton:hover {
  opacity: 0.7;
}
.btnPlay {
  color: #393;
}
.iconButton.disabled {
  filter: grayscale(1);
  opacity: 0.3;
  pointer-events: none;
}

.loginForm .btn {
  border: solid 1px #ced4da;
}

.loginForm .message {
  color: #666;
}

.loginForm .errMsg {
  color: red;
  font-weight: 700;
}

.loading {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100001;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loading > .bkg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.5;
	left: 0;
}
@keyframes loadingSpinner {
	0% { transform: rotate(0deg); }
	100% {transform: rotate(360deg);}
}
.loading > .spinner {
	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: loadingSpinner;
	animation-duration: 1.1s;
	animation-iteration-count: infinite;
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
.loading > .spinner::after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.descriptionView {
  display: flex;
}
.descriptionView .photo {
  width: 25%;
  position: relative;
}
.descriptionView .photo > img {
  width: 150px;
  border: solid 2px black;
}
.descriptionView .rightFrame {
  margin-left: 1.5rem;
  flex-grow: 1;
}
.descriptionView .rightFrame .title h5 {
  font-weight: 700;
}
.borderBottom {
  padding-bottom: 0.25rem;
  border-bottom: solid 1px #ccc;
}
.descriptionView .rightFrame .content {
  display: flex;
  position: relative;
  align-items: center;
}
.descriptionView .rightFrame .content .group {
  display: flex;
  margin-right: 2rem;
  width: 40%;
  align-items: baseline;
}
.descriptionView .rightFrame .content .group .label {
  margin-right: 0.5rem;
}
.descriptionView .rightFrame .content .group .text {
  font-weight: 700;
}
.descriptionView .rightFrame .content .group .price {
  font-weight: 700;
  color: #006;
  font-size: 1.2rem;
}

.cameraDialog .snapShot {
  position: absolute;
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: black;
  background-position: center;
  top: 0;
  left: 0;
  border: solid 1px #ccc;
}
.cameraDialog video {
  border: solid 1px #ccc;
  width: 300px;
  height: 300px;
  transform: rotateY(180deg);
  background-color: black;
}

.cameraDialog .mainPanel {
  display: flex;
}
.cameraDialog .mainPanel .leftPanel {
  position: relative;
}
.cameraDialog .mainPanel .rightPanel {
  position: relative;
  margin-left: 1rem;
}
.cameraDialog .mainPanel .rightPanel .buttonPanel {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.cameraDialog .mainPanel .rightPanel .buttonPanel .btn {
  margin: 0;
  width: 46%;
}
.cameraDialog .mainPanel .rightPanel .buttonPanel .btnStart {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cameraDialog .mainPanel .rightPanel .buttonPanel .btnStart:hover,
.cameraDialog .mainPanel .rightPanel .buttonPanel .btnStart:active {
  opacity: 0.5;
}
.cameraDialog .mainPanel .rightPanel .buttonPanel .btn i {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.cameraDialog .mainPanel .rightPanel .description {
  line-height: 1.4rem;
}
.btnExam:disabled {
  opacity: 0.3;
  filter: grayscale(100);
}
input[type="file"] {
  width: 0;
  height: 0;
}
.text-strong {
  font-weight: 700;
  color: red;
}

.pdfDownload {
  position: relative;
  display: flex;
  flex-direction: column;
  width :180px;
  margin: 16px 0 0 16px;
  cursor: pointer;
}
.pdfDownload:hover {
  background-color: #FFE;
}
.pdfDownload > .pdfIcon {
  position: relative;
  height: 90px;
  background-image: url(../images/pdf.png);
  background-repeat: no-repeat;
  background-position: center;
}
.pdfDownload > div {
  width: 180px;
  font-size:0.8rem;
  text-align: center;
}
.outOfTerm {
  opacity: 0.5;
  filter: grayscale(1);
  background-color: #CCC;
  pointer-events: none; 
}

em {
  font-style: normal;
  text-decoration: underline;
  font-weight: 700;
}

.vjs-modal-dialog {
  display: none;
}
.vjs-control-bar {
  display: none;
}
.vjs-text-track-display {
  display: none;
}
.vjs-poster {
  display: none;
}
.vjs-loading-spinner {
  display: none;
}
.vjs-big-play-button {
  display: none;
}
video {
  border: solid 1px #ccc;
}