/* * --------------------------------------------------------------------- * - TABLES * --------------------------------------------------------------------- */ /* This is to use divs like tables */ .table_div { display: table; } .table_thead, .table_tbody { display: table-row; } .table_th { font-weight: bold; } .table_th, .table_td { display: table-cell; vertical-align: middle; padding: 10px; } /* Tables with 3 columns */ .table_three_columns .table_th, .table_three_columns .table_td { width: 33%; } .white-box-content > form > .databox.filters { border: none; } .databox.filters { background: #fff; padding: 1em 0; } .databox.filters, .databox.data { margin-bottom: 20px; } .databox.filters > tbody > tr > td { padding: 10px; padding-left: 20px; } .databox.filters > tbody > tr > td > img, .databox.filters > tbody > tr > td > div > a > img, .databox.filters > tbody > tr > td > span > img, .databox.filters > tbody > tr > td > span > a > img, .databox.filters > tbody > tr > td > a > img { vertical-align: middle; margin-left: 5px; } .databox.filters > tbody > tr > td > a > img { vertical-align: middle; } .databox.data > tbody > tr > td > img, .databox.data > thead > tr > th > img, .databox.data > tbody > tr > td > div > a > img, .databox.data > tbody > tr > td > span > img, .databox.data > tbody > tr > td > span > a > img, .databox.data > tbody > tr > td > a > img, .databox.data > tbody > tr > td > form > a > img { vertical-align: middle; } .databox.data > tbody > tr:hover { background-color: #eee; } .databox.data > tbody > tr > td > input[type="checkbox"] { margin: 0px; } .databox_color > tbody > tr > td { padding-left: 10px; } .databox.agente > tbody > tr > td > div > canvas { width: 100%; text-align: left; } .databox.agente > tbody > tr > td > div.graph { width: 100%; text-align: left; } .info_table { background-color: #fff; margin-bottom: 10px; border-spacing: 0; border-collapse: collapse; overflow: hidden; border-radius: 5px; } .info_table > tbody > tr:nth-child(even) { background-color: #f5f5f5; } .info_table tr > td:first-child, .info_table tr > th:first-child { padding-left: 5px; } .info_table tr > td:last-child, .info_table tr > th:last-child { padding-right: 5px; } .info_table tr:first-child > th { background-color: #fff; color: #000; text-align: left; vertical-align: middle; } .info_table th { font-size: 7.5pt; letter-spacing: 0.3pt; color: #000; background-color: #fff; } .info_table tr th { border-bottom: 1px solid #e2e2e2; } .info_table > thead > tr { height: 3em; vertical-align: top; } /* Radius top */ .info_table > thead > tr:first-child > th:first-child { border-top-left-radius: 4px; } .info_table > thead > tr:first-child > th:last-child { border-top-right-radius: 4px; } /* Radius bottom */ .info_table > tbody > tr:last-child > td:first-child { border-top-left-radius: 4px; } .info_table > tbody > tr:last-child > td:last-child { border-top-right-radius: 4px; } .info_table > tbody > tr > th, .info_table > thead > tr > th, .info_table > thead > tr > th a, .info_table > thead > tr > th > span { padding: 0.1em; font-weight: normal; color: #000; margin-left: 0.5em; } .info_table > tbody > tr { border-bottom: 1px solid #e2e2e2; } .info_table > tbody > tr > td { -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; border: none; padding-left: 0px; padding-right: 9px; padding-top: 7px; padding-bottom: 7px; } .info_table.no-td-padding td { padding-left: 0; padding-right: 0; } .info_table > tbody > tr > td > img, .info_table > thead > tr > th > img, .info_table > tbody > tr > td > div > a > img, .info_table > tbody > tr > td > span > img, .info_table > tbody > tr > td > span > a > img, .info_table > tbody > tr > td > a > img, .info_table > tbody > tr > td > form > a > img { vertical-align: middle; } .info_table > tbody > tr:hover { background-color: #eee; } .info_.profile_list > thead > tr > th > a.tip { padding: 0px; } .info_table .datos3, .datos3, .info_table .datos4, .datos4 { background-color: #fff; color: #000; border-bottom: 2px solid #82b92e; border-left: none; border-right: none; height: 30px; font-size: 8.6pt; font-weight: normal; } .databox.datos2 { background: #f5f5f5; } .databox.datos { background: #fff; } .filters input { background: #fbfbfb; } .datos4 { /*Add because in php the function html_print_table write style in cell and this is style head.*/ text-align: center; } .datos3 *, .datos4 *, .info_table .datos3 *, .info_table .datos4 * { font-size: 8.6pt; font-weight: 600; padding: 1.3em 0; } /*td.datos_id { color: #1a313a; }*/ /* user list php */ tr.disabled_row_user * { color: grey; } /* Disable datatables border */ table.dataTable.info_table.no-footer { border-bottom: none; } /* Datatables pagination */ .dataTables_paginate.paging_simple_numbers { } .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover { color: #fff; background-color: #82b92e; border-color: #82b92e; }