@media only screen and (max-width: 736px) {
  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .searchInput {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    background-color: transparent !important;
    border: none !important;
  }
  #no-more-tables tr {
    border: 1px solid #ccc;
  }

  #no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left !important;
    width: 100% !important;
  }
  .tdBlack100ps td {
    padding-left: 0px !important;
    border-bottom: none !important;
  }
  .tabTitle {
    padding-left: 18px;
  }

  #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }

  /*
    Label the data
    */
  #no-more-tables td:before {
    content: attr(data-title);
    white-space: initial;
  }
  #no-more-tables.policylist tr {
    border: none;
    margin-bottom: 20px;
    white-space: normal;
  }
  #no-more-tables.policylist td > div.doc-link {
    padding-left: 65px !important;
  }
  #no-more-tables.policylist td.icongroup {
    padding-left: 65px !important;
  }
}

#no-more-tables.policylist td {
  padding-left: 0px !important;
  border: none;
  background-color: #fff;
}
#no-more-tables.policylist tr {
  border: none;
  margin-bottom: 20px;
}
.bg-transparent table tr td {
  background-color: transparent !important;
}
.table-striped.bg-transparent > tbody > tr:nth-child(odd) > td,
.table-striped.bg-transparent > tbody > tr:nth-child(odd) > th {
  background-color: transparent !important;
  border: none;
}
.table-striped.bg-transparent > tbody > tr:nth-child(even) > td,
.table-striped.bg-transparent > tbody > tr:nth-child(even) > th {
  background-color: transparent !important;
  border: none;
}

.swissReTable table tr td {
  background-color: transparent !important;
}
.swissReTable > thead > tr > th {
  /*    vertical-align: bottom;*/
  /*border-bottom: 2px solid #dddddd;*/
  background-color: #1e558f;
  color: #fff;
  vertical-align: middle;
  border: none;
}

/*.anil:after {
content: "Email address: ";
}*/
.swissReTable > thead > tr > th:first-child {
  border-radius: 3px 0px 0px 0px;
  border-collapse: separate;
}
.swissReTable > thead > tr > th:last-child {
  border-radius: 0px 3px 0px 0px;
  border-collapse: separate;
}
.table-striped.swissReTable > tbody {
  border: 1px solid #c9cacc !important;
  border-top: none !important;
}
/*.table-striped.swissReTable > tbody > tr:last-child > td:first-child
{
    border-radius: 0px 0px 0px 8px;
    border-collapse: separate;

}
.table-striped.swissReTable > tbody > tr:last-child > td:last-child
{
    border-radius: 0px 0px 8px 0px;
    border-collapse: separate;
    border-right: none !important;

}

.table-striped.swissReTable > tbody > tr > td:first-child{
   border-left: 1px solid #c9cacc !important;

}
.table-striped.swissReTable > tbody > tr > td:last-child{
   border-right: 1px solid #c9cacc !important;

}*/
.swissReTablePading {
  padding-left: 15px;
  padding-right: 15px;
}
.table-striped.swissReTable > tbody > tr:nth-child(odd) > td,
.table-striped.swissReTable > tbody > tr:nth-child(odd) > th {
  background-color: #fff !important;
  vertical-align: middle;
}
.table-striped.swissReTable > tbody > tr:nth-child(even) > td,
.table-striped.swissReTable > tbody > tr:nth-child(even) > th {
  background-color: #eaeaea !important;
  vertical-align: middle;
}

.policylist table {
  border: none;
}

.table-icon {
  width: 40px;
  height: 40px;
  margin: 0px auto;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  float: left;
}
.table-icon-small {
  width: 32px;
  height: 32px;
  margin: 0px auto;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
.brLine {
  display: block !important;
  height: 1px;
}

.mar-btm {
  margin-bottom: 25px;
  /* padding-bottom: 20px; */
  display: inline-block;
}
.mar-btm-15px {
  margin-bottom: 15px;
}
.mar-right-15px {
  margin-right: 15px;
}
.mar-top-15px {
  margin-top: 15px;
}

.txt-whiteSpace {
  white-space: initial;
}

.icon-orangecolor:after,
.icon-orangecolor:before {
  font-size: 22px !important;
  color: #f49b41 !important;
  line-height: 37px;
  margin: -1px;
}

.icon-white:after,
.icon-white:before {
  font-size: 22px !important;
  color: #ffffff !important;
  line-height: 37px;
  margin: -1px;
}

.icon-white-small:after,
.icon-white-small:before {
  font-size: 18px !important;
  line-height: 30px;
  color: #fff;
}
.red {
  color: red;
}
.policy-text-title {
  font-size: 20px;
}
.pdf-text {
  padding-left: 10px;
}
.policy-text {
  font-size: 20px;
  color: #1e558f;
  margin-bottom: 5px;
}
.policy-status {
  margin-bottom: 5px;
}
.comment-text {
  margin-top: 5px;
  color: #777;
}
.text-blue {
  color: #1e558f;
}
.text-green {
  color: #1abc9c;
}
.doc-link {
  margin-top: 5px;
}
.inlineBlc {
  display: inline-block;
}

@media only screen and (max-width: 736px) {
  .doc-link {
    padding-left: 65px !important;
  }
  .icongroup {
    padding-left: 80px !important;
    padding-top: 15px !important;
  }
}

.LOBclass,
.policyNumberclass,
.moduleNumberclass,
.symbolclass {
  font-size: 20px;
}
@media only screen and (max-width: 667px) {
  .blue.mar-right-15px {
    margin-right: 5px;
  }
  .table-icon.orangebdr.mar-right-15px {
    margin-left: 5px;
  }
  .LOBclass,
  .policyNumberclass,
  .moduleNumberclass {
    font-size: 16px;
  }

  .table-striped.swissReTable > tbody {
    border: none !important;
  }
  .swissReTablePading {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.showDefaltHeader + th:before {
  content: "View Instructions";
}
.showDefaultText + td:before {
  content: "See form";
}

.sampleShowHeader + th:before {
  content: "View Sample Form";
}
.sampleShowText + td:before {
  content: "See form";
}

.textHide:before {
  content: "" !important;
}
