/* -------------------
PRODUCT CARDS
--------------------*/
  .floating-cards {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    -webkit-transform: all 1s;
    -moz-transform: all 1s;
    transform: all 1s;
    -webkit-perspective: 800px;
    perspective: 800px;
  }
  figure .card {
    position: relative;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(26,26,67,.05), 39px 62.5px 125px -25px rgba(50,50,93,.5), 23.4px 37.5px 75px -37.5px rgba(0,0,0,.6);
    box-shadow: 1px 1px 5px 0 rgba(26,26,67,.05), 39px 62.5px 125px -25px rgba(50,50,93,.5), 23.4px 37.5px 75px -37.5px rgba(0,0,0,.6);
    background: #e6e9ed url(../images/products/smhw/browser.svg) top no-repeat;
    padding: 6.5% 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    -webkit-transform: all 1s;
    -moz-transform: all 1s;
    transform: all 1s;
  }
  figure .card .screen-img {
    position: absolute;
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
    z-index: 1;
  }
  .angle-skew {
    -moz-transform: scale(.95) translateX(0px) translateY(0) perspective(0px) rotateY(-15deg) rotateX(4deg) rotate(1deg);
    -webkit-transform: scale(.95) translateX(0px) translateY(0) perspective(0px) rotateY(-15deg) rotateX(4deg) rotate(1deg);
    transform: scale(.95) translateX(0px) translateY(0) perspective(0px) rotateY(-15deg) rotateX(4deg) rotate(1deg);
  }
  .angle-skew-left {
    position: relative;
    -moz-transform: scale(.95) translateX(50px) translateY(0) perspective(0px) rotateY(20deg) rotateX(0deg) rotate(0deg);
    -webkit-transform: scale(.95) translateX(50px) translateY(0) perspective(0px) rotateY(20deg) rotateX(0deg) rotate(0deg);
    transform: scale(.95) translateX(50px) translateY(0) perspective(0px) rotateY(20deg) rotateX(0deg) rotate(0deg);
    -webkit-box-shadow: -20px 20px 50px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: -20px 20px 50px 0px rgba(0,0,0,0.15);
    box-shadow: -20px 20px 50px 0px rgba(0,0,0,0.15);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  .angle-skew-right {
    position: relative;
    -moz-transform: scale(.95) translateX(-50px) translateY(0) perspective(0px) rotateY(-20deg) rotateX(0deg) rotate(0deg);
    -webkit-transform: scale(.95) translateX(-50px) translateY(0) perspective(0px) rotateY(-20deg) rotateX(0deg) rotate(0deg);
    transform: scale(.95) translateX(-50px) translateY(0) perspective(0px) rotateY(-20deg) rotateX(0deg) rotate(0deg);
    -webkit-box-shadow: 20px 20px 50px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 20px 20px 50px 0px rgba(0,0,0,0.15);
    box-shadow: 20px 20px 50px 0px rgba(0,0,0,0.15);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

  .floating-cards .shine {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    background: -webkit-gradient(linear,left bottom,right top,color-stop(20%,hsla(0,0%,100%,0)),color-stop(70%,hsla(0,0%,100%,.5)),to(#fff));
    background: linear-gradient(to top right,hsla(0,0%,100%,0) 20%,hsla(0,0%,100%,.5) 70%,#fff);
    opacity: .2;
  }

/* -------------------
PULSE SCREEN
--------------------*/
  .pulse-screen {
    position: relative;
    display: flex;
    width: 100%;
    height: 550px;
    background-color: #f1f3f6;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    -webkit-transform: all 1s;
    -moz-transform: all 1s;
    transform: all 1s;
  }
  .screen-shadow {
    -webkit-box-shadow: 1px 1px 5px 0 rgba(26,26,67,.05), 39px 62.5px 125px -150px rgba(50,50,93,.25), 23.4px 37.5px 75px -37.5px rgba(0,0,0,.25);
    box-shadow: 1px 1px 5px 0 rgba(26,26,67,.05), 39px 62.5px 125px -150px rgba(50,50,93,.25), 23.4px 37.5px 75px -37.5px rgba(0,0,0,.25);
  }
  .screen-shadow-left {
    -webkit-box-shadow: -10px 10px 20px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: -10px 10px 20px 0px rgba(0,0,0,0.05);
    box-shadow: -10px 10px 20px 0px rgba(0,0,0,0.05);
  }
  .screen-shadow-right {
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.05);
    box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.05);
  }

  /* -------------------
  TOP NAV
  --------------------*/
    .pulse-screen .top-nav {
      position: relative;
      width: 100%;
      height: 30px;
      background-color: #fff;
      -webkit-border-radius: 6px 6px 0 0;
      -moz-border-radius: 6px 6px 0 0;
      border-radius: 6px 6px 0 0;
      border-bottom: 1px solid #f5f7fa;
      z-index: 2;
    }
    .pulse-screen .top-nav .school {
      display: inline-block;
    }
    .pulse-screen .top-nav .school-logo {
      float: left;
      margin: 4px 8px;
      width: 20px;
      height: 20px;
      background-color: #2F5479;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;

    }
    .pulse-screen .top-nav .school-name {
      float: left;
      margin: 2px 8px 4px 0;
      color: #333;
      font-size: 8px;
    }
    .pulse-screen .top-nav .nav-item {
      float: right;
      height: 100%;
      padding: 3px 6px 0 6px;
      border-left: 1px solid #f5f7fa;
      color: #aab2bd;
      font-size: 11px;
    }

  /* -------------------
  HEADER
  --------------------*/
    .pulse-screen .header {
      position: relative;
      width: 100%;
      height: 30px;
      padding: 2px 8px;
      background-color: #fff;
      border-bottom: 1px solid #e6e9ed;
      z-index: 2;
    }
    .pulse-screen .header .title {
      float: left;
      font-size: 10px;
      color: #333;
    }
    .pulse-screen .header .pulse-title {
      margin-top: 10px;
      width: 15%;
      height: 6px;
      float: left;
      display: inline-block;
      background-color: #e6e9ed;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
    }
    .pulse-screen .header .pulse-breadcrumb {
      margin-top: 10px;
      width: 20%;
      height: 6px;
      float: right;
      display: inline-block;
      background-color: #f5f7fa;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
    }

  /* -------------------
  MENU
  --------------------*/
    .pulse-screen .menu {
      position: relative;
      float: left;
      top: 0;
      width: 20%;
      height: 100%;
      padding: 0 10px 10px 10px;
      background-color: #2f5479;
      -webkit-border-radius: 6px 0 0 6px;
      -moz-border-radius: 6px 0 0 6px;
      border-radius: 6px 0 0 6px;
      z-index: 3;
      text-align: left;
    }
    .pulse-screen .right-content {
      width: 100%;
    }
    .pulse-screen .menu .menu-container {
      position: relative;
      z-index: 2;
    }
    .pulse-screen .menu .avatar {
      position: relative;
      width: 30px;
      height: 30px;
      margin: 35px 0 10px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,.25);
      background-color: #f5f7fa;
      z-index: 2;
    }
    .pulse-screen .menu .button {
      position: relative;
      width: 100%;
      height: 20px;
      margin: 13px 0 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      z-index: 2;
    }
    .pulse-screen .menu .menu-item {
      width: 100%;
      height: 20px;
    }
    .pulse-screen .menu .icon {
      width: 6px;
      height: 6px;
      display: inline-block;
      margin-right: 3px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-color: rgba(255,255,255,.25);
    }
    .pulse-screen .menu .menu-text {
      width: 70%;
      height: 6px;
      display: inline-block;
      background-color: rgba(255,255,255,.25);
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
    }
    .pulse-screen .menu .selected {
      position: absolute;
      top: 123px;
      left: 0;
      width: 100%;
      height: 21px;
      background-color: rgba(0,0,0,.25);
      z-index: 1;
    }
    .pulse-screen .menu .white-selected {
      background-color: rgba(255,255,255,.5);
    }
    .pulse-screen .menu .profile-box {
      position: absolute;
      left: 0;
      top: 29px;
      width: 100%;
      height: 75px;
      /*background-color: rgba(0,0,0,.5);*/

      background: #102032;
      background: -moz-linear-gradient(30deg,  rgba(0,0,0,.4) 0%, rgba(0,0,0,.4) 50%, rgba(0,0,0,.25) 51%, rgba(0,0,0,.25) 100%);
      background: -webkit-linear-gradient(30deg,  rgba(0,0,0,.4) 0%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.25) 51%,rgba(0,0,0,.25) 100%);
      background: linear-gradient(30deg,  rgba(0,0,0,.4) 0%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.25) 51%,rgba(0,0,0,.25) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#142941',GradientType=1 );

      z-index: 1;
    }
    .pulse-screen .menu .satchel-one {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 29px;
      padding: 5px 0 0 10px;
      /*background: #142941;*/
      background-color: rgba(0,0,0,.25);
      font-family: 'Heebo';
      font-weight: 500;
      font-size: 14px;
      color: #fff;
      z-index: 1;
    }
    .pulse-screen .header .title {
    }

  /* -------------------
  WHITE SCREEN
  --------------------*/

    .satchel-one-screen .white-menu {
      background-color: #ffffff;
      border-right: 1px solid #e6e9ed;
    }
    .satchel-one-screen .menu .icon {
      background-color: #0e79c9;
    }
    .satchel-one-screen .white-menu .menu-text {
      background-color: rgba(0,0,0,.15);
    }
    .satchel-one-screen .white-menu .satchel-one {
      background-color: #0e79c9;
    }
    .satchel-one-screen .white-menu .profile-box {
      background: #fff;
    }
    .satchel-one-screen .top-nav {
      background-color: #0e79c9;
      border-radius: 0;
    }
    .satchel-one-screen {
      background-color: #fff;
    }
    .satchel-one-screen .satchel-one span,
    .satchel-one-screen .school,
    .satchel-one-screen .nav-item,
    .satchel-one-screen .header .pulse-breadcrumb {
      display: none;
    }
    .satchel-one-screen .header {
      height: 50px;
      background-color: #fafafa;
    }
    .satchel-one-screen .action-bar {
      background-color: #fff!important;
      border-top: 1px solid #e6e9ed;
      border-bottom: 1px solid #e6e9ed;
    }
    .satchel-one-screen .header .title {
      position: relative;
      top: 10px;
      font-size: 14px;
    }

  /* -------------------
  CANVAS
  --------------------*/
    .feature-hero .fix-height {
      height: 230px!important;
    }
    .pulse-screen .canvas-holder {
      position: relative;
      padding: 15px 25px;
      z-index: 1;
    }
    .pulse-screen .canvas-holder .col-md-6 {
      padding: 0 11px;
    }
    .pulse-screen .canvas {
      position: relative;
      margin-bottom: 20px;
      padding: 60px 20px 20px;
      background-color: #fff;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out;
      text-align: left;
    }
    .pulse-screen .button-holder .blue-btn {
      background-color: #0e79c9;
      color: #fff;
    }
    .jscolor {
      border: 1px solid #eee;
      border-radius: 4px;
      padding: 5px 10px;
    }
    .pulse-screen .app-card {
      padding: 10px 20px;
      text-align: center;
    }
    .pulse-screen .app-card h3 {
      display: block;
      margin: 0 0 8px;
      font-size: 8px;
      font-weight: normal;
      line-height: 20px;
    }
    .pulse-screen .app-card p {
      display: block;
      margin: 0 0 10px;
      font-size: 7px;
      font-weight: normal;
      text-align: center!important;
      line-height: 10px;
    }
    .pulse-screen .app-card img {
      display: block;
      margin: 0 auto 10px;
    }
    .pulse-screen .app-card .button {
      position: relative;
      width: fit-content;
      padding: 0 10px;
      margin: 13px auto 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      font-size: 8px;
      color: #fff;
      text-align: center;
    }
    .pulse-screen .action-bar {
      position: relative;
      top: -1px;
      width: 100%;
      height: 37px;
      padding: 8px;
      background-color: #f5f7fa;
      border-top: 1px solid #e6e9ed;
      border-bottom: 1px solid #e6e9ed;
      z-index: 2;
    }
    .pulse-screen .canvas .action-bar {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 39px;
      padding: 9px;
      background-color: #fff;
      -webkit-border-radius: 6px 6px 0 0;
      -moz-border-radius: 6px 6px 0 0;
      border-radius: 6px 6px 0 0;
      border-bottom: 1px solid #f5f7fa;
    }
    .pulse-screen .action-bar .outline {
      display: inline-block;
      height: 20px;
      padding: 0 8px;
      border: 1px solid #e6e9ed;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
    }
    .pulse-screen .action-bar .outline p {
      position: relative;
      top: -4px;
      margin: 0;
      padding: 0;
      font-size: 8px;
    }
    .pulse-screen .action-bar .dropdown {
      display: inline-block;
      width: 23%;
      height: 20px;
      margin: 0 0.5%;
      border: 1px solid #e6e9ed;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      background-color: #fff;
    }
    .pulse-screen .action-bar .dropdown span {
      position: relative;
      top: -8px;
      left: 6px;
      font-size: 8px;
      color: #aab2bd;
    }
    .pulse-screen .action-bar .dropdown i {
      position: relative;
      float: right;
      top: 4px;
      right: 6px;
      font-size: 8px;
    }
    .pulse-screen .canvas .action-bar-tabs {
      position: absolute;
      left: 0;
      top: 30px;
      width: 100%;
      height: 50px;
      padding: 15px 20px;
      background-color: #fff;
      -webkit-border-radius: 6px 6px 0 0;
      -moz-border-radius: 6px 6px 0 0;
      border-radius: 6px 6px 0 0;
    }
    .pulse-screen .canvas .action-bar-tabs .pulse-btn {
      float: right;
      display: inline-block;
      width: 10%;
      margin: 0;
    }
    .pulse-screen .canvas .action-bar-tabs .dropdown {
      display: inline-block;
      width: 20%;
      height: 20px;
      margin-right: 1%;
      border: 1px solid #e6e9ed;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
    }
    .pulse-screen .canvas .action-bar .back-btn {
      display: inline-block;
      width: 40px;
      height: 15px;
      border: 1px solid #e6e9ed;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
    }
    .pulse-screen .canvas .action-bar .view-switcher {
      float: right;
    }
    .pulse-screen .canvas .action-bar .view-btn {
      display: inline-block;
      width: 40px;
      height: 15px;
      background-color: #f5f7fa;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
    }
    .pulse-screen .canvas .column {
      display: inline-block;
      width: 40px;
      margin: 0 3px;
      text-align: center;
      color: #fc6e51;
    }
    .pulse-screen .pillar-details .column {
      float: left;
    }
    .pulse-screen .canvas .pillar {
      position: relative;
      height: 100px;
      margin: 0 8px;
      border-left: 1px solid #f5f7fa;
      border-right: 1px solid #f5f7fa;
      border-bottom: 1px solid #f5f7fa;
      background-color: transparent;
    }
    .pulse-screen .canvas .pillar .score {
      position: absolute;
      bottom: 0px;
      width: 100%;
      height: 0px;
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out;
    }
    .pulse-screen .pillar-details {
      display: inline-block;
      width: 100%;
      vertical-align: top;
    }
    .pulse-screen .pillar-text {
      /*position: absolute;
      left: 80px;
      top: 63px;*/
      float: left;
      width: 40%;
      padding-left: 20px;
    }
    .pulse-screen .pillar-text .pillar-title {
      width: 80%;
      height: 8px;
      margin-bottom: 10px;
      background-color: #e6e9ed;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
    }
    .pulse-screen .text-line {
      margin-bottom: 4px;
      width: 100%;
      height: 4px;
      background-color: #f5f7fa;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
    }
    .pulse-screen .title-line {
      margin: 10px 0 4px 0;
      width: 25%;
      height: 4px;
      background-color: #e6e9ed;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
    }
    .pulse-screen .pillar-text .pillar-btn,
    .pulse-screen .pulse-btn {
      display: block;
      width: 50px;
      height: 20px;
      margin: 10px 0 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
    }
    .pulse-screen .pillar-details .pillar-chart-holder {
      float: right;
      width: 48%;
      padding-left: 12px;
    }
    .pulse-screen .pillar-details .pillar-chart {
      position: relative;
      width: 100%;
    }
    .pulse-screen .pillar-details .pillar-chart .chart-details {
      position: absolute;
      height: 100%;
      overflow: hidden;
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out;
    }
    .pulse-screen .pillar-details .pillar-chart .details {
      width: 210px;
    }
    .feature-hero .pillar-details .pillar-chart .details {
      width: 182px;
    }
    .pulse-screen .pulse-actions {
      height: 95px;
      padding-top: 44px;
    }
    .pulse-screen .canvas .pulse-tabs {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 30px;
      padding: 11px;
      background-color: #f5f7fa;
      -webkit-border-radius: 6px 6px 0 0;
      -moz-border-radius: 6px 6px 0 0;
      border-radius: 6px 6px 0 0;
      border-bottom: 1px solid #f5f7fa;
    }
    .pulse-screen .pulse-tabs .tab-text-holder {
      position: absolute;
      left: 65px;
    }
    .pulse-screen .pulse-tabs .tab-text {
      float: left;
      width: 30px;
      height: 4px;
      margin: 2px 20px 0 0;
      background-color: #e6e9ed;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
    }
    .pulse-screen .canvas .pulse-tabs .selected-tab {
      position: absolute;
      left: 0;
      top: 0;
      width: 50px;
      height: 30px;
      padding: 11px;
      background-color: #fff;
      -webkit-border-radius: 6px 6px 0 0;
      -moz-border-radius: 6px 6px 0 0;
      border-radius: 6px 6px 0 0;
      border-bottom: 1px solid #fff;
    }
    .pulse-screen .pulse-table-header {
      width: 100%;
      height: 20px;
      background-color: #f5f7fa;
      border-bottom: 1px solid #e6e9ed;
    }
    .pulse-screen .pulse-table-row {
      width: 100%;
      height: 32px;
      background-color: #fff;
      border-bottom: 1px solid #f5f7fa;
    }
    .pulse-screen .pulse-table-row .row-text {
      display: inline-block;
      width: 10%;
      height: 4px;
      background-color: #f5f7fa;
      -webkit-border-radius: 6px 6px 0 0;
      -moz-border-radius: 6px 6px 0 0;
      border-radius: 6px 6px 0 0;
    }
    .pulse-screen .pulse-table-row .row-avatar {
      position: relative;
      top: 5px;
      display: inline-block;
      width: 15px;
      height: 15px;
      margin: 0 5% 0 0;
      background-color: #f5f7fa;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
    }
    .pulse-screen .pulse-table-row .action-avatar {
      margin: 0 0 0 5%;
    }

    .grow-30 {
      height: 30px!important;
    }
    .grow-40 {
      height: 40px!important;
    }
    .grow-50 {
      height: 50px!important;
    }
    .grow-60 {
      height: 60px!important;
    }
    .grow-70 {
      height: 70px!important;
    }
    .grow-80 {
      height: 80px!important;
    }
    .grow-90 {
      height: 90px!important;
    }
    .grow-270 {
      height: 270px!important;
    }
    .move-down {
      bottom: -80px!important;
    }
    .width-40 {
      width: 40%!important;
    }
    .width-50 {
      width: 50%!important;
      margin: 0 5%;
    }
    .width-60 {
      width: 60%!important;
    }
    .width-80 {
      width: 80%!important;
    }
    .width-100 {
      width: 100%!important;
    }
    .left-40 {
      left: 40%!important;
    }
    .left-60 {
      left: 60%!important;
    }
    .left-80 {
      left: 80%!important;
    }

    .pulse-screen .pillar-details .pillar-chart .chart-details {
      animation: revealIn 1.5s 1;
    }
    @keyframes revealIn {
      from {
        width: 0%;
      }
      to {
        width: 100%;
      }
    }

    .pulse-screen .canvasScrollDown {
      animation: scrollDown 6s 1;
    }
    .pulse-hero .canvas-holder {
      /*
      animation: scrollDown 6s 1;
      animation-delay: 5s;
      */
    }
    @keyframes scrollDown {
      0% {
        top: 0;
      }
      40% {
        top: -140px;
      }
      60% {
        top: -140px;
      }
      100% {
        top: 0;
      }
    }

/* -------------------
PIE CHART
--------------------*/

  .row-pie-chart {
    position: relative;
    display: inline-block;
    top: 5px;
    left: -5px;
  }

/* -------------------
ACTION CHART
--------------------*/
  .actions-screen .progress-container {
    background-color: #f1f3f6;
    width: 100%;
    height: 15px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  .actions-screen .progress-container .progress-fill {
    background-color: #8cc152;
    height: 100%;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    width: 0;
    -moz-transition: width .5s;
    transition: width .5s;
  }
  .actions-screen .action-chart .pillar-chart .details {
    width: 100%!important;
  }
  .actions-screen .chat-container {
    width: 100%;
    padding: 10px;
    background-color: #f1f3f6;
  }
  .actions-screen .canvas .pulse-input {
    display: inline-block;
    width: 100%;
    height: 20px;
    background-color: #fff;
    border: 1px solid #e6e9ed;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .actions-screen .status-bar {
    background-color: #f1f3f6;
    width: 100%;
    height: 20px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    opacity: 0.15;
    filter: alpha(opacity=15); /* For IE8 and earlier */
  }
  .actions-screen .pillar-text {
    width: 48%;
    padding-left: 0;
  }

/* -------------------
SURVEY
--------------------*/
  .survey {
    display: block;
    background-color: #fff;
  }
  .button-container {
    position: relative;
    top: -25px;
    text-align: center;
  }
  .reset {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: transparent;
    border: none;
    font-size: 24px;
    color: #aab2bd;
    z-index: 2;
  }
  .reset:hover {
    color: #0e79c9;
  }
  .button-container .start-survey {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
  }
  .button-container h4 {
    font-weight: bold;
    color: #656d78;
  }
  .start-survey-animation {
    width: 150px;
    height: 190px;
    margin: 0 auto 30px;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(assets/images/satchel-home/start_survey_animation.gif);
    background-image: -webkit-image-set(url(assets/images/satchel-home/start_survey_animation.gif) 1x,url(assets/images/satchel-home/start_survey_animation_@2x.gif) 2x);
  }

  .start-survey-button:focus {
    outline: none;
  }
  .start-survey-button {
    background-color: rgb(252, 110, 81);
    background-image: none;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(255, 255, 255);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(255, 255, 255);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(255, 255, 255);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    height: 52px;
    letter-spacing: normal;
    line-height: 12px;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    text-align: center;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: none;
    text-size-adjust: 100%;
    text-transform: none;
    touch-action: manipulation;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-timing-function: ease;
    user-select: none;
    white-space: nowrap;
    width: 155.531px;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-border-image: none;
  }
  .questions-completed-bar-container {
    padding: 0 20px;
  }
  .questions-completed-bar {
    margin: 30px auto;
    box-sizing: border-box;
    color: rgb(103, 127, 148);
    display: flex;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    height: 9px;
    line-height: 22px;
    text-align: left;
    text-size-adjust: 100%;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-timing-function: ease;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .questions-completed-bar-item {
    background-color: rgb(230, 234, 237);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-sizing: border-box;
    color: rgb(103, 127, 148);
    display: block;
    flex-grow: 1;
    float: none;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    height: 9px;
    line-height: 22px;
    margin-right: 8px;
    text-align: left;
    text-size-adjust: 100%;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-timing-function: ease;
    width: 158.672px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .questions-completed-bar-item.completed {
    background-color: rgb(252, 110, 81);
  }
  .question-details {
    position: absolute;
    width: 100%;
    top: 80px;
    padding: 0 20px;
    text-align: left;
  }
  .question-details h3 {
    margin: 0;
    color: #fc6e51;
    padding-top: 4px;
    font-size: 18px;
    font-weight: 300;
  }
  .question-details p {
    margin: 10px 0 70px;
    line-height: 26px;
    padding-top: 4px;
    font-size: 18px;
    font-weight: 300;
  }
  @media (max-width: 991px) {
    .question-details p {
      margin: 10px 0 46px;
    }
  }

  .survey-interface {
    box-sizing: border-box;
    color: rgb(103, 127, 148);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    text-size-adjust: 100%;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-timing-function: ease;
    user-select: none;
    visibility: visible;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .scale-items {
    box-sizing: border-box;
    color: rgb(103, 127, 148);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    /*padding-top: 90px;*/
    position: relative;
    text-align: left;
    text-size-adjust: 100%;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-timing-function: ease;
    user-select: none;
    visibility: visible;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .dots {
    align-items: center;
    background-color: rgb(242, 243, 247);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    box-sizing: border-box;
    color: rgb(103, 127, 148);
    display: flex;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    height: 38px;
    justify-content: space-between;
    line-height: 22px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    text-size-adjust: 100%;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-timing-function: ease;
    user-select: none;
    visibility: visible;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .scale-tick-container {
    box-sizing: border-box;
    color: rgb(103, 127, 148);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    height: 0px;
    line-height: 22px;
    text-align: left;
    text-size-adjust: 100%;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-timing-function: ease;
    user-select: none;
    visibility: visible;
    width: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .tick {
    box-sizing: border-box;
    color: rgb(103, 127, 148);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    height: 0px;
    line-height: 22px;
    text-align: left;
    text-size-adjust: 100%;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-timing-function: ease;
    user-select: none;
    visibility: visible;
    width: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .dot-container {
    position: relative;
    top: 2px;
    box-sizing: border-box;
    color: rgb(103, 127, 148);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    text-size-adjust: 100%;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-timing-function: ease;
    user-select: none;
    visibility: visible;
    width: 30px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .dot {
    background-color: rgb(202, 209, 217);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-sizing: border-box;
    color: rgb(103, 127, 148);
    display: inline-block;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    height: 14px;
    line-height: 22px;
    text-align: center;
    text-size-adjust: 100%;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-timing-function: ease;
    user-select: none;
    visibility: visible;
    width: 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .toggle-handle-bubble {
    background-color: rgb(237, 85, 101);
    border-bottom-left-radius: 65px;
    border-bottom-right-radius: 65px;
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
    box-sizing: border-box;
    display: none;
    color: rgb(103, 127, 148);
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    height: 65px;
    line-height: 22px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    text-align: left;
    text-size-adjust: 100%;
    top: -77px;
    left: 6px;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-timing-function: ease;
    user-select: none;
    width: 65px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .toggle-handle-angle {
    border-bottom-color: rgba(0, 0, 0, 0);
    border-bottom-style: solid;
    border-bottom-width: 8px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgba(0, 0, 0, 0);
    border-left-style: solid;
    border-left-width: 8px;
    border-right-color: rgba(0, 0, 0, 0);
    border-right-style: solid;
    border-right-width: 8px;
    border-top-color: rgb(252, 110, 81);
    border-top-style: solid;
    border-top-width: 8px;
    box-sizing: border-box;
    color: rgb(103, 127, 148);
    content: "";
    display: none;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    height: 16px;
    left: 31px;
    line-height: 22px;
    position: absolute;
    text-align: left;
    text-size-adjust: 100%;
    top: -13px;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-timing-function: ease;
    user-select: none;
    visibility: visible;
    width: 16px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .toggle-handle {
    background-color: #fff;
    border-color: #cad1d9;
    border-bottom-left-radius: 56px;
    border-bottom-right-radius: 56px;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-style: solid;
    border-left-width: 10px;
    border-right-style: solid;
    border-right-width: 10px;
    border-top-left-radius: 56px;
    border-top-right-radius: 56px;
    border-top-style: solid;
    border-top-width: 10px;
    box-shadow: rgb(170, 178, 189) 0px -1px 1px 0px;
    box-sizing: border-box;
    color: rgb(103, 127, 148);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    height: 56px;
    left: 39px;
    line-height: 22px;
    position: absolute;
    text-align: left;
    text-size-adjust: 100%;
    transform: matrix(1, 0, 0, 1, -28, 0);
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-timing-function: ease;
    user-select: none;
    visibility: visible;
    width: 56px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .faces {
    box-sizing: border-box;
    color: rgb(103, 127, 148);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    height: 858px;
    line-height: 22px;
    position: absolute;
    text-align: left;
    text-size-adjust: 100%;
    top: 0px;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-timing-function: ease;
    user-select: none;
    width: 65px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-drag: none;
  }
  .faces img {
    width: 65px;
  }
  .toggle {
    box-sizing: border-box;
    color: rgb(103, 127, 148);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    height: 65px;
    line-height: 22px;
    position: absolute;
    text-align: left;
    text-size-adjust: 100%;
    top: 124px;
    transform: matrix(1, 0, 0, 1, -7, 0);
    user-select: none;
    visibility: visible;
    width: 65px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .scale-ticks {
    box-sizing: border-box;
    color: rgb(103, 127, 148);
    display: flex;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    height: 0px;
    justify-content: space-between;
    line-height: 22px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    text-size-adjust: 100%;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-timing-function: ease;
    user-select: none;
    visibility: visible;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .scales {
    box-sizing: border-box;
    color: rgb(103, 127, 148);
    display: flex;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    height: 27px;
    justify-content: space-between;
    line-height: 22px;
    margin-top: 10px;
    min-height: 27px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    text-size-adjust: 100%;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-timing-function: ease;
    user-select: none;
    visibility: visible;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .scale-number {
    box-sizing: border-box;
    color: rgb(103, 127, 148);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    height: 27px;
    line-height: 22px;
    text-align: center;
    text-size-adjust: 100%;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-timing-function: ease;
    user-select: none;
    visibility: visible;
    width: 30px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .scale-number.highlighted {
    font-size: 30px;
    margin-top: 5px;
    font-weight: 700;
  }
  .sub-texts {
    box-sizing: border-box;
    color: rgb(103, 127, 148);
    display: none;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    height: 54px;
    justify-content: space-between;
    line-height: 22px;
    margin-top: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: left;
    text-size-adjust: 100%;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-timing-function: ease;
    user-select: none;
    visibility: visible;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .sub-text {
    box-sizing: border-box;
    color: rgb(103, 127, 148);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    height: 54px;
    line-height: 22px;
    min-height: 1px;
    position: relative;
    text-align: left;
    text-size-adjust: 100%;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-timing-function: ease;
    user-select: none;
    visibility: visible;
    width: 60px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .sub-text .tick {
    background-color: rgb(202, 209, 217);
    box-sizing: border-box;
    color: rgb(103, 127, 148);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    height: 10px;
    left: 30px;
    line-height: 22px;
    position: absolute;
    text-align: left;
    text-size-adjust: 100%;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-timing-function: ease;
    user-select: none;
    visibility: visible;
    width: 1px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .sub-text .text {
    margin-top: 10px;
    text-align: center;
  }


  .survey-footer {
    padding: 20px 60px;
    background-color: #f1f3f6;
    position: absolute;
    border-top: 1px solid #e6e9ed;
    bottom: 0;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-animation-name: surveyFooter;
    -moz-animation-name: surveyFooter;
    animation-name: surveyFooter;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    animation-duration: .5s;
    height: 80px;
    z-index: 1;
  }
  @keyframes surveyFooter {
    0% {
      bottom: -110px;
    }
    100% {
      bottom: 0;
    }
  }
  @media (max-width: 768px) {
    .survey-footer {
      display: none;
    }
    .idea-title {

    }
  }
   @media (max-width: 479px) {
    .idea-title {

    }
  }

  /* -------------------
  EVALUATION HERO
  --------------------*/
  .evaluation-hero .canvas {
    margin-bottom: 15px;
    padding: 0px;
    display: flex;
  }
  .evaluation-hero .standard-tab {
    position: relative;
    width: 30px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
  }
  .evaluation-hero .p15 {
    float: left;
    width: 100%;
    height: 100%;
  }
  .evaluation-hero .text-line {
    float: left;
    width: 50%;
    height: 6px;
    margin: 0;
    opacity: .10;
    filter: alpha(opacity=10); /* For IE8 and earlier */
  }
  .evaluation-hero .judgement {
    float: right;
    width: 15%;
    opacity: .2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
  }
  .evaluation-hero {

  }
  .evaluation-hero {

  }



  /* -------------------
  FOOTER
  --------------------*/
  .pulse-screen .pulse-footer {
    position: absolute;
    bottom: 10px;
    right: 10px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .pulse-screen .pulse-footer .footer-item {
    margin-top: 10px;
    width: 30px;
    height: 6px;
    margin-left: 3px;
    display: inline-block;
    background-color: #e6e9ed;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  .pulse-screen .pulse-footer img {
    position: relative;
    bottom: 5px;
    margin-left: 5px;
  }



  @media (max-width: 1200px) {
    .pulse-screen {
      height: 450px;
    }
    .pulse-screen .pillar-details .pillar-chart-holder {
        width: 47%;
    }
    .feature-hero .pillar-details .pillar-chart-holder {
        width: 48%;
    }
    .pulse-screen .pillar-details .pillar-chart .details {
        width: 158px;
    }
    .feature-hero .pillar-details .pillar-chart .details {
        width: 130px;
    }
    .pulse-screen .canvas .pillar {
      height: 86px;
    }
    .feature-hero .fix-height {
      height: 215px!important;
    }
    .feature-hero .canvas .column {
      width: 33px;
      margin: 0;
    }
  }

  @media (max-width: 991px) {
    .pulse-screen {
      width: 535px;
    }
  }

  @media (max-width: 768px) {
    .feature-logo {
      top: 50%;
      left: 50%;
      transform: translate(-50%, 0%);
    }
    .floating-cards {
      margin-left: -8%;
      padding-left: 0!important;
      transform: scale(0.90);
    }
    .pulse-screen {
      margin: auto;
    }
    .pulse-screen .pillar-details .pillar-chart .details {
      width: 100%;
    }
  }

  @media (max-width: 570px) {
    .floating-cards {
      position: relative;
      /*transform: scale(0.80);*/
      margin-left: -15%;
    }
    .pulse-screen {
      width: 535px;
    }
    .header-home .scene {
      display: none;
    }

  }

/* -------------------
ZOOMED SCREENS
--------------------*/

  .pulse-close-up {
    position: relative;
    width: 100%;
    height: 500px;
    /*padding: 20px;*/
    /*background-color: #f1f3f6;*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    -webkit-transform: all 1s;
    -moz-transform: all 1s;
    transform: all 1s;
  }
  .pulse-close-up .panel {
    width: 100%;
    height: fit-content;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e6e9ed;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    text-align: left;
  }
  .pulse-close-up .flex-container {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    width: 100%;
  }
  .pulse-close-up .x-tooltip.inline-tooltip {
    display: inline-block;
  }
  .pulse-close-up .x-tooltip {
    position: relative;
  }
  .pulse-close-up .x-tooltip .x-tooltip-body {
    bottom: 100%;
    margin-bottom: 7px;
    visibility: hidden;
    position: absolute;
    color: #fff;
    z-index: 1051;
    background-color: #3f4041;
    opacity: .9;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    text-align: center;
    border: 1px solid #3f4041;
    padding: 10px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  /* -------------------
  INSIGHTS DASHBOARD
  --------------------*/
    .pulse-dashboard .menu .selected {
      top: 104px;
    }
    .pulse-dashboard .canvas {
      margin-bottom: 14px;
    }
    .pulse-close-up .panel .pillar-name {
      margin-bottom: 20px;
      font-weight: 700;
    }
    .pulse-screen .pillar-name {
      margin-bottom: 6px;
      font-size: 8px;
      font-weight: 700;
    }
    .pulse-screen .p10-20 {
      padding: 10px 15px;
    }
    .pulse-close-up .panel .user-results,
    .pulse-screen .user-results {
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      width: 100%;
    }
    .pulse-close-up .user-results .progress-bar-container,
    .pulse-screen .user-results .progress-bar-container {
      -webkit-flex-grow: 1;
      -moz-box-flex: 1;
      flex-grow: 1;
      position: relative;
    }
    .pulse-close-up .with-marks,
    .pulse-screen .with-marks {
      margin-bottom: 32px;
    }
    .pulse-close-up .progress-container,
    .pulse-screen .progress-container {
      background-color: #f2f3f7;
      width: 100%;
      height: 30px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      margin-bottom: 5px;
      color: #fff;
      line-height: 30px;
      position: relative;
    }
    .pulse-screen .pillar-text .progress-container {
      height: 15px;
    }
    .pulse-screen .pillar-text .progress-fill {
      border: none;
    }
    .pulse-close-up .marks,
    .pulse-screen .marks {
      position: relative;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      width: 100%;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      justify-content: space-between;
      bottom: 0;
      color: #cdd1d9;
    }
    .pulse-close-up .marks .mark-number,
    .pulse-screen .marks .mark-number {
      display: inline-block;
      margin-left: -7px;
      margin-right: -7px;
      width: 16px;
      text-align: center;
    }
    .pulse-screen .marks .mark-number {
      font-size: 8px;
    }
    .pulse-close-up .marks .mark-number:before,
    .pulse-screen .marks .mark-number:before {
      display: block;
      content: '';
      margin-left: 50%;
      width: 1px;
      height: 12px;
      background-color: #ebedf0;
    }
    .pulse-screen .marks .mark-number:before {
      height: 5px;
    }
    .pulse-close-up .user-results .progress-bar-container .progress-container,
    .pulse-screen .user-results .progress-bar-container .progress-container {
      margin-right: 0;
      margin-bottom: 0;
    }
    .pulse-close-up .progress-container .progress-fill,
    .pulse-screen .progress-container .progress-fill {
      background-color: #8cc152;
      width: 0%;
      height: 100%;
      -moz-border-radius-topleft: 4px;
      border-top-left-radius: 4px;
      -moz-border-radius-bottomleft: 4px;
      border-bottom-left-radius: 4px;
      -moz-box-shadow: inset grey -1px 0 3px -1px;
      box-shadow: inset grey -1px 0 3px -1px;
      width: 0;
      -moz-transition: width .5s;
      transition: width .5s;
    }
    .pulse-close-up .progress-fill,
    .pulse-screen .progress-fill {
      border-right: 1px dashed;
      border-color: #cad1d9;
    }
    .pulse-close-up .progress-fill.normal,
    .pulse-screen .progress-fill.normal {
      border-color: #f3a100;
    }
    .pulse-close-up .pillar-result-progress .progress-container .progress-fill,
    .pulse-screen .pillar-result-progress .progress-container .progress-fill {
      -moz-box-shadow: none;
      box-shadow: none;
    }
    .pulse-close-up .pillar-result-progress .progress-container .progress-fill.normal,
    .pulse-screen .pillar-result-progress .progress-container .progress-fill.normal {
      background-color: #fbe6c4;
    }
    .pulse-close-up .result-progress .text,
    .pulse-screen .result-progress .text {
      display: none;
    }
    .pulse-close-up .progress-container .text,
    .pulse-screen .progress-container .text {
      text-align: center;
      display: none;
    }
    .pulse-close-up .user-results .progress-bar-container .pillar-result,
    .pulse-screen .user-results .progress-bar-container .pillar-result {
      position: absolute;
    }
    .pulse-close-up .pillar-result.normal,
    .pulse-screen .pillar-result.normal {
      background-color: #f3a100;
    }
    .pulse-close-up .pillar-result-progress .progress-container .progress-fill.very-good,
    .pulse-screen .pillar-result-progress .progress-container .progress-fill.very-good {
      background-color: #e3eed6;
    }
    .pulse-close-up .pillar-result-progress .progress-container .progress-fill.bad,
    .pulse-screen .pillar-result-progress .progress-container .progress-fill.bad {
      background-color: #fddbd5;
    }
    .pulse-close-up .pillar-result,
    .pulse-screen .pillar-result {
      margin-left: -20px;
      top: -12px;
      left: 0;
      -moz-transition: left .5s;
      transition: left .5s;
      -moz-border-radius: 20px;
      border-radius: 20px;
      color: #fff;
      width: 40px;
      height: 40px;
      text-align: center;
      display: inline-block;
      line-height: 38px;
      background-color: #cad1d9;
      z-index: 1;
    }
    .pulse-screen .pillar-result {
      margin-left: -8px;
      top: -5px;
      width: 20px;
      height: 20px;
    }
    .pulse-close-up .very-good,
    .pulse-screen .very-good {
      background-color: #8cc152;
    }
    .pulse-close-up .bad,
    .pulse-screen .bad {
      background-color: #fc6e51;
    }
    .pulse-close-up .pillar-result-progress .progress-container{
      height: 16px;
    }
    .pulse-screen .pillar-result-progress .progress-container {
      height: 10px;
    }
    .pulse-close-up .user-results .icons,
    .pulse-close-up .question-result-info .flex-item:not(:first-child),
    .pulse-screen .question-result-info .flex-item:not(:first-child) {
      position: relative;
      top: -7px;
      margin-left: 15px;
    }
    .pulse-close-up .user-results .icons .x-tooltip {
      margin-left: 5px;
    }
    .pulse-close-up .user-results .icons .x-tooltip a {
      width: 34px;
      height: 34px;
      border: 1px solid #e6e9ed;
      -moz-border-radius: 34px;
      border-radius: 34px;
      padding: 4px 7px;
      font-size: 16px;
      display: inline-block;
      text-align: center;
      text-decoration: none;
    }

    @media (max-width: 991px) {
      .pulse-screen {
        width: 535px;
      }
      .survey {
        width: auto;
      }
     .insights-screen .user-results .icons {
        display: none;
      }
    }
    @media (max-width: 768px) {
      .pulse-screen {
        width: 535px;
      }
      .survey {
        width: auto;
      }
      .pulse-close-up,
      .survey {
        height: 306px;
      }
      .insights-screen .user-results .icons {
        display: inline-block;
      }
      .questions-completed .center-hv {
        width: 200px;
      }
      .questions-completed-bar {
        opacity: 1;
      }
      .question-details p {
        margin: 0 0 42px;
      }
      .toggle-handle {
        width: 48px;
        height: 48px;
      }
      .toggle {
        top: 102px;
      }
      .dot-container {
        position: relative;
        top: 2px;
      }
      .question-details {
        top: 70px;
      }
      .question-details h3 {
        margin-bottom: 10px;
      }
      .question-details p {
        line-height: 28px;
      }
      .progress-fill.normal {
        width: 60%!important;
      }
      .progress-fill.very-good {
        width: 80%!important;
      }
      .result-1 {
        left: 60%!important;
      }
      .result-2 {
        left: 80%!important;
      }
    }

    @media (max-width: 479px) {
      .survey {
        width: auto;
      }
      .insights-screen .user-results .icons {
        display: none;
      }
      .pulse-close-up .pillar-name {
        font-size: 14px;
      }
    }

    @media (max-width: 471px) {
      .toggle {
        top: 130px;
      }
    }

  /* -------------------
  STAFF IDEAS
  --------------------*/
    .ideas-screen .flex-container {
      position: relative;
      border-bottom: 1px solid #e6e9ed;
      -webkit-align-items: center;
      -moz-box-align: center;
      align-items: center;
    }
    .ideas-screen .flex-item {
      padding: 20px 15px;
    }
    .ideas-screen .rank {
      position: relative;
      top: -5px;
      display: inline-block;
      padding: 2px 5px;
      min-width: 27px;
    }
    .ideas-screen .rank.rank-top {
      background-color: #ffce63;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      color: #333;
    }
    .ideas-screen .rank-diff {
      position: relative;
      top: -5px;
      display: inline-block;
      font-size: 18px;
      vertical-align: baseline;
      margin-left: 5px;
    }
    .ideas-screen .text-success {
      color: #a2df8d;
    }
    .ideas-screen .text-danger {
      color: #da4453;
    }
    .ideas-screen .text-neutral {
      color: #e6e9ed;
    }
    .ideas-screen .like-tooltip-container {
      display: inline-block;
      margin-left: 25px;
    }
    .ideas-screen .like-link {
      position: relative;
      color: #8b919f;
      font-size: 23px;
    }
    .ideas-screen .staff-idea-likes-count {
      display: inline-block;
      position: relative;
      top: -5px;
    }
    .ideas-screen .likes-count-tooltip {
      margin-left: 5px;
      padding-top: 4px;
      padding-bottom: 4px;
    }
    .ideas-screen .likes-count-tooltip .likes-count {
      border-bottom: 1px dashed #656d78;
      cursor: pointer;
      display: inline-block;
      cursor: default;
    }
    .x-tooltip:hover:not(.invisible-tooltip) .x-tooltip-body {
      visibility: visible;
    }
    .x-tooltip.x-tooltip-bottom .x-tooltip-body {
      bottom: auto;
      top: 100%;
    }
    .ideas-screen .x-tooltip.x-tooltip-bottom .x-tooltip-body {
      bottom: auto;
      top: 100%;
    }
    .ideas-screen .x-tooltip .x-tooltip-body.x-tooltip-white {
      max-height: 200px;
      opacity: 1;
      padding: 0;
      background-color: #fff;
      color: #656d78;
      text-align: center;
      border: 1px solid #cad1d9!important;
      -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
      box-shadow: 0 1px 1px rgba(0,0,0,.05);
      -moz-border-radius: 4px;
      border-radius: 4px;
      overflow: scroll;
    }
    .ideas-screen .x-tooltip.x-tooltip-bottom .x-tooltip-body:before {
      top: -16px;
      border: 8px solid transparent;
      border-bottom: 8px solid #cad1d9;
    }
    .x-tooltip.x-tooltip-bottom .x-tooltip-body:after {
      top: -15px;
      border: 8px solid transparent;
      border-bottom: 8px solid #fff;
    }
    .ideas-screen .x-tooltip.x-tooltip-bottom .x-tooltip-body:after,
    .ideas-screen .x-tooltip.x-tooltip-bottom .x-tooltip-body:before {
      left: 50%;
      -webkit-transform: translateX(-8px);
      -moz-transform: translateX(-8px);
      transform: translateX(-8px);
    }
    .ideas-screen .x-tooltip.x-tooltip-bottom .x-tooltip-body:after,
    .ideas-screen .x-tooltip.x-tooltip-bottom .x-tooltip-body:before,
    .ideas-screen .x-tooltip.x-tooltip-left .x-tooltip-body:after,
    .ideas-screen .x-tooltip.x-tooltip-left .x-tooltip-body:before,
    .ideas-screen .x-tooltip.x-tooltip-right .x-tooltip-body:after,
    .ideas-screen .x-tooltip.x-tooltip-right .x-tooltip-body:before {
      width: 15px;
      height: 15px;
      display: block;
      position: absolute;
      content: '';
    }
    .ideas-screen .likes-count-tooltip .likes-count-users {
      max-height: 250px;
      overflow: scroll;
      text-align: left;
      padding: 15px;
    }
    .ideas-screen .x-tooltip .x-tooltip-body.x-tooltip-white .tooltip-body {
      padding: 10px;
      font-weight: 400;
      white-space: nowrap;
    }
    .ideas-screen .likes-count-tooltip .likes-count-users>div .avatar {
      -moz-border-radius: 15px;
      border-radius: 15px;
      height: 30px;
      width: 30px;
      border: 2px solid #fff;
      margin-right: 13px;
    }
    .ideas-screen .flex-container>.flex-item.idea-info {
      -webkit-flex-grow: 1;
      -moz-box-flex: 1;
      flex-grow: 1;
      text-align: left;
    }
    .ideas-screen .avatar-container {
      float: left;
      margin-right: 13px;
    }
    .ideas-screen .avatar-picture {
      -moz-border-radius: 25px;
      border-radius: 25px;
      height: 50px;
      width: 50px;
      border: 2px solid #fff;
      margin-right: 0;
    }
    .ideas-screen .idea-info .idea-title {
      margin-bottom: 5px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .ideas-screen .pillar-linked-to-component {
      display: inline-block;
    }
    .ideas-screen .user-line {
      margin: 5px;
    }
    .ideas-screen .icobutton {
      margin: 0;
      padding: 0;
      color: #c0c1c3;
      border: 0;
      background: none;
      overflow: visible;
      -webkit-tap-highlight-color: rgba(0,0,0,0);
      font-size: 40px;
    }
    .ideas-screen .thumb-pulse {
      -webkit-animation-name: thumb-pulse;
      -moz-animation-name: thumb-pulse;
      animation-name: thumb-pulse;
      -webkit-animation-duration: 3s;
      -moz-animation-duration: 3s;
      animation-duration: 3s;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
    }

    @keyframes thumb-pulse {
      0%, 20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
      }
      10% {
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        transform: scale(1.4);
      }
    }

    @media (max-width: 991px) {
      .ideas-screen .idea-rank {
        padding-left: 0;
      }
      .ideas-screen .idea-info {
        padding-right: 0;
        overflow: hidden;
      }
      .ideas-screen .staff-idea-likes-count {
        left: 36px;
      }
      .ideas-screen .pillar-linked-to-component {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
    }

    @media (max-width: 768px) {
      .ideas-screen .staff-idea-likes-count {
        left: 0;
      }
      .ideas-screen .pillar-linked-to-component {
        display: inline-block;
      }
    }

    @media (max-width: 600px) {
      .pulse-close-up .x-tooltip.inline-tooltip {
        display: none;
      }
    }

    @media (max-width: 479px) {
      .pulse-close-up .x-tooltip.inline-tooltip {
        display: inline-block;
      }
      .ideas-screen .idea-rank {
        width: 600px;
      }
      .ideas-screen .like-tooltip-container {
        margin-left: 15px;
      }
      .ideas-screen .pillar-linked-to-component {
        display: block;
      }
      .ideas-screen .idea-table-line {
        -webkit-align-items: left;
        -moz-box-align: left;
        align-items: left;
        text-align: left;
      }
      .ideas-screen .idea-info .avatar-container {
        display: none!important;
      }
      .ideas-screen .idea-info {
        width: 300px;
      }
      .sip-close-up .idea-info {
        width: auto;
      }
    }

    @media (max-width: 390px) {
      .ideas-screen .idea-rank {
        width: 800px;
      }
      .ideas-screen .idea-info {
        width: 250px;
      }
      .idea-card-description .xxs-screen {
        display: none;
      }
      .sip-status-container {
        position: relative;
        top: 10px!important;
      }
      .sip-status-container .pulse-amber-bg {
        display: none!important;
      }
      .sip-status-container .pulse-green-bg {
        margin-left: 10px!important;
      }
    }

  /* -------------------
  RESOURCES
  --------------------*/
  .resources-screen .panel {
    position: relative;
    display: inline-block;
    width: 47%;
    height: auto;
    padding: 0;
  }
  .resources-screen .idea-card-content,
  .resources-screen .resource-details {
    padding: 20px;
  }
  .resources-screen .panel .title {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    line-height: 23px;
    color: #333;
    font-weight: 700;
    text-decoration: none;
  }
  .resources-screen .resource-thumb {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .resources-screen .culture-img {
    background-image: url('https://satchel-pulse.s3.amazonaws.com/uploads/attachment/file/55335fc64fa946ea43180641031eaa367f7b0625/idea_image_Close_20up_20of_20color_20pencils_20organized_20in_20a_20box.jpeg');
  }
  .resources-screen .job-sat-img {
    background-image: url('https://satchel-pulse.s3.amazonaws.com/uploads/attachment/file/c478940a166cb528d3ba2f20ba5cd6b53ffe7276/idea_image_6-Amazing-Benefits-Of-Employee-Engagement-og.png');
  }
  .idea-card-bottom {
    border-top: 1px solid #e6e9ed;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 13px;
  }
  .idea-card-description .read-more {
    display: block;
    margin-top: 10px;
    text-decoration: none;
  }
  .direct-message-link,
  .like-resource {
    display: inline-block;
  }
  .direct-message-link {
    margin-right: 5px;
  }

  @media (max-width: 991px) {
    .resources-screen .panel {
      width: 100%;
    }
  }

  @media (max-width: 768px) {
    .resources-screen .panel {
      width: 47%;
    }
    .resources-screen .resource-thumb {
      height: 100px;
    }
  }

  @media (max-width: 730px) {
    .resources-screen .panel {
      width: 100%;
      max-width: 300px;
      float: none!important;
    }
    .resources-screen .small-hide {
      display: none!important;
    }
  }

  @media (max-width: 479px) {
    .resources-screen .panel {
      width: 100%;
    }
  }

  /* -------------------
  ACTIONS
  --------------------*/
  .actions-close-up .pill {
    display: inline-block;
    margin-right: 7px;
    background-color: #f4f8fb;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 2px 13px;
    font-size: 14px;
  }
  .actions-close-up .pillar-linked-to-component {
    font-size: 14px;
  }
  .actions-close-up .avatar-picture {
    position: relative;
    top: 3px;
    margin-right: 10px;
  }
  .actions-close-up .row-pie-chart {
    position: relative;
    top: 13px;
    margin-right: 20px;
  }
  .actions-close-up .row-pie-chart svg {
    width: 36px;
    height: 36px;
  }
  .actions-close-up .row-pie-chart p {
    position: relative;
    top: -15px;
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
  }
  .actions-close-up .idea-title a,
  .ideas-screen .idea-title a {
    text-decoration: none;
  }
  .actions-close-up .related-actions {
    position: relative;
    float: right;
    margin-right: 20px;
  }

  @media (max-width: 991px) {
    .actions-close-up .pill {
      display: none;
    }
    .actions-close-up .row-pie-chart svg {

    }
    .actions-close-up .row-pie-chart p {
      display: none;
    }
    .actions-close-up .row-pie-chart {
      top: 5px;
      width: 100px;
      text-align: right;
    }
  }

  @media (max-width: 768px) {
    .actions-close-up,
    .sip-close-up,
    .resources-screen {
      height: 380px;
    }
  }

  @media (max-width: 479px) {
    .actions-close-up .avatar-container {
      display: none!important;
    }
  }

  /* -------------------
  SIP
  --------------------*/
  .sip-close-up .sip-title,
  .actions-close-up .sip-title,
  .sip-close-up .sip-status {
    display: inline-block;
  }
  .sip-close-up .related-actions {
    position: relative;
    left: 187px;
  }
  .sip-close-up .sip-status {
    position: relative;
    top: 6px;
    width: 100px;
    margin-right: 20px;
  }
  .sip-close-up .circle {
    width: 30px;
    height: 30px;
  }
  .sip-close-up .sip-status .circle,
  .sip-close-up .sip-status p {
    display: inline-block;
    vertical-align: initial;
  }
  .sip-close-up .sip-status .circle {
    vertical-align: middle;
  }
  .sip-close-up .sip-status p {
    margin-left: 5px;
    vertical-align: initial;
    font-size: 14px;
  }

  @media (max-width: 1200px) {
    .sip-close-up .ide-info {
      padding-right: 0;
    }
    .sip-close-up .sip-status-container {
      margin-right: 10px;
      text-align: center;
    }
    .sip-close-up .related-actions {
      left: 120px;
    }
    .sip-close-up .sip-status {
      top: 5px;
      width: 100px;
      margin-right: 0px;
    }
  }

  @media (max-width: 991px) {
    .sip-close-up .sip-status-container {
      width: 170px;
      margin-right: 10px;
      text-align: right;
    }
    .sip-close-up .related-actions {
      left: 95px;
    }
    .sip-close-up .sip-status p {
      display: none;
    }
    .sip-close-up .sip-status {
      top: -1px;
      width: auto;
      margin-right: 10px;
    }
  }

  @media (max-width: 768px) {
    .sip-close-up .related-actions {
      position: relative;
      float: right;
      margin-right: 20px;
    }
    .sip-close-up .related-actions {
      left: auto;
    }
    .sip-close-up .sip-status-container {
      width: 350px;
    }
    .sip-close-up .sip-status p {
      display: inline-block;
    }
  }

  @media (max-width: 600px) {
    .sip-close-up .related-actions {
      left: auto;
    }
    .sip-close-up .sip-status-container {
      width: 200px;
    }
    .sip-close-up .sip-status p {
      display: none;
    }
  }

  /* -------------------
  EVALUATION HERO
  --------------------*/
  .sef-screen .canvas {
    display: flex;
    margin: 1px 1px 15px 1px;
    padding: 0px;
    border: 1px solid #e6e9ed;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: left;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .sef-screen .standard-panel {
    height: 192px;
  }
  .sef-screen .standard-grow {
    height: 265px;
  }
  .sef-screen .canvas h3 {
    margin: 0 0 10px;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #0e79c9;
  }
  .sef-screen .standard-tab,
  .sef-screen .criteria-tab {
    position: relative;
    width: 50px;
    padding: 16px 0 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .sef-screen .criteria-tab {
    padding: 21px 0 0;
    color: #656d78;
    background-color: #f1f3f6;
    border-right: 1px solid #e6e9ed;
    font-weight: normal;
  }
  .sef-screen .evaluation-details,
  .sef-screen .evaluate {
    float: left;
    width: 100%;
    height: 100%;
  }
  .sef-screen .evaluate .btn {
    padding: 10px 15px;
    background: #8cc152;
    border: 1px solid #719947;
    font-weight: normal;
    color: #fff;
  }
  .sef-screen .evaluate .btn:hover {
    background-color: #82cc44;
    border: 1px solid #68a336;
  }
  .sef-screen .evaluation-area {
    padding: 20px;
    background-color: #f0f7e8;
    border: 1px solid #8cc152;
    border-left: none;
    -webkit-border-radius: 0 0 6px 0;
    -moz-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
  }
  .sef-screen .avatar-container {
    float: left;
    margin-right: 13px;
  }
  .sef-screen .avatar-container img {
    width: 50px;
    height: 50px;
  }
  .sef-screen .evaluation-area .judgement {
    margin: 0 0 2px;
  }
  .sef-screen .pill {
    display: inline-block;
    margin: 0 0 15px;
    background-color: #f4f8fb;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 2px 13px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }
  .sef-screen .btn-pulse {
    -webkit-animation-name: btn-pulse;
    -moz-animation-name: btn-pulse;
    animation-name: btn-pulse;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }

  .pulse-screen .canvas table th {
    background-color: #f5f7fa;
    text-align: left;
  }

  @keyframes btn-pulse {
    0%, 20% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1);
    }
    10% {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      transform: scale(1.1);
    }
  }


  @media (max-width: 1200px) {
    .sef-screen .standard-grow {
      height: 290px;
    }
  }
  @media (max-width: 991px) {
    .sef-screen .standard-panel {
      height: 245px;
    }
    .sef-screen .standard-grow {
      height: 368px;
    }
  }
  @media (max-width: 479px) {
    .sef-screen {
      height: auto;
    }
  }