#modal-fog{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
}

a.button.myblue, table.elenco tr td a.button.myblue{
  background-color: #0649ad;
}
a.button.myblue.alreadysent, table.elenco tr td a.button.myblue.alreadysent{
  background-color: #009933;
}

.cth_modal .button.running {
  background: #6b6b6b;
}

.cth_modal {
  display: none;
  width: 90%;
  height: 90%;
  position: fixed;
  border: 1px solid #666;
  background-color: #fafafa;
  top: 8.5%;
  left: 5%;
  border-radius: 4px;
  overflow-y: auto;
  z-index:101;
}

.cth_modal .inner{
  padding: 10px 20px 20px 40px;
}

.cth_modal .inner h3 {
  margin: 0;
  padding: 0;
  border-bottom: 0px solid #333;
  background-color: transparent;
}

.cth_modal .inner h2 {
  margin-left: 0px;
  padding: 0;
  border-bottom: 2px solid #333;
  background-color: transparent;
}

.familiare {
padding: 10px 10px 10px 0px;

}

.cth_modal .inner .m-row {
  clear: both;
  padding: 6px 6px 6px 0px;
}

.cth_modal .inner .m-row .m-field .inner{
  padding: 0 5px;
}
.cth_modal .inner .m-row .m-field.half{
  float: left;
  width: 10%;
}

.cth_modal .inner .m-row .m-field.half.center .btn.btn-danger {
  margin: 30px 10px 20px 0px;
  width: 90%;
}

.cth_modal .inner .m-row .m-field.half.center .btn.btn-success {
  margin: 30px 10px 20px 0px;
  width: 90%;
}

.cth_modal .inner .m-row .m-field.modhalf{
  margin: 0px 10px 0 0px;
  float: left;
  width: 49%;
}

.cth_modal .inner .m-row .m-field.modhalf .field {
  margin-bottom:0px !important;
}

.cth_modal .inner .m-row .m-field.modhalf .btn.btn-danger {
  margin: 30px 10px 0 0px;
  width: 90%;
}

.cth_modal .inner .m-row .m-field.modhalf .btn.btn-success {
  margin: 30px 10px 0 0px;
  width: 90%;
}

.cth_modal .inner .m-row .m-field label{
  font-weight: normal;
  display: block;
  font-size: 18px;
}
.cth_modal .inner .m-row .m-field input[type="text"]{
  width: 100%;
  order: 1px solid #ccc;
  display: block;
  width: 100%;
  padding: 0 1%;
  margin: 0 0 0 0;
  height: 40px !important;
  font-size: 20px !important;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  border-radius: 4px;}

  .cth_modal .inner .m-row .m-field select {
    font-size: 1em;
    border: 1px solid #ccc;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 45px !important;
    border-radius: 4px;
    font-size: 20px !important;
    padding: 6px 12px;
    line-height: 1.42857143; 
  }

.cth_modal .inner .m-row .m-field label.inline{
  display: inline-block;
}

.cth_modal hr{
  border-style: solid;
  border-color: #ddd;
  border-width: 1px;
  padding: 0;

}

.cth_modal .inner .m-row .m-field textarea.text{
  width: 100%;
}

.cth_modal .inner .m-row .field{
  clear: both;
  
}


.action-message{
  border-width: 3px;
  border-style: solid;
  padding: 20px;
}
.action-message.success{
  border-color: #3A9241;
  background-color: #BBFFC1;
  color: #1C771A;
}
.action-message.error{
  border-color: #923E3A;
  background-color: #FFBBC0;
  color: #771F1A;
}

#infoRequestModal .action-message{
  padding: 10px;
}

#irm-to{
  width: 100%;
}


.cth_modal .loading{
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  margin: -20px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  z-index: 10000000;
  text-align: center;
  border-radius: 3px;
  font-size: 40px;
  font-weight: bold;
  background-image: url('images/loading.gif');
  background-repeat: no-repeat;
  background-position: center center;
}
.cth_modal .loading .inner{
  display: table-cell;
  vertical-align: middle;
}
.cth_modal .loading.active{
  display: table;
}




a.button.mailbutton.mb-null, table.elenco tr td a.button.mailbutton.mb-null {
  background-color: #93a2a5;
}
a.button.mailbutton.mb-ok, table.elenco tr td a.button.mailbutton.mb-ok {
  background-color: #0697AD;
}
a.button.mailbutton.mb-no, table.elenco tr td a.button.mailbutton.mb-no {
  background-color: #AD1C06;
}


.remove-this-file {
  display: block;
  position: absolute;
  margin-top: -20px;
  z-index: 11;
  font-size: 14px;
  text-align: right;
  right: 10px;
}

.loading.requestANPR {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.loading.requestANPR.active {
  display: flex; /* Show when active */
}

.loading.requestANPR .inner {
  text-align: center;
  font-size: 1.2em;
}