/* Minification failed. Returning unminified contents.
(1302,22): run-time error CSS1039: Token not allowed after unary operator: '-old-nav-button-bg-color'
(4417,80): run-time error CSS1030: Expected identifier, found '.'
(4417,107): run-time error CSS1031: Expected selector, found ')'
(4417,107): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/* Extra small devices (mobiles, up to 767px) */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
  font-size: 16px;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  height: 100%; }

.ico, i {
  display: block;
  background-image: url(/images/app-sprite.png); }

.ease {
  transition: all .5s ease-in-out; }

.hide {
  display: none; }

.go-rt {
  float: right; }

.go-lt {
  float: left; }

.fl-lt {
  float: left; }

.fl-rt {
  float: right; }

.center {
  text-align: center;
  list-style-position: inside; }

@media screen and (max-width: 480px) {
  [class*='fl-'] {
    float: none;
    display: block; }
  .col-10,
  .col-20,
  .col-25,
  .col-30,
  .col-33,
  .col-40,
  .col-50,
  .col-60,
  .col-70,
  .col-80,
  .col-90 {
    width: 90%;
    margin: 0 10px 20px 10px; } }

.app-header {
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8; }
  .app-header .page {
    height: 56px; }
  .app-header .sign-in {
    position: absolute; }
  .app-header .app-header-logo {
    height: 42px;
    float: left;
    margin: 8px 10px 8px 16px !important; }
  .app-header .app-header-logo-link {
    width: 133px;
    height: 26px;
    top: 15px;
    left: 10px;
    display: block;
    text-indent: -9000em;
    overflow: hidden;
    position: absolute; }
  .app-header .nav-wrapper {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #777;
    padding-top: 15px; }
    .app-header .nav-wrapper .nav-item {
      display: inline-block;
      padding-right: 10px;
      margin-right: 5px;
      margin-top: 8px; }
      .app-header .nav-wrapper .nav-item .nav-item-link-wrapper {
        text-transform: uppercase;
        padding: 2px;
        font-size: 12px; }
      .app-header .nav-wrapper .nav-item a {
        color: #777;
        text-decoration: none; }
        .app-header .nav-wrapper .nav-item a:hover {
          color: black;
          text-decoration: none;
          border-bottom: 1px solid #777;
          padding-bottom: 6px; }
      .app-header .nav-wrapper .nav-item .nav-icon {
        height: 18px;
        width: 16px;
        background-size: 16px 16px;
        background-repeat: no-repeat;
        display: inline-block;
        margin-bottom: -5px;
        margin-right: 3px; }
      .app-header .nav-wrapper .nav-item .beta-icon {
        margin-top: -10px;
        height: 14px;
        float: right;
        margin-left: 2px; }
      .app-header .nav-wrapper .nav-item .new-icon {
        margin-top: -10px;
        height: 14px;
        float: right;
        margin-left: 2px; }
    .app-header .nav-wrapper .user-info-wrapper {
      float: right;
      margin-top: -5px;
      border: none; }
      .app-header .nav-wrapper .user-info-wrapper.nav-item {
        margin-right: 0;
        margin-left: 22px; }
        .app-header .nav-wrapper .user-info-wrapper.nav-item .appuser {
          cursor: pointer;
          text-align: right;
          display: block; }
          .app-header .nav-wrapper .user-info-wrapper.nav-item .appuser .user-name-and-role > div {
            text-align: center;
            line-height: 20px; }
          .app-header .nav-wrapper .user-info-wrapper.nav-item .appuser .user-name-and-role:hover {
            color: black; }
          .app-header .nav-wrapper .user-info-wrapper.nav-item .appuser .useravatar img {
            margin-bottom: -7px; }
          .app-header .nav-wrapper .user-info-wrapper.nav-item .appuser .useravatar #blank-avatar {
            width: 40px;
            height: 40px;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            -webkit-box-shadow: 0 0 5px green;
            -ms-box-shadow: 0 0 5px green;
            -moz-box-shadow: 0 0 5px green;
            -o-box-shadow: 0 0 5px green;
            box-shadow: 0 0 5px green; }
            .app-header .nav-wrapper .user-info-wrapper.nav-item .appuser .useravatar #blank-avatar:hover {
              -webkit-box-shadow: 0 0 10px green;
              -ms-box-shadow: 0 0 10px green;
              -moz-box-shadow: 0 0 10px green;
              -o-box-shadow: 0 0 10px green;
              box-shadow: 0 0 10px green; }
          .app-header .nav-wrapper .user-info-wrapper.nav-item .appuser .dropdown-opener {
            height: 15px;
            margin-right: 12px; }
            .app-header .nav-wrapper .user-info-wrapper.nav-item .appuser .dropdown-opener i {
              background-position: 0 -34px;
              background-image: url("/images/app-sprite.png");
              height: 7px;
              width: 9px; }
          .app-header .nav-wrapper .user-info-wrapper.nav-item .appuser > div {
            display: inline-block; }
          .app-header .nav-wrapper .user-info-wrapper.nav-item .appuser:hover .dropdown {
            display: block;
            position: absolute;
            top: 50px;
            right: 10px; }
          .app-header .nav-wrapper .user-info-wrapper.nav-item .appuser .dropdown {
            background: #fff;
            border: 1px solid #efefef;
            padding-top: 5px;
            padding-bottom: 5px; }
            .app-header .nav-wrapper .user-info-wrapper.nav-item .appuser .dropdown ul {
              list-style: none; }
              .app-header .nav-wrapper .user-info-wrapper.nav-item .appuser .dropdown ul li {
                text-align: right; }
                .app-header .nav-wrapper .user-info-wrapper.nav-item .appuser .dropdown ul li:hover {
                  background-color: #3276b1;
                  background-image: none;
                  -webkit-box-shadow: none;
                  -ms-box-shadow: none;
                  -moz-box-shadow: none;
                  -o-box-shadow: none;
                  box-shadow: none; }
                .app-header .nav-wrapper .user-info-wrapper.nav-item .appuser .dropdown ul li a {
                  display: inline-block;
                  padding: 4px 25px 4px 50px;
                  font-size: 14px;
                  color: #333;
                  line-height: 1.8em;
                  min-height: 1.8em; }
                  .app-header .nav-wrapper .user-info-wrapper.nav-item .appuser .dropdown ul li a:hover {
                    text-decoration: none;
                    color: white; }
                .app-header .nav-wrapper .user-info-wrapper.nav-item .appuser .dropdown ul li.divider {
                  height: 1px;
                  margin: 9px 0;
                  overflow: hidden;
                  background-color: #e5e5e5; }
                .app-header .nav-wrapper .user-info-wrapper.nav-item .appuser .dropdown ul li.logout {
                  border-top: 1px solid #efefef; }
                  .app-header .nav-wrapper .user-info-wrapper.nav-item .appuser .dropdown ul li.logout a {
                    position: relative; }
                  .app-header .nav-wrapper .user-info-wrapper.nav-item .appuser .dropdown ul li.logout .ico {
                    width: 11px;
                    height: 11px;
                    position: absolute;
                    top: 12px;
                    right: -5px;
                    background-position: -34px -445px; }

.tabs {
  margin-bottom: 3px;
  margin-top: 5px; }
  .tabs a {
    text-decoration: none;
    color: #e2e2e2;
    background-color: #58585a;
    padding: 5px 25px;
    margin-top: -25px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
    .tabs a:hover, .tabs a:focus {
      color: #e2e2e2; }

.curr {
  background-color: #e6e6e6 !important;
  color: #58585a !important; }

#add-tab-padding {
  padding: 15px;
  padding-bottom: 0px; }

.pg-title {
  padding: 10px 10px;
  background: #e6e6e6 url("/images/title-bar-gradient-bg.gif") bottom repeat-x;
  border-bottom: 1px solid #d1d1d1;
  text-align: left;
  clear: both;
  display: block;
  min-height: 80px; }
  .pg-title .txt {
    min-width: 53%; }
  .pg-title p {
    font-size: 14px;
    color: #37343b;
    text-shadow: 0 1px 1px #fff; }

#add-title-padding {
    margin: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: auto !important;
}

.assessments-details, .toggleBar {
  padding: 20px; }
  .assessments-details h5, .toggleBar h5 {
    padding: 10px 10px 10px 35px;
    position: relative;
    background-color: #f3f2f3;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    .assessments-details h5 small, .toggleBar h5 small {
      font-size: 14px;
      color: #929191; }
    .assessments-details h5 i, .toggleBar h5 i {
      position: absolute;
      top: 9px;
      left: 11px; }
    .assessments-details h5 .title-radar-ico, .toggleBar h5 .title-radar-ico {
      width: 16px;
      height: 17px;
      background-position: -54px -186px; }
    .assessments-details h5 .title-strength-ico, .toggleBar h5 .title-strength-ico {
      width: 15px;
      height: 16px;
      background-position: -48px -228px; }
  .assessments-details .assess-item, .toggleBar .assess-item {
    padding: 20px; }
  .assessments-details .toggle, .toggleBar .toggle {
    position: absolute;
    top: 6px;
    right: 20px;
    font-size: 14px;
    padding-top: 3px; }
    .assessments-details .toggle span, .toggleBar .toggle span {
      display: block;
      padding: 1px 10px; }
    .assessments-details .toggle .handle, .toggleBar .toggle .handle {
      width: 21px;
      height: 21px;
      background-position: 0 -340px;
      display: block;
      position: absolute;
      top: -1px;
      left: -3px;
      cursor: pointer; }
    .assessments-details .toggle .on, .toggleBar .toggle .on {
      top: -1px;
      left: 16px; }

.assessments-details h5 .title-impediments-ico {
  width: 18px;
  height: 16px;
  background-position: -53px -264px; }

.assessments-details h5 .title-growth-plan-ico {
  width: 15px;
  height: 14px;
  background-position: -52px -302px; }

.assessments-details .toggle .switch,
.toggleBar .toggle .switch-toggle {
  width: 35px;
  height: 18px;
  position: relative;
  background: #38b348;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 3px #298335;
  -ms-box-shadow: inset 0 1px 3px #298335;
  -moz-box-shadow: inset 0 1px 3px #298335;
  -o-box-shadow: inset 0 1px 3px #298335;
  box-shadow: inset 0 1px 3px #298335; }

.wizard {
  width: 480px;
  position: relative;
  margin: 40px auto; }
  .wizard .bar {
    background: #dcdcdc;
    border: 1px solid #cdcdcd; }
    .wizard .bar .progress {
      height: 10px;
      background: #83b336;
      border: 1px solid #6e982c; }
  .wizard .past,
  .wizard .current,
  .wizard .future {
    position: absolute;
    top: -12px;
    width: 120px; }
    .wizard .past .ico,
    .wizard .current .ico,
    .wizard .future .ico {
      width: 36px;
      height: 37px;
      margin: 0 auto; }
  .wizard .past .ico {
    background-position: 0 -208px; }
  .wizard .current .ico {
    background-position: 0 -245px; }
  .wizard .future .ico {
    background-position: 0 -282px; }
  .wizard label {
    display: block;
    font-size: 12px;
    color: #4b4b4b;
    text-align: center; }

.multi_team_wizard {
  width: 660px; }

/* Teams */
.teams {
  padding-top: 20px;
  padding-bottom: 20px; }

.teams .row {
  padding: 10px 0; }

.teams .ah-team-swimlanes h4 {
  background: #52aed3;
  color: #fff;
  text-shadow: 0 1px 1px #36728a;
  position: relative;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: inset 0 1px 3px #3d88a6;
  -webkit-box-shadow: inset 0 1px 3px #3d88a6;
  -moz-box-shadow: inset 0 1px 3px #3d88a6;
  cursor: pointer; }

.teams .icon {
  padding: 10px;
  background: #3d88a6;
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px; }

.teams .icon i {
  width: 38px;
  height: 21px;
  background-position: -56px -33px; }

.teams .title {
  display: inline-block;
  padding: 10px 0 0 10px; }

.teams .arrow {
  padding: 5px;
  margin: 9px 10px 0 0;
  border: 1px solid #438dab;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }

.teams .arrow i {
  width: 14px;
  height: 11px;
  background-position: -25px -33px; }

.teams h4:hover {
  background: #438dab; }

.teams .profiles {
  padding: 20px 0; }

.teams .team {
  width: 229px;
  margin: 0 auto;
  position: relative; }

.teams a {
  display: block; }

.teams a:link {
  color: #000;
  text-decoration: none; }

.teams a:visited {
  color: #000;
  text-decoration: none; }

.teams a:hover {
  color: blue; }

.teams a.k-pager-nav {
  outline: none; }

.teams .k-grid-header .k-header {
  overflow: visible;
  white-space: normal; }

.teams .team-logo {
  width: 229px;
  height: 229px;
  margin: 0 auto;
  background: #efefef;
  box-shadow: 0px 0px 10px #ccc;
  border: 1px solid #fff;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  overflow: hidden;
  display: block; }

.teams .team-list-logo {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: #efefef;
  box-shadow: 0px 0px 10px #ccc;
  border: 7px solid #fff;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  overflow: hidden;
  display: block; }

.teams h5 {
  padding: 10px 10px 10px 35px;
  position: relative;
  background-color: #f3f2f3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

.teams h5 small {
  font-size: 14px;
  color: #929191; }

.teams h5 i {
  position: absolute;
  top: 9px;
  left: 11px; }

.teams h5 .title-radar-ico {
  width: 16px;
  height: 17px;
  background-position: -54px -186px; }

.teams h5 .title-strength-ico {
  width: 15px;
  height: 16px;
  background-position: -48px -228px; }

.teams h5 .title-impediments-ico {
  width: 18px;
  height: 16px;
  background-position: -53px -264px; }

.teams h5 .title-growth-plan-ico {
  width: 15px;
  height: 14px;
  background-position: -52px -302px; }

img.team-img {
  margin-left: -15px; }

.team_count {
  font-size: 12px;
  text-transform: lowercase;
  margin-top: 12px;
  position: absolute; }

.info-box {
  width: 600px;
  position: relative;
  z-index: 1;
  margin: 20px auto;
  padding: 30px 0;
  background: #fff;
  box-shadow: 0px 0px 15px #ccc;
  -webkit-box-shadow: 0px 0px 15px #ccc;
  -moz-box-shadow: 0px 0px 15px #ccc;
  margin-left: auto;
  margin-right: auto; }

.teams .edit {
  opacity: 1;
  width: 50px;
  height: 65px;
  position: absolute;
  top: 20px;
  left: 25%;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  overflow: hidden; }
  @media only screen and (min-width: 1300px) {
    .teams .edit {
      opacity: 0; } }

.teams .edit i {
  width: 30px;
  height: 31px;
  position: absolute;
  top: 19px;
  left: 22px;
  background-position: -60px -64px; }

.teams .trash {
  opacity: 1;
  width: 50px;
  height: 65px;
  position: absolute;
  top: 20px;
  right: 25%;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  overflow: hidden; }
  @media only screen and (min-width: 1300px) {
    .teams .trash {
      opacity: 0; } }

.teams .trash i {
  width: 50px;
  height: 36px;
  position: absolute;
  top: 18px;
  left: 23px;
  background-position: -110px -106px; }

.teams .untrash {
  opacity: 1;
  width: 50px;
  height: 65px;
  position: absolute;
  top: 20px;
  right: 25%;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  overflow: hidden; }
  @media only screen and (min-width: 1200px) {
    .teams .untrash {
      opacity: 0; } }

.teams .untrash i {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 10px; }

.teams .team:hover .edit {
  opacity: 1;
  top: 0;
  left: 15%; }

.teams .team:hover .trash {
  opacity: 1;
  top: 0;
  right: 15%; }

.teams .team:hover .untrash {
  opacity: 1;
  top: 0;
  right: 15%; }

.teams [class*='teammate-'] {
  width: 65px;
  height: 65px;
  position: absolute;
  background: #efefef;
  box-shadow: 0px 0px 10px #ccc;
  border: 4px solid #fff;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  overflow: hidden; }

.excel-icon {
  background-image: url(/Content/images/icons-png/excel.png);
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  text-align: center;
  background-color: transparent;
  height: 30px;
  width: 30px; }

.teams .teammate-1 {
  top: 170px;
  left: 5px; }

.teams .teammate-2 {
  top: 190px;
  left: 80px; }

.teams .teammate-3 {
  top: 170px;
  right: 0px; }

.teams .teammate-4 {
  top: 150px;
  right: -20px; }

.teams .team-logo:hover, .circle:hover {
  border-color: #00aeef;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  cursor: pointer; }

.teams [class*='teammate-']:hover {
  border-color: #00aeef;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.teams .team h5 {
  margin: 0;
  padding: 35px 0 20px 0;
  font-size: 20px;
  text-align: center; }

.inputCol {
  width: 100px; }

/* end | Teams */
/* MultiTeams */
.teams .swimlane .MultiTeam,
.teams .swimlane .MultiTeam span,
h4.ease.MultiTeam span.fl-lt.title {
  background-color: #FE9A2E;
  box-shadow: inset 0 1px 3px #FF8000;
  -webkit-box-shadow: inset 0 1px 3px #FF8000;
  -moz-box-shadow: inset 0 1px 3px #FF8000; }

.teams .swimlane .MultiTeam:hover,
.teams .swimlane .MultiTeam span:hover {
  background-color: #FE9A2E;
  box-shadow: inset 0 1px 3px #FF8000;
  -webkit-box-shadow: inset 0 1px 3px #FF8000;
  -moz-box-shadow: inset 0 1px 3px #FF8000; }

.teams .swimlane .MultiTeam:hover,
h4.ease.MultiTeam:hover span.fl-lt.title {
  background-color: #FF8000;
  box-shadow: inset 0 1px 3px #FF8000;
  -webkit-box-shadow: inset 0 1px 3px #FF8000;
  -moz-box-shadow: inset 0 1px 3px #FF8000; }

.teams .swimlane .MultiTeam .arrow {
  border: 1px solid #FF8000; }

h4.ease.MultiTeam span.fl-lt.icon {
  background-color: #FF8000; }

.teams .swimlane .Multiteam .icon:hover {
  background-color: #FE9A2E; }

.teams .swimlane .Enterprise,
.teams .swimlane .Enterprise span,
h4.ease.Enterprise span.fl-lt.title {
  background-color: #38b348;
  box-shadow: inset 0 1px 3px #32a140;
  -webkit-box-shadow: inset 0 1px 3px  #32a140;
  -moz-box-shadow: inset 0 1px 3px  #32a140; }

.teams .swimlane .Enterprise:hover,
.teams .swimlane .Enterprise span:hover {
  background-color: #32a140;
  box-shadow: inset 0 1px 3px #32a140;
  -webkit-box-shadow: inset 0 1px 3px #32a140;
  -moz-box-shadow: inset 0 1px 3px #32a140; }

.teams .swimlane .Enterprise:hover,
h4.ease.Enterprise:hover span.fl-lt.title, h4.Enterprise:hover span {
  background-color: #32a140;
  box-shadow: inset 0 1px 3px #32a140;
  -webkit-box-shadow: inset 0 1px 3px #32a140;
  -moz-box-shadow: inset 0 1px 3px #32a140; }

.teams .swimlane .Enterprise .arrow {
  border: 1px solid #32a140; }

h4.ease.Enterprise span.fl-lt.icon {
  background-color: #32a140; }

.teams .swimlane .Enterprise .icon:hover {
  background-color: #32a140; }

img.sub-team.team-logo {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background: #efefef;
  box-shadow: 0px 0px 10px #ccc;
  border: 7px solid #fff;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  overflow: hidden;
  display: block; }

.email-content {
  font-family: 'Trebuchet MS';
  font-size: 16px; }

div.intro h1 {
  margin-top: 10px; }

.team-spinner {
  width: 90px;
  height: 90px;
  margin-left: 45%;
  margin-top: -0.8%; }

/*end | Multiteams */
footer {
  height: auto;
  background-color: #f2f0f0;
  width: 100%; }
  footer .ah-footer .footer-logo {
    float: left;
    margin-left: 20px;
    margin-top: 5px; }
    @media only screen and (max-width: 767px) {
      footer .ah-footer .footer-logo {
        margin-left: 8px; } }
    footer .ah-footer .footer-logo img {
      height: 45px; }
      @media only screen and (max-width: 767px) {
        footer .ah-footer .footer-logo img {
          margin-bottom: 10px;
          margin-top: 10px; } }
  footer .ah-footer .copyright-info {
    float: right;
    color: #666769;
    text-align: left;
    line-height: 65px;
    font-size: 14px;
    margin-right: 142px; }
    @media only screen and (max-width: 767px) {
      footer .ah-footer .copyright-info {
        line-height: 16px;
        font-size: 12px;
        margin-top: 20px;
        margin-right: 83px;
        margin-left: 15px;
        float: left; }
        footer .ah-footer .copyright-info span {
          display: block; } }

.required label {
    font-weight: bold;
}

    .required label:before {
        color: #e32;
        content: ' *';
        display: inline;
    }



.validation-summary-errors {
    margin: 1em 0;
    color: red;
}

span.field-validation-error {
    color: red;
}

.survey-bar {
    width: 860px;
    margin-left: -200px;
}

.survey-wizard {
    margin: 0 auto;
    display: block;
    width: 70%;
}

.content2 {
    display: block;
    margin: auto;
    width: 900px;
}

div.past a label {
    text-decoration: none !important;
}

thead .left {
    border-left: 1px solid #dcdcdc !important;
}

thead .right {
    border-right: 1px solid #dcdcdc !important;
}


tbody .left {
    border-left: 1px solid white !important;
}

tbody .right {
    border-right: 1px solid white !important;
}

#assessment_title {
    width: 80%;
}

.kendo-dropdown {
    margin-top: 5px;
}

.note {
    color: #fff !important;
    padding: 6px 12px !important;
    width: 200px !important;
}

#change {
    font-size: smaller
}

.name-row-width {
    min-width: 90px;
}

.email-row-width {
    min-width: 120px;
}

.tag-row-width {
    min-width: 100px;
}

.icon-edit {
    height: 15px;
    cursor: pointer;
    margin-right: 6px;
}

.send_invite, .view_link, .remove {
    width: 20px;
    height: 20px;
}

.contact_actions {
    padding: 6px 6px !important
}

/*Survey Wizard*/
#navBtns {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

#dimensons-grid, #competency-grid, #subdimensons-grid, #questions-grid, #OpenEnded-grid {
    width: 80%;
    margin: 0 auto;
}

#surveys-grid {
    width: 85%;
    margin: 0 auto;
}

#companycost-grid {
    width: 60%;
    margin: 0 auto;
}

.open-window {
    width: 500px
}

#reviewers-grid {
    width: 620px;
    margin: 0 auto;
}

        .language-label {
            float: left;
            width: 50%;
            margin-bottom: 5px;
        }
.row-data {
    width: 100%;
    margin-left: 30px;
}

        .companyfilter-label {
            float: left;
            width: 50%;
            margin: 0 -40px 5px 0;
        }
.survey-label {
    margin-top: 20px;
    margin-bottom: 5px;
}

.survey-label, .survey-field {
    float: left;
    margin-right: 50px;
    width: 50%;
}

.welcome-email-inputs {
    float: left;
    margin-left: 43px;
}

    .welcome-email-inputs .welcome-email-input-label {
        width: 100px;
        display: inline-block;
        font-size: 14px;
    }

    .welcome-email-inputs .welcome-email-checkbox-label {
        font-size: 14px;
        float: left;
        margin-right: 12px;
        margin-top: 2px;
    }

    .welcome-email-inputs > div > input[type="text"] {
        border: 1px solid #aeaeae;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        border-radius: 3px;
        padding: 8px;
        width: 363px;
        margin-bottom: 10px;
    }

    .welcome-email-inputs > div > input[type="checkbox"] {
        margin-bottom: 4px;
        float: left;
        margin-right: 12px;
    }

    .welcome-email-inputs .checkbox-wrapper {
        margin-top: 5px;
    }

a,
input,
textarea {
    outline: none;
}

img {
    border: 0;
}

h1, h2, h3,
h4, h5, h6 {
    margin: 0;
    padding: 0;
    line-height: 1em;
    color: #222;
    text-shadow: 0 1px 1px #fff;
    text-transform: capitalize;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

.light {
    font-weight: 100;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 600;
}

.bold {
    font-weight: 800;
}

ul {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 8px 0;
    font-size: 14px;
}

table[role=grid] td:not(.templateCell) ul,
table[role=treegrid] td:not(.templateCell) ul {
    padding-left: 40px;
}

.clear {
    clear: both;
}

.no-bg {
    background: none !important;
}

.no-border {
    border: 0 !important;
}

.center-btn {
    padding: 20px 0;
    text-align: center;
}

    .center-btn input {
        float: none;
    }

.col-10 {
    width: 10%;
}

.col-20 {
    width: 20%;
}

.col-25 {
    width: 25%;
}

.col-30 {
    width: 30%;
}

.col-33 {
    width: 33%;
}

.col-40 {
    width: 40%;
}

.col-50 {
    width: 50%;
}

.col-60 {
    width: 60%;
}

.col-70 {
    width: 70%;
}

.col-80 {
    width: 80%;
}

.col-90 {
    width: 90%;
}

@font-face {
    font-family: myriad;
    src: url("/Content/MyriadPro-Cond.woff") format('woff'), url('/Content/MyriadPro-Cond.otf') format('opentype');
}

.font {
    font-family: arial;
}

.box {
    font-family: myriad;
    color: #fff;
}

.box {
    text-align: center;
    margin: 0 auto;
    margin-left: 20px;
    margin-top: 10px;
    border-radius: 10px;
}


.box_one {
    background: #644ca0;
}

.box_two {
    background: #2da8e0;
}

.box_three {
    background: #40b84a;
}

.box_four {
    background: #fba639;
}

.box_five {
    background: #da4f49;
}

.box_six, .box_seven {
    background: #E2E2E2;
    color: black;
}

.box_eight {
    background: #2da8e0
}

.box_nine {
    background: #40b84a;
}

.box_ten {
    background: #fba639;
}

.green {
    background-color: /*#39b54a */ #83b336;
}

.orange {
    background-color: #f7941e;
}

.red {
    background-color: #ed217c;
}

.blue {
    color: #281CFF;
}

.grey {
    color: #e6e6e6;
}

.dark-grey {
    color: #8a8787;
}

.rotate {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

header .page,
.nav .page,
.app-header .page,
.app-nav .page,
.content .page,
.app-page,
footer .page,
.copyright .page {
    /* width: 1000px; */
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.page {
    position: relative;
}

.btn {
    text-transform: capitalize;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    background: #aaa;
    color: #fff;
    cursor: pointer;
}

input[type="submit"] {
    /*	padding: 16px 25px; */
}

input[type='radio'], input[type='checkbox'] {
    transform: scale(1.5);
}

.green-btn {
    background: /*#24b238*/ #83b336;
    font-weight: bold;
}

.blue-btn {
    /*background: #006dcc;*/

    /** This is for fixing all the buttons color lost in old nav without affecting new nav */
    background: var(--old-nav-button-bg-color, #006dcc);
}

.light-blue-btn {
    background: #00aeef !important;
}

.red-btn {
    background: #da4f49;
}



.review_bar {
    height: 250px;
    margin-right: 1%;
    color: white;
}

.settings_box {
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    height: 130px;
    margin-left: 100px;
    text-align: center;
    color: black;
    margin-top: 10px;
    margin-bottom: 30px;
}

    .settings_box h2 {
        background-color: #e2e2e2;
    }

.box_sm {
    background-color: #d3d3d3;
    border-radius: 10px;
    padding: 10px;
    height: 70px;
    width: 90px;
    margin-left: 100px;
    text-align: center;
    color: black;
    margin-top: 40px;
}

.box-md {
    color: #8c8c8c;
    display: block;
    font-size: 18px;
    font-weight: 700;
    height: 100px;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 70px;
}

.btn:hover {
    background: #00aeef;
    color: #fff !important;
}

.md-btn {
    padding: 10px 18px;
    font-size: 16px;
}

.sm-btn {
    padding: 3px 10px;
    font-size: 14px;
}

.arrow .ico {
    width: 15px;
    height: 9px;
    display: inline-block;
    background-position: -16px -190px;
    margin-left: 10px;
}

.arrow-active .ico {
    width: 15px;
    height: 9px;
    display: inline-block;
    background-position: -16px -199px;
    margin-left: 10px;
}

.pull-lt {
    left: 0;
}

.pull-rt {
    right: 0;
}

.content .page .pull {
    margin-left: -75px;
    margin-right: -75px;
}

.optout-pad {
    padding: 0;
}

.dropdown {
    display: none;
    position: absolute;
    z-index: 5;
}

.kendo-dropdown {
    width: 250px !important;
}

/* Wrapper */

/* Breadcrumbs */
.breadcrumbs {
    background: #f5f5f5 !important;
    border-bottom: 1px solid #d1d1d1;
    min-height: 30px;
}

    .breadcrumbs ul {
        margin: 0 0 0 8px;
        padding: 0;
        list-style: none;
    }

    .breadcrumbs li {
        float: left;
        margin: 4px 0;
    }

    .breadcrumbs a {
        display: block;
        position: relative;
        font-size: 14px;
        color: #5b585f;
        text-decoration: none;
        padding: 4px 4px 4px 20px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }

        .breadcrumbs a i {
            width: 10px;
            height: 12px;
            position: absolute;
            top: 6px;
            left: 5px;
            display: block;
            background: url(/Content/images/icons-svg/forward-slash.svg);
        }

            .breadcrumbs a i.default {
                width: 20px;
                height: 18px;
                position: absolute;
                top: 2px;
                left: 5px;
                display: block;
                background: url(/Content/images/icons-svg/home-alt-light.svg);
            }

        .breadcrumbs a:hover {
            background: #fff;
        }

    .breadcrumbs li:first-child a {
        padding: 4px 4px 4px 30px;
    }

/* end | Breadcrumbs */

/* Content */
.content {
    position: relative;
    /*	background: #fff url('../images/content-gradient.gif') repeat-x; */
    background: #fff;
    /*flex: 1;*/
}
/* end | Content */

/* end Wrapper */

/* Wizard */
.wizard-setup {
    background: #f4f4f4;
    border: 1px solid #e3e3e3;
    padding: 20px 30px;
    margin: 0 auto;
}

.indi-wizard-setup {
    background: #f4f4f4;
    border: 1px solid #e3e3e3;
    padding: 10px 20px;
    margin: 0 auto;
    min-height: 150px;
}

.individual-options div label {
    padding: 0px !important;
}

.indi-name {
    width: 50%;
    margin: 0 auto;
}

.indi-outer {
    width: 100%
}

div.field.indi-name label {
    padding-right: 5px;
    padding-bottom: 0px;
    display: block;
    margin: 0 auto;
    padding-left: 50px
}

div.wizard a {
    text-decoration: none;
}

.assessments-wizard {
    display: block;
    width: 620px;
}

.display-avatar {
    max-width: 64px;
}

.empty-avatar {
    width: 290px;
    height: 202px;
    border: none;
}

.team-avatar {
    width: 288px;
    height: 210px;
    background: #f2f2f2;
    border: 2px solid #e3e3e3;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    position: relative;
}

    .team-avatar:hover {
        background: #fafafa;
    }

    .team-avatar i {
        width: 178px;
        height: 90px;
        display: block;
        background-position: 0 -100px;
        margin: 32px auto 0 auto;
    }

    .team-avatar p {
        text-align: center;
        font-size: 16px;
        padding: 0 !important;
        margin: 15px 0 0 0 !important;
        display: block;
    }

        .team-avatar p strong {
            font-size: 19px;
            display: block;
        }

    .team-avatar .avatar-input {
        height: 200px;
        width: 100%;
        padding: 0;
        margin: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
    }

.team-photo {
    width: 250px;
    height: 190px;
    background: #f2f2f2;
    border: 2px solid #e3e3e3;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    position: relative;
}

    .team-photo:hover {
        background: #fafafa;
    }

    .team-photo i {
        width: 94px;
        height: 90px;
        display: block;
        background-position: -179px -101px;
        margin: 10px auto 0 auto;
    }

    .team-photo p {
        text-align: center;
        font-size: 16px;
        padding: 0 !important;
        margin: 15px 0 0 0 !important;
        display: block;
    }

        .team-photo p strong {
            font-size: 19px;
            display: block;
        }

    .team-photo .photo-input {
        height: 200px;
        width: 100%;
        padding: 0;
        margin: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
    }

.tags {
    padding: 10px 0 0 2px;
}

    .tags .tag {
        width: 30%;
        border-radius: 3px;
        border: 1px solid #cbcbcb;
        background: #ddd;
        display: inline-block;
        margin: 2px;
        font-size: 14px;
        position: relative;
        text-decoration: none;
        color: #000;
    }

        .tags .tag:hover {
            background: #68afd8;
            color: #fff;
        }

        .tags .tag i {
            width: 16px;
            height: 16px;
            background-position: 0 -190px;
            display: block;
            position: absolute;
            top: 4px;
            right: 2px;
        }

        .tags .tag span {
            margin: 2px 2px 2px 6px;
            width: 80%;
            min-height: 20px;
            display: block;
            overflow: hidden;
        }
/* end Wizard */

/* General Form */
.general-form form {
}

.general-form h2 {
    padding: 20px 0 10px 30px;
    font-size: 37px;
    line-height: 0.7em;
}

    .general-form h2 span {
        display: block;
        font-size: 16px;
        color: #5e5e5f;
    }

.general-form p {
    padding: 0 0 20px 30px;
    font-size: 13px;
    color: #4b4b4b;
}

.general-form form .divider {
    height: 1px;
    background: #d3d3d3;
}

.general-form .field {
    position: relative;
}

.parsley-error-list {
    clear: both;
    float: left;
    width: auto;
    display: inline-block;
    list-style: none;
    margin: 0 0 0 165px;
    padding: 0;
    background: #eee;
    border-left: 2px solid #C00E4F;
}

    .parsley-error-list li {
        padding: 10px 12px;
        font-size: 13px;
        color: #333;
        width: auto;
    }

.general-form form label {
    width: 160px;
    display: block;
    float: left;
    padding: 10px 5px;
    margin: 5px 0 5px 25px;
    font-size: 14px;
}

    .general-form form label span {
        display: block;
        font-size: 11px;
    }

.general-form form input, .text_input {
    width: 248px;
    border: 1px solid #cdcdcd;
    padding: 10px;
    font-size: 14px;
    color: #222;
    box-shadow: inset 0 0 10px #ddd !important;
    -webkit-box-shadow: inset 0 0 10px #ddd !important;
    -moz-box-shadow: inset 0 0 10px #ddd !important;
    margin-top: 5px;
}

.general-form form textarea {
    width: 248px;
    height: 80px;
    border: 1px solid #cdcdcd;
    padding: 10px;
    font-size: 14px;
    color: #222;
    box-shadow: inset 0 0 10px #ddd;
    -webkit-box-shadow: inset 0 0 10px #ddd;
    -moz-box-shadow: inset 0 0 10px #ddd;
    margin-top: 5px;
}

.general-form form select {
    padding: 8px;
    margin-top: 5px;
}

.general-form form .disabled {
    padding: 10px 0 10px 20px;
}

.general-form form .checkbox,
.general-form form input[type="checkbox"] {
    width: auto !important;
    border: 0;
    float: left;
}

.general-form form .checkbox-label {
    width: 230px !important;
    display: inline-block;
    float: none;
    margin: 0 0 0 10px !important;
    padding: 0 !important;
}

.password-strength {
    width: 200px;
    float: left;
    border: 1px solid #cdcdcd;
    font-size: 14px;
    color: #222;
    box-shadow: inset 0 0 10px #ddd;
    -webkit-box-shadow: inset 0 0 10px #ddd;
    -moz-box-shadow: inset 0 0 10px #ddd;
    margin-top: 5px;
    height: 20px;
}

.required {
    display: inline-block !important;
    color: red;
    font-size: 16px;
    padding: 0px 0px !important;
    float: none !important;
}

.strength0,
.strength1,
.strength2,
.strength3,
.strength4,
.strength5 {
    height: 20px;
    display: inline-block;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.strength0 {
    width: 10%;
    background: #c6134a;
}

.strength1 {
    width: 20%;
    background: #c613ab;
}

.strength2 {
    width: 40%;
    background: #c68113;
}

.strength3 {
    width: 50%;
    background: #13b7c6;
}

.strength4 {
    width: 90%;
    background: #13c68d;
}

.strength5 {
    width: 100%;
    background: #83b336;
}

#additional-info {
    display: none;
    background: #f8f8f8;
    padding: 20px 0;
}
/* end General Form */

/* Alert */
.alert {
    width: 100%;
    text-decoration: none;
    text-align: center;
    padding: 10px 0 !important;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    display: block;
}

.red-alert {
    background: #ad1c4c;
    border: 1px solid #9a1843;
    border-top: 0;
}

.orange-alert {
    background: #db692b;
    border: 1px solid #cd6024;
    border-top: 0;
}

.green-alert {
    background: #4f982b;
    border: 1px solid #448624;
    border-top: 0;
}
/* end Alert */

/* App Content */
.content .app-page {
    padding: 0 10px 20px 10px;
}

.page-heading {
    border-bottom: 1px solid #d3d3d1;
}

    .page-heading h2 {
        font-size: 28px;
        font-weight: 200;
        padding: 20px 10px 10px 10px;
    }

    .page-heading p {
        padding: 0 10px 10px 10px;
        font-size: 12px;
        color: #8c8c8c;
    }

    .page-heading .status {
        padding-top: 15px;
        text-align: right;
    }

        .page-heading .status .ahs-score {
            width: 88px;
            height: 88px;
            margin: 0 5px;
            display: inline-block;
            overflow: hidden;
            position: relative;
            border: 2px solid #e8e8e8;
            border-radius: 44px;
            -webkit-border-radius: 44px;
            -moz-border-radius: 44px;
            text-align: center;
        }

            .page-heading .status .ahs-score h3 {
                margin: 13px 0 0 0;
                padding: 0;
                font-size: 45px;
                font-weight: 800;
                color: #39b54a;
                text-align: center;
                line-height: 1em;
            }

            .page-heading .status .ahs-score span {
                width: 70%;
                margin: 0 auto 0 auto;
                display: block;
                text-align: center;
                line-height: 1.2em;
                font-size: 11px;
                color: #4a4a4a;
            }

        .page-heading .status .color-wheel {
            width: 90px;
            height: 90px;
            margin: 0 5px;
            display: inline-block;
            overflow: hidden;
            position: relative;
            border-radius: 45px;
            -webkit-border-radius: 45px;
            -moz-border-radius: 45px;
            text-align: center;
        }

            .page-heading .status .color-wheel .bg-chart {
                display: block;
                width: 90px;
                height: 90px;
            }

                .page-heading .status .color-wheel .bg-chart div {
                    display: block;
                    width: 90px;
                }

            .page-heading .status .color-wheel .inner {
                width: 86px;
                height: 86px;
                font-size: 11px;
                color: #4a4a4a;
                position: absolute;
                top: 2px;
                left: 2px;
                background: #fff;
                border-radius: 43px;
                -webkit-border-radius: 43px;
                -moz-border-radius: 43px;
            }

                .page-heading .status .color-wheel .inner i {
                    display: block;
                    margin: 15px auto 0 auto;
                }

                .page-heading .status .color-wheel .inner .team-wellness-ico {
                    width: 25px;
                    height: 20px;
                    background-position: 0 -471px;
                }

                .page-heading .status .color-wheel .inner .team-performance-ico {
                    width: 9px;
                    height: 21px;
                    background-position: -32px -471px;
                }

                .page-heading .status .color-wheel .inner span {
                    width: 70%;
                    margin: 4px auto 0 auto;
                    display: block;
                    text-align: center;
                    line-height: 1.2em;
                }
/* end App Content */

/* Assessments */
.assessments {
    padding: 20px;
}

    .assessments .row {
        padding: 10px 0;
    }

    .assessments h4 {
        background: #52aed3;
        color: #fff;
        text-shadow: 0 1px 1px #36728a;
        position: relative;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        box-shadow: inset 0 1px 3px #3d88a6;
        -webkit-box-shadow: inset 0 1px 3px #3d88a6;
        -moz-box-shadow: inset 0 1px 3px #3d88a6;
        cursor: pointer;
    }

    .assessments .icon {
        padding: 10px;
        background: #3d88a6;
        border-top-left-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        border-bottom-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
    }

        .assessments .icon i {
            width: 38px;
            height: 21px;
            background-position: -56px -33px;
        }

    .assessments .title {
        display: inline-block;
        padding: 10px 0 0 10px;
    }

    .assessments .arrow {
        padding: 5px;
        margin: 9px 10px 0 0;
        border: 1px solid #438dab;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

        .assessments .arrow i {
            width: 14px;
            height: 11px;
            background-position: -25px -33px;
        }

    .assessments h4:hover {
        background: #438dab;
    }

    .assessments .profiles {
        padding: 20px 0;
    }

    .assessments .updates {
        width: 229px;
        margin: 0 auto;
        position: relative;
    }

    .assessments a {
        display: block;
    }

    .assessments .assessments-logo {
        width: 229px;
        height: 229px;
        margin: 0 auto;
        background: #efefef;
        box-shadow: 0px 0px 10px #ccc;
        border: 7px solid #fff;
        border-radius: 150px;
        -webkit-border-radius: 150px;
        -moz-border-radius: 150px;
        overflow: hidden;
        display: block;
        text-align: center;
    }

        .assessments .assessments-logo img {
            margin: 0px auto 0 auto;
        }

.assessment-logo-grayed {
    width: 229px;
    height: 229px;
    margin: 0 auto;
    border: 0px solid #fff;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    overflow: hidden;
    display: block;
    text-align: center;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background-color: #000;
}

    .assessment-logo-grayed img {
        margin: 0px auto 0 auto;
        opacity: 0.4;
        filter: alpha(opacity=40);
    }

.assessments .links {
    position: absolute;
    top: 0;
    display: block;
    width: 271px;
    height: 57px;
    margin: 20px 0px 15px -15px;
    border: 1px solid #1c88b1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: #00adef;
    overflow: hidden;
    box-shadow: inset 0 1px 3px #007baa;
    -webkit-box-shadow: inset 0 1px 3px #007baa;
    -moz-box-shadow: inset 0 1px 3px #007baa;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease-in-out;
}

.assessments .updates:hover .links {
    opacity: 1;
    visibility: visible;
}



.assessments .links .radar-icon,
.assessments .links .strength-icon,
.assessments .links .impediments-icon,
.assessments .links .edit-icon,
.assessments .links .growth-plan-icon {
    display: block;
    height: 57px;
}

.assessments .links a:hover {
    background-color: #4dc6f4;
    box-shadow: inset 0 1px 3px #007baa;
    -webkit-box-shadow: inset 0 1px 3px #007baa;
    -moz-box-shadow: inset 0 1px 3px #007baa;
}

.assessments .links .radar-icon i {
    width: 27px;
    height: 27px;
    margin: 15px auto 0 auto;
    background-position: 0px -186px;
}

.assessments .links .strength-icon i {
    width: 23px;
    height: 23px;
    margin: 17px auto 0 auto;
    background-position: 0px -228px;
}

.assessments .links .impediments-icon i {
    width: 27px;
    height: 23px;
    margin: 17px auto 0 auto;
    background-position: 0px -265px;
}

.assessments .links .growth-plan-icon i {
    width: 26px;
    height: 22px;
    margin: 17px auto 0 auto;
    background-position: 0px -302px;
}

.assessments .links .edit-icon i {
    margin-top: -4px;
    margin-left: 15px;
    width: 31px;
    height: 31px;
    margin-top: 13px;
    background-image: url("../images/edit.png") !important;
}

.assessments .assessments-logo2:hover {
    border-color: #00aeef;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.assessments .assessments-logo:hover {
    border-color: #00aeef;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.assessments .assessments-logo2 {
    width: 229px;
    height: 229px;
    margin: 0 auto;
    background: #efefef;
    box-shadow: 0px 0px 10px #ccc;
    border: 7px solid #FE9A2E;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    overflow: hidden;
    display: block;
    text-align: center;
}

    .assessments .assessments-logo2 img {
        margin: 0px auto 0 auto;
    }

.assessments .updates h5 {
    margin: 0;
    padding: 20px 0 5px 0;
    font-size: 20px;
    text-align: center;
}

.assessments .participants {
    padding: 0 0 10px 0;
    font-size: 18px;
    text-align: center;
}

    .assessments .participants .green {
        color: #38b348;
        background-color: transparent;
    }

    .assessments .participants .red {
        color: #d62c2c;
        background-color: transparent;
    }

    .assessments .participants .orange {
        color: #f7941e;
        background-color: transparent;
    }

.assessments .status {
    width: 140px;
    margin: 0 auto;
    background: #e5e5e5;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

    .assessments .status .date {
        padding: 5px 0;
        font-size: 14px;
        color: #010101;
        text-align: center;
    }

    .assessments .status .indicator {
        padding: 8px 0;
        background: #f1f1f1;
        text-align: center;
    }

        .assessments .status .indicator .disc {
            width: 14px;
            height: 14px;
            margin: 0 auto;
            border-radius: 7px;
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
        }

        .assessments .status .indicator .green {
            background: #38b348;
        }

        .assessments .status .indicator .red {
            background: #d62c2c;
        }

        .assessments .status .indicator .orange {
            background: #f7941e;
        }

        .assessments .status .indicator .dark-grey {
            background: #8a8787;
        }
/* end | Assessments */

/* Assessments Details */
.pg-title .status {
    padding: 10px 0;
}

    .pg-title .status .fl-lt {
        margin-right: 10px;
    }

    .pg-title .status .disc {
        width: 14px;
        height: 14px;
        margin: 5px auto 0 auto;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
    }

    .pg-title .status .green {
        background: #38b348;
    }

    .pg-title .status .red {
        background: #d62c2c;
    }

    .pg-title .status .orange {
        background: #f7941e;
    }

    .pg-title .status .dark-grey {
        background: #8a8787;
    }

    .pg-title .status .date {
        font-size: 16px;
        padding-right: 10px;
        border-right: 1px solid #ccc;
    }

    .pg-title .status .respondents small {
        font-size: 12px;
        color: #929191;
    }

.pg-title-quick-links ul {
    list-style: none;
}

.pg-title-quick-links li {
    padding: 0 2px;
}

.pg-title-quick-links a {
    width: 56px;
    height: 56px;
    display: block;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    position: relative;
}

    .pg-title-quick-links a:hover {
        background-color: #00aeef;
    }

    .pg-title-quick-links a i {
        position: absolute;
    }

.pg-title-quick-links .radar-icon i {
    width: 27px;
    height: 27px;
    top: 13px;
    left: 13px;
    background-position: -27px -186px;
}

.pg-title-quick-links .radar-icon:hover i {
    background-position: 0 -186px;
}

.pg-title-quick-links .strength-icon i {
    width: 23px;
    height: 23px;
    top: 16px;
    left: 16px;
    background-position: -24px -228px;
}

.pg-title-quick-links .strength-icon:hover i {
    background-position: 0 -228px;
}

.pg-title-quick-links .impediments-icon i {
    width: 27px;
    height: 23px;
    top: 14px;
    left: 15px;
    background-position: -27px -265px;
}

.pg-title-quick-links .notes-icon span {
    position: absolute;
    height: 30px;
    width: 22px;
    left: 17px;
    top: 12px;
    background-image: url("../images/notes.png");
}

.pg-title-quick-links .notes-icon:hover span {
    background-image: url("../images/notes-white.png");
}

    .pg-title-quick-links .notes-icon:hover span:hover {
        background-image: url("../images/notes-white.png");
    }

.pg-title-quick-links .metrics-icon span {
    position: absolute;
    height: 30px;
    width: 30px;
    left: 13px;
    top: 9px;
    background-image: url("../images/metrics.png");
}

.pg-title-quick-links .metrics-icon:hover span {
    background-image: url("../images/metrics-white.png");
}

    .pg-title-quick-links .metrics-icon:hover span:hover {
        background-image: url("../images/metrics-white.png");
    }

.pg-title-quick-links .analysis-icon span {
    position: absolute;
    height: 42px;
    width: 42px;
    left: 6px;
    top: 6px;
    background-image: url("../images/analysis.png");
}

.pg-title-quick-links .analytics-icon span {
    position: absolute;
    height: 35px;
    width: 33px;
    left: 12px;
    top: 12px;
    background-image: url("../images/analytics .png");
}

.pg-title-quick-links .analysis-icon:hover span {
    background-image: url("../images/analysis-white.png");
}

    .pg-title-quick-links .analysis-icon:hover span:hover {
        background-image: url("../images/analysis-white.png");
    }

.pg-title-quick-links .analytics-icon:hover span {
    background-image: url("../images/analytics-white.png");
}

    .pg-title-quick-links .analytics-icon:hover span:hover {
        background-image: url("../images/analytics-white.png");
    }

.pg-title-quick-links .improvements-icon span {
    position: absolute;
    height: 30px;
    width: 30px;
    left: 14px;
    top: 8px;
    background-image: url("../images/improvements.png");
}

.pg-title-quick-links .improvements-icon:hover span {
    background-image: url("../images/improvements-white.png");
}

    .pg-title-quick-links .improvements-icon:hover span:hover {
        background-image: url("../images/improvements-white.png");
    }

.pg-title-quick-links .impediments-icon:hover i {
    background-position: 0 -265px;
}

.pg-title-quick-links .growth-plan-icon i {
    width: 26px;
    height: 22px;
    top: 15px;
    left: 15px;
    background-position: -26px -302px;
}

.pg-title-quick-links .growth-plan-icon:hover i {
    background-position: 0 -302px;
}

.assessments-details.ease.radar-top-padding {
    padding: 0px 20px 20px 20px;
}

.assess-item.radar-top-padding {
    padding: 0px 10px 10px 10px;
}

.chartHeader {
    font-size: 25px;
    font-family: arcena;
}

.chartData {
    float: right;
    margin-right: 50px;
}

.chartInfo {
    padding: 10px;
}

div.k-chart {
    border: 1px solid;
    margin-bottom: 20px;
}

.redHeader {
    color: red;
}
/* end | Assessments Details */

/* Filters */
.in-pg-filters {
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -300px;
    z-index: 2;
    background: #f2f2f2;
    border-right: 3px solid #24b238;
}

.move-sidebar {
    left: 0 !important;
}
#teamGrowthJourneyTab .in-pg-filters .open-filters,
#teamGrowthJourneyTab .in-pg-filters .ah-open-filters {
    width: 44px !important;
    height: 58px !important;
    position: absolute !important;
    top: 10px !important;
    right: -44px !important;
    z-index: 3 !important;
    background: #33A8EB !important;
    border-top-right-radius: 4px !important;
    -webkit-border-top-right-radius: 4px !important;
    -moz-border-radius-topright: 4px !important;
    border-bottom-right-radius: 4px !important;
    -webkit-border-bottom-right-radius: 4px !important;
    -moz-border-radius-bottomright: 4px !important;
    cursor: pointer !important;
}
.in-pg-filters .open-filters,
.in-pg-filters .ah-open-filters {
    width: 44px;
    height: 58px;
    position: absolute;
    top: 10px;
    right: -44px;
    z-index: 3;
    background: #24b238;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    cursor: pointer;
}

    .in-pg-filters .open-filters i,
    .in-pg-filters .ah-open-filters i {
        width: 26px;
        height: 18px;
        background-position: -56px -152px;
        position: absolute;
        top: 20px;
        left: 8px;
    }

.in-pg-filters .title {
    padding: 30px 30px 15px 30px;
}

    .in-pg-filters .title p {
        font-size: 14px;
        color: #666;
    }

.in-pg-filters article h4 {
    position: relative;
    padding: 10px 30px;
    background: #e6e6e6;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #d1d1d1;
    box-shadow: inset 0 1px 3px #999;
    -webkit-box-shadow: inset 0 1px 3px #999;
    -moz-box-shadow: inset 0 1px 3px #999;
    cursor: pointer;
}

    .in-pg-filters article h4 .arrow {
        width: 30px;
        height: 38px;
        position: absolute;
        top: 0;
        right: 0;
        border-left: 1px solid #cdcdcd;
    }

        .in-pg-filters article h4 .arrow i {
            width: 8px;
            height: 6px;
            position: absolute;
            top: 17px;
            right: 11px;
            background-position: 0 -147px;
        }

    .in-pg-filters article h4:hover {
        background: #fff;
    }

.in-pg-filters article ul {
    list-style: none;
    padding: 20px 30px;
}

.in-pg-filters article li {
    padding: 5px 0;
    font-size: 14px;
}

.in-pg-filters article label {
    margin-left: 10px;
}

.in-pg-filters article .checkbox-off {
    width: 14px;
    height: 15px;
    background-position: 0 -118px;
    cursor: pointer;
    margin-top: 3px;
}

.in-pg-filters article .checkbox-on {
    width: 14px !important;
    height: 15px !important;
    background-position: 3px -93px !important;
    cursor: pointer !important;
    margin-top: 3px !important;
}
/* end | Filters */

/* DataGrid */
table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    border-right: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    table thead th {
        text-align: left;
        border-right: 1px solid #ebebeb;
    }

    table thead tr {
        background: #f5f5f5;
    }

    table th,
    table td {
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 400;
    }

    table tbody tr:hover {
        /*	background: #eaf9ff;
    color:black;  Added by Elkhair*/
    }

    table tbody td {
        border-top: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb;
    }

.TagCategoryGrid table tbody tr:hover {
    color: #3276b1;
}

.fixed-layout-table {
    table-layout: fixed;
    background-color: white /** This is for Team Creation Wizard's Review Tab's sub-teams section's bg color */
}
/* end | DataGrid */

/* Slider Container */
#slider_container {
    position: fixed;
    top: -120px;
    width: 100%;
    background: black;
    z-index: 150;
}
/* end | Slider Container */

/* Back to Top 
.back-to-top {
    width: 52px;
    height: 52px;
    position: fixed;
    bottom: 2em;
    right: 20px;
    z-index: 20;
    text-decoration: none;
    color: #000000;
    background-color: rgba(0, 0, 0, 0.80);
    background-position: 0 -374px;
    display: none;
}
 end | Back to Top */

.content .page {
    padding: 20px 10px;
}

.content .team-container {
    min-height: 550px;
    margin-top: -10px;
}

.content .intro {
    width: 650px;
    margin: 0 auto;
    text-align: center;
}

    .content .intro h1 {
        font-size: 36px;
    }

    .content .intro p {
        font-size: 16px;
        color: #4b4b4b;
    }

a.btn.sm-btn.blue-btn {
    color: #fff !important;
}

/* from ah-custom.css */

.in-pg-filters-radar {
    width: 240px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -240px;
    z-index: 2;
    background: #f2f2f2;
    border-right: 3px solid #24b238;
}

.move-sidebar-radar {
    left: 0;
}

.move-main-radar {
    left: 240px;
}

.in-pg-filters-radar .open-filters-radar {
    width: 44px;
    height: 58px;
    position: absolute;
    top: 10px;
    right: -44px;
    z-index: 3;
    background: #24b238;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    cursor: pointer;
}

    .in-pg-filters-radar .open-filters-radar i {
        width: 26px;
        height: 18px;
        background-position: -56px -152px;
        position: absolute;
        top: 20px;
        left: 8px;
    }

.in-pg-filters-radar .title {
    padding: 30px 30px 15px 30px;
}

    .in-pg-filters-radar .title p {
        font-size: 14px;
        color: #666;
    }

.in-pg-filters-radar article h4 {
    position: relative;
    padding: 10px 30px;
    background: #e6e6e6;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #d1d1d1;
    box-shadow: inset 0 1px 3px #999;
    -webkit-box-shadow: inset 0 1px 3px #999;
    -moz-box-shadow: inset 0 1px 3px #999;
    cursor: pointer;
}

    .in-pg-filters-radar article h4 .arrow {
        width: 30px;
        height: 38px;
        position: absolute;
        top: 0;
        right: 0;
        border-left: 1px solid #cdcdcd;
    }

        .in-pg-filters-radar article h4 .arrow i {
            width: 8px;
            height: 6px;
            position: absolute;
            top: 17px;
            right: 11px;
            background-position: 0 -147px;
        }

    .in-pg-filters-radar article h4:hover {
        background: #fff;
    }

.in-pg-filters-radar article ul {
    list-style: none;
    padding: 20px 30px;
}

.in-pg-filters-radar article li {
    padding: 5px 0;
    font-size: 14px;
}

.in-pg-filters-radar article label {
    margin-left: 10px;
}

.in-pg-filters-radar article .checkbox-off {
    width: 14px;
    height: 15px;
    background-position: 0 -118px;
    cursor: pointer;
    margin-top: 3px;
}

.in-pg-filters-radar article .checkbox-on {
    width: 14px !important;
    height: 15px !important;
    background-position: 3px -93px !important;
    cursor: pointer !important;
    margin-top: 3px !important;
}

/* end */


/* from layouts */

.content {
    padding: 10px;
}

.grid_container {
    margin: 20px;
}

.btn {
    cursor: pointer;
}

.intro {
    text-align: center !important;
}

#done {
    cursor: pointer;
    color: white;
    border: 1px solid #6e982c;
}

.margin-right {
    margin-right: 50px;
}

#likert {
    text-align: center;
}

    #likert td {
        width: 120px;
        font-size: .8em;
    }

.toggle2 {
    position: absolute;
    top: 25px;
    right: 20px;
    font-size: 14px;
    padding-top: 3px;
}

    .toggle2 span {
        display: block;
        padding: 1px 10px;
    }

    .toggle2 .switch2 {
        width: 85px;
        height: 18px;
        position: relative;
        background: #38b348;
        border-radius: 4px;
        cursor: pointer;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        box-shadow: inset 0 1px 3px #298335;
        -webkit-box-shadow: inset 0 1px 3px #298335;
        -moz-box-shadow: inset 0 1px 3px #298335;
    }

    .toggle2 .handle2 {
        width: 21px;
        height: 21px;
        background-position: 0 -340px;
        display: block;
        position: absolute;
        top: -1px;
        left: 33px;
        cursor: pointer;
    }

    .toggle2 .marker {
        display: block;
        width: 21px;
        height: 16px;
        background-color: #E2E2E2;
        position: absolute;
        left: 33px;
        top: 1px;
    }

.red_span, .blue_span {
    cursor: pointer;
}

#legend {
    display: block;
    margin-top: 20px;
    z-index: 1 !important;
    position: absolute;
    margin-left: 10px;
}

#reset:hover {
    text-decoration: underline;
}

#reset {
    margin-top: 20px;
}

.content2 .page h5 {
    padding: 10px 10px 10px 10px;
    position: relative;
    background-color: #d2d2d2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 10px;
    text-shadow: none;
}

    .content2 .page h5 a {
        color: blue;
        text-decoration: none;
    }

        .content2 .page h5 a:hover {
            color: blue;
        }

.content2 .page .contents label {
    margin-right: 10px;
    width: 260px;
    display: inline-block;
}

.content2 .page .contents .field {
    margin-top: 20px;
}

.content2 .page .note {
    margin-top: 10px;
    padding: 6px 12px !important;
}

.review-page label {
    margin-right: 10px;
    width: 170px;
    display: inline-block;
}

.review-page .field {
    margin-top: 20px;
}

.review-page a {
    color: #fff !important;
}

#endDateDiv {
    padding-top: 50px;
    margin-top: 20px;
}

#dashboard {
    float: right;
    margin-top: 12px;
}

.review-page {
    display: block;
    margin: auto;
    width: 900px;
}



table.persondata-table {
    table-layout: fixed;
    width: 100%;
}

    table.persondata-table td.break-long-td {
        word-wrap: break-word;
    }

    table.persondata-table td.hide-long-td {
        text-overflow: ellipsis;
        overflow: hidden;
    }

.general-form table.persondata-table tr th:nth-child(1) {
    width: 20px;
}


/*Company Dashboard Styles*/
.trash, .edit {
    border-radius: 80px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

#msg {
    margin-top: 10px;
}

.trash {
    margin-left: 10px;
}

.untrash {
    margin-left: 10px;
}

.edit > i {
    height: 31px;
    width: 28px;
    background-image: url('/images/app-sprite.png');
    background-position: -60px -64px;
}

.trash > i {
    width: 22px;
    height: 29px;
    /* background-image: url('/images/archive.png');*/
    background-position: -55px -110px;
}

.untrash > i {
    width: 22px;
    height: 29px;
    background-image: url('/images/unarchive_white.png')
}

#yes, #no {
    margin-top: 10px;
    font-size: 14px;
    padding: 7px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 7px;
    cursor: pointer;
}

#yes {
    margin-left: 10px;
}

#no {
    margin-right: 10px;
    float: right;
}
/*End of Company Dashboard*/

.content2 .page .left_td {
    width: 130px !important;
    padding-right: 0px !important;
}

.content2 .page .middle_td,
.content2 .page .right_td {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 90px !important;
}

.content2 .page #team_members,
.content2 .page #stakeholders {
    margin-top: 15px;
    width: 100%;
}

    .content2 .page #team_members th,
    .content2 .page #stakeholders th {
        background-color: #dcdcdc;
        border: 1px solid #cdcdcd;
        text-align: center;
        font-weight: bold;
    }

.content2 .page .completed {
    text-align: center;
    color: green;
    font-weight: bold;
}

.content2 .page thead .left,
.content2 .page thead .right {
    border-left: 1px solid #dcdcdc !important;
}

.content2 .page tbody .left,
.content2 .page tbody .right {
    border-left: 1px solid white !important;
}

#detail_radar_btn {
}

.content2 .page #edit_details_dialog table,
.content2 .page #edit_details_dialog td {
    border: 1px solid white;
}

#assessment_name,
#facilitator {
    width: 248px;
    border: 1px solid #cdcdcd;
    padding: 10px;
    font-size: 14px;
    color: #222;
    box-shadow: inset 0 0 10px #ddd;
    -webkit-box-shadow: inset 0 0 10px #ddd;
    -moz-box-shadow: inset 0 0 10px #ddd;
    margin-top: 5px;
}

.radar_container .assess-item {
    padding-top: 10px !important;
    padding-left: 0;
}

.radar_container h5 {
    border-top: none !important;
    border-bottom: none !important;
}

#tip {
    display: block;
    width: 185px;
    position: absolute;
    left: 130px;
    top: 100px;
    background-color: #F5FFA3;
    padding: 5px;
    font-size: 13px;
}

.radar_container .print {
    position: absolute;
    right: 130px;
    top: 100px;
}

.benchmarking {
    position: absolute;
    right: 60px;
    top: 130px;
    cursor: pointer;
}

#growth_plan_grid {
    height: 500px !important;
}

.radar_container div.radardata td {
    border-top: none;
    border-right: none;
}

.radar_container.categoryName,
.radar_container.categoryPercentage {
    border: none;
    text-align: left;
    font-size: 22px;
}

.radar_container table {
    cellspacing: 0;
}

.benchmarking {
    margin-top: 10px;
}

    .benchmarking img {
        border: 1px solid #D2d2d2;
        width: 50px;
        cursor: pointer;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-top: 0px
    }

.radar_container img.analyticsImage {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
}

.radar_container .img_section {
    height: 80px;
}

.radar_container tr.img_section {
    padding: 0px;
}

.radar_container .switch,
.radar_container .toggle {
    cursor: pointer;
}

.radar_container tr.data_row {
    padding: 0px;
    height: 5px;
}

.radar_container .radardata > table {
    float: left;
    width: 23% !important;
}

.radar_container .radardata {
    height: 600px;
    margin-top: 65px;
}

.step-1_link,
.step-2_link,
.step-3_link,
input[type=button] {
    cursor: pointer;
}

/* Charts */

/* Burn_Up_Chart */

#burn_up_chart_container, #cost_chart_container {
    width: 48%;
    height: 100%;
    float: left;
}

#burn_up_chart, #cost_chart {
    width: 98%;
}

.chartdetails {
    margin-top: 15px;
}

#current_divs {
    background: rgb(51, 204, 204);
}

#current_div {
    margin-top: 20px;
}

.gdata {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #efefef;
    box-shadow: 0px 0px 10px #ccc;
    border: 7px solid #fff;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    overflow: hidden;
    display: block;
    position: absolute;
    z-index: 10;
    text-align: center;
    margin-top: 20px;
    font-size: 30px;
    font-family: 'Merriweather Sans', cursive;
}

.graph_data {
    display: block;
    position: absolute;
    z-index: 10;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

.points_iterations {
    text-align: center;
}

.graph_header {
    padding-top: 10px;
}

#current_header {
    padding-top: 20px;
}

#current_section, #avg_section, #pred_section, #cost_section, #defects_section {
    float: left;
    height: 150px;
    width: 210px;
}

.sup_text {
    font-size: 25px;
}

.itr_text {
    font-size: 20px;
}

.data_section {
    text-align: center;
    margin-bottom: 10px;
    padding-top: 20px;
}

.summary_header {
    font-family: myriad;
    font-size: 35px;
}

.points_iterations {
    font-size: 18px;
}

/* Cost_Chart */
#cost_chart_container {
    margin-left: 1%;
}

.chartdetails {
    margin-top: 15px;
    text-align: center;
}

#cost_header {
    margin-top: 50px;
}

#pred_header, #cost_header, #avg_header, #current_header {
    font-size: 23px;
}

#pred_percent {
    font-size: 30px;
}

#pred_data, #cost_data, #avg_data, #defects_data, #current_data, #target_date, #actual_date, #features_data, #value_delivered_data, #avg_header2 {
    position: initial !important;
    font-size: 52px;
    text-align: center;
}

.in-bl {
    display: inline-block;
}

.radar-center {
    display: block;
    text-align: center;
}

.show {
    display: block;
}

.stepContainer div.answers * {
    border: none;
}

.stepContainer div.answers #likert input[type="radio"] {
    transform: none;
}

.stepContainer div.answers #likert td {
    padding: 0px;
}

.preview_survey_table {
    border: none;
}

    .preview_survey_table td {
        border: none;
    }

    .preview_survey_table h3 {
        color: #5A5655;
        font-size: 24.5px;
    }

.review_label {
    display: inline-block;
    width: 150px;
}

.review_section {
    display: block;
    position: relative;
}

.content2 .page h5 a {
    text-decoration: none;
}

.wizard label {
    text-align: left;
}

.launch label {
    width: auto;
}

#publish {
    margin-left: 100px;
}

#draftBtn {
    float: right;
    margin-right: 100px;
}

#save_as_draft {
    margin-bottom: 50px;
}

#draft {
    width: 50%;
    float: right;
    margin-right: 100px;
}

.launch_box {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: white;
    margin-top: 40px;
    margin-left: 40px;
}

.buttons {
    margin: 0 auto;
}

.modal-text {
    display: block;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 10px;
}

.stepContainer .intro .green-btn {
    text-transform: uppercase;
}

.metrics_content {
    width: 100%;
}

.create_survey_cnt .general-form, .edit_survey_cnt {
    width: 50% !important;
}

.edit_survey_cnt_large {
    width: 70% !important;
}

    .edit_survey_cnt_large .blue-btn {
        width: auto !important;
    }

.create_survey_cnt .green-btn {
    width: 150px !important;
    float: right;
}

.print {
    position: absolute;
    right: 120px;
    top: 140px;
    cursor: pointer;
}

    .print > img {
        width: 50px;
    }

.coach {
    position: absolute;
    right: 180px;
    top: 140px;
    cursor: pointer;
}

    .coach > img {
        width: 53px;
    }

.analyticsTable {
    font-family: 'Roboto';
    padding: 20px 30px 30px 30px;
    width: 350px;
    height: 400px;
    display: inline-block;
    vertical-align: top;
}

.analyticsBlankDiv {
    height: 24px;
}

.analyticsTableOrg {
    font-family: 'Roboto';
    padding: 20px 30px 30px 30px;
    width: 350px;
    height: 400px;
    display: inline-block;
}

#analyticsContent .rowPadding {
    padding: 30px 0;
    display: block;
}

#analyticsContent {
    white-space: nowrap;
    width: 100%;
}

.analyticsHeaderPadding {
    padding-left: 10px;
}

.analyticsImgStyle {
    margin-right: 10px;
    height: 16px;
}

#divergent .analyticsHeader .lowest-consensus-calculation {
    display: none
}

#divergent .analyticsHeader:hover .lowest-consensus-calculation {
    display: block;
}

#convergence .analyticsHeader .highest-consensus-calculation {
    display: none;
}

#convergence .analyticsHeader:hover .highest-consensus-calculation {
    display: block;
}

div.radardata td {
    border-top: none;
    border-right: none;
}

.categoryName, .categoryPercentage {
    border: none;
    text-align: left;
    font-size: 20px;
}

table {
    cellspacing: 0;
}

.stdDeviationHeader {
    font-size: 20px;
}

.analyticsHeader {
    font-size: 27px;
    font-weight: bold;
    display: inline;
}

.analyticsMaturityHeader {
    font-size: 27px;
    font-weight: bold;
}

img.analyticsImage {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
}

.imgSize {
    font-size: 75px;
}

.tooltipConsensusImg {
    margin-left: 3px;
    width: 20px;
}

.tooltipConsensus {
    position: relative;
    display: inline-block;
}

    .tooltipConsensus .tooltipConsensustext {
        visibility: hidden;
        width: 200px;
        background-color: #428bca;
        color: #fff;
        text-align: center;
        white-space: pre-line;
        border-radius: 6px;
        padding: 5px 0;
        font-size: 16px;
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 50%;
        margin-left: -100px;
    }

        .tooltipConsensus .tooltipConsensustext::after {
            content: " ";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent black transparent;
        }

    .tooltipConsensus:hover .tooltipConsensustext {
        visibility: visible;
        opacity: 1;
    }

.img_section {
    height: 80px;
}

.radardata > table {
    float: left;
    width: 23% !important
}

.radardata {
    height: 600px;
    margin-top: 65px;
}

#radar_div {
    text-align: center;
}

#radar2_div {
    text-align: center;
}

#improvementsh5 {
    padding-left: 10px;
    margin-top: 100px;
}

    #improvementsh5 > img {
        margin-right: 10px;
        width: 18px;
        height: 16px
    }

.labelWidthForGIDashboard {
    margin-left: 0 !important;
    width: 25% !important;
}

.labelWidth {
    width: 20% !important;
}

.fieldWidth {
    width: 70% !important;
}

    .fieldWidth > input, .fieldWidth > span {
        width: 300px;
    }

#growthplaneditor {
    width: 300px;
    margin-right: 95px;
}

.k-grid {
    font-family: "DejaVu Sans", "Arial", sans-serif;
}

/* Hide the Grid header and pager during export */
.k-pdf-export .k-grid-toolbar,
.k-pdf-export .k-pager-wrap,
.k-pdf-export .k-grouping-header,
.k-pdf-export .k-button,
.k-pdf-export tr > td:nth-child(10),
.k-pdf-export tr > th:nth-child(10) {
    display: none;
}

.div-center-margin15 {
    display: block;
    text-align: center;
    margin-top: 15px
}

.k-tooltip {
    position: relative;
}

.k-tooltip {
    background: #367fbd;
    color: white !important;
    border: 1px solid black;
}

.zoom {
    cursor: pointer;
}

.content3 {
    width: 650px;
    margin: auto;
    padding-top: 25px;
    text-align: center;
}

.md-padding {
    padding: 10px;
}

#btnAddSubTeams {
    float: right;
}

.content3 table {
    text-align: center;
}

#filterBox {
    float: left;
}

.grid-errors {
    margin: 0 0 10px 25px;
    display: inline-block;
    list-style: none;
    padding: 0;
    background: #eee;
    border-left: 2px solid #C00E4F;
}

    .grid-errors li {
        padding: 10px 12px;
        font-size: 13px;
        color: #333;
        width: auto;
    }


#tab-5 {
    margin-top: 1em;
}

.nowrap {
    white-space: nowrap;
}

.npsouter {
    position: relative;
    height: inherit;
    display: block;
    font-family: inherit;
    background: transparent;
}

.npsinner {
    width: 100%;
    text-align: center;
    top: 55%;
    position: absolute;
    font-size: 60px;
    font-size: 3.15vw;
    font-weight: bold;
    font-family: inherit;
    z-index: 100;
}

.npsinnerpdf {
    width: 100%;
    text-align: center;
    top: 55%;
    position: absolute;
    font-size: 60px;
    font-size: 2.5vw;
    font-weight: bold;
    font-family: inherit;
    z-index: 150;
}

.npsinnerbottom {
    top: 90%;
    width: 100%;
    text-align: center;
    position: absolute;
    font-size: 24px;
    z-index: 100;
}

.npsinnerempty {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
    font-family: inherit;
    z-index: 100;
}

.kendo-dropdown-teammember {
    width: 140px;
}

#TeamMembersGrid td {
    word-break: break-word;
}

    #TeamMembersGrid td.hide-long-td {
        word-break: normal;
    }

#StakeholdersGrid td {
    word-break: break-word;
}

    #StakeholdersGrid td.hide-long-td {
        word-break: normal;
    }

.k-widget.k-tooltip-validation {
    /*border-color: #fbeed5;*/
    background-color: #367fbd;
    color: #c09853 !important;
}

.k-widget.k-tooltip {
    /*border-color: #000;*/
    background-color: #367fbd !important;
    color: #fff !important;
}

/*Fix for new Kendo version causing menus in grids to have wierd color*/
.k-header-column-menu.k-state-active {
    background-color: transparent !important;
}

.sub-nav-items {
    background-color: #f3f3f3;
    margin-left: 15px;
    padding-top: 8px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 15px;
    padding-bottom: 6px;
    border-bottom: 1px solid #c8c6c6;
}

    .sub-nav-items > a,
    .sub-nav-items > span,
    .sub-nav-items > a.curr,
    .sub-nav-items > span.curr {
        background-color: #f3f3f3;
        font-weight: bold;
        padding-bottom: 6px;
        font-size: 15px;
    }

    .sub-nav-items > a,
    .sub-nav-items > span {
        color: rgb(88, 88, 90);
    }

        .sub-nav-items > a.curr,
        .sub-nav-items > span.curr {
            color: #1760aa !important;
            border-bottom: 1px solid #1760aa;
            background-color: #f3f3f3 !important;
        }

            .sub-nav-items > a:hover,
            .sub-nav-items > span:hover,
            .sub-nav-items > a.curr:hover,
            .sub-nav-items > span.curr:hover {
                color: #65a1df !important;
                border-bottom: 1px solid #65a1df;
            }

    .sub-nav-items > span {
        padding: 5px 25px;
        cursor: pointer;
    }

.sub-nav-items-delimiter {
    border-bottom: 1px solid white;
}

/* Remove Text Shadow - Must stay at bottom of CSS file */
h1, h2, h3, h4, h5, h6, .pg-title, .teams .ah-team-swimlanes h4, .assessments h4 {
    text-shadow: none !important;
}

.growth-plan-add-item-btn i {
    background-image: none;
}

.growth-plan-add-item-btn > span {
    font-size: 24px;
    cursor: pointer;
}

    .growth-plan-add-item-btn > span > .fa-circle {
        color: #3dba4e;
    }

    .growth-plan-add-item-btn > span > span {
        position: relative;
        bottom: -19px;
        right: -19px;
    }

        .growth-plan-add-item-btn > span > span > .fas {
            color: #FFFFFF;
        }

        .growth-plan-add-item-btn > span > span > .fal {
            color: #3dba4e;
        }

        .growth-plan-add-item-btn > span > span > .fa-plus {
            color: #3dba4e;
            font-size: 12px;
        }

.exportBtn {
    font-family: Roboto;
    font-size: 14px;
    color: #2DA8E0;
    width: 80px;
    border: 1px solid;
    border-color: #2DA8E0;
    background-color: #FFFFFF;
    margin-left: 5px;
    line-height: 20px;
    padding: 6px 8px;
    border-radius: 4px;
}

.exportBtnClicked {
    font-family: Roboto;
    font-size: 14px;
    color: #2DA8E0;
    width: 80px;
    border: 1px solid;
    border-color: #2DA8E0;
    background-color: #FFFFFF;
    margin-left: 5px;
    line-height: 20px;
    padding: 6px 8px;
    border-radius: 4px;
}

div #exportDropDown, div #exportDropDownArchived, div #exportDropDownAnalysis {
    position: relative;
    display: inline-block;
}

div.toolbar div#exportDropDown, div.toolbar div#exportDropDownArchived, #GrowthPlan div#exportDropDown, div#exportDropDownAnalysis {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

#gridWrapper1 div#exportDropDown, #headerGrid div#exportDropDown {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    margin-top: 6px;
}

div #exportDropDown-content, div #exportDropDownArchived-content, div #exportDropDownAnalysis-content {
    display: none;
    position: absolute;
    z-index: 2;
}

    div #exportDropDown-content button .excelBtn, div #exportDropDownArchived-content button .excelBtn, div #exportDropDownAnalysis-content button .excelBtn {
        display: block;
    }

.excelBtn {
    font-family: Roboto;
    font-size: 14px;
    width: 80px;
    border: 1px solid;
    background-color: #FFFFFF;
    margin-left: 5px;
    line-height: 20px;
    padding: 6px 8px;
    border-radius: 4px;
    position: absolute;
}

    .excelBtn:hover {
        background-color: #F2F2F2;
    }

.exportBtnIcon {
    padding-left: 10px;
}

.growthPlanEditorColumn1 {
    display: inline-block;
    padding: 10px 10px;
    width: 40%;
}

.growthPlanEditorLabel1 {
    width: 22% !important;
    margin: 0 !important;
}

.growthPlanEditorField1 {
    width: 75% !important;
    margin: 0 !important;
    padding: 0 0 .6em !important;
}

.growthPlanEditorTextField1 {
    width: 264px !important;
    height: 38px !important;
    padding: 0 0 .6em !important;
    margin-right: 0 !important;
}

    .growthPlanEditorTextField1 > input,
    .growthPlanEditorField1 > span {
        width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

.growthPlanEditorField1 > input,
.growthPlanEditorField1 > span {
    width: 100% !important;
    margin: 0 !important;
}


.growthPlanEditorColumn2 {
    display: inline-block;
    float: right;
    padding: 10px 10px;
    width: 50%;
}

.growthPlanEditorLabel2 {
    width: 30% !important;
    margin: 0 !important;
}

.growthPlanEditorField2 {
    width: 66% !important;
    margin: 0 !important;
    padding: 0 0 .6em !important;
}

    .growthPlanEditorField2 > input,
    .growthPlanEditorField2 > span {
        width: 100% !important;
        margin: 0 !important;
    }

.growthPlanEditorSingleColumn {
    display: inline-block;
    padding: 15px 0px 0px 0px;
    width: 100%;
}

.growthPlanEditorLabelLine {
    display: inline-block;
    padding: 0px 12px 0px 12px;
    width: 97% !important;
    margin: 0 !important;
}

.growthPlanEditorFieldLine {
    width: 97% !important;
    margin: 0px 10px 12px !important;
}

.growthPlanEditorContainer {
    width: 100% !important;
    margin: 0%;
}

/*
* === ROBOTO FONT IMPORT=== 
*/
@font-face {
    font-family: 'Roboto';
    src: url('/Content/fonts/Roboto-Regular.woff2') format('woff2'), url('/Content/fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/Content/fonts/Roboto-Thin.woff2') format('woff2'), url('/Content/fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/Content/fonts/Roboto-ThinItalic.woff2') format('woff2'), url('/Content/fonts/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/Content/fonts/Roboto-Bold.woff2') format('woff2'), url('/Content/fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/Content/fonts/Roboto-BoldItalic.woff2') format('woff2'), url('/Content/fonts/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/Content/fonts/Roboto-MediumItalic.woff2') format('woff2'), url('/Content/fonts/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/Content/fonts/Roboto-BlackItalic.woff2') format('woff2'), url('/Content/fonts/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/Content/fonts/Roboto-Medium.woff2') format('woff2'), url('/Content/fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/Content/fonts/Roboto-Light.woff2') format('woff2'), url('/Content/fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/Content/fonts/Roboto-LightItalic.woff2') format('woff2'), url('/Content/fonts/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/Content/fonts/Roboto-Black.woff2') format('woff2'), url('/Content/fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('zRoboto-Italic.woff2') format('woff2'), url('/Content/fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

.progress {
    width: 70%;
    height: 30px;
    display: inline-block;
    position: relative;
    padding-right: 10px;
}

.progress-bar {
    height: 100%;
    display: inline-block;
    float: left;
}

.progress-bar-blue {
    background-color: #0078d4;
}

.progress-bar-green {
    background-color: #89c402;
}

.progress-bar-red 

{
    background-color: #a51419;
}

.sentiment-legend-blue {
    background-color: #0078d4;
}

.sentiment-legend-green {
    background-color: #89c402;
}

.sentiment-legend-red {
    background-color: #a51419;
}

.sentiment-legend {
    position: relative;
    width: 15px;
    height: 15px;
}

.sentiment-percent {
    position: absolute;
    left: 20px;
    line-height: 15px;
}

.progress-legend {
    display: inline-block;
    padding: 5px;
}
.k-window-titlebar.k-header {
    display: flex !important;
    align-items: center !important;
}

.k-window-titlebar.k-header .k-window-title:not(#ml_insights_window_wnd_title) {
    width: 90% !important;
}
.k-widget.k-window[role='alertdialog'] .k-window-titlebar.k-header .k-window-title,
.k-widget.k-window[aria-labelledby="printPdf_wnd_title"] .k-window-titlebar.k-header #printPdf_wnd_title.k-window-title,
.k-widget.k-window[aria-label="Generate a PDF"] .k-window-titlebar.k-header #printPdf_wnd_title.k-window-title {
    width: 85% !important;
}
h5#radar_anchor, h5#growthPlanHeading,
h5#compare_analysis_anchor {
    display: flex;
    align-items: center;
}

h5#radar_anchor > span, 
h5#growthPlanHeading > [role='heading'],
h5#compare_analysis_anchor > span{
    width: 80%;
}
h5#compare_analysis_anchor > .toggle {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.k-widget.k-window .k-window-titlebar.k-header:not(.k-widget.k-window.myWindow .k-window-titlebar.k-header){
    position: relative !important;
}
.visually-hidden-a11y {
    position: absolute !important;
    width: 1px !important; 
    height: 1px !important;
    margin: -1px !important; 
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}
