pre {
  background-color: #87B1FF !important;
  color: white !important;
  white-space: pre-wrap !important;
  text-align: center !important;
  word-break: keep-all !important;
  word-wrap: inherit !important;
  margin-left: 30px;
  margin-right: 50px;
}

#constructCommentDiv {
  padding: 10px;
}

.table td {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  max-width: 80px;
}

.ui-autocomplete {
  font-size: 12px !important;
}

.shortAlert {
  margin-top: 8px;
  margin-bottom: -5px !important;
  padding: 5px !important;
}

.narrowDivL {
  padding-left: 2px !important;
}

.narrowDivR {
  padding-right: 2px !important;
}

.wrapdiv {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* For Quill HTML Editor */
.height-75 {
  min-height: 75px;
  resize: vertical;
}

.height-50 {
  height: 50px;
}

.height-150 {
  height: 150px;
}

.height-400 {
  min-height: 400px;
  resize: vertical;
  overflow: auto;
}

.height-300 {
  min-height: 300px;
  resize: vertical;
  overflow: auto;
}

.page-header {
  margin-top: 0;
}

h5 {
  font-weight: bold;
}

#authLabel {
  display: block;
}

.form-group {
  margin-bottom: 5px !important;
}

#authForm {
  display: inline-block;
  width: 200px;
}

.emailForm {
  display: inline-block;
  width: 300px;
}

.width225 {
  width: 225px;
}

#pageForm {
  display: inline-block;
  width: 60px;
}

.datePick {
  display: inline-block;
  width: 90px;
}

#dateForm {
  display: inline-block;
  width: 100px;
}

#suffixDiv {
  width: 45px;
  display: inline-block;
}

.tooltip {
  position: fixed;
}

.page-header {
  margin-top: 0;
}

.fixedMenu {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  z-index: 10;
  width: 100%;
}

.paddingMenu {
  margin-top: 60px;
}

.sbMenu {
  width: 100%;
  position: fixed;
  z-index: 1000;
  margin-top: 0;
}

.sbPadding {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  margin-top: 110px;
}

/* The max width is dependant on the container (more info below) */
.popover {
  min-width: 300px;
}

#drDiv, .inBlock {
  display: inline-block;
}

.navbar {
  min-height: 40px;
}

nav.navbar.navbar-default.navbar-fixed-top {
  box-shadow: 0 1px #ededed;
}

.search-container {
  padding-top: 6px;
}

.hide {
  display: none;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.vcenter {
  display: flex;
  align-items: center;
}

.addNewPermission {
  opacity: 0.6;
}

.warn-cell {
  background-color: orange;
}

.success-cell {
  background-color: palegreen;
}

.ql-container, .ql-toolbar {
  background-color: white;
}

.highlight-cell {
  border-width: 2px !important;
  border-style: dashed !important;
  background-color: lightyellow;
}

.toggle-border {
  border-width: 2px !important;
  border-color: darkgreen !important;
  z-index: 1;
}

.highlight-group {
  background-color: lightyellow;
}

.custom_comment_label {
  resize: none;
  max-width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

.custom_comment_text {
  resize: vertical;
  max-width: 100%;
}

.row-odd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #D3D3D3;
}

.row-even {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}

.spacer-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.spacer-10-top {
  padding-top: 10px;
}

.short-row {
  padding-top: 6px !important;
  padding-bottom: 2px !important;
}

#instLibraryTable .short-row {
  padding-bottom: 6px !important;
}

.spacer-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.spacer-5-sides {
  padding-left: 5px;
  padding-right: 5px;
}

.btn-space {
  margin-right: 5px;
  margin-bottom: 5px;
}

hr {
  display: block;
  margin: 0.5em auto;
  border-style: inset;
  border-width: 1px;
}

.divider {
  background-color: #87B1FF !important;
}

.glyphicon {
  font-size: 15px;
  vertical-align: middle;
}

.glyphicon-small {
  font-size: 12px;
  vertical-align: middle;
}

.vertical-center {
  display: flex;
  align-items: center;
}

#flexDataTable {
  background-color: white;
}

#optionA {
  display: inline-block;
  margin-right: 2%;
  vertical-align: top;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal-body {
  overflow-y: auto;
  max-height: 600px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  max-width: 500px;
  max-height: 70%;
}

.modal-header {
  border-bottom-color: #87B1FF;
}

.modal-footer {
  border-top-color: #87B1FF;
}

.modal-content {
  max-height: 80%;
}

.modal-dialog-wide {
  width: 800px;
}

.modal-dialog-wider {
  width: 900px;
}

#sharingModal .modal-dialog-wider {
  width: 1000px;
}

.modal-dialog-wide, .modal-dialog-wider {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.import-body {
  height: 80vh;
}

.panel-heading .accordion-toggle:after {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  color: grey;
}

.panel-heading .accordion-toggle.collapsed:after {
  content: "\e080";
}

.yLimitModal {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow-y: auto;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.scroll-column-body {
  height: 80px;
  overflow-y: scroll;
}

.scroll-panel {
  height: 300px;
  overflow-y: scroll;
}

#Google, #Facebook {
  padding-top: 2%;
  padding-bottom: 2%;
}

.tbrow {
  padding: 5px;
}

.tbrow-height {
  height: 70px;
  text-align: center;
  padding-top: 5px;
}

.tbbgdarker {
  background-color: #e3e3e3;
}

.tbbglighter {
  background-color: #f5f3f3;
}

.tbleft {
  border-radius: 15px 0 0 15px;
}

.tbright {
  border-radius: 0 15px 15px 0;
}

.nav-pills > li > a {
  border-radius: 0;
}

#loadingD {
  width: 100%;
  text-align: center;
  color: darkgrey;
  font-style: italic;
  margin-top: 5px;
}

#sharingModalOpener, #sharedWU {
  width: 90%;
  max-width: 180px;
  height: 40px;
  margin-bottom: 5px;
}

#currShareCount, #sharedWU {
  margin-bottom: 15px;
}

#sharedWU {
  font-weight: 600;
}

#sharedTeach, #unsharedTeach {
  padding-top: 5px;
  min-height: 45px;
}

.glyphicon:before {
  visibility: visible;
}

input[type="checkbox"].glyphicon {
  visibility: hidden;
  cursor: pointer;
}

div#chkInformalA {
  height: 34px;
}

.switch-toggle {
  float: left;
  background: #31b0d5;
  border-radius: 3px;

  >:hover {
    background: #3877aa;
  }

  label:first-of-type {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: 1px solid white;
  }

  label:last-of-type {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: 1px solid white;
  }
}

.switch-toggle input:checked:hover {
  + label {
    background: #50a150;
  }
}

.switch-toggle input {
  position: absolute;
  opacity: 0;
}

.switch-toggle input + label {
  padding: 7px 12px;
  float: left;
  color: #fff;
  cursor: pointer;
  margin-bottom: 0;
}

.switch-toggle input:checked + label {
  background: #5cb85c;
}

.mtop15 {
  margin-top: 15px;
}

div.shareLevels {
  display: none;
}

#sharedTeach:not(:has(div.checkbox)), #unsharedTeach:not(:has(div.checkbox)) {
  > div.shareLevels {
    display: block;
    font-style: italic;
    color: darkgrey;
    margin-top: 5px;
  }
}

div.h34 {
  height: 34px;
  align-content: center;
  text-align: right;
  font-weight: 700;
}

div.form-group:has(#sharingModalOpener) {
  text-align: center;
}

.margin-left-10 {
  margin-left: 10px;
}

.no-x-padding {
  padding-left: 0;
  padding-right: 0;
}

a.panelCollapse:focus, a.panelCollapse:active {
  outline: none;
}

@media only screen and (max-width: 991px) {
  #cancelSoftSubBtnSubSpan:has(button#CancelannoLibTog_0) {
    >:last-child {
      margin-top: 15px;
    }
  }
  .medSpace10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  div#small-screen-padding > div.form-group {
    padding-left: 0;
    div.h34 {
      padding-left: 0;
      text-align: right;
    }
  }
  div.col-xs-3.col-sm-4.text-center:has(a[data-toggle="tooltip"]) {
    padding-left: 0;
  }
  div.small-no-pad-right {
    padding-right: 0;
  }
  div.desc-truncate {
    &:after {
      font-weight: 600;
      content: 'Desc.:';
    }
    & b {
      display: none;
    }
  }
}

@media only screen and (min-width: 992px) {
  #cancelSoftSubBtnSubSpan:has(button#CancelannoLibTog_0) {
    >:first-child > button {
      float: right;
    }
    >:last-child > button {
      float: left;
    }
  }
  .descriptorAligning {
    text-align: right;
  }
}

.loginFlex {
  margin-top: 15px;
  margin-bottom: 20px;
  display: flex;
  flex-flow: row wrap;
}

.leftEle {
  flex: 1;
}

.leftEle b {
  width: 20%;
  margin-right: 20px;
}

.loginFlex::after {
  flex: 1;
  content: '';
}

#refreshBtn > span {
  vertical-align: text-top;
}

button:active, button:focus {
  outline: none !important;
  outline-offset: 0 !important;
}
