diff --git a/api/application/views/report_templates/JSONTOREPORT_FI_OV_DI.php b/api/application/views/report_templates/JSONTOREPORT_FI_OV_DI.php index f2c23dba..194db9cc 100644 --- a/api/application/views/report_templates/JSONTOREPORT_FI_OV_DI.php +++ b/api/application/views/report_templates/JSONTOREPORT_FI_OV_DI.php @@ -55,32 +55,10 @@ defined('BASEPATH') or exit('No direct script access allowed'); /*line-height: 35px;*/ } - .non-editable { background-color: #99ff99; } - .table2 { - border: 1px solid black; - width: 100%; - } - - .table2 td { - border: 1px solid black; - height: 50px; - text-align: center; - } - - .table2 th { - border: 1px solid black; - height: 50px; - text-align: center; - } - - .table2 { - border-collapse: collapse; - } - tfoot { color: #e00201; } @@ -92,35 +70,8 @@ defined('BASEPATH') or exit('No direct script access allowed'); border-collapse: collapse; } - /* ######### Mini Score Card Table Styles######### */ - - .mini_scorecard_table { - width: 100%; - page-break-inside: avoid; - } - - .mini_scorecard_table td, - .mini_scorecard_table th { - - page-break-inside: avoid; - } - - .mini_scorecard_table th { - padding-top: 5px; - padding-bottom: 5px; - text-align: center; - background-color: #0191ed; - color: white; - page-break-inside: avoid; - - } - - /* #########End of Mini Score Card Table Styles######### */ - - /* #########End of Mini Score Card Div Styles######### */ #rcorners_green { - background: #33cc33; padding: 3px; width: 75px; @@ -128,7 +79,6 @@ defined('BASEPATH') or exit('No direct script access allowed'); } #rcorners_red { - background: red; padding: 3px; width: 75px; @@ -136,7 +86,6 @@ defined('BASEPATH') or exit('No direct script access allowed'); } #rcorners_light_green { - background: #99ff66; padding: 3px; width: 75px; @@ -144,7 +93,6 @@ defined('BASEPATH') or exit('No direct script access allowed'); } #rcorners_amber { - background: #ff9900; padding: 3px; width: 75px; @@ -153,11 +101,7 @@ defined('BASEPATH') or exit('No direct script access allowed'); /* #########End of Mini Score Card DIv Styles######### */ - - - /* #########Score Card Table Styles######### */ - .scorecard_table { /* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/ /*font-family: Merriweather;*/ @@ -234,151 +178,6 @@ defined('BASEPATH') or exit('No direct script access allowed'); /* #########End of Score Card Table Styles######### */ - /* #########Score Card2 Table Styles######### */ - - .scorecard_table2 { - /* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/ - /*font-family: Merriweather;*/ - border-collapse: collapse; - width: 100%; - - } - - .scorecard_table2 td, - .scorecard_table2 th { - border: 1px solid #000; - padding: 8px; - - - } - - .scorecard_table2 tr:nth-child(even) { - background-color: #f2f2f2; - } - - .scorecard_table2 tr:hover { - background-color: #ddd; - } - - .scorecard_table2 th { - padding-top: 8px; - padding-bottom: 8px; - text-align: center; - background-color: #0191ed; - color: white; - - } - - /* #########End of Score Card2 Table Styles######### */ - - - .customth { - width: 10%; - } - - /* #########billwise Table Styles######### */ - .customtd { - text-align: center; - } - - .customtd_leftalign { - text-align: left; - } - - .customtd_rightalign { - text-align: right; - } - - .billwise_table { - /* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/ - /*font-family: Merriweather;*/ - border-collapse: collapse; - width: auto; - - } - - .billwise_table td, - .billwise_table th { - border: 1px solid #000; - padding: 4px; - - } - - .billwise_table tr:nth-child(even) { - background-color: #f2f2f2; - } - - .billwise_table tr:hover { - background-color: #ddd; - } - - .billwise_table th { - padding-top: 4px; - padding-bottom: 4px; - text-align: center; - background-color: #0191ed; - color: white; - } - - /* #########billwise Table Styles######### */ - - - /* #########Annexure table ######### */ - - .annexure_table { - /* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/ - /*font-family: Merriweather;*/ - border-collapse: collapse; - width: auto; - - } - - .annexure_table td, - .annexure_table th { - border: 1px solid #000; - - } - - .annexure_table tr:nth-child(even) { - background-color: #f2f2f2; - } - - .annexure_table tr:hover { - background-color: #ddd; - } - - .annexure_table th { - /*padding-top: 4px;*/ - /*padding-bottom: 4px;*/ - text-align: center; - background-color: #0191ed; - color: white; - } - - /* #########Annexure######### */ - - - .customtd { - text-align: center; - } - - .customtd_leftalign { - text-align: left; - } - - .customtd_rightalign { - text-align: right; - } - - - #boxstyle1 { - box-sizing: border-box; - width: 60px; - height: 20px; - padding: 5px; - border: 2px outset black; - } - #boxstyle2 { box-sizing: border-box; width: 200px; @@ -396,15 +195,6 @@ defined('BASEPATH') or exit('No direct script access allowed'); border: 2px outset black; } - #billwise { - box-sizing: content-box; - /*disply:inline;*/ - width: 100%; - height: auto; - padding: 10px; - border: 1px solid #0191ed; - } - #first_div { width: 150px; height: 25px; @@ -545,20 +335,6 @@ defined('BASEPATH') or exit('No direct script access allowed'); /*margin: 10px;*/ } - .facecrop { - box-sizing: border-box; - } - - .facecrop_row { - display: flex; - } - - /* Create three equal columns that sits next to each other */ - .facecrop_column { - flex: 33.33%; - padding: 5px; - } - /* ######### TOOLTIP CSS END ######### */