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; }

.login_view {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  align-content: stretch;
  align-self: stretch;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  justify-content: center;
  flex-wrap: wrap; }
  .login_view > md-card {
    min-width: 200px;
    flex-grow: 1; }
  .login_view md-input-container > div {
    /*display: flex;
        flex-direction: row;
        justify-content: flex-start;*/ }
    .login_view md-input-container > div > .md-errors-spacer {
      display: none; }
  .login_view form md-input-container span {
    font-size: 14px;
    color: red;
    padding: 0;
    position: relative; }
    .login_view form md-input-container span.ng-hide {
      opacity: 0;
      display: inline-block !important; }
  .login_view a {
    color: #bababa;
    text-decoration: none;
    cursor: pointer;
    margin: 10px; }
  .login_view div.title > div > p {
    color: white; }
  .login_view md-input-container .tip {
    position: absolute;
    right: 7px;
    flex: none;
    order: 2;
    margin: 8px;
    margin-right: 0;
    font-size: 16px;
    display: inline-block;
    border: 2px solid #949494;
    color: white;
    background: #707dc6;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer; }
    .login_view md-input-container .tip:hover > div {
      display: block;
      opacity: 0.95;
      max-width: 210px;
      max-height: 300px; }
    .login_view md-input-container .tip > div {
      transition: all 0.3s;
      font-size: 14px;
      opacity: 0;
      color: white;
      position: absolute;
      right: 0px;
      border: 2px solid #c22d91;
      z-index: 150;
      border-radius: 4px;
      background: #404042;
      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);
      max-width: 0;
      max-height: 0;
      overflow: hidden;
      width: 210px; }
      .login_view md-input-container .tip > div > p {
        padding: 0;
        padding-right: 10px;
        margin: 0;
        text-align: left;
        width: 200px; }
        .login_view md-input-container .tip > div > p:before {
          content: "";
          display: inline-block;
          width: 10px;
          height: 10px;
          border-radius: 5px;
          background: #aa1111;
          margin-right: 7px;
          margin-left: 10px; }
        .login_view md-input-container .tip > div > p.valid:before {
          background: #40b300; }
  .login_view .f-page.about {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    align-items: stretch;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    background-color: #525252;
    background-image: url("../../../../images/bg1.jpg");
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    background-clip: border-box; }
    .login_view .f-page.about .title {
      display: flex;
      align-items: center;
      justify-content: center; }
      .login_view .f-page.about .title > div {
        margin: 10px;
        max-width: 450px;
        width: 100%;
        overflow: hidden;
        border-radius: 10px; }
        .login_view .f-page.about .title > div h3 {
          text-align: center;
          color: #e6e6e6;
          font-weight: normal;
          margin: 0; }
          .login_view .f-page.about .title > div h3:before {
            content: " ";
            display: inline-block;
            width: 100%;
            height: 100px;
            background: url("../../../../images/login.png") no-repeat;
            background-size: contain;
            background-position: center;
            margin-bottom: 5px; }
        .login_view .f-page.about .title > div form {
          display: flex;
          flex-direction: column;
          margin: 0 20px; }
          .login_view .f-page.about .title > div form md-input-container {
            margin: 0 10px; }
          .login_view .f-page.about .title > div form button {
            margin-top: 20px;
            height: 50px; }
    .login_view .f-page.about .images {
      position: relative;
      flex-basis: 100%;
      width: 50%; }
      .login_view .f-page.about .images > div {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 0;
        height: 80%;
        margin-top: 10%;
        position: absolute; }
        .login_view .f-page.about .images > div.img1 {
          background-image: url("../../../../images/phone.png");
          width: 90%;
          top: 5%;
          transform: rotate(8deg); }
    @media (max-width: 767px) {
      .login_view .f-page.about .title {
        flex: 1 1 100%; }
      .login_view .f-page.about .images {
        display: none; } }

/*# sourceMappingURL=LoginView.css.map */