.canto-completo {
  background-color: #e0f6e0;
}

.canto-non-validato {
  background-color: #fcf8e3;
}

.canto-vuoto {
  background-color: #f2dede;
}

.canto-editor-info {
  margin: unset;
  font-style: italic;
  font-size: smaller;
}

.canto-editor-empty {
  margin-top: 50px;
}

.canto-link {
  cursor: pointer;
}

.canti-form-space {
  margin-top: 10px;
}

.dbmng_form_field_momlit li,
.dbmng_form_field_perrel li {
  list-style-type: none;
}

.dbmng_form_field_momlit li input,
.dbmng_form_field_perrel li input {
  margin-left: 5px;
  margin-right: 5px;
}

.dbmng_checkbox_ul {
  padding-left: unset;
  overflow: auto;
  height: 160px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#canto-render {
  margin-top: 18px;
}

#mod_canti_content h1 {
  font-size: 30px;
  font-weight: 700;
  /* text-transform: uppercase; */
  font-variant: small-caps;
  line-height: 32px;
  color: #777;
}

#mod_canti_content h4 {
  border-bottom: 3px solid #999;
  padding: 0 0 6px;
  /* margin-bottom: 50px; */
  color: #777;
}

#mod_canti_content h5 {
  margin-bottom: 50px;
}

.badge-momento {
  background-color: #fea164 !important;
  margin-right: 5px;
  padding: 6px !important;
}

.badge-tema {
  background-color: #06c !important;
  margin-right: 5px;
  padding: 6px !important;
}

/* INIZIO: Correzione classi per sito web */
.lyr {
  font-size: 18px;
  line-height: 35px;
}

.rit {
  font-size: 18px;
  line-height: 35px;
}

.chr {
  font-size: 14px;
  margin-top: -15px;
}

/* FINE: Correzione classi per sito web */

.chord_missing {
  background-color: yellow;
  padding: 10px;
}

#lista_all {
  margin-top: 10px;
  margin-bottom: 10px;
}

#lista_sel {
  margin-top: 10px;
  margin-bottom: 10px;
}

#app_lista_sel {
  margin-bottom: 10px;
}

#lista_all ul {
  list-style-type: none;
  padding-left: unset;
}

#lista_sel ul {
  list-style-type: none;
}

.sortable_list {
  border: 1px solid #eee;
  width: 100%;
  min-height: 20px;
  list-style-type: none;
  margin: 0;
  padding: 5px 0 0 0;
  float: left;
  margin-right: 10px;
}

.sortable_list li {
  margin: 0 5px 10px 5px;
  padding: 5px;
  font-size: 1.2em;
  width: 95%;
}

.sortable_height {
  height: 650px;
  overflow-y: scroll;
}

.cc-stato-pubblicato {
  border: 1px solid #d6d8db;
  background-color: #eee;
  font-weight: 400;
  color: #383d41;
}

.cc-stato-inattesa {
  border: 1px solid #ffeeba;
  background-color: #fff3cd;
  font-weight: 400;
  color: #856404;
}

.cc-stato-privato {
  border: 1px solid #c3e6cb;
  background-color: #d4edda;
  font-weight: 400;
  color: #155724;
}

/* Interactsjs BEGIN =====================================================*/
#outer-dropzone {
  height: 500px;
}

#inner-dropzone {
  height: 400px;
}

#inner-dropzone2 {
  height: 400px;
}

.dropzone {
  background-color: #bfe4ff;
  border: dashed 4px transparent;
  border-radius: 4px;
  margin: 10px auto 30px;
  padding: 10px;
  width: 100%;
  transition: background-color 0.3s;
}

.drop-active {
  border-color: #aaa;
}

.drop-target {
  background-color: #29e;
  border-color: #fff;
  border-style: solid;
}

.drag-drop {
  display: inline-block;
  min-width: 40px;
  padding: 2em 0.5em;
  margin: 1rem 0 0 1rem;

  color: #fff;
  background-color: #29e;
  border: solid 2px #fff;

  touch-action: none;
  transform: translate(0px, 0px);

  transition: background-color 0.3s;
}

.drag-drop.can-drop {
  color: #000;
  background-color: #4e4;
}

/* interactsjs END ================================================== */