@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
.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; }

.profile-picture-box {
  background: #e9eef1;
  width: 300px;
  padding: 20px 30px;
  margin: 0 auto;
  margin-bottom: 50px; }
  .profile-picture-box .welcome-message {
    text-align: center;
    margin: 0 auto;
    margin-top: 10px; }
    .profile-picture-box .welcome-message__title {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 10px; }
    .profile-picture-box .welcome-message__body {
      font-size: 11px;
      color: #3a4b53;
      margin-bottom: 10px; }
  .profile-picture-box .generic-btn {
    display: block;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    height: 40px;
    outline: none;
    text-transform: uppercase;
    width: 100%;
    border-radius: 2px;
    transition: all 300ms ease-in-out;
    margin-top: 20px; }
    .profile-picture-box .generic-btn[disabled] {
      cursor: default;
      opacity: 0.4;
      background-color: #919ca2; }
  .profile-picture-box .continue-btn {
    background: #4bc1e1;
    cursor: pointer; }

.account-info {
  margin: 0 auto;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .account-info {
      max-width: 660px; } }
  .account-info .user-name {
    color: #273a44;
    font-size: 16px;
    font-weight: 600; }
  .account-info .user-email,
  .account-info .user-facebook {
    color: #273a44;
    font-size: 14px;
    font-weight: 300; }
  .account-info .user-email {
    word-break: break-word; }
  .account-info .user-avatar {
    margin-right: 10px;
    float: left; }
    .account-info .user-avatar img {
      height: 64px;
      width: 64px; }
    .account-info .user-avatar .user-card__avatar {
      height: 64px;
      width: 64px;
      font-size: 30px; }
  .account-info .invite-friends-btn {
    margin-left: 30px; }
  .account-info .info-wrapper div[trigger-click] {
    cursor: pointer; }
  .account-info .info-wrapper input[type="file"] {
    display: none; }
  .account-info .info-wrapper .user-avatar {
    margin-bottom: 10px; }
  .account-info .info-wrapper .edit-avatar-btn {
    background: #fff;
    border-radius: 100%;
    border: 2px solid #919ca2;
    font-size: 18px;
    padding: 6px;
    position: absolute;
    left: 50px;
    top: 40px; }
  .account-info .card {
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(39, 57, 68, 0.3); }
    .account-info .card .label {
      color: #3a4b53;
      font-weight: 800;
      font-size: 12px;
      padding: 0;
      text-transform: uppercase; }
    .account-info .card input {
      border: 0;
      background: none; }
    .account-info .card.inactive {
      box-shadow: none;
      background: #bdc4c9; }
      .account-info .card.inactive .label, .account-info .card.inactive div {
        color: #fff; }
    .account-info .card .resend-invitation span {
      color: #394952; }
    .account-info .card .resend-invitation .warn {
      color: #e7928e; }
    .account-info .card.change-password .label {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .account-info .card.send-notifications-card .label {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .account-info .card.send-notifications-card .switch {
      margin: 0;
      top: 50%;
      position: absolute;
      right: 0;
      transform: translateY(-50%); }
    .account-info .card.send-notifications-card .tooltip {
      text-transform: none;
      top: 18px;
      left: 19%; }
      .account-info .card.send-notifications-card .tooltip .bottom {
        margin-top: 2px; }
      .account-info .card.send-notifications-card .tooltip .tooltip-arrow {
        border-bottom-color: #273a44; }
      .account-info .card.send-notifications-card .tooltip .tooltip-inner {
        position: relative;
        top: 8px;
        display: inline;
        background-color: #273a44;
        border-bottom-color: #273a44;
        padding: 8px;
        font-weight: 600; }
    .account-info .card.error {
      border-color: #e76d65;
      box-shadow: 0 0 3px 0 #e76d65; }
    .account-info .card__error {
      color: #e76d65;
      font-weight: 400;
      font-size: 12px;
      position: relative;
      top: 2px; }

.current-password-warning {
  color: #e76d65;
  font-size: 12px;
  margin-top: 6px; }

.invite-friends-btn {
  border: 0;
  background: #49bedb;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  padding: 15px;
  width: 100%; }
  .invite-friends-btn i {
    padding: 0; }
  .invite-friends-btn i, .invite-friends-btn span {
    vertical-align: middle; }
  .invite-friends-btn.show-medium {
    display: none; }
    @media (min-width: 768px) {
      .invite-friends-btn.show-medium {
        display: block; } }
  .invite-friends-btn.show-small {
    display: block;
    bottom: 0;
    position: absolute;
    width: 100%; }
    @media (min-width: 768px) {
      .invite-friends-btn.show-small {
        display: none; } }

.logout-btn {
  color: #919ca2;
  background: none;
  border: 0;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  width: 130px;
  margin-top: 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }
  .logout-btn i {
    padding: 0; }
  .logout-btn i, .logout-btn span {
    vertical-align: middle; }

.update-account-btn {
  border: 0;
  background: none; }
  .update-account-btn i {
    font-size: 45px; }

.change-password-modal .modal-header .modal-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  margin-top: 3px; }

.change-password-modal .modal-header .change-password-button {
  display: block; }
  @media (min-width: 768px) {
    .change-password-modal .modal-header .change-password-button {
      display: none; } }

.change-password-modal .modal-footer {
  display: none; }
  @media (min-width: 768px) {
    .change-password-modal .modal-footer {
      display: block; } }

[state="account.edit"] .scrollable-content {
  padding: 0; }

[state="account.edit"] .edit-account-btn {
  display: none; }

[state="account.edit"] .edit-account-wrapper {
  padding: 15px;
  padding-bottom: 100px;
  overflow: hidden; }

@media (min-width: 768px) {
  [state="account.edit"] .scrollable-content {
    overflow-x: hidden;
    width: 100%;
    padding-left: 16%; }
  [state="account.edit"] .edit-account-wrapper {
    width: 790px;
    align-self: center;
    margin-left: 10%;
    padding-bottom: 15px; }
    [state="account.edit"] .edit-account-wrapper .account-info {
      max-width: 770px; } }

@media (max-width: 986px) and (min-width: 768px) {
  [state="account.edit"] .edit-account-wrapper {
    width: 560px;
    align-self: stretch; }
    [state="account.edit"] .edit-account-wrapper .account-info {
      max-width: 558px; }
    [state="account.edit"] .edit-account-wrapper .invite-friends-btn {
      margin-top: 10px; } }

[state="account"] .update-account-btn {
  display: none; }

[state="account"] .view__content,
[state="account.edit"] .view__content {
  height: calc(100vh - 60px); }

.edit-account-wrapper {
  overflow: scroll;
  padding-bottom: 100px; }
