#uploadProgressBar{
	background: #fff;
	border-radius: 30px;
	border: 1px solid #3b4a59;
	height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	width: calc(100% - 2px);
}
#uploadProgress{
	background: #337ab7;
	height: 100%;
	left: 0;
	position: absolute;
	transition: all 250ms ease-in-out;
	width: 0%;
}
#uploadPercentage{
	color: #28343f;
	position: relative;
	z-index: 1001;
}

/* ------------ */
/* --- Tabs --- */
/* ------------ */
#manage-tabs{
	height: 40px;
	width: 100%;
}

#manage-tabs ul{
	margin: 0px;
	padding: 0px;
}
#manage-tabs li{
	display: inline-block;
	list-style: none;	
}
/* Common tab style */
.manage-tab{
	background: #28343f;	
	bottom: -1px;
	color: #f2f9ff;
	cursor: pointer;
	font-size: 80%;	
	height: 38px;
	line-height: 38px;
	margin-right: -2px;
	max-width: 25%;
	overflow: hidden;
	padding: 0px 5px;
	position: relative;
	text-align: center;
	text-overflow: ellipsis;
	text-transform: uppercase;
	transition: background 250ms ease-in-out;	
	white-space: nowrap;
	width: 150px;
}

.manage-tab:hover{
	background: #3b4a59;
}
/* Active tab */

.active-tab{	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dee5ea+0,ffffff+90 */
	background: rgb(222,229,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(222,229,234,1) 0%, rgba(255,255,255,1) 90%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(222,229,234,1) 0%,rgba(255,255,255,1) 90%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(222,229,234,1) 0%,rgba(255,255,255,1) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee5ea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border: 1px solid #808080;
	border-bottom: none;
	bottom: 0px;
	color: #28343f;
	height: 40px;
	z-index:900;
	
	/*border-bottom: 1px dotted #808080;*/
}
.active-tab:hover{
	/*background: #fff;*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dee5ea+0,ffffff+90 */
	background: rgb(222,229,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(222,229,234,1) 0%, rgba(255,255,255,1) 90%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(222,229,234,1) 0%,rgba(255,255,255,1) 90%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(222,229,234,1) 0%,rgba(255,255,255,1) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee5ea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
#tabs-data{
	background: #ffffff;
	border: 1px solid #808080;
	display: flex;
	padding: 10px;
	position: relative;
}

/* -------------------- */
/* --- Modal dialog --- */
/* -------------------- */
#modal-wrapper{
	background: rgba(0,0,0,0.65);
	display: none;
	height: 100vh;
	left: 0;
	margin: 0;	
	padding: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 10000;
}
.modal-container{
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 100%;
}

.modal-dialog{
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #a0a0a0;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	max-height: 75%;
	max-width: 70%;
	padding: 10px;
}

.content-wrapper {
	display: flex;
	flex: 1;
	min-height: 0px; 
}

.overflow-container {
	flex: 1;
	overflow: auto;
}

.modal-dialog-header{
	border-bottom: 1px solid #a0a0a0;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#modal-dialog-header-text {
    display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*width: calc(100% - 40px);*/
	margin: 0px 60px;
}
#modal-dialog-header-closebtn{
	color: #28343f;
	float: right;
	font: normal normal normal 18px summernote;
	margin-left: 10px;
	margin-top: -2px;
	opacity: 0.5;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle;
}
#modal-dialog-header-closebtn:hover{
	cursor: pointer;
	opacity: 1;
}

#modal-dialog-header-closebtn:before{
	content: "\ea13";
}

#countdownTimer {
	display: none;
	float: left;
	height: 20px;
	width: 50px;
}

.modalEditBox{
	min-width: 350px;
}

/* ------------------ */
/* --- Edit Boxes --- */
/* ------------------ */
.withEditBox, .withEditBox:hover {
	background: rgba(224,224,224,0.8);	
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom: 1px dashed #808080;	
}
.inlineEditBox{
	background: rgba(224,224,224,0.8);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;	
	border: 1px solid #808080;
	border-top: none;
	padding: 10px;
	width: calc(100% - 20px);
}

/* ------------- */
/* --- Tiles --- */
/* ------------- */
.tile-item {
	background: #fff;
	border-radius: 5px;
	border: 1px solid #d0d0d0;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	cursor: pointer;
	filter: grayscale(0.5);
	margin: 10px;
	overflow: hidden;
	transition: all 250ms ease-in-out;
	width: 250px;
}
.tile-item:hover{
	background: #e8e8e8;
	border: 1px solid #3b4a59;	
	filter: grayscale(0);
	transform: scale(1.03);
}
.tile-name{
	font-size: 120%;
	padding: 5px 0px 0px 0px;
	text-align: center;
	text-decoration: underline;
}
.tile-description{
	font-size: 100%;
	padding: 10px;
}
.tile-image{
	height: 150px;
	width: 100%;
}

.course-image{
	background: url('themes/default/images/course-img.png') no-repeat;
}
.quiz-image{
	background: url('themes/default/images/quiz-img.png') no-repeat;
}