/************************************/
/********************************/
/*          Media Queries       */
/********************************/
@media screen and (max-width: 640px){
  .hero h1 { font-size: 4em; }
}
@media only screen and (max-width: 1920px) and (min-width: 1600px) {
  #page-wrapper {
    /* margin-left: 0;*/
    min-height: 771px!important;
    overflow: auto;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 1599px) and (min-width: 1366px) {
  .about-bg img {
    height: 640px;
  }
  #banner .owl-item img {
    width: inherit!important;
  }
  #page-wrapper {
   /* margin-left: 0;*/
    min-height: 733px!important;
    overflow: auto;
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 1025px) {
  .landing-page .navbar-fixed-top {
    margin-top: 55px !important;
  }
  .vres-center {
    margin:0!important
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  #banner .owl-item img {
    width: inherit!important;
    height: 783px;
  }
  .about-bg img {
    height: 700px;
  }
  .landing-page .navbar-fixed-top {
    margin-top: 44px;
  }
  #banner {
    height: 783px;
  }
  .white-bg {
    max-height: auto;
  }
  #page-wrapper {
    min-height:601px!important;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .vres-padding #page-wrapper .wrapper.wrapper-content {
    padding: 20px 0px 30px 0px !important;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #page-wrapper {
    min-height: 705px!important;
    overflow-y: auto;
  }
  /*** Today Changes ***/
  .col-xs-12.vres-center{
    width: inherit!important;
  }
  .vres-leafpage-center-middle {
    margin: 10% 8.5%;
  }
  .vres-leafpage-center {
    margin: 10% 9%;
  }
  .vres-heading-back-cent {
    float: none;
  }
  .vres-leafpage-three-buttons {
    margin: 10% 8%;
  }
  /*** Today Changes ***/
  #banner .owl-item img {
    width: 100%!important;
    height: auto;
  }
  .white-bg {
    max-height: auto;
  }
  .page-heading h2 {
    font-size: 14px;
  }
  .btn-rp {
    margin-left: 16px;
  }
  div.dataTables_wrapper div.dataTables_filter {
    text-align: left!important;
  }
  .set-region {
    margin-top: 4px;
    margin-bottom: 8px;
  }
  .about-bg img {
    height: auto;
  }
  .landing-page .navbar .navbar-header {
    display: inline-block;
    float: left;
  }
  .landing-page .navbar-fixed-top {
    margin-top: 54px;
  }
  .top-header-left ul, .top-header-right ul {
    padding: 0;
  }
  .landing-page .nav > li > a {
    padding: 33px 6px 34px 10px;
  }
  .landing-page .navbar-default .nav li a {
    font-size: 11px;
  }
  .landing-page .navbar-scroll .navbar-nav > li > a {
    padding: 33px 9px;
  }
  .features-service-single {
    height: 280px;
  }
  #features  .col-sm-6 {
    margin-bottom: 30px;
  }
  .landing-page .testimonials {
    height:auto;
  }
  .address-info ul, .quick-links ul {
    padding: 0;
  }
  #banner {
    height: auto;
    margin-top: 54px;
  }
  .landing-page .carousel-caption {
    left: 3%;
    top: 28%;
    width: 94%;
  }
  .owl-dots {
    bottom: 14px;
  }
  .landing-page .navbar-wrapper .navbar {
    padding-bottom: 0;
  }
  .wrapper-content {
    padding: 20px 0px 40px;
  }
  .navbar-top-links {
    margin-right: 12px;
    margin-left: 14px;
  }
  .navbar-top-links li a {
    padding: 20px 16px;
  }
  .white-bg {
    height: auto;
  }
  .navbar-right {
    margin-right: -19px;
  }
  .title-action a.btn.btn-primary {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .form-control, .single-line {
    padding: 6px 6px;
    font-size: 13px;
  }
  .res-check .col-lg-3 {
    margin-bottom: 10px;
  }
  .dataTables_wrapper table.dataTable {
    width: 100%!important;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
  }

  .dataTables_wrapper table, .dataTables_wrapper thead,
  .dataTables_wrapper tbody,
  .dataTables_wrapper th,
  .dataTables_wrapper td,
  .dataTables_wrapper tr {
    display: block;
  }
  .dataTables_wrapper thead tr  {
    width:50%;
    float: left;
  }
  .dataTables_wrapper .table-striped>tbody>tr:nth-of-type(odd) {
    clear: both;
  }
  thead tr th select{
    padding: 3px;
  }
  .dataTables_wrapper thead tr th {
    width: auto!important;
    height: 25px;
    border-bottom: 1px solid #ccc!important;
    font-size: 12px!important;
  }
  .dataTables_wrapper .table>thead:first-child>tr:first-child>th {
    border-top: 0!important;

  }
  .dataTables_wrapper .table>thead>tr>th {
    border-top: 0;
  }
  .dataTables_wrapper tr { border: 1px solid #ccc; }
  .dataTables_wrapper table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    /* padding-left: 52%!important; */
    font-size: 12px!important;
    padding-bottom: 10px!important;
    min-height: 15px;
    text-align: right;
  }

  .dataTables_wrapper table td:before {
    position: absolute;
    top: 5px;
    left: 6px;
    padding-right: 10px;
    white-space: nowrap;
    font-size: 13px;
  }
  .dataTables_wrapper table td::before {
    content: attr(data-label);
    font-weight: bold;
    text-transform: capitalize;
    margin-right: 10px;
  }
  tfoot {
    width: 50%;
    float: right;
  }
  .tdwrap {
    overflow: inherit;
    max-width: 100%;
  }
  #audit-table thead .sorting:after,
  #audit-table thead .sorting_asc:after {
    bottom: 17px;
    right: 353px;
  }
  #programContent {
    padding: 0;
  }
  .billing-table thead tr,
  #con-table thead tr,
  #employe-table thead tr,
  #gender-table thead tr,
  #grand-table thead tr,
  #initiative-table thead tr,
  #ins-table thead tr,
  #job-table thead tr,
  #marital-table thead tr,
  #lang-table thead tr,
  #neighbor-table thead tr,
  #internal-table thead tr,
  #race-table thead tr,
  #placement-table thead tr,
  #refer-table thead tr,
  #region-table thead tr,
  #residence-table thead tr,
  #frequency-table thead tr,
  #programme-table thead tr,
  #skill-table thead tr,
  #state-table thead tr,
  #role-table thead tr,
  #user-table thead tr,
  #audit-table thead tr,
  #attach-table thead tr,
  #self-attach-table thead tr,
  #user-table thead tr,
  #skill-table thead tr,
  #setup-courses-table,
  #setup-courses-table thead tr,
  #add-course-table thead tr,
  #assign-course-table thead tr,
  #distress-response-table thead tr,
  #plan-a-table thead tr,
  #incentive-table thead tr,
  #incentive-plan-assign-table,
  #assign-participants-incentive-table,
  #incentive-plan-table thead tr,
  #view-payout-table thead tr,
  #payment-processing-table thead tr,
  #edit-survey-table thead tr,
  #survey-assignment-table thead tr
  {
    width:100%;
    float: none;
  }
  /*** Setup Courses ****/
  #setup-courses-table td:nth-of-type(1):before { content: "Course Name";}
  #setup-courses-table td:nth-of-type(2):before { content: "Course Description";}
  #setup-courses-table td:nth-of-type(3):before { content: "Action";}
  #clnt-table td:nth-of-type(1):before { content: "First Name:"; }
  #clnt-table td:nth-of-type(2):before { content: "Last Name:"; }
  #clnt-table	td:nth-of-type(3):before { content: "Client ID:"; }
  #clnt-table td:nth-of-type(4):before { content: "SSN:"; }
  #clnt-table td:nth-of-type(5):before { content: "Birth Date:"; }
  #clnt-table td:nth-of-type(6):before { content: "State/Federal ID:"; }
  #clnt-table td:nth-of-type(7):before { content: "Status:"; }
  #clnt-table td:nth-of-type(8):before { content: "Status Dat:"; }
  #clnt-table td:nth-of-type(9):before { content: "Assigned To:"; }
  #clnt-table td:nth-of-type(10):before { content: "Action:"; }
  /**----view inmate program----**/
  #ini-table td:nth-of-type(1):before { content: "Client Name:"; }
  #ini-table td:nth-of-type(2):before { content: "State Federal ID:"; }
  #ini-table td:nth-of-type(3):before { content: "Pre-Admit Service Type:"; }
  #ini-table td:nth-of-type(4):before { content: "Facility Completed At:"; }
  #ini-table td:nth-of-type(5):before { content: "Dates of Completion:"; }
  #ini-table td:nth-of-type(6):before { content: "Action:"; }
  /** Assignment table----***/
  #assign-table td:nth-of-type(1):before { content: "Assignmengt Status:";}
  #assign-table td:nth-of-type(2):before { content: "Action:";}
  /** Crime of conviction table----***/
  #con-table td:nth-of-type(1):before { content: "Crime Of Conviction:";}
  #con-table td:nth-of-type(2):before { content: "Action:";}
  /** Crime of conviction table----***/
  #employe-table td:nth-of-type(1):before { content: "Emplyement type";}
  #employe-table td:nth-of-type(2):before { content: "Action:";}
  /** Gender table ----***/
  #gender-table td:nth-of-type(1):before { content: "Gender";}
  #gender-table td:nth-of-type(2):before { content: "Action:";}
  /** Grant and Donations Sources----***/
  #grand-table td:nth-of-type(1):before { content: "Grant and Donations Sources";}
  #grand-table td:nth-of-type(2):before { content: "Action:";}
  /** Initiative table----***/
  #initiative-table td:nth-of-type(1):before { content: "Initiative";}
  #initiative-table td:nth-of-type(2):before { content: "Service Type";}
  #initiative-table td:nth-of-type(3):before { content: "Action:";}
  /** Initiative table----***/
  #ins-table td:nth-of-type(1):before { content: "Insurance Carrier";}
  #ins-table td:nth-of-type(2):before { content: "Action";}
  /** Job type table----***/
  #job-table td:nth-of-type(1):before { content: "Job Code";}
  #job-table td:nth-of-type(2):before { content: "Action";}
  /** marital table table----***/
  #marital-table td:nth-of-type(1):before { content: "Marital Status";}
  #marital-table td:nth-of-type(2):before { content: "Action";}
  /** marital table table----***/
  #lang-table td:nth-of-type(1):before { content: "Native Language";}
  #lang-table td:nth-of-type(2):before { content: "Action";}
  /** neighbour table table----***/
  #neighbor-table td:nth-of-type(1):before { content: "Neighborhood";}
  #neighbor-table td:nth-of-type(2):before { content: "Region";}
  #neighbor-table td:nth-of-type(3):before { content: "Action";}
  /** Internal Programme table----***/
  #internal-table td:nth-of-type(1):before { content: "Pre-Admit Service Type";}
  #internal-table td:nth-of-type(2):before { content: "Action";}
  /** Race table----***/
  #race-table td:nth-of-type(1):before { content: "Race";}
  #race-table td:nth-of-type(2):before { content: "Action";}
  /** Reason for placement table----***/
  #placement-table td:nth-of-type(1):before { content: "Reason for Placement";}
  #placement-table td:nth-of-type(2):before { content: "Action";}
  /** Refer table----***/
  #refer-table td:nth-of-type(1):before { content: "Referral Source Name";}
  #refer-table td:nth-of-type(2):before { content: "Region";}
  #refer-table td:nth-of-type(3):before { content: "Organization";}
  #refer-table td:nth-of-type(4):before { content: "Phone";}
  #refer-table td:nth-of-type(5):before { content: "Action";}
  /** Reason for placement table----***/
  #placement-table td:nth-of-type(1):before { content: "Reason for Placement";}
  #placement-table td:nth-of-type(2):before { content: "Action";}
  /** Region table----***/
  #region-table td:nth-of-type(1):before { content: "Region";}
  #region-table td:nth-of-type(2):before { content: "Action";}
  /** Residence table----***/
  #residence-table td:nth-of-type(1):before { content: "Residence Type";}
  #residence-table td:nth-of-type(2):before { content: "Action";}
  /** Assessment frequency table----***/
  #frequency-table td:nth-of-type(1):before { content: "Review Frequency";}
  #frequency-table td:nth-of-type(2):before { content: "Action";}
  /** Service table----***/
  #programme-table td:nth-of-type(1):before { content: "Service Type";}
  #programme-table td:nth-of-type(2):before { content: "Action";}
  /** Skill table----***/
  #skill-table td:nth-of-type(1):before { content: "Skill Set";}
  #skill-table td:nth-of-type(2):before { content: "Action";}
  /** State table----***/
  #state-table td:nth-of-type(1):before { content: "State";}
  #state-table td:nth-of-type(2):before { content: "Action";}
  /** Viewroles table----***/
  #role-table td:nth-of-type(1):before { content: "Role Name";}
  #role-table td:nth-of-type(2):before { content: "Role Description";}
  #role-table td:nth-of-type(3):before { content: "Action";}
  /** Usertable table----***/
  #user-table td:nth-of-type(1):before { content: "First Name";}
  #user-table td:nth-of-type(2):before { content: "Last Name";}
  #user-table td:nth-of-type(3):before { content: "Email Address";}
  #user-table td:nth-of-type(4):before { content: "Phone Number";}
  #user-table td:nth-of-type(5):before { content: "Role";}
  #user-table td:nth-of-type(6):before { content: "Status";}
  #user-table td:nth-of-type(7):before { content: "Action";}
  /** Auditlog Report table----***/
  #audit-table td:nth-of-type(1):before { content: "User Name";}
  #audit-table td:nth-of-type(2):before { content: "Email Address";}
  #audit-table td:nth-of-type(3):before { content: "Status";}
  #audit-table td:nth-of-type(4):before { content: "Last Log-in Date";}
  #audit-table td:nth-of-type(5):before { content: "Last Log-in Time";}
  /** View Attendance table----***/
  #view-table td:nth-of-type(1):before { content: "First Name";}
  #view-table td:nth-of-type(2):before { content: "Last Name";}
  #view-table td:nth-of-type(3):before { content: "Initiative";}
  #view-table td:nth-of-type(4):before { content: "Partner";}
  #view-table td:nth-of-type(5):before { content: "Track";}
  #view-table td:nth-of-type(6):before { content: "Start Date";}
  #view-table td:nth-of-type(7):before { content: "End Date";}
  #view-table td:nth-of-type(8):before { content: "Status";}
  #view-table td:nth-of-type(9):before { content: "Action";}
  /** Attachment Report table----***/
  #attach-table td:nth-of-type(1):before { content: "File Name";}
  #attach-table td:nth-of-type(2):before { content: "Uploaded On";}
  #attach-table td:nth-of-type(3):before { content: "Uploaded By";}
  #attach-table td:nth-of-type(4):before { content: "Action";}
  /** View Assignment table----***/
  #view-assignment-table td:nth-of-type(1):before { content: "Client Name";}
  #view-assignment-table td:nth-of-type(2):before { content: "Initiative";}
  #view-assignment-table td:nth-of-type(3):before { content: "Partner";}
  #view-assignment-table td:nth-of-type(4):before { content: "Track";}
  #view-assignment-table td:nth-of-type(5):before { content: "Enrollment Date";}
  #view-assignment-table td:nth-of-type(6):before { content: "Completion Date";}
  #view-assignment-table td:nth-of-type(7):before { content: "Disenroll Date";}
  #view-assignment-table td:nth-of-type(8):before { content: "Status";}
  #view-assignment-table td:nth-of-type(9):before { content: "Action";}
  /** View Initiative table----***/
  #view-initiative-table td:nth-of-type(1):before { content: "Service Type";}
  #view-initiative-table td:nth-of-type(2):before { content: "Initiative";}
  #view-initiative-table td:nth-of-type(3):before { content: "Partner";}
  #view-initiative-table td:nth-of-type(4):before { content: "Track";}
  #view-initiative-table td:nth-of-type(5):before { content: "Service Contact Phone";}
  #view-initiative-table td:nth-of-type(6):before { content: "Service Contact Email Address";}
  #view-initiative-table td:nth-of-type(7):before { content: "Cost per Client";}
  #view-initiative-table td:nth-of-type(8):before { content: "Capacity";}
  #view-initiative-table td:nth-of-type(9):before { content: "Action";}
  /** View Assesment table----***/
  #view-asses-table td:nth-of-type(1):before { content: "First Name";}
  #view-asses-table td:nth-of-type(2):before { content: "Last Name";}
  #view-asses-table td:nth-of-type(3):before { content: "Type";}
  #view-asses-table td:nth-of-type(4):before { content: "Status";}
  #view-asses-table td:nth-of-type(5):before { content: "Created Date";}
  #view-asses-table td:nth-of-type(6):before { content: "Updated Date";}
  #view-asses-table td:nth-of-type(7):before { content: "Action";}
  /** Self attachment table----***/
  #self-attach-table td:nth-of-type(1):before { content: "File Name";}
  #self-attach-table td:nth-of-type(2):before { content: "Uploaded On";}
  #self-attach-table td:nth-of-type(3):before { content: "Uploaded By";}
  #self-attach-table td:nth-of-type(4):before { content: "Action";}
  /** Active Assignment

  table----***/
  #active-assignment-table td:nth-of-type(1):before { content: "Initiative";}
  #active-assignment-table td:nth-of-type(2):before { content: "Service Type";}
  #active-assignment-table td:nth-of-type(3):before { content: "Partner";}
  #active-assignment-table td:nth-of-type(4):before { content: "Track";}
  #active-assignment-table td:nth-of-type(5):before { content: "Enrollment Date";}
  #active-assignment-table td:nth-of-type(6):before { content: "Review Frequency";}
  #active-assignment-table td:nth-of-type(7):before { content: "Is Continuous Program";}
  #active-assignment-table td:nth-of-type(8):before { content: "Enrollment Cost Per Client";}
  #active-assignment-table td:nth-of-type(9):before { content: "Start Date";}
  #active-assignment-table td:nth-of-type(10):before { content: "End Date";}
  #active-assignment-table td:nth-of-type(11):before { content: "No of Present";}
  #active-assignment-table td:nth-of-type(12):before { content: "No of Absent";}
  #active-assignment-table td:nth-of-type(13):before { content: "Description";}
  /** Complete Assignment table----***/
  #complete-assign-table td:nth-of-type(1):before { content: "Initiative";}
  #complete-assign-table td:nth-of-type(2):before { content: "Service Type";}
  #complete-assign-table td:nth-of-type(3):before { content: "Partner";}
  #complete-assign-table td:nth-of-type(4):before { content: "Track";}
  #complete-assign-table td:nth-of-type(5):before { content: "Enrollment Date";}
  #complete-assign-table td:nth-of-type(6):before { content: "Review Frequency";}
  #complete-assign-table td:nth-of-type(7):before { content: "Is Continuous Program";}
  #complete-assign-table td:nth-of-type(8):before { content: "Enrollment Cost Per Client";}
  #complete-assign-table td:nth-of-type(9):before { content: "Start Date";}
  #complete-assign-table td:nth-of-type(10):before { content: "End Date";}
  #complete-assign-table td:nth-of-type(11):before { content: "Completion Date";}
  /** Dropped Assignment table----***/
  #dropped-assignment-table td:nth-of-type(1):before { content: "Initiative";}
  #dropped-assignment-table td:nth-of-type(2):before { content: "Service Type";}
  #dropped-assignment-table td:nth-of-type(3):before { content: "Partner";}
  #dropped-assignment-table td:nth-of-type(4):before { content: "Track";}
  #dropped-assignment-table td:nth-of-type(5):before { content: "Enrollment Date";}
  #dropped-assignment-table td:nth-of-type(6):before { content: "Review Frequency";}
  #dropped-assignment-table td:nth-of-type(7):before { content: "Is Continuous Program";}
  #dropped-assignment-table td:nth-of-type(8):before { content: "Enrollment Cost Per Client";}
  #dropped-assignment-table td:nth-of-type(9):before { content: "Start Date";}
  #dropped-assignment-table td:nth-of-type(9):before { content: "End Date";}
  #dropped-assignment-table td:nth-of-type(10):before { content: "Disenroll Date";}
  #dropped-assignment-table td:nth-of-type(11):before { content: "Disenrollment Reason";}
  /** Case Plan table----***/
  #case-plan-table td:nth-of-type(1):before { content: "Client Name";}
  #case-plan-table td:nth-of-type(2):before { content: "State Federal ID";}
  #case-plan-table td:nth-of-type(3):before { content: "Creation Date";}
  #case-plan-table td:nth-of-type(4):before { content: "Updated Date";}
  #case-plan-table td:nth-of-type(5):before { content: "Action";}
  /** Referal History table----***/
  #referal-table td:nth-of-type(1):before { content: "Referral Date";}
  #referal-table td:nth-of-type(2):before { content: "Partner(s)";}
  #referal-table td:nth-of-type(3):before { content: "Service type(s)";}
  #referal-table td:nth-of-type(4):before { content: "Initiative(s)";}
  #referal-table td:nth-of-type(5):before { content: "Email Message";}
  /** Case Management table----***/
  #case-table td:nth-of-type(1):before { content: "Date";}
  #case-table td:nth-of-type(2):before { content: "Type";}
  #case-table td:nth-of-type(3):before { content: "Reviewer";}
  #case-table td:nth-of-type(4):before { content: "Case Notes";}
  /** Con review table----***/
  #con-review-table td:nth-of-type(1):before { content: "Date of Contact/Review";}
  #con-review-table td:nth-of-type(2):before { content: "Type";}
  #con-review-table td:nth-of-type(3):before { content: "Review Topic";}
  #con-review-table td:nth-of-type(4):before { content: "Time Spent With Client";}
  #con-review-table td:nth-of-type(4):before { content: "Reviewer";}
  /** From Program Assignments ---***/
  #program-assignment-table td:nth-of-type(1):before { content: "Initiative";}
  #program-assignment-table td:nth-of-type(2):before { content: "Service";}
  #program-assignment-table td:nth-of-type(3):before { content: "Track";}
  #program-assignment-table td:nth-of-type(4):before { content: "Enrollment Date";}
  #program-assignment-table td:nth-of-type(5):before { content: "Start Date";}
  #program-assignment-table td:nth-of-type(6):before { content: "End Date";}
  #program-assignment-table td:nth-of-type(7):before { content: "Enrollment Cost per Client";}
  #program-assignment-table td:nth-of-type(8):before { content: "Additional Cost per Client";}
  /** From Additional Contacts & Reviews ---***/
  #additional-contact-table td:nth-of-type(1):before { content: "Date";}
  #additional-contact-table td:nth-of-type(2):before { content: "Review Topic";}
  #additional-contact-table td:nth-of-type(3):before { content: "Category";}
  #additional-contact-table td:nth-of-type(4):before { content: "Reviewer";}
  #additional-contact-table td:nth-of-type(5):before { content: "Cost";}
  /** Total Client Contribution ---***/
  #client-contribution-table td:nth-of-type(1):before { content: "Expenses";}
  #client-contribution-table td:nth-of-type(2):before { content: "Amount";}
  /** Client Document Library table ---***/
  #client-document-library-table td:nth-of-type(1):before { content: "File Name";}
  #client-document-library-table td:nth-of-type(2):before { content: "Document Name";}
  #client-document-library-table td:nth-of-type(3):before { content: "Category";}
  #client-document-library-table td:nth-of-type(4):before { content: "Upload Date";}
  #client-document-library-table td:nth-of-type(5):before { content: "Uploaded By";}
  #client-document-library-table td:nth-of-type(6):before { content: "Action";}
  /** Assesment History table ---***/
  #assesment-history-table td:nth-of-type(1):before { content: "Type";}
  #assesment-history-table td:nth-of-type(2):before { content: "Status";}
  #assesment-history-table td:nth-of-type(3):before { content: "Upload Date";}
  /** View Review table ---***/
  #review-table td:nth-of-type(1):before { content: "Client Name";}
  #review-table td:nth-of-type(2):before { content: "State Federal ID";}
  #review-table td:nth-of-type(3):before { content: "Category";}
  #review-table td:nth-of-type(4):before { content: "Action";}

  #form-template-table td:nth-of-type(1):before { content: "File Name";}
  #form-template-table td:nth-of-type(2):before { content: "Uploaded On";}
  #form-template-table td:nth-of-type(3):before { content: "Uploaded By";}
  #form-template-table td:nth-of-type(4):before { content: "Action";}

  #prior-analysis-table td:nth-of-type(1):before { content: "Name";}
  #prior-analysis-table td:nth-of-type(2):before { content: "State/Federal ID";}
  #prior-analysis-table td:nth-of-type(3):before { content: "Type";}
  #prior-analysis-table td:nth-of-type(4):before { content: "Percentage";}
  #prior-analysis-table td:nth-of-type(5):before { content: "Date of Assessment";}
  #prior-analysis-table td:nth-of-type(6):before { content: "Action";}
  /** View Refer table ---***/
  #view-refer-table td:nth-of-type(1):before { content: "Client Name";}
  #view-refer-table td:nth-of-type(2):before { content: "Partner";}
  #view-refer-table td:nth-of-type(3):before { content: "Referral Date";}
  #view-refer-table td:nth-of-type(4):before { content: "Action";}
  /** View Partner table ---***/
  #view-partner-table td:nth-of-type(1):before { content: "Partner Name";}
  #view-partner-table td:nth-of-type(2):before { content: "Services";}
  #view-partner-table td:nth-of-type(3):before { content: "Email Address";}
  #view-partner-table td:nth-of-type(4):before { content: "Phone";}
  #view-partner-table td:nth-of-type(5):before { content: "City";}
  #view-partner-table td:nth-of-type(6):before { content: "State";}
  #view-partner-table td:nth-of-type(7):before { content: "Action";}
  /** Client Activity table ---***/
  #client-activity-table td:nth-of-type(1):before { content: "Module";}
  #client-activity-table td:nth-of-type(2):before { content: "Sub-Module";}
  #client-activity-table td:nth-of-type(3):before { content: "Action";}
  #client-activity-table td:nth-of-type(4):before { content: "Updated By";}
  #client-activity-table td:nth-of-type(5):before { content: "Date";}
  #client-activity-table td:nth-of-type(6):before { content: "Time";}
  /** View Case Load Report table ---***/
  #case-load-table td:nth-of-type(1):before { content: "Client Name";}
  #case-load-table td:nth-of-type(2):before { content: "State/Federal ID";}
  #case-load-table td:nth-of-type(3):before { content: "Assigned To";}
  #case-load-table td:nth-of-type(4):before { content: "Supervision Level";}
  #case-load-table td:nth-of-type(5):before { content: "Client Status";}
  /** Attendance table ---***/
  #attendance-table td:nth-of-type(1):before { content: "Client Name";}
  #attendance-table td:nth-of-type(2):before { content: "State/Federal ID";}
  #attendance-table td:nth-of-type(3):before { content: "Initiative";}
  #attendance-table td:nth-of-type(4):before { content: "Partner";}
  #attendance-table td:nth-of-type(5):before { content: "Track";}
  #attendance-table td:nth-of-type(6):before { content: "Case Notes";}
  /** Client Contact table ---***/
  #client-contact-table td:nth-of-type(1):before { content: "Client Name";}
  #client-contact-table td:nth-of-type(2):before { content: "State/Federal ID";}
  #client-contact-table td:nth-of-type(3):before { content: "Case Notes";}
  #client-contact-table td:nth-of-type(4):before { content: "Topic";}
  #client-contact-table td:nth-of-type(5):before { content: "Time Spent";}
  #client-contact-table td:nth-of-type(6):before { content: "Contact Type";}
  #client-contact-table td:nth-of-type(7):before { content: "Date of Contact";}
  #client-contact-table td:nth-of-type(8):before { content: "Referral Needed";}
  #client-contact-table td:nth-of-type(9):before { content: "Additional Cost";}
  #client-contact-table td:nth-of-type(10):before { content: "Reviewer";}
  /** Custody Review table ---***/
  #custody-review-table td:nth-of-type(1):before { content: "Client Name";}
  #custody-review-table td:nth-of-type(2):before { content: "State/Federal ID";}
  #custody-review-table td:nth-of-type(3):before { content: "Case Notes";}
  #custody-review-table td:nth-of-type(4):before { content: "Topic";}
  #custody-review-table td:nth-of-type(5):before { content: "Time Spent";}
  #custody-review-table td:nth-of-type(6):before { content: "Date of Review";}
  #custody-review-table td:nth-of-type(7):before { content: "New Arrests";}
  #custody-review-table td:nth-of-type(8):before { content: "Supervision Level";}
  #custody-review-table td:nth-of-type(9):before { content: "Risk of Recidivism";}
  #custody-review-table td:nth-of-type(10):before { content: "Additional Cost";}
  #custody-review-table td:nth-of-type(11):before { content: "Reviewer";}
  /** Program Update table ---***/
  #program-update-table td:nth-of-type(1):before { content: "Client Name";}
  #program-update-table td:nth-of-type(2):before { content: "State/Federal ID";}
  #program-update-table td:nth-of-type(3):before { content: "Case Notes";}
  #program-update-table td:nth-of-type(4):before { content: "Initiative";}
  #program-update-table td:nth-of-type(5):before { content: "Partner";}
  #program-update-table td:nth-of-type(6):before { content: "Track";}
  #program-update-table td:nth-of-type(7):before { content: "Topic";}
  #program-update-table td:nth-of-type(8):before { content: "Time Spent";}
  #program-update-table td:nth-of-type(9):before { content: "Date of Review";}
  #program-update-table td:nth-of-type(10):before { content: "Assessment Type";}
  #program-update-table td:nth-of-type(11):before { content: "Additional Cost";}
  #program-update-table td:nth-of-type(12):before { content: "Reviewer";}
  /** Client Contact Listing table ---***/
  #contact-list-table td:nth-of-type(1):before { content: "Client Name";}
  #contact-list-table td:nth-of-type(2):before { content: "State/Federal ID";}
  #contact-list-table td:nth-of-type(3):before { content: "Current Address";}
  #contact-list-table td:nth-of-type(4):before { content: "Phone Number";}
  #contact-list-table td:nth-of-type(5):before { content: "Email Address";}
  /** View Demographical Report table ---***/
  #demographical-table td:nth-of-type(1):before { content: "Client Name";}
  #demographical-table td:nth-of-type(2):before { content: "Gender";}
  #demographical-table td:nth-of-type(3):before { content: "State/Federal ID";}
  #demographical-table td:nth-of-type(4):before { content: "Race";}
  #demographical-table td:nth-of-type(5):before { content: "Veteran";}
  #demographical-table td:nth-of-type(6):before { content: "Marital Status";}
  /** Home Plan Report table ---***/
  #Home-plan-report-table td:nth-of-type(1):before { content: "Client Name";}
  #Home-plan-report-table td:nth-of-type(2):before { content: "Contact Name";}
  #Home-plan-report-table td:nth-of-type(3):before { content: "Phone";}
  #Home-plan-report-table td:nth-of-type(4):before { content: "City";}
  #Home-plan-report-table td:nth-of-type(5):before { content: "State";}
  #Home-plan-report-table td:nth-of-type(6):before { content: "Zip";}
  #Home-plan-report-table td:nth-of-type(7):before { content: "Relationship to Contact";}
  /** Criminal Justice History table ---***/
  #criminal-justice-history-table td:nth-of-type(1):before { content: "Client Name";}
  #criminal-justice-history-table td:nth-of-type(2):before { content: "State/Federal ID";}
  #criminal-justice-history-table td:nth-of-type(3):before { content: "Status";}
  #criminal-justice-history-table td:nth-of-type(4):before { content: "Type of Crime";}
  #criminal-justice-history-table td:nth-of-type(5):before { content: "Sub Type of Crime";}
  #criminal-justice-history-table td:nth-of-type(6):before { content: "Date of Offense";}
  #criminal-justice-history-table td:nth-of-type(7):before { content: "Date of Conviction to Contact";}
  /** View Completion Report table ---***/
  #view-report-completion-table td:nth-of-type(1):before { content: "Client Name";}
  #view-report-completion-table td:nth-of-type(2):before { content: "State/Federal ID";}
  #view-report-completion-table td:nth-of-type(3):before { content: "Initiative";}
  #view-report-completion-table td:nth-of-type(4):before { content: "Track";}
  #view-report-completion-table td:nth-of-type(5):before { content: "Completion Date";}
  /** View Need Report table ---***/
  #view-need-report-table td:nth-of-type(1):before { content: "Service";}
  #view-need-report-table td:nth-of-type(2):before { content: "Initiative";}
  #view-need-report-table td:nth-of-type(3):before { content: "Partner";}
  #view-need-report-table td:nth-of-type(4):before { content: "Track";}
  #view-need-report-table td:nth-of-type(5):before { content: "Capacity";}
  #view-need-report-table td:nth-of-type(6):before { content: "Assigned";}
  #view-need-report-table td:nth-of-type(7):before { content: "Wait Listed";}
  #view-need-report-table td:nth-of-type(8):before { content: "Balance";}
  /** View Participation Report table ---***/
  #view-participation-report-table td:nth-of-type(1):before { content: "Client Name";}
  #view-participation-report-table td:nth-of-type(2):before { content: "Enrollment date";}
  #view-participation-report-table td:nth-of-type(3):before { content: "Completion Date";}
  #view-participation-report-table td:nth-of-type(4):before { content: "Disenroll Date";}
  #view-participation-report-table td:nth-of-type(5):before { content: "Partner";}
  #view-participation-report-table td:nth-of-type(6):before { content: "Track";}
  #view-participation-report-table td:nth-of-type(7):before { content: "Capacity";}
  #view-participation-report-table td:nth-of-type(8):before { content: "Status";}
  /** Program Budget Report table ---***/
  #program-budget-report-table td:nth-of-type(1):before { content: "Program/Initiative";}
  #program-budget-report-table td:nth-of-type(2):before { content: "Partner";}
  #program-budget-report-table td:nth-of-type(3):before { content: "Track";}
  #program-budget-report-table td:nth-of-type(4):before { content: "Capacity";}
  #program-budget-report-table td:nth-of-type(5):before { content: "Program Cost";}
  #program-budget-report-table td:nth-of-type(6):before { content: "Number Assigned";}
  #program-budget-report-table td:nth-of-type(7):before { content: "Total Budget";}
  #program-budget-report-table td:nth-of-type(8):before { content: "Budget Utilized";}
  #program-budget-report-table td:nth-of-type(9):before { content: "Budget Remaining";}
  /** Utilization Listing table ---***/
  #utilization-table td:nth-of-type(1):before { content: "Partner";}
  #utilization-table td:nth-of-type(2):before { content: "Service";}
  #utilization-table td:nth-of-type(3):before { content: "Initiative";}
  #utilization-table td:nth-of-type(4):before { content: "Track";}
  #utilization-table td:nth-of-type(5):before { content: "Capacity";}
  #utilization-table td:nth-of-type(6):before { content: "Assigned";}
  #utilization-table td:nth-of-type(7):before { content: "Available";}
  /** Recidivized Client Listing table ---***/
  #recidivized-client-table td:nth-of-type(1):before { content: "Client Name";}
  #recidivized-client-table td:nth-of-type(2):before { content: "State/Federal ID";}
  #recidivized-client-table td:nth-of-type(3):before { content: "Type of Crime";}
  #recidivized-client-table td:nth-of-type(4):before { content: "Date of Offense";}
  #recidivized-client-table td:nth-of-type(5):before { content: "Date of Conviction";}
  #recidivized-client-table td:nth-of-type(6):before { content: "Sentence";}
  /** Recidivized Offense table ---***/
  #recidivized-offense-table td:nth-of-type(1):before { content: "Client Name";}
  #recidivized-offense-table td:nth-of-type(2):before { content: "Type of Crime";}
  #recidivized-offense-table td:nth-of-type(3):before { content: "Date of Offense";}
  #recidivized-offense-table td:nth-of-type(4):before { content: "Date of Conviction";}
  #recidivized-offense-table td:nth-of-type(5):before { content: "Sentence";}
  /** Attendance by Initiative table ---***/
  #attendance-by-initiative-table td:nth-of-type(1):before { content: "Client Name";}
  #attendance-by-initiative-table td:nth-of-type(2):before { content: "State/Federal ID";}
  #attendance-by-initiative-table td:nth-of-type(3):before { content: "Initiative";}
  #attendance-by-initiative-table td:nth-of-type(4):before { content: "Partner";}
  #attendance-by-initiative-table td:nth-of-type(5):before { content: "Track";}
  #attendance-by-initiative-table td:nth-of-type(6):before { content: "No of Days Attended";}
  #attendance-by-initiative-table td:nth-of-type(7):before { content: "No of Days Absent";}
  /**Career skill Table table ---***/
  #career-skill-table td:nth-of-type(1):before { content: "Initiative Name";}
  #career-skill-table td:nth-of-type(2):before { content: "Track";}
  #career-skill-table td:nth-of-type(3):before { content: "Cost per Client";}
  #career-skill-table td:nth-of-type(4):before { content: "Capacity";}
  /*** Assign course table ***/
  #assign-course-table td:nth-of-type(1):before { content: "Course Name";}
  #assign-course-table td:nth-of-type(2):before { content: "Total Participants";}
  #assign-course-table td:nth-of-type(3):before { content: "Assigned By";}
  #assign-course-table td:nth-of-type(4):before { content: "Assigned On";}
  #assign-course-table td:nth-of-type(5):before { content: "Action";}
  /** Distress Response ***/
  #distress-response-table  td:nth-of-type(1):before { content: "First Name";}
  #distress-response-table  td:nth-of-type(2):before { content: "Last Name";}
  #distress-response-table  td:nth-of-type(3):before { content: "Action";}
  /*** Plan A Table ****/
  #plan-a-table td:nth-of-type(1):before { content: "Sequence";}
  #plan-a-table td:nth-of-type(2):before { content: "Name";}
  #plan-a-table td:nth-of-type(3):before { content: "Type";}
  #plan-a-table td:nth-of-type(4):before { content: "Phone Number";}
  #plan-a-table td:nth-of-type(5):before { content: "Email";}
  #plan-a-table td:nth-of-type(6):before { content: "Message";}
  #plan-a-table td:nth-of-type(7):before { content: "Action";}
  /*** Incentive Table ****/
  #incentive-table td:nth-of-type(1):before { content: "First Name";}
  #incentive-table td:nth-of-type(2):before { content: "Last Name";}
  #incentive-table td:nth-of-type(3):before { content: "Total";}
  #incentive-table td:nth-of-type(4):before { content: "Paid";}
  #incentive-table td:nth-of-type(5):before { content: "Balance";}
  /**** Incentive Plan Assign Table *****/
  #incentive-plan-assign-table td:nth-of-type(1):before { content: "Plan Name";}
  #incentive-plan-assign-table td:nth-of-type(2):before { content: "# of Participants";}
  #incentive-plan-assign-table td:nth-of-type(3):before { content: "Assigned On";}
  #incentive-plan-assign-table td:nth-of-type(4):before { content: "Assigned By";}
  #incentive-plan-assign-table td:nth-of-type(5):before { content: "Action";}
  /***Assign Participants to incentive plan ****/
  #assign-participants-incentive-table td:nth-of-type(1):before { content: "Select";}
  #assign-participants-incentive-table td:nth-of-type(2):before { content: "Participant Name";}
  /****Incentive Plans*******/
  #incentive-plan-table td:nth-of-type(1):before { content: "Plan Name";}
  #incentive-plan-table td:nth-of-type(2):before { content: "Status";}
  #incentive-plan-table td:nth-of-type(3):before { content: "Effective Date";}
  #incentive-plan-table td:nth-of-type(4):before { content: "Target Date";}
  #incentive-plan-table td:nth-of-type(5):before { content: "Incentive Amount";}
  #incentive-plan-table td:nth-of-type(6):before { content: "Action";}
  /*** Payout Table ***/
  #view-payout-table td:nth-of-type(1):before { content: "Participant Name";}
  #view-payout-table td:nth-of-type(2):before { content: "Amount Paid";}
  #view-payout-table td:nth-of-type(3):before { content: "Date";}
  #view-payout-table td:nth-of-type(4):before { content: "Transaction Status";}
  #view-payout-table td:nth-of-type(5):before { content: "Action";}
  /***Payment Processing****/
  #payment-processing-table td:nth-of-type(1):before { content: "Receiver Paypal ID (Email or Phone)";width: 112px;}
  #payment-processing-table td:nth-of-type(2):before { content: "Participant Name";}
  #payment-processing-table td:nth-of-type(3):before { content: "Balance Amount";}
  /*** Mood Tracker Edit Survey Table ******/
  #edit-survey-table td:nth-of-type(1):before { content: "Survey Template";}
  #edit-survey-table td:nth-of-type(2):before { content: "Survey Name";}
  #edit-survey-table td:nth-of-type(3):before { content: "Created By";}
  #edit-survey-table td:nth-of-type(4):before { content: "Created On";}
  #edit-survey-table td:nth-of-type(5):before { content: "Action";}
  /***Mood Tracker Survey Assignment*****/
  #survey-assignment-table td:nth-of-type(1):before { content: "Survey Name";}
  #survey-assignment-table td:nth-of-type(2):before { content: "Total Participants";}
  #survey-assignment-table td:nth-of-type(3):before { content: "Created By";}
  #survey-assignment-table td:nth-of-type(4):before { content: "Created On";}
  #survey-assignment-table td:nth-of-type(5):before { content: "Action";}
  /*** View User table ****/
  #view-user-table td:nth-of-type(1):before { content: "Assessment Type";}
  #view-user-table td:nth-of-type(2):before { content: "Total Participants";}
  #view-user-table td:nth-of-type(3):before { content: "Created By";}
  #view-user-table td:nth-of-type(4):before { content: "Created On";}
  #view-user-table td:nth-of-type(5):before { content: "Action";}
  /*** View Assesment Table *****/
  #view-assessments-table td:nth-of-type(1):before { content: "Participant Name";}
  #view-assessments-table td:nth-of-type(2):before { content: "Status";}
  #view-assessments-table td:nth-of-type(3):before { content: "Last Modified date";}
  #view-assessments-table td:nth-of-type(4):before { content: "Action";}
  /** View assign course table ***/
  #view_assign_course_table td:nth-of-type(1):before { content: "Select";}
  #view_assign_course_table td:nth-of-type(2):before { content: "Participant Name";}
  /*** View Course Table ****/
  #view-course-table td:nth-of-type(1):before { content: "Participant Name";}
  #view-course-table td:nth-of-type(2):before { content: "Status";}
  /*#view-course-table td:nth-of-type(3):before { content: "Results";}*/
  /*#view-course-table td:nth-of-type(4):before { content: "Auto Course";}*/
  /*#view-course-table td:nth-of-type(5):before { content: "Last Modified date";}*/
  #view-course-table td:nth-of-type(3):before { content: "Action";}
  /** View Survey Table *****/
  #view-survey-table td:nth-of-type(1):before { content: "Participant Name";}
  #view-survey-table td:nth-of-type(2):before { content: "Status";}
  #view-survey-table td:nth-of-type(3):before { content: "Auto Survey";}
  #view-survey-table td:nth-of-type(4):before { content: "Last Modified Date";}
  #view-survey-table td:nth-of-type(5):before { content: "Action";}
  /** Edit Incentive Plan Assignment ***/
  #edit_assignment_table td:nth-of-type(1):before { content: "Select";}
  #edit_assignment_table td:nth-of-type(2):before { content: "Participant Name";}
}

@media screen and (max-width: 767px){
  .vres-center {
    margin:0!important
  }
  .top-header-home img {
    padding-left:23px!important;
  }
  .pull-right.vres-white-bg .btn {
    margin-top: 0px;
  }
  .vres-home-icon {
    padding: 0px 30px;
  }
  .top-header-home .navbar-top-links a {
    text-align: left!important;
    font-size: 13px!important;
  }
  .panel-footer {
    margin-bottom: 11px;
  }
  /** Today changes ***/
  .top-navigation .nav > li > a {
    padding: 5px 0 0 27px;
  }
  .vres-leafpage-center-middle {
    margin: 10% 7.5%;
  }
  .vres-heading-back-cent {
    margin-bottom: 15px;
  }
  .vres-leafpage-center {
    margin: 10% 12%;
  }
  .ibox-title h5 {
    margin-bottom: 15px;
  }
  /** Today changes ***/
  .vres-heading-back-cent {
    float: none;
    margin-bottom: 15px!important;
  }
  #features .col-xs-12 {
    margin-bottom: 10px;
  }
  .top-header {
    display: none;
  }
  .rsp-d .col-xs-12 {
    margin-bottom: 5px;
  }
  .btn-warning {
    font-size: 12px;
  }
  .landing-page .navbar-nav > li > a {
    padding: 5px 10px;
  }
  .rsp-space {
    margin-top: 10px;
  }
  .landing-page .navbar-scroll .navbar-nav > li > a {
    padding: 5px 15px;
  }
  .about-info, .address-info {
    height: auto;
  }
  #banner .owl-item img {
    width: 100%!important;
    height: auto;
  }
  .landing-page .navbar-fixed-top {
    margin-top: 0;
  }
  .owl-dots {
    left: 42%;
    bottom: 20px;
  }
  .about-bg img {
    height: auto;
  }
  .landing-page .testimonials {
    height: auto;
  }
  .address-info ul, .quick-links ul {
    padding: 0;
  }
  .quick-links ul li a {
    padding-left: 0;
  }
  .address-info {
    margin: 25px 0;
  }
  .about-info {
    margin-top: 20px;
  }
  .landing-page .carousel-caption {
    left: 5%;
    top: 15%;
    width: 94%;
  }
  .landing-page h3 {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .landing-page .carousel-caption p {
    font-size: 13px !important;
    line-height: 20px!important;
  }
  #banner {
    height: auto;
    margin-top: 96px;
  }
  ul.nav.nav-second-level.mobile-nav-second-level.collapse {
    left: 120px;
    padding: 0px;
    margin: 0;
  }
  .white-bg {
    height: auto;
  }
  .set-region {
    margin-top: 0;
  }
  .nav-second-level li {
    padding-left: 0px;
  }
  .title-action a.btn.btn-primary {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .btn-primary {
    font-size: 12px;
  }
  .ass-question .row {
    margin: 0;
    padding: 0;
  }
  .ass-question .col-xs-12 {
    margin-bottom: 10px
  }
  .p-lg {
    padding: 7px;
  }
  #banner {
    height: auto;
  }
  .nav-tabs>li {
    float: none;
  }
  .res-check .col-xs-12 {
    margin-bottom: 7px
  }
  .top-space {
    margin-top: 15px
  }
  .select-wrapper {
    width:100%;
  }
  .form-control, .single-line {
    padding: 6px 6px;
    font-size: 13px;
  }
  .res-table select.form-control{
    width:inherit;
  }
  .box {
    width: 230px;
  }
  .btn-res {
    margin-left: 15px;
  }
  .navbar-nav {
    display: none;
  }
  .landing-page .navbar-default .navbar-nav > .active > a,
  .landing-page .navbar-default .navbar-nav > .active > a:hover {
    border-bottom: 0;
  }
  .signup-modal .modal-header h2, .login-modal .modal-header h2 {
    font-size: 16px;
  }
  .panel-title-head {
    font-size: 14px;
  }
  .panel {
    margin-bottom: 5px;
  }
  #careers {
    padding: 0px 0 26px;
  }
  .service-mid-icon {
    width:60px;
    height:60px;
  }
  .service-description h4 {
    font-size: 14px;
  }
  #features .row {
    margin-bottom: 0px;
  }
  blockquote {
    font-size: 13px;
    line-height: 26px;
    padding: 30px 20px 10px;
  }
  .author-info {
    font-size: 13px;
  }
  .author-designation {
    font-size: 11px;
  }
  .service-mid-icon i {
    line-height: 55px;
  }
  .breadcrumb {
    text-align: left;
  }
  .btn-space {
    margin-top: 20px;
  }
  .widget-text-box h4 {
    font-size: 12px
  }
  .btn-bottom {
    margin-bottom: 10px;
  }
  .res-vio {
    padding: 0
  }
  .btn-top {
    margin-top: 15px;
  }
  .res-m-t-lg  .m-t-lg {
    margin-top: 8px;
  }
  .res-radio {
    margin-top: 10px;
  }
  .btn-btm .btn {
    margin-top: 10px;
  }
  .res-inc-btn {
    margin-top: 8px;
  }
  .btn-left {
    margin-left: 15px;
  }
  .res-row .row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .pull-right.res-btn {
    float: none!important;
  }
  iframe {
    max-width: 100%;
    height: auto;
  }
  iframe body {
  max-width: 100%;
  height: auto;
 }
  .btn-btm span {
    vertical-align: sub;
  }
  .dataTables_wrapper table.dataTable, #career-skill-table
  {
    width: 100%!important;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
  }

  .dataTables_wrapper table, .dataTables_wrapper thead,
  .dataTables_wrapper tbody,
  .dataTables_wrapper th,
  .dataTables_wrapper td,
  .dataTables_wrapper tr,
  #career-skill-table tr,
  #career-skill-table tbody,
  #career-skill-table th,
  #career-skill-table td {
    display: block;
  }
  .dataTables_wrapper thead tr  {
    width:50%;
    float: left;
  }
  .dataTables_wrapper .table-striped>tbody>tr:nth-of-type(odd) {
    clear: both;
  }
  thead tr th select{
    padding: 3px;
  }
  .dataTables_wrapper thead tr th {
    width: auto!important;
    height: 25px;
    border-bottom: 1px solid #ccc!important;
    font-size: 12px!important;
  }
  #career-skill-table thead tr th {
    font-size: 12px!important;
  }
  .dataTables_wrapper #recidivized-client-table thead tr th {
    height: 19px;
  }
  .dataTables_wrapper .table>thead:first-child>tr:first-child>th {
    border-top: 0!important;

  }
  .dataTables_wrapper .table>thead>tr>th {
    border-top: 0;
  }
  .dataTables_wrapper tr { border: 1px solid #ccc; }
  .dataTables_wrapper table td, #career-skill-table td {
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 47%!important;
    font-size: 12px!important;
    min-height: 22px;
  }
  .ibox-content {
    padding: 15px 7px;
  }
  .dataTables_wrapper table td:before, #career-skill-table td:before {
    position: absolute;
    top: 4px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .dataTables_wrapper table td::before , #career-skill-table td:before{
    content: attr(data-label);
    font-weight: bold;
    text-transform: capitalize;
    margin-right: 10px;
  }
  tfoot {
    width: 50%;
    float: right;
  }
  .tdwrap {
    overflow: inherit;
    max-width: 100%;
  }
  #audit-table thead .sorting:after,
  #audit-table thead .sorting_asc:after {
    bottom: 17px;
    left: 120px;
  }
  #programContent {
    padding: 0;
  }
  .c-res .p-sm {
    padding: 0;
  }
  .res-padding {
    padding: 15px 14px 20px 14px;
  }
  .participation-activity {
    padding: 15px;
  }
  .view-res .select2-container{
    width:100%!important;
  }
  .plan-btn {
    margin-bottom: 10px;
  }
  #assign-participants-incentive-table thead tr,
  #view-payout-table thead tr,
  #payment-processing-table thead tr{
    width:100%;
  }
  .billing-table thead tr,
  #con-table thead tr,
  #employe-table thead tr,
  #gender-table thead tr,
  #grand-table thead tr,
  #initiative-table thead tr,
  #ins-table thead tr,
  #job-table thead tr,
  #marital-table thead tr,
  #lang-table thead tr,
  #neighbor-table thead tr,
  #internal-table thead tr,
  #race-table thead tr,
  #placement-table thead tr,
  #refer-table thead tr,
  #region-table thead tr,
  #residence-table thead tr,
  #frequency-table thead tr,
  #programme-table thead tr,
  #skill-table thead tr,
  #state-table thead tr,
  #role-table thead tr,
  #user-table thead tr,
  #audit-table thead tr,
  #attach-table thead tr,
  #self-attach-table thead tr,
  #user-table thead tr,
  #add-assessment-table thead tr,
  #setup-courses-table thead tr,
  #add-course-table thead tr,
  #assign-course-table thead tr,
  #distress-response-table thead tr,
  #plan-a-table thead tr,
  #incentive-table thead tr,
  #incentive-plan-assign-table,
  #assign-participants-incentive-table,
  #incentive-plan-table thead tr,
  #view-payout-table thead tr,
  #payment-processing-table thead tr,
  #edit-survey-table thead tr,
  #survey-assignment-table thead tr,
  #view-user-table thead tr,
  #view-course-table thead tr,
  #incentive-plan-assign-table thead tr,
  #view-survey-table thead tr
  {
    width:100%;
    float: none;
  }
  #clnt-table td:nth-of-type(1):before { content: "First Name:"; }
  #clnt-table td:nth-of-type(2):before { content: "Last Name:"; }
  #clnt-table	td:nth-of-type(3):before { content: "Client ID:"; }
  #clnt-table td:nth-of-type(4):before { content: "SSN:"; }
  #clnt-table td:nth-of-type(5):before { content: "Birth Date:"; }
  #clnt-table td:nth-of-type(6):before { content: "State/Federal ID:"; }
  #clnt-table td:nth-of-type(7):before { content: "Status:"; }
  #clnt-table td:nth-of-type(8):before { content: "Status Dat:"; }
  #clnt-table td:nth-of-type(9):before { content: "Assigned To:"; }
  #clnt-table td:nth-of-type(10):before { content: "Action:"; }
  /**----view inmate program----**/
  #ini-table td:nth-of-type(1):before { content: "Client Name:"; }
  #ini-table td:nth-of-type(2):before { content: "State Federal ID:"; }
  #ini-table td:nth-of-type(3):before { content: "Pre-Admit Service Type:"; }
  #ini-table td:nth-of-type(4):before { content: "Facility Completed At:"; }
  #ini-table td:nth-of-type(5):before { content: "Dates of Completion:"; }
  #ini-table td:nth-of-type(6):before { content: "Action:"; }
  /** Assignment table----***/
  #assign-table td:nth-of-type(1):before { content: "Assignmengt Status:";}
  #assign-table td:nth-of-type(2):before { content: "Action:";}
  /** Crime of conviction table----***/
  #con-table td:nth-of-type(1):before { content: "Crime Of Conviction:";}
  #con-table td:nth-of-type(2):before { content: "Action:";}
  /** Crime of conviction table----***/
  #employe-table td:nth-of-type(1):before { content: "Emplyement type";}
  #employe-table td:nth-of-type(2):before { content: "Action:";}
  /** Gender table ----***/
  #gender-table td:nth-of-type(1):before { content: "Gender";}
  #gender-table td:nth-of-type(2):before { content: "Action:";}
  /** Grant and Donations Sources----***/
  #grand-table td:nth-of-type(1):before { content: "Grant and Donations Sources";}
  #grand-table td:nth-of-type(2):before { content: "Action:";}
  /** Initiative table----***/
  #initiative-table td:nth-of-type(1):before { content: "Initiative";}
  #initiative-table td:nth-of-type(2):before { content: "Service Type";}
  #initiative-table td:nth-of-type(3):before { content: "Action:";}
  /** Initiative table----***/
  #ins-table td:nth-of-type(1):before { content: "Insurance Carrier";}
  #ins-table td:nth-of-type(2):before { content: "Action";}
  /** Job type table----***/
  #job-table td:nth-of-type(1):before { content: "Job Code";}
  #job-table td:nth-of-type(2):before { content: "Action";}
  /** marital table table----***/
  #marital-table td:nth-of-type(1):before { content: "Marital Status";}
  #marital-table td:nth-of-type(2):before { content: "Action";}
  /** marital table table----***/
  #lang-table td:nth-of-type(1):before { content: "Native Language";}
  #lang-table td:nth-of-type(2):before { content: "Action";}
  /** neighbour table table----***/
  #neighbor-table td:nth-of-type(1):before { content: "Neighborhood";}
  #neighbor-table td:nth-of-type(2):before { content: "Region";}
  #neighbor-table td:nth-of-type(3):before { content: "Action";}
  /** Internal Programme table----***/
  #internal-table td:nth-of-type(1):before { content: "Pre-Admit Service Type";}
  #internal-table td:nth-of-type(2):before { content: "Action";}
  /** Race table----***/
  #race-table td:nth-of-type(1):before { content: "Race";}
  #race-table td:nth-of-type(2):before { content: "Action";}
  /** Reason for placement table----***/
  #placement-table td:nth-of-type(1):before { content: "Reason for Placement";}
  #placement-table td:nth-of-type(2):before { content: "Action";}
  /** Refer table----***/
  #refer-table td:nth-of-type(1):before { content: "Referral Source Name";}
  #refer-table td:nth-of-type(2):before { content: "Region";}
  #refer-table td:nth-of-type(3):before { content: "Organization";}
  #refer-table td:nth-of-type(4):before { content: "Phone";}
  #refer-table td:nth-of-type(5):before { content: "Action";}
  /** Reason for placement table----***/
  #placement-table td:nth-of-type(1):before { content: "Reason for Placement";}
  #placement-table td:nth-of-type(2):before { content: "Action";}
  /** Region table----***/
  #region-table td:nth-of-type(1):before { content: "Region";}
  #region-table td:nth-of-type(2):before { content: "Action";}
  /** Residence table----***/
  #residence-table td:nth-of-type(1):before { content: "Residence Type";}
  #residence-table td:nth-of-type(2):before { content: "Action";}
  /** Assessment frequency table----***/
  #frequency-table td:nth-of-type(1):before { content: "Review Frequency";}
  #frequency-table td:nth-of-type(2):before { content: "Action";}
  /** Service table----***/
  #programme-table td:nth-of-type(1):before { content: "Service Type";}
  #programme-table td:nth-of-type(2):before { content: "Action";}
  /** Skill table----***/
  #skill-table td:nth-of-type(1):before { content: "Skill Set";}
  #skill-table td:nth-of-type(2):before { content: "Action";}
  /** State table----***/
  #state-table td:nth-of-type(1):before { content: "State";}
  #state-table td:nth-of-type(2):before { content: "Action";}
  /** Viewroles table----***/
  #role-table td:nth-of-type(1):before { content: "Role Name";}
  #role-table td:nth-of-type(2):before { content: "Role Description";}
  #role-table td:nth-of-type(3):before { content: "Action";}
  /** Usertable table----***/
  #user-table td:nth-of-type(1):before { content: "First Name";}
  #user-table td:nth-of-type(2):before { content: "Last Name";}
  #user-table td:nth-of-type(3):before { content: "Email Address";}
  #user-table td:nth-of-type(4):before { content: "Phone Number";}
  #user-table td:nth-of-type(5):before { content: "Role";}
  #user-table td:nth-of-type(6):before { content: "Status";}
  #user-table td:nth-of-type(7):before { content: "Action";}
  /** Auditlog Report table----***/
  #audit-table td:nth-of-type(1):before { content: "User Name";}
  #audit-table td:nth-of-type(2):before { content: "Email Address";}
  #audit-table td:nth-of-type(3):before { content: "Status";}
  #audit-table td:nth-of-type(4):before { content: "Last Log-in Date";}
  #audit-table td:nth-of-type(5):before { content: "Last Log-in Time";}
  /** View Attendance table----***/
  #view-table td:nth-of-type(1):before { content: "First Name";}
  #view-table td:nth-of-type(2):before { content: "Last Name";}
  #view-table td:nth-of-type(3):before { content: "Initiative";}
  #view-table td:nth-of-type(4):before { content: "Partner";}
  #view-table td:nth-of-type(5):before { content: "Track";}
  #view-table td:nth-of-type(6):before { content: "Start Date";}
  #view-table td:nth-of-type(7):before { content: "End Date";}
  #view-table td:nth-of-type(8):before { content: "Status";}
  #view-table td:nth-of-type(9):before { content: "Action";}
  /** Attachment Report table----***/
  #attach-table td:nth-of-type(1):before { content: "File Name";}
  #attach-table td:nth-of-type(2):before { content: "Uploaded On";}
  #attach-table td:nth-of-type(3):before { content: "Uploaded By";}
  #attach-table td:nth-of-type(4):before { content: "Action";}
  /** View Assignment table----***/
  #view-assignment-table td:nth-of-type(1):before { content: "Client Name";}
  #view-assignment-table td:nth-of-type(2):before { content: "Initiative";}
  #view-assignment-table td:nth-of-type(3):before { content: "Partner";}
  #view-assignment-table td:nth-of-type(4):before { content: "Track";}
  #view-assignment-table td:nth-of-type(5):before { content: "Enrollment Date";}
  #view-assignment-table td:nth-of-type(6):before { content: "Completion Date";}
  #view-assignment-table td:nth-of-type(7):before { content: "Disenroll Date";}
  #view-assignment-table td:nth-of-type(8):before { content: "Status";}
  #view-assignment-table td:nth-of-type(9):before { content: "Action";}
  /** View Initiative table----***/
  #view-initiative-table td:nth-of-type(1):before { content: "Service Type";}
  #view-initiative-table td:nth-of-type(2):before { content: "Initiative";}
  #view-initiative-table td:nth-of-type(3):before { content: "Partner";}
  #view-initiative-table td:nth-of-type(4):before { content: "Track";}
  #view-initiative-table td:nth-of-type(5):before { content: "Service Contact Phone";}
  #view-initiative-table td:nth-of-type(6):before { content: "Service Contact Email Address";}
  #view-initiative-table td:nth-of-type(7):before { content: "Cost per Client";}
  #view-initiative-table td:nth-of-type(8):before { content: "Capacity";}
  #view-initiative-table td:nth-of-type(9):before { content: "Action";}
  /** View Assesment table----***/
  #view-asses-table td:nth-of-type(1):before { content: "First Name";}
  #view-asses-table td:nth-of-type(2):before { content: "Last Name";}
  #view-asses-table td:nth-of-type(3):before { content: "Type";}
  #view-asses-table td:nth-of-type(4):before { content: "Status";}
  #view-asses-table td:nth-of-type(5):before { content: "Created Date";}
  #view-asses-table td:nth-of-type(6):before { content: "Updated Date";}
  #view-asses-table td:nth-of-type(7):before { content: "Action";}
  /** Self attachment table----***/
  #self-attach-table td:nth-of-type(1):before { content: "File Name";}
  #self-attach-table td:nth-of-type(2):before { content: "Uploaded On";}
  #self-attach-table td:nth-of-type(3):before { content: "Uploaded By";}
  #self-attach-table td:nth-of-type(4):before { content: "Action";}
  /** Active Assignment

  table----***/
  #active-assignment-table td:nth-of-type(1):before { content: "Initiative";}
  #active-assignment-table td:nth-of-type(2):before { content: "Service Type";}
  #active-assignment-table td:nth-of-type(3):before { content: "Partner";}
  #active-assignment-table td:nth-of-type(4):before { content: "Track";}
  #active-assignment-table td:nth-of-type(5):before { content: "Enrollment Date";}
  #active-assignment-table td:nth-of-type(6):before { content: "Review Frequency";}
  #active-assignment-table td:nth-of-type(7):before { content: "Is Continuous Program";}
  #active-assignment-table td:nth-of-type(8):before { content: "Enrollment Cost Per Client";}
  #active-assignment-table td:nth-of-type(9):before { content: "Start Date";}
  #active-assignment-table td:nth-of-type(10):before { content: "End Date";}
  #active-assignment-table td:nth-of-type(11):before { content: "No of Present";}
  #active-assignment-table td:nth-of-type(12):before { content: "No of Absent";}
  #active-assignment-table td:nth-of-type(13):before { content: "Description";}
  /** Complete Assignment table----***/
  #complete-assign-table td:nth-of-type(1):before { content: "Initiative";}
  #complete-assign-table td:nth-of-type(2):before { content: "Service Type";}
  #complete-assign-table td:nth-of-type(3):before { content: "Partner";}
  #complete-assign-table td:nth-of-type(4):before { content: "Track";}
  #complete-assign-table td:nth-of-type(5):before { content: "Enrollment Date";}
  #complete-assign-table td:nth-of-type(6):before { content: "Review Frequency";}
  #complete-assign-table td:nth-of-type(7):before { content: "Is Continuous Program";}
  #complete-assign-table td:nth-of-type(8):before { content: "Enrollment Cost Per Client";}
  #complete-assign-table td:nth-of-type(9):before { content: "Start Date";}
  #complete-assign-table td:nth-of-type(10):before { content: "End Date";}
  #complete-assign-table td:nth-of-type(11):before { content: "Completion Date";}
  /** Dropped Assignment table----***/
  #dropped-assignment-table td:nth-of-type(1):before { content: "Initiative";}
  #dropped-assignment-table td:nth-of-type(2):before { content: "Service Type";}
  #dropped-assignment-table td:nth-of-type(3):before { content: "Partner";}
  #dropped-assignment-table td:nth-of-type(4):before { content: "Track";}
  #dropped-assignment-table td:nth-of-type(5):before { content: "Enrollment Date";}
  #dropped-assignment-table td:nth-of-type(6):before { content: "Review Frequency";}
  #dropped-assignment-table td:nth-of-type(7):before { content: "Is Continuous Program";}
  #dropped-assignment-table td:nth-of-type(8):before { content: "Enrollment Cost Per Client";}
  #dropped-assignment-table td:nth-of-type(9):before { content: "Start Date";}
  #dropped-assignment-table td:nth-of-type(9):before { content: "End Date";}
  #dropped-assignment-table td:nth-of-type(10):before { content: "Disenroll Date";}
  #dropped-assignment-table td:nth-of-type(11):before { content: "Disenrollment Reason";}
  /** Case Plan table----***/
  #case-plan-table td:nth-of-type(1):before { content: "Client Name";}
  #case-plan-table td:nth-of-type(2):before { content: "State Federal ID";}
  #case-plan-table td:nth-of-type(3):before { content: "Creation Date";}
  #case-plan-table td:nth-of-type(4):before { content: "Updated Date";}
  #case-plan-table td:nth-of-type(5):before { content: "Action";}
  /** Referal History table----***/
  #referal-table td:nth-of-type(1):before { content: "Referral Date";}
  #referal-table td:nth-of-type(2):before { content: "Partner(s)";}
  #referal-table td:nth-of-type(3):before { content: "Service type(s)";}
  #referal-table td:nth-of-type(4):before { content: "Initiative(s)";}
  #referal-table td:nth-of-type(5):before { content: "Email Message";}
  /** Case Management table----***/
  #case-table td:nth-of-type(1):before { content: "Date";}
  #case-table td:nth-of-type(2):before { content: "Type";}
  #case-table td:nth-of-type(3):before { content: "Reviewer";}
  #case-table td:nth-of-type(4):before { content: "Case Notes";}
  /** Con review table----***/
  #con-review-table td:nth-of-type(1):before { content: "Date of Contact/Review";}
  #con-review-table td:nth-of-type(2):before { content: "Type";}
  #con-review-table td:nth-of-type(3):before { content: "Review Topic";}
  #con-review-table td:nth-of-type(4):before { content: "Time Spent With Client";}
  #con-review-table td:nth-of-type(4):before { content: "Reviewer";}
  /** From Program Assignments ---***/
  #program-assignment-table td:nth-of-type(1):before { content: "Initiative";}
  #program-assignment-table td:nth-of-type(2):before { content: "Service";}
  #program-assignment-table td:nth-of-type(3):before { content: "Track";}
  #program-assignment-table td:nth-of-type(4):before { content: "Enrollment Date";}
  #program-assignment-table td:nth-of-type(5):before { content: "Start Date";}
  #program-assignment-table td:nth-of-type(6):before { content: "End Date";}
  #program-assignment-table td:nth-of-type(7):before { content: "Enrollment Cost per Client";}
  #program-assignment-table td:nth-of-type(8):before { content: "Additional Cost per Client";}
  /** From Additional Contacts & Reviews ---***/
  #additional-contact-table td:nth-of-type(1):before { content: "Date";}
  #additional-contact-table td:nth-of-type(2):before { content: "Review Topic";}
  #additional-contact-table td:nth-of-type(3):before { content: "Category";}
  #additional-contact-table td:nth-of-type(4):before { content: "Reviewer";}
  #additional-contact-table td:nth-of-type(5):before { content: "Cost";}
  /** Total Client Contribution ---***/
  #client-contribution-table td:nth-of-type(1):before { content: "Expenses";}
  #client-contribution-table td:nth-of-type(2):before { content: "Amount";}
  /** Client Document Library table ---***/
  #client-document-library-table td:nth-of-type(1):before { content: "File Name";}
  #client-document-library-table td:nth-of-type(2):before { content: "Document Name";}
  #client-document-library-table td:nth-of-type(3):before { content: "Category";}
  #client-document-library-table td:nth-of-type(4):before { content: "Upload Date";}
  #client-document-library-table td:nth-of-type(5):before { content: "Uploaded By";}
  #client-document-library-table td:nth-of-type(6):before { content: "Action";}
  /** Assesment History table ---***/
  #assesment-history-table td:nth-of-type(1):before { content: "Type";}
  #assesment-history-table td:nth-of-type(2):before { content: "Status";}
  #assesment-history-table td:nth-of-type(3):before { content: "Upload Date";}
  /** View Review table ---***/
  #review-table td:nth-of-type(1):before { content: "Client Name";}
  #review-table td:nth-of-type(2):before { content: "State Federal ID";}
  #review-table td:nth-of-type(3):before { content: "Category";}
  #review-table td:nth-of-type(4):before { content: "Action";}

  #form-template-table td:nth-of-type(1):before { content: "File Name";}
  #form-template-table td:nth-of-type(2):before { content: "Uploaded On";}
  #form-template-table td:nth-of-type(3):before { content: "Uploaded By";}
  #form-template-table td:nth-of-type(4):before { content: "Action";}

  #prior-analysis-table td:nth-of-type(1):before { content: "Name";}
  #prior-analysis-table td:nth-of-type(2):before { content: "State/Federal ID";}
  #prior-analysis-table td:nth-of-type(3):before { content: "Type";}
  #prior-analysis-table td:nth-of-type(4):before { content: "Percentage";}
  #prior-analysis-table td:nth-of-type(5):before { content: "Date of Assessment";}
  #prior-analysis-table td:nth-of-type(6):before { content: "Action";}
  /** View Refer table ---***/
  #view-refer-table td:nth-of-type(1):before { content: "Client Name";}
  #view-refer-table td:nth-of-type(2):before { content: "Partner";}
  #view-refer-table td:nth-of-type(3):before { content: "Referral Date";}
  #view-refer-table td:nth-of-type(4):before { content: "Action";}
  /** View Partner table ---***/
  #view-partner-table td:nth-of-type(1):before { content: "Partner Name";}
  #view-partner-table td:nth-of-type(2):before { content: "Services";}
  #view-partner-table td:nth-of-type(3):before { content: "Email Address";}
  #view-partner-table td:nth-of-type(4):before { content: "Phone";}
  #view-partner-table td:nth-of-type(5):before { content: "City";}
  #view-partner-table td:nth-of-type(6):before { content: "State";}
  #view-partner-table td:nth-of-type(7):before { content: "Action";}
  /** Client Activity table ---***/
  #client-activity-table td:nth-of-type(1):before { content: "Module";}
  #client-activity-table td:nth-of-type(2):before { content: "Sub-Module";}
  #client-activity-table td:nth-of-type(3):before { content: "Action";}
  #client-activity-table td:nth-of-type(4):before { content: "Updated By";}
  #client-activity-table td:nth-of-type(5):before { content: "Date";}
  #client-activity-table td:nth-of-type(6):before { content: "Time";}
  /** View Case Load Report table ---***/
  #case-load-table td:nth-of-type(1):before { content: "Client Name";}
  #case-load-table td:nth-of-type(2):before { content: "State/Federal ID";}
  #case-load-table td:nth-of-type(3):before { content: "Assigned To";}
  #case-load-table td:nth-of-type(4):before { content: "Supervision Level";}
  #case-load-table td:nth-of-type(5):before { content: "Client Status";}
  /** Attendance table ---***/
  #attendance-table td:nth-of-type(1):before { content: "Client Name";}
  #attendance-table td:nth-of-type(2):before { content: "State/Federal ID";}
  #attendance-table td:nth-of-type(3):before { content: "Initiative";}
  #attendance-table td:nth-of-type(4):before { content: "Partner";}
  #attendance-table td:nth-of-type(5):before { content: "Track";}
  #attendance-table td:nth-of-type(6):before { content: "Case Notes";}
  /** Client Contact table ---***/
  #client-contact-table td:nth-of-type(1):before { content: "Client Name";}
  #client-contact-table td:nth-of-type(2):before { content: "State/Federal ID";}
  #client-contact-table td:nth-of-type(3):before { content: "Case Notes";}
  #client-contact-table td:nth-of-type(4):before { content: "Topic";}
  #client-contact-table td:nth-of-type(5):before { content: "Time Spent";}
  #client-contact-table td:nth-of-type(6):before { content: "Contact Type";}
  #client-contact-table td:nth-of-type(7):before { content: "Date of Contact";}
  #client-contact-table td:nth-of-type(8):before { content: "Referral Needed";}
  #client-contact-table td:nth-of-type(9):before { content: "Additional Cost";}
  #client-contact-table td:nth-of-type(10):before { content: "Reviewer";}
  /** Custody Review table ---***/
  #custody-review-table td:nth-of-type(1):before { content: "Client Name";}
  #custody-review-table td:nth-of-type(2):before { content: "State/Federal ID";}
  #custody-review-table td:nth-of-type(3):before { content: "Case Notes";}
  #custody-review-table td:nth-of-type(4):before { content: "Topic";}
  #custody-review-table td:nth-of-type(5):before { content: "Time Spent";}
  #custody-review-table td:nth-of-type(6):before { content: "Date of Review";}
  #custody-review-table td:nth-of-type(7):before { content: "New Arrests";}
  #custody-review-table td:nth-of-type(8):before { content: "Supervision Level";}
  #custody-review-table td:nth-of-type(9):before { content: "Risk of Recidivism";}
  #custody-review-table td:nth-of-type(10):before { content: "Additional Cost";}
  #custody-review-table td:nth-of-type(11):before { content: "Reviewer";}
  /** Program Update table ---***/
  #program-update-table td:nth-of-type(1):before { content: "Client Name";}
  #program-update-table td:nth-of-type(2):before { content: "State/Federal ID";}
  #program-update-table td:nth-of-type(3):before { content: "Case Notes";}
  #program-update-table td:nth-of-type(4):before { content: "Initiative";}
  #program-update-table td:nth-of-type(5):before { content: "Partner";}
  #program-update-table td:nth-of-type(6):before { content: "Track";}
  #program-update-table td:nth-of-type(7):before { content: "Topic";}
  #program-update-table td:nth-of-type(8):before { content: "Time Spent";}
  #program-update-table td:nth-of-type(9):before { content: "Date of Review";}
  #program-update-table td:nth-of-type(10):before { content: "Assessment Type";}
  #program-update-table td:nth-of-type(11):before { content: "Additional Cost";}
  #program-update-table td:nth-of-type(12):before { content: "Reviewer";}
  /** Client Contact Listing table ---***/
  #contact-list-table td:nth-of-type(1):before { content: "Client Name";}
  #contact-list-table td:nth-of-type(2):before { content: "State/Federal ID";}
  #contact-list-table td:nth-of-type(3):before { content: "Current Address";}
  #contact-list-table td:nth-of-type(4):before { content: "Phone Number";}
  #contact-list-table td:nth-of-type(5):before { content: "Email Address";}
  /** View Demographical Report table ---***/
  #demographical-table td:nth-of-type(1):before { content: "Client Name";}
  #demographical-table td:nth-of-type(2):before { content: "Gender";}
  #demographical-table td:nth-of-type(3):before { content: "State/Federal ID";}
  #demographical-table td:nth-of-type(4):before { content: "Race";}
  #demographical-table td:nth-of-type(5):before { content: "Veteran";}
  #demographical-table td:nth-of-type(6):before { content: "Marital Status";}
  /** Home Plan Report table ---***/
  #Home-plan-report-table td:nth-of-type(1):before { content: "Client Name";}
  #Home-plan-report-table td:nth-of-type(2):before { content: "Contact Name";}
  #Home-plan-report-table td:nth-of-type(3):before { content: "Phone";}
  #Home-plan-report-table td:nth-of-type(4):before { content: "City";}
  #Home-plan-report-table td:nth-of-type(5):before { content: "State";}
  #Home-plan-report-table td:nth-of-type(6):before { content: "Zip";}
  #Home-plan-report-table td:nth-of-type(7):before { content: "Relationship to Contact";}
  /** Criminal Justice History table ---***/
  #criminal-justice-history-table td:nth-of-type(1):before { content: "Client Name";}
  #criminal-justice-history-table td:nth-of-type(2):before { content: "State/Federal ID";}
  #criminal-justice-history-table td:nth-of-type(3):before { content: "Status";}
  #criminal-justice-history-table td:nth-of-type(4):before { content: "Type of Crime";}
  #criminal-justice-history-table td:nth-of-type(5):before { content: "Sub Type of Crime";}
  #criminal-justice-history-table td:nth-of-type(6):before { content: "Date of Offense";}
  #criminal-justice-history-table td:nth-of-type(7):before { content: "Date of Conviction to Contact";}
  /** View Completion Report table ---***/
  #view-report-completion-table td:nth-of-type(1):before { content: "Client Name";}
  #view-report-completion-table td:nth-of-type(2):before { content: "State/Federal ID";}
  #view-report-completion-table td:nth-of-type(3):before { content: "Initiative";}
  #view-report-completion-table td:nth-of-type(4):before { content: "Track";}
  #view-report-completion-table td:nth-of-type(5):before { content: "Completion Date";}
  /** View Need Report table ---***/
  #view-need-report-table td:nth-of-type(1):before { content: "Service";}
  #view-need-report-table td:nth-of-type(2):before { content: "Initiative";}
  #view-need-report-table td:nth-of-type(3):before { content: "Partner";}
  #view-need-report-table td:nth-of-type(4):before { content: "Track";}
  #view-need-report-table td:nth-of-type(5):before { content: "Capacity";}
  #view-need-report-table td:nth-of-type(6):before { content: "Assigned";}
  #view-need-report-table td:nth-of-type(7):before { content: "Wait Listed";}
  #view-need-report-table td:nth-of-type(8):before { content: "Balance";}
  /** View Participation Report table ---***/
  #view-participation-report-table td:nth-of-type(1):before { content: "Client Name";}
  #view-participation-report-table td:nth-of-type(2):before { content: "Enrollment date";}
  #view-participation-report-table td:nth-of-type(3):before { content: "Completion Date";}
  #view-participation-report-table td:nth-of-type(4):before { content: "Disenroll Date";}
  #view-participation-report-table td:nth-of-type(5):before { content: "Partner";}
  #view-participation-report-table td:nth-of-type(6):before { content: "Track";}
  #view-participation-report-table td:nth-of-type(7):before { content: "Capacity";}
  #view-participation-report-table td:nth-of-type(8):before { content: "Status";}
  /** Program Budget Report table ---***/
  #program-budget-report-table td:nth-of-type(1):before { content: "Program/Initiative";}
  #program-budget-report-table td:nth-of-type(2):before { content: "Partner";}
  #program-budget-report-table td:nth-of-type(3):before { content: "Track";}
  #program-budget-report-table td:nth-of-type(4):before { content: "Capacity";}
  #program-budget-report-table td:nth-of-type(5):before { content: "Program Cost";}
  #program-budget-report-table td:nth-of-type(6):before { content: "Number Assigned";}
  #program-budget-report-table td:nth-of-type(7):before { content: "Total Budget";}
  #program-budget-report-table td:nth-of-type(8):before { content: "Budget Utilized";}
  #program-budget-report-table td:nth-of-type(9):before { content: "Budget Remaining";}
  /** Utilization Listing table ---***/
  #utilization-table td:nth-of-type(1):before { content: "Partner";}
  #utilization-table td:nth-of-type(2):before { content: "Service";}
  #utilization-table td:nth-of-type(3):before { content: "Initiative";}
  #utilization-table td:nth-of-type(4):before { content: "Track";}
  #utilization-table td:nth-of-type(5):before { content: "Capacity";}
  #utilization-table td:nth-of-type(6):before { content: "Assigned";}
  #utilization-table td:nth-of-type(7):before { content: "Available";}
  /** Recidivized Client Listing table ---***/
  #recidivized-client-table td:nth-of-type(1):before { content: "Client Name";}
  #recidivized-client-table td:nth-of-type(2):before { content: "State/Federal ID";}
  #recidivized-client-table td:nth-of-type(3):before { content: "Type of Crime";}
  #recidivized-client-table td:nth-of-type(4):before { content: "Date of Offense";}
  #recidivized-client-table td:nth-of-type(5):before { content: "Date of Conviction";}
  #recidivized-client-table td:nth-of-type(6):before { content: "Sentence";}
  /** Recidivized Offense table ---***/
  #recidivized-offense-table td:nth-of-type(1):before { content: "Client Name";}
  #recidivized-offense-table td:nth-of-type(2):before { content: "Type of Crime";}
  #recidivized-offense-table td:nth-of-type(3):before { content: "Date of Offense";}
  #recidivized-offense-table td:nth-of-type(4):before { content: "Date of Conviction";}
  #recidivized-offense-table td:nth-of-type(5):before { content: "Sentence";}
  /** Attendance by Initiative table ---***/
  #attendance-by-initiative-table td:nth-of-type(1):before { content: "Client Name";}
  #attendance-by-initiative-table td:nth-of-type(2):before { content: "State/Federal ID";}
  #attendance-by-initiative-table td:nth-of-type(3):before { content: "Initiative";}
  #attendance-by-initiative-table td:nth-of-type(4):before { content: "Partner";}
  #attendance-by-initiative-table td:nth-of-type(5):before { content: "Track";}
  #attendance-by-initiative-table td:nth-of-type(6):before { content: "No of Days Attended";}
  #attendance-by-initiative-table td:nth-of-type(7):before { content: "No of Days Absent";}
  /**Career skill Table table ---***/
  #career-skill-table td:nth-of-type(1):before { content: "Initiative Name";}
  #career-skill-table td:nth-of-type(2):before { content: "Track";}
  #career-skill-table td:nth-of-type(3):before { content: "Cost per Client";}
  #career-skill-table td:nth-of-type(4):before { content: "Capacity";}
  /*** Assign Assessment ****/
  #user-table td:nth-of-type(1):before { content: "Assessment Type";}
  #user-table td:nth-of-type(2):before { content: "Total Participants Assigned";}
  #user-table td:nth-of-type(3):before { content: "Created On";}
  #user-table td:nth-of-type(4):before { content: "Created By";}
  #user-table td:nth-of-type(5):before { content: "Action";}
  /***Add Assessment Table *****/
  #add-assessment-table td:nth-of-type(1):before { content: "Select";}
  #add-assessment-table td:nth-of-type(2):before { content: "Participant Name";}
  /*** Setup Courses ****/
  #setup-courses-table td:nth-of-type(1):before { content: "Course Name";}
  #setup-courses-table td:nth-of-type(2):before { content: "Course Description";}
  #setup-courses-table td:nth-of-type(3):before { content: "Action";}
  /** Add Course Table ****/
  #add-course-table td:nth-of-type(1):before { content: "Module Name";}
  #add-course-table td:nth-of-type(2):before { content: "Module Description";}
  #add-course-table td:nth-of-type(3):before { content: "Action";}
  /*** Assign course table ***/
  #assign-course-table td:nth-of-type(1):before { content: "Course Name";}
  #assign-course-table td:nth-of-type(2):before { content: "Total Participants";}
  #assign-course-table td:nth-of-type(3):before { content: "Assigned By";}
  #assign-course-table td:nth-of-type(4):before { content: "Assigned On";}
  #assign-course-table td:nth-of-type(5):before { content: "Action";}
  /** Distress Response ***/
  #distress-response-table  td:nth-of-type(1):before { content: "First Name";}
  #distress-response-table  td:nth-of-type(2):before { content: "Last Name";}
  #distress-response-table  td:nth-of-type(3):before { content: "Action";}
  /*** Plan A Table ****/
  #plan-a-table td:nth-of-type(1):before { content: "Sequence";}
  #plan-a-table td:nth-of-type(2):before { content: "Name";}
  #plan-a-table td:nth-of-type(3):before { content: "Type";}
  #plan-a-table td:nth-of-type(4):before { content: "Phone Number";}
  #plan-a-table td:nth-of-type(5):before { content: "Email";}
  #plan-a-table td:nth-of-type(6):before { content: "Message";}
  #plan-a-table td:nth-of-type(7):before { content: "Action";}
  /*** Incentive Table ****/
  #incentive-table td:nth-of-type(1):before { content: "First Name";}
  #incentive-table td:nth-of-type(2):before { content: "Last Name";}
  #incentive-table td:nth-of-type(3):before { content: "Total";}
  #incentive-table td:nth-of-type(4):before { content: "Paid";}
  #incentive-table td:nth-of-type(5):before { content: "Balance";}
  /**** Incentive Plan Assign Table *****/
  #incentive-plan-assign-table td:nth-of-type(1):before { content: "Plan Name";}
  #incentive-plan-assign-table td:nth-of-type(2):before { content: "# of Participants";}
  #incentive-plan-assign-table td:nth-of-type(3):before { content: "Assigned On";}
  #incentive-plan-assign-table td:nth-of-type(4):before { content: "Assigned By";}
  #incentive-plan-assign-table td:nth-of-type(5):before { content: "Action";}
  /***Assign Participants to incentive plan ****/
  #assign-participants-incentive-table td:nth-of-type(1):before { content: "Select";}
  #assign-participants-incentive-table td:nth-of-type(2):before { content: "Participant Name";}
  /****Incentive Plans*******/
  #incentive-plan-table td:nth-of-type(1):before { content: "Plan Name";}
  #incentive-plan-table td:nth-of-type(2):before { content: "Status";}
  #incentive-plan-table td:nth-of-type(3):before { content: "Effective Date";}
  #incentive-plan-table td:nth-of-type(4):before { content: "Target Date";}
  #incentive-plan-table td:nth-of-type(5):before { content: "Incentive Amount";}
  #incentive-plan-table td:nth-of-type(6):before { content: "Action";}
  /*** Payout Table ***/
  #view-payout-table td:nth-of-type(1):before { content: "Participant Name";}
  #view-payout-table td:nth-of-type(2):before { content: "Amount Paid";}
  #view-payout-table td:nth-of-type(3):before { content: "Date";}
  #view-payout-table td:nth-of-type(4):before { content: "Transaction Status";}
  #view-payout-table td:nth-of-type(5):before { content: "Action";}
  /***Payment Processing****/
  #payment-processing-table td:nth-of-type(1):before { content: "Receiver Paypal ID (Email or Phone)";width: 112px;}
  #payment-processing-table td:nth-of-type(2):before { content: "Participant Name";}
  #payment-processing-table td:nth-of-type(3):before { content: "Balance Amount";}
  /*** Mood Tracker Edit Survey Table ******/
  #edit-survey-table td:nth-of-type(1):before { content: "Survey Template";}
  #edit-survey-table td:nth-of-type(2):before { content: "Survey Name";}
  #edit-survey-table td:nth-of-type(3):before { content: "Created By";}
  #edit-survey-table td:nth-of-type(4):before { content: "Created On";}
  #edit-survey-table td:nth-of-type(5):before { content: "Action";}
  /***Mood Tracker Survey Assignment*****/
  #survey-assignment-table td:nth-of-type(1):before { content: "Survey Name";}
  #survey-assignment-table td:nth-of-type(2):before { content: "Total Participants";}
  #survey-assignment-table td:nth-of-type(3):before { content: "Created By";}
  #survey-assignment-table td:nth-of-type(4):before { content: "Created On";}
  #survey-assignment-table td:nth-of-type(5):before { content: "Action";}
  /*** View User table ****/
  #view-user-table td:nth-of-type(1):before { content: "Assessment Type";}
  #view-user-table td:nth-of-type(2):before { content: "Total Participants";}
  #view-user-table td:nth-of-type(3):before { content: "Created By";}
  #view-user-table td:nth-of-type(4):before { content: "Created On";}
  #view-user-table td:nth-of-type(5):before { content: "Action";}
  /*** View Assesment Table *****/
  #view-assessments-table td:nth-of-type(1):before { content: "Participant Name";}
  #view-assessments-table td:nth-of-type(2):before { content: "Status";}
  #view-assessments-table td:nth-of-type(3):before { content: "Last Modified date";}
  #view-assessments-table td:nth-of-type(4):before { content: "Action";}
  /** View assign course table ***/
  #view_assign_course_table td:nth-of-type(1):before { content: "Select";}
  #view_assign_course_table td:nth-of-type(2):before { content: "Participant Name";}
  /*** View Course Table ****/
  #view-course-table td:nth-of-type(1):before { content: "Participant Name";}
  #view-course-table td:nth-of-type(2):before { content: "Status";}
  /*#view-course-table td:nth-of-type(3):before { content: "Results";}
  #view-course-table td:nth-of-type(4):before { content: "Auto Course";}*/
  #view-course-table td:nth-of-type(3):before { content: "Last Modified date";}
  #view-course-table td:nth-of-type(4):before { content: "Action";}
  /** View Survey Table *****/
  #view-survey-table td:nth-of-type(1):before { content: "Participant Name";}
  #view-survey-table td:nth-of-type(2):before { content: "Status";}
  #view-survey-table td:nth-of-type(3):before { content: "Auto Survey";}
  #view-survey-table td:nth-of-type(4):before { content: "Last Modified Date";}
  #view-survey-table td:nth-of-type(5):before { content: "Action";}
  /** Edit Incentive Plan Assignment ***/
  #edit_assignment_table td:nth-of-type(1):before { content: "Select";}
  #edit_assignment_table td:nth-of-type(2):before { content: "Participant Name";}
}

@media only screen and (max-width: 480px) and (min-width: 320px) {
  .rs-d {
    display: none;
  }
  .landing-page h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 4px;
  }
  #banner {
    height: auto;
    margin-top: 96px;
  }
  .landing-page .carousel-caption p {
    font-size: 13px !important;
    line-height: 20px!important;
  }
  #banner {
    height: auto;
    margin-top: 96px;
  }
  .white-bg {
    height: auto;
  }
  .landing-page .carousel-caption {
    top:-1%;
  }
  .owl-dots {
    bottom:4px;
  }
  .breadcrumb {
    font-size: 11px;
  }
  .page-heading h2 {
    font-size: 14px;
    padding: 0;
  }
  .page-heading {
    padding: 10px;
  }
  .res-text {
    text-align: left;
  }
  body.mini-navbar .navbar-default .nav > li > a {
    font-size: 13px;
  }
  /*.h-scroll {*/
  /*  margin-right: 15px;*/
  /*}*/
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0!important;
    white-space: nowrap;
  }
  .btn-rp {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 736px) and (min-width: 320px) {
  .landing-page h3 {
    font-size: 14px;
  }
  .landing-page .carousel-caption p {
    line-height: 19px!important;
  }
  .btn-rp {
    margin-left: 16px;
  }
}