.col_lista-eventi {
    border-radius: 8px;
    background-color: #F9F1E6;
    box-shadow: 6px 6px 10px -2px rgba(0, 0, 0, 0.675), 0 2px 6px rgba(0,0,0,0.015);
    color: #493D3D;
}

.overflow-wrap {
    margin-right: 0px;
}
#treeview-eventi{
    margin-right: 15px;
    margin-left: 15px;
}
#lista-regimi{
    margin-left: -15px;
    margin-right: -15px;
}
.overflow-wrap {
    padding: 0;
    /*overflow-y: auto;*/
    /*overflow-x: hidden;*/
    /*max-height: 527px;*/
    margin-bottom: 0px;
    margin-right: 0px;
    border: 1px solid #A1AABE;
    border-radius: 4px;
}

.row-padre, .row-padre.closed, .row-padre.opened, .row-figlio {
    cursor: pointer;
    min-height: 32px;
    border-bottom: 1px solid #A1AABE;
    padding: 0px 0px 0px 2px;
}

.active-row {
    background-color: #36374B;
    color: white;
}

.row-padre > div {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 3px;
}

.sintesi-date-badge.opened, .sintesi-date-badge.closed {
    background-color: white;
    background: url('../../../../../imm/icone_med_new/Ottagono eventi.svg') no-repeat center center / 30px 30px transparent;
    color: white;
}

.sintesi-date-badge {
    float: right;
    display: inline-block;
    min-height: 30px;
    min-width: 30px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 2.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin-left: 6px;
}
.icon-padre{
    font-size: 2em;
    padding-top: 3px;
}
button.bactive{
    background-color: #2c4176  !important;
    color: white;
}
button.bactive:focus{
    background-color: #2c4176  !important;
    color: white;
}


button > em {
    font-size: 0.77em;
}
span.label-datareferto{
    font-style: italic;
    color: #2c4176;
    font-weight: bold;
}
p.nome-evento{
    padding-top:  6px;
    margin-bottom: 1px;
}
p.data-evento{
    margin-top: 1px;
}
.rdownload-all{
    padding-top: 4px;
    color: #BFE195;
    font-size: 1.5em;
}
.rdownload-paziente{
    padding-top: 12px;
    color: #BFE195;
    font-size: 1.5em;
}
.azioni-referti{
    margin-top: 2em;
}
button[id^="bview-r"]:hover{
    background-color: #CACACA  !important;
    color: white;
}
i.downloads-table-pregresso{
    cursor: pointer;
    width: 40px;
    height: auto;
}
.panel-heading.downloads-table-pregresso{
    font-weight: bold;
    /*background-color: #00cccc;*/
}
.cnt_campo_ricerca{
    margin-left: 15px;
    margin-right: 15px;
}
.filtro_pazienti_regimi{
    margin-left: 4%;
}
.glyphicon{
    color: #2c4176;
}
#start-search-referti > .glyphicon{
    color: white;
}
div.row-padre.active-row > div > .glyphicon, div.row-padre.active-row > div > p > span[id^="scarica"],
div.row-padre.active-row > div > button[id^="scarica"] > span,
div.row-padre.active-row > div > button[id^="dropdown_scarica"] > span,
div.row-padre.active-row > div > div > button[id^="scarica"] > span,
div.row-padre.active-row > div > div > button[id^="dropdown_scarica"] > span,
div.row-figlio.active-row > div > .glyphicon, div.row-figlio.active-row > div > p > span[id^="scarica"],
div.row-figlio.active-row > div > button[id^="scarica"] > span,
div.row-figlio.active-row > div > button[id^="dropdown_scarica"] > span,
div.row-figlio.active-row > div > div > button[id^="scarica"] > span,
div.row-figlio.active-row > div > div > button[id^="dropdown_scarica"] > span,
div.row-figlio.active-row > div > p > span.label-datareferto
{
    color: #EAEAEA;
}
div.row-padre > div > .glyphicon,
div.row-figlio > div > .glyphicon{
    color: #2c4176;
}
.empty-node{
    display: none;
}
.help{
    height: 36px;
    cursor: help;
    background: url(../../../../../imm/o_question.png) no-repeat 3% 3%/ 24px auto transparent;
    padding: 2px 0px 0px 70px;
}