h1 {
  font-weight: lighter;
  font-size: 1.8em; }

h2 {
  font-weight: lighter;
  font-size: 1.5em; }

input, a, li {
  transition: all linear 0.5s; }

input[type="button"], input[type="submit"], a {
  outline: none; }

input[type="text"], input[type="password"], input[type="email"], textarea {
  outline: 3px solid transparent; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
    outline: 3px solid #1db1c8; }

.button {
  background: none;
  border: 4px solid;
  font-size: 1.2em;
  font-weight: lighter;
  padding: 0.5em 2em;
  margin: 1em;
  cursor: pointer; }
  .button.active1 {
    color: #1db1c8; }
    .button.active1:hover {
      border-color: #1db1c8;
      background-color: #1db1c8;
      color: white; }
  .button.active2 {
    color: #c22d91; }
    .button.active2:hover {
      border-color: #c22d91;
      background-color: #c22d91;
      color: white; }

button.md-button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  min-height: 36px;
  height: 36px;
  max-height: 40px;
  transition: all 0.3s linear;
  opacity: 1; }
  button.md-button i.material-icons {
    display: block;
    margin-right: 5px; }
  button.md-button.ng-hide {
    transition: all 0.3s linear;
    height: 0;
    max-height: 0;
    min-height: 0;
    opacity: 0; }

.md-card {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 3px 2px -2px rgba(0, 0, 0, 0.22);
  border-radius: 4px;
  background-color: white;
  overflow: hidden;
  margin-bottom: 10px; }

.md-card > h2 {
  margin: 0px;
  color: white;
  padding: 5px;
  padding-top: 6px;
  padding-bottom: 4px;
  padding-left: 10px;
  font-size: 1.1em;
  background: #525252; }

h1.section-title {
  font-size: 1.3em;
  padding: 3px;
  text-transform: uppercase;
  color: #1db1c8;
  border-bottom: 1px solid #525252; }

table:not(.md-calendar):not(.md-calendar-day-header) {
  width: 100%;
  text-align: center;
  border-collapse: collapse; }
  table:not(.md-calendar):not(.md-calendar-day-header) thead > tr {
    height: 40px;
    background: #1db1c8;
    border: none;
    color: white; }
    table:not(.md-calendar):not(.md-calendar-day-header) thead > tr > th {
      border-left: 1px solid #a6a6a6; }
  table:not(.md-calendar):not(.md-calendar-day-header) tbody > tr {
    cursor: pointer;
    height: 60px !important; }
    table:not(.md-calendar):not(.md-calendar-day-header) tbody > tr > td {
      border: none;
      border-right: 1px solid #a6a6a6;
      padding: 0;
      margin: 0; }
      table:not(.md-calendar):not(.md-calendar-day-header) tbody > tr > td.future {
        font-weight: bold; }
      table:not(.md-calendar):not(.md-calendar-day-header) tbody > tr > td.image-column {
        width: 50px;
        border: none; }
      table:not(.md-calendar):not(.md-calendar-day-header) tbody > tr > td div.image-avatar, table:not(.md-calendar):not(.md-calendar-day-header) tbody > tr > td div.image-car-avatar {
        width: 42px !important;
        height: 42px !important;
        border-radius: 5px;
        margin: 4px; }
    table:not(.md-calendar):not(.md-calendar-day-header) tbody > tr > td:last-child {
      border-right: none; }
  table:not(.md-calendar):not(.md-calendar-day-header) tbody > tr:nth-child(2n+1) {
    background: #e2e2e2;
    border: none; }
    table:not(.md-calendar):not(.md-calendar-day-header) tbody > tr:nth-child(2n+1) > td .future {
      font-weight: bold; }
    table:not(.md-calendar):not(.md-calendar-day-header) tbody > tr:nth-child(2n+1) > td:first-child {
      width: 50px; }

md-input-container {
  margin: 8px;
  box-sizing: border-box;
  padding: 0 !important;
  padding-top: 20px !important; }
  md-input-container > label {
    font-size: 20px;
    color: #8c8c8c !important;
    transition: all 0.3s ease-in-out !important;
    transform: translate(6px, 55.5px) !important; }
  md-input-container md-select-value > span {
    color: #8c8c8c !important;
    transition: all 0.3s ease-in-out !important;
    position: relative;
    top: -2px;
    left: 2px; }
    md-input-container md-select-value > span > div {
      color: black !important; }
  md-input-container.md-input-has-value > label {
    color: #c22d91 !important;
    transform: translate(0px, 26px) scale(0.76) !important; }
  md-input-container.md-input-has-value md-select-value.md-select-placeholder > span:first-child {
    color: #c22d91 !important;
    transform: translate(-4px, -28.5px) scale(0.76) !important; }
  md-input-container.md-input-focused md-select-value {
    border: 2px solid #c22d91 !important; }
  md-input-container.md-input-focused > label {
    color: #c22d91 !important;
    transform: translate(0px, 26px) scale(0.76) !important; }
  md-input-container.md-input-focused md-select-value.md-select-placeholder > span:first-child {
    color: #c22d91 !important;
    transform: translate(-4px, -28.5px) scale(0.76) !important; }
  md-input-container .md-errors-spacer {
    min-height: 0px !important; }

md-select {
  box-sizing: border-box;
  border-radius: 4px;
  background: #e6e6e6;
  height: 45px; }
  md-select md-select-value {
    color: black;
    box-shadow: none !important;
    border: 2px solid #e6e6e6 !important;
    border-radius: 4px;
    transition: border 0.3s ease-in-out !important; }
    md-select md-select-value > span {
      font-size: 20px;
      color: #8c8c8c !important; }
    md-select md-select-value div.md-text {
      padding-left: 5px; }

input[type="text"], input[type="password"], input[type="number"], input[type="search"], textarea {
  font-size: 20px;
  box-shadow: none !important;
  color: black !important;
  border: 2px solid #e6e6e6 !important;
  border-radius: 4px !important;
  background: #e6e6e6 !important;
  height: 45px;
  min-height: 45px !important;
  padding-left: 5px !important;
  outline: none !important;
  transition: border 0.5s ease-in-out; }
  input[type="text"] .md-input.black, input[type="password"] .md-input.black, input[type="number"] .md-input.black, input[type="search"] .md-input.black, textarea .md-input.black {
    border: 2px solid #e6e6e6 !important;
    border-radius: 4px !important; }
  input[type="text"][disabled], input[type="password"][disabled], input[type="number"][disabled], input[type="search"][disabled], textarea[disabled] {
    background: rgba(242, 242, 242, 0.8) !important;
    border: rgba(242, 242, 242, 0.8) !important; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="search"]:focus, textarea:focus {
    border: 2px solid #c22d91 !important; }

body textarea {
  height: auto; }

body md-input-container {
  margin: 8px; }

body md-dialog {
  max-height: 100%; }
  body md-dialog md-toolbar {
    min-height: 40px;
    max-height: 40px !important;
    background: #525252 !important;
    color: #1db1c8 !important;
    font-size: 20px !important; }
  body md-dialog md-dialog-content {
    display: block;
    padding: 10px; }
  body md-dialog md-dialog-actions {
    display: flex;
    flex-direction: row; }
  body md-dialog button.confirm {
    background: #1db1c8;
    color: black; }
    body md-dialog button.confirm:focus {
      background: #1a9db2; }
    body md-dialog button.confirm:hover {
      background: #20c5de !important; }
  body md-dialog button.cancel {
    background: #a6a6a6;
    color: black; }
    body md-dialog button.cancel:focus {
      background: #999999; }
    body md-dialog button.cancel:hover {
      background: #b3b3b3 !important; }

body div.md-dialog-container {
  background: rgba(80, 80, 80, 0.3); }

body md-tabs {
  display: block;
  box-sizing: border-box; }
  body md-tabs md-content {
    overflow: hidden;
    background: none;
    height: 60px;
    margin-left: 30px;
    padding-top: 12px; }
  body md-tabs md-tab-item {
    color: #616161 !important; }
    body md-tabs md-tab-item.md-active {
      color: #c22d91 !important; }
  body md-tabs md-tabs-wrapper {
    border-bottom: 1px solid #8c8c8c;
    margin-bottom: 1px; }
  body md-tabs md-ink-bar {
    height: 3px !important;
    background-color: #c22d91; }

body md-datepicker {
  transition: all 0.3s linear;
  box-sizing: border-box !important;
  width: 200px;
  height: 45px !important;
  min-height: 45px !important;
  display: flex;
  flex-direction: row;
  border: 2px solid #e6e6e6;
  background: #e6e6e6;
  border-radius: 4px;
  box-shadow: none;
  margin-right: 0 !important; }
  body md-datepicker.md-datepicker-open {
    border: 2px solid #c22d91; }
  body md-datepicker > button.md-datepicker-button {
    min-width: 40px !important;
    margin: 0 !important; }
  body md-datepicker > div.md-datepicker-input-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: 150px;
    margin-left: 0 !important;
    border: none; }
    body md-datepicker > div.md-datepicker-input-container > input {
      text-align: center !important;
      position: static;
      padding: 0;
      font-size: 20px;
      color: black;
      max-width: 110px;
      min-width: 110px;
      left: 0 !important;
      margin: 0 !important; }
    body md-datepicker > div.md-datepicker-input-container > button.md-datepicker-triangle-button.md-icon-button.md-button {
      position: absolute;
      right: 5px;
      margin: 0;
      top: 4px;
      flex: none; }
      body md-datepicker > div.md-datepicker-input-container > button.md-datepicker-triangle-button.md-icon-button.md-button > div {
        width: 10px; }

body .md-datepicker-calendar-pane.md-pane-open {
  margin-top: 7.5px;
  border: 2px solid #e6e6e6;
  border-radius: 4px !important;
  box-shadow: none !important; }
  body .md-datepicker-calendar-pane.md-pane-open table {
    font-size: 15px; }
    body .md-datepicker-calendar-pane.md-pane-open table thead > tr {
      height: 40px;
      background: #1db1c8;
      color: white; }

body md-slider-container {
  display: flex;
  flex-direction: row;
  flex-wrap: none;
  align-items: stretch;
  align-content: center; }
  body md-slider-container > md-slider {
    flex: 1 1 auto;
    margin-top: 3px; }
    body md-slider-container > md-slider div.md-thumb-container {
      width: 0; }
  body md-slider-container > md-input-container {
    padding: 0; }

md-virtual-repeat-container {
  width: auto !important;
  min-width: 350px !important;
  max-width: 350px !important;
  max-height: 300px !important;
  min-height: 60px !important; }
  md-virtual-repeat-container div.md-virtual-repeat-scroller {
    width: 100%; }
  md-virtual-repeat-container ul.md-autocomplete-suggestions li {
    line-height: 60px;
    height: 60px;
    padding: 0 !important; }

.learner_eventsList_View {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  flex: 1 1 auto;
  height: 100%; }
  .learner_eventsList_View .view-container {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: center;
    padding: 0; }
    @media (min-width: 1025px) {
      .learner_eventsList_View .view-container > div:nth-child(1) {
        flex: 1 1 auto;
        max-width: 59%; } }
    .learner_eventsList_View .view-container > div:nth-child(1) .progress-chart {
      height: 210px;
      width: 100%;
      display: flex;
      flex-direction: column; }
      .learner_eventsList_View .view-container > div:nth-child(1) .progress-chart > p {
        margin: 5px;
        margin-bottom: 0;
        width: 100%;
        text-align: center; }
      .learner_eventsList_View .view-container > div:nth-child(1) .progress-chart > div {
        flex: 1 1 auto;
        margin: 10px;
        margin-left: 2%;
        margin-right: 2%;
        width: 96%;
        max-width: 96%;
        height: 160px; }
    .learner_eventsList_View .view-container > div:nth-child(1) .lecturesTable tbody > tr {
      height: 50px; }
    .learner_eventsList_View .view-container > div:nth-child(1) .practiceTable tbody > tr .surcharge {
      display: inline-block;
      background: red;
      border-radius: 10px;
      height: 20px;
      padding: 5px;
      font-size: 10px;
      line-height: 20px;
      color: yellow; }
    .learner_eventsList_View .view-container > div:nth-child(1) .practiceTable tbody > tr.future {
      color: #19199d; }
    .learner_eventsList_View .view-container > div:nth-child(1) .practiceTable tbody > tr.current {
      color: #006500; }
    .learner_eventsList_View .view-container > div:nth-child(1) .practiceTable th:nth-child(1) {
      width: 50px; }
    .learner_eventsList_View .view-container > div:nth-child(1) .practiceTable th:nth-child(2) {
      width: 100px; }
    .learner_eventsList_View .view-container > div:nth-child(1) .practiceTable td:nth-child(2) {
      width: 100px; }
      .learner_eventsList_View .view-container > div:nth-child(1) .practiceTable td:nth-child(2) span {
        clear: both;
        display: inline-block; }
        .learner_eventsList_View .view-container > div:nth-child(1) .practiceTable td:nth-child(2) span:last-child {
          opacity: 0.7;
          font-size: 1.1em;
          font-weight: bolder; }
    .learner_eventsList_View .view-container > div:nth-child(1) .practiceTable th:nth-child(3) {
      width: 70px; }
    .learner_eventsList_View .view-container > div:nth-child(1) .practiceTable th:nth-child(4) {
      width: 60px; }
    .learner_eventsList_View .view-container div.topic-list {
      background: #8c8c8c;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      padding: 5px; }
      @media (min-width: 1025px) {
        .learner_eventsList_View .view-container div.topic-list {
          flex: 1 1 40%;
          margin: 0;
          margin-left: 15px;
          border-radius: 0;
          max-width: calc(40% - 20px); } }
      .learner_eventsList_View .view-container div.topic-list > div.charts {
        display: flex;
        flex-direction: row;
        margin-top: 10px;
        color: white; }
        .learner_eventsList_View .view-container div.topic-list > div.charts > div.chart {
          margin: 0;
          display: flex;
          flex: 1 1 50%;
          max-width: 50%;
          width: 50%;
          height: 210px;
          max-height: 210px;
          align-items: center;
          align-content: center;
          flex-direction: column;
          overflow: hidden; }
          .learner_eventsList_View .view-container div.topic-list > div.charts > div.chart > div {
            margin: 5px;
            flex: 1 1 auto;
            height: 170px;
            width: 170px; }

/*# sourceMappingURL=PracticeView.css.map */