.center{
text-align:center;
}
.blue_region {
color:#090c93 !important;
line-height:2;
}
.red{
color:#e86321;
}
section.region_section1 {
    background: #eee;
    border: 1px solid #c3c1c1;
	padding:2em;
	}

.region_container .pad-top{
padding-top: 10px !important;
}
.region_container .pad-top40 {
	padding-top: 40px !important;
}
.pad-bottom40{
padding-bottom:40px !important;
}
.points_table{
border: 1px solid #ccc;
width:100%;
}
.points_table thead {
	width: 100%;
}
.points_table tbody {
	height: 340px;
	overflow-y: auto;
	width: 100%;
}
.points_table .ch_height{
height: 50px !important;
}

.points_table .and_height{
height: 203px !important;
}
.points_table .lk_height{
height: 101px !important;
}
.points_table .pd_height{
height: 203px !important;
}

.points_table .del_height{
height: 100px !important;
}
.points_table .dn_height{
height: 50px !important;
}
.points_table .dd_height{
height: 100px !important;
}
.points_table .goa_height{
height: 100px !important;
}

.points_table .skk_height{
height: 203px !important;
}
.points_table .tri_height{
height: 203px !important;
}
.points_table thead tr{
	width: 99%;
}

 .points_table tr{
 	width: 100%;
    border-bottom: 1px solid #ccc;
 }

.points_table thead, .points_table tbody, .points_table tr, .points_table td, .points_table th{
	display: inline-block;
}

.points_table thead{
	background: #AD831B;
	color: #fff;
}

.points_table tbody td, .points_table thead > tr> th{
	float: left;
	border-bottom-width: 0;
}

.points_table>tbody>tr>td, .points_table>tbody>tr>th, .points_table>tfoot>tr>td, .points_table>tfoot>tr>th, .points_table>thead>tr>td, .points_table>thead>tr>th{
	padding: 8px;
	height: 50px;
	text-align: center;
	line-height: 32px;
}

.statistics-odd {
	background: #ffffff;
	color: #000;
}

.statistics-even {
	background: #efefef;
	color: #000;
}

.points_table_scrollbar{
	height: 612px;
	overflow-y: scroll;
}

.points_table_scrollbar::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
	border-radius: 10px;
	background-color: #444444;
}

.points_table_scrollbar::-webkit-scrollbar{
	width: 1%;
	min-width: 5px;
	background-color: #F5F5F5;
}

.points_table_scrollbar::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #AD831B;
	background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent)
}
 /*Added by Harshita on 19th Sept for medical device stats table  */
 .stats-medfirst-table{
 margin-top: 36px;

 }
 
 /*  */
 
 
 
/* vertical navber for statistic of states(Added by harshita on 18th Sept) */
.points_table1 tbody {
	height: 200px !important;
	overflow-y: auto;
	width: 100%;
}
.points_table td {
  
    float: left !important;
}