﻿.bkg_table {
	background-color: #fff;
	border: solid 1px #d7dbe4;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 5px;
}

.table_1 {
	width: 100%;
	border-collapse: collapse;
}

.table_1 th {
	border: solid 1px #fff;
	border-bottom: none;
	color: #fff;
	font-weight: normal;
}


.table_1 tr.header1 th, .table_1 th, .table_1 td.header1 {
	background-color: #73819e;
	color: #fff;
}

.table_1 tr.header2 th, .table_1 td.header2 {
	background-color: #b5bbcb;
	color: #fff;
}

.table_1 td.header1, .table_1 td.header2 {
	border-bottom: solid 1px #fff;
}

.table_1 th, .table_1 td {
	padding: 3px 5px;
}

table .line1 td {
	background-color: #f7f8fa;
}

table .line2 td {
	background-color: #eceef2;
}
.hide {
    display: none;
}