﻿section.people {
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.3); }
  section.people .expanded {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg); }
  section.people .people-tabs {
    background: #fff; }
    section.people .people-tabs .active {
      border-bottom: 5px solid #707E95;
      font-weight: 600; }
    section.people .people-tabs li {
      display: inline-block;
      height: 50px; }
    section.people .people-tabs a {
      margin: 0 15px;
      display: inline-block;
      font-size: 1.4em;
      color: #000;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

  /*section.people .people-body[data="people-class-list"], section.people .people-body[data="people-email"] , section.people .people-body[data="people-coach-info"]{
    display: none; }*/

  /*section.coach-students .people-body[data="people-email"] {
    display: none; }*/


  /*.ShowMe{
      display:inline-block;
      visibility:visible;
  }*/

  section.people .people-body .compose-email {
    padding: 10px;
    background: #d3d3d3;
    text-align: right; }
    section.people .people-body .compose-email button {
      padding: 5px 10px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: #a8a8a8;
      border: 0;
      font-family: inherit;
      font-size: 1.4em; }
  section.people .people-body table {
    width: 100%; }
    section.people .people-body table thead {
      background: #707E95; }
      section.people .people-body table thead th {
        vertical-align: middle;
        text-align: left;
        font-size: 1.4em;
        font-weight: 600;
        color: #fff; }
        section.people .people-body table thead th:nth-child(3), section.people .people-body table thead th:last-child {
          text-align: center; }
    section.people .people-body table tbody tr {
      background: #fff; }
      section.people .people-body table tbody tr td:last-child {
        cursor: pointer; }
    section.people .people-body table tr {
      height: 50px;
      border: 1px solid #838383;
      border-width: 1px 0 1px 0; }
    section.people .people-body table td {
      position: relative;
      vertical-align: middle;
      font-size: 1.4em;
      color: #000; }
      section.people .people-body table td figure img {
        width: 30px; }
    section.people .people-body table td:first-child,
    section.people .people-body table th:first-child {
      padding-left: 15px; }
    section.people .people-body table td:nth-child(3), section.people .people-body table td:last-child {
      text-align: center; }
  section.people .people-body table.coach-info thead th {
    text-align: left; }
  section.people .people-body table.coach-info td:nth-child(n+1) {
    text-align: left; }
  section.people .people-body tr.indiv-info {
    border: 0;
    height: auto; }
    section.people .people-body tr.indiv-info > td {
      padding-left: 0; }
    section.people .people-body tr.indiv-info td.indiv-info-cell {
      cursor: auto; }
    section.people .people-body tr.indiv-info .indiv-info-wrapper {
      display: none;
      padding: 15px;
      background: #d3d3d3;
      box-shadow: inset 0 2px 4px #888, inset 0 -2px 4px #888;
      cursor: auto; }
    section.people .people-body tr.indiv-info td th {
      font-size: 1em;
      text-align: left; }
    section.people .people-body tr.indiv-info td table {
      text-align: left; }
      section.people .people-body tr.indiv-info td table thead tr {
        background: none;
        border: 0; }
        section.people .people-body tr.indiv-info td table thead tr th:first-child {
          width: 25%; }
        section.people .people-body tr.indiv-info td table thead tr th:nth-child(2) {
          width: 25%; }
      section.people .people-body tr.indiv-info td table tbody {
        vertical-align: top; }
        section.people .people-body tr.indiv-info td table tbody tr td {
          padding-top: 10px;
          vertical-align: top;
          font-size: 1em;
          text-align: left; }
          section.people .people-body tr.indiv-info td table tbody tr td:last-child {
            padding: 10px 0;
            line-height: 1.5em;
            cursor: auto; }
          section.people .people-body tr.indiv-info td table tbody tr td b {
            font-weight: 700;
            display: block; }
            section.people .people-body tr.indiv-info td table tbody tr td b:not(:first-child) {
              margin-top: 15px; }
          section.people .people-body tr.indiv-info td table tbody tr td a {
            position: relative;
            display: block;
            margin-top: 10px;
            text-decoration: underline; }
    section.people .people-body tr.indiv-info div.activities-payoff-modal {
      position: absolute;
      z-index: 5;
      display: none;
      padding: 15px;
      margin-top: 10px;
      height: auto;
      width: 300%;
      overflow: scroll;
      background: #fff;
      box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.3); }
      section.people .people-body tr.indiv-info div.activities-payoff-modal h1 {
        font-size: 1.4em;
        font-weight: 600;
        color: #000;
        font-size: 1em; }
      section.people .people-body tr.indiv-info div.activities-payoff-modal ul {
        list-style: disc;
        padding-left: 20px; }
        section.people .people-body tr.indiv-info div.activities-payoff-modal ul li {
          line-height: 1.5em; }
      section.people .people-body tr.indiv-info div.activities-payoff-modal div.activities-modal-list {
        margin-bottom: 15px; }
  section.people .people-body .class-list-period-email {
    height: 50px;
    background: #d3d3d3; }
    section.people .people-body .class-list-period-email .period-selection {
      float: left;
      padding-left: 15px;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      section.people .people-body .class-list-period-email .period-selection h1 {
        display: inline-block;
        font-size: 1.4em;
        font-weight: 600;
        color: #000; }
      section.people .people-body .class-list-period-email .period-selection .period-wrapper {
        width: 200px;
        display: inline-block;
        margin-left: 15px;
        border: 1px solid #838383;
        padding: 10px;
        background: #fff; }
        section.people .people-body .class-list-period-email .period-selection .period-wrapper select {
          -webkit-appearance: none;
          /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
          -moz-appearance: none;
          /*REMOVES DEFAULT FIREFOX STYLE*/
          border: 0;
          width: 100%;
          font-family: inherit;
          font-size: 1.4em;
          cursor: pointer;
          background: url("../img/caret.png") no-repeat center right;
          background-size: 20px auto;
          -webkit-filter: contrast(4%);
                  filter: contrast(4%); }
    section.people .people-body .class-list-period-email .compose-email {
      float: right; }
  section.people .people-body .email-header .recipient-row, section.people .people-body .email-header .subject-row {
    height: 50px;
    background: #707E95;
    border: 1px solid #838383;
    border-width: 1px 0 1px 0; }
  section.people .people-body .email-header label {
    width: 80px;
    display: inline-block;
    padding-right: 10px;
    float: left;
    text-align: right;
    font-size: 1.4em;
    font-weight: 600;
    color: #fff;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  section.people .people-body .email-header input {
    -webkit-appearance: none;
    /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
    -moz-appearance: none;
    /*REMOVES DEFAULT FIREFOX STYLE*/
    border: 0;
    display: inline-block;
    height: 50px;
    width: calc(100% - 80px);
    font-size: 1.4em;
    color: #000;
    border: 1px solid #838383;
    border-width: 1px 0 1px 0; }
  section.people .people-body .email-body textarea {
    display: block;
    width: 100%;
    font-size: 1.4em;
    color: #000; }
  section.people .people-body .send-email {
    padding: 10px;
    background: #d3d3d3;
    text-align: right; }
    section.people .people-body .send-email button {
      padding: 5px 10px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: #a8a8a8;
      border: 0;
      font-family: inherit;
      font-size: 1.4em; }
