_tabs.scss 973 Bytes
.tab-content {
  color: #2572a6;
  .tabs-table-heading{
    border-bottom: 1px solid #e3f3f1;
    font-size: 14px;
    padding: 5px 0 10px 0;
  }
  table {
    width: 100%;
    font-size: 14px;
    tr:nth-of-type(2n) {
      background-color: #eaf7fa;
    }
    td{
      padding: 10px;
    }
  }
}
.pdf-download-btn{
  padding-left: 30px;
  display: block;
  position: relative;
  &:before{
    position: absolute;
    top: 3px;
    left: 0;
    background: url("../img/pdf.png") center no-repeat;
    width: 20px;
    height: 28px;
    content: "";
  }
}
.table-icon{
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 10px;
}
.vertical-align {
  display: flex;
  align-items: center;
}
.sm-map{
  width: 100%;
  height: 100%;
  min-height: 313px;
}
.map-text-info{
  padding: 10px;
}
.reset-margin-top{
  margin-top: 0;
}
.project-container{
  padding-top: 15px;
}