body, h1, h2, h3, h4, h5, h6, header, span {
	font-family: garamond-premier-pro, serif !important;
	letter-spacing: 2px;
}
.middle {
	vertical-align: middle;
}
a.basic {
	color: #495058;
	text-decoration: underline;
}
.pre-wrap {
	white-space: pre-wrap;
}
.table tr{
	border-bottom: 1px solid #eeeeee;
}
.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;
}
.breadcrumb {
	display: inline-block;
}
.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-body {
    padding: 1rem 1rem;
}


.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;
}

.b-bottom {
	border-bottom: 1px solid #dcdcdc;
}

.form-control, .form-select {
	border-radius: 0px !important;
}

.card {
	border-radius: 0px !important;
}

.btn.btn-primary {
	border-radius: 0px !important;
	background-color: #000 !important;
}

.menu-aside .menu-item.active .icon {
	color: #000 !important;
}
.btn-brand {
	background-color: #000 !important;
}
.btn-light {
	border-color: #000 !important;
}
.rounded {
	border-radius: 0px !important;
}
.menu-aside .menu-link {
	border-radius: 0px !important;
}

.menu-aside .menu-item.active .menu-link {
    background-color: rgb(108,108,108,20%)!important;
}
.alert-success {
	color: #555555!important;
    background-color: #cecece!important;
    border-color: #cecece!important;

}
.menu-aside .menu-item.active .submenu a.active {
	color: #000 !important;
	font-weight: 600;
	text-decoration: underline;
}

.breadcrumb a {
	color: #000;
	text-weight: 600 !important;
	text-decoration: underline;
}

.btn-light:hover {
	background: #dcdcdc !important;
	color: #000 !Important;
}

.btn-info {
    color: #000 !important;
    background-color: #e8eaea !important;
    border-color: #dcdcdc !important;
    margin-right: 5px;
}

.image-item {
	margin-bottom: 5px;
	position: relative;
}
.image-item .thumbnail {
    width: 100%;
    background-size: cover;
}

.image_delete {
	font-size: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.item_detail {
	margin-left: 15px;
	margin-bottom: 15px;
}
.btn {
	border-radius: 0px !important;
}

.btn-primary-light {
	background: #fff;
    border-color: #000;
    color: #000;
    padding: 10px 40px;

}
.btn-primary-light:hover {
	background: #eeeeee;
	color: #000;
}

/** page **/
.list-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: aliceblue;
    width: 100%;
    margin: 10px auto;
    padding: 20px;
    list-style: none;
    text-align: center;
}

.pagination{
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 5px;
}

.list-group-item {
    background: burlywood;
    margin: 10px;
    padding: 10px;
    width: 45%;
}

.pagination li{
    margin: 5px;
    border: 1px solid #333;
}

.pagination a{
    display: block;
    text-decoration: none;
    color: #333;
    padding: 7px 10px;
}

.pagination a:hover{
    background-color: #333;
    color: aliceblue;
}

.btn-brand {
    border: 1px solid #000;
}

.btn.btn-primary {
	border: 1px solid #000;