.hidden{
	display:none;
}
.btn-group .btn{
	border-left:solid 1px #fff !important;
}
img{
	max-width:100%;
}
.preview-image img{
	left:0;
	width:100%;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:1;
}
.full-height{
	overflow-y:auto;
	overflow-x:hidden;
}
.preview-image{
	position:relative;
	width:150px;
	overflow:hidden;
	height:150px;
}
.clickable:hover{
	opacity:0.8;
}
.clickable{
	cursor:pointer
}
.html-content{
	height:500px;
	overflow-y:auto;
	padding:15px;
	border:solid 1px #aeaeae;
}
.hidden{
	display:none!important;
}
.list-group-item.active a{
	color:#fff;
}
.term-cloud{
	margin:0;
	padding:0;
}
.term-cloud li a{
	color:#000;
}
.term-cloud li{
	list-style-type:none;
	padding:10px;
	border:solid 1px var(--orange);
	background-color:var(--warning);
	display:inline-block;
	margin:0 10px 10px 0;
}
.pages-pagination{
	width:100%;
	overflow-x:auto;
	overflow-y:hidden;
}
.copied{
	position:relative;
}
.copied:after{
	position:absolute;
	left:10px;
	top:10px;
	fons-size:12px;
	background-color:#fff;
	transform:translateY(-50%);
	z-index:9;
	content:"Copied";
	color:var(--success);
	display:block;
}
.loading{
	position:relative;
}
.loading:after{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:999999999;
	background-color:rgba(255,255,255,.5);
	content:"";
	display:block;
}
.submit-fixed{
	background:var(--gray-dark);
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:99999999999;
	padding:10px;
}
body{
	padding-bottom:100px;
}
#timetable ul li{
	flex:50%;
	text-align:center;
}
#timetable ul{
	display:flex;
	justify-content: center;
	align-items: center;
	margin:0;
	padding:0;
}
#timetable{
	position:fixed;
	bottom:0;
	left:0;
	width: 100%;
	padding:10px;
	background-color: #000;
	z-index:999999999;
}
#timetable .set-current-status .spinner-grow{
	display:none;
}
#timetable .set-current-status{
	color:#aeaeae;
}
#timetable .set-current-status[disabled]{
	pointer-events: none;
	color:#fff!important;
}
#timetable .set-current-status[disabled] .spinner-grow{
	display:inline-block;
}

.no-overflow{
	overflow:hidden!important;
}
.table-container{
	width:100%;
	overflow-x:auto;
	overflow-y:hidden;
}