form[id="OutgoingMailsForm"][action*="/items/1875/outgoingmails/_action_"]{
    display: none;
}
#ReportCreateDialog {
    display: none;
    width: auto;
    min-height: 86.25px;
    max-height: none;
    height: auto;
}

#ReportCreateControls {
    display:flex;
}

#ReportCreateDialogExcel {
    margin: 10px 20px 10px 10px;
}

#ReportCreateDialogPdf {
    margin: 10px 20px 10px 20px;
}

#ReportCreateControls button {
    margin-top:10px;
    width: 80%;
    text-align: left;
    min-height: 60px;
    min-width: 195px;
}

#ReportCreateDialogExcel button {
    background: #CCFFCC;
}

#ReportCreateDialogExcel button:hover {
    background: #CCFF99;
}

#ReportCreateDialogPdf button {
    background: #FFD5EC;
}

#ReportCreateDialogPdf button:hover {
    background: #FFBEDA;
}

.pdf-invisible{
    margin-top:10px;
    width: 100%;
    text-align: center;
    min-height: 60px;
    display: inline-block;
}

.pdf-invisible > p{
    margin-top:10px;
}

.report-original-menu{
    text-align:center;
}

.multiple-reportcreate{
    width: 19%;
    margin-top:10px;
    background-color: transparent;
    transform: translateY(7px);
}

#ButtonIndex{
    margin-top:10px;
    margin-left:20px;
}

#ButtonIndex > div {
    min-height: 60px;
    font-size: 1.3em;
    margin-top: 10px;
    transform: translateY(15px);
}

.visibilty-hidden{
    visibility: hidden;
}