@import url('custom_al_components.css');

/**
 * START -- AL Fonts 
 */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url(' /plugins/aktiv_gamification/font/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url('/plugins/aktiv_gamification/font/Roboto-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'RobotoThin';
	font-style: normal;
	src: url('/plugins/aktiv_gamification/font/Roboto-Thin.ttf') format('truetype');
}

@font-face {
	font-family: 'RobotoLight';
	font-style: normal;
	src: url('/plugins/aktiv_gamification/font/Roboto-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'DIN';
	font-style: normal;
	src: url('/plugins/aktiv_gamification/font/DIN/DINRegular.ttf') format('truetype');
}

@font-face {
	font-family: 'DINMedium';
	font-style: normal;
	src: url('/plugins/aktiv_gamification/font/DIN/DINMedium.ttf') format('truetype');
}

html,body{
	font-family: 'Open Sans';
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto';
}

/**
 * END -- AL Fonts
 */

.al-background-image{
	display: none;
}

.module-sequence-footer{
	display: none;
}
.pbl-widget .menu-item-title {
	text-align: center;
	display: none;
}

.trophy-icon {
	height: 40px;
	width: 40px;
}

.trophy-icon-cnt {
	text-align: center;
}

#header-leaderboard {
	color: #555555;
	text-align: left;
	padding-top: 10px;
	width: 214px;
}

#leaderboard-menu-item {
	/*padding: 10px;*/
	position: relative;
	cursor: pointer;
	flex-basis: 12.66667%;
	max-width: 12.66667%;
	text-decoration:none;
}

.leaderboard-player {
	font-size: 16px;
	padding: 4px;
	padding-left: 13px;
	border-bottom: 1px solid #938D8D;
	font-weight: 300;
}

.player-profile-pic {
	width: 28px;
	height: 28px;
}

.hideData {
	display: none;
}

#leaderboardPopUp {
	cursor: default;
	outline: 0;
	left: 0;
	top: 50px;
	z-index: 100;
	position: absolute;
	transition: all 2s ease-in;
	width: 250px;
}

.popUpStyle-leaderboard {
	border-radius: 0;
	background: #676767;
	color: #FFFFFF;
	text-align: left;
	overflow: hidden;
	box-shadow: 0px 2px 1px 0px #34444f;
}

.leaderboardrow {
	font-size: 16px;
	padding: 4px 10px;
	border-bottom: 1px solid #878787;
	font-weight: 300;
	text-align: left;
}

.popUpFooterLeaderboard {
	border-radius: 8px 8px 0 0;
	background: #535353;
	border-radius: 0px 0px 8px 8px;
	line-height: 32px;
	height: 32px;
	font-size: 15px;
	text-align: center;
	color: #6999ff;
	font-size: 1rem;
	font-weight: 500;
}

.leaderboard-player-name{
	max-width: 75px;
	display: inline-block;
}

.triangle-leaderboard {
	border-bottom: 15px solid #676767;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	width: 0;
	height: 0;
	margin: 0 auto;
}

#showLeaderboard {
	cursor: pointer;
	text-decoration: none;
}

.leaderboard-popup-avatar {
}

.leaderboard-popup-alias {
	margin-left: 6px;
	margin-top: 3px;
	max-width: 74%;
	overflow: hidden;
}

.leaderboard-currrent-user{
	background-color: #313131 !important;
}

.no-badges-message {
	text-align: center;
	margin-top: 15px;
	color: #ffffff;
}

.badge-score {
	font-size: 18px;
	font-weight: bold;
}

.header-badge-image {
	height: 35px;
	width: 35px;
}

#badges-menu-item {
	/*padding: 10px;*/
	border-right: 1px solid rgba(186, 186, 186, 0.4);
	position: relative;
	flex-basis: 20.66667%;
	max-width: 20.66667%;
	text-decoration:none;
}

#header-badges-cnt {
	margin-left: auto;
	padding: 6px;
	margin-right: auto;
}

#badgesPopup {
	cursor: default;
	outline: 0;
	margin-left: 0px;
	margin-top: 5px;
	z-index: 100;
	position: absolute;
}

.popUpStyle-badges {
	border-radius: 8px 8px 8px 8px;
	background: #e8e8e8;
	color: #555555;
	width: 214px;
	text-align: left;
	padding: 10px 8px;
	overflow: hidden;
	box-shadow: 0px 2px 1px 0px #34444f;
}

.point-badgerow {
	font-size: 15px;
	padding: 2px;
	/* padding-left: 13px; */
	border-bottom: 1px solid #938D8D;
	font-weight: 300;
	text-align: left;
	color: #555555;
}

.triangle-badges {
	border-bottom: 15px solid #e8e8e8;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	width: 0;
	height: 0;
	margin: 0 auto;
}

.point-badge-popup-details {
	margin-left: 6px;
	margin-top: 3px;
	float: left;
	max-width: 74%;
	overflow: hidden;
}

.point-badgerow:last-of-type {
	border: none;
}

.point-badge-popup-image {
	float: left;
}

.point-image {
	height: 32px;
	width: 32px;
	margin: 5px;
}

.point {
	width: 250px !important;
}

.point-description {
	width: 100%;
}

#points-menu-item {
	position: relative;
	/*padding: 10px;*/
	border-right: 1px solid rgba(186, 186, 186, 0.4);
	/*width: 12%;*/
	/*margin-left: 12%;*/
	box-sizing: border-box;
	text-decoration:none;
}

.points-image-cnt {
	margin-top: 4px;
	text-align: center;
}

.points-image-cnt h2 {
	display: inline;
}

#pointsPopup {
	cursor: default;
	outline: 0;
	margin-left: 0px;
	margin-top: 9px;
	z-index: 100;
	position: absolute;
	left: -11%;
}

.popUpStyle-points {
	border-radius: 8px 8px 8px 8px;
	background: #e8e8e8;
	color: #555555;
	width: 214px;
	text-align: left;
	padding: 10px 8px;
	overflow: hidden;
	box-shadow: 0px 2px 1px 0px #34444f;
}

.pointrow {
	font-size: 16px;
	padding: 4px;
	padding-left: 13px;
	border-bottom: 1px solid #938D8D;
	font-weight: 300;
	text-align: left;
	color: #555555;
}

.triangle-points {
	border-bottom: 15px solid #e8e8e8;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	width: 0;
	height: 0;
	margin: 0 auto;
}

.point-popup-details {
	margin-left: 6px;
	margin-top: 3px;
	float: left;
	max-width: 74%;
	overflow: hidden;
}

.pointrow:last-of-type {
	border: none;
}

.point-popup-image {
	float: left;
}

.player-rank {
	float: left;
	color: #f1c431;
	font-weight: bold;
	padding-top: 5px;
	width: 15%;
}

.player-avatar-name-cnt {
	padding-left: 32px;
}

.player-profile-pic {
	display: inline;
	width: 25px;
	height: 25px;
}

.popup-item-link {
	color: #005e8a;
	text-decoration: underline;
	cursor: pointer;
}

.points-change {
	font-weight: bold;
	font-size: 14px;
	visibility: hidden;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	position: absolute;
	bottom: 47px;
	right: 26%;
}

.points-change-positive {
	color: green;
}

.points-change-negative {
	color: red;
}

.points-decreased {
	color: #AA3C39;
}

.points-increased {
	color: #3EA33E;
}

.points-decreased,
.points-increased {
	font-weight: bold;
}

.new-rank {
	visibility: hidden;
}

.rank-worse {
	color: #AA3C39;
}

.rank-better {
	color: #3EA33E;
}

.rank-worse,
.rank-better {
	font-weight: bold;
}

.current-rank {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.badge-gain {
	color: #3EA33E;
	font-weight: bold;
}

/*header notifications */

#notifications-menu-item {
	float: right;
	box-sizing: border-box;
	/*padding: 20px 4px;*/
	text-align: center;
	position: relative;
}

#notifications-menu-item h5{
	color: #000;
	margin: 5px 0;
}

.left-border-item {
	border-left: 1px solid rgba(186, 186, 186, 0.4);
}

#notificationsPopUp {
	cursor: default;
	position: absolute;
	outline: 0;
	left: -250px;
	top: 50px;
	z-index: 11;

	border: 1px solid rgba(100, 100, 100, .4);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	border-radius: 0 0 3px 3px;
	background: #fff;
	color: #000;
	width: 350px;
}

.notifications-pop-up-header{
	margin: 0;
	border-bottom: 1px solid #aaa;
}

.notificationsPopUpStyle {
	text-align: left;
	margin: 0;
	padding: 0;
	max-height: 370px;
	min-height: 100px;
	overflow-y: auto;
	overflow-x: hidden;
}

.view-noti-css {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}

.notification-popup-footer {
	line-height: 35px;
	height: 32px;
	font-size: 15px;
	font-weight: 300;
}

.noti-block {
	font-size: 0.9rem;
	padding: 10px;
	color: #ffffff;
}

.individualNotificationPopUp {
	border-bottom: 1px solid #d8d8d8;
}

a.notification-item-link {
	display: inline-block;
	text-decoration: none;
	color: #333;
	padding: 10px;
}

.notifications-count-wrapper {
	background-image: url('/plugins/aktiv_gamification/images/icon-bell.png');
	width: 40px;
	height: 40px;
	background-size: 100%;
	background-repeat: no-repeat;
	margin: 5px auto 0;
	animation-duration: 1s !important;
}

.notification-item-image {
	width: 35px;
	height: 35px;
}

.notifications-count{
	padding: 7px;
	font-size: 1rem;
	cursor: pointer;
	min-height: 26px;
}

.notification-list-item{
	font-size: 0.9rem;
	border-bottom: 1px solid #aaa;
	display: block;
	position: relative;
}

.notification-list-item:hover{
	background-color: #f2f2f2;
}

.notification-item-desc-container span{
	font-size: 0.8rem !important;
}

.unread-noti-item{
	background-color: #e1e1e1 !important;
}

.unread-noti-item .notification-item-link{
	padding-right: 30px;
}

.notification-time{
	color: #797979;
	display: block;
	margin: 6px 0;
}

.noti-loading-cnt{
	margin: 100px 0;
}

.mark-read-cnt{
	display: none;
	top: 40%;
	position: absolute;
	right: 8px;
	font-size: 0.6rem;
	cursor: pointer;
}

.unread-noti-item.notification-list-item .mark-read-cnt{
	display: block !important;
}

.all-notifications-btn{
	border-top: 1px solid #aaa;   
}

/**
 * END of header notifications
 */

.pbl-widget {
	/*background-color: #34444f;*/
	color: white;
	/*z-index: 102;
  position: fixed;*/
	width: 100%;
	height: 50px;
	margin: 0;
	z-index: 100;
	position: fixed;
}

.pbl-widget .menu-item {
	height: 50px;
	color: white;
}

.gamification-header-logo {
	height: 34px;
	margin: 8px 0;
}


/**
 * Sidebar CSS
 */

.al-sidebar .ic-app-header__main-navigation {
	margin-top: 49px;
}

.menu-item__text {
	font-size: 0.5rem;
	/*display: none;*/
}

.ic-app-header__logomark-container {
	padding: 0 !important;
}

.sidebar-toggler-cnt {
	cursor: pointer;
}

.sidebar-toggler {
	margin: 0 auto;
	display: block;
	/*color: white;*/
	box-shadow: none !important;
}

.sidebar-toggler.Button--link:hover,
.sidebar-toggler.Button--link:focus {
	color: white !important;
}

.with-left-side #left-side {
	/*background: #4a6170;*/
	background: #4a4a4a;
	color: white !important;
	position: absolute;
	top: -48px;
	bottom: 0;
	transition: all 0.1s ease-in;
}

body.course-menu-expanded:not(.ic-no-flex-layout) .ic-app-nav-toggle-and-crumbs {
	margin-left: 170px;
}

.ic-app-nav-toggle-and-crumbs #courseMenuToggle {
	display: none;
}

.list-view > nav > ul > li > a {
	color: #ffffff;
	border-radius: 0 !important;
	padding: 6px 18px !important;
}

.list-view > nav > ul > li > a:hover,
.list-view > nav > ul > li > a:focus {
	color: #34444f !important;
}

.list-view a.active:hover,
.list-view a.active:focus {
	color: #fff !important;
}

.ic-app-header__menu-list-link .ic-icon-svg {
	width: 20px !important;
	height: 20px !important;
}

.ic-app-course-menu {
	padding: 0 !important;
}

.course-menu-header {
	padding: 14px 0 13px 18px;
	/*background: #3d515e;*/
	background-color: #454a44;
	font-weight: bold;
	color: #b8e986;
}

.ic-app-nav-toggle-and-crumbs {
	padding: 10px 0 !important;
	transition: all .1s ease 0s;
}

body.course-menu-expanded:not(.ic-no-flex-layout) #courseMenuToggle {
	/*background: #3d515e;*/
	background-color: #454a44;
}

body.course-menu-expanded:not(.ic-no-flex-layout) #courseMenuToggle i[class*="icon-"] {
	color: #b8e986;
}

.ic-app-header__menu-list-item a:hover,
.ic-app-header__menu-list-item a:focus {
	color: #FFF;
}

.ic-app-header__menu-list-item.ic-app-header__menu-list-item--active i[class*="icon-"] {
	color: #0096db;
}

.ic-app-header__menu-list-link:hover i[class*="icon-"] {
	-webkit-transform: scale(1.075);
	-moz-transform: scale(1.075);
	-ms-transform: scale(1.075);
	-o-transform: scale(1.075);
	transform: scale(1.075);
}

.old-badge {
	color: #FFF;
}

.ReactTray__Content {
	top: 50px;
}

body:not(.is-inside-submission-frame) .ic-app-container {
	padding-top: 50px;
}


/**
 * Friends CSS
 */

#right-side {
	height: 100%;
}

.right-friend-container {
	/*height: 100%;*/
	/*margin: -24px;*/
	background-color: #f3f3f3;
}

.friend-avatar {
	padding: 0 !important;
	/*width: 40px;
	height: 40px;
	background-size: 100%;
	border-radius: 50%;
	border: 2px solid #d6d6d6;
	background-repeat: no-repeat;*/
}
.friend-avatar .intials-cnt{
	height: 40px !important;
	width: 40px !important;
}
.friend-avatar .display-initials{
	font-size: 20px !important;
	line-height: 42px !important;
}

.friend-avatar .ic-avatar{
	border: 2px solid #d6d6d6;
}

.friend-item {
	color: #34444f;
	font-size: 0.8rem;
	padding: 0 5px;
}

.friend-list ul {
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
}

.friend-points {
	padding: 0;
}

.friend {
	color: #333333;
}

.friend:hover {
	text-decoration: none;
}

.friend-profile-pic {
	height: 40px;
	width: 40px;
}

.friend-list-header {
	background: #c9ded1;
	padding: 5px;
	color: #333;
	font-size: 1.125rem;
	font-weight: 300;
	border-bottom: 2px solid #6ec08a;
	/*text-transform: uppercase;*/
	/*border-bottom: 2px solid;*/
}

.friend-name {
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 5px;
}

.friend-pnt-image {
	padding-right: 0;
	padding-left: 0;
	margin-left: 5px;
}

.friend-pnt-val {
	padding-left: 5px;
	margin-left: -5px;
}

.friend-item-cnt {
	margin: 5px 0;
}

.friend-point-image,
.ldr-point-image{
	height: 30px;
	width: 30px;
}

/**
 * Footer
 */

#footer .footer-logo{
	background-image: none !important;
}

#take_quiz_link,#preview_quiz_button, .take_quiz_button a{
	z-index: 12;
}

/* Hide 'View Course Stream' button */

#course_show_secondary .course-options a[href*="feed"]{
	display: none;
}

/*Hide right sidebar calendar */
.event-list-view-calendar{
	display: none;
}


.events_list.coming_up{
	display: none;
}

.events_list.recent_feedback{
	display: none;
}

#right-side a[href*="grades"]{
	display: none;
}

#right-side{
	position: relative !important;
	top: none !important;
	margin-top: none !important;
	width: 100% !important;
}

.loading-cube-img{
	margin-top: 50px;
	height: 100px;
	width: 100px;
}

/**
 * Hiding items in account sidebar
 */
.ReactTray-list-item__link[href='/profile'],
.ReactTray-list-item__link[href='/files'],
.ReactTray-list-item__link[href='/dashboard/eportfolios'],
.ReactTray-list-item.ReactTray-list-item--feature-item{
	display: none;
}

/**
 * Hiding navigation buttons from wiki page
 */

#wiki_page_show .view_all_pages{
	display: none;
}

body.student-view #wiki_page_show .header-bar{
	border-bottom: none;
}

#wiki_page_show .header-bar-outer-container,
#wiki_page_show .header-bar-outer-container .header-bar-container,
#wiki_page_show .header-bar {
  min-height: 1px;
}

/* Hiding the recent activity toggler for Dashboard page */

#RecentActivityToggle_Container{
	display: none;
}

#course_home_content .recent-activity-header, #course_home_content .recent_activity, #course_home_content .ic-notification{
	display: none;
}


/*
	CSS for prev-next blips

*/
.module-sequence-footer-content{
  margin: 5px 0;
}

.aktiv-previous-label,.aktiv-next-label{
  display: none;
}

.aktiv-module-sequence-footer {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 50px;
	height: 64px;
	overflow: hidden;
	z-index : 11;
	background: #f2f2f2;
	border-top: 1px solid #e4e4e4;
}
  
.aktiv-next-item,.aktiv-previous-item{   
  color: rgb(80, 77, 77);
  border: 1px solid #65CBDC; 
  position: fixed;
	bottom: 12px;
	height: 50px;
	overflow: hidden;
	z-index : 11;
	width: 239px;
}

.aktiv-next-item{
	right: 0;
}

.aktiv-previous-item {
	left: 50px;
}
.aktiv-next-item-row, .aktiv-previous-item-row{
  clear: both;
  height: 50px;   
  /*box-shadow: -3px 2px 15px 8px rgba(221, 221, 221,0.8);*/
}
.aktiv-next-item-link, .aktiv-previous-item-link{
  display: flex;
  align-items: center;
  height: 100%;
  float: left;
  background: #fff;
  padding-left: 5px;
}

.aktiv-next-item-type-img,.aktiv-previous-item-type-img{
  height: 32px;
  width: 32px;
  float: left;
}
.aktiv-next-item-title,.aktiv-previous-item-title{
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  padding: 2px 6px;
  float: left;
  height: 100%;
  width: 152px;
  box-sizing: border-box;
  white-space: normal;
}
.aktiv-next-item-title span,.aktiv-previous-item-title span{
	width: 100%;
}

.aktiv-next-item-arrow,.aktiv-previous-item-arrow{
  height: 100%;
  width: 50px;
  text-align: center;
}
.aktiv-next-item-arrow{   
  float: left;   
  color: #fff;
  background-color: #65CBDC;    
}
.aktiv-previous-item-arrow{
  float: left;    
  color: #FFF;
  background-color: #65CBDC;
}
.aktiv-next-item-arrow .icon-arrow-right,
.aktiv-previous-item-arrow .icon-arrow-left{
  padding: 17px;
  transform: scale(2.5);
}
.aktiv-next-label{
  float: right;
  padding-right: 10px;
}
.aktiv-previous-item-row:hover{
  text-decoration: none;
}

#right-side h3 {
  line-height: 1;
  margin-bottom: 2px;
}

.quiz_student_details_al_table td,
.quiz_student_details_al_table th,
.student-assignment-overview-al-table td,
.student-assignment-overview-al-table th{
  text-align: center !important;
}

.quiz_student_details_al_table,
.student-assignment-overview-al-table{
  border: 1px solid #d6d6d6;
  margin: 10px 0;
}

li.section .section_group_name{
	margin-right: 40px;
}

#sections .section{
	padding: 8px 3px !important;
}

li.section .grid-row{
	margin: 0;
}

#tab-sections #sections{
	max-width: none;
}

.section-group-overlay{
	height: 62px;
	background-color: #f7f7f7;
	position: absolute;
	margin-top: -72px;
	z-index: 12;
	left: 24px;
	right: 24px;
	opacity: 0.5;
}

/**
 * AL Custom Modals
 */
.module-modal-container{
  display: none;
}

.module-overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 13;
}

.module-modal {
	width: 70%;
	height: 70%;
	position: fixed;
	top: 15%;
	left: 0;
	right: 0;
	/* margin-top: -100px; */
	margin-left: auto;
	margin-right: auto;
	/* background-color: #11487f; */
	/* border-radius: 10px; */
	padding: 0 5px;
	box-sizing: border-box;
	z-index: 13;
	border-radius: 8px;
	background-color: #f3f3f3;
	box-shadow: inset 0 0 12px 0 rgba(223, 226, 255, 0.19);
	/* border: solid 1px #89aeee; */
}


.module-item-modal-close-btn{
	width: 75px;
	margin: 0px auto 10px auto;
}

.al-custom-modal .module-item-modal-cnt{
	width: 50%;
	height: auto;
	background: #f2f2f2;
	color: #313131;
}

.al-item-rewards-list{
	max-height: 400px;
	overflow-y: auto;
}

.assignment-float-btn{
	display: inline-block;
}

#right-side .course-options .wizard_popup_link{
	display: none;
}

#wiki_page_show .show-content .page-title{
	display: none;
}

body.assignments #right-side #sidebar_content .details{
	display: none;
}

body.is-inside-submission-frame .pbl-widget,
body.is-inside-submission-frame #right-side-wrapper,
body.speed_grader_viewer #right-side-wrapper{
	display: none !important;
}

.assignment-title.student-view .title{
	visibility: hidden;
}

body.ic-Login-Body .menu-item{
	display: none !important;
}

.item-description-cnt{
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: -0.2px;
}

.ic-app-header__menu-list-item .intials-cnt{
	margin: auto;
}