.insights-screen .canvas {
    padding: 20px;
    /*border: 1px solid #e6e9ed;*/
}
.insights-screen .insights-card {
    position: relative;
    height: 295px;
    margin-bottom: 15px;
    padding: 12px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: left;
}
.insights-screen .insights-card h3,
.insights-screen .panel-heading {
      margin: 0 0 10px;
      padding-bottom: 10px;
      text-align: left;
      font-weight: normal;
      font-size: 8px;
      border-bottom: 1px solid #e6e9ed;
}
.insights-screen .insights-card p,
.insights-screen .canvas p {
      display: block;
      clear: both;
      font-size: 8px;
      margin: 0;
      line-height: 12px;
      text-align: left;
}
.insights-screen .insights-card .insights-pie {
      padding: 10px;
}
.insights-screen .insights-card .insights-key {
      margin: 2px 0 8px;
}
.insights-screen .insights-card .blue-btn {
      display: inline-block;
      background-color: #0e79c9;
      color: #fff;
      padding: 4px 8px;
      border-radius: 2px;
}
.insights-screen .insights-card .insights-tabs {
      height: 21px;
}
.insights-screen .insights-card .view-tab {
      display: inline-block;
      margin-right: 8px;
      padding-bottom: 6px;
      border-bottom: 2px solid #0e79c9;
}
.insights-screen .insights-card .circle {
      position: relative;
      float: left;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      font-size: 8px;
      color: #fff;
      vertical-align: middle;
}
.insights-screen .insights-card .tab-text {
      position: relative;
      float: left;
      margin-left: 3px;
      font-size: 8px;
      vertical-align: middle;
      line-height: 14px;
}
.insights-screen .insights-card .details {
    display: block;
    border-bottom: 1px solid #e6e9ed;
}
.insights-screen .insights-card .border-top {
    border-top: 1px solid #e6e9ed;
}
.insights-screen .insights-card .details .avatar {
    display: inline-block;
    margin-right: 3px;
}
.insights-screen .insights-card .details p {
    position: relative;
    display: inline-block;
    top: 5px;
    margin: 6px 0 15px;
    clear: both;
    font-size: 8px;
    line-height: 12px;
    text-align: left;
}
.insights-screen .insights-card .insights-list {
      height: 185px;
      margin-bottom: 5px;
      overflow: hidden;
      border-bottom: 1px solid #e6e9ed;
}

.insights-screen .canvas table th.width-20 {
      width: 20%;
}
.insights-screen .canvas table th.width-10 {
      width: 10%;
}
.insights-screen .canvas table th.width-15 {
      width: 15%;
}
.insights-screen .canvas table .odd {
      background-color: #f5f7fa;
}
.insights-screen .canvas table td {
      padding: 0 5px;
      text-align: left;
      border-bottom: 1px solid #f5f7fa;
}

@media (max-width: 1200px) {
  .insights-screen .insights-card {
    height: 245px;
  }
  .insights-screen .insights-card .circle {
    display: none;
  }
.insights-screen .insights-card .circle img {
    width: 11px;
  }
}




