body {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4 {
  font-family: "Roboto", sans-serif;
  font-weight: normal; }

button {
  transition: none; }

.dashboard-module {
  background-color: #f3f5f7; }
  .dashboard-module a {
    text-decoration: none; }
    .dashboard-module a:focus, .dashboard-module a:hover {
      text-decoration: none; }
  .dashboard-module .dashboard-button, .dashboard-module .dashboard-notes-button {
    align-items: center;
    background-color: rgba(204, 204, 204, 0.3);
    border: none;
    border-radius: 4px;
    color: #cccccc;
    display: flex;
    font-size: 14px;
    justify-content: center;
    line-height: 1;
    margin-left: auto;
    min-height: 26px;
    min-width: 34px;
    padding: 2px 10px;
    text-align: center; }
  .dashboard-module .dashboard-header {
    background-color: #333333;
    padding: 20px;
    position: relative;
    z-index: 3; }
    .dashboard-module .dashboard-header-branded {
      background-color: #005587; }
    .dashboard-module .dashboard-header-container {
      align-items: center;
      display: flex;
      width: 100%; }
  .dashboard-module .dashboard-logo {
    color: #fff;
    width: auto; }
  .dashboard-module .dashboard-content {
    overflow-y: auto; }
    .dashboard-module .dashboard-content-container {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
      padding-bottom: 30px;
      padding-top: 30px; }
      @media (min-width: 576px) {
        .dashboard-module .dashboard-content-container {
          max-width: 1140px; } }
      @media (min-width: 768px) {
        .dashboard-module .dashboard-content-container {
          max-width: 1140px; } }
      @media (min-width: 992px) {
        .dashboard-module .dashboard-content-container {
          max-width: 1140px; } }
      @media (min-width: 1200px) {
        .dashboard-module .dashboard-content-container {
          max-width: 1140px; } }
      @media (min-width: 992px) {
        .dashboard-module .dashboard-content-container {
          padding: 30px 60px; } }
      @media (min-width: 1200px) {
        .dashboard-module .dashboard-content-container {
          padding: 60px; } }
    .dashboard-module .dashboard-content-header {
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .dashboard-module .dashboard-content-header {
          display: flex;
          margin-bottom: 60px; } }
      .dashboard-module .dashboard-content-header-buttons {
        display: flex;
        flex-direction: column; }
        @media (min-width: 992px) {
          .dashboard-module .dashboard-content-header-buttons {
            flex-direction: row; } }
      .dashboard-module .dashboard-content-header-title {
        color: #000;
        font-size: 22px;
        margin-bottom: 10px;
        margin-top: 0; }
      .dashboard-module .dashboard-content-header-description {
        color: #666666; }
        .dashboard-module .dashboard-content-header-description:last-child {
          margin-bottom: 0; }
  .dashboard-module .dashboard-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    overflow: hidden; }
    @media (min-width: 992px) {
      .dashboard-module .dashboard-card {
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .dashboard-module .dashboard-card-container {
        display: grid;
        grid-gap: 30px;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto; } }
    @media (min-width: 1200px) {
      .dashboard-module .dashboard-card-container-half {
        display: grid;
        grid-gap: 30px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto; } }
    .dashboard-module .dashboard-card-header,
    .dashboard-module .dashboard-card > a,
    .dashboard-module .dashboard-card > span {
      border-bottom: 1px solid #cccccc;
      color: #000;
      margin: 0;
      padding: 20px 20px;
      position: relative; }
    .dashboard-module .dashboard-card-header {
      align-items: center;
      background-color: #e6e6e6;
      display: flex;
      font-size: 18px; }
    .dashboard-module .dashboard-card-list-wrapper ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      width: 100%; }
      .dashboard-module .dashboard-card-list-wrapper ul:last-child li:last-child ul:last-child li:last-child > a,
      .dashboard-module .dashboard-card-list-wrapper ul:last-child li:last-child ul:last-child li:last-child > span {
        border-bottom: none; }
      .dashboard-module .dashboard-card-list-wrapper ul ul li {
        padding: 0 10px; }
        .dashboard-module .dashboard-card-list-wrapper ul ul li > a.status:after,
        .dashboard-module .dashboard-card-list-wrapper ul ul li > span.status:after {
          left: auto;
          right: 0; }
      .dashboard-module .dashboard-card-list-wrapper ul li {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: auto;
        line-height: 1;
        padding: 0 20px; }
        .dashboard-module .dashboard-card-list-wrapper ul li > a,
        .dashboard-module .dashboard-card-list-wrapper ul li > span {
          align-items: center;
          border-bottom: 1px dotted #cccccc;
          color: #000;
          display: flex;
          font-size: 16px;
          height: auto;
          margin: 0;
          padding: 20px;
          width: 100%; }
          .dashboard-module .dashboard-card-list-wrapper ul li > a:focus, .dashboard-module .dashboard-card-list-wrapper ul li > a:hover,
          .dashboard-module .dashboard-card-list-wrapper ul li > span:focus,
          .dashboard-module .dashboard-card-list-wrapper ul li > span:hover {
            color: #000; }
          .dashboard-module .dashboard-card-list-wrapper ul li > a.status:after,
          .dashboard-module .dashboard-card-list-wrapper ul li > span.status:after {
            left: auto;
            right: 20px; }
          .dashboard-module .dashboard-card-list-wrapper ul li > a + ul li > a,
          .dashboard-module .dashboard-card-list-wrapper ul li > a + ul li > span,
          .dashboard-module .dashboard-card-list-wrapper ul li > span + ul li > a,
          .dashboard-module .dashboard-card-list-wrapper ul li > span + ul li > span {
            color: gray;
            font-size: 15px;
            margin: 0;
            padding: 20px 0 20px 15px; }
            .dashboard-module .dashboard-card-list-wrapper ul li > a + ul li > a:focus, .dashboard-module .dashboard-card-list-wrapper ul li > a + ul li > a:hover,
            .dashboard-module .dashboard-card-list-wrapper ul li > a + ul li > span:focus,
            .dashboard-module .dashboard-card-list-wrapper ul li > a + ul li > span:hover,
            .dashboard-module .dashboard-card-list-wrapper ul li > span + ul li > a:focus,
            .dashboard-module .dashboard-card-list-wrapper ul li > span + ul li > a:hover,
            .dashboard-module .dashboard-card-list-wrapper ul li > span + ul li > span:focus,
            .dashboard-module .dashboard-card-list-wrapper ul li > span + ul li > span:hover {
              color: #000; }
          .dashboard-module .dashboard-card-list-wrapper ul li > a + ul li > span:focus, .dashboard-module .dashboard-card-list-wrapper ul li > a + ul li > span:hover,
          .dashboard-module .dashboard-card-list-wrapper ul li > span + ul li > span:focus,
          .dashboard-module .dashboard-card-list-wrapper ul li > span + ul li > span:hover {
            color: gray; }
  .dashboard-module .dashboard-notes {
    margin-top: 60px; }
    .dashboard-module .dashboard-notes-button {
      align-items: center;
      background-color: #fff;
      border-color: transparent;
      border-radius: 8px;
      box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
      color: #333333;
      display: flex;
      font-size: 16px;
      margin: 0;
      padding: 10px 25px;
      position: relative; }
      .dashboard-module .dashboard-notes-button:after {
        content: "\f10f";
        font-family: "icons" !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        margin-left: 40px;
        position: relative;
        vertical-align: middle; }
      .dashboard-module .dashboard-notes-button.collapsed:after {
        content: "\f10c";
        font-family: "icons" !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .dashboard-module .dashboard-notes-copy {
      color: gray;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 1.8;
      text-align: justify; }

.status {
  display: inline-flex;
  height: 25px;
  position: relative;
  width: 25px;
  vertical-align: middle; }
  .status:after {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 14px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 14px; }
  .status-default:after {
    background-color: #fff;
    border: 1px solid #cccccc; }
  .status-blocker:after {
    background-color: #dc3545;
    border: 1px solid #d32535; }
  .status-in-progress:after {
    background-color: #589edd;
    border: 1px solid #4392d9; }
  .status-completed:after {
    background-color: #28a745;
    border: 1px solid #23923d; }
