#popup-forms{
    z-index: 20;
    display: none;
    position: fixed;
    text-align: center;
    vertical-align: middle;
    border: 0px solid blue;
    margin: auto;
    padding: 0;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 100%  !important;
    /*overflow: auto;*/
    /*background-image: url('../../imm/dimmer1.png');*/
}
.popup-forms-container{
    z-index: 20;
    display: inline-block;
    position: fixed;
    text-align: center;
    vertical-align: middle;
    border: 0px solid red;
    margin: auto;
    padding: 0;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 100%  !important;
    overflow: auto;

    background-image: url('../../../imm/dimmer1.png');
}
/*div[id^="dboard_dimmer_"].popup-forms-container {
    position: absolute;
}*/
.popup-form{
    text-align: left;
    height: auto;
    /*top:10em;*/
    top:1em;
    display:inline-block;
    position: relative;
    background-color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: 200ms -webkit-transform;
    box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.8), 0 2px 6px rgba(0,0,0,0.15);
}

button[aria-label="Close"]{
    margin-top: 6px;
    font-size: 24px;
    opacity: .8;
}
button[aria-label="Close"]:hover{
}
.popup-form-content{
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.925);
}
.popup-form-header{
    background-color: rgb(45,184,197);
    /*background: linear-gradient(to right, transparent 10%, rgb(45,184,197) 100%);*/
    color: rgba(242,242,242,1);
    padding: 6px 12px 6px 15px;
}
.popup-form-footer{
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.popup-form-bkg-title {
    margin-top: -6px;
    width: 26px;
    /*float: left;*/
}
.popup-form-title{
    margin-bottom: 0px;
    padding-left: 12px;;
    color: #FFFFFF;
    border: 0px solid blue;
    display: inline-block;
    cursor: default;
}
.popup-form-title:hover{
    cursor: default !important;
}
.popup-form-message{
    margin-left: 0px;
    padding: 8px;
}
.popup-form-body{
    padding: 6px 15px 12px 15px;
}
@media (max-width: 767px) {
    .popup-form{

        top: 4em !important;
        left: 1% !important;
        width:95% !important;
        right: auto !important;
    }
}
.popup-form-footer button{
    margin-right: 15px;
}

.popup-form-body table.radio-table tr:last-child td,
.popup-form-body table.radio-table tr:only-child td {
    border-bottom: none !important;
}

/*================SEZIONE ELEMENTI DIMMER=====================================*/
/*===========STILE============================================================*/

body.mode-lock-page div.row.row-pannello-paziente {
    background-color: #ffffff;
}

body.mode-lock-page {
    /*background-color: #e6e6e6 !important;*/
}

/*body.mode-lock-page div#dettaglio_scheda:not(.dettaglio-scheda-unigui-view) div#pannello_scheda_body {
    background-color: #e6e6e6;
}*/
/*body.mode-lock-page div#dettaglio_scheda.dettaglio-scheda-unigui-view div#pannello_scheda_body {
    background-color: #ffffff !important;
}*/

/*body[class^="mode-lock-page"] div.wrapper {
    background-color: #d5d5d5 !important;
}*/

/*body[class^="mode-lock-page"] div.wrapper div#dettaglio_scheda:not(.dettaglio-scheda-unigui-view) div#pannello_scheda_body {
    background-color: #d5d5d5;
}*/

/*===========EVENTI============================================================*/

body.mode-lock-page section.content > div.page-content div#user_dashboard,
body.mode-lock-page section.content > div.page-content div.row.row-pannello-paziente,
body.mode-lock-page section.content > div.page-content div#pannello_scheda_header,
body.mode-lock-page section.content > div.page-content div#dettaglio_eventi,
body.mode-lock-page section.content > div.page-content div.panel-bottoni-vertical {
    pointer-events: none;
}