4382. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:51:33 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

4382.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:51:33 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-web\src\main\webapp\js\DataTables\DataTables-1.10.11\css jquery.dataTables_themeroller.css Fri Apr 21 20:03:30 2017 UTC

4382.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 416
Removed 0 0

4382.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

4382.4 Active regular expressions

No regular expressions were active.

4382.5 Comparison detail

        1   /*
        2    * Table s tyles
        3    */
        4   table.data Table {
        5     width: 1 00%;
        6     margin:  0 auto;
        7     clear: b oth;
        8     border-c ollapse: s eparate;
        9     border-s pacing: 0;
        10     /*
        11      * Heade r and foot er styles
        12      */
        13     /*
        14      * Body  styles
        15      */
        16   }
        17   table.data Table thea d th,
        18   table.data Table thea d td,
        19   table.data Table tfoo t th,
        20   table.data Table tfoo t td {
        21     padding:  4px 10px;
        22   }
        23   table.data Table thea d th,
        24   table.data Table tfoo t th {
        25     font-wei ght: bold;
        26   }
        27   table.data Table thea d th:activ e,
        28   table.data Table thea d td:activ e {
        29     outline:  none;
        30   }
        31   table.data Table thea d .sorting _asc,
        32   table.data Table thea d .sorting _desc,
        33   table.data Table thea d .sorting  {
        34     cursor:  pointer;
        35     *cursor:  hand;
        36   }
        37   table.data Table thea d th div.D ataTables_ sort_wrapp er {
        38     position : relative ;
        39     padding- right: 10p x;
        40   }
        41   table.data Table thea d th div.D ataTables_ sort_wrapp er span {
        42     position : absolute ;
        43     top: 50% ;
        44     margin-t op: -8px;
        45     right: - 5px;
        46   }
        47   table.data Table thea d th.ui-st ate-defaul t {
        48     border-r ight-width : 0;
        49   }
        50   table.data Table thea d th.ui-st ate-defaul t:last-chi ld {
        51     border-r ight-width : 1px;
        52   }
        53   table.data Table tbod y tr {
        54     backgrou nd-color:  #ffffff;
        55   }
        56   table.data Table tbod y tr.selec ted {
        57     backgrou nd-color:  #B0BED9;
        58   }
        59   table.data Table tbod y th,
        60   table.data Table tbod y td {
        61     padding:  8px 10px;
        62   }
        63   table.data Table th.c enter,
        64   table.data Table td.c enter,
        65   table.data Table td.d ataTables_ empty {
        66     text-ali gn: center ;
        67   }
        68   table.data Table th.r ight,
        69   table.data Table td.r ight {
        70     text-ali gn: right;
        71   }
        72   table.data Table.row- border tbo dy th, tab le.dataTab le.row-bor der tbody  td, table. dataTable. display tb ody th, ta ble.dataTa ble.displa y tbody td  {
        73     border-t op: 1px so lid #ddd;
        74   }
        75   table.data Table.row- border tbo dy tr:firs t-child th ,
        76   table.data Table.row- border tbo dy tr:firs t-child td , table.da taTable.di splay tbod y tr:first -child th,
        77   table.data Table.disp lay tbody  tr:first-c hild td {
        78     border-t op: none;
        79   }
        80   table.data Table.cell -border tb ody th, ta ble.dataTa ble.cell-b order tbod y td {
        81     border-t op: 1px so lid #ddd;
        82     border-r ight: 1px  solid #ddd ;
        83   }
        84   table.data Table.cell -border tb ody tr th: first-chil d,
        85   table.data Table.cell -border tb ody tr td: first-chil d {
        86     border-l eft: 1px s olid #ddd;
        87   }
        88   table.data Table.cell -border tb ody tr:fir st-child t h,
        89   table.data Table.cell -border tb ody tr:fir st-child t d {
        90     border-t op: none;
        91   }
        92   table.data Table.stri pe tbody t r.odd, tab le.dataTab le.display  tbody tr. odd {
        93     backgrou nd-color:  #f9f9f9;
        94   }
        95   table.data Table.stri pe tbody t r.odd.sele cted, tabl e.dataTabl e.display  tbody tr.o dd.selecte d {
        96     backgrou nd-color:  #abb9d3;
        97   }
        98   table.data Table.hove r tbody tr :hover,
        99   table.data Table.hove r tbody tr .odd:hover ,
        100   table.data Table.hove r tbody tr .even:hove r, table.d ataTable.d isplay tbo dy tr:hove r,
        101   table.data Table.disp lay tbody  tr.odd:hov er,
        102   table.data Table.disp lay tbody  tr.even:ho ver {
        103     backgrou nd-color:  whitesmoke ;
        104   }
        105   table.data Table.hove r tbody tr :hover.sel ected,
        106   table.data Table.hove r tbody tr .odd:hover .selected,
        107   table.data Table.hove r tbody tr .even:hove r.selected , table.da taTable.di splay tbod y tr:hover .selected,
        108   table.data Table.disp lay tbody  tr.odd:hov er.selecte d,
        109   table.data Table.disp lay tbody  tr.even:ho ver.select ed {
        110     backgrou nd-color:  #a9b7d1;
        111   }
        112   table.data Table.orde r-column t body tr >  .sorting_1 ,
        113   table.data Table.orde r-column t body tr >  .sorting_2 ,
        114   table.data Table.orde r-column t body tr >  .sorting_3 , table.da taTable.di splay tbod y tr > .so rting_1,
        115   table.data Table.disp lay tbody  tr > .sort ing_2,
        116   table.data Table.disp lay tbody  tr > .sort ing_3 {
        117     backgrou nd-color:  #f9f9f9;
        118   }
        119   table.data Table.orde r-column t body tr.se lected > . sorting_1,
        120   table.data Table.orde r-column t body tr.se lected > . sorting_2,
        121   table.data Table.orde r-column t body tr.se lected > . sorting_3,  table.dat aTable.dis play tbody  tr.select ed > .sort ing_1,
        122   table.data Table.disp lay tbody  tr.selecte d > .sorti ng_2,
        123   table.data Table.disp lay tbody  tr.selecte d > .sorti ng_3 {
        124     backgrou nd-color:  #acbad4;
        125   }
        126   table.data Table.disp lay tbody  tr.odd > . sorting_1,  table.dat aTable.ord er-column. stripe tbo dy tr.odd  > .sorting _1 {
        127     backgrou nd-color:  #f1f1f1;
        128   }
        129   table.data Table.disp lay tbody  tr.odd > . sorting_2,  table.dat aTable.ord er-column. stripe tbo dy tr.odd  > .sorting _2 {
        130     backgrou nd-color:  #f3f3f3;
        131   }
        132   table.data Table.disp lay tbody  tr.odd > . sorting_3,  table.dat aTable.ord er-column. stripe tbo dy tr.odd  > .sorting _3 {
        133     backgrou nd-color:  whitesmoke ;
        134   }
        135   table.data Table.disp lay tbody  tr.odd.sel ected > .s orting_1,  table.data Table.orde r-column.s tripe tbod y tr.odd.s elected >  .sorting_1  {
        136     backgrou nd-color:  #a6b3cd;
        137   }
        138   table.data Table.disp lay tbody  tr.odd.sel ected > .s orting_2,  table.data Table.orde r-column.s tripe tbod y tr.odd.s elected >  .sorting_2  {
        139     backgrou nd-color:  #a7b5ce;
        140   }
        141   table.data Table.disp lay tbody  tr.odd.sel ected > .s orting_3,  table.data Table.orde r-column.s tripe tbod y tr.odd.s elected >  .sorting_3  {
        142     backgrou nd-color:  #a9b6d0;
        143   }
        144   table.data Table.disp lay tbody  tr.even >  .sorting_1 , table.da taTable.or der-column .stripe tb ody tr.eve n > .sorti ng_1 {
        145     backgrou nd-color:  #f9f9f9;
        146   }
        147   table.data Table.disp lay tbody  tr.even >  .sorting_2 , table.da taTable.or der-column .stripe tb ody tr.eve n > .sorti ng_2 {
        148     backgrou nd-color:  #fbfbfb;
        149   }
        150   table.data Table.disp lay tbody  tr.even >  .sorting_3 , table.da taTable.or der-column .stripe tb ody tr.eve n > .sorti ng_3 {
        151     backgrou nd-color:  #fdfdfd;
        152   }
        153   table.data Table.disp lay tbody  tr.even.se lected > . sorting_1,  table.dat aTable.ord er-column. stripe tbo dy tr.even .selected  > .sorting _1 {
        154     backgrou nd-color:  #acbad4;
        155   }
        156   table.data Table.disp lay tbody  tr.even.se lected > . sorting_2,  table.dat aTable.ord er-column. stripe tbo dy tr.even .selected  > .sorting _2 {
        157     backgrou nd-color:  #adbbd6;
        158   }
        159   table.data Table.disp lay tbody  tr.even.se lected > . sorting_3,  table.dat aTable.ord er-column. stripe tbo dy tr.even .selected  > .sorting _3 {
        160     backgrou nd-color:  #afbdd8;
        161   }
        162   table.data Table.disp lay tbody  tr:hover >  .sorting_ 1,
        163   table.data Table.disp lay tbody  tr.odd:hov er > .sort ing_1,
        164   table.data Table.disp lay tbody  tr.even:ho ver > .sor ting_1, ta ble.dataTa ble.order- column.hov er tbody t r:hover >  .sorting_1 ,
        165   table.data Table.orde r-column.h over tbody  tr.odd:ho ver > .sor ting_1,
        166   table.data Table.orde r-column.h over tbody  tr.even:h over > .so rting_1 {
        167     backgrou nd-color:  #eaeaea;
        168   }
        169   table.data Table.disp lay tbody  tr:hover >  .sorting_ 2,
        170   table.data Table.disp lay tbody  tr.odd:hov er > .sort ing_2,
        171   table.data Table.disp lay tbody  tr.even:ho ver > .sor ting_2, ta ble.dataTa ble.order- column.hov er tbody t r:hover >  .sorting_2 ,
        172   table.data Table.orde r-column.h over tbody  tr.odd:ho ver > .sor ting_2,
        173   table.data Table.orde r-column.h over tbody  tr.even:h over > .so rting_2 {
        174     backgrou nd-color:  #ebebeb;
        175   }
        176   table.data Table.disp lay tbody  tr:hover >  .sorting_ 3,
        177   table.data Table.disp lay tbody  tr.odd:hov er > .sort ing_3,
        178   table.data Table.disp lay tbody  tr.even:ho ver > .sor ting_3, ta ble.dataTa ble.order- column.hov er tbody t r:hover >  .sorting_3 ,
        179   table.data Table.orde r-column.h over tbody  tr.odd:ho ver > .sor ting_3,
        180   table.data Table.orde r-column.h over tbody  tr.even:h over > .so rting_3 {
        181     backgrou nd-color:  #eeeeee;
        182   }
        183   table.data Table.disp lay tbody  tr:hover.s elected >  .sorting_1 ,
        184   table.data Table.disp lay tbody  tr.odd:hov er.selecte d > .sorti ng_1,
        185   table.data Table.disp lay tbody  tr.even:ho ver.select ed > .sort ing_1, tab le.dataTab le.order-c olumn.hove r tbody tr :hover.sel ected > .s orting_1,
        186   table.data Table.orde r-column.h over tbody  tr.odd:ho ver.select ed > .sort ing_1,
        187   table.data Table.orde r-column.h over tbody  tr.even:h over.selec ted > .sor ting_1 {
        188     backgrou nd-color:  #a1aec7;
        189   }
        190   table.data Table.disp lay tbody  tr:hover.s elected >  .sorting_2 ,
        191   table.data Table.disp lay tbody  tr.odd:hov er.selecte d > .sorti ng_2,
        192   table.data Table.disp lay tbody  tr.even:ho ver.select ed > .sort ing_2, tab le.dataTab le.order-c olumn.hove r tbody tr :hover.sel ected > .s orting_2,
        193   table.data Table.orde r-column.h over tbody  tr.odd:ho ver.select ed > .sort ing_2,
        194   table.data Table.orde r-column.h over tbody  tr.even:h over.selec ted > .sor ting_2 {
        195     backgrou nd-color:  #a2afc8;
        196   }
        197   table.data Table.disp lay tbody  tr:hover.s elected >  .sorting_3 ,
        198   table.data Table.disp lay tbody  tr.odd:hov er.selecte d > .sorti ng_3,
        199   table.data Table.disp lay tbody  tr.even:ho ver.select ed > .sort ing_3, tab le.dataTab le.order-c olumn.hove r tbody tr :hover.sel ected > .s orting_3,
        200   table.data Table.orde r-column.h over tbody  tr.odd:ho ver.select ed > .sort ing_3,
        201   table.data Table.orde r-column.h over tbody  tr.even:h over.selec ted > .sor ting_3 {
        202     backgrou nd-color:  #a4b2cb;
        203   }
        204   table.data Table.nowr ap th, tab le.dataTab le.nowrap  td {
        205     white-sp ace: nowra p;
        206   }
        207   table.data Table.comp act thead  th,
        208   table.data Table.comp act thead  td {
        209     padding:  5px 9px;
        210   }
        211   table.data Table.comp act tfoot  th,
        212   table.data Table.comp act tfoot  td {
        213     padding:  5px 9px 3 px 9px;
        214   }
        215   table.data Table.comp act tbody  th,
        216   table.data Table.comp act tbody  td {
        217     padding:  4px 5px;
        218   }
        219   table.data Table th.d t-left,
        220   table.data Table td.d t-left {
        221     text-ali gn: left;
        222   }
        223   table.data Table th.d t-center,
        224   table.data Table td.d t-center,
        225   table.data Table td.d ataTables_ empty {
        226     text-ali gn: center ;
        227   }
        228   table.data Table th.d t-right,
        229   table.data Table td.d t-right {
        230     text-ali gn: right;
        231   }
        232   table.data Table th.d t-justify,
        233   table.data Table td.d t-justify  {
        234     text-ali gn: justif y;
        235   }
        236   table.data Table th.d t-nowrap,
        237   table.data Table td.d t-nowrap {
        238     white-sp ace: nowra p;
        239   }
        240   table.data Table thea d th.dt-he ad-left,
        241   table.data Table thea d td.dt-he ad-left,
        242   table.data Table tfoo t th.dt-he ad-left,
        243   table.data Table tfoo t td.dt-he ad-left {
        244     text-ali gn: left;
        245   }
        246   table.data Table thea d th.dt-he ad-center,
        247   table.data Table thea d td.dt-he ad-center,
        248   table.data Table tfoo t th.dt-he ad-center,
        249   table.data Table tfoo t td.dt-he ad-center  {
        250     text-ali gn: center ;
        251   }
        252   table.data Table thea d th.dt-he ad-right,
        253   table.data Table thea d td.dt-he ad-right,
        254   table.data Table tfoo t th.dt-he ad-right,
        255   table.data Table tfoo t td.dt-he ad-right {
        256     text-ali gn: right;
        257   }
        258   table.data Table thea d th.dt-he ad-justify ,
        259   table.data Table thea d td.dt-he ad-justify ,
        260   table.data Table tfoo t th.dt-he ad-justify ,
        261   table.data Table tfoo t td.dt-he ad-justify  {
        262     text-ali gn: justif y;
        263   }
        264   table.data Table thea d th.dt-he ad-nowrap,
        265   table.data Table thea d td.dt-he ad-nowrap,
        266   table.data Table tfoo t th.dt-he ad-nowrap,
        267   table.data Table tfoo t td.dt-he ad-nowrap  {
        268     white-sp ace: nowra p;
        269   }
        270   table.data Table tbod y th.dt-bo dy-left,
        271   table.data Table tbod y td.dt-bo dy-left {
        272     text-ali gn: left;
        273   }
        274   table.data Table tbod y th.dt-bo dy-center,
        275   table.data Table tbod y td.dt-bo dy-center  {
        276     text-ali gn: center ;
        277   }
        278   table.data Table tbod y th.dt-bo dy-right,
        279   table.data Table tbod y td.dt-bo dy-right {
        280     text-ali gn: right;
        281   }
        282   table.data Table tbod y th.dt-bo dy-justify ,
        283   table.data Table tbod y td.dt-bo dy-justify  {
        284     text-ali gn: justif y;
        285   }
        286   table.data Table tbod y th.dt-bo dy-nowrap,
        287   table.data Table tbod y td.dt-bo dy-nowrap  {
        288     white-sp ace: nowra p;
        289   }
        290  
        291   table.data Table,
        292   table.data Table th,
        293   table.data Table td {
        294     -webkit- box-sizing : content- box;
        295     -moz-box -sizing: c ontent-box ;
        296     box-sizi ng: conten t-box;
        297   }
        298  
        299   /*
        300    * Control  feature l ayout
        301    */
        302   .dataTable s_wrapper  {
        303     position : relative ;
        304     clear: b oth;
        305     *zoom: 1 ;
        306     zoom: 1;
        307   }
        308   .dataTable s_wrapper  .dataTable s_length {
        309     float: l eft;
        310   }
        311   .dataTable s_wrapper  .dataTable s_filter {
        312     float: r ight;
        313     text-ali gn: right;
        314   }
        315   .dataTable s_wrapper  .dataTable s_filter i nput {
        316     margin-l eft: 0.5em ;
        317   }
        318   .dataTable s_wrapper  .dataTable s_info {
        319     clear: b oth;
        320     float: l eft;
        321     padding- top: 0.55e m;
        322   }
        323   .dataTable s_wrapper  .dataTable s_paginate  {
        324     float: r ight;
        325     text-ali gn: right;
        326   }
        327   .dataTable s_wrapper  .dataTable s_paginate  .fg-butto n {
        328     box-sizi ng: border -box;
        329     display:  inline-bl ock;
        330     min-widt h: 1.5em;
        331     padding:  0.5em;
        332     margin-l eft: 2px;
        333     text-ali gn: center ;
        334     text-dec oration: n one !impor tant;
        335     cursor:  pointer;
        336     *cursor:  hand;
        337     color: # 333 !impor tant;
        338     border:  1px solid  transparen t;
        339   }
        340   .dataTable s_wrapper  .dataTable s_paginate  .fg-butto n:active {
        341     outline:  none;
        342   }
        343   .dataTable s_wrapper  .dataTable s_paginate  .fg-butto n:first-ch ild {
        344     border-t op-left-ra dius: 3px;
        345     border-b ottom-left -radius: 3 px;
        346   }
        347   .dataTable s_wrapper  .dataTable s_paginate  .fg-butto n:last-chi ld {
        348     border-t op-right-r adius: 3px ;
        349     border-b ottom-righ t-radius:  3px;
        350   }
        351   .dataTable s_wrapper  .dataTable s_processi ng {
        352     position : absolute ;
        353     top: 50% ;
        354     left: 50 %;
        355     width: 1 00%;
        356     height:  40px;
        357     margin-l eft: -50%;
        358     margin-t op: -25px;
        359     padding- top: 20px;
        360     text-ali gn: center ;
        361     font-siz e: 1.2em;
        362     backgrou nd-color:  white;
        363     backgrou nd: -webki t-gradient (linear, l eft top, r ight top,  color-stop (0%, rgba( 255, 255,  255, 0)),  color-stop (25%, rgba (255, 255,  255, 0.9) ), color-s top(75%, r gba(255, 2 55, 255, 0 .9)), colo r-stop(100 %, rgba(25 5, 255, 25 5, 0)));
        364     /* Chrom e,Safari4+  */
        365     backgrou nd: -webki t-linear-g radient(le ft, rgba(2 55, 255, 2 55, 0) 0%,  rgba(255,  255, 255,  0.9) 25%,  rgba(255,  255, 255,  0.9) 75%,  rgba(255,  255, 255,  0) 100%);
        366     /* Chrom e10+,Safar i5.1+ */
        367     backgrou nd: -moz-l inear-grad ient(left,  rgba(255,  255, 255,  0) 0%, rg ba(255, 25 5, 255, 0. 9) 25%, rg ba(255, 25 5, 255, 0. 9) 75%, rg ba(255, 25 5, 255, 0)  100%);
        368     /* FF3.6 + */
        369     backgrou nd: -ms-li near-gradi ent(left,  rgba(255,  255, 255,  0) 0%, rgb a(255, 255 , 255, 0.9 ) 25%, rgb a(255, 255 , 255, 0.9 ) 75%, rgb a(255, 255 , 255, 0)  100%);
        370     /* IE10+  */
        371     backgrou nd: -o-lin ear-gradie nt(left, r gba(255, 2 55, 255, 0 ) 0%, rgba (255, 255,  255, 0.9)  25%, rgba (255, 255,  255, 0.9)  75%, rgba (255, 255,  255, 0) 1 00%);
        372     /* Opera  11.10+ */
        373     backgrou nd: linear -gradient( to right,  rgba(255,  255, 255,  0) 0%, rgb a(255, 255 , 255, 0.9 ) 25%, rgb a(255, 255 , 255, 0.9 ) 75%, rgb a(255, 255 , 255, 0)  100%);
        374     /* W3C * /
        375   }
        376   .dataTable s_wrapper  .dataTable s_length,
        377   .dataTable s_wrapper  .dataTable s_filter,
        378   .dataTable s_wrapper  .dataTable s_info,
        379   .dataTable s_wrapper  .dataTable s_processi ng,
        380   .dataTable s_wrapper  .dataTable s_paginate  {
        381     color: # 333;
        382   }
        383   .dataTable s_wrapper  .dataTable s_scroll {
        384     clear: b oth;
        385   }
        386   .dataTable s_wrapper  .dataTable s_scrollBo dy {
        387     *margin- top: -1px;
        388     -webkit- overflow-s crolling:  touch;
        389   }
        390   .dataTable s_wrapper  .ui-widget -header {
        391     font-wei ght: norma l;
        392   }
        393   .dataTable s_wrapper  .ui-toolba r {
        394     padding:  8px;
        395   }
        396   .dataTable s_wrapper: after {
        397     visibili ty: hidden ;
        398     display:  block;
        399     content:  "";
        400     clear: b oth;
        401     height:  0;
        402   }
        403  
        404   @media scr een and (m ax-width:  767px) {
        405     .dataTab les_wrappe r .dataTab les_length ,
        406     .dataTab les_wrappe r .dataTab les_filter ,
        407     .dataTab les_wrappe r .dataTab les_info,
        408     .dataTab les_wrappe r .dataTab les_pagina te {
        409       float:  none;
        410       text-a lign: cent er;
        411     }
        412     .dataTab les_wrappe r .dataTab les_filter ,
        413     .dataTab les_wrappe r .dataTab les_pagina te {
        414       margin -top: 0.5e m;
        415     }
        416   }