﻿@charset "UTF-8";
.g-h60 {
  height: 60px; }
  .g-h60--text {
    line-height: 50px; }

.g-h50 {
  height: 50px; }

.g-h40 {
  height: 40px; }

.g-h80 {
  height: 80px; }
  .g-h80--text {
    line-height: 90px; }

.g-h70 {
  height: 70px; }

.g-w-50p {
  width: 50%; }

.g-w-70p {
  width: 70%; }
.g-w-60p{
    width: 60%;
}
.g-w-55p{
    width: 55%;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px; }

header {
  width: 100%; }

a {
  text-decoration: none; }

button {
  cursor: pointer;
  color: inherit;
  border: 0;
  width: 100%;
  background: none; 
  background-color: #0095d6;
  color: #fff;
}

input {
  box-sizing: border-box; }

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="date"] {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  font-size: 20px;
  color: #222;
  border: 1px solid #f6de34;
  border-radius: 3px;
  background-color: #fff;
  margin-top: 5px; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="tel"]:focus,
  input[type="number"]:focus,
  input[type="date"]:focus {
    outline: #0095d6 solid 3px; }

input[type="radio"] {
  display: none; }

input[type="file"] {
  color: #0095d6; }

input[type="submit"], input[type="button"] {
        cursor: pointer;
        color: inherit;
        border: 0;
        background: none;
        display: block;
        width: 100%;
        height: 60px;
        text-transform: capitalize;
        color: #fff;
        background-color: #0095d6;
    }
input[type="submit"]:active, 
input[type="button"]:active {
        background-color: #1c6fa1;
    }
    input[type="submit"]:focus,
    input[type="button"]:focus {
        outline: none;
    }

h2 {
  font-size: 30px;
  font-weight: bold;
  color: #4a4a4a; }

form {
  width: 100%; }

.o-container {
  width: 940px;
  margin-right: auto;
  margin-left: auto; }

.o-input-group {
  margin: 20px;
  width: 70%;
  position: relative; }
  .o-input-group__label {
    font-size: 18px;
    color: #222; }
  .o-input-group--inline {
    width: 34%;
    margin: 0 1%; }

.o-login-form {
  max-width: 500px;
  margin: auto; }

.c-modal {
  position: fixed;
/*  z-index: 99999;*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 20px;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9); }
  .c-modal__body {
    margin-top: 100px;
    padding: 20px;
    width: 768px;
    background-color: white;
    margin: auto; }

#formNewPerson:target {
  opacity: 1;
  pointer-events: auto; }

.c-header__content {
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }
.c-header__logo {
  width: 110px;
  height: 56px;
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-size: contain; }
.c-header__tagline {
  margin-left: 20px;
  font-size: 16px;
  line-height: 1;
  color: #3199d8; }
.c-header__profile {
  margin-left: auto;
  width: 220px;
  height: 40px; }

.c-header-profile {
  border: 1px solid #f6de34; }
  .c-header-profile__reference {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    color: #1c6fa1;
    align-items: center;
    justify-content: space-between; }
  .c-header-profile__reference:before {
    content: "";
    display: inline-block;
    background-image: url("../img/user.svg");
    width: 20px;
    height: 20px; }
  .c-header-profile__reference:after {
    content: "";
    display: inline-block;
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #D8D8D8; }
  .c-header-profile__dropdown {
    display: none;
    background-color: #fff;
    padding: 10px 20px; }
  .c-header-profile__delimiter {
    display: none;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px dashed #0095d6; }
  .c-header-profile__link {
    display: block;
    color: #1c6fa1; }
    .c-header-profile__link:hover {
      text-decoration: underline; }
  .c-header-profile:hover > .c-header-profile__delimiter, .c-header-profile:hover > .c-header-profile__dropdown {
    display: block; }

.main-header__content {
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }
.main-header__logo {
  width: 300px;
  height: 70px;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-size: contain; }
.main-header__tagline {
  margin-left: 20px;
  font-size: 16px;
  line-height: 1;
  color: #3199d8; }
.main-header__profile {
  margin-left: auto; }
  .main-header__profile:hover .c-header__profile {
    display: block; }
.main-header__link {
  padding: 45px 55px; }

.c-header__link-wrapper {
  text-align: center;
  padding: 5px 15px; }

.c-header__link {
  font-size: 18px;
  font-weight: 500;
  color: #0095d6;
  padding: 5px; }
  .c-header__link:hover {
    background-color: #1C6FA1;
    color: #fff; }

.c-header__profile-item {
  display: none;
  position: absolute; }

.main-nav {
  width: 1024px;
  background-color: #0095d6;
  margin: auto; }
  .main-nav__content {
    height: 60px;
    width: 500px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .main-nav__item {
    margin: auto; }

.c-login-button {
  display: block;
  height: 60px; }

.c-brand-button {
  text-transform: capitalize;
  color: #fff;
  background-color: #0095d6; }
  .c-brand-button:active {
    background-color: #3fa3d5; }
  .c-brand-button:focus {
    outline: none; }

.c-link {
  font-size: 18px;
  font-weight: 500;
  color: #fff; }
  .c-link:hover {
    color: #f6de34; }
  .c-link--profile {
    color: #0095d6;
    padding: 10px 20px; }
    .c-link--profile:hover {
      color: #0095d6; }
  .c-link--active {
    background-color: #3fa3d5; }
  .c-link--dropdown {
    padding: 2px /*40px*/;
    font-size: 20px;
    color: #0095d6;
    text-transform: uppercase; }
    .c-link--dropdown:hover {
      color: white; }

.text-xs {
  font-size: 12px; }

.c-panel {
  background-color: #d0ecfa; }
  .c-panel--shadow {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5); }
  .c-panel--round {
    border-radius: 2px; }
  .c-panel__head {
    text-align: center;
    text-transform: capitalize;
    background-color: #0095d6;
    line-height: 60px;
    color: #fff;
    text-align: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .c-panel__head--left {
      justify-content: flex-start; }
  .c-panel__body {
    padding: 10px; }
    .c-panel__body--sides {
      padding: 0; }
  .c-panel__link {
    line-height: 60px;
    width: 100%;
    color: #fff; }
    .c-panel__link--active {
      background-color: #1c6fa1; }
    .c-panel__link:hover {
      background-color: #1c6fa1; }

.c-inset {
  position: relative;
  padding: 0 15px;
  height: 0;
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
  text-align: center;
  color: #0095d6;
  border-top: 20px solid #f6de34;
  border-bottom: 20px solid #f6de34;
  border-left: 20px solid transparent; }
  .c-inset--left {
    border-left: none; }
  .c-inset:after {
    position: absolute;
    top: -20px;
    left: 100%;
    width: 0;
    height: 0;
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f6de34; }

.c-tabs {
  background-color: #F5F5F5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  align-items: center; }

.c-legend {
  font-weight: bold; 
  text-align:center;
}

.c-radio {
  display: flex;
  width: 180px; }
  .c-radio__item {
    width: 100%;
    margin-top: 5px;
    padding: 12px 15px;
    cursor: pointer;
    font-size: 20px;
    color: #AFAFAF;
    border: 1px solid #f6de34;
    border-radius: 3px;
    background-color: #fff; }
    .c-radio__item--left {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .c-radio__item--right {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

input[type=radio]:checked + .c-radio__item {
  content: "";
  color: #222;
  padding: 10px 13px;
  border: 3px solid #0095d6; }

.c-profile {
  text-align: center;
  width: 240px;
  height: 237px;
  padding-top: 20px; }
  .c-profile__icon {
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    height: 60px;
    color: #0095d6; }
  .c-profile__title {
    text-align: center;
    padding-top: 15px;
    font-size: 30px;
    color: #0095d6; }
  .c-profile__caption {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #488969; }
  .c-profile__option {
    text-align: center;
    background-color: #f6de34;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    color: #0095d6;
    cursor: pointer; }
    .c-profile__option--dropdown {
      cursor: pointer; }

.c-profile__option--dropdown:hover {
  height: 280px;
  line-height: normal; }

.c-profile__option--dropdown:hover > .hidden {
  display: none; }

.c-profile__dropdown-hidden {
  display: none;
  padding: 20px; }

.c-profile__option--dropdown:hover > .c-profile__dropdown-hidden {
  display: block; }

.c-profile__link {
  padding: 4px; }
  .c-profile__link:hover {
    background-color: #1c6fa1; }

.c-list {
  background-color: #F5F5F5; }
  .c-list__item {
    border-bottom: 3px solid #488969;
    padding: 10px 0;
    font-size: 14px;
    min-height: 70px; }
    .c-list__item-wrapper {
      width: 920px;
      margin-left: auto;
      margin-right: auto; }
    .c-list__item-top {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      margin-bottom: 5px; }
    .c-list__item-bottom {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center; }
    .c-list__item-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center; }
    .c-list__item-header {
      text-align: center;
      font-size: 18px;
      margin: 10px 0 20px;
      font-weight: bold;
      color: #4a4a4a; }
  .c-list__button {
    width: 350px;
    padding: 30px 0 40px; }
    .c-list__button--bottom {
      padding-top: 0; }
  .c-list__text {
    box-sizing: border-box;
    border-collapse: separate;
    line-height: 1.5;
    color: black;
    font-weight: bold;
    padding: 0 10px 5px;
    overflow: auto;
    white-space: nowrap;
    word-wrap: break-word; }
    .c-list__text--body {
      font-weight: normal;
      color: #4A4A4A; }
  .c-list--animated {
    height: 203px;
    width: 920px;
    background-image: url("../img/reload.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }

.text-wrap {
  white-space: normal; }

.c-inset-link {
  color: white;
  line-height: 40px;
  margin-left: auto;
  padding: 0 20px; }
  .c-inset-link:hover {
    color: #f6de34; }

.c-icon {
  position: absolute;
  height: 30px;
  width: 30px;
  right: 20px;
  margin-top: 6px;
  margin-left: 10px;
  background-size: contain; }

.c-delete-button {
  position: absolute;
  height: 30px;
  width: 30px;
  right: 20px;
  margin-top: 6px;
  margin-left: 10px;
  background-size: contain;
  border-radius: 100%; }
  .c-delete-button:hover {
    background-color: #0095d6; }
  .c-delete-button:active {
    background-color: #1c6fa1; }

.c-button--animated {
  position: relative; }
  .c-button--animated:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 20px;
    background-image: url("../img/reload.svg");
    background-size: contain; }

.c-button--submit {
  width: 320px;
  height: 50px; }

.o-input-submit {
  margin: 20px; }
  .o-input-submit__content {
    margin-right: 50px; }

.t-brand-text-18 {
  font-size: 18px;
  text-transform: capitalize;
  color: #fff; }

.t-brand-block {
  background-color: #f6de34;
  border-bottom: 5px solid #F5F5F5;
  box-sizing: border-box; }

.t-text-brand {
  color: #0095d6;
  text-transform: capitalize;
  font-weight: bold;
  padding: 10px; }

.c-brand-text-18 {
  font-size: 18px;
  text-transform: capitalize;
  color: #fff; }

.c-brand-block {
  background-color: #f6de34;
  border-bottom: 5px solid #F5F5F5;
  box-sizing: border-box; }

.c-text-brand {
  color: #0095d6;
  text-transform: capitalize;
  font-weight: bold;
  padding: 10px; }

.c-input {
  width: 100%;
  height: 50px;
  margin-top: 5px;
  padding: 0 10px;
  font-size: 20px;
  color: #222;
  border: 1px solid #f6de34;
  border-radius: 3px;
  background-color: #fff; }
  .c-input:focus {
    outline: #0095d6 solid 3px; }
  .c-input--textarea {
    box-sizing: border-box;
    height: 100px;
    padding-top: 10px; }

.c-caption {
  font-weight: bold;
  padding: 10px;
  text-align: center; }
  .c-caption--warn {
    color: #c3305c; }

.c-alert {
  font-size: 14px;
  position: absolute;
  top: 40px;
  right: -45px; }

.c-alert__icon {
  width: 28px;
  height: 28px;
  margin-left: 15px;
  background-image: url("../img/alert.svg"); }
  .c-alert__icon:hover + .c-alert__tooltip {
    display: block; }

  .c-warning__icon {
  width: 28px;
  height: 28px;
  margin-left: 15px;
  background-image: url("../img/alert2.svg"); }
  .c-warning__icon:hover + .c-alert__tooltip {
    display: block; }

 .tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: white;
  color: black;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  border: 1px solid black;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.c-alert__tooltip {
  position: absolute;
  z-index: 9999;
  display: none;
  width: 200px;
  height: 85px;
  background-image: url("../img/tooltip.svg");
  background-size: contain; }

.c-alert__text {
  padding: 22px 15px; }

.c-fail {
  font-size: 14px;
  top: -40px;
  position: absolute;
  right: 37.7%; }

.c-fail__icon {
  width: 25px;
  height: 25px;
  margin-left: 15px;
  background-image: url("../img/delete.svg");
  background-size: contain; }
  .c-fail__icon:hover + .c-fail__tooltip {
    display: block; }

.c-fail__tooltip {
  position: absolute;
  z-index: 9999;
  display: none;
  max-width: 350px;
  min-width: 200px;
  top: 30px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }

.c-fail__text {
  padding: 22px 15px; }

.с-verification {
  font-size: 18px;
  margin: 20px 0 20px 37%;
  position: relative; }
  .с-verification--success:after {
    content: "";
    right: 60%;
    position: absolute;
    background-image: url(../img/success.svg);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: cover;
    margin-left: 10px; }

.u-text-center {
  text-align: center; }

.u-push-bottom-m {
  margin-bottom: 50px; }
  .u-push-bottom-m--top {
    margin-bottom: 30px; }

.u-push-bottom-80 {
  margin-bottom: 80px; }

.u-push-bottom-xs {
  margin-bottom: 20px; }

.u-push-top-xxs {
  margin-top: 10px; }

.u-push-top-xs {
  margin-top: 20px; }

.u-push-top-s {
  margin-top: 30px; }

.u-push-top-m {
  margin-top: 50px; }

.u-mg-left {
  margin-left: auto; }

.u-mg-right {
  margin-right: auto; }

.u-mg-center {
  margin: auto; }

.u-push-10--top {
  margin-top: 10px; }

.u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center; }
  .u-flex--around {
    justify-content: space-around; }
  .u-flex--no-option {
    justify-content: flex-start; }

.u-mg-10 {
  margin: 10px; }

.u-hack {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  height: 60px;
  z-index: -9999;
  background-color: #0095d6; }

.u-block-center {
  margin-right: auto;
  margin-left: auto; }

.u-text-bold {
  font-weight: bold;
  color: #222; }

.u-text-regular {
  font-weight: normal; }
  
#signup {
  display: none; }

/*# sourceMappingURL=application.css.map */
