.report_list_small{
	
}

#reg_report_popup_view #div_report_list{
	border: 1px solid #c2d1df;
	border-radius: 4px;
}

#reg_report_popup_view #div_report_list > .msg{
	text-align: center;
	font-size: 16px;
    color: #a2b0bb;
    height: 168px;
    line-height:168px;
}

#reg_report_popup_view #div_report_list > .msg .text{
	
}

#reg_report_popup_view #div_report_list .item.nodata > div{
	text-align: center;
	font-size: 16px;
    color: #a2b0bb;
    height: 168px;
}

#reg_report_popup_view #div_report_list .item.nodata > div > img{
	margin-top: 30px;
}

.report_list_small .item{
	
	position: relative;
	border-bottom: 1px solid #e7e8ea;	
}

.report_list_small .item .item_header{
	height: 50px;
}

.report_list_small .item.selected > .item_header{
	height: 50px;
	background-color:#f8fcff;	
}


.report_list_small .item.selected{
	border-top: 1px solid #0099ff;
	border-bottom: 1px solid #0099ff;	
    margin-top: -1px;
}

.report_list_small  .item:last-child{
	border-bottom: none;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

		
.report_list_small  > .item.selected:first-child{
	border-top: 1px solid #c2d1df;
}

.report_list_small > .item.selected:last-child{
	border-bottom:: 1px solid #c2d1df;
}

		
.report_list_small .item.selected + .item.selected{
	border-top: 0px;
}


.report_list_small .item .line{
	height: 12px;
	width: 1px;
	background-color: #d5d9df;	
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;	
}

.report_list_small .item .line_big{
	height: 16px;
	width: 1px;
	background-color: #d5d9df;	
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 28px;	
}

.report_list_small .item #idx{
	line-height : 50px;
	color: rgba(86,104,127,0.5);
	font-size: 12px;
	float:left;
	margin-left: 20px; 	
}

.report_list_small .item .left_box{
	position: absolute;
	left: 40px;
} 



.report_list_small .item .left_box > div{
	float: left;
}

.report_list_small .item .right_box{
	float: right;
	padding-right: 15px;
}

.report_list_small .item .right_box > div{
	float: left;
}



.report_list_small .item #icon{
	width: 24px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-image: url('/resources/img/common/img_app_default.png');
    margin-right: 10px;
}

.report_list_small .item #small_icon{
	width: 20px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-image: url('/resources/img/common/img_app_default.png');
    margin-right: 10px;
}

.report_list_small .item #icon_list{
    height: 50px;    
}

.report_list_small .item #icon_list .icon{
	width: 15px;
    height: 50px;
    float:left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-image: url('/resources/img/common/img_app_default.png');
    margin-right: 5px;
}


.report_list_small .item #title{
	line-height : 50px;
	color: rgba(86,104,127,1.0);
	font-size: 14px;	
	font-weight: 600;
	max-width: 180px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.report_list_small .item #icon_tree{
	width: 8px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 8px;
    background-image: url('/resources/img/0706/ico_tree_small.png');
    margin-right: 10px;
    float:left;
}

.report_list_small .item #sub_title{
	line-height : 50px;
	color: rgba(86,104,127,0.8);
	font-size: 14px;	
	font-weight: 600;
}

.report_list_small .item > .item_header:hover #title{
	color: rgba(0,153,255,1.0);
}

.report_list_small .item #rank{
	line-height : 70px;
	color: rgba(86,104,127,1.0);
	font-size: 14px;	
}

.report_list_small .item.selected > .item_header  #idx{
	color: rgba(0,153,255,0.8);
}

.report_list_small .item.selected > .item_header  #title{
	color: rgba(0,153,255,1.0);
}



.report_list_small .item #reg_user{
	line-height : 50px;
	color: rgba(86,104,127,0.5);
	font-size: 12px;	
}

.report_list_small .item #reg_date{
	line-height : 70px;
	color: rgba(86,104,127,0.5);
	font-size: 12px;	
}


.report_list_small .item #btn_reporting{
	border-radius: 10px;	
	width: 45px;
	line-height: 20px;	
	font-size: 10px;
	margin-left: 10px;
	margin-top: 16px;	
	color: #ffffff;
	text-align:center;
	float: left;
	background-color: #01dae2;
	font-weight: 600;
}



.report_list_small .item #btn_import{
	border: 1px solid rgba(103,119,140,0.4);
	border-radius: 13px;	
	width: 80px;
	line-height: 25px;	
	font-size: 12px;
	margin-left: 20px;
	margin-top: 11px;	
	color: rgba(86,104,127,0.8);
	text-align:center;
	cursor: pointer;
}

.report_list_small .item #btn_import:hover{
	border: 1px solid #0099ff;
	color: #0099ff;
}



.report_list_small .item #state_reporting{
	width: 80px;
	line-height: 70px;	
	font-size: 12px;
	margin-left: 30px;	
	color: #1fcbd1;
	text-align:center;
}

.report_list_small .item #state_reported{
	width: 80px;
	line-height: 70px;	
	font-size: 12px;
	margin-left: 30px;	
	color: #0099ff;
}

.report_list_small .item #state_reported .img{
    float: left;
    height: 70px;
	width: 15px;
	background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/resources/img/common/ic_notice_arrow_open.png');
}
.report_list_small .item #state_reported .text{
	float: left;
	margin-left:5px;
}

.report_list_small .item #btn_open {
    height: 50px;
	width: 20px;
	margin-left:15px;
    /*background-size: 20px 20px;*/
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/resources/img/common/ic_notice_arrow_open.png');
    cursor: pointer;
}

.report_list_small .item > .item_header:hover  #btn_open {
	background-image: url('/resources/img/common/ic_notice_arrow_open_pre.png');
}

.report_list_small .item.selected #btn_open {
    background-image: url('/resources/img/common/ic_notice_arrow_close.png');
}

.report_list_small .item.selected> .item_header:hover #btn_open {
    background-image: url('/resources/img/common/ic_notice_arrow_close_pre.png');
}

