.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.list-dotted {
	list-style: inside;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.text-danger {
	color: #920000 !important;
}
label.form-label {
	font-size: 15px;
	font-weight: 600;
}

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

code.error-message {
    display: none;
    margin-top: 3px;
}

star {
	color: #ff0000;
	margin-left: 5px;
}

.bg-primary-light {
    background-color: rgb(0 0 0 / 20%) !important;
}

.text-primary {
    color: #000000 !important;
}

.card-header {
    background-color: #334f9f;
}
.card-header h2, .card-header h3, .card-header h4 {
    color: #fff;
}
.cursor-pointer {
    cursor: pointer;
}

.card-body h3 {
    font-size: 19px;
}

.document_images .card-img {
    line-height: 0;
}

.line-between {
    display: flex;
    justify-content: space-between;
}

.document-count {
    font-size: 19px;
    font-weight: bold;
    align-items: flex-end;
}

.menu-aside .submenu {
    margin-left: 24px;
}

@media (max-width: 768px) {
	.navbar-aside .aside-top .logo {
		height: 25px !important;
	}

}

@media (max-width: 480px) {

	.table.documents td:last-child {
		border-bottom: 1px solid #f3f3f3;
		text-align: center !important;
		padding-bottom: 17px;
	}
}


/**
* test
*/
.hidden {
	display: none;
}
.block {
	display: block;
}
.slide-next {
	animation: anim .3s forwards;
}
.timer {
	font-size: 25px;
}
.current_question {
	font-size: 25px;
}

@keyframes anim {
  0% {
  transform: translateX(1000px);
  }

  100% {
  transform: translateX(0px);
  }
}

.test-description {
	margin: 30px auto;
	border: 3px solid rgba(0,0,0,.5);
	padding: 20px;
	display: inline-block;
	border-radius: 10px;
}
.result-box {
	border: 3px solid rgba(0,0,0,.5);
	padding: 20px;
	display: inline-block;
	border-radius: 10px;
	width: 100%;
	height: 100%;
}
.answer {
	padding: 10px;
	background: #f6fdff;
	width: 100%;
	border-left: 5px solid #abb7d0;
}

.correct_count {
	font-size: 50px;
}
.question_count {
	font-size: 25px;
}

table.result-table th, table.result-table td {
	padding: 2px;
}

.is_pass {
	color: #ffc33d;
}
.is_unpass {
	color: #91a3af;
}


@media screen and (max-width: 480px) {
	.sp-full-height {
	}
}

td.fc-day-sat {
    background-color: #eaf4ff;
}
td.fc-day-sun, td.fc-hol {
    background-color: #fff2ef;
}

.holiday-name {
    font-size: 8px;
    color: red;
    position: absolute;
    padding: 4px 0 0 4px;
}

.text-bold {
    font-weight: 900;
}

h2 {
    font-size: 25px !important;
}
