/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2 Mar, 2020, 10:12:17 AM
    Author     : jagdish
*/

table.mytabnum {
    counter-reset: row-num;
}
.mytabnum tr.mytr {
    counter-increment: row-num;
}
.mytabnum .mytr td:first-child::before {
    content: counter(row-num);
}

table.gridtable {
	font-family: auto;
	font-size:16px;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
        text-align:left!important;
	border-style: solid;
	border-color: #666666;
       font-size:16px;
	background-color: #ffffff;
}
div {
    text-align:left; 
}
.bld{
    font-weight: 600;
}



.panel-group .panel {
		border-radius: 0;
		box-shadow: none;
		border-color: #EE543;
	}

	.panel-default > .panel-heading {
		padding: 0;
		border-radius: 0;
		color: #212121;
                font-size: 14px;
		background-color: #FAFAFA;
		border-color: #EEEEEE;
	}

	.panel-title {
		font-size: 14px;
	}

	.panel-title > a {
		display: block;
		padding: 15px;
		text-decoration: none;
    background-color:#ADD8E6 ;
	}
exit

	.more-less {
		float: right;
		color: #ffc704;
	}

	.panel-default > .panel-heading + .panel-collapse > .panel-body {
		border-top-color: #FF4500;
	}
        h2 {
            text-align: center;
        }
        h3 {
            text-align: center;
        }

.listType br {
	display: none !important;
}