/* styles for Endai-Program */

.epg-editor .epg-body {
	overflow-y: scroll;
	overflow-x: hidden;
}

.epg .epg-hours {
	width: 7em;
	max-width: 7em;
	text-align: right;
}

.epg .epg-hours select {
	font-size: 13px;
	height: calc(1.5rem + 1px);
	padding: 0.15rem 0.2rem;
	margin-top: 6px;
}

.epg .epg-hours>div {
	height: calc(60px * 2);
	color: #6c757d;
	border-top: 1px solid #dee2e6;
	width: 100%;
}

.epg .epg-head .epg-room {
	border-top: 1px solid #dee2e6;
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	padding: 0.5em 1em;
}

.epg .epg-head .epg-room>label {
	margin-bottom: 0;
}

.epg .epg-head .epg-room>button {
	margin-left: 1em;
}

.epg .epg-body .epg-room {
	position: relative;
}

.epg .epg-body .epg-room>div {
	height: calc(60px * 2);
	border-top: 1px solid #dee2e6;
}

.epg .epg-body .epg-lecture {
	position: absolute;
	border-left-width: 4px !important;
	overflow: hidden;
	background-color: white;
	font-size: 12px;
}

.epg .epg-room-new {
	width: 7em;
	max-width: 7em;
}

.epg-editor .epg-body .epg-room>div {
	cursor: pointer;
}

.epg-editor #lecture-modal .epg-abstract-list-pane {
	position: relative;
}

.epg-editor #lecture-modal .epg-abstract-list-pane::after {
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: white;
	content: '';
	transform: rotate(-45deg);
	border: 1px solid;
	border-color: #dee2e6 transparent transparent #dee2e6;
	left: -6px;
	top: 16.2em;
}

.epg-editor #lecture-modal .epg-abstract-list-wrapper {
	max-height: 30em;
	overflow-y: auto;
}

.epg-editor #lecture-modal .epg-abstract-list-wrapper .epg-abstract-list tr {
	cursor: pointer;
}

.epg-editor #lecture-modal .epg-abstract-list-wrapper .epg-abstract-list td {
	max-width: 30em;
}

.epg-editor #lecture-modal .epg-abstract-list-wrapper .epg-abstract-list tr .ctrl {
	display: none;
}