
.bootbox.full .modal-dialog {
 /*   max-height:95%;
    min-width: 80%;*/
}
.bootbox.full .modal-content {
/*    height: 100%;
    padding-bottom: 60px;*/
}
.bootbox.full .modal-body {
   /* height: 100%;*/
}
.bootbox iframe {
/*    height: 100%;
    width: 100%;*/
}
.bootbox.full .bootbox-body {
/*    height: 100%;*/
}

.btn-hover:hover {
    cursor:pointer;
    filter: brightness(0.97);
}

/* fix para scroll de multiple toolbar*/
.modal{
    overflow:  auto !important;
}
