

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font-size: 100%;
  font: inherit;*/
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    font-size: 14px;
    background: #eee;
}
input:focus,
textarea:focus {
  box-shadow: none !important;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:focus {
  outline: 0 !important;
}
a,
a:hover {
  text-decoration: none;
  color: inherit;
}
button:hover,
a:hover,
input:hover,
select:hover,
textarea:hover,
button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
  text-decoration: none;
}
.header {
  position: relative;
}
.navbar-brand img {
    width: 250px;
    padding: 15px 15px;
}
.top-head {
    margin: 8px 0px 15px;
}
.top-head .col-lg-9 {
  text-align: center;
}
.top-head .middle-logo {
    display: inline-block;
    text-align: center;
    padding: 5px 5px;
}
.top-head .middle-logo .middle-icon {
  font-size: 25px;
  float: left;
}
.top-head .middle-logo .middle-text {
  padding-left: 35px;
}
.top-head .middle-logo .middle-text h4 {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 18px;
  font-weight: 500;
}
.top-head .middle-logo .middle-text span {
  font-size: 10px;
  text-transform: uppercase;
}
.menu .navbar {
  float: right;
}
.menu .navbar-light .navbar-toggler-icon {
  background-image: url(../images/menu-icon.png) !important;
}
.menu .navbar-light .navbar-nav .nav-link {
  font-size: 15px;
  padding: 0px 0px 5px;
  margin: 0px 25px;
}
.menu .navbar-light .navbar-nav .nav-item:last-child {
  border-right: 0px;
}
.menu .navbar-light .navbar-nav .nav-item:last-child a.nav-link {
  padding-right: 0px;
}
.menu .dropdown-toggle:after {
  float: right;
  margin-top: 6px;
}
.menu .dropdown .dropdown-menu {
  padding: 0px;
  border-radius: 0px;
  top: 30px;
  border:none;
  z-index:9999;
}
.menu .dropdown .dropdown-menu .dropdown-item {
    padding: 10px 15px;
    font-size: 14px;
    border-bottom: 1px solid #f3415b;
    background: #e41937;
    color: #fff;
}
.menu .dropdown .dropdown-menu .dropdown-item:active {
    background: #e41937;
}

.dropdown-menu > li > a {
    width: 100%;
}

.logout-drop button {
    padding: 7px 10px;
    border-radius: 6px;
    font-size: 14px; /*transition:all 0.6s linear; width:230px;*/
}
/*.logout-drop button.dropdown-toggle:after { display:none;}
.logout-drop button:hover { transition:all 0.6s linear;}
.logout-drop button:hover span { display:none;}
.logout-drop button:hover:before { content:"Logout";}*/

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
  top: 42px;
  /*padding: 10px 20px;*/
}
.dropdown-content h4 {
    color: #222 !important;
    border-bottom: 1px solid #e41937;
    margin-bottom: 20px;
    float: none !important;
    padding: 5px 20px;
}
.dropdown-content label {
  color: #222 !important;
  font-weight: 600;
}
.dropdown-content .search-drop-height {
    /*max-height: 300px;*/
    padding: 5px 20px;
    margin-bottom : 30px;
}
/*.dropdown:hover .dropdown-content {
  display: block;
}*/

/*.dropdown:hover .dropdown-content {
  display: block;
}*/
.logout-drop img {
  display: none;
  vertical-align: middle;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.logout-drop .dropdown-menu {
  padding: 0px;
}
.logout-drop .dropdown-menu .dropdown-item {
  padding: 8px 15px;
  text-transform: capitalize;
}
.main-content {
  padding: 20px 0px;
  margin: 15px;
  margin-bottom: 45px;
}
.page-title {
    padding: 5px 15px;
}
.page-title h4 {
  font-size: 16px;
  float: left;
  line-height: 30px;
}
.page-title h4 i {
  margin-right: 10px;
  font-size: 20px;
}
.page-title a.dropbtn {
  float: right;
  border-radius: 40px;
  /*width: 30px;
  height: 30px;*/
  text-align: center;
  padding:8px 10px;
  font-size:13px;
}
.page-title span {
  float: right;
  line-height: 30px;
  margin-left:5px;
}

.form-main {
}
.form-main label {
  font-size: 14px;
  font-weight: 600;
}
.form-main .form-control {
  border-radius: 6px;
  font-size: 14px;
  height: 37px;
}
.form-main .form-control:focus {
  box-shadow: none;
}
.form-main textarea.form-control {
  height: auto;
  resize: none;
}

.multi-select .btn-group.bootstrap-select {
  width: 100% !important;
}
.multi-select .btn-group.bootstrap-select button .filter-option {
  font-size: 14px;
  line-height: 24px;
}
.multi-select .btn-group.bootstrap-select button:focus {
  box-shadow: none;
  outline: none !important;
}
.multi-select .bootstrap-select.btn-group .dropdown-menu {
  max-height: none !important;
}
.multi-select .bootstrap-select.btn-group .dropdown-menu.inner {
  max-height: 200px !important;
  display: block !important;
}
.multi-select .bootstrap-select.btn-group .dropdown-menu li a {
  display: inline-block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
}
.multi-select .dropdown-toggle::after {
  margin-left: -5px;
}
.multi-select .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    white-space:normal;
}
.multi-select .bootstrap-select.btn-group .dropdown-menu li a span.text {
    white-space: normal;
}
/* MUTLISELECT BROWSE CSS */
.box {
    position: relative;
}
.box strong {
  position: absolute;
  right: 0px;
  top: 0px;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile-6 + label {
  padding: 0;
  height: 37px !important;
  border: 1px solid #ced4da;
  border-radius: 0px;
}
.inputfile-6 + label span {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  line-height: 35px;
  padding-left: 10px;
  font-size: 13px;
  font-weight: normal;
  width: 70%;
}
.inputfile-6 + label strong {
  height: 100%;
  display: inline-block;
  float: right;
  padding: 6px 15px;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
/* END MULTISELECT BROWSE */

.form-main .input-group.date .input-group-addon {
  padding: 10px 15px 5px 15px;
  text-align: center;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.datepicker table tr td,
.datepicker table tr th {
    padding: 5px;
    border-radius: 0px !important;
    font-size: 13px;
}
.form-main .custom-control-inline {
  margin-top: 7px;
  line-height: 24px;
}

.tabs-main .nav-pills .nav-link {
  margin-right: 5px;
  border-radius: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 10px 15px;
}
.tabs-main .tab-content {
  border: 1px solid #ddd;
  padding: 20px;
}
.tabs-main .tab-content h4 {
  color: #000;
  font-size: 18px;
  margin: 0px 0px 10px;
  text-transform: capitalize;
}
.tabs-main .tab-content p {
  font-size: 14px;
  margin-bottom: 5px;
}

.panel,
.panel-body {
  box-shadow: none;
}
.panel-group .panel-heading {
  padding: 0;
}
.panel-group .panel-heading a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  position: relative;
}
.panel-group .panel-heading a:after {
  content: "-";
  float: right;
}
.panel-group .panel-heading a.collapsed:after {
  content: "+";
}
.collapse-main .accordion > .card .card-header {
  padding: 3px 15px;
}
.collapse-main .accordion > .card .card-header h2 {
  line-height: 30px;
}
.collapse-main .accordion > .card .card-header h2 button {
  width: 100%;
  text-align: left;
  padding: 0;
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
.collapse-main .accordion > .card .card-header h2 button:hover {
  text-decoration: none;
}
.collapse-main .accordion > .card .card-header h2 button i {
  float: right;
  line-height: 24px;
  font-size: 12px;
}
/* END COLLAPSEABLE PANEL */

.height-100 {
  height: 100px;
}
.btn-red,
.btn-lgrey,
.btn-dgrey,
.btn-export, .btn-green {
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: capitalize;
}
.footer {
  padding: 7px 0px;
  text-align: center;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index:2000;
}
.footer p {
  font-size: 13px;
}
.mob-show {
  display: none;
}

.custom-table thead {
  background: #7b7b7b;
}
.custom-table thead tr th {
  font-weight: 600;
  color: #fff;
}
.datatable-table table.dataTable.no-footer {
  border-bottom: 0px;
  border: 1px solid #ddd;
  width: 100% !important;
}
.datatable-table .dataTables_filter {
  position: relative;
}
.datatable-table .dataTables_filter .datatable-search {
  position: absolute;
  top: 10px;
  right: 10px;
}
.datatable-table .dataTables_wrapper .dataTables_filter input {
  margin: 0px;
}
.datatable-table thead {
  background: #7b7b7b;
}
.datatable-table table.dataTable thead th {
  color: #fff;
  border-bottom: 0px;
}
.datatable-table table.dataTable thead th {
  padding: 15px 15px;
}
.datatable-table table.dataTable tbody td {
  padding: 10px 15px;
  vertical-align: middle;
  font-size:13px;
}
.datatable-table .dataTables_wrapper .dataTables_paginate {
  border: 1px solid #ddd;
  padding: 0px;
  margin-top: 10px;
}
.datatable-table .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 8px 15px;
}
.datatable-table
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current,
.datatable-table
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current:hover {
  background: #7b7b7b !important;
  color: #fff !important;
  border: 1px solid #7b7b7b !important;
}
.datatable-table .position-absolute {
  z-index: 9;
}
.datatable-controls a:hover{
    transform:scale(1.5);
}

.width5 {
    width: 5% !important;
}
.width10 {
  width: 10% !important;
}
.width15 {
  width: 15% !important;
}
.width20 {
  width: 20% !important;
}
.width25 {
  width: 25% !important;
}
.width30 {
  width: 30% !important;
}
.width35 {
  width: 35% !important;
}
.width40 {
  width: 40% !important;
}
.width45 {
  width: 45% !important;
}
.width50 {
  width: 50% !important;
}

.edit-icon,
.delete-icon {
  font-size: 16px;
}
.edit-icon {
}
.delete-icon {
  color: #e41937;
}
.text-red,
.text-red:hover {
  color: #e41937;
  text-decoration: underline;
}
/*CR-July2021*/
.text-blue {
    color: #0000FF;
    text-decoration: underline;
}


.inner-grid {
  border: 1px solid #ddd;
}
.inner-grid h4 {
  font-size: 16px;
  padding: 10px 15px;
  background: #ffd2d9;
  font-weight: 600;
}

.modal .modal-header {
  background: #ffe4e9;
}
.modal .modal-header h5.modal-title {
  font-size: 17px;
  font-weight: 600;
}
.modal .modal-header button.close {
  font-size: 30px;
  line-height: 20px;
}
.approver span.selection {
  background: none;
  border: none;
  padding: 0px;
  color: #000;
}
.select2-container {
  width: 100% !important;
}

.emoji-rating span {
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
}
.page-title .multi-select a {
  background: none !important;
}
.page-title .multi-select span {
  float: left !important;
  line-height: 20px !important;
}

.green-status {
    color: green;
}

.yellow-status {
    color: yellow;
}

.inner-grid .final-head h3 {
    font-weight: 600;
    margin: 20px 0px 10px;
    font-size: 18px;
}

.inner-grid .final-head h5 {
    margin: 0px 0px 10px;
    font-size: 16px;
}

.mastersmenu {
    background: #e41937;
    color: #fff;
}
.audit-obs .position-absolute {
  text-align: center;
  width: 85%;
}
.audit-obs .position-absolute .btn.btn-red {
  float: left;
}
.label-heading {
    color: #e41a37;
    font-size: 16px;
}

.td-TopVerticalAlign, #observation-dashboard.table.dataTable tbody td:first-child {
    vertical-align: top;
}

.red-FileDownload {
    color:red;
}

.lds-ring {
    display: none;
    position: fixed;
    width: 80px;
    height: 80px;
    left: 50%;
    top:50%;
    z-index: 500;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: fixed;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #ff0000;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #ff0000 transparent transparent transparent;
        left: 50%;
        z-index: 500;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#div_aeqReportDetails strong { font-weight:700;}
.nocontent i {
    color: #fff;
    background: #e41937;
    width: 30px;
    height: 30px;
    line-height: 33px;
    border-radius: 50%;
    display: inline-block;
}
.nocontent h4 { text-transform:capitalize; margin-top:10px;}

.datatable-controls {
    position: fixed;
    z-index: 0;
    top: 50%;
    width: 98%;
    left: 15px;
}

    .datatable-controls a.la {
        float: left;
    }

    .datatable-controls a.ra {
        float: right;
    }

    .datatable-controls a.la, .datatable-controls a.ra {
        font-size: 18px;
        color: #e41937;
    }

.datatable-scroll .dataTable {
    overflow-x: auto;
    display: block;
    width: 100%;
}
table.table ul, table.table ol {
    padding-left:15px !important;
}

.fixedHeader {
    overflow-y:auto;
    /* height:350px; */
    height:500px;
}
.fixedHeader .table thead tr th {
    background: #7b7b7b;
    color: #fff;
    position:sticky;
    top: 0px;
    /* 11-12-20 */
    z-index:40;
}




.highcharts-figure, .highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: 1em auto;
}

#container {
  height: 400px;
}

.highcharts-data-table table {

border-collapse: collapse;
border: 1px solid #EBEBEB;
margin: 10px auto;
text-align: center;
width: 100%;
max-width: 500px;
}
.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}
.highcharts-data-table th {
font-weight: 600;
  padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
  padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}
.highcharts-data-table tr:hover {
  background: #f1f7ff;
}






/*tab button on preaudit Report*/

.preauditreport .tab {
  overflow: hidden;
  /*border: 1px solid #ccc;
  background-color: #f1f1f1;*/
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Style the buttons inside the tab */
.preauditreport .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  border: 1px solid #e41937;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Change background color of buttons on hover */
.preauditreport .tab button:hover {
 /* background-color: #ddd;*/
}

/* Create an active/current tablink class */
.preauditreport .tab button.active {
  background-color: #e41937;
}

/* Style the tab content */
.preauditreport .tabcontent {
  display: none;
  padding: 6px 12px;
/*  border: 1px solid #e41937;*/
  border-top: none;
}

/*  timesheet report style */

.audcol{
  background-color: #d0ea92;
}
.continuemoncol{
  background-color: #00b0f0;
}
.nonaudcol{
  background-color: #e6b6a7;
}
.nonaudsubcol{
  background-color: #f4b084;
}
.benchcol{
  background-color: red;
}
.managingOutsourceCol {
    background-color: darkgray;
}
.leavecol{
  background-color: #cc0099;
}
.grandtcol{
  background-color: #b4c6e7;
}




#divreportcontainer  thead {
   background: white !important;
}

#divreportcontainer  p {
  min-height:21px
}


#divreportcontainer .nocellborder{
  border-bottom:white 1px solid !important;
  border-left:white 1px solid !important;
  border-top:white 1px solid !important
}





  #divreportcontainer .table-bordered th {
    border: 1px solid black;
}

#divreportcontainer .table-bordered td {
  border: 1px solid black;
}


#divreportcontainer .pwidth {
    width:50px;
}

#divreportcontainer .pwidth2 {
  width:100px;
}

#divreportcontainer .pwidth3 {
  width:150px;
}


 .preauditreport #container {
  /*height: 0px !important;*/
}


/* 11-12-2020 */
#tblTimeSheetEntrydashboard tbody .input-group{
  position:relative;
}

.commenticon{
  background: #e41937;
   padding: 10px;
   color: white;
   cursor: pointer;
   border-radius: 0px 5px 5px 0px;
}


.Comment-CardHeader{
  padding: 0.15rem 1.25rem;
  background-color:#e41937;
}
.Comment-CardBody{
  padding:0px;
}

.confirmBox
{
  display: none;
  position: fixed;
  width: 300px;
  box-sizing: border-box;
  box-shadow: 0px 1px 5px #4e4c4c57;
  z-index:80;
}
.confirmBox .button.yes{
  display: inline-block;
  cursor: pointer;
  float:right;
  background-color: red;
  padding:5px;
  border-radius:4px;
  color:#fff;
  text-align:center;
  
}

.confirmBox .close{
  display: inline-block;
  cursor: pointer;
  font-size:1.2em !important;
  color:#fff;
  opacity:10;
}


.Comment-Card{
  border:none;
}

.confirmBox .button:hover
{
  background-color: #ddd;
}
.confirmBox .message
{
  text-align: left;
  margin-bottom: 8px;
}

table td textarea{
 width: 100%  ;
 border:none !important;
 resize: none;
 
}

.Comment-CardBody textarea{
  font-size:13px;
}

.Comment-CardBody textarea:focus{
  box-shadow:none;
}
  



/* 11-12-20 */

#tblTimeSheetEntrydashboard tbody:nth-child(3) tr:first-child td{
  position: sticky;
    top: 70px;
    left:0px;
    height: 30px;
    background: white;
    z-index:15;
    /* background: red; */
}




#tblTimeSheetEntrydashboard tbody:nth-child(2) tr:first-child td{
  position: sticky;
    top: 37px;
    left:0px;
    height: 30px;
    background: white;
    z-index:35;
}

/* // */
#tblTimeSheetEntrydashboard tbody:nth-child(2) tr:first-child td:nth-child(2),#tblTimeSheetEntrydashboard tbody:nth-child(3) tr:first-child td:nth-child(2){
  position: sticky;
  left:212px;
  z-index:50;
  min-width: 100px;
  max-width: 200px;
}

#tblTimeSheetEntrydashboard tbody:nth-child(2) tr:first-child td:nth-child(3),#tblTimeSheetEntrydashboard tbody:nth-child(3) tr:first-child td:nth-child(3){
  position: sticky;
  left:386px;
  z-index:50;
  min-width: 100px;
  max-width: 200px;
}
#tblTimeSheetEntrydashboard tbody:nth-child(2) tr:first-child td:nth-child(4),#tblTimeSheetEntrydashboard tbody:nth-child(3) tr:first-child td:nth-child(4){
  position: sticky;
  left:556px;
  z-index:50;
  min-width: 100px;
  max-width: 200px;
}
#tblTimeSheetEntrydashboard tbody:nth-child(2) tr:first-child td:nth-child(5),#tblTimeSheetEntrydashboard tbody:nth-child(3) tr:first-child td:nth-child(5){
  position: sticky;
  left:726px;
  z-index:50;
  min-width: 100px;
  max-width: 200px;
}
#tblTimeSheetEntrydashboard tbody:nth-child(2) tr:first-child td:nth-child(6),#tblTimeSheetEntrydashboard tbody:nth-child(3) tr:first-child td:nth-child(6){
  position: sticky;
  left:888px;
  z-index:50;
  min-width: 100px;
  max-width: 200px;
}

/* //// */

#tblTimeSheetEntrydashboard tbody:nth-child(3) tr:first-child td:first-child,#tblTimeSheetEntrydashboard tbody:nth-child(2) tr:first-child td:first-child{
  position: sticky;
  left:0px;
  z-index:40;
}

#tblTimeSheetEntrydashboard thead tr th:first-child{
  position: sticky;
  left:0px;
  z-index:50;
  min-width: 100px;
  max-width: 200px;
}

#tblTimeSheetEntrydashboard thead tr th:nth-child(2){
  position: sticky;
  left:210px;
  z-index:55;
  min-width: 100px;
  max-width: 200px;
}
#tblTimeSheetEntrydashboard thead tr th:nth-child(3){
  position: sticky;
  left:379px;
  z-index:55;
  min-width: 100px;
  max-width: 200px;
}
#tblTimeSheetEntrydashboard thead tr th:nth-child(4){
  position: sticky;
  left:551px;
  z-index:55;
  min-width: 100px;
  max-width: 200px;
}
#tblTimeSheetEntrydashboard thead tr th:nth-child(5){
  position: sticky;
  left:720px;
  z-index:55;
  min-width: 100px;
  max-width: 200px;
}
#tblTimeSheetEntrydashboard thead tr th:nth-child(6){
  position: sticky;
  left:888px;
  z-index:55;
  min-width: 100px;
  max-width: 200px;
}





#tblTimeSheetEntrydashboard tbody:nth-child(3) tr td{
  background:white;
}

#tblTimeSheetEntrydashboard tbody:nth-child(3) tr td:first-child{
  position: sticky;
  left:0px;
  z-index:20;
}
#tblTimeSheetEntrydashboard tbody:nth-child(3) tr td:nth-child(2){
  position: sticky;
  width: 100%;
  left:220px;
  z-index:20;
}

#tblTimeSheetEntrydashboard tbody:nth-child(3) tr td:nth-child(3){
  position: sticky;
  left:0px;
  width: 100%;
  left:393px;
  z-index:20;
}
#tblTimeSheetEntrydashboard tbody:nth-child(3) tr td:nth-child(4){
  position: sticky;
  left:0px;
  width: 100%;
  left:557px;
  z-index:20;
}
#tblTimeSheetEntrydashboard tbody:nth-child(3) tr td:nth-child(5){
  position: sticky;
  left:0px;
  width: 100%;
  left:726px;
  z-index:20;
}

#tblTimeSheetEntrydashboard tbody:nth-child(3) tr td:nth-child(6){
  position: sticky;
  left:0px;
  width: 100%;
  left:897px;
  z-index:20;
}

 
    .auditworkflow #container {
        height: 400px;
    }

    .auditworkflow .highcharts-figure,
    .auditworkflow .highcharts-data-table table {
        min-width: 310px;
        max-width: 800px;
        margin: 1em auto;
    }

    .auditworkflow .highcharts-data-table table {
        
        border-collapse: collapse;
        border: 1px solid #EBEBEB;
        margin: 10px auto;
        text-align: center;
        width: 100%;
        max-width: 500px;
    }

    .auditworkflow .highcharts-data-table caption {
        padding: 1em 0;
        font-size: 1.2em;
        color: #555;
    }

    .auditworkflow .highcharts-data-table th {
        font-weight: 600;
        padding: 0.5em;
    }

    .auditworkflow .highcharts-data-table td,
    .auditworkflow .highcharts-data-table th,
    .auditworkflow .highcharts-data-table caption {
        padding: 0.5em;
    }

    .auditworkflow .highcharts-data-table thead tr,
    .auditworkflow .highcharts-data-table tr:nth-child(even) {
        background: #f8f8f8;
    }

    .auditworkflow .highcharts-data-table tr:hover {
        background: #f1f7ff;
    }

    /*ATRDashboardReport*/
#tbl-ATRDashboard thead th {
    color: black;
    border-bottom: 0px;
}

#tbl_Summary thead th {
    color: black;
    border-bottom: 0px;
}

/* table#tblTimeSheetEntrydashboard tbody:nth-child(2) tr:first-child  td{
  position: sticky;
  top:33px;
} *
hey page ko refresh kar na

ek min ha dusre call pe hu