.favoriteBox input[type=checkbox] {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-appearance: none;
  outline: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
}

.favoriteBox input[type=checkbox]:not(:checked) {
  background-image: url('/public/img/star_inactive.png');
}

.favoriteBox input[type=checkbox]:checked {
  background-image: url('/public/img/star_active.png');
}

.hideshowBox input[type=checkbox] {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-appearance: none;
  outline: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
}

.hideshowBox input[type=checkbox]:not(:checked) {
  background-image: url('/public/img/visible.svg');
}

.hideshowBox input[type=checkbox]:checked {
  background-image: url('/public/img/invisible.svg');
}

#recent-activities-table tr{
  cursor: pointer;
}

#recent-students-table tr{
  cursor: pointer;
}

.highlight {
  background-color: #FFEB3B;
  padding: 3px 6px;
  border-radius: 4px;
}

.server-description {
  text-align: center;
  color: #C0C0C0;
  font-size: 11px;
}
.student {
  margin: 0 0 5px 0;
  cursor: pointer;
}

.student .xo-icon {
  height: 30px;
  float: left;
  width: 30px;
  margin: 10px;
}

.student .name {
  font-weight: 500;
  padding: 5px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.student .timestamp {
  font-size: 11px;
  white-space: nowrap;
  font-style: italic;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select2-selection {
  border: 0 !important;
  background-image: linear-gradient(#D2D2D2, #D2D2D2), linear-gradient(#D2D2D2, #D2D2D2);
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  transition: background 0s ease-out;
  float: none;
  box-shadow: none;
  margin-bottom: 7px;
  height: 36px !important;
  border-radius: 0;
  font-weight: 400;
}

.sidebar .custom-icon {
  height: 30px;
  width: 30px;
  background-size: 30px;
}

.card .custom-icon {
  background-size: 50px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  margin: 0;
}

.nav .dropdown .custom-icon {
  height: 18px;
  width: 18px;
  margin: 0;
  background-size: 18px;
  display: inline-block;
}

#navbar-xo-subicon {
  height: 18px;
  width: 18px;
  margin: 0;
  background-size: 18px !important;
}

.lang-combo{
  font-size: 11px !important;
}

.xo-icon {
  background-image: url('/public/img/owner-icon.svg');
}

.home-icon {
  background-image: url('/public/img/home-icon.svg');
}

.help-icon {
  background-image: url('/public/img/help.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  margin-top: 8px;
  cursor: pointer; 
}

.qr-icon {
  background-image: url('/public/img/qr-code.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.custom-icon.invert {
  filter: invert(100%);
  -webkit-filter: invert(100%);
  -o-filter: invert(100%);
  -moz-filter: invert(100%);
}

.activity-icon {
  background-image: url('/public/img/activity-icon.svg');
}

.journal-icon {
  background-image: url('/public/img/activity-journal.svg');
}

.journal-icon2 {
  cursor: pointer;
  background-image: url(/public/img/journal-icon.svg);
  background-size: 24px;
  height: 24px;
  width: 24px;
  display: block;
  float: left;
}

.student-icon {
  cursor: pointer;
  background-image: url('/public/img/student-icon.svg');
  background-size: 24px;
  height: 24px;
  width: 24px;
  display: block;
  float: left;
}

.shutdown-icon {
  background-image: url('/public/img/system-shutdown.svg')
}

.stats-icon {
  background-image: url('/public/img/stat-icon.svg')
}

.classroom-icon {
  background-image: url('/public/img/classroom-icon.svg')
}

.assignment-icon {
  background-image: url('/public/img/assignment-icon.svg')
}

.assignment-icon2 {
  background-image: url('/public/img/assignment.svg');
  background-size: 26px;
  height: 26px;
  width: 26px;
  display: inline-table;
  position: relative;
  top: 9px;
}

.assignment-icon2-inactive {
  background-image: url('/public/img/assignment-inactive.svg');
  background-size: 26px;
  height: 26px;
  width: 26px;
  display: inline-table;
  position: relative;
  top: 9px;
}

.assignment-icon-tag {
  background-image: url('/public/img/assignment-inactive.svg');
  background-size: 20px;
  height: 20px;
  width: 20px;
  display: inline-table;
  position: relative;
  top: 15px;
}

.launchAssignment-icon {
  background-image: url('/public/img/play_black.svg');
  background-size: 24px;
  height: 24px;
  width: 24px;
  display: inline-table;
  position: relative;
  top: 7px;
}

.launchAssignment-icon-inactive {
  background-image: url('/public/img/play_black_inactive.svg');
  background-size: 24px;
  height: 24px;
  width: 24px;
  display: inline-table;
  position: relative;
  top: 7px;
}

.returnAssignment-icon {
  background-image: url('/public/img/back.svg');
  background-size: 30px;
  height: 30px;
  width: 30px;
  display: inline-table;
  position: relative;
  top: 10px;
}

.returnAssignment-icon-inactive {
  background-image: url('/public/img/back-inactive.svg');
  background-size: 30px;
  height: 30px;
  width: 30px;
  display: inline-table;
  position: relative;
  top: 10px;
}

.comment-icon {
  background-image: url('/public/img/comment.svg');
  background-size: 34px;
  height: 31px;
  width: 31px;
  display: inline-table;
  position: relative;
  top: 10px;
}

.user-icon {
  background-image: url('/public/img/user-icon.svg')
}

.remove-activity {
  cursor: pointer;
}

.material-icons.dp24 {
  font-size: 24px;
  line-height: 36px;
}

.material-icons.dp48 {
  font-size: 48px;
  line-height: 56px;
}

.material-icons.dp96 {
  font-size: 96px;
  line-height: 108px;
}

#user-add-edit-form .select2-selection {
  height: 50px !important;
}

.select2 {
  width: 100% !important;
}

#languageSelection {
  border: 1px solid #b3b3b3;
  background: #fff;
  margin: 5px;
  height: 30px;
  width: 120px;
  border-radius: 1000px;
  text-align: center;
}

.pointer {
  cursor: pointer;
}

.dashboard-table-title {
  position: fixed;
}

.dashboard-table {
  margin-top: 20px;
}

.color {
  margin: 0 0 5px 0;
}

.color .xo-icon {
  height: 30px;
  float: left;
  width: 30px;
}

.color .fill, .color .stroke {
  font-weight: 300;
  padding: 1px 0;
  line-height: 15px;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #000000;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #000000, 0 0 5px #000000;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #000000;
  border-left-color: #000000;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 5px;
}
#name-column{
  border: none;
  background: none;
}
#last-column{
  border: none;
  background: none;
}
#journal-size{
  border: none;
  background: none;
}
#journal-title{
  border: none;
  background: none;
}
#activity-id{
  border: none;
  background: none;
}
#activity-version{
  border: none;
  background: none;
}
.sort{
  padding-top: 1px !important;
  padding-bottom: 1px !important;
  margin-left: 10px !important;
}

.type-selector{
  padding-top: 15px;
  padding-left: 40px;
}

.type-selector input{
  margin:0;
  padding:0;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}

.type-selector input:active +.type-selector-card{
  opacity: .9;
}

.type-selector input:checked +.type-selector-card{
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
}

.type-selector-card{
  cursor:pointer;
  background-size:contain;
  background-repeat:no-repeat;
  display:inline-block;
  width:100px;height:70px;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  -webkit-filter: brightness(1.8) grayscale(1) opacity(.4);
  -moz-filter: brightness(1.8) grayscale(1) opacity(.4);
  filter: brightness(1.8) grayscale(1) opacity(.4);
}

.type-selector-card:hover{
  -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
  -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
  filter: brightness(1.2) grayscale(.5) opacity(.9);
}

.chart-timeline{
  background-image: url('/public/img/line-chart.svg');
}

.chart-table{
  background-image: url('/public/img/list.svg');
}

.chart-pie{
  background-image: url('/public/img/pie-chart.svg');
}

.chart-bar{
  background-image: url('/public/img/bar-chart.svg');
}

.chart-list {
  position: relative;
  display: block;
  padding-left: 40px;
}

.chart-list label {
  position: relative;
  display: block;
  width: 100%;
  margin: 2px 0 0;
  padding: 10px 0;
}
.chart-list label input[type="radio"] {
  position: relative;
  display: inline-block;
  margin-top: 3px;
  margin-right: 15px;
  font-size: 12px;
  float: left;
  z-index: 1;
}
.chart-list label input[type="radio"]:checked + div span {
  position: absolute;
  display: inline-block;
  left: 100%;
  top: -5px;
  margin: 0 0 0 20px;
  padding: 8px 15px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(34, 34, 34, 0.9);
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(34, 34, 34, 0.2);
  clear: both;
  visibility: visible;
  transform: translateX(0px);
  transition: transform 200ms ease;
}
.chart-list input[type="radio"]:checked + div span:before {
  position: absolute;
  content: "";
  top: 4px;
  left: -1px;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(34, 34, 34, 0.9);
  transform: rotate(45deg);
}
.chart-list label div {
  position: relative;
  display: inline-block;
}
.chart-list label div span {
  position: absolute;
  visibility: hidden;
  transform: translateX(-10px);
  transition: transform 200ms ease;
}
.chart-list label input[type="radio"]:checked + div span {
  background-color: #3498db;
}
.chart-list label input[type="radio"]:checked + div span:before {
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(52, 152, 219, 0.9);
}

.display-check {
  padding-left: 40px;
  padding-top: 5px;
}

.display-check input {
  margin-top: 3px;
  margin-right: 15px;
}

.journal-check {
  padding-left: 30px;
  padding-top: 0px;
}

.journal-check input {
  margin-top: 10px;
  margin-right: 5px;
}

.icon-button {
	border-radius: 22px;
	margin-top: 5px;
	height: 35px;
	background-color: #808080;
	border: 2px solid #808080;
}

.tutorial-title {
	background-color: #808080 !important;
	color: #ffffff !important;
}

.tutorial-prev-icon {
	display: inline-flex;
	width: 90px;
}

.tutorial-prev-icon.icon-button {
	color: white;
}

.tutorial-prev-icon.icon-button.disabled {
	color: black;
}

.tutorial-prev-icon1 {
	margin-left: 6px;
	margin-top: 6px;
}

.tutorial-prev-icon2 {
	background-image: url("../img/go-left.svg");
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
}

.tutorial-prev-icon3 {
	display: none;
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	background-color: white;
	margin-top: -20px;
}

.tutorial-next-icon {
	display: inline-flex;
	width: 90px;
}

.tutorial-next-icon.icon-button {
	color: white;
}

.tutorial-next-icon.icon-button.disabled {
	color: black;
}

.tutorial-next-icon1 {
	margin-left: 6px;
	margin-top: 6px;
}

.tutorial-next-icon2 {
	background-image: url("../img/go-right.svg");
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
}

.tutorial-next-icon3 {
	display: none;
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	background-color: white;
	margin-top: -20px;
}

.tutorial-end-icon {
	display: inline-flex;
	width: 90px;
}

.tutorial-end-icon.icon-button {
	color: white;
}

.tutorial-end-icon.icon-button.disabled {
	color: black;
}

.tutorial-end-icon1 {
	margin-left: 6px;
	margin-top: 6px;
}

.tutorial-end-icon2 {
	background-image: url("../img/dialog-cancel.svg");
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
}

.tutorial-end-icon3 {
	display: none;
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	background-color: white;
	margin-top: -20px;
}

.icon-tutorial-text {
	margin-top: 7px;
	padding-left: 38px;
	padding-right: 38px;
  display: inline-block;
  position: absolute;
}

.popover-tour {
  background-color: #fff;
  padding: 1px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper a {
  padding: 8px;
}

.upload-btn-wrapper a > i {
  color: white;
  font-size: 25px !important;
}
.upload-btn-wrapper input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  display: none;
}

@font-face {
	font-family: "Noto Emoji";
	src: url("../fonts/NotoEmoji.woff") format('woff');
}

.emojis {
	font-size: 12pt;
	font-family: "Noto Emoji";
}

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.hide-mob-el {
  display: block;
}

.hide-desk-el {
  display: none !important;
}

@media (max-width: 991px) {
  .hide-desk-el {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .pull-right-mobinterrupt {
    float: none !important;
  }
  .hide-mob-el {
    display: none !important;
  }
  .hide-desk-el {
    display: block !important;
  }
  .type-selector {
    padding-left: 0px;
  }
  .chart-list {
    padding-left: 0px;
  }
  .display-check {
    padding-left: 0px;
  }
  .journal-check {
    padding-left: 0px;
  }
}
