@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i');
body{
	overflow-y: scroll;
}
html,
body{
    background-color: #ffffff;
}
html,body,
p{
    font-family: 'Noto Sans', sans-serif;
    font-weight:400;
    color: #4A4A4A;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Noto Sans', sans-serif;
    font-weight:700;
    color: #9B9B9B;
}

.container {
	max-width: 1570px;
	width:100%;
}
.wrap > .container{
	padding: 20px 15px 20px;
}
#lep-header-bar{
	/* margin-top:50px; */
	height:50px;
	width:100%;
}
#header-bar-img{
	height:50px;
	width:100%;
}
#lep-header-bar > h3{
/* 	position:fixed;
	top:60px;
	left:80px; */
	color:#ffffff;
	font-weight:normal;
	font-size:20px;
}
.navbar-hidden{
	display:none;
}
.breadcrumb{
	background-color:#ffffff;
	font-size: 12px;
}
#fullscreen-icon{
	width:32px;
	height:32px;
	float:right;
	margin:10px;
	cursor:pointer;
	position: relative;
	top:-30px;
	margin-bottom:-42px;
}
.page-title{
	color:#ffffff;
	font-weight:normal;
	font-size:20px;
	height:28px;
	position: relative;
	top: 0;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding:10px 25px 0 25px;
	max-width: 1570px;
}
.light-text{
	color: #9B9B9B;
}

.dark-text{
	color:#4A4A4A;
}

.fullScreen {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.shadowBox {
	padding:15px;
	background-color:#ffffff;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
}
.courseBox{
	width:300px;
	height:140px;
	text-align:center;
	padding:50px;
	cursor:pointer;
}

.unitBox{
	width:300px;
	height:140px;
	text-align:center;
	padding:50px;
	cursor:pointer;
	margin:0px 10px 10px 10px;;
}

.projectBox{
	width:320px;
	height:320px;
	/* text-align:center; */
	padding:0px;
	cursor:pointer;
	position:relative;
	margin:0px 10px 10px 10px;;
	background-color: lightgray;
}

.projectBottom{
	height:120px;
	width:100%;
	padding:10px;
	overflow:none;
	position: absolute;
	bottom: 0;
	background-color: #ffffff;
}
.projectBottom > p{

}

.projectBottomText{
	height:42px;
	white-space: normal;
	overflow: hidden;
	text-overflow:ellipsis;
}

.projectBottom > h4{
	margin-top:30px;
}

.projectTypeCircle{
	background-color:#26A9E0;
	width:68px;
	height:68px;
	border-radius:34px;
	display:inline;
	position:absolute;
	top:-34px;
	left:126px;
}

.projectTypeCircle > img{
	width:28px;
	height:32px;
	margin-left: 20px;
	margin-top: 18px;
}

.profilePicture{
	width:100px;
	height:100px;
	border: 1px gray solid;
	border-radius:50px;
	object-fit:cover;
}

.userMediaImage{
	width:150px;
	height:150px;
	object-fit:cover;
}

.avatar .krajee-default.file-preview-frame,.avatar .krajee-default.file-preview-frame:hover,
.userProjectMedia .krajee-default.file-preview-frame,.userProjectMedia .krajee-default.file-preview-frame:hover {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    text-align: center;
}
.avatar{
    display: inline-block;
}
.avatar .file-input{
    display: table-cell;
    /* width: 213px; */
}
.avatar .file-drop-zone{
	border-radius:52.5px;
	max-width:115px;
	margin:0px auto;
}
.userProjectMedia .file-drop-zone{
	/* height:210px;
	width:210px; */
}

.userProjectMedia .file-drop-zone-title{
	padding: 20px 10px;
}

.avatar .file-preview,
.userProjectMedia .file-preview{
	border:none;
}
.userProjectMedia .file-preview{
	padding-left:0px;
	padding-top:40px;
}
.userProjectMedia .btn-file{
	position:relative;
	z-index:1000;
}
/* .avatar .input-group, */
.userProjectMedia .input-group{
	display:none;
}
.userProjectMedia .file-input {
	display:block;
	/* margin:0px auto; */
	max-width:250px;
}
.kv-reqd {
    color: red;
    font-family: monospace;
    font-weight: normal;
}

.profileTable > tbody > tr > td{
	border:none;
	padding:0px;
	font-size:18px;
}
.profileTable > tbody > tr > td > label{
	font-weight:400;
}

.editableField{
	display:none;
}

.socialNetworkButton{
	width:32px;
	height:32px;
}
.worksample-btn{
	/* width:300px; */
	width:100%;
	height:142px;
	margin:10px 0px 10px 0px;
	float:left;
	cursor:pointer;
}
.worksample-btn > p{
	font-size:18px;
	font-weight:bold;
	margin-left:120px;
	margin-top:40px;
	word-break: break-word;
}
.worksample-btn-circle{
	width:100px;
	height:100px;
	border-radius:50px;
	background-color:#26A9E0;
	margin-left:5px;
	margin-top:5px;
	float:left
}
.worksample-btn-circle > img{

}

.btn-blue{
	background-color:#26A9E0;
	border-color:#26A9E0;
	color:#ffffff;
	font-weight:bold;

	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-blue.active,
.btn-blue:active,
.btn-green.active,
.btn-green:active{
	color:#4A4A4A;
}
.btn-green{
	background-color:#8AC63F;
	color:#ffffff;
	font-weight:bold;

	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-green-checkmark{
	background-color:#8AC63F;
	color:#ffffff;
	font-weight:bold;
	background-image:url("/common/images/circle_checkmark.png");
	background-repeat: no-repeat;
	background-size: 32px 32px;
	background-position: center;

	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-dark{
	background-color:#4A4A4A;
	color:#ffffff;
	font-weight:bold;
}
.btn-pill{
	border-radius: 100px;
}
.green-link{
	color:#8AC63F;
	font-weight:bold;
	font-size:18px;
	text-decoration:underline;
}

.worksample-btn.disabled{
	filter: alpha(opacity=65);
	opacity: .65;
}
.deleteMediaBtn{

}

.portfolioNav > a,
.projectNav > a,
.rosterNav > a{
	color:#9B9B9B;
	margin-right:30px;
}
.portfolioNav > a.active,
.projectNav > a.active,
.rosterNav > a.active{
	color:#26A9E0;
	font-weight:bold;
	text-decoration:underline;
}

#portfolioSearch,
#projectSearch,
#rosterSearch{
	background-image: url('/common/images/search_icon.png');
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position:10px;
    text-indent: 22px;
}

.rubricTable,
.rubricTable > tbody > tr > td{
	border:none;
}

.user-profile-card{
	width:308px;
	height:142px;
	margin-right:12px;
	margin-bottom:12px;
	display:inline-block;
	/* cursor:pointer; */
}

#newCommentModal .modal-header{
	border-bottom:none;
}
#newCommentModal .modal-content{
	padding:15px;
}

.comment{
	margin-bottom:22px;
	position:relative;
}
.comment > p{
	margin-left:52px;
}

.sectionBox{
	width:308px;
	height:142px;
}

.unitBoxInstructor{
	width:300px;
	height:140px;
	text-align:center;
	padding:0px;
	cursor:pointer;
	margin:0px 10px 10px 10px;;
}

.unitBoxInstructor > h4{
	margin-top:47px;
	margin-left:32px;
}
.unitBar{
	width:32px;
	height:100%;
	display:block;
	background-color:#9B9B9B;
	float:left;
}
.unitBar.active{
	background-color:#8AC63F;
}

.comment-view p{
	display:inline;
}
.comment-view{

	padding:8px;
}
.commentHoverWrapper{
	margin-left:42px;
}
.commentHoverWrapper:hover{

	background-color:#f3f3f3;
	border-radius:10px;
}

.graphBox{
	width:100%;
	height:400px;
	padding-top:23px;
	margin-bottom:20px;
	text-align:center;
	position:relative;
}

.graphBox > canvas{
	position:absolute;
	bottom:10px;
}
.graphWrapper{
	height:85%;
	margin-top:20px;
}

.classLabel{
	position:absolute;
	top:0px;
	left:0px;
	background-color:#26A9E0;
	color:white;
	width:100%;
	padding:0px;
	margin-bottom:0px;
}

#rubricDrawer{
	position:fixed;
	left:-860px;
	bottom: 0px;
	width:900px;
	height:42%;
	border: 1px solid #9B9B9B;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	padding-right:50px;
	background:white;
	z-index:1000;
}
#rubricDrawerContainer{
	height:100%;
	width:100%;
	overflow:scroll;
}
#rubricHandle{
	width:40px;
	/* height:80%; */
	/* background:black; */
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	/* border-top-right-radius:10px; */
	border-bottom-right-radius:10px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
}
#rubricDrawer.window #rubricHandle{
	width: 50px;
}

#rubricDrawer.window{
	width: 90%;
	left: 5%;
	top: 5%;
	height: 90%;
	border: 3px solid #8AC63F;
	border-radius: 5px;
}

#rubricDrawer .window-handle{
	display: none;
}

#rubricDrawer.window #rubricDrawerContainer{
	height: 97%;
}

#rubricDrawer.window .window-handle{
	display: block;
	width: 100%;
	height: 15px;
	cursor: move;
	background: #8AC63F;
}

#rubricDrawer .close-window {
	position: absolute;
	width: 30px;
	height: 30px;
	background: #FFF;
	border: 3px solid #8AC63F;
	border-radius: 15px;
	top: -10px;
	right: -10px;
	display: none;
}

#rubricDrawer.window .arrow-down {
	width: 0px;
	height: 0px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid rgb(155, 155, 155);
	position: absolute;
	right: -14px;
	bottom: -5px;
	transform: rotate(-45deg);
	cursor: nwse-resize;
}

#rubricDrawer.window .close-window{
	display: block;
}

#rubricDrawer .close-window .close-l{
	position: absolute;
	height: 2px;
	width: 24px;
	left: 0;
	top: 11px;
	transform: rotate(45deg);
	background: #8AC63F;
}

#rubricDrawer .close-window .close-l:last-child{
	transform: rotate(-45deg);
}

.verticalText{
	font-size: 20px;
	width:20px;
	height:auto;
	word-break:break-word;
}
.imgCaption{
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 0px;
	height:30px;
}
.imgCaption > div{
	width:100%;
	height:100%;
	background-color: rgba(155, 155, 155, 0.7);
	position:absolute;
	right:0px;
	left:0px;
	bottom:0px;
	top:0px;
	z-index:60;
}
.imgCaption > span{
	padding: 5px;
	color: white;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	right:0px;
	left:0px;
	bottom:0px;
	top:0px;
}
.ungraded{
	width:30px;
	height:30px;
	background-color:#EB2060;
	border-radius:15px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
	position:absolute;
	top: 30px;
	right: 50px;
	z-index: 100;
}
.graded{
	width:30px;
	height:30px;
	background-color:#8AC63F;
	border-radius:15px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
	position:absolute;
	top: 30px;
	right: 50px;
	z-index: 100;
}

.commented-on{
	width:30px;
	height:30px;
	background-color: #85a2a9;
	border-radius:15px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
	position:absolute;
	top: 30px;
	right: 30px;
	z-index: 100;
}

.lte-sent{
	width:30px;
	height:30px;
	background-color: #50d4fd;
	border-radius:15px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
	position:absolute;
	top: 0px;
	right: 75px;
	z-index: 100;
}

.projectNav a.active, .portfolioNav a.active{
	text-decoration: underline;
}

.notSubmitted{
	width:30px;
	height:30px;
	background-color:#ff9f1c;
	border-radius:15px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	background-color: #26A9E0;
}

/** Glyphicon spin animation **/
.gly-spin {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
  }
  @-moz-keyframes spin {
	0% {
	  -moz-transform: rotate(0deg);
	}
	100% {
	  -moz-transform: rotate(359deg);
	}
  }
  @-webkit-keyframes spin {
	0% {
	  -webkit-transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(359deg);
	}
  }
  @-o-keyframes spin {
	0% {
	  -o-transform: rotate(0deg);
	}
	100% {
	  -o-transform: rotate(359deg);
	}
  }
  @keyframes spin {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(359deg);
	  transform: rotate(359deg);
	}
  }



@media print {
	body{
		overflow: visible;
	}
	div{
		float: none !important;
		display: block;
	}
	#leftSideBar {
		display:none;
	}
	#contentArea{
		width:100%;
	}
	#fullscreen-icon{
		display:none;
	}
	#lep-header-bar{
		margin-top:0pt !important;
	}
	#printButton{
		display:none;
	}
	#reportTitle{
		width:100%;
	}
	.page-title::before{
		content: "LingroFolio Reports";
		color:white;
	}
	.shadowBox{
		border:1px solid grey;
		page-break-inside: avoid;
		position:relative;
	}
	.graphBox{
		/* margin-bottom:5px;
		padding-top:0px; */
	}
	.classLabel{
		/* display:none; */
		background-color: #26A9E0 !important;
	}
	.graphBox,
	#commentsWordTree,
	canvas{
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
		display:block;
	}
	#collocationWidgetWrapper{
		page-break-inside: avoid;
		/* border:none; */
	}
	#collocationWidget > .btn-toolbar{
		display:none;
	}
	.printPage{
		page-break-after: always;
	}
	.printPage:last-child {
	     page-break-after: auto;
	}
	.printPageHalf{
		/* float:none; */
	}
	.printPageHalf > div{
		/* float:left !important; */
		display:inline-block;
		/* width:100%; */
		position:relative;
	}
	.printPageHalf > div > .graphBox{

		position:relative;
		page-break-inside: avoid;
	}
	.wrap > .container {
		padding: 5pt;
	}
	.table-responsive{
		overflow:visible;
	}
	.col-sm-6{
		width:49%;
	}
	.printRadars > div > .graphBox > .printPageHalf > .col-sm-4{
		/* display:block;
		width:100%; */
		/* float:left !important; */
	}
	.tooltip{
		display:none;
	}
	.row{
		margin-right:0px;
		margin-left:0px;
	}
	#showClassReportsToggleWrapper{
		display:none;
	}
}
.marker {
	background-color: Yellow;
}

.flex-row{
	display: flex;
	flex-wrap: wrap;
}

.flex-row .comment{
	width: 90%;
}

.flex-row .comment-score{
	padding-left: 15px;
	width: 10%;
	text-align: center;
}

.flex-row .comment-score label{
	display: none;
}

.comment-grade-form input{
	border-radius: 15px;
	width: 60px;
	padding: 5px;
	border: 1px solid #8AC63F;
	margin-left: 15px;
}

.comment-grade-form{
	padding-bottom: 5px;
}

.auto-mobile-row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.auto-mobile-row:after{
	content: ' ';
	display: table;
	clear: both;
}

.auto-mobile-row .col-auto{
	margin-left: 15px;
	margin-bottom: 15px;
}

.auto-mobile-row .col-auto.ml-auto{
	margin-left: auto;
}

.auto-mobile-row .col-auto .col-auto{
	/*margin-left: 0;*/
	margin-bottom: 0px;
}

.auto-mobile-row .col-auto:first-child{
	margin-left: 0;
}

.proj-filterby{
	font-weight:normal;
	display:inline-block;
	margin-right:20px;
	margin-bottom: 15px;
}

@media screen and (max-width: 1496px){
	.commented-on, .graded, .ungraded, .notSubmitted, .lte-sent {
		width: 15px;
		height: 15px;
	}

	.projectNav .col-auto .col-auto:last-child{
		font-size: 12px;
	}
}

@media screen and (max-width: 545px){
	.x-max{
		width: 100%;
	}
	.auto-mobile-row .col-auto.ml-auto{
		margin-left: 0 !important;
	}

}

@media screen and (max-width: 1336px){
	/*.proj-filterby{*/
	/*	display: none;*/
	/*}*/
}

.project-status-dots{
	position: absolute;
	right: 5px;
	top: 10px;
	z-index: 5;
	display: flex;
}

.project-status-dots .graded, .project-status-dots .ungraded, .project-status-dots .commented-on, .project-status-dots .notSubmitted, .lte-sent{
	position: static;
	margin-right: 5px;
}

.class-back-btn{
	font-size:18px;
	width:263px;
	height:60px;
	margin-top:20px;
	padding-top: 17px;
}

.comment-drag-wrap{
	position: relative;
	display: inline-block;
}

.comment-drag-wrap .drag-handle svg{
	width: 100%;
}

.comment-drag-wrap .drag-handle{
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}

#comment_window{
	display: none;
	position: absolute;
}

#comment_window.window{
	display: block;
	width: 90%;
	left: 5%;
	top: 5%;
	height: 90%;
	border: 3px solid #8AC63F;
	border-radius: 5px;
	background: #FFF;
	z-index: 9999;
}

#comment_window.window form{
	padding: 20px;
	height: 95%;
	overflow: scroll;
}

#comment_window .window-handle{
	display: none;
}

#comment_window.window .window-handle{
	display: block;
	width: 100%;
	height: 15px;
	cursor: move;
	background: #8AC63F;
}

#comment_window .close-window {
	position: absolute;
	width: 30px;
	height: 30px;
	background: #FFF;
	border: 3px solid #8AC63F;
	border-radius: 15px;
	top: -10px;
	right: -10px;
	display: none;
}

#comment_window.window .arrow-down {
	width: 0px;
	height: 0px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid rgb(155, 155, 155);
	position: absolute;
	right: -14px;
	bottom: -5px;
	transform: rotate(-45deg);
	cursor: nwse-resize;
}

#comment_window.window .close-window{
	display: block;
}

#comment_window .close-window .close-l{
	position: absolute;
	height: 2px;
	width: 24px;
	left: 0;
	top: 11px;
	transform: rotate(45deg);
	background: #8AC63F;
}

#comment_window .close-window .close-l:last-child{
	transform: rotate(-45deg);
}

.ui-resizable-se{
	position: absolute;
	display: block;
}

#rubricDrawer.window .ui-resizable-se{
	position: absolute;
	right: -4px;
	bottom: -5px;
}

.gradesum {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -15px;
}

.gradesum .gradesumcol {
	padding: 0 15px;
}

.control-wrap{
	display: flex;
	justify-content: center;
}

.control-wrap .comments-grade-controls{
	display: flex;
	justify-content: space-between;
	width: 100%
}

.control-wrap .comments-grade-controls a, .comment-score-save-button{
	margin-right: 15px;
}

.comment-score-save-button{
	margin-left: 15px;
}

.control-wrap .comments-grade-controls .control-l{
	margin-right: auto;
}

.control-wrap .comments-grade-controls .control-r{
	margin-left: auto;
}

.comment-score-save-close-button{
	margin-right: 15px;
}

.info-alert-comments{
	font-weight: bold;
	color: #57ff69;
}

#speed-grading-form-wrap .grades-list{
	margin: 0 15px;

	padding: 15px;
}

#speed-grading-form-wrap .del-elem{
	font-weight: bold;
	margin-top: 24px;
}

.speed-score-btn{
	margin-bottom: 5px;
}

#text-grade-modal{
	background: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	text-align: center;
}


#gradeTextArea{
	margin: 15px 0;
}

#gradeTextResults{
	margin-bottom: 15px;
}

#rubricDrawer.nocollapse{
	position: static !important;
	display: block !important;
	width: auto !important;
	padding: 0 !important;
	border: 0 !important;
	background: none;
}

#rubricDrawer.nocollapse #rubricHandle{
	display: none;
}

#rubricDrawer.nocollapse .gradesum{
	margin: 0;
}

#rubricDrawer.nocollapse #rubricDrawerContainer{
	overflow: auto !important;
}

#rubricDrawer.nocollapse #projectRubricForm > div:last-child{
	padding: 0 !important;
}

#rubricDrawer.nocollapse .rubricTable tr td:nth-of-type(1){
	width: 80%;
}

.worksample-edit{
	margin-bottom: 15px;
}

.speed-scroll{
	max-height: 57vh;
	padding-right: 15px;
	overflow-y: scroll;
}

#rubricDrawer.nocollapse .rubricTable .tooltip h3{
	font-size: 14px;
	color: #FFF;
	background: #9DD151;
	padding: 15px;
	margin: -3px -8px 0 -8px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin-bottom: 10px;
	text-align: center;
}

#rubricDrawer.nocollapse .rubricTable .tooltip{
	opacity: 1 !important;
}
#rubricDrawer.nocollapse .rubricTable .tooltip .tooltip-inner ul {
	padding: 0;
	margin: 0;
}
#rubricDrawer.nocollapse .rubricTable .tooltip .tooltip-inner ul li{
	text-align: left;
}

#rubricDrawer.nocollapse .rubricTable .tooltip .tooltip-inner{
	border: 1px solid #000;
	background-color: #FFF !important;
	min-width: 450px !important;
	max-width: 450px !important;

}

#rubricDrawer.nocollapse .rubricTable .tooltip .tooltip-inner em{
	font-weight: bold !important;
	color: #000 !important;
	text-align: left !important;
	margin-bottom: 5px;
}

#rubricDrawer.nocollapse .rubricTable .tooltip .tooltip-inner p{
	color: #999 !important;
	text-align: left;
	margin-left: 15px;
}

#student_grade_list {
	width: 100%;
}

.select2-container .select2-selection {
	max-height: 160px;
	overflow-y: scroll;
}

.btn-disabled{
	border-color: #929292 !important;
	background-color: #929292 !important;
	color: #646464 !important;
	cursor: not-allowed !important;
}

.speed-buttons, .video-container .video-formats {
	margin-bottom: 15px;
}
