/*===========================table css===============================*/

.table-fixed {
  table-layout: fixed;
}
  
.table-bordered{
  border: 1px solid #ddd;
}
  
.table{
  margin-bottom: 20px;
}
  
.home, table{
  background-color: transparent;
  width: 100%;
}

.home, table{
  border-collapse: collapse;
  border-spacing: 0;
}

.home, td, th{
  /* border: 1px solid #ccc; */
  padding: 6px;
  text-align: left;
}

#manage_noticeboard td {
  word-break: break-all;
}

#manage_noticeboard td ol {
  padding-left: 11px;
}

#manage_rating td ol {
  padding-left: 11px;
}

.input_width > tr td > input{
  width: 100%;
}

.autocmp{
  width: 100%;
  margin-bottom: 5px;
}

.calculate{
  width: 100%;
}
  
.home, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  /* border: 1px solid #d9d9d9 !important; */
}
  
@media only screen and (max-width: 767px) , (min-device-width: 768px) and (max-device-width: 1024px) {
  
  .table-rms-block {
    display: block!important;
  }

}
  
/*  Max width before this PARTICULAR table gets nasty  This query will take effect for any screen smaller than 760px  and also iPads specifically.  */

/*@media only screen and (max-width: 1024px) {*/
  
@media only screen and (max-width: 767px) , (min-device-width: 768px) and (max-device-width: 1024px) {
  
  /* Force table to not be like tables anymore */
  #agami_rms_table table, #agami_rms_table thead, #agami_rms_table tbody, #agami_rms_table th, #agami_rms_table td, #agami_rms_table tr {
    display: block!important;
    /* padding: 5px; */
    font-size: 12px;
  }

  .home, .table-bordered1 > thead > tr > th, .table-bordered1 > tbody > tr > th, .table-bordered1 > tfoot > tr > th, .table-bordered1 > thead > tr > td, .table-bordered1 > tbody > tr > td, .table-bordered1 > tfoot > tr > td {
    border: 1px solid #d9d9d9 !important;
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */
  
  #agami_rms_table > thead #agami_rms_table > tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  #agami_rms_table > td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%!important;
  }
  
  #agami_rms_table > td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
    color: #4a515b;
  }
  
  .home, td, th {
    border: 0px solid #ccc !important;
    padding: 6px;
    text-align: left;
  }
  
  .table_device tr td{
    display: block;
    padding: 5px;
  }
  
  /* thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
   */
  .table_device  tr {
    border: 1px solid #ccc!important;
    display: block!important;
    padding: 4px!important;
  }
  
  tr{
    border: 1px solid #ccc;
  }
  
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  
  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    word-wrap: break-word;
    width: 45%;
    padding-right: 10px;
    white-space: normal;
    font-weight: bold;
    color: #4a515b;
  }
  
  .home, td, th {
    border: 0px solid #ccc !important;
    padding: 4px;
    text-align: left;
  }

  /* .ban > tr td> p{
    margin-bottom: 0px;
  } */


/*manage_timesheets Table*/ 

#manage_timesheets td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50% !important;
  min-height: 30px;
}

#manage_timesheets > tr > td:nth-of-type(1):before {
    content: "Employee";
}
  
#manage_timesheets > tr > td:nth-of-type(2):before {
    content: "Project";
}
  
#manage_timesheets > tr > td:nth-of-type(3):before {
    content: "Task";
}
  
#manage_timesheets > tr > td:nth-of-type(4):before {
    content: "Start Date";
}
  
#manage_timesheets > tr > td:nth-of-type(5):before {
    content: "End Date";
}
  
#manage_timesheets > tr > td:nth-of-type(6):before {
    content: "Est(Hrs)";
}

#manage_timesheets > tr > td:nth-of-type(7):before {
    content: "Status";
}

#manage_timesheets > tr > td:nth-of-type(8):before {
    content: "Rating";
}

#manage_timesheets > tr > td:nth-of-type(9):before {
    content: "Action";
}
  
/*manage_timesheets Table*/

/*manage_department Table*/ 

#manage_department td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50% !important;
  min-height: 30px;
}

#manage_department > tr > td:nth-of-type(1):before {
  content: "Id";
}

#manage_department > tr > td:nth-of-type(2):before {
  content: "Name";
}

#manage_department > tr > td:nth-of-type(3):before {
  content: "Description";
}

#manage_department > tr > td:nth-of-type(4):before {
  content: "Created On";
}

#manage_department > tr > td:nth-of-type(5):before {
  content: "Action";
}

/*manage_department Table*/

/*manage_designation Table*/

#manage_designation td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50% !important;
  min-height: 30px;
}

#manage_designation > tr > td:nth-of-type(1):before {
  content: "Id";
}

#manage_designation > tr > td:nth-of-type(2):before {
  content: "Name";
}

#manage_designation > tr > td:nth-of-type(3):before {
  content: "Code";
}

#manage_designation > tr > td:nth-of-type(4):before {
  content: "Description";
}

#manage_designation > tr > td:nth-of-type(5):before {
  content: "Created On";
}

#manage_designation > tr > td:nth-of-type(6):before {
  content: "Action";
}

/*manage_designation Table*/

/*manage_role Table*/

#manage_role td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50% !important;
  min-height: 30px;
}

#manage_role > tr > td:nth-of-type(1):before {
  content: "Id";
}

#manage_role > tr > td:nth-of-type(2):before {
  content: "Name";
}

#manage_role > tr > td:nth-of-type(3):before {
  content: "Description";
}

#manage_role > tr > td:nth-of-type(4):before {
  content: "Created On";
}

#manage_role > tr > td:nth-of-type(5):before {
  content: "Added by";
}

#manage_role > tr > td:nth-of-type(6):before {
  content: "Action";
}

/*manage_role Table*/

/*manage_projects Table*/

#manage_projects td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50% !important;
  min-height: 30px;
}

#manage_projects > tr > td:nth-of-type(1):before {
  content: "Id";
}

#manage_projects > tr > td:nth-of-type(2):before {
  content: "Name";
}

#manage_projects > tr > td:nth-of-type(3):before {
  content: "Short Name";
}

#manage_projects > tr > td:nth-of-type(4):before {
  content: "Description";
}

#manage_projects > tr > td:nth-of-type(5):before {
  content: "Created On";
}

#manage_projects > tr > td:nth-of-type(6):before {
  content: "Added by";
}

#manage_projects > tr > td:nth-of-type(7):before {
  content: "Action";
}

/*manage_projects Table*/

/*manage_rating Table*/

#manage_rating td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50% !important;
  min-height: 30px;
}

#manage_rating > tr > td:nth-of-type(1):before {
  content: "Name";
}

#manage_rating > tr > td:nth-of-type(2):before {
  content: "Value";
}

#manage_rating > tr > td:nth-of-type(3):before {
  content: "Color";
}

#manage_rating > tr > td:nth-of-type(4):before {
  content: "Description";
}

#manage_rating > tr > td:nth-of-type(5):before {
  content: "Created On";
}

#manage_rating > tr > td:nth-of-type(6):before {
  content: "Added by";
}

#manage_rating > tr > td:nth-of-type(7):before {
  content: "Action";
}

/*manage_rating Table*/

/*manage_holidays Table*/

#manage_holidays td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50% !important;
  min-height: 30px;
}

#manage_holidays > tr > td:nth-of-type(1):before {
  content: "Id";
}

#manage_holidays > tr > td:nth-of-type(2):before {
  content: "Year";
}

#manage_holidays > tr > td:nth-of-type(3):before {
  content: "From Date";
}

#manage_holidays > tr > td:nth-of-type(4):before {
  content: "To Date";
}

#manage_holidays > tr > td:nth-of-type(5):before {
  content: "Title";
}

#manage_holidays > tr > td:nth-of-type(6):before {
  content: "Action";
}

/*manage_holidays Table*/

/*manage_noticeboard Table*/

#manage_noticeboard td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50% !important;
  min-height: 30px;
  word-break: break-all;
}

#manage_noticeboard > tr > td:nth-of-type(1):before {
  content: "Id";
}

#manage_noticeboard > tr > td:nth-of-type(2):before {
  content: "Title";
}

#manage_noticeboard > tr > td:nth-of-type(3):before {
  content: "Description";
}

#manage_noticeboard > tr > td:nth-of-type(4):before {
  content: "Status";
}

#manage_noticeboard > tr > td:nth-of-type(5):before {
  content: "Added By";
}

#manage_noticeboard > tr > td:nth-of-type(6):before {
  content: "Created On";
}

#manage_noticeboard > tr > td:nth-of-type(7):before {
  content: "Action";
}

/*manage_noticeboard Table*/

/*Leave_Type Table*/

#Leave_Type td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50% !important;
  min-height: 30px;
  word-break: break-all;
}

#Leave_Type > tr > td:nth-of-type(1):before {
  content: "Id";
}

#Leave_Type > tr > td:nth-of-type(2):before {
  content: "Name";
}

#Leave_Type > tr > td:nth-of-type(3):before {
  content: "Description";
}

#Leave_Type > tr > td:nth-of-type(4):before {
  content: "Without-Pay";
}

#Leave_Type > tr > td:nth-of-type(5):before {
  content: "Added By";
}

#Leave_Type > tr > td:nth-of-type(6):before {
  content: "Created On";
}

#Leave_Type > tr > td:nth-of-type(7):before {
  content: "Action";
}

/*Leave_Type Table*/

/*Leave_Policy Table*/

#Leave_Policy td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50% !important;
  min-height: 30px;
  word-break: break-all;
}

#Leave_Policy > tr > td:nth-of-type(1):before {
  content: "Id";
}

#Leave_Policy > tr > td:nth-of-type(2):before {
  content: "Year";
}

#Leave_Policy > tr > td:nth-of-type(3):before {
  content: "Description";
}

#Leave_Policy > tr > td:nth-of-type(4):before {
  content: "Created On";
}

#Leave_Policy > tr > td:nth-of-type(5):before {
  content: "Added By";
}

/*Leave_Policy Table*/

/*Leave_Allocation Table*/

#Leave_Allocation td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50% !important;
  min-height: 30px;
  word-wrap: break-word;
}

#Leave_Allocation > tr > td:nth-of-type(1):before {
  content: "Leave Type Id";
}

#Leave_Allocation > tr > td:nth-of-type(2):before {
  content: "Per Month";
}

#Leave_Allocation > tr > td:nth-of-type(3):before {
  content: "Total Per Year";
}

#Leave_Allocation > tr > td:nth-of-type(4):before {
  content: "Half Day";
}

#Leave_Allocation > tr > td:nth-of-type(5):before {
  content: "Is Active";
}

#Leave_Allocation > tr > td:nth-of-type(6):before {
  content: "Employee Type";
}

#Leave_Allocation > tr > td:nth-of-type(7):before {
  content: "Added By";
}

#Leave_Allocation > tr > td:nth-of-type(8):before {
  content: "Action";
}

/*Leave_Allocation Table*/

/*Manage_Leave Table*/

#Manage_Leave td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50% !important;
  min-height: 30px;
  word-wrap: break-word;
}

#Manage_Leave > tr > td:nth-of-type(1):before {
  content: "Id";
}

#Manage_Leave > tr > td:nth-of-type(2):before {
  content: "Requested By";
}

#Manage_Leave > tr > td:nth-of-type(3):before {
  content: "Leave Type";
}

#Manage_Leave > tr > td:nth-of-type(4):before {
  content: "Start Date";
}

#Manage_Leave > tr > td:nth-of-type(5):before {
  content: "End Date";
}

#Manage_Leave > tr > td:nth-of-type(6):before {
  content: "Requested Leave";
}

#Manage_Leave > tr > td:nth-of-type(7):before {
  content: "Reason";
}

#Manage_Leave > tr > td:nth-of-type(8):before {
  content: "Status";
}

#Manage_Leave > tr > td:nth-of-type(9):before {
  content: "Remarks";
}

#Manage_Leave > tr > td:nth-of-type(10):before {
  content: "Action";
}

/*Manage_Leave Table*/

/*Leave_Dashboard Table*/

#Leave_Dashboard td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50% !important;
  min-height: 30px;
  word-wrap: break-word;
}

#Leave_Dashboard > tr > td:nth-of-type(1):before {
  content: "Id";
}

#Leave_Dashboard > tr > td:nth-of-type(2):before {
  content: "Leave Type";
}

#Leave_Dashboard > tr > td:nth-of-type(3):before {
  content: "Start Date";
}

#Leave_Dashboard > tr > td:nth-of-type(4):before {
  content: "End Date";
}

#Leave_Dashboard > tr > td:nth-of-type(5):before {
  content: "Requested Leave";
}

#Leave_Dashboard > tr > td:nth-of-type(6):before {
  content: "Reason";
}

#Leave_Dashboard > tr > td:nth-of-type(7):before {
  content: "Total Leave Taken";
}

#Leave_Dashboard > tr > td:nth-of-type(8):before {
  content: "Total Avialable Leave";
}

#Leave_Dashboard > tr > td:nth-of-type(9):before {
  content: "Status";
}

#Leave_Dashboard > tr > td:nth-of-type(10):before {
  content: "Remarks";
}

/*Leave_Dashboard Table*/

/*Leave_Dashboard1 Table*/

#Leave_Dashboard1 td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50% !important;
  min-height: 30px;
  word-wrap: break-word;
}

#Leave_Dashboard1 > tr > td:nth-of-type(1):before {
  content: "Leave Type";
}

#Leave_Dashboard1 > tr > td:nth-of-type(2):before {
  content: "Per Month";
}

#Leave_Dashboard1 > tr > td:nth-of-type(3):before {
  content: "Total Per Year";
}

#Leave_Dashboard1 > tr > td:nth-of-type(4):before {
  content: "Half Day";
}

#Leave_Dashboard1 > tr > td:nth-of-type(5):before {
  content: "Without Pay";
}

#Leave_Dashboard1 > tr > td:nth-of-type(6):before {
  content: "Employee Type";
}

/*Leave_Dashboard1 Table*/

/*Salary_Head Table*/

#Salary_Head td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50% !important;
  min-height: 30px;
  word-wrap: break-word;
}

#Salary_Head > tr > td:nth-of-type(1):before {
  content: "Id";
}

#Salary_Head > tr > td:nth-of-type(2):before {
  content: "Title";
}

#Salary_Head > tr > td:nth-of-type(3):before {
  content: "Type";
}

#Salary_Head > tr > td:nth-of-type(4):before {
  content: "Created On";
}

#Salary_Head > tr > td:nth-of-type(5):before {
  content: "Added by";
}

#Salary_Head > tr > td:nth-of-type(6):before {
  content: "Action";
}

/*Salary_Head Table*/

/*Salary_Setup Table*/

#Salary_Setup td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50% !important;
  min-height: 30px;
  word-wrap: break-word;
}

#Salary_Setup > tr > td:nth-of-type(1):before {
  content: "Title";
}

#Salary_Setup > tr > td:nth-of-type(2):before {
  content: "Type";
}

#Salary_Setup > tr > td:nth-of-type(3):before {
  content: "Salary %";
}

#Salary_Setup > tr > td:nth-of-type(4):before {
  content: "Percent Of";
}

#Salary_Setup > tr > td:nth-of-type(5):before {
  content: "Amount";
}

#Salary_Setup > tr > td:nth-of-type(6):before {
  content: "Is Active";
}

#Salary_Setup > tr > td:nth-of-type(7):before {
  content: "Save";
}

/*Salary_Setup Table*/

/*Manage_Lead_Generation Table*/

#Manage_Lead_Generation td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50% !important;
  min-height: 30px;
  word-wrap: break-word;
}

#Manage_Lead_Generation > tr > td:nth-of-type(1):before {
  content: "Project Name";
}

#Manage_Lead_Generation > tr > td:nth-of-type(2):before {
  content: "Company Name";
}

#Manage_Lead_Generation > tr > td:nth-of-type(3):before {
  content: "Email Id";
}

#Manage_Lead_Generation > tr > td:nth-of-type(4):before {
  content: "Phone";
}

#Manage_Lead_Generation > tr > td:nth-of-type(5):before {
  content: "Budget";
}

#Manage_Lead_Generation > tr > td:nth-of-type(6):before {
  content: "Source";
}

#Manage_Lead_Generation > tr > td:nth-of-type(7):before {
  content: "Added By";
}

#Manage_Lead_Generation > tr > td:nth-of-type(8):before {
  content: "Action";
}

/*Manage_Lead_Generation Table*/

/*Lead_Generation_Status Table*/

#Lead_Generation_Status td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50% !important;
  min-height: 30px;
  word-wrap: break-word;
}

#Lead_Generation_Status > tr > td:nth-of-type(1):before {
  content: "Id";
}

#Lead_Generation_Status > tr > td:nth-of-type(2):before {
  content: "Name";
}

#Lead_Generation_Status > tr > td:nth-of-type(3):before {
  content: "Color";
}

#Lead_Generation_Status > tr > td:nth-of-type(4):before {
  content: "Added By";
}

#Lead_Generation_Status > tr > td:nth-of-type(5):before {
  content: "Created On";
}

#Lead_Generation_Status > tr > td:nth-of-type(6):before {
  content: "Action";
}

/*Lead_Generation_Status Table*/

/*Manage_TimeSheetStatus Table*/

#Manage_TimeSheetStatus td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50% !important;
  min-height: 30px;
  word-wrap: break-word;
}

#Manage_TimeSheetStatus > tr > td:nth-of-type(1):before {
  content: "Id";
}

#Manage_TimeSheetStatus > tr > td:nth-of-type(2):before {
  content: "Name";
}

#Manage_TimeSheetStatus > tr > td:nth-of-type(3):before {
  content: "Color";
}

#Manage_TimeSheetStatus > tr > td:nth-of-type(4):before {
  content: "Added By";
}

#Manage_TimeSheetStatus > tr > td:nth-of-type(5):before {
  content: "Created On";
}

#Manage_TimeSheetStatus > tr > td:nth-of-type(6):before {
  content: "Action";
}

/*Manage_TimeSheetStatus Table*/

/*Manage_Employees Table*/

#Manage_Employees td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50% !important;
  min-height: 30px;
  word-wrap: break-word;
}

#Manage_Employees > tr > td:nth-of-type(1):before {
  content: "Name";
}

#Manage_Employees > tr > td:nth-of-type(2):before {
  content: "Code";
}

#Manage_Employees > tr > td:nth-of-type(3):before {
  content: "UserName";
}

#Manage_Employees > tr > td:nth-of-type(4):before {
  content: "Contact";
}

#Manage_Employees > tr > td:nth-of-type(5):before {
  content: "Status";
}

#Manage_Employees > tr > td:nth-of-type(6):before {
  content: "Active/Deactive";
}

#Manage_Employees > tr > td:nth-of-type(7):before {
  content: "Action";
}

/*Manage_Employees Table*/

/*View_Rating Table*/

#View_Rating td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50% !important;
  min-height: 30px;
  word-wrap: break-word;
}

#View_Rating > tr > td:nth-of-type(1):before {
  content: "Employee";
}

#View_Rating > tr > td:nth-of-type(2):before {
  content: "Start Date";
}

#View_Rating > tr > td:nth-of-type(3):before {
  content: "End Date";
}

#View_Rating > tr > td:nth-of-type(4):before {
  content: "Average Rating";
}

/*View_Rating Table*/

/*Rating_Details Table*/

#Rating_Details td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50% !important;
  min-height: 30px;
  word-wrap: break-word;
}

#Rating_Details > tr > td:nth-of-type(1):before {
  content: "Project";
}

#Rating_Details > tr > td:nth-of-type(2):before {
  content: "Task Name";
}

#Rating_Details > tr > td:nth-of-type(3):before {
  content: "Manager Rating";
}

#Rating_Details > tr > td:nth-of-type(4):before {
  content: "Manager Remarks";
}

#Rating_Details > tr > td:nth-of-type(5):before {
  content: "Start Date";
}

#Rating_Details > tr > td:nth-of-type(6):before {
  content: "End Date";
}

#Rating_Details > tr > td:nth-of-type(7):before {
  content: "View";
}

/*Rating_Details Table*/

/*Create_Timesheet Table*/

#Create_Timesheet td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50% !important;
  min-height: 30px;
  word-wrap: break-word;
}

#Create_Timesheet > tr > td:nth-of-type(1):before {
  content: "Project";
}

#Create_Timesheet > tr > td:nth-of-type(2):before {
  content: "Task";
}

#Create_Timesheet > tr > td:nth-of-type(3):before {
  content: "Description";
}

#Create_Timesheet > tr > td:nth-of-type(4):before {
  content: "Start";
}

#Create_Timesheet > tr > td:nth-of-type(5):before {
  content: "End";
}

#Create_Timesheet > tr > td:nth-of-type(6):before {
  content: "Est(hrs)";
}

#Create_Timesheet > tr > td:nth-of-type(7):before {
  content: "Actual Start";
}

#Create_Timesheet > tr > td:nth-of-type(8):before {
  content: "Actual End";
}

#Create_Timesheet > tr > td:nth-of-type(9):before {
  content: "Actual Est(hrs)";
}

#Create_Timesheet > tr > td:nth-of-type(10):before {
  content: "Action";
}

/*Create_Timesheet Table*/

/*Watcher_Timesheets Table*/

#Watcher_Timesheets td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50% !important;
  min-height: 30px;
  word-wrap: break-word;
}

#Watcher_Timesheets > tr > td:nth-of-type(1):before {
  content: "Employee";
}

#Watcher_Timesheets > tr > td:nth-of-type(2):before {
  content: "Project";
}

#Watcher_Timesheets > tr > td:nth-of-type(3):before {
  content: "Task";
}

#Watcher_Timesheets > tr > td:nth-of-type(4):before {
  content: "Start Date";
}

#Watcher_Timesheets > tr > td:nth-of-type(5):before {
  content: "End Date";
}

#Watcher_Timesheets > tr > td:nth-of-type(6):before {
  content: "Est(hrs)";
}

#Watcher_Timesheets > tr > td:nth-of-type(7):before {
  content: "Status";
}

#Watcher_Timesheets > tr > td:nth-of-type(8):before {
  content: "Rating";
}

#Watcher_Timesheets > tr > td:nth-of-type(9):before {
  content: "Action";
}

/*Watcher_Timesheets Table*/

/*Module_Access_Right Table*/

#Module_Access_Right td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50% !important;
  min-height: 30px;
  word-wrap: break-word;
}

#Module_Access_Right > tr > td:nth-of-type(1):before {
  content: "Module";
}

#Module_Access_Right > tr > td:nth-of-type(2):before {
  content: "Approver";
}

#Module_Access_Right > tr > td:nth-of-type(3):before {
  content: "Add Form";
}

#Module_Access_Right > tr > td:nth-of-type(4):before {
  content: "Delete Form";
}

#Module_Access_Right > tr > td:nth-of-type(5):before {
  content: "Modify Form";
}

#Module_Access_Right > tr > td:nth-of-type(6):before {
  content: "View Form";
}

#Module_Access_Right > tr > td:nth-of-type(7):before {
  content: "All";
}

#Module_Access_Right > tr > td:nth-of-type(8):before {
  content: "Action";
}

/*Module_Access_Right Table*/

}

@media screen and (min-width: 1025px) and (max-width: 1166px) {

  /* .icon-color-red{
    margin-top: 10px;
  } */

}

@media screen and (min-width: 320px) and (max-width: 341px) {

  /* .icon-color-red{
    margin-top: 10px;
  } */
  
}

@media screen and (min-width: 320px) and (max-width: 369px) {
  
  #Leave_Dashboard > tr > td:nth-of-type(8) {
    min-height: 50px!important;
  }

}

@media screen and (min-width: 320px) and (max-width: 385px) {
  
  .mr_icon > tbody > tr > td > a > .fa.fa-eye{
    margin-top: 7px;
  }

}

@media screen and (min-width: 1025px) and (max-width: 1277px) {
  
  .mr_trash > tbody > tr > td > a > .fa.fa-trash{
    margin-top: 10px;
  }

}

@media screen and (min-width: 1025px) and (max-width: 1131px) {

  .trash_icon > tbody > tr > td > a > .fa.fa-trash{
    margin-top: 10px;
  }

}

@media screen and (min-width: 1132px) and (max-width: 1166px) {

  .trash_icon > tbody > tr > td > a > .fa.fa-trash{
    margin-top: 0px;
  }

}

@media screen and (min-width: 320px) and (max-width: 341px) {
  
  .trash_icon > tbody > tr > td > a > .fa.fa-trash{
    margin-top: 0px;
  }

  .trash_icon_1315 > tbody > tr > td > a > .fa.fa-trash{
    margin-top: 0px;
  }

}

@media screen and (min-width: 1025px) and (max-width: 1315px) {
  
  .trash_icon_1315 > tbody > tr > td > a > .fa.fa-trash{
    margin-top: 10px;
  }

}

@media screen and (min-width: 1025px) and (max-width: 1240px) {
  
  .pencil_icon > tbody > tr > td > a > .fa.fa-pencil{
    margin-bottom: 10px;
  }

}

.mr_icon > tbody > tr > td > a > .fa.fa-lock{
  margin-right: 3px;
}

