@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url("https://fonts.googleapis.com/css?family=Fira+Sans");
.loading {
  cursor: progress !important; }

.has-action {
  cursor: pointer; }

.center-text {
  text-align: center; }

input.file-input-cloaked {
  height: 0;
  opacity: 0; }

.clearfix {
  clear: both; }

.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.center-abs-y {
  top: 4px;
  left: 2px;
  position: relative; }

.center-abs-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.center-y {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.center-x {
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

.two-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #273a44; }

.main-container {
  max-width: 500px;
  margin: 0 auto; }

h1 {
  text-transform: uppercase;
  font-size: 14px;
  color: #273a44;
  font-weight: 800; }

h2 {
  font-size: 20px;
  color: #273a44;
  font-weight: 600; }

h3 {
  font-size: 16px;
  color: #273a44;
  font-weight: 600; }

h4 {
  font-size: 14px;
  line-height: 19px;
  color: #273a44;
  font-weight: 600; }

p {
  font-size: 14px;
  line-height: 19px;
  color: #273a44;
  font-weight: 300; }

.smaller-text, .form-group.has-error p {
  font-size: 12px; }

.info-text {
  font-size: 12px;
  letter-spacing: -0.5;
  color: #919ca2;
  font-weight: 400; }

.btn {
  background: none;
  border-radius: 2px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  min-width: 60px;
  padding: 10px;
  text-decoration: none;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.14), 0 0px 0px 0 rgba(0, 0, 0, 0.12), 0 0px 0px 0px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans";
  transition: all 0.3s ease;
  position: relative; }
  .btn i {
    font-size: 14px;
    font-weight: 600;
    top: 50%;
    left: 8px;
    position: absolute;
    transform: translateY(-50%); }
  .btn span {
    vertical-align: middle; }
  .btn:hover, .btn:focus, .btn:active {
    color: #8DC63F;
    border: 2px solid #8DC63F;
    text-decoration: none;
    box-shadow: none; }
  .btn.btn-success {
    background: #8dc63f;
    border: 0 solid #8dc63f; }
    .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active {
      background: #82b63e;
      color: #ffffff; }
    .btn.btn-success[disabled] {
      background: #869197; }
  .btn.btn-info {
    border: 2px solid #49bedb !important;
    color: #49bedb !important;
    background: #ffffff !important; }
    .btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active {
      background: #45afca; }
    .btn.btn-info span {
      vertical-align: middle;
      position: relative;
      top: -4px; }
  .btn.btn-neutral {
    border: 2px solid #273A44 ;
    color: #273A44 !important;
    background: #ffffff !important; }
    .btn.btn-neutral:hover, .btn.btn-neutral:focus, .btn.btn-neutral:active {
      background: #869197; }
    .btn.btn-neutral span {
      vertical-align: middle;
      position: relative;
      top: -4px; }
  .btn.btn-danger {
    background: #e7928e; }
    .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active {
      background: #e76d65; }
  .btn.btn-round {
    color: #273a44;
    font-size: 14px;
    line-height: 16px;
    border-radius: 20px; }
    .btn.btn-round:focus, .btn.btn-round:active {
      outline: none;
      box-shadow: none; }
    .btn.btn-round.btn-danger {
      background: none;
      color: #e76d65; }
      .btn.btn-round.btn-danger i {
        font-size: 16px; }
    .btn.btn-round.save {
      position: relative;
      padding-left: 30px; }
      .btn.btn-round.save i {
        position: absolute;
        top: 0;
        left: 10px; }
    .btn.btn-round:hover {
      background: #e9eef1; }

.btns-group {
  width: 150px;
  overflow: hidden;
  background: #49bedb;
  border-radius: 2px; }
  .btns-group .separator {
    height: 30px;
    margin: 3px 0 0 0;
    width: 2px;
    background: #a0d9d6;
    display: inline-block;
    float: left; }
  .btns-group .btn {
    float: left;
    height: 40px; }
    .btns-group .btn.btn-info.login {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      min-width: 1px;
      width: 64px;
      color: #273a44; }
    .btns-group .btn.btn-info.register {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      min-width: 1px;
      width: 84px; }

.text-button {
  font-weight: 800;
  margin: 0;
  padding: 0; }
  .text-button.success {
    color: #8dc63f; }
  .text-button.danger {
    color: #e7928e; }
  .text-button.disabled {
    color: #919ca2; }

.button {
  display: inline-block;
  height: 38px;
  line-height: 36px;
  background: none;
  border: 0;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  font-family: 'Open Sans';
  padding: 0; }
  .button:hover, .button:focus, .button:active {
    color: #fff;
    text-decoration: none; }
  .button.create-calendar {
    background: #8dc63f;
    width: 150px;
    text-align: left;
    transition: all 0.3s ease; }
    .button.create-calendar i {
      font-weight: 800;
      font-size: 14px;
      line-height: 38px;
      left: 2px;
      vertical-align: middle;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .button.create-calendar span {
      vertical-align: middle;
      padding-left: 25px; }
    .button.create-calendar:hover {
      background: #82b63e; }
  .button.add-event {
    background: #49bedb;
    width: 150px;
    text-align: left;
    position: relative;
    padding-left: 55px; }
    .button.add-event i {
      position: absolute;
      top: 4px;
      left: 20px; }
    .button.add-event:hover {
      background: #45afca; }
  .button.create {
    background: #919ca2;
    width: 105px; }
    .button.create i {
      font-weight: 800;
      font-size: 14px;
      position: relative;
      padding: 0;
      top: 1px;
      left: -5px; }
    .button.create:hover {
      background: #869197; }
  .button.delete {
    background: #e7928e;
    width: 105px; }
    .button.delete:hover {
      background: #e76d65; }
  .button.cancel {
    border: 2px solid #273a44;
    background: #fff;
    color: #273a44;
    width: 105px; }
    .button.cancel:hover {
      background: #dbe1e4; }

@media (max-width: 480px) {
  .button span {
    display: none; }
  .button.create-calendar, .button.create {
    padding: 0;
    text-align: center;
    width: 40px; }
    .button.create-calendar i, .button.create i {
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
  .button.add-event span {
    display: block; } }

.tabs-btns {
  overflow: hidden; }
  .tabs-btns .tab-btn {
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    border: 0;
    border-top: 1px solid #bdc4c9;
    border-bottom: 2px solid #e9eef1;
    color: #919ca2;
    background: #e9eef1;
    margin: 0;
    padding: 0;
    float: left;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase; }
    .tabs-btns .tab-btn:first-child {
      border-right: 1px solid #bdc4c9; }
    .tabs-btns .tab-btn i {
      position: relative;
      padding-right: 10px;
      left: 3px;
      top: 3px;
      font-size: 20px; }
    .tabs-btns .tab-btn:hover, .tabs-btns .tab-btn .selected {
      border-top: 1px solid #dbe1e4;
      background: #dbe1e4;
      border-bottom: 2px solid #273a44;
      text-decoration: none;
      color: #273a44; }

input[type="file"] {
  background-color: transparent;
  color: black; }

.form-group {
  margin-bottom: 10px; }
  .form-group label {
    display: inline-block;
    margin: 0;
    color: #273a44;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase; }
  .form-group.disabled label {
    opacity: 0.3; }
  .form-group .form-control {
    display: block;
    margin: 0;
    padding: 0 10px;
    height: 40px;
    border: 1px solid #dbe1e4;
    border-radius: 2px;
    font-size: 14px;
    color: #273a44;
    font-weight: 300;
    box-shadow: none; }
    .form-group .form-control[disabled], .form-group .form-control[readonly] {
      background: none;
      opacity: 0.3; }
    .form-group .form-control:focus {
      border-color: #919ca2; }
    .form-group .form-control::-moz-placeholder {
      color: #919ca2;
      opacity: 1;
      font-style: italic; }
    .form-group .form-control:-ms-input-placeholder {
      color: #919ca2;
      font-style: italic; }
    .form-group .form-control::-webkit-input-placeholder {
      color: #919ca2;
      font-style: italic; }
  .form-group .input-group .form-control {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    .form-group .input-group .form-control:focus + .input-group-addon {
      border-color: #919ca2;
      transition: all 0.3s ease; }
    .form-group .input-group .form-control.has-error {
      border-color: #e7928e;
      color: #e7928e; }
      .form-group .input-group .form-control.has-error:focus {
        border-color: #e76d65; }
  .form-group .input-group-addon {
    background: #fff;
    border: 2px solid #dbe1e4;
    border-radius: 2px;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: all 0.3s ease; }
    .form-group .input-group-addon i {
      color: #919ca2; }
  .form-group.has-error .form-control {
    border-color: #e7928e;
    color: #e7928e;
    box-shadow: none; }
    .form-group.has-error .form-control:focus {
      border-color: #e76d65; }
  .form-group.has-error p {
    color: #e7928e; }
  .form-group .text-danger {
    color: #e7928e;
    margin-top: 5px; }
  .form-group input.form-control.has-error {
    border-color: #e7928e;
    color: #e7928e; }
    .form-group input.form-control.has-error:focus {
      border-color: #e76d65; }

.btn-icon {
  background: none;
  border: 0; }
  .btn-icon span {
    display: none;
    font-size: 16px !important;
    font-weight: 800 !important; }
    @media (min-width: 768px) {
      .btn-icon span {
        display: inline-block; } }

.disabled {
  opacity: 0.3; }

md-checkbox {
  margin: 0; }
  md-checkbox .md-label {
    margin-left: 25px; }

md-checkbox.md-default-theme.md-checked,
md-checkbox.md-checked .md-ink-ripple {
  color: #49bedb; }

md-checkbox.md-default-theme.md-checked,
md-checkbox.md-checked .md-icon {
  background-color: #49bedb; }

md-checkbox.md-default-theme.md-checked.md-focused,
md-checkbox.md-checked.md-focused.md-container:before {
  background-color: rgba(73, 190, 219, 0.26) !important; }

md-switch.md-checked .md-bar {
  background-color: #273a44 !important; }

md-switch.md-checked .md-thumb-container .md-thumb {
  background-color: #fff !important; }

button, select, html, textarea, input {
  font-family: 'Open Sans', sans-serif; }

.loading {
  cursor: progress !important; }

.has-action {
  cursor: pointer; }

.center-text {
  text-align: center; }

input.file-input-cloaked {
  height: 0;
  opacity: 0; }

.clearfix {
  clear: both; }

.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.center-abs-y {
  top: 4px;
  left: 2px;
  position: relative; }

.center-abs-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.center-y {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.center-x {
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

.two-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

[state^='user'] .view, [state='photo'] .view {
  height: 100vh;
  top: 0;
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    [state^='user'] .view, [state='photo'] .view {
      top: 14px; } }

[state^='user'] .banner, [state='photo'] .banner {
  position: relative;
  z-index: 99999; }

.signUpDiv {
  overflow: hidden;
  padding: 8% 0 50%;
  position: relative;
  background: white;
  background-image: url("../../../images/image-bg-login.png");
  background-size: cover; }

#toast-container .toast {
  opacity: 1 !important; }

section.promoDivMob {
  height: 260px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background: white; }
  section.promoDivMob h1::first-letter {
    text-transform: capitalize; }
  section.promoDivMob a {
    text-decoration: none; }
  section.promoDivMob a:hover {
    text-decoration: none !important; }
  section.promoDivMob .auth-wrapper {
    background: transparent;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 20px 10px 0 10px;
    overflow: auto;
    font-family: 'Fira Sans' !important; }

section.signUpDivMob {
  height: 100%;
  width: 100%;
  background: white;
  background-image: url("../../../images/image-bg-login-mobile.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: -65px; }
  section.signUpDivMob a {
    text-decoration: none; }
  section.signUpDivMob a:hover {
    text-decoration: none !important; }

.promoDiv {
  /*clip-path: polygon(0% 0%, 90% 0, 100% 40%, 100% 100%, 0% 100%);*/
  height: 100vh;
  padding-top: 10%;
  text-align: center;
  background: white; }
  .promoDiv h1 {
    font-size: 23px;
    font-weight: 800;
    letter-spacing: normal;
    text-align: center;
    color: #393939; }
  .promoDiv .auth-wrapper {
    text-align: center; }
    .promoDiv .auth-wrapper h1::first-letter {
      text-transform: capitalize; }
    .promoDiv .auth-wrapper .promo-text {
      text-transform: lowercase;
      padding-top: 30px;
      font-size: 28px;
      font-weight: 600; }
    .promoDiv .auth-wrapper .promo-sub-text {
      padding-top: 10px; }
      .promoDiv .auth-wrapper .promo-sub-text a {
        text-decoration: none; }
      .promoDiv .auth-wrapper .promo-sub-text a:hover {
        text-decoration: none !important; }

.flex-container > .auth-wrapper {
  flex: 1 1 100%; }

.auth-screen-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  overflow: auto; }
  @media (min-width: 768px) {
    .auth-screen-wrapper {
      overflow: visible; } }

.auth-wrapper {
  background: transparent;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 40px 10px 0 10px;
  overflow: auto;
  font-family: 'Fira Sans' !important; }
  .auth-wrapper .auth-header {
    margin-bottom: 20px; }
    .auth-wrapper .auth-header .guest-btn {
      cursor: pointer;
      position: relative;
      display: block;
      width: 100px;
      padding: 0 25px 0 0;
      margin: 20px 0 0;
      color: #394952;
      text-transform: uppercase;
      font-size: 12px;
      text-align: right;
      font-weight: 800;
      float: right;
      text-decoration: none; }
      .auth-wrapper .auth-header .guest-btn i {
        position: absolute;
        padding: 0;
        right: 0;
        top: 5px; }
  .auth-wrapper .auth-tabs {
    overflow: hidden;
    width: 100%; }
    .auth-wrapper .auth-tabs .tab {
      width: 50%;
      height: 40px;
      line-height: 40px;
      text-decoration: none;
      float: left;
      cursor: pointer;
      text-align: center;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 12px;
      background: transparent;
      color: white;
      font-size: large; }
    .auth-wrapper .auth-tabs .tab-active {
      background: #E9EEF1;
      color: #273a44;
      cursor: default; }
    .auth-wrapper .auth-tabs .tab-register {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      border-bottom-right-radius: 0; }
    .auth-wrapper .auth-tabs .tab-full-width {
      width: 240px;
      text-align: left;
      cursor: default; }
  .auth-wrapper .auth-box {
    width: 100%;
    padding: 20px 15px;
    margin: 0 auto;
    background: #e9eef1;
    box-shadow: 0 0 2px 0 rgba(39, 58, 68, 0.3); }
    .auth-wrapper .auth-box form {
      margin-bottom: 40px; }
    .auth-wrapper .auth-box .social-auth-wrapper .hint {
      color: #273a44;
      text-align: center;
      margin-bottom: 5px; }
    .auth-wrapper .auth-box .social-auth-wrapper .buttons-wrapper {
      overflow: hidden; }
    .auth-wrapper .auth-box .remember {
      color: #273a44;
      text-align: center;
      margin-top: 10px;
      margin-bottom: 5px; }
    .auth-wrapper .auth-box .generic-btn {
      display: block;
      border: 0;
      color: #fff;
      cursor: pointer;
      font-size: 12px;
      font-weight: 800;
      height: 40px;
      outline: none;
      width: 100%;
      border-radius: 2px;
      transition: all 300ms ease-in-out; }
      .auth-wrapper .auth-box .generic-btn[disabled] {
        cursor: default;
        opacity: 0.4; }
    .auth-wrapper .auth-box .login-btn, .auth-wrapper .auth-box .reset-password-btn {
      background: #394952;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .auth-wrapper .auth-box .register-btn {
      background: #4bc1e1;
      text-transform: uppercase; }
    .auth-wrapper .auth-box .facebook-btn {
      background: #3b5998;
      text-align: center;
      line-height: 40px;
      padding: 0;
      border-radius: 2px;
      font-size: 12px;
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12);
      width: 49%;
      float: left; }
      .auth-wrapper .auth-box .facebook-btn .icon-authentification-facebook:before {
        display: inline-block; }
      .auth-wrapper .auth-box .facebook-btn span {
        vertical-align: middle; }
      .auth-wrapper .auth-box .facebook-btn:hover {
        text-decoration: none; }
    .auth-wrapper .auth-box .google-btn {
      background: #fff;
      color: #919ca2;
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12);
      width: 49%;
      float: right; }
      .auth-wrapper .auth-box .google-btn .icon-google {
        background: url("../../../images/logo-google.png") no-repeat;
        background-size: cover;
        display: inline-block;
        height: 21px;
        width: 21px;
        vertical-align: middle; }
      .auth-wrapper .auth-box .google-btn span {
        vertical-align: sub; }
    .auth-wrapper .auth-box .other-login-options {
      color: #273a44;
      font-size: 14px;
      cursor: pointer; }
      .auth-wrapper .auth-box .other-login-options p {
        font-weight: 400; }
      .auth-wrapper .auth-box .other-login-options a {
        color: #273a44;
        text-decoration: underline;
        margin: 2px 0 0 0; }
      .auth-wrapper .auth-box .other-login-options label {
        font-weight: 400;
        cursor: pointer; }
    .auth-wrapper .auth-box .redirect-login-option {
      text-align: center;
      cursor: pointer; }
      .auth-wrapper .auth-box .redirect-login-option a {
        text-decoration: none;
        color: #394952; }
    .auth-wrapper .auth-box.facebook-auth form {
      margin-bottom: 0; }
    .auth-wrapper .auth-box.change-password form {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .auth-wrapper.change-password {
      top: 38%; } }
  .auth-wrapper.change-password .redirect-login {
    margin-top: 38px; }
    .auth-wrapper.change-password .redirect-login__header {
      font-size: 32px;
      font-weight: 800;
      text-transform: uppercase; }
    .auth-wrapper.change-password .redirect-login p {
      margin-top: 10px; }
    .auth-wrapper.change-password .redirect-login .reset-login-btn {
      margin-top: 10px;
      width: 180px;
      background-color: #394952;
      color: #fff !important;
      border-radius: 2px;
      padding-top: 12px;
      padding-bottom: 12px; }
  .auth-wrapper .auth-box-forgot form {
    margin-bottom: 0; }
  .auth-wrapper .redirect-login {
    text-align: center;
    margin-top: 20px; }
    .auth-wrapper .redirect-login p {
      font-weight: 400; }
    .auth-wrapper .redirect-login .button-login {
      position: relative;
      display: block;
      color: #394952;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 800;
      text-decoration: none; }
  .auth-wrapper .auth-offline {
    display: none; }
