/*CSS HANDLER */
#agency_options {
  margin-bottom: 5px;
  margin-top: 5px;
}
#agency_options .glyphicon {
  margin-top: 5px;
}
#agency_options .glyphicon:hover {
color: var(--testo_gradiente)
}
#agency_options table {
background: var(--colore_principale);;
width: 100%;
margin-bottom: 0;
}
#agency_options table tbody tr {
display: inline-block;
float: left;
padding: 5px;
width: 100%;
}
#agency_options table tbody tr td {
width: 50%;
line-height: 25px;
}
#agency_options table tbody tr td label {
color: var(--testo_gradiente)
}
#agency_options table tbody tr td label span {
color: var(--testo_gradiente)
}
#agency_options input[type="text"] {
width: 60px;
float: right;
}
#agency_options input#id_user[type="text"] {
  width: 120px;
}
#agency_options table tbody tr td.td_lr {
  float: left;
}
#agency_options table tbody tr td #reserved_submit {
  float: right;
  width: 100%;
}
#agency_options table tbody tr td.td_rs {
  float: left;
  margin: auto calc(14%);
  width: 70%;
}
#agency_options table tbody tr td.td_oa {
  float: left;
  width: 70%;
}
#agency_options table tbody tr td.td_aor {
  float: left;
}

#agency_options #btn_ricarica {
  float: right;
  width: 90%;
}