Server : Apache/2.4.43 (Win64) OpenSSL/1.1.1g PHP/7.4.6
System : Windows NT USER-PC 6.1 build 7601 (Windows 7 Professional Edition Service Pack 1) AMD64
User : User ( 0)
PHP Version : 7.4.6
Disable Function : NONE
Directory :  C:/Users/User/AppData/Local/Temp/HouseCall32/interface/css/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : C:/Users/User/AppData/Local/Temp/HouseCall32/interface/css/datatable.css
/* import CSS files */
@import url("datatable_act_icons.css");

table tr.even {
    background-color:#f4f4f4;
}
/**************************************************
DATATABLE
**************************************************/
/*DATATABLE border*/
.datatable_border{
	border:1px solid #c0c0c0;
	margin:0px 18px 8px;
}

.datatable {
	border:1px solid #c0c0c0;
	border-collapse: separate;
	font-size:11px;
	background:#fff;
    width: 100%
}
.datatable select {
    margin:0;
}

.record_table_header select
{
	width: 70px;	
}

.col_result-action_all select
{
	width: 104px;	
}

.datatable th:first-child, 
.datatable td:first-child, 
.datatable .col_first-child{
	border-left-width:0px;
}

.datatable th input[type ="checkbox"],
.datatable td input[type ="checkbox"]{
	width:17px; /*add 2px padding*/
	height:13px;
	margin:0;
	padding:0;
}

/*input radio button & checkbox IE6 only*/
.col_first-child input{
	width: 17px; 
	height:13px;
	margin: 0;
	padding: 0;
}

.datatable th, .datatable td {
    border-color:#e4e4e4;
	border-style:solid;	
	border-width:0 1px 1px 0;
    height:20px;
    padding: 1px 0 1px 6px;
}


.datatable th:last-child, .datatable td:last-child {
    border-right:solid 0px #e4e4e4;
}

.datatable th{
    border-color: #c0c0c0;
    font-size: 11px;
    height:20px;
    text-align: left;
    vertical-align: middle;
}


.datatable th a, 
.datatable th a:link, 
.datatable th a:visited{	
	font-weight: bold;
	text-decoration:underline;
}

th.col-sortable:hover {
	cursor: pointer;
}

.datatable td{
	border-color:#e4e4e4;
	vertical-align:middle;
}

/*caption styling*/
.datatable caption,
.dtcap_top,
.dtcap_btm{
	background-color:#fff;
	text-align: left;
	font-size:10px;
}


/*caption copycat for top
.datatable caption,
.dtcap_top{  
	border-bottom-width:1px;
}*/

/*caption copycat for BOTTOM
.dtcap_btm{ 
	border-top-width:1px;
}*/

.dtcap_top {
    border-bottom: solid 1px silver;
    height: 24px;
}

.dtcap_top p{
    padding: 3px 0 0 8px;
}

.datatable caption td,
.dtcap_top,
.dtcap_btm,
.dtcap_btm td{
	font-size:11px;
}
.datatable caption td,
.dtcap_top td,
.datatable tfoot td{
	padding:0;
	border-width:0
}

/*remove tfoot hover color*/
.datatable tfoot tr:hover{
	background-color: #f4f4f4;
}

.datatable th a,
.datatable caption a,
.datatable caption a:link, 
.datatable caption a:visited,
.dtcap_btm a, 
.dtcap_btm a:link, 
.dtcap_btm a:visited  {
	font-weight: bold;
	text-decoration: none;
}

.datatable tr:hover,
.datatable tr:hover .altrow {
	background-color: #eef7ff;
}

.datatable caption table tr:hover{
	background-color:#f4f4f4;
}

.datatable .altrow{ 
	font-weight:bold;
	background-color:#fefee6;
}


/**************************************************
DATATABLE - action bar stuff
**************************************************/
.input_gotopage,
.select_viewnum{
	font-size:10px;
}

.input_gotopage{
	width:25px;
	height:12px;
}

.select_viewnum{
	width:45px;
	height:18px;
}


/**************************************************
DATATABLE various types
**************************************************/
/*DATATABLE without caption & TH*/
.datatable.wocapth td {
	border-width: 0 1px 1px 0;
}

/*DATATABLE without hover*/
.datatable td.wohover,
table.wohover td {
	background:#fff;
}

table.woborder td {
	border:0;
}


/**************************************************
header bar using table
**************************************************/
.datatable_header_bar th{
	vertical-align:middle;
	text-align:left;
}

th.table_tl{
	height:24px;
	width:3px;
	background: url(../images/bk_title_left.gif) no-repeat;
}

th.table_tb{
	background: url(../images/bk_title_bk.gif) repeat-x;
}

th.table_tr{
	background: url(../images/bk_title_right.gif) no-repeat top right;	
	width:3px;
}

th.table_tb_titles,
th.table_tb_bd{
	padding:0 5px;
	font-weight:bold;
}

th.table_tb_bd{
	font-size:10px;
	text-align:right;
	font-weight:normal;
}

/*******************************
for result table
*******************************/
.record_table_header {
	/* padding-right: 17px; */
	/* background-color: #e5e5e5; */
	/* border-top: 1px solid #ccc; */
	/* border-bottom: 1px solid #ccc; */
}
.record_table_header th, #result_panel th, #result_panel .ui-state-default {
    background: url(../images/bg_table_title.png) repeat-x 0 0px;
	/* border-top: 0px solid #ccc; */
	/* border-bottom: 0px solid #ccc; */
}

.record_table_body {
	/* padding-right: 17px; */
    background: url(../images/bg_table.png) repeat-y 0 0;
	overflow-x: hidden;
	overflow-y: auto;
	width: 651px;
	position: relative;
}

.record_table_body div {
	_overflow-x: hidden;
	_overflow-y: auto;
	_width: 651px;	
}

#scan_prev_content .record_table_body {
	/* padding-right: 17px; */
    background-image: url(../images/bg_table_checkbox.png);

}

#scan_prev_content .col_first-child {
    padding: 0 2px;
    text-align:center;
}

.datatable.prescan {
	/* width: 100%; */
	border:0;
	margin:0;
	padding:0;
	border-collapse:collapse;	
}

.prescan .col_first-child {
	width: 17px;
}

.prescan .col_result-file {
	width: 220px;
}

.prescan .col_result-threat {
	width: 110px;
}

.prescan .col_result-type {
	width: 110px;
}

.prescan .col_result-risk {
	width: 60px;
}

.prescan td.col_result-risk {
    padding:0 3px 0 3px;
}

.prescan th.col_result-action {
    border-right:solid 0px #e4e4e4;
}
.prescan td.col_result-action {

}

.datatable.scanresult {
	/* width: 100%; */
	border:0;
	margin:0;
	padding:0;
	border-collapse:collapse;	
}

.scanresult .col_result-file {
    width: 220px;
}

.scanresult .col_result-threat {
    width: 110px;
}

.scanresult .col_result-type {
    width: 110px;
}

.scanresult .col_result-risk {
    width: 50px;
}
.scanresult th.col_result-action {

}	


.scanresult td.col_result-action_all {
	text-align:right;
	padding-right:22px
}