#div-destinazioni {
  position: fixed;
  width: 90%;
  height: 90%;
  box-shadow: 1px 1px 1px;
  background-color: #FFF;
  top: 5%;
  left: 5%;
  z-index: 100;
}

#div-destinazioni>div {
  width: 98%;
  overflow: hidden;
  float: left;
  margin: 1%;
}
#div-destinazioni>div>div{
  float: left;
  width: 100%;
}
#div-destinazioni input{
  background-color: #eee;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  height: 1.2em;
  line-height: 1.25em;
}
.internal{
  width: 150%;
  overflow-y: scroll;
}
.listhead{
  width: 100%;
  margin-bottom: 1%;
  font-family: Arial;
  font-size: 14px;
}
.listhead .listdest{
  width: 59%;
}
#div-list{
  max-height: 15em;
  overflow-y: scroll;
}
.listrow{
  width: 100%;
  height: 2.7em;
  line-height: 2.7em;
  margin-bottom: 0.5%;
  box-shadow: 0px 3px 17px #DFDFDF;
}
.listdele, .listdest, .listcopy, .listsald{
  height: 100%;
  float: left;
  vertical-align: middle;
  text-align: center;
  height: 28px;
}
.listrow select, .listrow input{
  background-color: #eee;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  height: 1.5em;
  line-height: 1.5em;
}
#row_header span{
  font-size: 11px;
}
#row_header b{
  font-size: 12px;
  color: #2196F3;
}
#div-destinazioni input.error{
  background-color: #E85D5D;
  border-color: #FB6262;
}
#row_header span b.error{
  color: #E85D5D;
  border: none;
}
#copie-mancanti{
  width: 17%;
  float: left;
  text-align: center;
}
.listdele{
  width: 17%;  /*3.33*/ /*5*/
}
.listdest{
  width: 60%; /*46*/ /*45.33*/ /*68*/
}
.listcopy{
  width: 17%; /*13.33*/ /*20*/
}
.listsald{
  width: 5%;  /*7*/
}
.listdest>select{
  width: 80%;
}
#row_header .listdestfirst>select{
  width: 74%;
}
select.destsel{
  /*margin-top: 0.6%;*/
  margin-top: 4px;
}
input.copies{
  width: 55%;
  margin-top: 6px !important;
  /*margin-top: 1%;*/
}
.chesal{
  /*margin-top: 5.5%;*/
  margin-top: 7px;
  width: 30px;
}
.evo-button.small.long{
  width: initial;
  padding: 0px 10px;
}
.evo-button.small.right{
  /*width: initial;*/
  float: right;
}
#div-destinazioni .evo-button{
  font-weight: bold;
}
.listdele .evo-button{
  width: initial;
  padding: 0px 10px;
  margin-top: 3px;
}

/* ------------------------------- NA-div -------------------------*/
div#NA-Div{
  width: 800px;
}
#NA-Div input{
  background-color: #eee;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  height: 1.2em;
  line-height: 1.25em;
}
#NA-Div select{
  background-color: #eee;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  height: 21px;
}

#NA-Div div.long{
  width: 100%;
  height: 2.3em;
  clear: both;
}
#NA-Div label.long, #NA-Div label.medium, #NA-Div label.short{
  text-align: right;
  line-height: 2em;
  height: 1.2em;
  display: block;
  float: left;
  width: 180px;
  margin-right: 3px;
}
#NA-Div input.long{
  width: 520px;
  display: block;
  float: left;
}
#NA-Div select.long{
  background-color: #eee;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  width: 521px;
  float: left;
}

#NA-Div div.medium{
  width: 386px;
  height: 2.3em;
}
#NA-Div input.medium{
  width: 196px;
  display: block;
  /*float: right;*/
}

#NA-Div div.short{
  width: 323px;
  height: 2.3em;
}
#NA-Div input.short{
  width: 116px;
  display: block;
  float: right;
}
#NA-Div input[type="checkbox"].short{
  margin: 0px;
}

#div-destinazioni label{
  display: inline-block;
}
/**.error {
  border: 2px solid #F00;
  color: black;
}*/

@media (max-width: 800px){
  #div-destinazioni{
    width: 100%;
    left: 0px;
  }
  div#NA-Div{
    width: 98%;
  }
}