@CHARSET "UTF-8";

.report_listview {
	display: none;
}

.report_left {
	top: 65px;
	left:20px;
	bottom: 24px;
	width: 236px;
	position: absolute;
	padding: 0 0;
	border: 1px solid #ced7db;
	background: #fff;
	z-index: 10;
}
/* .report_left .row {
	margin:0;
}
.report_left .collection {
	margin:0;
	border:none;
} */
.report_left .collection {
	width:234px;
}
#report_left_bottom {
	display:none;
	position: fixed;
	bottom: 24px;
	width: 235px;
	height: 30px;
	border-top: 1px solid #ced7db;
	margin-bottom: 0;
    background:#eaeaea;
}

#report_left_bottom>div {
	width: 40px;
	height: 40px;
	float: left;
	text-align: center;
	border-right: 1px solid #ced7db;
}
#report_container .reportImg{
	text-align:center;
}
#report_container .reportImg p{
	text-align:left;
}
#report_container .reportImg p.hightlight{
	color:#2095f2;
	font-size:15px;
}
#report_container .reportImg span.percent {
    color: #333;
    font-size: 15px;
    margin-left:8px;
}
#report_container {
	min-width: 1036px;
	margin-left: 266px;
	border-left: 1px solid #ced7db;
	border-bottom: 1px solid #ced7db;
}

#report_container img {
	max-width: 96%;
	max-height:96%;
}

.report_top {
	height: 40px;
	margin: 0 0;
	background: #454b53;
}
.reporttop_menu{
	position: fixed;
    left: 266px;
    right: 20px;
    top: 65px;
}
.floor-item {
	font-size: 16px;
}

.floor-item a {
	color: #333;
	font-weight:bold;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 232px;
    display: inline-block;
    margin-bottom:6px;
}

.floor-item i{
	color: #778f9b;
	margin-right: 8px;
	margin-left: 13px;
}

.floor-item ul {
	margin-left: 20px;
}
li.overview-li{
	margin-left:20px;
	margin-bottom:16px;
	cursor:pointer;
}
li.overview-li.active{
	color: #2196f3;
}
.floor-item ul>li {
	border-left: 1px solid #e0e0e0;
	height: 26px;
	padding-left: 8px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
}

.floor-item ul>li.active {
	color: #2196f3;
}

.report_top .top-title {
	color: #fff;
	font-size: 16px;
	clear: both;
	margin-left: 20px;
	float: left;
	line-height: 40px;
}

.report_top a {
	float: right;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin-right: 20px;
	line-height: 40px;
	cursor: pointer;
}

.report_top a i {
	margin-right: 6px;
}

.report_top a:hover {
	color: #f0af31;
}
.report_top a:active{
	color: #f0af31;
}
.report_top a.disabled{
	color:#ced7db;
	cursor:default;
}

.report_content {
	margin: 0;
	padding: 16px 20px;
	overflow-y:auto;
	position: fixed;
    left: 266px;
    right: 20px;
    bottom: 24px;
    border: 1px solid rgb(217, 217, 217);
    top: 105px;
}

.report_content p {
	font-size: 15px;
	color: #333;
	margin: 0;
}
.overview th {
    border: 1px solid #bbb;
}
.overview td {
    border: 1px solid #bbb;
}
#apTable thead tr {
	border: 1px solid #bbb;
}

#apTable tr {
	border-top: 1px solid #bbb;
}

#apTable thead>tr>th:first-child {
	padding-left: 20px;
	padding-right: 10px;
}

#apTable thead tr th {
	height: 34px;
	font-size: 14px;
	color: #778f9b;
	padding: 15px 0;
	font-weight:normal;
}

#apTable .form-control {
	padding: 0px 4px;
	font-size: 14px;
}

#apBody tr {
	height: 60px;
}

#apBody tr>td {
	padding: 0;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	/* ???????????????(...) ???overflow:hidden;?????*/
	white-space: nowrap;
	color: #444;
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-radius: 4px;
}
#exportPDFModal{
	margin-top:0;
	margin-bottom:0;
}
#exportPDFModal [type="checkbox"].filled-in:not(:checked) + label:after {
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 2px solid #aaa;
    top: 0px;
    z-index: 0;
}
#exportPDFModal [type="checkbox"] + label {
    margin-left: 8px;
     height: 14px;
    line-height: 14px;
}
#exportPDFModal [type="checkbox"].filled-in:checked + label:before {
    top: 0;
    left: 1px;
    width: 6px;
    height: 9px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #2095f2;
    border-bottom: 2px solid #2095f2;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
#exportPDFModal [type="checkbox"].filled-in:checked + label:after {
    top: 0;
    width: 14px;
    height: 14px;
    border: 2px solid #2095f2;
     background-color: #fff; 
    z-index: 0;
}
#floorchecklist p{
	margin:0;
}
#dropdown_report_type{
	position: absolute;
	display:none;
	top:-80px; 
	width:126px;
	border: 1px solid #ced7db;
    background: #fff;
    margin-left:26px;
}
#dropdown_report_type ul{
	margin:6px 0;
}
#dropdown_report_type ul li{
	height:32px;
	line-height:32px;
}
#dropdown_report_type li:hover{
	cursor:pointer;
	background: #ced7db;
	opacity: 0.5;
}
#dropdown_report_type a{
	color:#5b686d;
}
#btnDownloadMenu{
	color:#778f9b !important;}

#btnDownloadMenu.disabled{
	    opacity: 0.5;
	color: #778f9b !important;
}
#exportPDFModal label{
	font-size: 1.2rem;
    margin-top: 8px;
    color: #333;
}
#exportPDFModal input{
	font-size: 1.2rem;
    margin-bottom: 8px;
    border: 1px solid #ced7db;
    border-radius: 2px;
    color: #333;
    height:32px;
    padding-left:8px;
}
#floorchecklist{
	
    padding:8px 30px;
 
}

