.reporting_view_header { display: flex; width: 100%; height: 80px; padding: 5px; } .reporting_view_header > h2 { font-weight: bold; font-size: 14pt !important; padding: 10px; } .reporting_view_header > .reporting_searcher { display: flex; flex-direction: row-reverse; padding: 5px; height: 35px; width: 100%; } .reporting_page_header { padding-bottom: 9px; margin: 25px 0 35px; border-bottom: 1px solid #eee; } .reporting_page_header > h1 > small { padding-left: 1.833em; font-size: 8pt; } .report_group { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; width: 100%; height: 100%; } .report_item { padding: 1em 1em; margin: 1em 1em; width: 220px; height: 250px; border: 1px solid #d3d3d3; border-radius: 3px; box-shadow: 5px 5px 2px #d3d3d3; display: flex; flex-direction: column; } .report_item:hover { box-shadow: 3px 3px 2px #d3d3d3; transform: translateY(2px); } .report_title > h1 { text-align: center; font-size: 9pt; } .report_content { flex-grow: 1; margin: 0.8em 0; overflow-y: auto; } .report_content > p { } .report_action > button { width: 100%; } .sucursal{ font-weight: bold; }