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; }

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; }

.calendarDirective {
  margin: 0px;
  box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
  background: #e0e0e0; }
  @media screen and (max-width: 700px) {
    .calendarDirective {
      margin: 0; } }
  .calendarDirective .calendar_min_width {
    min-width: 700px; }
  .calendarDirective .layer_column {
    width: 14.2857142857%;
    margin: 0;
    flex-grow: 1;
    border-right: 1px solid #797878;
    opacity: 1;
    background: none;
    /*&:hover {
            opacity: 0.5;
        }*/ }
  .calendarDirective .layer_row {
    box-sizing: border-box;
    margin: 0 !important;
    border-top: 0px solid #e0e0e0;
    flex-grow: 1;
    background: rgba(0, 0, 0, 0.1);
    /*&:hover {
            opacity: 0.5;
        }*/ }
    .calendarDirective .layer_row:nth-child(2n+1) {
      background: rgba(209, 209, 209, 0) !important; }
  .calendarDirective .calendarDirective div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .calendarDirective .calendarDirective_header_row {
    box-sizing: border-box;
    height: 50px;
    background: none;
    flex-grow: 1;
    overflow: hidden; }
    .calendarDirective .calendarDirective_header_row > div {
      display: flex;
      align-items: stretch;
      min-width: 700px;
      height: 100%; }
      .calendarDirective .calendarDirective_header_row > div > div {
        width: 14.2857142857%;
        flex-grow: 1;
        margin: 0;
        border-right: 1px solid #e6e6e6;
        text-align: center;
        color: white;
        background: #1db1c8;
        font-size: small;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center; }
        .calendarDirective .calendarDirective_header_row > div > div h4 {
          margin: 2px; }
        .calendarDirective .calendarDirective_header_row > div > div p {
          margin: 2px; }
        .calendarDirective .calendarDirective_header_row > div > div:first-child {
          /*border-top-left-radius: 5px;
                    border-bottom-left-radius: 5px;*/ }
        .calendarDirective .calendarDirective_header_row > div > div:last-child {
          border-top-right-radius: 4px;
          border-right: none;
          /*border-bottom-right-radius: 5px;*/ }
  .calendarDirective .calendar_corner {
    box-sizing: border-box;
    width: 50px;
    min-width: 50px;
    background: #1db1c8;
    flex-grow: 0;
    border-top-left-radius: 5px;
    border-right: 1px solid #e6e6e6; }
  .calendarDirective .calendar_hours_column {
    box-sizing: border-box;
    width: 50px;
    min-width: 50px;
    background: white;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    color: black;
    border-right: 1px solid #797878; }
    .calendarDirective .calendar_hours_column > div {
      background: rgba(0, 0, 0, 0.1);
      padding-top: 15px;
      font-size: 19px;
      box-sizing: border-box;
      height: 50px;
      text-align: center;
      position: relative; }
      .calendarDirective .calendar_hours_column > div:nth-child(2n+1) {
        background: rgba(209, 209, 209, 0); }
      .calendarDirective .calendar_hours_column > div:not(:first-child) {
        top: 0px; }
      .calendarDirective .calendar_hours_column > div > span:nth-child(2n) {
        vertical-align: super;
        font-size: 12px;
        /*&:before {
                        content: ".";
                    }*/ }
  .calendarDirective .calendar_main_view {
    min-width: 700px; }

.scheduleView {
  box-sizing: border-box; }
  .scheduleView .calendarDirective div:focus {
    border: none;
    outline: none; }
  .scheduleView .calendarDirective .calendar_bgEvent {
    box-sizing: border-box;
    background: rgba(70, 201, 40, 0.6);
    opacity: 0.8;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .scheduleView .calendarDirective .calendar_bgEvent.common_plan {
      border-right: 4px solid blue; }
    .scheduleView .calendarDirective .calendar_bgEvent.ng-enter {
      transform-origin: right center;
      animation: 1.5s flipInX ease; }
    .scheduleView .calendarDirective .calendar_bgEvent.ng-leave {
      transform-origin: right center;
      animation: 0.5s flipOutX ease; }
    .scheduleView .calendarDirective .calendar_bgEvent > p {
      text-align: center; }
    .scheduleView .calendarDirective .calendar_bgEvent > * {
      pointer-events: none; }
  .scheduleView .calendarDirective .ev_practice, .scheduleView .calendarDirective .ev_theory, .scheduleView .calendarDirective .ev_exam {
    box-sizing: border-box;
    border-radius: 5px;
    background: rgba(102, 107, 239, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.5); }
    .scheduleView .calendarDirective .ev_practice > p, .scheduleView .calendarDirective .ev_theory > p, .scheduleView .calendarDirective .ev_exam > p {
      text-align: center;
      text-wrap: normal;
      padding: 4px; }
    .scheduleView .calendarDirective .ev_practice.ng-enter, .scheduleView .calendarDirective .ev_theory.ng-enter, .scheduleView .calendarDirective .ev_exam.ng-enter {
      transform-origin: left center;
      animation: 1.5s flipInX ease; }
    .scheduleView .calendarDirective .ev_practice.ng-leave, .scheduleView .calendarDirective .ev_theory.ng-leave, .scheduleView .calendarDirective .ev_exam.ng-leave {
      transform-origin: left center;
      animation: 0.5s flipOutX ease; }
    .scheduleView .calendarDirective .ev_practice.match_current_view, .scheduleView .calendarDirective .ev_theory.match_current_view, .scheduleView .calendarDirective .ev_exam.match_current_view {
      background: rgba(102, 107, 239, 0.5); }
  .scheduleView .calendarDirective .ev_theory {
    background: rgba(200, 195, 86, 0.6);
    text-align: center; }
  .scheduleView .calendarDirective .ev_exam {
    background: rgba(207, 122, 49, 0.6);
    text-align: center; }
  .scheduleView .calendarDirective .ev_practice > .ng-scope > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .scheduleView .calendarDirective .ev_practice > .ng-scope > div div {
      margin: 0px 5px;
      min-height: 35px;
      min-width: 35px;
      max-height: 35px;
      max-width: 35px; }
    .scheduleView .calendarDirective .ev_practice > .ng-scope > div span {
      text-align: left;
      text-wrap: normal;
      margin-right: 3px; }
    .scheduleView .calendarDirective .ev_practice > .ng-scope > div:nth-child(2) {
      display: inline-block;
      color: #e6e6e6;
      text-align: center;
      font-size: 0.9em; }
  .scheduleView .calendarDirective .ev_extraneus {
    border-radius: 5px;
    background: rgba(255, 162, 162, 0.2); }
    .scheduleView .calendarDirective .ev_extraneus.ng-enter {
      transform-origin: right center;
      animation: 1.5s flipInX ease; }
    .scheduleView .calendarDirective .ev_extraneus.ng-leave {
      transform-origin: left center;
      animation: 0.5s flipOutX ease; }

/*# sourceMappingURL=ScheduleViewCalendar.css.map */