@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; }

.side-menu {
  overflow: hidden;
  width: 280px;
  min-width: 280px;
  max-width: auto;
  box-shadow: 0 2px 3px 0 rgba(34, 34, 34, 0.5); }
  @media (min-width: 768px) {
    .side-menu {
      width: 320px;
      min-width: 320px;
      max-width: 320px; } }
  .side-menu .user-profile {
    height: 148px;
    overflow: hidden;
    background-color: #273a44; }
    .side-menu .user-profile .allcal-logo {
      width: 120px;
      align-self: center;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      left: 20px; }
    .side-menu .user-profile__background {
      left: 0;
      background-repeat: no-repeat;
      background-size: 100%;
      opacity: 0.6;
      background-position: center;
      z-index: -1;
      margin-top: 0;
      height: 148px;
      transform: scale(1);
      filter: blur(5px); }
      .side-menu .user-profile__background:after {
        content: " ";
        z-index: 10;
        display: block;
        position: absolute;
        height: 148px;
        top: 0;
        left: 0;
        right: 0; }
    .side-menu .user-profile__details {
      position: absolute;
      color: black;
      top: 25px;
      left: 18px;
      width: 100%; }
    .side-menu .user-profile__picture {
      border-radius: 100%;
      width: 62px;
      height: 62px;
      margin-bottom: 12px; }
      .side-menu .user-profile__picture div {
        color: #fff;
        font-weight: 700;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        font-size: 22px; }
    .side-menu .user-profile__account-data {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      width: 86%;
      color: #fff; }
      .side-menu .user-profile__account-data span {
        color: #fff;
        font-weight: 300;
        font-size: 14px;
        display: block; }
        .side-menu .user-profile__account-data span:first-child {
          font-size: 16px;
          font-weight: 600; }
    .side-menu .user-profile__logout {
      position: absolute;
      top: 10px;
      right: 50px;
      display: flex;
      align-items: center;
      padding: 0 0 10px 10px; }
      @media (max-width: 768px) {
        .side-menu .user-profile__logout {
          right: 20px; } }
      .side-menu .user-profile__logout i {
        padding: 0;
        color: #e9eef1;
        font-size: 22px;
        margin-top: 1px; }
      .side-menu .user-profile__logout span {
        color: #e9eef1;
        font-size: 16px;
        font-weight: 600;
        margin-left: 4px; }
  .side-menu .navigation__section {
    /*height: calc(100% - 56px);*/
    height: 184px;
    position: absolute;
    top: 148px;
    width: 100%; }
    .side-menu .navigation__section .icon-log-out {
      font-size: 35px;
      padding: 0;
      padding-right: 8px; }
  .side-menu ul {
    list-style: none;
    margin: 8px 0;
    padding: 0; }
  .side-menu .item {
    padding: 8px 14px 6px 0px;
    height: 60px;
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center; }
    .side-menu .item:hover a {
      text-decoration: none; }
    .side-menu .item a {
      display: flex;
      align-items: center;
      color: #919ca2;
      cursor: pointer; }
    .side-menu .item i {
      position: relative;
      padding-right: 10px;
      font-size: 21px;
      color: #273a44;
      padding-top: 18px; }
    .side-menu .item__info {
      display: flex;
      flex-direction: column;
      font-size: 12px;
      width: 100%;
      color: #273a44; }
      .side-menu .item__info--title {
        text-transform: uppercase;
        font-weight: 600; }
      .side-menu .item__info--description {
        font-weight: 400;
        font-size: 13px;
        width: 100%;
        display: inline-block;
        position: relative;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
    .side-menu .item md-switch {
      margin: 0;
      position: relative; }
      .side-menu .item md-switch .md-container {
        margin-right: 8px;
        margin-left: -2px; }
    .side-menu .item.haptic-feedback {
      display: none; }
  .side-menu .promo-side-nav {
    display: block;
    margin: 0px;
    position: fixed;
    height: 0px;
    bottom: 280px;
    text-align: center;
    width: calc(100% - 2 * 10px);
    font-size: 12px; }
  .side-menu .upgrade__btn {
    border-radius: 2px;
    display: block;
    margin: 10px;
    position: fixed;
    height: 48px;
    width: calc(100% - 2 * 10px);
    font-size: 12px;
    bottom: 0; }
    .side-menu .upgrade__btn i {
      font-size: 16px; }
    .side-menu .upgrade__btn--title {
      font-size: 14px;
      font-weight: 800;
      text-align: center;
      color: #273a44; }

md-sidenav {
  overflow-y: hidden; }

md-sidenav, md-backdrop {
  position: fixed; }

.isOpen {
  overflow: hidden; }

.android .haptic-feedback {
  display: block; }
