.box3_head_login {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
  text-align: left;
}

.nuvola {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 725px;
  height: 100px;
  background: #C0C0C0;
  border: 1px solid #666;
  z-index: 900;
}

.collegaNuvola {
  position: absolute;
  left: -1px;
  bottom: 26px;
  width: 100%;
  height: 25px;
  background: #C0C0C0;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  z-index: 999;
}

.fileManagerTitle {
  float: left;
  display: inline;
  position: relative;
  font-size: 20px;
  /*background: url(../img/new.png) right top no-repeat;*/
  line-height: 20px;
  padding: 5px 10px 5px 0;
  margin: 0 0 10px 0;
  color: #284465;
}

/* CSS CUSTOM RICCARDO */

.plab-left-24 {
  margin-left: 24px;
}

.plab-bottom-8 {
  margin-bottom: 8px;
}

.plab-bottom-24 {
  margin-bottom: 24px;
}

.plab-resp-div {
  display: inline-block;
  margin: 0 -1px 10px;
}

.plab-input-file {
  border: none;
}

.plab-input-file input[type="file"] {
  position: absolute;
  top: -1000px;
}

.plab-textarea {
  font-size: 13px;
  width: 100%;
  height: auto;
  border-radius: 3px;
  border: 1px solid #cddae4;
  padding: 5px 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  line-height: 20px;
}

@media only screen and (max-width: 600px) {
  .plab-resp-div {
    width: 100% !important;
    display: block;
    text-align: left !important;
  }
}