/** * TableFilter v0.0.0 by Max Guglielmi * build date: 2015-08-06T05:20:40.430Z * MIT License */ /** * skyblue theme overrides */ table.TF { padding: 0; color: #000; border-right: 1px solid #a4bed4; border-top: 1px solid #a4bed4; border-left: 1px solid #a4bed4; border-bottom: 0; } table.TF th { margin: 0; padding: 5px; color: inherit; background: #d1e5fe url("images/bg_skyblue.gif") 0 0 repeat-x; border-color: #fdfdfd #a4bed4 #a4bed4 #fdfdfd; border-width: 1px; border-style: solid; } table.TF td { margin: 0; padding: 5px; color: inherit; border-bottom: 1px solid #a4bed4; border-left: 0; border-top: 0; border-right: 0; } .fltrow { background-color: #d1e5fe !important; } .fltrow th, .fltrow td { border-top: 1px dotted #666 !important; border-bottom: 1px dotted #666 !important; padding: 1px 3px 1px 3px !important; } .flt, select.flt, select.flt_multi, .flt_s, .single_flt, .div_checklist { border: 1px solid #a4bed4 !important; } input.flt { width: 99% !important; } .inf { background-color: #e3efff !important; border: 1px solid #a4bed4; height: 25px; color: #004a6f; } div.tot, div.status { border-right: 0 !important; } .helpBtn { margin: 0 5px 0 5px; padding: 2px 4px 2px 4px; color: #004a6f !important; font-size: 13px; border: 1px solid transparent !important; } .helpBtn :hover { background-color: #ffe4ab; border: 1px solid #ffb552 !important; text-decoration: none; } input.reset { width: 19px; height: 19px; cursor: pointer !important; border: 1px solid transparent !important; vertical-align: middle; background: transparent url("images/icn_clear_filters.png") center center no-repeat !important; } input.reset :hover { background: #ffe4ab url("images/icn_clear_filters.png") center center no-repeat !important; border: 1px solid #ffb552 !important; } input.pgInp { width: 19px; height: 19px; cursor: pointer !important; border: 0 !important; } .nextPage { background: transparent url("images/btn_next_page.gif") center center no-repeat !important; border: 1px solid transparent !important; } .nextPage :hover { background: #ffe4ab url("images/btn_next_page.gif") center center no-repeat !important; border: 1px solid #ffb552 !important; } .previousPage { background: transparent url("images/btn_prev_page.gif") center center no-repeat !important; border: 1px solid transparent !important; } .previousPage :hover { background: #ffe4ab url("images/btn_prev_page.gif") center center no-repeat !important; border: 1px solid #ffb552 !important; } .firstPage { background: transparent url("images/btn_first_page.gif") center center no-repeat !important; border: 1px solid transparent !important; } .firstPage :hover { background: #ffe4ab url("images/btn_first_page.gif") center center no-repeat !important; border: 1px solid #ffb552 !important; } .lastPage { background: transparent url("images/btn_last_page.gif") center center no-repeat !important; border: 1px solid transparent !important; } .lastPage :hover { background: #ffe4ab url("images/btn_last_page.gif") center center no-repeat !important; border: 1px solid #ffb552 !important; } select.rspg { font-size: 10px; } .activeHeader { background: #ffe4ab !important; border: 1px solid #ffb552 !important; color: inherit !important; } div.grd_Cont { background-color: #d9eaed !important; border: 1px solid #9cc !important; padding: 0 !important; } div.grd_Cont .even { background-color: #fff; } div.grd_Cont .odd { background-color: #e3efff; } div.grd_headTblCont { background-color: #d9eaed !important; border-bottom: none !important; } div.grd_tblCont table { border-right: none !important; font: 12px/13px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif !important; } div.grd_tblCont table th, div.grd_headTblCont table th, div.grd_headTblCont table td { background: #d9eaed url("images/bg_skyblue.gif") left top repeat-x; border-bottom: 1px solid #a4bed4; border-right: 1px solid #a4bed4 !important; border-left: 1px solid #fff !important; border-top: 1px solid #fff !important; padding: 5px 2px 5px 2px !important; } div.grd_tblCont table td { border-bottom: 1px solid #a4bed4 !important; border-right: 0 !important; border-left: 0 !important; border-top: 0 !important; padding: 5px 2px 5px 2px !important; } .grd_inf { background-color: #d9eaed !important; height: 25px; color: #004a6f; border-top: 1px solid #9cc !important; } .grd_inf .rdiv { height: 28px; } .grd_inf a { text-decoration: none; font-weight: bold; } .grd_inf a.helpBtn { vertical-align: middle; margin-top: 2px !important; padding-top: 1px !important; } .loader { border: 0 !important; background: transparent !important; margin-top: 40px; margin-left: 0 !important; } .even { background-color: #fff; } .odd { background-color: #e3efff; } .ezActiveRow { background-color: #ffdc61 !important; color: inherit; } .ezSelectedRow { background-color: #ffe4ab !important; color: inherit; } .ezActiveCell { background-color: #fff !important; color: #000 !important; font-weight: bold; } .ezETSelectedCell { background-color: #fff !important; font-weight: bold; color: #000 !important; }