div.translation_usages{
  padding-left:10px;
}
span.warning{
  color: red;
  font-weight: bolder;
}
form.c2-recycle-bin-move-to-recycle-bin-form, form.c2-recycle-bin-delete-form, form.c2-recycle-bin-restore-from-recycle-bin-form{
  padding: 130px 200px 20px 100px;
}
#c2_recycle_bin_cancel{
  margin-left: 30px;
}
.move-to-trash {
  background-position: center ;
  background-repeat: no-repeat;
  padding-left: 20px !important;
}
#c2_recycle_bin_deleted_ph{
  height:25px;
  width:100%;
  padding:5px;
  background-color: #FFFF00;
  color:#000;
  font-weight: bold;
  text-align: center;
}
.dlg-modal{
  height:460px;
  width:600px;
  max-width: 800px;
}
.dlg-content{
  height:290px;
  text-align: center;
  width:550px;
}
.dlg-references{
  height:200px;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  width:450px;
}
.dlg-attention{
  color:red;
}
div.dlg-content-buttons, div.dlg-content-messages{
  height:50px;
  width:550px;
  padding:20px;
  text-align: right;
  margin-left: 20px;
}
div.dlg-content-messages {
  text-align: center;
}
.dlg-content-buttons button {
  display: inline-block;
  margin: 0 auto;
  font-size: 1em;
  float: right;
  margin-left: 30px;
}
