@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);textarea.form-control.code,
code {
  font-size: 12px;
  color: #3f51b5;
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  background-color: #f0f1f6;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #b5b8ba;
}

li.bordered,
div.bordered {
  border-bottom: 1px dashed lightgray;
  padding-bottom: 5px;
  padding-top: 5px;
}

.list-spaced li {
  margin-bottom: 5px;
}

div.table-responsive table {
  min-width: 960px;
}

a:not([href]):not([tabindex]):focus.btn.btn-outline-primary,
a:not([href]):not([tabindex]):hover.btn.btn-outline-primary {
  color: white;
}

input[type="file"].form-control {
  padding-top: 0;
}

.tooltip-inner {
  text-align: left;
  max-width: 400px;
  /* If max-width does not work, try using width instead */
  width: 400px;
}

a.disabled {
  pointer-events: none !important;
  cursor: default;
}

.popover-body {
  padding: 5px;
}

.im-note {
  width: 250px;
  height: 215px;
}

.im-note textarea {
  width: 250px;
  height: 200px;
}

.im-note-status {
  font-size: 12px;
  color: #80898e;
  text-align: center;
  display: block;
}

.card-box.note {
  padding: 0px;
}

.card-box.note .header-title {
  margin-bottom: 0px;
  padding: 10px;
  font-weight: normal;
  text-transform: none;
  background-color: #ffefc1;
  color: #343c49;
}

.card-box.note .value {
  padding: 10px;
}

.card-box.note .delete-note {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 15px;
  color: #ff9b9b;
  cursor: pointer;
}

.wrapper-page-wide {
  margin: 20px auto;
  max-width: 800px;
}

.wrapper-page-program-registration {
  margin: 20px;
}

.wrapper-page-medium {
  margin: 20px auto;
  max-width: 600px;
}

.wrapper-page-large {
  margin: 20px auto;
  max-width: 960px;
}

.wrapper-page {
  max-width: 400px;
}

.page-title {
  line-height: 1.45rem;
}

table.has-actions-col td {
  vertical-align: middle;
}

.table-actions-separator {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid lightgray;
}

.dropdown-menu a {
  cursor: pointer;
}

.ms-container {
  width: 100%;
}

.checkbox label {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .navbar-custom {
    margin-left: 0px !important;
  }
}

.app-search .form-control,
.app-search .form-control:focus {
  padding-left: 10px;
  width: 300px;
}

.app-search a {
  left: 325px;
}

.btn-wrap-text {
  white-space: normal;
}

.form-top-right {
  padding-top: 20px;
  font-size: 50px;
  line-height: 50px;
}

.modal-full {
  max-width: none;
}

.app-search button {
  position: absolute;
  top: 18px;
  left: 325px;
  display: block;
  height: 34px;
  line-height: 34px;
  width: 34px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  border: none;
}

.li-mb li {
  margin-bottom: 5px;
}

.swal-success {
  display: none;
}

.fixed-action-bar {
  border: 3px solid rgba(0, 0, 0, 0.1);
  z-index: 1001;
  padding: 20px 0;
  position: fixed;
  bottom: 0px;
  right: 20px;
  background: rgba(255, 255, 255, 0.8);
  left: 260px;
}

@media (max-width: 768px) {
  .fixed-action-bar {
    left: 0 !important;
  }
}

#wrapper.enlarged .fixed-action-bar {
  left: 70px;
}

.bottom-separator {
  border-bottom: 2px dashed lightgray;
  padding-bottom: 5px;
}

.card.card-emphasised {
  border: 2px solid #ffc107;
}

.cursor-pointer {
  cursor: pointer;
}

.logo img {
  width: 100%;
  max-width: 90px;
}

h4.page-title p.subheading {
  font-size: 14px;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .navbar-custom {
    margin-left: 0px !important;
  }
}

.modal-body .close {
  margin: -1rem -1rem -1rem auto;
}

.text-small {
  line-height: 1.2;
  font-size: 80%;
  font-weight: 400;
}

.text-pre-success {
  color: #dca51e;
}

.payments-container #add-payments {
  border: 1px solid #66bb6a;
  border-radius: 5px;
  padding: 10px;
  display: none;
}

.recommendations-container #add-recommendations {
  border: 1px solid #66bb6a;
  border-radius: 5px;
  padding: 10px;
  display: none;
}

.interactive-messages-container #add-interactive-message {
  border: 1px solid #66bb6a;
  border-radius: 5px;
  padding: 10px;
  display: none;
}

.example .case,
.example.case {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}

.example .setup,
.example.setup {
  font-style: italic;
}

.example .price-section,
.example.price-section {
  color: #3f51b5;
}

.example .code,
.example.code {
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  color: #3f51b5;
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  background-color: #f0f1f6;
}

.form-control.code {
  font-size: 12px;
  color: #3f51b5;
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  background-color: #f0f1f6;
}

.program-registration .program-name {
  font-size: 1.1rem;
  font-weight: bold;
  display: inline-block;
}

.program-registration .program-type {
  font-size: 1rem;
  color: #80898e;
  display: inline-block;
}

.program-registration .program-description {
  margin-bottom: 20px;
}

.program-registration .price-header {
  font-size: 16px;
  margin-bottom: 10px;
  color: #66bb6a;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

.program-registration .price-value {
  font-size: 40px;
  margin-bottom: 10px;
  color: #555555;
}

.requirements-columns {
  -webkit-column-count: 2;
  column-count: 2;
}

.personal-info .personal-info-label {
  font-weight: bold;
}

.alert-warning.subtle {
  color: #856404 !important;
  background-color: #fff3cd !important;
}

#accept-label {
  color: #ee6e73;
  font-size: 0.8rem;
  line-height: 0.9rem;
}

.debt-section:not(:first-child) {
  margin-top: 40px;
}

.debt-section .debt-section-title {
  font-size: 1.1rem;
  font-weight: bold;
}

.debt-section .check-registration-details {
  font-size: 0.8rem;
}

.debt-section .debt-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e3e3e3;
  min-height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0px;
}

.debt-section .debt-line-description {
  padding-top: 10px;
  font-size: 1rem;
  /* color: #3f51b5; */
}

.debt-section .debt-line-amount {
  font-weight: bold;
  font-size: 1rem;
  padding-top: 10px;
  min-width: 50px;
  margin-right: 20px;
}

.debt-section .debt-line-button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

.debt-section .debt-line-error {
  color: #ee6e73;
  font-size: 0.8rem;
  line-height: 0.9rem;
}

.assignment-grade .no-upload-box {
  background-color: #eee;
}

.assignment-grade .no-grade-box {
  background-color: #fff4df;
}

.assignment-grade .graded-box {
  background-color: #eaffdf;
}

