html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

h1 {
    font-size:1.9em;
}
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.lti-cm-header
{
    width:100%;
    height:40px;
    background-color:#f0f0f0;
    

}

.lti-cm-panel-header {
    width: 100%;
    height: 40px;
    background-color: #f0f0f0;
    padding:10px;
}

.lti-cm-panel {
    margin:20px;

}
.lti-cm-panel-body {
    padding:20px;
}

.cccm-toolbar {
    background-color: #f0f0f0;
    padding:8px;
}

#searchString {
    padding-left:20px;
}

#cccm_media_tools {
    padding-left: 20px;
    padding-right: 50px;
}

#cccm_cmadd_ta textarea {
    width: 500px;
    height: 300px;
}

.able-status-bar {
    min-height: 1.8em;
}