@font-face {
  font-family: Dot Matrix;
  src: url(/assets/webapp_scenarios/memory/fonts/DOTMATRI.TTF)
}
 
@font-face {
  font-family: Classic Robot Condensed;
  src: url(/assets/webapp_scenarios/orderline/fonts/ClassicRobotCondensed.otf)
}
 
@font-face {
  font-family: Britanic;
  src: url(/assets/webapp_scenarios/sortitout/fonts/britanic.ttf)
}
 
body {
  font-family: 'Raleway';
  margin-top: 25px;
}
 
button .fa {
  margin-right: 6px;
}
 
.table-text div {
  padding-top: 6px;
}
 
.login-header-table th {
  padding: 20px;
}
 
.dashboard h2:not(.row.host-blast-summary-slide-panel-question h2, .panel.panel-default.col-md-12 h2, .panel.panel-default h2),
.dashboard h3:not(.panel.panel-default.col-md-12 h3, .panel.panel-default h3) {
  color: #fff;
}
 
img.banner {
  /*padding: 10px;
  width:100%;
  height:auto;
  max-width: 300px;
  */
 
  margin-left: -10px;
  height: 90px;
  max-width: 300px;
  padding-bottom: 20px;
}
 
img.wink_banner {
  /*padding: 10px;
width:100%;
height:auto;
max-width: 300px;
*/
  margin-top: 5px;
  margin-left: -10px;
  height: 50px;
  width: 50px;
  max-width: 299px;
 
}
 
 
/****************************** BTN OVERRIDES ***********************/
.btn.wink-play-btn {
  white-space: normal !important;
  max-width: 300px;
  word-wrap: break-word;
}
 
/****************************** NAV BAR OVERRIDES ***********************/
 
 
.navbar {
  min-height: 60px;
}
 
.navbar-brand {
  padding: 0 15px;
  height: 60px;
  line-height: 60px;
}
 
.navbar-toggle {
 
  /* (60px - button height 34px) / 2 = 23px */
 
  margin-top: 13px;
  padding: 9px 10px !important;
}
 
 
@media (min-width: 768px) {
  .navbar-nav>li>a {
 
    /* (60px - line-height of 27px) / 2 = 16.5px */
 
    padding-top: 16.5px;
    padding-bottom: 26.5px;
    line-height: 27px;
  }
}
 
 
.navbar-default {
  /*background-color: #F8F8F8;
  border-color: #E7E7E7;*/
  background-color: #ffffff;
  border-color: #ffffff;
  border-bottom: 1px solid #d3d3d3;
}
 
/* Title */
.navbar-default .navbar-brand {
  color: #777;
}
 
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5E5E5E;
}
 
/* Link */
.navbar-default .navbar-nav>li>a {
  color: #777;
}
 
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #333;
}
 
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: #E7E7E7;
}
 
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  color: #555;
  background-color: #D5D5D5;
}
 
/* Caret */
.navbar-default .navbar-nav>.dropdown>a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
 
.navbar-default .navbar-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-nav>.dropdown>a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
 
.navbar-default .navbar-nav>.open>a .caret,
.navbar-default .navbar-nav>.open>a:hover .caret,
.navbar-default .navbar-nav>.open>a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
 
/* Mobile version */
.navbar-default .navbar-toggle {
  border-color: #DDD;
}
 
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #DDD;
}
 
.navbar-default .navbar-toggle .icon-bar {
  background-color: #CCC;
}
 
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }
 
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
  }
}
 
 
 
 
 
 
 
.sortable {
  border: 1px solid #eee;
  min-height: 20px;
  min-width: 200px;
  list-style-type: none;
  margin: 0;
  padding: 5px 0 0 0;
  float: left;
  margin-right: 10px;
}
 
.sortable li {
  margin: 0 5px 5px 5px;
  padding: 5px;
  font-size: 1.2em;
}
 
 
.sortable-courseunit {
  border: 1px solid #eee;
  min-height: 20px;
  min-width: 200px;
  list-style-type: none;
  margin: 0;
  padding: 5px 0 0 0;
  float: left;
  margin-right: 10px;
}
 
.sortable-courseunit li {
  margin: 0 5px 5px 5px;
  padding: 10px;
  /*font-size: 1.2em;*/
}
 
.sortable-courseunit .ui-state-default a {
  font-size: 1.2em;
  color: #337ab7;
}
 
.ui-state-default a:hover {
  text-decoration: underline;
}
 
/* .activity-actions-bar-container{
 
 
} */
 
.activity-embedded-view-in-page-container {
  position: relative;
  border: 2px solid #ddd;
  margin-bottom: 20px;
  padding: 10px;
}
 
.warning-box-container {
  border: 2px solid #ddd;
  margin-bottom: 20px;
  padding: 10px;
}
 
.warning-box-container-in-summary {
  border: 2px solid #ddd;
  margin-bottom: 5px;
  padding: 5px;
}
 
.warning-box-container-activity-not-published {
  /* border: 2px solid #ddd; */
  margin-bottom: 5px;
  /* padding: 5px; */
  display: inline-block;
}
 
 
.youtube-video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
 
.youtube-video-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
 
.video-stream-page-embedded {
  position: relative;
  border: 2px solid #ddd;
  margin-top: 30px;
}
 
.video-stream-page-embedded-header {
  padding-left: 10px;
}
 
/* .embedded-video-row{
 
} */
 
.embedded-video-column {
  width: 200px;
}
 
.activity-row {
  border-bottom: 1px solid #ddd;
  margin: 15px 0;
  padding: 10px 0;
}
 
.activity-row a {
  cursor: pointer;
}
 
.activity-row h3 {
  color: #638da5;
}
 
.activity-row:last-child {
  border-bottom: none;
}
 
.activity-content {
  margin: 10px 0;
}
 
.toggle-activity {
  font-size: 18px;
  padding-right: 0;
  cursor: pointer;
}
 
/* a.related-activity-grid-item-title,
a.related-activity-grid-item-title:hover{
 
} */
 
div.related-activity-grid-item {
  margin: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  max-width: 180px;
}
 
 
/********************* ACTIVITY FILE DATA BAR *****************/
.activity-file-difficulty-bar-container {
  /* margin: 5px 10px 25px 30px; */
  padding: 10px;
  border: 1px solid #0cb800;
}
 
 
 
.createstudio-scenario-grid-item {
  margin: 20px;
  padding: 10px;
  border: 1px solid #ddd;
  max-width: 180px;
}
 
.createstudio-scenario-grid-item .scenario-name {
  padding-top: 10px;
  text-align: center;
  font-size: 1.15em;
}
 
 
.clickable {
  cursor: pointer;
}
 
.panel-heading span {
  margin-top: 0px;
  font-size: 15px;
}
 
.word-break {
  word-break: break-all;
}
 
.col-md-4 {
  line-height: normal;
}
 
.preview-img {
  width: 70%;
}
 
.preview-img img {
  margin-top: 5px;
}
 
.profile-menu .dropdown-toggle {
  border: 1px solid #ccc;
  padding: 0;
}
 
.profile-menu .dropdown-toggle img {
  max-width: 40px;
}
 
.profile-menu .dropdown-menu {
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 10px 0;
}
 
.profile-menu .btn.btn-sm.btn-default {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color #ccc;
  border-image: none;
  border-radius: 0;
  border-style: none none solid;
  border-width: 0 0 1px;
  margin-bottom: 5px;
  padding: 5px 0 10px;
  text-align: left;
}
 
.profile-menu .btn.btn-sm.btn-default.logout {
  border: 0px;
}
 
.profile-menu .btn.btn-sm.btn-default:hover {
  background: #fff;
  color: #888;
}
 
ul.user-list {
  display: table-row;
}
 
.user-list li {
  display: table-row;
  width: 35%;
  float: left;
}
 
footer {
  color: #999;
  margin-top: 68px;
  clear: both;
}
 
.favorite {
  margin-right: 30px;
  cursor: pointer;
}
 
.favorite .icon {
  font-size: 25px;
  color: #5d5750;
}
 
/* .favorite .icon:hover {
  color: #883d00;
} */
.favorite .active {
  color: #ff3d00;
}
 
.hand-cursor {
  cursor: pointer;
}
 
.wink-demo-game-button {
  margin: 10px;
  width: 90%;
  text-align: left;
}
 
@media only screen and (max-width: 600px) {
  /*
.wink-demo-game-button{
  margin:10px;
  width:90%;
  text-align: center;
}
*/
}
 
/******************* WINK GAME SUMMARY ************************/
.game-over-explanation-clause.win {
  color: #00a31b;
  font-weight: bold;
}
 
.game-over-explanation-clause.time-expired {
  color: #f07122;
  font-weight: bold;
}
 
.game-over-explanation-clause.out-of-checks {
  color: #f07122;
  font-weight: bold;
}
 
.game-over-explanation-clause.game-abandoned {
  color: #fdd664;
  font-weight: bold;
}
 
.game-over-explanation-icon.win {
  height: 80px;
  margin-top: 10px;
  background: url('/assets/img/ui/emoticons/positive_green_face_128px.png') no-repeat;
  background-size: contain;
}
 
.game-over-explanation-icon.time-expired {
  height: 80px;
  margin-top: 10px;
  background: url('/assets/img/ui/emoticons/sad_orange_face_128px.png') no-repeat;
  background-size: contain;
}
 
.game-over-explanation-icon.out-of-checks {
  height: 80px;
  margin-top: 10px;
  background: url('/assets/img/ui/emoticons/sad_orange_face_128px.png') no-repeat;
  background-size: contain;
}
 
.game-over-explanation-icon.game-abandoned {
  height: 80px;
  margin-top: 10px;
  background: url('/assets/img/ui/emoticons/medium_yellow_face_128px.png') no-repeat;
  background-size: contain;
}
 
/******************* QUESTION DISPLAY *************************/
.full-window-question-modal .modal-header {
  border-bottom: 0px solid #e5e5e5;
  /* remove the default bottom border */
}
 
.full-window-question-modal .modal-content {
  min-height: 100vh;
}
 
.full-window-web-app-modal {
  min-width: 100%;
  margin: 0;
  max-height: 100%;
  position: relative;
  /*overflow-y:scroll;*/
  display: block;
  width: auto;
 
}
 
.close.full-window-question-modal-close {
  color: #000;
  opacity: 0.6;
  font-size: 61px;
  margin-top: -25px;
}
 
 
 
.full-window-question-modal .modal-content {
  min-height: 100vh;
  background-color: white;
}
 
.full-window-question-modal .modal-body {
  background-color: white;
}
 
#freeplay-multiple-choice-submit-answer-button {
  margin: auto;
  font-size: 22px;
  font-weight: bold;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding: 20px 50px;
 
  background-color: #ea8136 !important;
  color: #FFF !important;
}
 
#freeplay-multiple-choice-close-view-button {
  margin: auto;
  font-size: 22px;
  font-weight: bold;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding: 20px 50px;
 
 
}
 
#freeplay-multiple-choice-close-view-button.correct-answer {
 
  background-color: #67b562;
  /*#91ff89;*/
  border-color: #d1d1d1;
  color: #FFF !important;
 
}
 
.wrong-answer {
  background-color: #fffdbd;
  /*#fcc4c4;*/
  border-color: #d1d1d1;
  color: #000 !important;
}
 
 
/***************************************/
 
.full-window-modal {
  min-width: 100%;
  margin: 0;
 
}
 
.full-window-web-app-modal .modal-header {
  border-bottom: 0px solid #e5e5e5;
  /* remove the default bottom border */
}
 
.full-window-modal .modal-content {
  min-height: 100vh;
}
 
.full-window-web-app-modal {
  min-width: 100%;
  margin: 0;
  max-height: 100%;
  position: relative;
  /*overflow-y:scroll;*/
  display: block;
  width: auto;
 
}
 
.close.web-app-scenario-modal {
  color: #fff;
  opacity: 0.6;
  font-size: 61px;
  margin-top: -25px;
}
 
.web-app-canvas {
  display: block;
}
 
.full-window-web-app-modal .modal-content {
  min-height: 100vh;
  background-color: black;
}
 
.full-window-web-app-modal .modal-body {
  background-color: black;
}
 
.webapp-scenario-config-blackout {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  padding: 10%;
}
 
.webapp-scenario-config-panel {
 
 
  position: relative;
  width: 90%;
  height: 90%;
  padding: 5%;
  /*
width: 50vh;
height: 50vh;
margin:auto;
padding:10%;
*/
}
 
 
 
.webapp-scenario-config-panel.memory {
 
  background: url('/assets/webapp_scenarios/memory/images/ConfigPanel_BG.png') center center no-repeat;
  background-size: 100% 100%;
}
 
.webapp-scenario-config-panel.orderline {
 
  background: url('/assets/webapp_scenarios/orderline/images/ConfigBackground.png') center center no-repeat;
  background-size: 100% 100%;
}
 
.webapp-scenario-config-panel.sortitout {
 
  background: url('/assets/webapp_scenarios/sortitout/images/ConfigBackground.png') center center no-repeat;
  background-size: 100% 100%;
}
 
 
.webapp-scenario-config-panel-close-button {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 5vh;
  height: 5vh;
}
 
.webapp-scenario-config-panel-close-button.memory {
  background: url('/assets/webapp_scenarios/memory/images/ConfigCloseButton.png') no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
 
.webapp-scenario-config-panel-close-button.orderline {
  background: url('/assets/webapp_scenarios/orderline/images/ConfigPanelCloseButton.png') no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
 
.webapp-scenario-config-panel-close-button.sortitout {
  background: url('/assets/webapp_scenarios/sortitout/images/ConfigPanelCloseButton.png') no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
 
.webapp-scenario-config-panel-option {
  margin: auto;
 
}
 
.webapp-scenario-config-panel-label {
  font-weight: bold;
  font-size: 20px;
  margin: 10px;
}
 
.webapp-scenario-config-panel-label.memory {
  font-weight: bold;
  font-size: 20px;
  margin: 10px;
  color: #f2db91;
}
 
.webapp-scenario-config-panel-label.orderline {
  font-weight: bold;
  font-size: 20px;
  margin: 10px;
  color: #f2db91;
}
 
.webapp-scenario-config-panel-label.sortitout {
  font-weight: bold;
  font-size: 20px;
  margin: 10px;
  color: #f2db91;
}
 
 
.webapp-scenario-instructions-panel-header.memory {
  font-weight: bold;
  font-size: 20px;
  margin: 10px;
  color: #f2db91;
}
 
.webapp-scenario-instructions-panel-header.orderline {
  font-weight: bold;
  font-size: 20px;
  margin: 10px;
  color: #f2db91;
}
 
.webapp-scenario-instructions-panel-header.sortitout {
  font-weight: bold;
  font-size: 20px;
  margin: 10px;
  color: #f2db91;
}
 
.webapp-scenario-instructions-panel-body.memory {
  font-weight: bold;
  font-size: 16px;
  margin: 10px;
  color: #f2db91;
}
 
.webapp-scenario-instructions-panel-body.orderline {
  font-weight: bold;
  font-size: 16px;
  margin: 10px;
  color: #f2db91;
}
 
.webapp-scenario-instructions-panel-body.sortitout {
  font-weight: bold;
  font-size: 16px;
  margin: 10px;
  color: #f2db91;
}
 
 
 
 
.webapp-scenario-config-panel-checkbox {
  width: 20px;
  height: 20px;
}
 
 
.webapp-scenario-loading-progress-blackout {
  background: rgba(0, 0, 0, 0.90);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  padding-top: 20%;
}
 
 
.webapp-scenario-loading-progress-panel {
 
  position: relative;
  width: 100%;
  height: 100%;
  /*margin:auto;*/
}
 
.webapp-scenario-loading-progress-panel.memory {
  font-family: "Dot Matrix";
  font-size: 60px;
  color: #f2db91;
  text-align: center;
}
 
.webapp-scenario-loading-progress-panel.orderline {
  font-family: "Classic Robot Condensed";
  font-size: 60px;
  color: #ffd051;
  text-align: center;
}
 
.webapp-scenario-loading-progress-panel.sortitout {
  font-family: "Britanic";
  font-size: 60px;
  color: #ffd051;
  text-align: center;
}
 
 
#activity-add-to-course-modal-course-info-select-container {
  /*background-color: red;*/
  overflow: hidden;
}
 
#activity-add-to-course-modal-course-select-container {
  /*background-color:yellow;*/
  float: left;
  width: 100%;
 
 
}
 
/* .activity-add-to-course-modal-courseunit-select-container{
background-color: green;
 
} */
 
.activity-add-to-course-modal-course-select-list-group {
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
 
}
 
/*
.activity-add-to-course-modal-course-select-list-group a{
margin-bottom:0px;
}
 
.activity-add-to-course-modal-courseunit-select-list-group a{
margin-bottom:0px;
}
*/
 
.activity-add-to-course-modal-courseunit-select-list-group {
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
 
 
.activity-add-to-course-modal-courseunit-details {
  padding: 20px;
  border: 1px solid #ddd;
 
}
 
.activity-add-to-course-modal-add-to-courseunit-button {
  margin-top: 5px;
  margin-bottom: 25px;
}
 
 
.threedmodel .list-group {
  list-style-type: none;
  border: 2px solid #ddd;
  padding: 10px 0px 10px 20px
}
 
.threedmodel .list-group>li {
  font-size: 14px;
  padding: 5px 5px 5px 5px;
}
 
 
.attachments-list-group {
  list-style-type: none;
}
 
.attachments-list-group>li {
  font-size: 16px;
  padding: 5px 5px 5px 5px;
}
 
.activity .list-group {
  list-style-type: none;
  border: 1px solid #ddd;
  padding: 50px 0px 50px 55px
}
 
.activity .list-group>li {
  font-size: 16px;
  padding: 5px 5px 5px 5px;
}
 
.activity .images-div {
  padding-left: 0;
}
 
.activity .preview-img {
  margin-top: 20px;
}
 
.activity-description {
  font-size: 16px;
  margin-top: 15px;
}
 
.activity .creator-img {
  /* border: 1px solid #ddd; */
  max-width: 70px;
  margin-right: 9px;
}
 
.activity-right-links {
  float: right;
}
 
 
.image-cards.more-or-less-card {
  border: 1px solid grey;
  border-radius: 0px;
  font-weight: bold;
  min-height: 180px;
  max-height: 180px;
  padding: 8px;
  margin-bottom: 12px;
}
 
.image-cards {
  border: 1px solid grey;
  border-radius: 0px;
  font-weight: bold;
  min-height: 186px;
  /*min-width: 186px;*/
  padding: 8px;
  margin-bottom: 12px;
  position: relative;
}
 
#author-characterprofile-activity-file .image-cards span div {
  margin-top: 19px;
  margin-bottom: 19px;
  margin-right: 9px;
}
 
#author-characterprofile-activity-file .col-sm-2.text-center.image-cards {
  padding: 10px;
  margin: 2px 20px;
  max-height: 90px !important;
  min-height: 90px;
}
 
 
.image-cards span div {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
 
@media (max-width:767px) {
  .activity-right-links {
    float: none;
  }
}
 
button.swal2-confirm {
  margin: 10px;
}
 
.sa-button-container .cancel {
  -webkit-order: 2;
  order: 2;
}
 
#activity-edit-modal .select2 {
  width: 100% !important;
}
 
a {
  cursor: pointer
}
 
.colorpicker {
  z-index: 2147483647;
}
 
.browser-check {
  padding: 70px;
}
 
.browser-check h2 {
  color: red;
}
 
.browser-check p {
  font-weight: bold;
  margin-bottom: 30px;
}
 
 
#canvas-overlay {
  width: 512px;
  height: 512px;
  position: absolute;
  z-index: 2;
  background: red;
}
 
td {
  word-wrap: break-word !important;
  max-width: 240px;
}
 
#vennDiagrammerTable input {
  max-width: 126px;
  color: #555;
  margin-left: 5px;
}
 
#vennDiagrammerTable td,
th {
  padding: 17px 2px;
}
 
#vennDiagrammerTable td {
  text-align: center;
}
 
#vennDiagrammerTable tr {
  border-bottom: 1px solid #ddd;
}
 
#vennDiagrammerTable tr:last-child {
  border: 0px;
}
 
 
#sortItOutTable table {
  table-layout: fixed;
}
 
td.sortitout-card-cell {
  min-height: 160px;
  min-width: 160px;
  width: 160px;
  height: 160px;
 
}
 
.sortitout-card {
 
  border: 1px solid grey;
  border-radius: 0px;
  font-weight: bold;
  min-height: 160px;
  min-width: 160px;
  width: 160px;
  height: 160px;
  padding: 8px;
  /*margin-bottom: 12px;*/
}
 
 
 
#sortItOutTable input {
  max-width: 80px;
  color: #555;
  margin-left: 5px;
}
 
#sortItOutTable td,
th {
  padding: 17px 2px;
}
 
#sortItOutTable td {
  text-align: center;
}
 
#sortItOutTable tr {
  border-bottom: 1px solid #ddd;
}
 
#sortItOutTable tr:last-child {
  border: 0px;
}
 
.remove-category-sortitout {
  border: 1px solid;
  padding: 0px 7px;
  border-radius: 15px;
  position: absolute;
  margin-left: 70px;
  margin-top: -4px;
  background: #ddd;
}
 
.remove-row-sortitout {
  border: 1px solid;
  padding: 0px 7px;
  border-radius: 15px;
  position: absolute;
  margin-left: -12px;
  margin-top: -12px;
  background: #ddd;
}
 
 
 
.remove-category {
  border: 1px solid;
  padding: 0px 7px;
  border-radius: 15px;
  position: absolute;
  margin-left: 116px;
  margin-top: -4px;
  background: #ddd;
}
 
 
.remove-row {
  border: 1px solid;
  padding: 0px 7px;
  border-radius: 15px;
  position: absolute;
  margin-left: 116px;
  margin-top: -14px;
  background: #ddd;
}
 
#author-making-time table {
  width: 97%;
  padding: 1%;
  margin: 2%;
}
 
#author-making-time tr td {
  padding: 5px;
  margin: 16px;
  text-align: center;
}
 
#author-making-time th {
  text-align: center;
}
 
#author-making-time .toggle {
  max-width: 110px !important;
  width: 100% !important;
}
 
#author-making-time .making-time-remove-row {
  border: 1px solid;
  padding: 0px 7px;
  border-radius: 15px;
  margin-top: -14px;
  margin-right: 21px;
  background: #ddd;
  display: none;
}
 
b.pull-right.minuteIncrement-text {
  margin-top: 8px;
}
 
.minuteIncrement-container {
  margin: 26px 0px;
}
 
.comparer {
  margin-top: 70px;
}
 
#recorder audio {
  width: 100%;
  margin: 20px auto;
}
 
.audio-widget-container {
  display: none;
}
 
.audio-dropzone {
  padding: 35px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
 
/********************************************/
.platform-capability-select-container {
  border: 1px solid #eee;
  padding: 0px 30px 30px 30px;
  margin-bottom: 20px;
  text-align: center;
}
 
.platform-capability-select-header {
  font-weight: bold;
  font-size: 36px;
  color: #63b54e;
  margin: 20px;
}
 
.platform-capability-select-info {
  font-size: 14px;
}
 
/******************************************/
 
/*
 
SMALLab Blue: #3681c3
SMALLab Green: #63b54e
SMALLab Orange: #ea8136
 
*/
 
.dashboard-section {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
 
}
 
.dashboard-section.odd-section {
 
 
  background-color: #f2f4f7;
  /*light gray*/
 
}
 
.dashboard-section.even-section {
 
  background-color: #e3f0fc;
  /* light blue */
}
 
.dashboard-section-header {
  font-size: 36px;
  font-weight: bold;
  /*text-align: center;*/
  padding: 20px;
  color: #ea8136;
  /*orange*/
}
 
.dashboard-section-header-subtext {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  /*black*/
}
 
.dashboard-section-header-text {
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  /*black*/
}
 
.dashboard-section-header-platform-capability-icon {
  width: 100%;
}
 
.dashboard-section-header-more-info-link {
  font-size: 14px;
  font-weight: normal;
}
 
 
.dashboard-intro-text.orange {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}
 
.dashboard-intro-text.orange {
  color: #ea8136;
  /*orange*/
  line-height: normal;
}
 
.dashboard-intro-text.green {
  color: #63b54e;
  /*green*/
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}
 
/********************* CLASSROOM ********************/
.classroom-display-card {
  margin: 10px;
  padding: 10px;
  border: 2px solid #bababa;
  background-color: #fff;
}
 
.classroom-display-card-name {
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
  border-bottom: 2px solid #e0e0e0;
}
 
.classroom-tab-navigation-container {
 
  margin-bottom: 10px;
}
 
 
.classroom-tab-navigation-active {
  background-color: #e3f0fc;
}
 
.classroom-tab-navigation-inactive {
  background-color: #000000;
}
 
/******************************************/
 
.student-display-card-name {
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  border-bottom: 2px solid #e0e0e0;
  display: flex;
  margin: auto;
}
 
/********************* WINK FREE PLAY ********************/
.winkfreeplay-activity-display-card {
  margin: 10px;
  padding: 10px;
  border: 2px solid #bababa;
  cursor: pointer;
  background-color: #fff;
}
 
.winkfreeplay-display-card-name {
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  max-height: 90px;
  min-height: 90px;
  border-bottom: 2px solid #e0e0e0;
  display: flex;
  margin: auto;
 
}
 
.winkfreeplay-activity-play-button {
  margin-top: 20px;
}
 
 
/********************* WINK FREE PLAY ********************/
.winkfreeplay-question-display-card {
  margin: 10px;
  padding: 10px;
  border: 2px solid #bababa;
  cursor: pointer;
  background-color: #fff;
}
 
 
 
 
.winkfreeplay-question-play-button {
  margin-top: 20px;
}
 
/******************************************/
 
/*
 
SMALLab Blue: #3681c3
SMALLab Green: #63b54e
SMALLab Orange: #ea8136
 
*/
 
.classroom-section {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
 
}
 
.classroom-section.odd-section {
 
 
  background-color: #f2f4f7;
  /*light gray*/
 
}
 
.classroom-section.even-section {
 
  background-color: #e3f0fc;
  /* light blue */
}
 
.classroom-section-header {
  font-size: 36px;
  font-weight: bold;
  /*text-align: center;*/
  padding: 20px;
  color: #ea8136;
  /*orange*/
}
 
.classroom-section-header-subtext {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  /*black*/
}
 
.classroom-section-header-platform-capability-icon {
  width: 80%;
}
 
.classroom-section-header-more-info-link {
  font-size: 14px;
  font-weight: normal;
}
 
 
.classroom-intro-text.orange {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
 
.classroom-intro-text.orange {
  color: #ea8136;
  /*orange*/
}
 
.classroom-intro-text.green {
  color: #63b54e;
  /*green*/
}
 
 
blockquote {
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  /*
  width: 500px;
  margin: 0.25em ;
  padding: 0.35em 40px;
  */
  width: 100%;
  margin-left: 0px;
  padding: 10px 40px;
 
  line-height: 1.45;
  position: relative;
  color: #383838;
  background-color: #d9ffd1;
  /* light green */
  border: 0px;
}
 
blockquote:before {
  display: block;
  padding-left: 20px;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -20px;
  top: -20px;
  color: #7a7a7a;
}
 
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
 
blockquote cite:before {
  content: "\2014 \2009";
}
 
.writingtask-response-student-writing-response {
  padding: 10px;
  border: 2px solid #efefef;
  margin-bottom: 50px;
}
 
/******************* RUBRICS *********************/
.rubric-item-score-comment-display {
  font-weight: normal;
  border: 1px solid #9ed7ff;
  padding: 10px;
}
 
 
.rubric-grading-form-item {
  margin-bottom: 10px;
 
}
 
.rubric-grading-form-item .rubric-item-score-name {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 30px 0 0 4.25%;
  margin-bottom: 10px;
}
 
.rubric-grading-form-item .likert {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0 0 5px;
  display: block;
  border-bottom: 2px solid #efefef;
}
 
.rubric-grading-form-item .likert:last-of-type {
  border-bottom: 0;
}
 
.rubric-grading-form-item .likert:before {
  content: '';
  position: relative;
  top: 11px;
  left: 9.5%;
  display: block;
  background-color: #efefef;
  height: 4px;
  width: 78%;
}
 
.rubric-grading-form-item .likert li {
  display: inline-block;
  width: 19%;
  text-align: center;
  vertical-align: top;
}
 
.rubric-grading-form-item .likert li input[type=radio] {
  display: block;
  position: relative;
  top: 0;
  left: 50%;
 
  margin-top: 2px;
  margin-left: -2px;
 
}
 
.rubric-grading-form-item .likert li label {
  width: 100%;
  font-weight: normal;
}
 
.rubric-item-score-comment-container {
  display: block;
  padding: 0px 0 0 4.25%;
  margin-bottom: 30px;
  width: 100%;
}
 
.rubric-item-score-comment-textarea {
  width: 80%;
}
 
.swal2-modal h2 {
  word-wrap: break-word;
  font-size: 20px;
  color: #575757 !important;
}
 
.accordion-toggle {
  text-decoration: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
}
 
.accordion-toggle:hover {
 
  text-decoration: none;
  outline: none;
}
 
span {
  text-decoration: none;
}
 
#search_activity_form .panel-default>.panel-heading {
  background-color: transparent;
  padding: 0;
}
 
/* .panel {
border: none;
box-shadow: none;
} */
 
.main-title {
  font-weight: 600;
  min-width: 200px;
  display: inline-block;
}
 
#search_activity_form .panel-default>.panel-heading {
  border: 1px solid #ddd;
}
 
#search_activity_form .panel-group .panel-heading+.panel-collapse>.list-group,
#search_activity_form .panel-group .panel-heading+.panel-collapse>.panel-body {
  border: none;
}
 
#search_activity_form .panel-group .panel+.panel {
  margin-top: 15px;
}
 
.custom-list {
  padding: 0;
  margin: 0 0 15px 0;
}
 
.custom-list li {
  display: flex;
  align-items: center;
  color: #333;
  padding: 10px 15px;
  border: 1px solid #ddd;
  list-style: none;
 
}
 
.custom-list li+li {
  margin-top: 15px;
}
 
.inner-title {
  font-weight: 600;
  margin: 0 0 15px 0;
}
 
.inner-list {
  margin: 0 0 15px 0;
  padding: 0;
}
 
.inner-list li {
  list-style: none;
}
 
.inner-list li img {
  max-width: 30px;
  margin: 0 10px 0 0;
}
 
.inner-list li+li {
  margin-top: 10px;
}
 
.panel-body {
  padding-left: 50px;
}
 
#search_activity_form .panel-body .option-input {
  display: inline-block;
}
 
#search_activity_form .panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\e114";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  color: grey;
}
 
#search_activity_form .panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080";
  /* adjust as needed, taken from bootstrap.css */
}
 
.activity-actions-bar-container table tbody td {
  width: 55px;
 
}
 
/* .collapse.in {
border: 1px solid #ddd;
} */
 
/* Dashboard Ui changes Start */
body.dashboard {
  background: #082a44;
}
 
.dashboard nav.navbar.navbar-default.bg-light {
  background-color: #082a44;
  border-color: #082a44;
  border-bottom: 2px solid #9ac5f1;
  padding-bottom: 10px;
  border-radius: unset;
}
 
.dashboard .navbar-default .navbar-nav>li>a {
  color: #ffffff;
  margin-right: 10px;
}
 
.dashboard .user_name {
  color: #fff;
  margin-right: 15px;
}
 
ul.nav.navbar-nav.navbar-right.profile-menu {
  display: flex;
  align-items: center;
}
 
.dashboard .dashboard-section.classroom-sec.even-section {
  background-color: #9ac5f1;
}
 
.dashboard .sec-heading {
  color: #fff;
}
 
.dashboard .navbar-default .navbar-nav>.open>a,
.dashboard .navbar-default .navbar-nav>.open>a:hover,
.dashboard .navbar-default .navbar-nav>.open>a:focus {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
 
.dashboard .navbar-default .navbar-nav>.open>a .caret,
.dashboard .navbar-default .navbar-nav>.open>a:hover .caret,
.dashboard .navbar-default .navbar-nav>.open>a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
 
.nav-tabs li a {
  color: #fff;
}
 
.activities-modal.modal .nav-tabs li a,
#manage-students-modal .modal-content .nav-tabs li a {
  color: #000;
  /* background-color: #fff; */
}
 
#add-standards-modal .nav-tabs li a {
  color: #000;
}
 
.nav-tabs li.active a,
.nav-tabs li a:hover {
  color: #000;
}
 
.table.custom_sl_table th,
.table.custom_sl_table td {
  background-color: #fff;
  color: #000;
}
 
.text-white {
  color: #fff;
}
 
.mt-10 {
  margin-top: 10px;
}
 
.mb-10 {
  margin-bottom: 10px;
}
 
.p-50 {
  padding: 50px 50px 50px;
}
 
.favorite .icon {
  font-size: 25px;
  color: #A6A6A6;
}
 
.favorite .active {
  color: #ff3d00;
}
 
.dashboard #questionPreview {
  color: #fff;
}
 
.dashboard #questionPreview.black {
  color: black;
}
 
.dashboard .panel.panel-default #questionPreview table td,
.dashboard .panel.panel-default #questionPreview table th,
.dashboard .panel.panel-default #questionPreview {
  color: #000;
}
 
.dashboard #full-window-question-container #questionPreview {
  color: #333;
}
 
.dashboard .content-summary-list-container .content-summary-list-item-header,
.dashboard .content-summary-list-container h3,
.dashboard .content-summary-list-container p,
.dashboard .content-summary-list-container a {
  color: #fff;
}
 
.dashboard .content-summary-list-container .pagination a:not(.content-summary-list-container .pagination .active a) {
  color: #337ab7;
}
 
.row.host-blast-summary-slide-panel-question #questionPreview {
  color: #333;
}
 
/* Dashboard Ui changes Start */
 
/* Scrolling */
.table-responsive {
  max-height: 500px;
}
 
.div-container {
  overflow: scroll;
}
 
.div-container thead th {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  top: 0;
  z-index: 99;
}
 
.div-container thead td {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  left: 0;
  z-index: 99;
}
 
.div-container tbody th {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  top: 0;
}
 
.div-container tbody td {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  left: 0;
}
 
.div-container thead th:first-child {
  left: 0;
  z-index: 9999;
}
 
.div-container tbody td:first-child {
  left: 0;
  z-index: 99;
}
 
.custome-select2 .select2-container {
  width: 100% !important;
}
 
.btn-custom {
  background-color: #11608D;
}
 
.btn-custom:hover {
  background-color: #11609E;
}
 
.btn-custom-width {
  width: 120px;
}
 
.smallab-btn {
  background-color: #11608D;
}
 
.wink-btn {
  background-color: #2779E1;
}
 
#reports-usage-customers-data-container,
#reports-usage-customers-data-container caption {
  color: #fff;
}
 
.custom-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  /* border-radius: 4px; */
}
 
.btn-color {
  color: #fff;
  background-color: #D3D3D3;
  border-color: #ffffff;
}
 
.btn-color:hover {
  color: #fff;
  background-color: #5A5A5A;
  border-color: #ffffff;
}
 
/*13/02/2023*/
 
.st-header {
  background: #082a44;
}
 
.st-image img {
  max-width: 100%;
}
 
.cr-studio {
  padding: 0;
}
 
.gray-border {
  border-color: #ddd;
}
 
.white-tooltip+.tooltip>.tooltip-inner {
  background-color: #EBEBE4;
  color: #082A44;
  border-radius: 20px;
  font-weight: bold;
}
 
.cr-studio .tooltip.top .tooltip-arrow {
  border-top-color: #fff;
  /* border-color: transparent;   */
 
}
 
.dashboard-tooltip+.tooltip>.tooltip-inner {
  background-color: #EBEBE4;
  color: #082A44;
  border-radius: 10px;
  font-weight: bold;
}
 
.cr-studio .tooltip.top .tooltip-arrow {
  border-top-color: #fff;
}
 
.createstudio-scenario-grid-item:hover {
  background: #082a44;
}
 
.createstudio-scenario-grid-item:hover .scenario-name a {
  color: #fff;
}
 
.createstudio-scenario-grid-item .scenario-name a:hover {
  color: #fff;
}
 
.warning-icon {
  color: #FFCC00;
}
 
.blue-tooltip+.tooltip>.tooltip-inner {
  background-color: #082a44;
  color: #fff;
}
 
.warning-icon .tooltip.top .tooltip-arrow {
  border-top-color: #082a44;
}
 
.act-info {
  text-decoration: none;
  color: #000;
}
 
.act-info:hover,
.act-info:focus {
  text-decoration: none;
}
 
.clr:after {
  content: "";
  clear: both;
  display: block;
  float: none;
}
 
.section-title {
  /* padding-top: 5px; */
}
 
.section-title h3 {
  color: #082a44 !important;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 900;
}
 
.header-title {
  color: #082a44;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
}
 
.create-button {
  background-color: #FF9406;
  color: #fff;
  border-radius: 4px;
  border: 2px #EA8034;
}
 
.lab-wink {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 2px;
}
 
.activity-file {
  margin: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
}
 
.publish-private {
  background-color: #8036D4;
  border-color: #8036D4 !important;
  color: #fff;
  min-width: 106px;
  min-height: 28px;
}
 
.create-prompts {
  padding-left: 74px;
  font-family: 'Raleway';
}
 
.add-category {
  padding-left: 13px;
  font-family: 'Raleway';
}
 
.file-flex {
  display: flex;
  padding-bottom: 23px
}
 
.file-label {
  margin-bottom: 5px;
  font-weight: 700;
  width: 90px;
  margin-top: 8px;
}
 
.custom-form-control {
  display: block;
  /* width: 100%; */
  width: 400px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
 
.btn-video {
  width: 106px;
  height: 30px;
}
 
.icon_editor {
  max-width: 100%;
  height: 17px;
}
 
.image-upload-select {
  width: 264px;
  margin-left: 10px;
  height: 150px;
  margin-top: 20px;
}
 
.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
 
.img-editor {
  max-width: 100%;
  height: 70px;
}
 
.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\e114";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: grey;
  /* adjust as needed */
}
 
.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080";
  /* adjust as needed, taken from bootstrap.css */
}
 
#accordion .panel-default>.panel-heading {
  background-color: #fff;
}
 
.input-icons i {
  position: absolute;
}
 
.input-icons {
  width: 100%;
  margin-bottom: 10px;
}
 
.icon {
  padding: 10px;
  min-width: 40px;
}
 
.input-field {
  width: 100%;
  padding: 10px;
  text-align: center;
}
 
#courseunitlist .panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080";
  /* adjust as needed, taken from bootstrap.css */
}
 
.font-active-button {
  background-color: #ccc;
  border-color: #777;
  border-style: solid;
  border-radius: 4px;
  background-image: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  user-select: none;
}
 
.font-inactive-button {
  display: inline-block;
  border-color: #777;
  border-style: solid;
  border-radius: 4px;
  background-image: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  user-select: none;
 
}
 
.panel.option-panel {
  box-shadow: none;
}
 
.panel-group .option-panel .panel-heading {
  padding-left: 0;
}
 
.option-panel .accordion-toggle {
  padding-left: 0;
  color: #333;
}
 
.image-preview-scroll {
  /* min-height: 300px; */
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}
 
.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}
 
.preview-loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}
 
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
 
  100% {
    transform: rotate(360deg);
  }
}
 
 
 
.accordion-toggle.collapsed.edit-mode {
  justify-content: flex-start;
  padding: 10px 0px;
}
 
.accordion-toggle.collapsed.edit-mode .text-primary {
  margin-left: 5px;
}
 
.model-index {
  /* position: absolute; */
  z-index: 9999;
}
 
.activity-toop-tip+.tooltip>.tooltip-inner {
  background-color: #EBEBE4;
  color: #082A44;
  font-weight: bold;
}
 
.activity-toop-tip+.tooltip.top .tooltip-arrow {
  border-top-color: #EBEBE4;
}
 
 
.activities-modal .nav-tabs>li.active,
.activities-modal .nav-tabs>li.active a {
  background-color: #E3F0FC;
}
 
.activities-modal .modal-body {
  background-color: #E3F0FC;
}
 
.activities-modal .table-striped>tbody>tr:nth-of-type(even) {
  background: #fff;
}
 
.activities-modal1 .nav-tabs>li.active,
.activities-modal1 .nav-tabs>li.active a {
  background-color: #E3F0FC;
}
 
.activities-modal1.modal .nav-tabs li a,
#manage-activity-attachments-modal .modal-content .nav-tabs li a {
  color: #000;
  /* background-color: #FFF; */
}
 
#activity-attachment-upload-tab {
  background-color: #E3F0FC;
}
 
#activity-attachment-delete-tab {
  background-color: #E3F0FC;
}
 
div#activity-attachment-upload-tab {
  padding: 10px;
}
 
/**********New Header design *********************/
 
.resources-wrap {
  max-width: 1048px;
  margin: 0 auto;
  background: #0c2b45;
}
 
.resources-wrap img {
  max-width: 100%;
  height: auto;
}
 
.title-image {
  margin-bottom: 25px;
}
 
.resources-list {
  padding: 50px 10px 0;
}
 
.resources-title {
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  line-height: 22px;
  background: #ff9406;
  color: #fff;
  text-transform: capitalize;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 20px;
}
 
.resources-title.activity-sets {
  background: #6BB751;
}
 
.resources-title.wink {
  background: #FF5757;
}
 
.resources-title.classblast {
  background: #8036D4;
}
 
.resources-title.course {
  background: #2779E1;
}
 
.activity-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
 
.activity-icon {
  flex-basis: 30px;
}
 
.activity-text {
  flex-basis: calc(100% - 40px);
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
 
.activity-box {
  background: #fff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  border-radius: 10px;
}
 
.activity-box .share-icon {
  align-self: flex-end;
}
 
.activity-box a {
  color: #337ab7;
  margin: 0 0 5px;
}
 
 
@media screen and (max-width:1199px) {
  .resources-title {
    padding: 15px;
    font-size: 16px;
  }
 
  .resources-list {
    padding: 20px 10px 0;
  }
}
 
.standardorganization {
  float: right;
  padding-bottom: 10px;
  padding-right: 204px;
}
 
.scope-sequence {
  padding-top: 10px;
  padding-bottom: 10px;
}
 
/* .dataTables_length{
margin-left: 301px;
} */
 
/*******Font Size Design*******/
 
.font-size-controls {
  display: flex;
  align-items: center;
}
 
.font-size-label {
  margin-right: 10px;
}
 
#fontSizeInput {
  width: 50px;
  text-align: center;
}
 
/* Adjust the alignment of the buttons */
.btn-primary {
  margin: 0;
}
 
.input_font_space {
  width: 50px;
  padding-left: 100px;
}
 
.hide-select-arrow {
  -webkit-appearance: none;
  /* Safari and Chrome */
  -moz-appearance: none;
  /* Firefox */
  appearance: none;
  /* CSS Standard */
  padding-right: 25px;
}
 
.my-activity-set {
  margin-top: 25px;
  padding-left: 54px;
  position: relative;
  z-index: 1;
 
}
 
/*********************************************Header design **********************/
 
.dataTables_filter {
  margin: -45px 200px 0px 0;
}
 
.user-list-table .dataTables_wrapper .dataTables_length {
  float: none !important;
}
 
.panel-body {
  position: relative;
}
 
.panel-body .row.four-btn {
  position: absolute;
  right: 0px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  top: 68px;
}
 
.my-activity-set-btn {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 111;
  padding-right: 28px !important;
}
 
.my-activity-set-fil {
  z-index: 111;
  position: relative;
}
 
.my-activity-set-btn .btn {
  margin-left: 5px;
}
 
.user-activity-set-page {
  width: 1400px;
}
 
.admin-activity-set-page {
  width: 1520px;
}
 
.stu-dashboard .resources-wrap .activity-box input.btn {
  background-color: transparent;
  padding: 0;
  font-weight: 700;
  border: none;
  color: #337ab7;
}
 
.stu-dashboard .resources-wrap .activity-box a {
  margin: 0;
}
 
.resources-wrap.teacher-dashboard .activity-box input.btn {
  background-color: transparent;
  padding: 0;
  font-weight: 700;
  border: none;
  color: #337ab7;
}
 
.resources-wrap.teacher-dashboard .activity-box a {
  margin: 0;
}
 
.classroom-section .people-table .table td {
  border: none;
}
 
.classroom-section .people-table .table-title {
  color: #000;
  font-size: 24px;
  padding: 8px;
  border-bottom: 1px solid #000;
}
 
.activity-list-column {
  width: 140px !important;
  height: 34px;
  margin-right: 8px;
}
 
#example_length {
  margin-left: 47px;
  margin-top: 7px;
}
 
.panel-body.list-activity {
  position: relative;
  padding: 0px 50px 15px 50px;
}
 
.panel-body.list-activity .dataTables_filter {
  position: absolute;
  left: 0;
  top: 15px;
}
 
.panel-body.list-activity svg.bi-layout-three-columns {
  position: absolute;
  top: 21px;
  left: 123px;
  width: 20px;
  z-index: 2;
}
 
.dashboard-column {
  padding: 0 5px;
  width: 280px;
}
 
ul.nav.profile-menu {
  display: flex;
  align-items: center;
  justify-content: end;
}
 
#example_filter {
  display: none
}
 
.activity-list-table table.dataTable thead th:nth-child(8) {
  background-image: none !important;
  cursor: default;
}
 
.create-classroom {
  color: #fff;
  margin-top: 35px;
  text-align: center
}
 
.create-classroom p {
  padding: 0px 0px 0px 17px;
}
 
.create-classroom-btn {
  padding: 9px 25px 9px 25px;
  margin-left: 18px;
}
 
.import-classroom-btn {
  padding: 9px 13px 9px 11px;
  margin-left: 19px;
}
 
.classblast-quizzes-btn {
  padding: 9px 53px 9px 53px;
  margin-left: 18px;
}
 
#classroom-student-roster-container .panel-body.student_list_table {
  padding: 30px 60px;
}
 
 
.class_heading {
  margin-left: 15px;
  padding-bottom: 12px;
}
 
.quiz-library .questionset-widget.panel-body {
  padding: 30px 60px;
}
 
.quiz-library .questionset-search-btn {
  padding: 7px 50px 7px 50px;
}
 
.quiz-library .questionset-search-btn i {
  margin-right: 5px;
}
 
.quiz-library .heading h3 {
  margin: 0;
}
 
.quiz-library .heading .create-quiz-btn {
  padding: 6px 29px 3px 31px;
  background-color: #ff9406;
  color: #fff;
  margin: 0;
}
 
.quiz-library .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
 
.questionset-btn {
  margin-top: 10px;
}
 
#questionset-search-data .panel-body {
  padding: 30px 60px;
}
 
#questionset-search-data .activity-embedded-view-in-page-container h3 {
  margin-top: 0;
}
 
#questionset-search-data .activity-embedded-view-in-page-container .activity-description {
  font-size: 16px;
  margin-top: 15px;
  width: 70%;
}
 
#questionset-search-data .activity-embedded-view-in-page-container {
  position: relative;
  padding: 20px;
}
 
#questionset-search-data .activity-embedded-view-in-page-container .rocket-img {
  position: absolute;
  right: 70px;
  margin-top: -34px;
  top: 50%;
}
 
li a.return-classblast-btn {
  padding: 6px 16px 5px 13px;
  margin-top: 12px;
  background: #8036d4;
  border: none
}
 
li a.return-classblast-btn:hover {
  background: #8036d4 !important;
}
 
li a.return-classblast-btn img {
  margin-right: 8px
}
 
.swal2-modal .swal2-close {
  color: #000;
  font-weight: 700;
}
 
.inactive-classblast-main {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 0;
}
 
a.return-dashboard-btn {
  padding: 6px 16px 5px 13px;
  margin-top: 12px;
  background: #8036d4;
  border: none;
  color: #fff
}
 
a.return-dashboard-btn:hover {
  background: #8036d4 !important;
  color: #fff
}
 
.quiz-info-label {
  display: flex;
  align-items: center;
}
 
.quiz-row-label {
  font-size: 20px;
  font-weight: bold;
  margin-right: 15px;
}
 
.quiz-row-title {
  font-family: Consolas, monaco, monospace;
  font-size: 27px;
  font-weight: bold;
}
 
.quiz-row-value {
  font-size: 20px;
}
 
.host-control-bar {
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 15px;
  justify-content: center;
}
 
.quiz-progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
}
 
.host-control-bar-control-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}
 
.footer-guest {
  position: absolute;
  padding-bottom: 10;
  bottom: 0;
  width: 100%;
}
 
/* Panel Styles */
.panel1 {
  background-color: white;
  height: 100%;
  width: 100%;
  border-radius: 35px;
  overflow: hidden;
}
 
/* Panel heading */
.panel1 .panel-heading {
  text-align: center;
  font-weight: 800 !important;
  background-color: #2779e1;
}
 
.panel1 .panel-heading h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
}
 
.panel1 .loginUserName,
.panel1 .loginUserPassword {
  margin-top: 10px;
}
 
.panel1 .panel1-body {
  margin: 30px 40px;
}
 
.panel1 .ButtonWidth {
  padding: 8px;
  font-size: 18px;
}
 
 
/* Login Username and Password fields */
.loginUserName,
.loginUserPassword {
  margin-left: -10px;
  margin-top: 30px;
  font-weight: 600;
  font-size: 20px;
  color: #2779e1;
}
 
/* Forgot password link */
.forgotPassword {
  font-size: large;
  font-weight: 600;
  color: #2779e1;
}
 
/* Button styling */
.ButtonWidth {
  width: 100%;
  padding: 15px;
  font-weight: 700;
  border-radius: 10px;
  font-size: 20px;
  background-color: #2779e1;
  margin-bottom: 10px;
}
 
/* Panel body styling */
.panel1-body {
  margin: 50px;
}
 
/* Input box styling */
.Inputbox {
  margin-top: 10px;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #2779e1;
}
.navbar-login-none {
  display: none;
}
.login-remove-margin{
  margin-top: 0;
}
.loginFlex {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.forget-height-cstm {
  height: 100vh;
  display: flex;
  align-items: center;
}
.reset-panel-cstm .panel-body {
  padding: 50px 15px;
}
.reset-panel-cstm .panel-heading {
  background-color: #2779e1 !important;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  color: #ffffff !important;
  text-transform: uppercase;
}
.reset-panel-cstm .control-label {
  font-weight: 600;
  font-size: 20px;
  color: #2779e1;
}
.reset-panel-cstm {
  border-radius: 35px;
  border: none;
  overflow: hidden;
}
.reset-panel-cstm input#username {
  margin-top: 10px;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #2779e1;
}
.user-name-cstm{
  display: flex;
  align-items: center;
}
.reset-panel-cstm button {
  width: 100%;
  background-color: #2779e1 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  padding: 8px !important;
  font-size: 18px !important;
  border-radius: 10px !important;
}

 
@media screen and (max-width: 991px) {
 
  .bannersubjects {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
 
  .bannerLogin {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
  }
 
  .panel1 {
    width: 70%;
    margin: 0 auto;
  }
  .loginFlex {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
  }
}
 
@media screen and (max-width: 768px) {
 
  .panel1 .panel-heading,
  .loginUserName,
  .loginUserPassword {
    font-size: 18px;
  }
 
  .ButtonWidth {
    font-size: 18px;
    padding: 12px;
  }
 
  .Inputbox {
    padding: 15px;
    font-size: 16px;
  }
 
  .footer-guest {
    padding-top: 50px;
  }
  .user-name-cstm{
    flex-direction: column;
  }
  .user-name-cstm label{
    width: 100%;
  }
 .user-name-cstm div{
    width: 100%;
  }
}
 
@media screen and (max-width: 575px) {
 
  .panel1 {
    width: 100%;
    margin: 0 auto;
  }
 
  .panel1 .panel1-body {
    margin: 20px 30px;
  }
}
 
@media screen and (max-width: 480px) {
 
  .panel1-body {
    margin: 20px;
  }
 
  .loginUserName,
  .loginUserPassword {
    font-size: 16px;
  }
 
  .ButtonWidth {
    font-size: 16px;
    padding: 10px;
  }
 
  .Inputbox {
    padding: 10px;
    font-size: 14px;
    width: 100%;
 
  }
 
  .footer-guest {
    padding-top: 20px;
  }
 
  .bannerLogin {
    width: 100%;
  }
}
 