.showbox{
	position:fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
    background-color: rgba(255, 255, 255, 1);
	z-index: 99999;  
}
.loader {
	position: relative;
	margin: 0 auto;
	width: 50px;
    top: 50%;
    margin-top: -50px;
}
.loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}
.circular {
	-webkit-animation: rotate 2s linear infinite;
			animation: rotate 2s linear infinite;
	height: 100%;
	-webkit-transform-origin: center center;
			transform-origin: center center;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
			animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	stroke-linecap: round;
}
 
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  } 
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%,
  0% {
    stroke: #f26222;
  }
  40% {
    stroke: #f26222;
  }
  66% {
    stroke: #f26222;
  }
  80%,
  90% {
    stroke: #f26222;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #f26222;
  }
  40% {
    stroke: #f26222;
  }
  66% {
    stroke: #f26222;
  }
  80%,
  90% {
    stroke: #f26222;
  }
}
.adtGenderCls{
	height: 34px;
    line-height: 34px;
}
.error{
	color:red;
}
.table_body{
	float: left;
	width: 100%;
}
.table_body .left_table, .table_body .right_table{
	float: left;
	width: 50%;
}
.table_body .table>tbody>tr>td{ 
	border: none;
	border: 1px solid #222222; 
}
.table_body .table>tbody>tr>td p{
	margin: 0;
	text-transform: capitalize;
}
#auditreportmainId .table-bordered thead>tr>th, #auditreportmainId .table-bordered tbody>tr>th, #auditreportmainId .table-bordered tfoot>tr>th, #auditreportmainId .table-bordered thead>tr>td, #auditreportmainId .table-bordered tbody>tr>td, #auditreportmainId .table-bordered tfoot>tr>td {
    border: 1px solid #191717 !important; 
}
#auditDownLoadreportmainId .table-bordered thead>tr>th, #auditDownLoadreportmainId .table-bordered tbody>tr>th, #auditDownLoadreportmainId .table-bordered tfoot>tr>th, #auditDownLoadreportmainId .table-bordered thead>tr>td, #auditDownLoadreportmainId .table-bordered tbody>tr>td, #auditDownLoadreportmainId .table-bordered tfoot>tr>td {
    border: 1px solid #191717 !important; 
}

.pagination li a {
  background: none;
  color:black;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none;
}

.paginate_button.active {
  font-weight: bold;
}