.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;
}
td.res-pazienti{
    padding: 4px 8px !important;
    overflow: hidden;
    /*white-space: nowrap;*/
}
td.res-pazienti.td-chk{
    padding: 3px 8px !important;
    text-align: center !important;
    vertical-align: middle !important;
}
th.td-chk{
    text-align: center !important;
}
/*.td-chk{
    display: inline;
    margin: 0px;
}*/
tr.row-paziente{
    border-bottom: 1px solid #E8E7E7;
    min-height: 2.1em;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: normal !important;
    /*padding-top: 0.5em;*/
}
tr.tr-res-pazienti{
    cursor: pointer;
    /*height : auto !important;*/
}
tr.tr-res-pazienti-selected{
    cursor: pointer;
    background-color: #FFFF99;
}
div.container-indicazioni{
    padding-top: 3em;
    padding-bottom: 2.5em;
}
p.intestazione-indicazioni{
    text-align: justify;
}
#res-table-pazienti{
    margin-top: 1.8em;
}
#res-table-pazienti-selected{
    margin-top: 1.8em;
}
/*      SELEZIONE PRSTAZIONE        */
.cnt-btn-sel{
    width: 5em;
    display: none;
    margin-right: 9px;
    margin-left: -7px; 
}
.td-button-sel{
    padding: 12px;
}
.btn-sel-prestazione{
    width: 100%;
    color: whitesmoke;
    border-radius: 0.72em;
    border: 1px transparent;
    height: 1.44em;   
    padding-bottom: 2px;
    padding-top: 0px !important;
    font-size: 0.89em;
    font-weight: bold;
}

.btn-sel-prestazione.select{
    background: rgba(143,175,43,0.8);
}
.btn-sel-prestazione.deselect{
    background: rgba(255,51,51,0.8);
    display: none;
}
