.custom-hide{
    	display: none;
    	}

h4,h5,h6{
	color: #262626;
}

.hidefield{
    	display: none;
    	}

    	.image_bordered{
    	border: 5px lightgray solid;
    	}
.notborder{
        border-top: 4px solid #cc0066;
        border-bottom: none;
        border-left: none;
        border-right: none;
    }
        
.table-lists th {
	  background-color: #e6e6ff;
	  border: 1px solid black;
	}

	.mydoc{
		font-size: 10px;
	}

	.myheading{
		font-size: 12px;
		text-align: center;
		text-transform: uppercase;
	}

	.myheading2{
		font-size: 16px;
		font-family: Arial;
		font-weight: 700px;
		text-align: center;
		text-transform: uppercase;
	}

	.reports_table{
		width: 100%;
	}

	.invoice-body{
		font-family: Arial;
	}
 
	 .reports_table th{
		padding: 3px 3px;
		border-top: 0.3px solid black;
		border-bottom: 0.3px solid black;
		color: #004de6;
	}

	 .reports_table tr, .reports_table td{
		padding: 3px 3px;
		border-bottom: 1px dotted black;
	}

	.reports_table .summation{
		border-bottom: double;
		background-color: #b3f0ff;
	}

	.reports_table .sub-summation{
		border-bottom: 0.5px solid black;
		background-color: #e6e6ff;
	}


	.shortlist_table{
		width: 100%;
	}

	.shortlist_table th{
		padding: 3px 3px;
		border-top: 1px dotted black;
		border-bottom: 1px dotted black;
		font-size: 13px;
	}

	 .shortlist_table tr, .shortlist_table td{
		padding: 3px 3px;
		border-bottom: 1px dotted black;
	}

	.shortlist_table .summation{
		border-bottom: double;
		background-color: #b3f0ff;
	}

	.shortlist_table .sub-summation{
		border-bottom: 0.5px solid black;
		background-color: #e6e6ff;
	}



	.headboxbg{
		background-color: #e6e6ff;
	}

	.list_table{
		width: 100%;
	}

	.list_table thead, .list_table th, .list_table tr, .list_table td{
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 5px;
		padding-right: 5px;

		border: 1px solid black;
	}

	.results_table{
		width: 100%;
	}

	.results_table table, .results_table th, .results_table td {
		padding: 5px 5px;
  		border: 1px solid black;
	}


	.head_list_table{
		width: 100%;
	}

	.head_list_table thead, .head_list_table th, .head_list_table tr, .head_list_table td{
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 3px;
		padding-right: 3px;

		border: 0.5px solid black;
	}
