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; }

.topicTreeDirective {
  box-sizing: border-box; }
  .topicTreeDirective md-checkbox {
    margin: 0; }
    .topicTreeDirective md-checkbox.md-checked > div > div.md-icon {
      background: rgba(63, 81, 181, 0.87);
      border-color: rgba(63, 81, 181, 0.87); }
    .topicTreeDirective md-checkbox > div {
      color: black !important; }
  .topicTreeDirective ul {
    color: black;
    padding: 0;
    display: block;
    list-style: none;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px; }
  .topicTreeDirective ul.inner {
    padding-left: 12px;
    margin-left: 10px; }
  .topicTreeDirective li {
    padding: 0px;
    margin: 8px 3px;
    margin-left: 0px;
    position: relative;
    overflow: visible; }
  .topicTreeDirective li.collapsible .topicTreeDirective > ul > li {
    display: block;
    position: relative;
    transition: all 0.3s linear;
    transform: scaleY(1);
    transform-origin: top center;
    opacity: 1; }
  .topicTreeDirective li.collapsed .topicTreeDirective > ul > li {
    height: 0;
    opacity: 0;
    margin: 0;
    transform: scaleY(0);
    transition: all 0.2s linear; }
  .topicTreeDirective li.inner div.topic-hline {
    position: relative;
    overflow: visible; }
    .topicTreeDirective li.inner div.topic-hline:before {
      content: " ";
      display: block;
      position: absolute;
      width: 10px;
      height: 2px;
      top: 50%;
      left: -11px;
      border-top: 1px solid lightgray; }
  .topicTreeDirective li.collapsible div.parent-topic {
    padding-top: 7px;
    padding-bottom: 7px;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    align-items: center;
    background: #e0e0e0;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4), 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 4px 2px -2px rgba(0, 0, 0, 0.22);
    border-radius: 5px; }
    .topicTreeDirective li.collapsible div.parent-topic > div {
      color: #1db1c8;
      flex: 0 0 20px;
      height: 25px;
      margin-left: -1px;
      margin-right: 3px;
      transform: rotate(90deg);
      transition: all 0.5s ease-in-out; }
      .topicTreeDirective li.collapsible div.parent-topic > div:before {
        font-family: 'Material Icons';
        font-size: 25px;
        line-height: 25px;
        content: "\e037";
        position: relative;
        left: 0px; }
    .topicTreeDirective li.collapsible div.parent-topic > span {
      margin-left: 5px;
      flex: 1 1 auto; }
    .topicTreeDirective li.collapsible div.parent-topic span.counter {
      font-size: 11px;
      width: 45px;
      height: 18px;
      line-height: 18px;
      padding: 0 2px;
      border-radius: 0 3px 0 3px;
      background-color: #a6a6a6;
      opacity: 0.8;
      position: absolute;
      right: 0;
      top: 0; }
  .topicTreeDirective li.collapsible.collapsed div.parent-topic > div {
    color: #616161;
    transform: rotate(0deg); }
  .topicTreeDirective div.actual-topic {
    display: flex;
    flex-direction: row;
    border-radius: 5px;
    align-content: flex-start;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #b5b5b5;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); }
    .topicTreeDirective div.actual-topic > check-wrapper {
      margin-left: 5px; }
      .topicTreeDirective div.actual-topic > check-wrapper > md-checkbox {
        display: flex; }
  .topicTreeDirective li.inner:last-of-type {
    overflow: visible !important; }
    .topicTreeDirective li.inner:last-of-type:after {
      content: " ";
      display: block;
      position: absolute;
      width: 15px;
      height: 5000px;
      top: calc(-5000px + 50%);
      left: -11px;
      border-left: 1px solid lightgray; }
  .topicTreeDirective .counter {
    flex: none;
    font-weight: bold;
    display: inline-block;
    width: 30px;
    height: 20px;
    background: #c22d91;
    color: white;
    border-radius: 7px;
    line-height: 20px;
    position: relative;
    text-align: center; }

/*# sourceMappingURL=TopicTreeDirective.css.map */