@charset "utf-8";

/*==================================
	studylogs add styles
==================================*/
.div-grade-cards .card-header {
	display: flex;
	align-items: center;
}
.div-grade-cards .card-header .img-reload {
	width: 20px;
	margin-left: auto;
}
.div-select-types {
	margin-bottom: 20px;
}
.div-select-types .btn-group-toggle {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
}
.div-select-types .btn-group-toggle .btn {
	min-width: calc(50% - 3px);
	font-size: .75rem;
	padding: 3px;
	background-color: #c8d6e5;
	color: #fff;
	box-shadow: none !important;
	transition-property: all;
	transition: 0.3s linear;
	cursor: pointer;
}
.div-select-types .btn-group-toggle .btn:first-child {
	margin-right: 3px;
}
.div-select-types .btn-group-toggle .btn:last-child {
	margin-left: 3px;
}
.div-select-types .btn-group-toggle .btn.active {
	background-color: #2e86de;
}
.div-select-types .btn-group-toggle .btn:hover {
	opacity: .75;
}

/*==================================
	random-pairs styles
==================================*/
.div-random-pairs {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 -10px;
}
.div-random-pairs .div-pair,
.div-random-pairs .button-add-pair {
	margin: 10px;
	min-width: calc(33.333% - 20px);
	max-width: calc(33.333% - 20px);
	flex-basis: calc(33.333% - 20px);
	border-radius: 4px;
	border: 1px solid #C0D1E0;
	position: relative;
	color: #697A8C;
}
.div-random-pairs .div-pair .div-pair-head {
	padding: 11px 16px 11px 16px;
	border-radius: 4px 4px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.div-random-pairs .div-pair .div-pair-head .span-circle {
	width: 30px;
	height: 30px;
	border-radius: 3px;
	background-color: #C0D1E0;
	position: absolute;
	z-index: 1;
	right: 12px;
	top: 9px;
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: center;
	background-image: url(../images/icons/svg/icon_phone.svg);
}
.div-random-pairs .div-pair .div-pair-head,
.div-random-pairs .div-pair .div-pair-head span {
	font-size: 1.125rem;
}
.div-random-pairs .div-pair.standby .div-pair-head,
.div-random-pairs .div-pair.active .div-pair-head {
	padding-right: 54px;
}
.div-random-pairs .div-pair .img-remov-pair {
	margin-left: auto;
	width: 16px;
	cursor: pointer;
}
.div-random-pairs .div-pair .div-pair-body {
	padding: 13px 20px;
}
.div-random-pairs .div-pair .div-pair-members .div-member {
	margin-bottom: 5px;
}
.div-random-pairs .div-pair .div-pair-members .div-member.drag-obj {
	cursor: move;
}
.card.mx-parent-card.mx-class-card .div-random-pairs .div-pair.drop-body {
	min-height: 100px;
	padding: 0;
}
.div-random-pairs .button-add-pair {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px;
}
.div-random-pairs .button-add-pair:hover {
	border: 1px solid #54a0ff;
}
.div-random-pairs .div-pair .div-pair-cover {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
}
.div-random-pairs .div-pair.active .div-pair-head,
.div-random-pairs .div-pair.active .div-pair-body,
.div-random-pairs .div-pair.ui-droppable-active.ui-droppable-hover {
	background-color: rgba(200, 214, 229, 0.396078431372549);
}
.modal-word section {
	margin-bottom: 20px;
}
.modal-word .div-word {
	font-size: 1.875rem;
	display: inline-block;
	padding: 15px 30px;
	background-color: #eee;
	line-height: 1;
	border-radius: 50px;
	font-weight: 700;
	min-width: 210px;
}
.modal-word section label {
	background-color: #eee;
	line-height: 1;
	border-radius: 50px;
	display: inline-block;
	padding: 7px 18px;
	font-size: .875rem;
	margin-bottom: 0;
}
.modal-word section .div-text {
	padding: 7px;
}

/*==================================
	word list
==================================*/
.div-word-list {
	overflow: hidden;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
	border-radius: .56rem;
	border: 1px solid rgba(0,0,0,.125);
}
.table.table-word-list .custom-control {
	min-height: 1rem;
	padding-left: 1rem;
	width: 1rem;
	top: 3px;
}
.table.table-word-list .custom-control-input:checked~.custom-control-label::before {
	border-color: #54a0ff;
	background-color: #54a0ff;
}
.table.table-word-list thead th {
	border-top: none;
	background-color: #f3f3f3;
}
.table.table-word-list thead th a {
	color: #576574 !important;
}
.table.table-word-list thead th,
.table.table-word-list thead th a {
	font-weight: 700;
}
.table.table-word-list .a-word {
	font-weight: 700;
	font-size: 1.125rem;
}
.table.table-word-list tbody th,
.table.table-word-list tbody td {
	vertical-align: middle;
}

.div-word-list-controls {
	margin-bottom: 25px;
	border: none;
	background-color: transparent;
}
.div-word-list-controls .div-forms {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.div-word-list-controls .div-forms .div-form {
	display: flex;
	flex-direction: row;
	margin-right: 25px;
}
.div-word-list-controls .div-forms .div-form label {
	margin-bottom: 5px;
	font-size: .875rem;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.div-word-list-controls .div-forms .div-form label span {
	padding: 2px 10px;
	background-color: #eee;
	border-radius: 50px;
	margin-right: 7px;
}
.div-word-list-controls .div-forms .div-form .div-search {
	display: flex;
	align-items: center;
}
.div-word-list-controls .div-forms .div-form .div-search .mx-btn {
	margin-left: 5px;
	height: 45px;
}
.div-word-list-controls .div-forms .form-control {
	height: 45px;
	padding: .3rem .875rem;
	font-size: 1.25rem;
	max-width: 320px;
	min-width: 70px;
}

/*==================================
	pager
==================================*/
.div-pager {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
}
.div-pager .div-move-btns {
	margin-left: auto;
}
.div-pager .div-move-btns .pagination {
	margin-bottom: 0;
}
.div-pager .div-move-btns .pagination .page-link {
	font-weight: 700;
	outline: none;
	box-shadow: none !important;
}
.div-pager .div-move-btns .pagination .page-item.active .page-link {
	background-color: #54a0ff;
	border-color: #54a0ff;
}

/*==================================
	common
==================================*/
.div-mx-select-btns-lg label {
	min-width: 200px;
}
.div-form-values {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 40px;
	border-bottom: 1px dotted #c8d6e5;
	margin-bottom: 20px;
}
.div-form-values .div-head,
.div-form-values .div-value {
	font-size: 1.125rem;
}
.div-form-values .div-head {
	font-weight: 700;
}
.div-form-values .div-value {
	margin-right: 50px;
}
.div-page-title-flex {
	display: flex;
	align-items: center;
}
.div-page-title-flex .margin-left-auto {
	margin-left: auto;
}
.div-page-title-flex .mx-btn-md {
	padding: 0 24px;
	height: 45px;
	min-width: 0;
	display: flex;
	align-items: center;
	font-size: 1.125rem;
}
.div-page-title-flex .mx-btn-md img {
	position: relative;
	margin-right: 10px;
}

/*==================================
	lesson
==================================*/
.div-lesson-type-progress .div-lesson-type-progress-body .div-progress {
	margin: 0 20px;
}
.div-progress-outer {
	padding: 10px 0;
	margin: 0 2px;
	border: 2px solid transparent;
	border-radius: 8px;
	transition-property: all;
	transition: 0.3s linear;
}
.lessen-progress-focus{
	padding: 10px 0 !important;
	margin: 0 2px !important;
	border: 2px solid #FECA57 !important;
}
