
#academy_corso_index li, ul{
  line-height: 1em;
}

#academy_corso_index.nav-sidebar .nav-item > .nav-link{
  margin-bottom: 0px;
}

.pdfobject-container { 
  height: 30rem; 
}


#cbar{
  overflow: auto;
  background-color: #d1d1d1;
  width: 100%;
  height:31px;
  color: white;
  text-align: right;
  vertical-align: center;
  border-radius: .2rem;
}
#cbarline{
  height: 31px;
  background-color: #28a745;
  border-radius: .2rem;
}
#content_controls{
  text-align: center;
}

#modulo_box input[type=text],
input[type=number],
input[type=datetime-local],
select{
  border: 0;
  border-bottom: 1px solid lightgray;
  margin: 2px;
  height: 28px;
}
#moduli_list{
  padding-right: 20px;
}
.drag{
  float: left;
  overflow: auto;
  width: 250px;
  height: 125px;
  margin: 0 5px 5px 0;
  border-radius: 10px;
  border: 1px solid rgb(204, 204, 204);
  padding: 10px;
  overflow: auto;
  font-size: small;
}
.drag:hover{
  cursor:pointer;
}
.dropzone {
  min-height: 100px;
  z-index: 0;
  overflow:auto;
  clear:both;
  padding: 10px 0;
}

.lezione{
  background-color: #ededed;
  padding: 5px;
  margin: 5px 0 5px 0; 
}

#moduli_list .active {
  outline: 1px solid red;
}

.hover {
  outline: 1px solid blue;
}

.drop-item {
  cursor: pointer;
  margin-bottom: 10px;
  background-color: rgb(255, 255, 255);
  padding: 10px;
  border-radius: 3px;
  border: 1px solid rgb(204, 204, 204);
  position: relative;
  float: left;
  overflow: hidden;
  width: 250px;
  height: 125px;
  margin: 0 5px 5px 0;
  border-radius: 10px;
  font-size: small;  
}

.drop-item .remove {
  position: absolute;
  top: 4px;
  right: 4px;
}