/* line 5, /home/sysadmin/LTI-Canvas-App/app/assets/stylesheets/content.scss */
.logo {
  background-color: #00A5C6;
  color: #ffffff;
  font-size: larger;
}

/* line 11, /home/sysadmin/LTI-Canvas-App/app/assets/stylesheets/content.scss */
.logo.img {
  margin: 0 0 0 0;
}

/* line 15, /home/sysadmin/LTI-Canvas-App/app/assets/stylesheets/content.scss */
#content_form {
  margin: 0px 0px;
  background-color: #fff;
  color: #1a2e47;
  font-size: 14px;
}

/* line 22, /home/sysadmin/LTI-Canvas-App/app/assets/stylesheets/content.scss */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

/* line 29, /home/sysadmin/LTI-Canvas-App/app/assets/stylesheets/content.scss */
li {
  margin: 0;
  padding: 5px 45px;
  border-top: 1px solid #eaecef;
  font-size: 16px;
}

/* line 36, /home/sysadmin/LTI-Canvas-App/app/assets/stylesheets/content.scss */
li:hover {
  background-color: #F6F8FA;
}

/* line 40, /home/sysadmin/LTI-Canvas-App/app/assets/stylesheets/content.scss */
.module_container {
  padding: 10px;
  background-color: #F1F8FF;
  border-style: solid;
  border-color: #F0F2F5;
  border-width: 1px;
}
/* line 46, /home/sysadmin/LTI-Canvas-App/app/assets/stylesheets/content.scss */
.module_container.item {
  background-color: #FFF;
  padding: 5px 10px;
  border-width: 1px 0 0 0;
  border-top: 1px solid #eaecef;
}
/* line 51, /home/sysadmin/LTI-Canvas-App/app/assets/stylesheets/content.scss */
.module_container.item:hover {
  background-color: #F6F8FA;
}

/* line 56, /home/sysadmin/LTI-Canvas-App/app/assets/stylesheets/content.scss */
.select_all {
  background-color: #EFEFEF;
  padding: 10px 0px 10px 10px;
}

/* line 60, /home/sysadmin/LTI-Canvas-App/app/assets/stylesheets/content.scss */
.item_type {
  font-size: 9px;
  color: grey;
}

/* line 64, /home/sysadmin/LTI-Canvas-App/app/assets/stylesheets/content.scss */
.content_container {
  height: 430px;
  overflow: scroll;
}

/* line 68, /home/sysadmin/LTI-Canvas-App/app/assets/stylesheets/content.scss */
.submit_button {
  padding: 10px 10px;
  background-color: #EFEFEF;
  border-top: 1px solid #eaecef;
  border-bottom: 1px solid #eaecef;
  padding-right: 100px;
}

/* line 75, /home/sysadmin/LTI-Canvas-App/app/assets/stylesheets/content.scss */
.move_to_module {
  float: right;
}

/* line 78, /home/sysadmin/LTI-Canvas-App/app/assets/stylesheets/content.scss */
.module_course_name {
  padding: 10px;
  border-style: solid;
  border-color: #F0F2F5;
  border-width: 1px;
}

/* line 84, /home/sysadmin/LTI-Canvas-App/app/assets/stylesheets/content.scss */
.text-right {
  padding-right: 25px;
}

/* line 87, /home/sysadmin/LTI-Canvas-App/app/assets/stylesheets/content.scss */
.error_message_banner {
  display: none;
  margin-bottom: 0px;
}

/* line 92, /home/sysadmin/LTI-Canvas-App/app/assets/stylesheets/content.scss */
.content-loading-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  background: rgba(255, 255, 255, 0.86);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

/* line 106, /home/sysadmin/LTI-Canvas-App/app/assets/stylesheets/content.scss */
.content-loading-panel {
  background: #fff;
  border: 1px solid #d9e2ec;
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 24px rgba(26, 46, 71, 0.16);
          box-shadow: 0 8px 24px rgba(26, 46, 71, 0.16);
  color: #1a2e47;
  padding: 24px 32px;
}

/* line 115, /home/sysadmin/LTI-Canvas-App/app/assets/stylesheets/content.scss */
.content-loading-image {
  display: block;
  margin: 0 auto 12px;
}
