.report div {
	width: 80%;
}


.report table {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 20px;
        box-shadow: 0 0.06rem 0.4rem rgb(0 0 0 / 25%);
}
.report th {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border: none;
	padding: 2px 6px;
	background: #ddd;
	font-size: 10px;
	border: 1px solid #888;
}

.report td {
	border: 1px solid #bbb;
	text-align: center;
	padding: 2px 5px;
	font-size: 14px;
	vertical-align: middle;
}
.report tr td:first-child {
	border-radius: 8px 0 0 8px;

}
.report tr td:last-child {
	border-radius: 0 8px 8px 0;
}


.dashmod div {
	width: 100%;
}

.dashmod table {
	width: 100%;
	border: none;
	margin-bottom: 0px;
}

.dashmod tr {
	border-bottom: 1px solid #ddd;
}

.dashmod td {
	text-align: left;
	border: none;
	padding: 4px 15px;
	font-size: 14px;
	vertical-align: top;
}


.d-table {
	display: table;
	width: 100%;
	border-collapse: collapse;
	vertical-align: top;
}

.d-tr {
	display: table-row;
	vertical-align: top;
}

.d-td {
	display: table-cell;
	text-align: center;
	border: none;
	vertical-align: middle;
	vertical-align: top;
	padding: 0px;
}


.d-td:not(.no-p){
	padding: 4px;
	font-size: 11px;
	padding-left: 10px;
}



.z-table {
	display: table;
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}

.z-th {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #333;
	background-color: #333;
	padding: 6px 0;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}


.z-tr {
	width: 100%;
	display: table-row;
}

.z-tr:hover {
	background-color: #ddd;
}

.z-td {
	display: table-cell;
	text-align: center;
	border: none;
	border: 1px solid #333;
	vertical-align: middle;
	padding: 6px 8px; 
}


.z-td img {
	width: 16px; 
	margin-right: 8px;
	cursor: pointer;
}

.datatable {
	width: 100%;
	border: none;
	margin-bottom: 20px;
}
.datatable thead th {
	font-weight: bold;
	text-align: left;
	border: none;
	padding: 10px 15px;
	background: #d8d8d8;
	font-size: 14px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.datatable tbody td {
	text-align: left;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 10px 15px;
	font-size: 14px;
	vertical-align: top;
}
.datatable thead tr th:first-child, .table tbody tr td:first-child {
	border-left: none;
}
.datatable thead tr th:last-child, .table tbody tr td:last-child {
	border-right: none;
}
.datatable tbody tr:nth-child(even){
	background: #f3f3f3;
}
.rates_th {
	border: 1px solid #888;
	text-align: center;
	padding: 3px 5px;
}

.rates_td {
	border: 1px solid #888;
	text-align: center;
	padding: 3px 5px;
}


@media screen and (max-width : 420px) {
	.d-td {
		display: inline-block;
		width: 100%;
	}
	.MainPanel {
		padding: 0;
		width: 100%;
		background-color: #f0f2f5;
		color: #000;
	}
}

@media (max-width: 768px) {
	.d-td {
		display: inline-block;
	}

	.d-td:not(.no-p) {
		padding: 4px;
	}

}


