.row-selection{
    width: 75px;
    display: none;
    border: 1px solid;
    margin-right: 6px;
    margin-left: 3px;
    border-radius: 12px;
    color: white;
    font-size: 0.92564em;
    text-align: center;
    background-color: #36374b;
    border: 0px transparent;
}
.row.container-form-ricerca{
    margin-top: 24px;
}
.results-table-pazienti{
    margin-top: 0.2em;
    overflow-y: scroll;
    height:12em;
    border-left: 1px solid #A1AABE;
    border-right: 1px solid #A1AABE;
    border-bottom: 1px solid #A1AABE;
    cursor: pointer;
}
.results-table-pazienti-table{
    margin-top: 0.2em;
   
    cursor: pointer;
}
.results-table-pazienti.self-module{
    margin-top: 0.2em;
    overflow-y: scroll;
    height:18em;
    border-left: 0px solid #A1AABE;
    border-right: 0px solid #A1AABE;
    border-bottom: 0px solid #A1AABE;
    cursor: pointer;
}
.results-table-pazienti-title{
    font-weight: bold;
    font-size: 1em;
    margin-top: 1.82em;
    margin-bottom: 1em;
}
.row-paziente{
    border-bottom: 1px solid #E8E7E7;
    min-height: 1.8em;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: normal !important;
    padding-top: 0.5em;
}
.row-paziente:hover{
    background-color: rgba(242, 242, 82, 0.53) !important;
}
.row-paziente.selected{
    background-color: #FFEB57;
}
.results-table-pazienti > .title{
    font-weight: bold;
    font-size: 1em;
    
    padding-bottom: 6px;
}

.row-paziente > .data{
    font-weight: normal !important;
    font-size: 1em; 
    padding-bottom: 6px;
}
.m-sel-paziente{
    width: 30px;
    background: url('../../../../../imm/manina.png') no-repeat 50% 50% / 16px auto transparent;
}
.m-sel-paziente{
    width: 30px;
    background: url('../../../../../imm/medicons/med-icons_Chevron_R.png') no-repeat 50% 50% / 16px auto transparent;
}
.table-fixed thead {
  width: 97%;
  /*border: 1px solid blue;*/
}
.table-fixed tbody {
  height: 230px !important;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
  border-top: 0px !important;
  vertical-align: middle;
  padding: 0px 0px 0px 6px !important;
}