﻿/* Old browsers */
/* FF3.6-15 */
/* Chrome10-25,Safari5.1-6 */
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* IE6-9 */
/* Old browsers */
/* FF3.6-15 */
/* Chrome10-25,Safari5.1-6 */
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* IE6-9 */
/* Old browsers */
/* FF3.6-15 */
/* Chrome10-25,Safari5.1-6 */
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* IE6-9 */
/* Old browsers */
/* FF3.6-15 */
/* Chrome10-25,Safari5.1-6 */
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* IE6-9 */
.tables .header_row {
  background: #131c49;
  padding: 0 0 0 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.tables .header_row p {
  color: #fff;
  font-weight: 600;
  font-size: 12.8px;
}
.tables .header_row > div:first-child {
  padding: 0 20px 0 0;
}
.tables .header_row > div:nth-child(2) {
  padding: 0 0 0 20px;
}
.tables .header_row > div:nth-child(3) {
  padding: 0 0 0 20px;
}
.tables .table_row {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #fff;
  padding: 0 0 0 20px;
}
.tables .table_row p {
  font-size: 12.8px;
  padding: 10px 0;
}
.tables .table_row:nth-child(2n+2) {
  background: #f8f8f9;
}
.tables .table_row > div:first-child {
  padding: 0 20px 0 0;
}
.tables .table_row > div:nth-child(2) {
  padding: 0 0 0 20px;
}
.tables .table_row > div:nth-child(3) {
  padding: 0 0 0 20px;
}
.tables .table_row > div.bold_col p {
  font-size: 16px;
  font-weight: 600;
  padding: 0.5em 0;
}
.tables img.shadow {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

.module_cms_page_home .fr-view .testing_fa span {
  color: #000;
}
.module_cms_page_home .fr-view .testing_fa:after {
  content: "\f00d";
  color: red;
  font-weight: 700;
  font-family: "Font Awesome 5 Pro";
}
.module_cms_page_home .fr-view i:before {
  font-size: 20px;
  padding: 5px 10px;
}
