﻿.mm-box {
  max-width: 1120px;
  box-shadow: 0 6px 12px rgba(79, 86, 99, 0.1);
  border-radius: 4px;
  background-color: #fff;
  padding: 2.4rem;
  margin-bottom: 2.4rem; }

.title-1 {
  color: #3f87e6;
  font-size: 3rem;
  font-weight: 900;
  line-height: 3.6rem;
  margin: 3.3rem 0 2.3rem .5rem; }

.title-2 {
  color: #4f5663;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 1.6rem 0; }

.space-bot-small {
  margin-bottom: 1.2rem; }

.mm-btn {
  display: inline-block;
  text-align: center; }
  .mm-btn:link, .mm-btn:visited {
    outline: none;
    text-decoration: none;
    border-radius: 4px; }
  .mm-btn--blue {
    border: 1px solid #3f87e6;
    background-color: #3f87e6; }
    .mm-btn--blue:link, .mm-btn--blue:active, .mm-btn--blue:visited {
      color: #fff; }
    .mm-btn--blue:hover {
      color: #fff;
      background-color: #0455bf;
      border-color: #0455bf; }
  .mm-btn--grey {
    border: 1px solid #4f5663;
    font-weight: 700; }
    .mm-btn--grey:link, .mm-btn--grey:active, .mm-btn--grey:visited {
      color: #4f5663;
      background-color: #fff; }
    .mm-btn--grey:hover {
      color: #fff;
      background-color: #4f5663; }
  .mm-btn--small {
    font-size: 1.5rem;
    padding: 0.6rem 1rem; }
  .mm-btn--big {
    font-size: 1.6rem;
    width: 23.2rem;
    padding: 1.2rem; }

.mm-modal {
  height: 0;
  width: 0;
  opacity: 0;
  z-index: 2000;
  transition: opacity .3s; }
  .mm-modal:target, .mm-modal--visible {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    opacity: 1;
    background-color: rgba(34, 37, 43, 0.8); }
    .mm-modal:target .mm-modal__content_container, .mm-modal--visible .mm-modal__content_container {
      width: 85vw;
      height: 90vh; }
  .mm-modal__content {
    background-color: #fff;
    width: inherit;
    max-height: calc(90vh - 5rem);
    padding: 2.5rem;
    overflow: auto; }
    .mm-modal__content_container {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .mm-modal__content_close {
      padding-bottom: 2.4rem;
      text-align: right;
      height: 5rem; }
      .mm-modal__content_close a, .mm-modal__content_close a .icon::before {
        color: #fff;
        font-size: 4rem; }

@-moz-document url-prefix() {
  .mm-modal__content::after {
    content: "";
    display: table;
    height: 2.5rem; } }

.info-card {
  width: 29.6rem;
  height: 44.6rem;
  padding: 3.2rem;
  position: relative;
  margin: 0 auto;
  border-radius: 4px;
  box-shadow: 0 12px 12px rgba(145, 193, 255, 0.25);
  text-align: center; }
  .info-card__image {
    text-align: center; }
  .info-card__title {
    font-size: 3rem;
    font-weight: 900;
    line-height: 3.6rem;
    color: #4f5663; }
  .info-card__description {
    color: #4f5663;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem; }
  .info-card__button {
    position: absolute;
    bottom: 3rem;
    left: 3rem; }

.mm-form__title {
  color: #3f87e6;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0; }
  .mm-form__title_container {
    padding-bottom: 2.4rem;
    border-bottom: 1px solid rgba(79, 86, 99, 0.5); }

.mm-form__section {
  margin: 0;
  padding: 2.4rem 0; }
  .mm-form__section-title {
    color: rgba(79, 86, 99, 0.5);
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0; }
    .mm-form__section-title--sub {
      font-size: 1.4rem;
      font-weight: 400; }
    .mm-form__section-title-container {
      padding-bottom: 2.4rem; }

.mm-form-fieldset {
  position: relative; }
  .mm-form-fieldset:not(:last-child) {
    margin-bottom: 2.4rem; }
  .mm-form-fieldset__label {
    color: #22252b;
    font-size: 1.6rem !important;
    font-weight: 700;
    display: block;
    margin: 0; }
    .mm-form-fieldset__label--bspace {
      margin-bottom: 1rem; }
    .mm-form-fieldset__label--small {
      font-size: 1.2rem !important;
      font-weight: 400; }
    .mm-form-fieldset__label--extra {
      color: #898989;
      font-size: 1.3rem;
      font-weight: 100; }
    .mm-form-fieldset__label--pointer {
      cursor: pointer; }
  .mm-form-fieldset__text {
    width: 1024px;
    height: 19px;
    color: #4f5663;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px; }
    .mm-form-fieldset__text--strong {
      width: 30px;
      height: 22px;
      color: #4f5663;
      font-family: Lato;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase; }
  .mm-form-fieldset__info {
    color: #8f9298;
    font-family: Lato;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase; }

.mm-form__error-message {
  color: #F57156;
  font-weight: 600;
  padding-top: 1.2rem; }
  .mm-form__error-message--hidden {
    display: none; }

.mm-field-inputtext, .mm-field-textarea, .mm-field-mselect {
  height: 3.2rem;
  color: #4f5663;
  padding: 0.4rem 1.2rem;
  outline: none;
  border: 1px solid rgba(79, 86, 99, 0.5);
  border-radius: 4px;
  background-color: #fff; }

.mm-field-inputtext, .mm-field-textarea {
  width: 65rem; }
  .mm-field-inputtext ~ .errorMessage, .mm-field-textarea ~ .errorMessage {
    display: block;
    text-align: right;
    float: left;
    width: 65rem; }
    .mm-field-inputtext ~ .errorMessage:not(:last-of-type), .mm-field-textarea ~ .errorMessage:not(:last-of-type) {
      display: none; }
  .mm-field-inputtext:placeholder-shown, .mm-field-textarea:placeholder-shown {
    color: rgba(79, 86, 99, 0.5); }
  .mm-field-inputtext:focus, .mm-field-textarea:focus, .mm-field-inputtext:active, .mm-field-textarea:active {
    border: 1px solid #6099fa; }
  .mm-field-inputtext:disabled, .mm-field-textarea:disabled {
    background: rgba(219, 222, 227, 0.5); }
  .mm-field-inputtext--inline {
    display: inline-block; }
  .mm-field-inputtext--xsmall {
    width: 4rem;
    padding: .4rem; }
    .mm-field-inputtext--xsmall ~ .errorMessage {
      text-align: left;
      float: none; }
  .mm-field-inputtext--multiline {
    height: 9.2rem; }

.mm-field-textarea {
  height: 15rem; }

.mm-field-mselect {
  min-width: 27rem;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 3.5rem; }
  .mm-field-mselect ~ .errorMessage {
    display: block;
    text-align: right;
    width: 27rem; }
  .mm-field-mselect__chevron {
    position: absolute;
    top: 0;
    right: 1rem;
    text-align: right;
    width: 100%; }
    .mm-field-mselect__chevron::before {
      color: #949dac; }
  .mm-field-mselect:not(.mm-field-mselect--open) .mm-field-mselect__items {
    height: 3.2rem; }
  .mm-field-mselect:not(.mm-field-mselect--open) .mm-field-mselect__item {
    display: inline-block; }
    .mm-field-mselect:not(.mm-field-mselect--open) .mm-field-mselect__item input[type="checkbox"] {
      display: none; }
      .mm-field-mselect:not(.mm-field-mselect--open) .mm-field-mselect__item input[type="checkbox"]:not(:checked) ~ label {
        display: none; }
    .mm-field-mselect:not(.mm-field-mselect--open) .mm-field-mselect__item label {
      color: #898989; }
  .mm-field-mselect:not(.mm-field-mselect--open) {
    display: inline-block; }
  .mm-field-mselect--open {
    border: 1px solid #4f5663;
    width: 27rem; }
  .mm-field-mselect--open .mm-field-mselect__chevron {
    transform: rotate(180deg) translateY(-2px);
    text-align: left; }
  .mm-field-mselect--open .mm-field-mselect__items {
    padding: 1.6rem;
    position: absolute;
    top: calc(3.2rem + 1px);
    left: -1px;
    border: 1px solid #4f5663;
    border-radius: 4px;
    width: 27rem;
    background-color: #fff;
    z-index: 500; }
  .mm-field-mselect--open .mm-field-mselect__item {
    display: block;
    position: relative;
    height: 2rem; }
    .mm-field-mselect--open .mm-field-mselect__item:not(:last-child) {
      margin-bottom: 1.6rem; }
    .mm-field-mselect--open .mm-field-mselect__item input[type="checkbox"] {
      display: inline;
      margin: 0;
      -webkit-appearance: none;
      position: relative; }
      .mm-field-mselect--open .mm-field-mselect__item input[type="checkbox"]::before {
        content: "";
        display: table;
        width: 2rem;
        height: 2rem;
        border-radius: 4px;
        border: 1px solid #4f5663; }
      .mm-field-mselect--open .mm-field-mselect__item input[type="checkbox"]:checked:before {
        background-color: #3f87e6;
        font-family: "dripicons-v2";
        content: "\53";
        display: block;
        color: #fff;
        padding: 0.2rem;
        border: none; }
    .mm-field-mselect--open .mm-field-mselect__item label {
      display: inline !important;
      position: absolute;
      top: -.4rem;
      margin: 0;
      left: 2.8rem; }

.mm-field-checkbox--big {
  position: absolute;
  opacity: 0;
  width: 1rem;
}
    .mm-field-checkbox--big + label {
        pointer-events: none;
        position: relative;
        padding: 0;
    }
        .mm-field-checkbox--big + label:before {
            content: '';
            margin-right: 1rem;
            display: inline-block;
            vertical-align: text-top;
            width: 2rem;
            height: 2rem;
            border-radius: 0.4rem;
            border: 0.1rem solid #b7bdc7;
            background-color: #fff;
        }
    .mm-field-checkbox--big:hover + label:before {
        background: #3f87e6;
        border: 0.1rem solid #fff;
    }
    .mm-field-checkbox--big:checked + label:before {
        background: #3f87e6;
        border: 0.1rem solid #fff;
    }
    .mm-field-checkbox--big:checked + label:after {
        content: '';
        position: absolute;
        left: 0.4rem;
        top: 1.5rem;
        background: #fff;
        width: 0.3rem;
        height: 0.2rem;
        box-shadow: 0.2rem 0 0 white, 0.4rem 0 0 white, 0.4rem -0.2rem 0 white, 0.4rem -0.4rem 0 white, 0.4rem -0.6rem 0 white, 0.4rem -0.8rem 0 white;
        transform: rotate(45deg);
    }

.mm-field-checkbox-switch {
  -webkit-appearance: none;
  margin: 0 !important;
  position: relative;
  cursor: pointer; }
  .mm-field-checkbox-switch::before {
    content: "";
    display: table;
    width: 4.8rem;
    height: 2.4rem;
    border-radius: 200px;
    background-color: #949dac;
    transition: all .3s; }
  .mm-field-checkbox-switch::after {
    content: "";
    display: table;
    width: 1.8rem;
    height: 1.8rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    position: absolute;
    border-radius: 200px;
    top: 3px;
    left: 3px;
    transition: all .2s; }
  .mm-field-checkbox-switch:checked::before {
    background-color: #3f87e6; }
  .mm-field-checkbox-switch:checked::after {
    transform: translateX(2.2rem); }

.mm-checkbox-label__text {
  display: inline-block;
  transform: translateY(-0.6rem) translateX(0.8rem);
  color: #717c90;
  font-size: 1.6rem;
  font-weight: 400;
  display: none; }

.mm-field-checkbox:checked ~ .mm-checkbox-label__text--yes {
  display: inline-block; }

.mm-field-checkbox:not(:checked) ~ .mm-checkbox-label__text--no {
  display: inline-block; }

.mm-tooltip {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 200px;
  border: 1px solid #b7bdc7;
  background-color: #dbdee3;
  position: absolute;
  /*right:0px;*/
  top: 0; }
  .mm-tooltip::before {
    content: "i";
    display: block;
    color: #949dac;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    transform: translateY(-0.7rem); }
  .mm-tooltip__content {
    display: none;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 400;
    color: #fff;
    padding: .8rem;
    background-color: #4f5663;
    position: absolute;
    left: calc(1.5rem + 10px);
    top: -1rem;
    width: 21.8rem;
    border-radius: 4px; }
    .mm-tooltip__content::before {
      content: "";
      display: table;
      background-color: inherit;
      position: absolute;
      top: .7rem;
      left: -9px;
      height: 20px;
      width: 10px;
      clip-path: polygon(0 50%, 100% 0, 100% 100%); }
  .mm-tooltip:hover > .mm-tooltip__content {
    display: block; }
  .mm-tooltip--for-inputtext {
    left: calc(65rem - 1.5rem); }
  .mm-tooltip--for-select {
    left: 27rem; }

.mm-toggle-view {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 27px; }
  .mm-toggle-view h3 {
    color: #4f5663;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700; }
  .mm-toggle-view li {
    margin: 10px;
    border-bottom: 0px solid;
    position: relative;
    cursor: pointer;
    background-color: #fafafa;
    min-height: 50px;
    padding: 1px 27px 12px 19px; }
  .mm-toggle-view p {
    margin: 10px; }
  .mm-toggle-view .panel {
    margin: 25px 0;
    display: none; }

.mm-datepicker {
  color: #3f87e6;
  font-weight: 500; }
  .mm-datepicker:hover {
    color: #0455bf; }
  .mm-datepicker__date {
    text-decoration: underline; }

body .Zebra_DatePicker .dp_header td, body .Zebra_DatePicker .dp_daypicker th, body .Zebra_DatePicker .dp_daypicker td, body .Zebra_DatePicker .dp_monthpicker td, body .Zebra_DatePicker .dp_yearpicker td {
  color: #4f5663;
  background-color: #fff;
  border: none; }

body .Zebra_DatePicker .dp_header td.dp_next.dp_hover, body .Zebra_DatePicker .dp_header td.dp_previous.dp_hover, body .Zebra_DatePicker .dp_header td.dp_caption.dp_hover {
  font-weight: 900;
  background-color: #fff; }

body .Zebra_DatePicker {
  background-color: #fff; }
  body .Zebra_DatePicker .dp_header .dp_caption {
    color: #3f87e6; }
  body .Zebra_DatePicker .dp_header td.dp_next.dp_hover, body .Zebra_DatePicker .dp_header td.dp_previous.dp_hover {
    color: inherit; }
  body .Zebra_DatePicker .dp_header td.dp_caption.dp_hover {
    color: #3f87e6;
    font-weight: 900; }
  body .Zebra_DatePicker .dp_daypicker td.dp_not_in_month, body .Zebra_DatePicker .dp_daypicker td.dp_disabled, body .Zebra_DatePicker .dp_daypicker td.dp_weekend_disabled {
    color: #b7bdc7;
    background-color: #fff;
    border: none; }
  body .Zebra_DatePicker .dp_daypicker td.dp_selected {
    color: #4f5663 !important;
    font-weight: 700; }
  body .Zebra_DatePicker .dp_daypicker td.dp_current {
    color: #3f87e6;
    border: 1px solid #3f87e6;
    border-radius: 4px; }
