/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none; }

button {
  -webkit-appearance: button;
  overflow: visible; }

details {
  display: block; }

html {
  overflow-y: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-size-adjust: 100%; }

input {
  -webkit-border-radius: 0; }
  input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button; }
  input[type="search"] {
    -webkit-appearance: textfield; }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

main {
  display: block; }

pre {
  overflow: auto; }

progress {
  display: inline-block; }

small {
  font-size: 75%; }

summary {
  display: block; }

svg:not(:root) {
  overflow: hidden; }

template {
  display: none; }

textarea {
  overflow: auto; }

[hidden] {
  display: none; }

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit; }

* {
  font-size: inherit;
  line-height: inherit; }

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit; }

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0; }

* {
  padding: 0;
  margin: 0;
  background-repeat: no-repeat; }

:root {
  box-sizing: border-box;
  font: 100%/1.5 sans-serif;
  color: #000000;
  cursor: default;
  background-color: #ffffff;
  text-rendering: optimizeLegibility; }

a {
  text-decoration: none; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

button,
input,
select,
textarea {
  background-color: transparent; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit; }

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

nav ol,
nav ul {
  list-style: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none; }
  select::-ms-expand {
    display: none; }
  select::-ms-value {
    color: currentColor; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

textarea {
  resize: vertical; }

::-moz-selection {
  color: #ffffff;
  text-shadow: none;
  background-color: #b3d4fc; }

::selection {
  color: #ffffff;
  text-shadow: none;
  background-color: #b3d4fc; }

[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

[hidden][aria-hidden="false"] {
  position: absolute;
  display: inherit;
  clip: rect(0 0 0 0); }
  [hidden][aria-hidden="false"]:focus {
    clip: auto; }

[data-icon="cobrowse"] {
  position: relative;
  height: 24px !important;
  width: 24px !important; }
  [data-icon="cobrowse"]:after {
    position: absolute;
    left: calc(100% + 8px);
    top: 50%;
    content: "Partager ma page";
    font-size: 14px;
    white-space: nowrap;
    transform: translateY(-50%); }

/*
	=====================
	Base
	=====================
*/
/*
	=============================
	Proxy
	=============================
*/
.flex {
  display: flex; }

.flex-column {
  flex-direction: column; }

.flex-around {
  justify-content: space-around; }

.flex-no-shrink {
  flex-shrink: 0; }

.flex-grow {
  flex-grow: 1; }

.uppercase {
  text-transform: uppercase; }

.pull-right {
  float: right; }

.hide {
  display: none; }

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

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

.text--small {
  font-size: 14px; }

.text--bold {
  font-weight: 500; }

.float-right {
  float: right; }

.u-height100 {
  height: 100%; }

.u-flex {
  display: flex; }

.u-flexJustifyCenter {
  justify-content: center; }

.u-flexAlignItemsCenter {
  align-items: center; }

.u-flex-1 {
  flex: 1; }

/*
	Flexbox
*/
.flex {
  display: flex; }

.flex--justify-center {
  justify-content: center; }

.flex--justify-between {
  justify-content: space-between; }

.flex--justify-around {
  justify-content: space-around; }

.flex--align-center {
  align-items: center; }

.no-shrink {
  flex-shrink: 0; }

.u-text-right {
  text-align: right; }

.u-flex {
  display: flex; }

.u-flex--inline {
  display: inline-flex; }

.u-flex--row {
  flex-direction: row; }

.u-flex--row-reverse {
  flex-direction: row-reverse; }

.u-flex--col {
  flex-direction: column; }

.u-flex--col-reverse {
  flex-direction: column-reverse; }

.u-flex--wrap {
  flex-wrap: wrap; }

.u-flex--no-wrap {
  flex-wrap: nowrap; }

.u-flex--wrap-reverse {
  flex-wrap: wrap-reverse; }

.u-flex--justify-start {
  justify-content: flex-start; }

.u-flex--justify-end {
  justify-content: flex-end; }

.u-flex--justify-center {
  justify-content: center; }

.u-flex--justify-between {
  justify-content: space-between; }

.u-flex--justify-around {
  justify-content: space-around; }

.u-flex--align-items-stretch {
  align-items: stretch; }

.u-flex--align-items-start {
  align-items: flex-start; }

.u-flex--align-items-end {
  align-items: flex-end; }

.u-flex--align-items-center {
  align-items: center; }

.u-flex--align-items-baseline {
  align-items: baseline; }

.u-flex--align-content-start {
  align-content: flex-start; }

.u-flex--align-content-end {
  align-content: flex-end; }

.u-flex--align-content-center {
  align-content: center; }

.u-flex--align-content-stretch {
  align-content: stretch; }

.u-flex--align-content-between {
  align-content: space-between; }

.u-flex--align-content-around {
  align-content: space-around; }

.u-flex--align-self-start {
  align-self: flex-start; }

.u-flex--align-self-end {
  align-self: flex-end; }

.u-flex--align-self-center {
  align-self: center; }

.u-flex--align-self-stretch {
  align-self: stretch; }

.u-flex--align-self-auto {
  align-self: flex-auto; }

.u-flex--grow-1 {
  flex-grow: 1; }

.flex-item-align-right {
  margin-left: auto; }

/*	Position
	==================================================	*/
.relative {
  position: relative; }

/*	Margin
	==================================================	*/
.m-1 {
  margin: 16px; }

.mt-1 {
  margin-top: 16px; }

.mb-1 {
  margin-bottom: 16px; }

.ml-1 {
  margin-left: 16px; }

.mr-1 {
  margin-right: 16px; }

.mr-half {
  margin-right: 8px; }

.my-1 {
  margin-top: 16px;
  margin-bottom: 16px; }

.mx-half {
  margin-left: 8px;
  margin-right: 8px; }

.mx-1 {
  margin-left: 16px;
  margin-right: 16px; }

/*	Padding
	==================================================	*/
.p-1 {
  padding: 16px; }

.pt-1 {
  padding-top: 16px; }

.pb-1 {
  padding-bottom: 16px; }

.pl-1 {
  padding-left: 16px; }

.pr-1 {
  padding-right: 16px; }

.py-1 {
  padding-top: 16px;
  padding-bottom: 16px; }

.px-1 {
  padding-left: 16px;
  padding-right: 16px; }

.p-15 {
  padding: 15px; }

.p-15-30 {
  padding: 15px 30px; }

/*	Text
	==================================================	*/
.u-text-center {
  text-align: center; }

/*	Background
	==================================================	*/
.bg-primary {
  background-color: #fff; }

.bg-secondary {
  background-color: #f1f1f1; }

.u-bg-opaque-white {
  background-color: rgba(255, 255, 255, 0.9); }

/*	Border
	==================================================	*/
.border-top {
  border-top: solid 1px #c9c9c9; }

.border-bottom {
  border-bottom: solid 1px #c9c9c9; }

.border-left {
  border-left: solid 1px #c9c9c9; }

.border-right {
  border-right: solid 1px #c9c9c9; }

.border-x {
  border-right: solid 1px #c9c9c9;
  border-left: solid 1px #c9c9c9; }

.border-y {
  border-top: solid 1px #c9c9c9;
  border-bottom: solid 1px #c9c9c9; }

/*	z-index
	==================================================	*/
.z-index-1 {
  z-index: 1; }

/*	cursor
	==================================================	*/
.u-cursor-pointer {
  cursor: pointer; }

html,
body {
  height: 100%;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #3c3c3c; }

button,
input {
  outline: none; }

ul {
  list-style: none; }

b {
  font-weight: 500; }

svg {
  vertical-align: inherit; }

#app {
  height: 100%; }

.banner {
  position: relative;
  overflow: scroll;
  height: 100%; }

.header-banner {
  position: relative;
  height: 300px; }

.banner-content {
  height: 100%;
  background: url(/524461e912d54b562b6dbabb383739b6.jpg);
  filter: blur(2px);
  background-size: cover; }

.content {
  display: flex;
  height: calc(100% - 45px); }

.content--scroll {
  overflow: scroll; }

.content--matrix {
  display: flex;
  overflow-x: hidden;
  overflow-y: scroll; }

.flex-container {
  display: flex; }

.flex-item--flex {
  flex: 1; }

.linear-layout {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%; }

.linear-layout--vertical {
  flex-direction: column; }

.linear-layout--horizontal {
  flex-direction: row; }

.linear-layout--space-between {
  justify-content: space-between; }

.linear-layout--space-around {
  justify-content: space-around; }

.linear-layout--center {
  justify-content: center; }

.linear-layout--end {
  justify-content: flex-end; }

.linear-layout__spacer {
  flex: 1; }

.main {
  position: relative;
  width: calc(100% - 300px);
  height: 100%;
  overflow-x: scroll;
  overflow-y: hidden; }

.l-modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  background-color: rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center; }

.mask {
  background-color: rgba(0, 0, 0, 0.75); }

.side-bar {
  position: relative;
  min-width: 300px;
  height: 100%;
  border-right: solid 1px #e2e2e2; }

.view {
  display: flex;
  height: 100%;
  flex-direction: column; }

.l-wrap-in-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.field {
  position: relative;
  width: 100%; }

.field--with-label {
  padding-top: 24px; }

.field__label {
  position: absolute;
  bottom: 8px;
  left: 0;
  color: #9e9e9e;
  transition: all .3s ease; }

.field__label--active {
  font-size: 14px;
  bottom: 32px; }

.field__label--focus {
  color: #ea5b62; }

.field__input {
  width: 100%;
  padding-bottom: 4px;
  border-bottom: 1px solid #e2e2e2; }
  .field__input:disabled {
    border-bottom: 1px dashed #c9c9c9; }

.field__bar {
  position: relative;
  display: block;
  width: 100%; }
  .field__bar:before, .field__bar:after {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    content: '';
    background: #ea5b62;
    transition: .3s ease all; }
  .field__bar:before {
    left: 50%; }
  .field__bar:after {
    right: 50%; }

.field__bar--focus:before, .field__bar--focus:after {
  width: 50%; }

.password-field {
  position: relative; }

.password-field__icon {
  position: absolute;
  top: 40%;
  right: 0;
  fill: #c9c9c9; }

.checkbox {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: solid 2px #9e9e9e;
  border-radius: 2px;
  transition: all .3s ease;
  vertical-align: middle; }

.checkbox--checked {
  background-color: #4fb96b;
  border-color: #4fb96b; }

.checkbox__label {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px; }

.checkbox__input {
  display: none; }

.checkbox__checkmark {
  fill: none;
  stroke: #fff;
  stroke-width: 20;
  stroke-linecap: round;
  stroke-dasharray: 180;
  animation: check .8s ease; }

@keyframes check {
  from {
    stroke-dashoffset: 180; }
  to {
    stroke-dashoffset: 0; } }

.drop-down-menu {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  color: #3c3c3c;
  background-color: #fff; }

.drop-down-menu__items {
  padding: 16px 0; }

.drop-down-menu__item {
  padding: 8px 16px;
  cursor: pointer;
  white-space: nowrap; }
  .drop-down-menu__item:hover {
    color: #fff;
    background-color: #ea5b62; }

.floating-drop-down-menu {
  position: relative; }

.floating-drop-down-menu__drop-down-menu {
  position: absolute;
  top: calc(100% + 8px); }

.select {
  position: relative;
  width: 100%; }

.select__options {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1; }

.select__options-container {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  max-height: 300px;
  color: #ea5b62;
  background-color: #fff;
  overflow: scroll;
  opacity: 0;
  transition: opacity .3s; }

.select__options-container--visible {
  opacity: 1; }

.select__option {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 16px;
  cursor: pointer; }
  .select__option:hover {
    background-color: #f1f1f1; }

.select__option--active {
  background-color: #e2e2e2; }

.select__arrow {
  position: absolute;
  bottom: 12px;
  right: 8px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.12);
  pointer-events: none; }

.button {
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  transition: all .3s; }

.button--default {
  height: 50px;
  padding: 0 30px;
  color: #fff;
  fill: #fff; }
  .button--default:disabled {
    background-color: #e2e2e2; }
    .button--default:disabled:hover {
      background-color: #e2e2e2; }

.button--default-primary {
  background-color: #ea5b62; }
  .button--default-primary:hover {
    background-color: #ed7278; }

.button--default-secondary {
  background-color: #333646; }
  .button--default-secondary:hover {
    background-color: #3e4155; }

.button--inverted {
  height: 50px;
  padding: 0 30px;
  background-color: transparent;
  border: solid 1px; }
  .button--inverted:disabled {
    color: #e2e2e2;
    fill: #e2e2e2; }

.button--inverted-primary {
  color: #ea5b62;
  fill: #ea5b62; }

.button--inverted-secondary {
  color: #333646;
  fill: #333646; }

.button--flat-primary {
  color: #ea5b62;
  fill: #ea5b62; }

.button--flat-secondary {
  color: #e2e2e2;
  fill: #e2e2e2; }

.button--floating {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  height: 50px;
  padding: 0 16px;
  background: #ea5b62;
  border-radius: 50px; }
  .button--floating .icon {
    width: 18px;
    height: 18px; }

.button--floating {
  fill: #fff; }

.button--floating-accent {
  background-color: #64b2b7; }

.button--block {
  border-radius: 0; }

.button--fill-width {
  width: 100%; }

.button--fill-height {
  height: 100%; }

.button--raised {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12); }

.button--rounded {
  border-radius: 50px; }

.button--small {
  height: 40px; }

.button--icon-padding {
  padding: 0 16px; }

.button__wrapper {
  display: flex;
  justify-content: center;
  align-items: center; }

.button__icon {
  display: inline-flex; }

.button__icon--margin {
  margin-right: 8px; }

.button__spinner {
  margin-right: 8px; }

.buttons-block {
  display: flex;
  padding: 16px; }
  .buttons-block .button {
    width: 100%; }
    .buttons-block .button:not(:last-child) {
      margin-right: 16px; }

.popover {
  position: relative; }
  .popover:hover .popover__content {
    visibility: visible; }

.popover__content {
  position: absolute;
  top: calc(100% + 16px);
  visibility: hidden; }

.popover__indicator {
  width: 100px;
  height: 16px;
  position: absolute;
  bottom: 100%;
  left: calc(50% - 50px);
  overflow: hidden; }

.popover__indicator:after {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  transform: rotate(135deg);
  top: calc(100% - 8px);
  left: calc(50% - 8px); }

.popover__text {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  padding: 8px;
  background-color: #fff;
  white-space: nowrap; }

.dialog-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75); }

.dialog {
  width: 500px;
  background-color: white;
  border-radius: 2px;
  color: #3c3c3c;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16); }

.dialog__header {
  display: flex;
  height: 65px;
  overflow: hidden;
  font-size: 20px;
  color: #fff;
  background-color: #ea5b62;
  align-items: center; }

.dialog__header-icon {
  display: flex !important;
  margin-left: 40px;
  transform: scale(4);
  fill: rgba(255, 255, 255, 0.5); }

.dialog__header-title {
  margin-left: 45px; }

.dialog__content {
  max-height: 200px;
  padding: 25px 20px;
  overflow: scroll; }

.dialog__footer {
  padding: 10px 20px;
  text-align: right;
  border-top: 1px solid lightgrey; }

.dialog__footer-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.btn-left {
  margin-right: 16px; }

.toast {
  position: relative;
  margin-bottom: 16px;
  padding: 8px 16px;
  padding-right: 32px;
  color: #fff;
  border-radius: 2px;
  animation-name: toast-in;
  animation-duration: 0.3s; }

.toast--success {
  background: rgba(79, 185, 107, 0.8); }

.toast--error {
  background: rgba(234, 91, 98, 0.8); }

@keyframes toast-in {
  from {
    margin-top: -56px;
    opacity: 0; }
  to {
    margin-top: 0;
    opacity: 1; } }

.toast__close {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  padding-top: 8px;
  padding-right: 8px;
  cursor: pointer; }
  .toast__close .icon {
    display: inline-flex;
    width: 10px;
    height: 10px;
    fill: #fff; }

.log-in-as-form {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #64b2b7; }

.log-in-as-form__container {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  width: 350px;
  background-color: #fff; }

.log-in-as-form__header {
  padding: 16px;
  text-align: center;
  color: #fff;
  background-color: #333646; }

.log-in-as-form__content {
  padding: 16px; }

.log-in-as-form__field {
  position: relative;
  margin-bottom: 16px; }

.log-in-as-form__spinner, .log-in-as-form__check-validate, .log-in-as-form__lock {
  position: absolute;
  top: 16px;
  right: 0; }

.spreadsheet-layout {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: scroll; }

.spreadsheet-layout__header {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-bottom: solid 1px #e2e2e2;
  border-right: solid 1px #e2e2e2;
  z-index: 1; }

.spreadsheet-layout__header--main {
  z-index: 2; }

.spreadsheet-layout__header--shadow {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12); }

.spreadsheet-layout__row {
  display: flex; }

.spreadsheet-layout__row:nth-child(even) {
  background-color: #f4f4f4; }

.spreadsheet-layout__cell {
  width: 110px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2; }

.spreadsheet-layout__floating-button {
  position: absolute;
  bottom: -25px;
  right: 25px;
  display: flex;
  z-index: 2; }

.spreadsheet-layout__buttons {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 16px; }

.spreadsheet-layout__default-header {
  width: 300px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center; }

.spreadsheet-layout__default-columns-header {
  width: 1000px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center; }

.spreadsheet-layout__default-rows-header {
  width: 300px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center; }

.spreadsheet-layout__default-floating-button {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  width: 50px;
  height: 50px;
  background: #e2e2e2;
  border-radius: 50px; }

.spreadsheet-layout__default-buttons {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  width: 350px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2e2e2; }

.roles-list {
  display: flex; }

.role {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 110px;
  height: 70px;
  text-align: center;
  background-color: #fff;
  border-right: solid 1px #e2e2e2;
  cursor: pointer; }
  .role:hover {
    background-color: #f1f1f1; }
    .role:hover .role__keys--with-drag {
      display: none; }
    .role:hover .role__drag {
      display: inline-flex; }

.role--active {
  color: #ea5b62;
  background-color: #f1f1f1; }

.role__name {
  width: 100%;
  padding: 0 8px;
  line-height: normal;
  text-align: center; }

.role__keys {
  color: #9e9e9e;
  text-align: center;
  fill: #9e9e9e; }
  .role__keys .icon {
    margin-left: 5px;
    vertical-align: middle; }

.role__drag {
  display: none;
  justify-content: center;
  fill: #3c3c3c;
  cursor: move; }

.lockings-list {
  width: 300px; }

.locking--old {
  padding-left: 16px;
  height: 50px;
  display: flex;
  align-items: center;
  color: #3c3c3c;
  fill: #3c3c3c;
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  cursor: pointer; }
  .locking--old:hover {
    background-color: #f1f1f1; }
    .locking--old:hover .locking__drag-drop {
      visibility: visible; }

.locking--group {
  background-color: #f1f1f1; }

.locking__item {
  display: flex;
  align-items: center;
  height: 50px;
  padding-left: 16px;
  background-color: #fff;
  border-bottom: solid 1px #e2e2e2;
  cursor: pointer; }
  .locking__item:hover {
    background-color: #f1f1f1; }
    .locking__item:hover .locking__drag,
    .locking__item:hover .locking__arrow {
      visibility: visible; }

.locking__item--group {
  background-color: #f1f1f1; }

.locking__drag {
  display: inline-flex;
  margin-right: 8px;
  width: 24px;
  fill: #3c3c3c;
  visibility: hidden;
  cursor: move; }

.locking__name {
  flex: 1;
  display: flex;
  align-items: center;
  height: 100%; }

.locking__folder {
  display: inline-flex;
  margin-right: 8px; }

.locking__arrow {
  margin-left: auto;
  width: 50px;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  fill: #757575;
  border-left: 1px solid #e2e2e2;
  visibility: hidden; }
  .locking__arrow:hover {
    background-color: #c9c9c9; }

.locking__children {
  margin-left: 16px; }

.auth-modal {
  width: 550px;
  background-color: #fff;
  border-radius: 2px; }

.auth-modal__header {
  position: relative;
  padding: 30px;
  overflow: hidden;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #333646;
  border-bottom: solid 1px #c9c9c9;
  fill: rgba(255, 255, 255, 0.2); }

.auth-modal__background-icon {
  position: absolute;
  top: 10px;
  left: 40px;
  transform: scale(7); }

.auth-modal__content {
  padding: 20px; }

.auth-modal__block {
  margin-bottom: 16px; }

.calendar {
  background-color: #fff;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12); }

.calendar__header {
  padding: 5px 10px;
  color: #fff;
  background-color: #333646;
  fill: #fff; }

.calendar__month-header {
  display: flex;
  justify-content: space-between; }

.calendar__week {
  display: flex;
  text-align: center; }
  .calendar__week .calendar__day,
  .calendar__week .calendar__date {
    flex: 1; }

.calendar__week--dates:hover {
  background-color: #f1f1f1; }

.calendar__date {
  padding: 5px 10px; }

.calendar__date--valid {
  cursor: pointer; }
  .calendar__date--valid:hover {
    color: #ea5b62; }

.calendar__date--active {
  color: #fff;
  background-color: #ea5b62;
  border-radius: 2px; }
  .calendar__date--active:hover {
    background-color: #e2e2e2; }

.calendar__date--disabled {
  color: #c9c9c9;
  cursor: not-allowed;
  background-color: #fff; }

.cc-input {
  width: 100%;
  padding: 10px;
  background-color: #f7fafb;
  border: 2px solid #ebebeb;
  border-radius: 2px;
  -webkit-transition: .3s;
  transition: .3s; }

.cylinder {
  display: flex;
  justify-content: center; }

.cylinder__left {
  display: flex;
  flex: 1;
  justify-content: flex-end; }

.cylinder__right {
  display: flex;
  flex: 1;
  justify-content: flex-start; }

.cylinder__extender {
  display: block;
  background: url(/58aafd7839a9d492c0db7cd3b74d6a00.png);
  transition: .3s ease; }

.date-picker {
  position: relative; }

.date-picker__calendar-wrapper {
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  z-index: 10; }

.duplicate-pattern__plan {
  flex-direction: column; }

.duplicate-pattern__roles {
  position: inherit !important; }

.duplicate-pattern__lockings {
  position: inherit !important; }

.duplicate-pattern__rights {
  margin-top: 0 !important; }

.Error {
  width: 500px;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16); }

.Error__header {
  display: flex;
  height: 65px;
  overflow: hidden;
  font-size: 20px;
  color: #fff;
  background-color: #ea5b62;
  align-items: center; }

.Error__icon {
  display: flex !important;
  margin-left: 40px;
  transform: scale(4);
  fill: rgba(255, 255, 255, 0.5); }

.Error__title {
  margin-left: 45px; }

.Error__content {
  max-height: 200px;
  padding: 25px 20px;
  overflow: scroll; }

.Error__footer {
  padding: 10px 20px;
  text-align: right;
  border-top: 1px solid lightgrey; }

.fdv-bar {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
  background-color: #64b2b7;
  color: #fff;
  padding: 0 16px; }

.fdv-bar__option {
  margin-right: 16px; }

.fdv-bar__options {
  display: flex;
  align-items: center; }

.fdv-bar__input {
  border-bottom: 1px solid #fff; }
  .fdv-bar__input::-webkit-input-placeholder {
    color: #fff; }

.field-header {
  display: flex;
  padding: 5px 10px;
  background-color: #f1f1f1;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  justify-content: space-between;
  align-items: center; }

.header {
  display: flex;
  height: 65px;
  min-height: 65px;
  color: #fff;
  background-color: #333646; }

.header__item {
  height: 65px;
  padding: 0 20px;
  color: #fff;
  cursor: pointer;
  transition: .3s; }
  .header__item .icon {
    margin-right: 10px;
    fill: #fff; }

.header__item--home {
  display: inline-flex;
  background-color: #64b2b7; }
  .header__item--home:hover {
    background-color: #87c3c7; }
  .header__item--home:active {
    background-color: #aad5d7; }

.header__item--projects:hover {
  background-color: rgba(255, 255, 255, 0.2); }

.header__item--projects:active {
  background-color: rgba(255, 255, 255, 0.4); }

.header__item--last {
  padding-right: 0;
  margin-left: auto; }

.header__greeting-wrapper {
  transition: .3s ease; }
  .header__greeting-wrapper.is-translated {
    transform: translateY(13px); }

.header__greeting {
  font-size: 15px;
  font-weight: 300;
  color: #e2e2e2; }

.header__save-indicator-wrapper {
  transition: .3s ease; }
  .header__save-indicator-wrapper.is-opaque {
    opacity: 0; }

.header__save-indicator {
  font-size: 14px;
  font-weight: 300;
  color: #c9c9c9; }

.header__item--logout:hover {
  background-color: #ea5b62; }

.header__item--logout:active {
  background-color: #f0888d; }

.header__item--discover {
  height: 65px;
  padding: 0 20px;
  color: #fff; }
  .header__item--discover .icon {
    margin-right: 5px;
    fill: #fff; }

.header__flex-fix {
  display: inline-flex;
  height: 100%;
  justify-content: center;
  align-items: center; }

.faq {
  position: relative; }

.faq__content {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: -560px;
  left: -320px;
  display: flex;
  flex-direction: column;
  width: 450px;
  height: 530px;
  background-color: #fff;
  border: solid 1px #c9c9c9; }

.faq__header {
  padding: 16px 16px 0 16px; }

.faq__avatar {
  width: 48px;
  margin-right: 8px; }

.faq__title {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 18px; }

.faq__close {
  margin-left: auto;
  fill: #c9c9c9;
  cursor: pointer;
  transition: 0.3s; }
  .faq__close:hover {
    fill: #3c3c3c; }

.faq__actions {
  margin-bottom: 16px;
  display: flex;
  padding: 0 16px; }

.faq__callback {
  margin-right: 8px;
  width: 100%; }

.faq__search-bar-container {
  padding: 16px;
  background-color: #f1f1f1; }

.faq__search-bar {
  display: flex;
  padding: 8px;
  background-color: #fff; }

.faq__input {
  margin-left: 8px;
  width: 100%; }

.faq__body {
  padding: 16px 16px 0 16px;
  overflow: scroll; }

.faq__answer {
  padding: 8px;
  border-bottom: solid 1px #c9c9c9;
  cursor: pointer; }
  .faq__answer:hover {
    color: #ea5b62; }

.faq__answer-title {
  margin-bottom: 8px;
  padding: 8px;
  text-align: center;
  background-color: #e2e2e2; }

.faq__triangle {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 100%;
  left: 75%;
  overflow: hidden;
  transform: rotate(180deg); }

.faq__triangle:after {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  background: #fff;
  transform: rotate(135deg);
  top: 84px;
  left: 35px; }

.idz_t_btn {
  width: 205px !important;
  right: 190px !important; }

.icon {
  display: inline-block; }

.icon svg {
  width: 100%;
  height: 100%; }

.icon--small {
  width: 18px;
  height: 18px; }

.icon--medium {
  width: 24px;
  height: 24px; }

.icon--large {
  width: 36px;
  height: 36px; }

.icon--x-large {
  width: 48px;
  height: 48px; }

.icon--xx-large {
  width: 96px;
  height: 96px; }

.icon--primary {
  fill: #ea5b62; }

.icon--white {
  fill: #fff; }

.icon--clickable {
  cursor: pointer; }

.icon--close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  fill: #9e9e9e; }

.circle-avatar {
  display: block;
  width: 150px;
  margin: 0 auto; }

.link {
  color: #ea5b62;
  cursor: pointer; }
  .link:hover {
    border-bottom: solid 1px; }
  .link:visited {
    color: #ea5b62; }

.c-list {
  width: 302px;
  height: calc(100% - 50px);
  overflow: scroll;
  border-right: solid 1px #c9c9c9;
  border-left: solid 1px #c9c9c9; }

.c-list__header {
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background-color: #333646; }

.c-list__item {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 16px;
  cursor: pointer;
  border-bottom: solid 1px #c9c9c9; }
  .c-list__item:hover {
    background-color: #f1f1f1; }

.c-list__item.is-active {
  color: #ea5b62;
  background-color: #f1f1f1; }

.loading-modal {
  display: flex;
  padding: 15px 15px;
  font-size: 18px;
  color: #fff;
  background-color: #ea5b62;
  border-radius: 2px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  align-items: center; }

.loading-modal__spinner {
  padding: 10px 15px;
  margin-right: 15px;
  background: #d15258;
  border-radius: 2px; }
  .loading-modal__spinner .spinner {
    margin-right: 0; }

.loading-modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center; }

.c-loading-overlay {
  position: fixed;
  top: 65px;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  font-size: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  justify-content: center;
  align-items: center;
  z-index: 10; }
  .c-loading-overlay .spinner {
    margin-right: 10px; }

.meter {
  display: flex;
  margin: 10px 0; }

.meter__grad {
  color: #fff;
  text-align: center;
  flex-grow: 1; }

.meter__grad--loading {
  background-color: #f1f1f1; }

.meter__grad--1 {
  background-color: #aad5d7; }

.meter__grad--2 {
  background-color: #87c3c7; }

.meter__grad--3 {
  background-color: #64b2b7; }

.meter__grad--4 {
  background-color: #4a999e; }

.meter__grad--5 {
  background-color: #39787c; }

.meter__grad--active {
  transform: scale(1.2); }

.meter__score {
  text-align: center;
  background-color: #e2e2e2;
  flex-grow: 1; }

.modal__header {
  height: 65px;
  padding: 0 30px;
  font-size: 18px;
  line-height: 65px;
  color: #3c3c3c;
  text-align: center;
  background-color: #f1f1f1;
  border-bottom: solid 1px #c9c9c9; }

.modal__footer {
  padding: 10px 30px;
  text-align: right;
  border-top: solid 1px #c9c9c9; }

/* Animation fade */
.a-fade-enter {
  opacity: .00;
  transition: all .5s; }

.a-fade-enter.a-fade-enter-active {
  opacity: 1; }

.a-fade-leave {
  opacity: 1;
  transition: all .5s; }

.a-fade-leave.a-fade-leave-active {
  opacity: .00; }

/* Animation fade zoom */
.a-fade-enter .a-zoom {
  transition: all .5s;
  transform: scale(0.7); }

.a-fade-enter.a-fade-enter-active .a-zoom {
  transform: scale(1); }

.a-fade-leave .a-zoom {
  transition: all .5s;
  transform: scale(1); }

.a-fade-leave.a-fade-leave-active .a-zoom {
  transform: scale(0.7); }

/* Animation fade slide */
.a-fade-enter .a-slide {
  transition: all .3s;
  transform: translateY(500px); }

.a-fade-enter.a-fade-enter-active .a-slide {
  transform: translateY(0px); }

.a-fade-leave .a-slide {
  transition: all .3s;
  transform: translateY(0px); }

.a-fade-leave.a-fade-leave-active .a-slide {
  transform: translateY(500px); }

/* fade from left */
.a-fade-enter .a-slide--left {
  transition: all .3s;
  transform: translateX(-500px); }

.a-fade-enter.a-fade-enter-active .a-slide--left {
  transform: translateX(0px); }

.a-fade-leave .a-slide--left {
  transition: all .3s;
  transform: translateX(0px); }

.a-fade-leave.a-fade-leave-active .a-slide--left {
  transform: translateX(-500px); }

/*   */
.a-locking-form-enter.mask {
  transition: all .3s ease;
  background-color: transparent !important; }

.a-locking-form-enter > .c-locking-form {
  transition: all .3s ease;
  transform: translateX(-380px); }

.a-locking-form-enter.a-locking-form-enter-active.mask {
  background-color: rgba(0, 0, 0, 0.75) !important; }

.a-locking-form-enter.a-locking-form-enter-active > .c-locking-form {
  transform: translateX(0); }

.a-locking-form-leave.mask {
  transition: all .3s ease;
  background-color: rgba(0, 0, 0, 0.75) !important; }

.a-locking-form-leave > .c-locking-form {
  transition: all .3s ease;
  transform: translateX(0); }

.a-locking-form-leave.a-locking-form-leave-active.mask {
  background-color: transparent !important; }

.a-locking-form-leave.a-locking-form-leave-active > .c-locking-form {
  transform: translateX(-380px); }

.modal__overlay {
  position: fixed;
  top: 65px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transition: opacity 200ms ease-in-out; }
  .modal__overlay--after-open {
    opacity: 1; }
  .modal__overlay--before-close {
    opacity: 0; }

.modal__overlay--locking-form {
  display: flex;
  justify-content: flex-start;
  left: 300px; }

.modal__overlay--role-form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  top: 135px; }

.modal__content {
  outline: none; }

.modal__content--locking-form {
  height: 100%;
  background: #fff;
  overflow: scroll; }

.modal__content--locking-form {
  transform: translateX(-380px);
  transition: transform .3s ease-in-out; }
  .modal__content--locking-form-after-open {
    transform: translateX(0); }
  .modal__content--locking-form-before-close {
    opacity: 0; }

.modal__content--role-form {
  transform: translateY(-117px);
  transition: transform .3s ease-in-out; }
  .modal__content--role-form-after-open {
    transform: translateY(0); }
  .modal__content--role-form-before-close {
    opacity: 0; }

.rotate180 {
  transform: rotate(180deg); }

.list {
  overflow: scroll; }

.list-item {
  display: flex;
  height: 50px;
  padding-right: 10px;
  cursor: pointer;
  border-bottom: 1px solid #e2e2e2;
  border-left: 5px solid #e2e2e2;
  align-items: center; }
  .list-item:hover {
    background-color: #f1f1f1; }

.list-item--blank {
  font-style: italic;
  text-align: center; }

.list-item--group {
  background-color: #e2e2e2; }

.list-item--selected {
  color: #ea5b62;
  background-color: #f1f1f1; }

.arrow-button {
  float: right;
  cursor: pointer;
  background: #fff;
  border: 2px solid #c9c9c9;
  box-shadow: 1px 1px 1px 1px #e2e2e2; }
  .arrow-button svg {
    width: 15px;
    fill: #9e9e9e; }

.folder-icon {
  margin-right: 7px; }

.list-item__name {
  flex: 1; }

.project-list-header {
  padding: 13px;
  font-weight: 500;
  cursor: pointer;
  background-color: #e2e2e2; }

.project-list-header__icon {
  display: inline-block;
  float: right;
  width: 15px;
  fill: #9e9e9e; }

.project-list-header__icon--rotate-180 {
  transform: rotate(180deg); }

.project-list-item {
  padding: 13px;
  cursor: pointer;
  border-bottom: 1px solid #e2e2e2;
  border-left: 5px solid #e2e2e2; }
  .project-list-item:hover {
    background-color: #f1f1f1; }

.project-list-item--active {
  color: #ea5b62;
  background-color: #f1f1f1; }

/***************
  Radio Buttons
***************/
.radio-button {
  display: inline-block;
  cursor: pointer; }

/* Remove default Radio Buttons */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden; }

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  display: inline-block;
  height: 25px;
  padding-left: 35px;
  font-size: 1rem;
  line-height: 25px;
  cursor: pointer;
  /* webkit (konqueror) browsers */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: .28s ease; }

[type="radio"] + label:before,
[type="radio"] + label:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 16px;
  height: 16px;
  margin: 4px;
  content: '';
  transition: .28s ease; }

/* Unchecked styles */
[type="radio"]:not(:checked) + label:before {
  border: 2px solid #5a5a5a;
  border-radius: 50%; }

[type="radio"]:not(:checked) + label:after {
  z-index: -1;
  border: 2px solid #5a5a5a;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0); }

/* Checked styles */
[type="radio"]:checked + label:before {
  border: 2px solid transparent;
  border-radius: 50%; }

[type="radio"]:checked + label:after {
  z-index: 0;
  background-color: #26a69a;
  border: 2px solid #26a69a;
  border-radius: 50%;
  -webkit-transform: scale(1.02);
  transform: scale(1.02); }

/* Radio With gap */
[type="radio"].with-gap:checked + label:before {
  border: 2px solid #26a69a;
  border-radius: 50%; }

[type="radio"].with-gap:checked + label:after {
  z-index: 0;
  background-color: #26a69a;
  border: 2px solid #26a69a;
  border-radius: 50%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5); }

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26); }

[type="radio"].with-gap:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border: none; }

/* Disabled style */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26); }

[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.26); }

[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26); }

[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #bdbdbd; }

/* Radio */
[type="radio"] + label:before,
[type="radio"] + label:after {
  width: 30px;
  height: 30px; }

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  width: 40px;
  height: 40px;
  padding-left: 45px;
  line-height: 39px;
  vertical-align: middle; }

[type="radio"]:not(:checked) + label:before {
  border: 3px solid #c9c9c9; }

[type="radio"].with-gap:checked + label:before {
  border-color: #ea5b62; }

[type="radio"].with-gap:checked + label:after {
  background-color: #ea5b62;
  border-color: #ea5b62; }

input[type=range] {
  width: 100%;
  -webkit-appearance: none;
  margin: 12.5px 0; }

input[type=range]:focus {
  outline: none; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: #c9c9c9;
  border-radius: 2px; }

input[type=range]::-webkit-slider-thumb {
  width: 30px;
  height: 30px;
  -webkit-appearance: none;
  margin-top: -12.5px;
  cursor: pointer;
  background: #ea5b62;
  border-radius: 50%; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #c9c9c9; }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: #c9c9c9;
  border-radius: 2px; }

input[type=range]::-moz-range-thumb {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: #ea5b62;
  border-radius: 50%; }

input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  color: transparent;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0; }

input[type=range]::-ms-fill-lower {
  background: #b0b0b0;
  border-radius: 4px; }

input[type=range]::-ms-fill-upper {
  background: #c9c9c9;
  border: 0 solid transparent;
  border-radius: 4px; }

input[type=range]::-ms-thumb {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: #ea5b62;
  border-radius: 50%; }

input[type=range]:focus::-ms-fill-lower {
  background: #c9c9c9; }

input[type=range]:focus::-ms-fill-upper {
  background: #e3e3e3; }

input[type=range]:disabled::-webkit-slider-runnable-track {
  background: #e3e3e3; }

input[type=range]:disabled::-webkit-slider-thumb {
  background: #e3e3e3;
  cursor: not-allowed; }

.spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: 2px solid #fff;
  border-top: 3px solid transparent;
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 1s linear infinite; }

.spinner--primary {
  border: 2px solid #ea5b62;
  border-top: 3px solid transparent; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.c-stepper {
  display: flex;
  margin-left: 30px;
  align-items: center; }

.c-stepper__step {
  font-size: 14px; }
  .c-stepper__step.is-active {
    cursor: default; }
  .c-stepper__step.is-completed {
    cursor: pointer; }
    .c-stepper__step.is-completed:hover {
      text-decoration: underline; }

.c-stepper__step-number {
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  line-height: 20px;
  color: #333646;
  background-color: #9d9d9d;
  border-radius: 55px;
  justify-content: center;
  align-items: center; }
  .c-stepper__step-number.is-active {
    color: #fff;
    background-color: #ea5b62; }
  .c-stepper__step-number.is-completed {
    background-color: #e2e2e2; }

.c-stepper__step-name {
  color: #9e9e9e; }
  .c-stepper__step-name.is-active {
    color: #fff; }
  .c-stepper__step-name.is-completed {
    color: #e2e2e2; }

.c-stepper__step-separator {
  display: inline-flex;
  margin: 0 20px;
  fill: #9d9d9d; }
  .c-stepper__step-separator .icon {
    width: 16px;
    height: 16px; }

.sub-header {
  width: 100%;
  padding: 8px;
  color: #fff;
  text-align: center;
  background-color: #64b2b7; }

/***************
     Switch
***************/
.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none; }

.switch label {
  cursor: pointer; }

.switch label input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0; }

.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1; }

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a; }

.switch label .lever {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 15px;
  margin: 0 16px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  background-color: #c7c7c7;
  border-radius: 15px;
  transition: background .3s ease; }

.switch label .lever:after {
  position: absolute;
  top: -3px;
  left: -5px;
  display: inline-block;
  width: 21px;
  height: 21px;
  content: "";
  background-color: #f1f1f1;
  border-radius: 21px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  transition: left .3s ease, background .3s ease, box-shadow .1s ease; }

input[type=checkbox]:checked:not(:disabled) ~ .lever:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1); }

input[type=checkbox]:not(:disabled) ~ .lever:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08); }

.switch label input[type=checkbox]:checked + .lever:after {
  left: 24px; }

.switch input[type=checkbox][disabled] + .lever {
  cursor: default; }

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #bdbdbd; }

/* Switch */
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #f1f1f1; }

.switch label input[type=checkbox]:checked + .lever {
  background-color: #ea5b62; }

input[type=checkbox]:checked:not(:disabled) ~ .lever:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(234, 91, 98, 0.1); }

.text-field {
  width: 100%;
  padding: 10px; }

.text-field__input {
  width: 100%;
  border-bottom: 1px solid; }

.input--lined {
  width: 50px;
  text-align: center;
  border-bottom: solid 2px #fff; }

.tooltip {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: normal;
  fill: #c9c9c9; }
  .tooltip:hover .tooltip__text {
    visibility: visible; }

.tooltip__text {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 10px 20px;
  font-size: 16px;
  color: #3c3c3c;
  text-align: justify;
  visibility: hidden;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16); }

.tooltip__text--top-left {
  right: 0;
  bottom: 34px; }

.tooltip__text--top-right {
  bottom: 34px;
  left: 0; }

.tooltip__text--bottom-right {
  top: 34px;
  left: 0; }

.tooltip__text--bottom-left {
  top: 34px;
  right: 0; }

.ripple {
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  transform: scale(0); }

.ripple--animate {
  animation: ripple 0.5s linear; }

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5); } }

.auth {
  height: 100%;
  overflow: scroll; }

.auth__header {
  position: relative;
  height: 300px; }

.auth__banner {
  height: 100%;
  background: url(/524461e912d54b562b6dbabb383739b6.jpg);
  filter: blur(2px);
  background-size: cover; }

.auth__overlay {
  position: absolute;
  top: 100px;
  width: 100%;
  height: 205px;
  padding: 15px;
  background-color: rgba(60, 60, 60, 0.9); }

.auth__title-1 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-align: center; }

.auth__title-2 {
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  text-align: center; }

.auth__wrapper {
  height: calc(100% - 200px);
  margin-top: -100px; }

.auth__main {
  flex-shrink: 0; }

.auth__dialog-container {
  position: relative;
  width: 320px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12); }

.auth__dialog-body {
  padding: 15px; }
  .auth__dialog-body > *:not(:last-child) {
    margin-bottom: 15px; }

.auth__dialog-logo {
  width: 300px; }

.auth__error {
  height: 24px;
  color: #ea5b62;
  text-align: center; }

.auth__dialog-input {
  width: 100%;
  padding: 10px;
  background-color: #f7fafb;
  border: solid 2px #ebebeb;
  border-radius: 6px;
  transition: .3s; }
  .auth__dialog-input:focus {
    border-color: #ea5b62; }

.auth__dialog-input--tall {
  height: 60px; }

.auth__block {
  display: flex;
  align-items: center; }

.auth__checkbox-label {
  color: #9e9e9e; }
  .auth__checkbox-label .checkbox {
    margin-right: 8px; }

.auth__dialog-action {
  width: 100%;
  height: 45px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ea5b62;
  border-radius: 4px; }

.auth__dialog-footer {
  padding: 10px;
  border-top: solid 1px #e2e2e2; }

.auth__footer {
  padding: 10px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  text-align: center; }

.auth__brand-logo {
  width: 100px;
  margin: 0 5px; }

.auth__modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: zoom-out;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity .3s ease; }

.auth__modal-wrapper {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center; }

.auth__modal-container {
  position: relative;
  width: 400px;
  padding: 20px;
  cursor: default;
  background-color: #fff;
  border-radius: 6px;
  transition: all .3s ease; }

.auth__close {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
  fill: #c9c9c9; }
  .auth__close:hover {
    fill: #3c3c3c; }

.auth__modal-header {
  font-size: 18px; }

.auth__modal-body > * {
  margin-bottom: 10px; }

.auth__forgot-password-confirm {
  display: flex;
  align-items: center; }

.auth-checkbox {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f7fafb;
  border: solid 2px #ebebeb;
  border-radius: 6px;
  transition: .3s; }
  .auth-checkbox.is-focus {
    border-color: #6bbfbf; }

.auth-checkbox__checkmark {
  position: absolute;
  top: 3px;
  left: 11px;
  display: block;
  width: 10px;
  height: 22px;
  content: '';
  border: solid #000;
  border-color: #6bbfbf;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg); }

.example-enter {
  opacity: .01; }

.example-enter.example-enter-active {
  opacity: 1;
  transition: opacity 300ms ease-in; }

.example-leave {
  opacity: 1; }

.example-leave.example-leave-active {
  opacity: .01;
  transition: opacity 300ms ease-in; }

.example-leave .project-form-container {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.circle-avatar--wrapper {
  margin-top: -100px; }

/*	Video
	==================================================	*/
.video-content {
  width: 100%;
  height: 100%; }

.video__wrapper {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden; }

.video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  transition: 2s ease;
  transform: translate(-50%, -50%); }

.video__controls {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  transition: 2s ease;
  transform: translate(-50%, -50%); }

/*	Video controls
	==================================================	*/
/*	MessageBox
	==================================================	*/
.c-message-box {
  z-index: 1;
  width: 400px;
  margin-left: -30px;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12); }

.c-message-box__header {
  color: #fff;
  background-color: #64b2b7;
  fill: #fff; }

.c-message-box__content {
  padding: 15px;
  font-family: Roboto;
  font-size: 14px;
  background-color: white; }

/*	CaptainMessage
	==================================================	*/
.captain-message {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  transition: .3s ease; }
  .captain-message.is-reduced {
    transform: translateY(157px); }

.captain-message__avatar-wrapper {
  transition: .3s ease; }

.captain-message__avatar-wrapper-is-reduced {
  transform: translateY(50px); }

.capitaine-message__message-box-wrapper {
  z-index: 1; }

.captain-message__header {
  display: flex;
  padding-left: 15px;
  line-height: 50px; }

.captain-message__toggler {
  display: flex;
  width: 50px;
  margin-left: auto;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  align-items: center;
  justify-content: center; }
  .captain-message__toggler:hover {
    background-color: #4a999e; }

.confirmation {
  display: flex;
  overflow: scroll;
  position: relative;
  flex-direction: column;
  height: 100%;
  background-color: #f4f4f4; }

.confirmation__wrapper {
  width: 100%;
  height: 100%; }

.confirmation__banner {
  width: 100%;
  height: 350px;
  background: url(/524461e912d54b562b6dbabb383739b6.jpg);
  background-size: cover; }

.confirmation__dialog-wrapper {
  position: absolute;
  top: 300px;
  right: 0;
  left: 0; }

.dialog-container {
  position: relative;
  width: 700px;
  margin: auto; }

.card-confirmation {
  padding: 16px;
  text-align: center; }

.dialog__avatar-wrapper {
  margin-top: -100px; }

.dialog__title {
  font-size: 26px;
  color: #c9c9c9; }

.dialog__text-1 {
  font-size: 20px;
  font-weight: 500; }

.dialog__text-2 {
  font-size: 16px;
  font-weight: 500; }

.dialog__actions {
  margin-top: 32px; }

.confirmation__help-wrapper {
  display: flex;
  justify-content: flex-end;
  margin: 320px 20px 20px 0; }

.confirm-footer {
  padding: 5px;
  font-weight: 500;
  text-align: center; }

.inscription {
  position: relative;
  height: 100%;
  overflow: scroll;
  background-color: #f0f0f0; }

.inscription__background {
  width: 100%;
  height: 50%;
  background: url(/524461e912d54b562b6dbabb383739b6.jpg); }

.inscription__content-container {
  position: absolute;
  top: 50px;
  right: 50px;
  left: 50px;
  border-radius: 2px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16); }

.inscription__header {
  padding: 10px;
  font-size: 18px;
  text-align: center;
  background: #f1f1f1; }

.inscription__content {
  height: calc(100% - 47px);
  padding: 20px;
  background-color: #fff; }

.inscription__title {
  padding: 10px;
  font-size: 18px;
  font-weight: bolder;
  text-align: center; }

.inscription__first-block {
  margin-right: 50px; }

.inscription-media {
  margin: 30px 10px !important; }

.inscription__actions {
  text-align: right; }
  .inscription__actions .button {
    margin: 5px; }

.offer-page {
  height: 100%;
  overflow: scroll;
  background-color: #f1f1f1; }

.offer-header {
  padding: 0 10px;
  background: #fff;
  border-bottom: solid 1px #c9c9c9;
  justify-content: space-between; }

.offer-header__container {
  display: flex;
  width: 100%;
  max-width: 1280px;
  padding: 8px 0;
  margin: 0 auto;
  justify-content: space-between; }

.offer-header__block {
  padding: 0 10px; }

.offer-header__btn {
  cursor: pointer; }
  .offer-header__btn:active {
    color: #ea5b62; }

.offer-empty-state {
  display: flex;
  height: 150px;
  font-size: 18px;
  flex-direction: column;
  background: #fff;
  border-top: solid 1px #c9c9c9;
  border-bottom: solid 1px #c9c9c9;
  justify-content: space-around;
  align-items: center; }

.offer-results {
  padding: 20px;
  font-size: 18px;
  color: #9e9e9e;
  text-align: center; }

/*
	Filters
*/
.offer-wrapper {
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap; }

.offer-card {
  position: relative;
  width: 300px;
  padding-bottom: 45px;
  margin: 10px;
  background-color: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16); }

.offer-card--loading {
  color: #f1f1f1; }

.offer-card__header {
  position: relative;
  padding: 16px; }

.offer-card__img {
  display: block;
  width: 175px;
  height: 175px;
  margin: 0 auto; }

.offer-card__a2p {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 16px; }

.offer-card__name {
  padding: 10px;
  font-weight: bold;
  text-align: center;
  background-color: #f4f4f4;
  border-top: solid 1px #c9c9c9; }

.offer-card__name {
  font-weight: bold; }

.offer-card__line {
  padding: 10px;
  border-top: solid 1px #c9c9c9; }

.offer-card__line-title {
  display: flex;
  margin-bottom: 5px;
  font-size: 14px;
  color: #9e9e9e;
  justify-content: space-between; }

.offer-card__price {
  font-size: 18px;
  font-weight: bold; }

.offer__faq {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 16px; }

/* ================================================
	Plan
   ================================================ */
.plan {
  position: relative;
  display: flex;
  width: 100%;
  overflow: scroll; }

.plan__headers {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.plan__roles {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  height: 120px;
  margin-left: 410px; }

.plan__lockings {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 410px;
  margin-top: 120px;
  background-color: #fff; }

.plan__lockings-all-rights {
  position: absolute;
  top: 120px;
  left: 300px; }

.plan__rights {
  margin-top: 120px;
  margin-left: 410px; }

/*	Plan headers
	==================================================	*/
.c-plan__headers {
  position: absolute;
  z-index: 1; }

.c-plan__header {
  border-right: solid 1px #e2e2e2;
  border-bottom: solid 1px #e2e2e2;
  z-index: 9999; }

.c-plan__header--z-1000 {
  z-index: 1000; }

.c-plan__header--secondary {
  font-size: 14px;
  color: #9e9e9e;
  background-color: #f1f1f1; }

.c-plan__header--project {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 70px;
  text-align: center;
  background-color: #fff; }

.c-plan__header--roles {
  width: 110px;
  height: 70px;
  text-align: center;
  line-height: 70px; }

.c-plan__header--lockings {
  width: 300px;
  height: 50px;
  text-align: center;
  line-height: 50px; }

.c-plan__header--rights {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 50px; }

.plan__lockings-btn-wrapper {
  position: absolute;
  top: 95px;
  left: 234px;
  z-index: 1; }

/* ================================================
	Role
   ================================================ */
/*	Roles container
	==================================================	*/
.roles-container {
  height: 70px;
  background-color: #fff;
  border-bottom: solid 1px #e2e2e2; }
  .roles-container > .c-btn {
    height: 70px; }

/*	Role list
	==================================================	*/
.c-role-list {
  height: 70px; }

.c-role {
  position: relative;
  display: flex;
  width: 110px;
  height: 69px;
  cursor: move;
  flex-direction: column;
  background-color: #fff;
  border-right: 1px solid #e2e2e2;
  user-select: none;
  justify-content: center; }
  .c-role:hover {
    background-color: #f1f1f1; }
  .c-role.is-active {
    color: #ea5b62;
    background-color: #f1f1f1; }

.c-role--duplication-active {
  color: #fff;
  background-color: #64b2b7; }
  .c-role--duplication-active .c-role__keys {
    color: #fff;
    fill: #fff; }
  .c-role--duplication-active:hover {
    background-color: #87c3c7; }

.c-role__name {
  width: 100%;
  padding: 0 8px;
  line-height: normal;
  text-align: center; }

.c-role__tooltip {
  position: absolute;
  z-index: 10;
  min-width: 110px;
  top: 120%;
  padding: 2px 5px;
  color: #3c3c3c;
  text-align: center;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16); }

.c-role__tooltip-triangle {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 100%;
  left: 0%;
  overflow: hidden; }

.c-role__tooltip-triangle:after {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #fff;
  transform: rotate(135deg);
  top: 90px;
  left: 45px; }

.c-role__keys {
  color: #9e9e9e;
  text-align: center;
  fill: #9e9e9e; }
  .c-role__keys .icon {
    margin-left: 5px;
    vertical-align: middle; }

/*	Role form
	==================================================	*/
.c-role-form-wrapper {
  position: fixed;
  top: 135px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.c-role-form {
  position: relative;
  background-color: #fff; }

.c-role-form__field {
  border-right: 1px solid #f1f1f1; }

.c-role-form__field-header {
  height: 35px;
  padding: 0 10px;
  line-height: 35px;
  background-color: #e2e2e2; }

.c-role-form__field-content {
  display: flex;
  height: 75px;
  padding: 0 16px;
  justify-content: center;
  align-items: center; }

.c-role-form__field-input {
  width: 100%;
  border-bottom: solid 1px; }

.c-role-form-confirm {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 117px; }

/* ================================================
	Locking
   ================================================ */
.lockings-list {
  width: 300px; }

.c-lockings-btn__dropdown {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  margin-top: 8px;
  height: 0;
  width: 0;
  overflow: hidden;
  transition: height 0.3s; }
  .c-lockings-btn__dropdown.is-active {
    height: 145px;
    width: 220px; }

.c-lockings-btn__item {
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  cursor: pointer; }
  .c-lockings-btn__item:hover {
    color: #fff;
    background-color: #ea5b62; }

.locking--active {
  color: #ea5b62;
  background-color: #f1f1f1; }

.locking--duplication-active {
  color: #fff;
  background-color: #64b2b7; }
  .locking--duplication-active:hover {
    background-color: #87c3c7; }
    .locking--duplication-active:hover .locking__drag-drop {
      visibility: hidden; }

.locking__drag-drop {
  display: inline-flex;
  margin-right: 8px;
  visibility: hidden;
  cursor: move; }
  .locking__drag-drop:hover {
    transform: scale(1.1);
    transition: 0.3s; }

.group {
  background-color: #f1f1f1;
  cursor: pointer; }

.group--active {
  color: #ea5b62; }
  .group--active .group__folder-icon {
    fill: #ea5b62; }

.group--duplication-active {
  color: #fff;
  fill: #fff;
  background-color: #64b2b7; }

.group__action {
  display: inline-flex;
  visibility: hidden; }

.group__drag-drop {
  margin-right: 8px;
  cursor: move; }
  .group__drag-drop:hover {
    transform: scale(1.1);
    transition: 0.3s; }

.group__header {
  height: 50px;
  margin-left: 16px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e2e2e2; }
  .group__header:hover .group__action {
    visibility: visible; }

.group__folder-icon {
  display: inline-flex;
  margin-right: 8px; }

.group__arrow-top-icon {
  margin-left: auto;
  width: 50px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  fill: #757575;
  border-left: solid 1px #e2e2e2; }
  .group__arrow-top-icon:hover {
    background-color: #c9c9c9; }

.group__lockings {
  margin-left: 16px; }

/* ================================================
	Locking form
   ================================================ */
.c-locking-form-wrapper {
  position: fixed;
  top: 65px;
  bottom: 0;
  left: 300px;
  right: 0;
  z-index: 2000; }

.c-locking-form-container {
  position: relative;
  background-color: #fff; }

.c-locking-form {
  width: 380px;
  height: 100%;
  background-color: #fff;
  overflow: scroll; }

.c-locking-form__field-header {
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
  background-color: #f1f1f1;
  border-bottom: solid 1px #e2e2e2; }

.c-locking-form__field {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 16px;
  border-bottom: solid 1px #e2e2e2; }

.c-locking-form__text-field {
  width: 100%;
  border-bottom: solid 1px #3c3c3c; }

.c-locking-form__cylinder-choice {
  cursor: pointer; }
  .c-locking-form__cylinder-choice .radio-button,
  .c-locking-form__cylinder-choice .c-locking-form__cylinder-img {
    margin-right: 16px; }
  .c-locking-form__cylinder-choice:hover {
    background-color: #f1f1f1; }

.c-locking-form__cylinder-img {
  width: 50px;
  height: 40px; }

.c-locking-form__number-field {
  margin: 0 8px;
  width: 64px !important;
  text-align: center;
  border-bottom: solid 1px #3c3c3c; }

.c-locking-form__cross {
  font-size: 24px; }

/* ================================================
	Rights
   ================================================ */
.rights-table__row:nth-child(even) {
  background-color: #f4f4f4; }

.c-rights-table-cell {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 110px;
  height: 50px;
  border-bottom: solid 1px #e2e2e2;
  border-right: solid 1px #e2e2e2; }
  .c-rights-table-cell.is-clickable {
    cursor: pointer; }

.plan__actions {
  position: fixed;
  bottom: 16px;
  right: 16px;
  display: flex; }

.shadow {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12); }

.glow {
  -webkit-animation: glow 2s ease 0s 2; }

@-webkit-keyframes glow {
  0% {
    background-color: #fff; }
  50% {
    background-color: #e0f0f1; }
  100% {
    background-color: #fff; } }

.pattern-duplication__header {
  width: 300px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff; }

.ui-spreadsheet__placeholder {
  width: 100%;
  background: #e2e2e2;
  border: dashed 2px #c9c9c9; }

.ui-spreadsheet__placeholder--top {
  height: 70px; }

.ui-spreadsheet__placeholder--left {
  width: 300px; }

.mks-spreadsheet__cell {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center; }

.mks-spreadsheet__highlight-mark {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background-color: rgba(100, 178, 183, 0.2); }

.iterations-modal__title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold; }

.iterations-modal__field {
  margin-bottom: 16px; }

.iterations-modal__submit {
  text-align: right; }

.ReactModalPortal .ReactModal__Overlay {
  opacity: 0;
  transition: opacity 200ms ease-in-out; }
  .ReactModalPortal .ReactModal__Overlay--after-open {
    opacity: 1; }
  .ReactModalPortal .ReactModal__Overlay--before-close {
    opacity: 0; }

.ReactModalPortal .ReactModal__Content {
  transform: scale(1.2);
  transition: transform 0.3s ease-in-out; }
  .ReactModalPortal .ReactModal__Content--after-open {
    transform: scale(1); }
  .ReactModalPortal .ReactModal__Content--before-close {
    transform: scale(1.2); }

/* ================================================
	Test
   ================================================ */
/*	Project list
	==================================================	*/
.project-list {
  height: calc(100% - 48px);
  overflow: scroll; }

.project-list-empty {
  padding-top: 75px;
  color: #c9c9c9;
  text-align: center; }

.project-list-empty__0 {
  font-size: 100px;
  line-height: 100px; }

.project-list-empty__label {
  margin-bottom: 30px; }

.project-list__action {
  position: absolute;
  bottom: 0;
  width: 300px; }

.project-details-wrapper {
  height: 100%;
  padding: 15px;
  overflow: scroll;
  background-color: #f1f1f1; }

.project-details {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.3); }

.project-details__banner {
  display: flex;
  width: 100%;
  height: 250px;
  flex-direction: column;
  background: url(/c2349421d2a96e5b0d34d17cf4b52822.jpg);
  background-size: cover;
  justify-content: flex-end; }

.project-details__separator {
  height: 30px;
  margin: 0 10px;
  border-left: solid 2px #fff; }

.project-details__link {
  color: #fff; }
  .project-details__link:hover {
    border-bottom: solid 1px; }

.project-details__edit {
  position: absolute;
  top: -24px;
  right: 10px; }

.project-details__details {
  padding: 10px;
  border-bottom: 1px solid #e2e2e2; }

.project-details__detail {
  margin: 10px 0; }

.project-details__help {
  padding: 10px 0; }

.project-form-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  overflow: scroll;
  cursor: zoom-out;
  background-color: rgba(0, 0, 0, 0.5); }

.project-form-wrapper {
  position: absolute;
  top: 60px;
  left: 50%;
  width: 700px;
  margin-bottom: 20px;
  margin-left: -350px; }

.project-form-container {
  position: relative;
  overflow: hidden;
  cursor: default;
  background-color: #fff;
  border-radius: 2px;
  transition: .3s; }

.project-form {
  padding: 15px 15px 0 15px; }

.project-form__title {
  padding: 10px;
  font-size: 20px;
  text-align: center; }

.project-form__fields {
  margin-bottom: 10px; }

.project-form__finitions {
  padding: 0 15px;
  margin-bottom: 10px; }

.radio-block {
  width: 48%;
  cursor: pointer;
  border: 1px solid #9e9e9e; }

.radio-block--active {
  font-weight: 500;
  box-shadow: 0 2px 5px 0 rgba(33, 30, 31, 0.18); }

.radio-block-header {
  padding: 10px;
  border-bottom: 1px solid #9e9e9e; }

.radio-block-content {
  padding: 20px 0;
  text-align: center; }

.radio-block__img {
  width: 150px;
  height: 150px; }

.project-form__options-label {
  padding: 0 15px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #9e9e9e; }

.project-form__options {
  padding: 0 15px;
  margin-bottom: 10px; }

/*
	New
*/
.project-route {
  display: flex;
  height: calc(100% - 65px);
  padding: 30px;
  overflow-y: scroll;
  background-color: #f1f1f1;
  justify-content: center;
  align-items: flex-start; }

.c-project-list {
  position: relative;
  height: 640px;
  padding-bottom: 50px;
  margin-right: 30px;
  background: #fff; }

/*	Project details
	==================================================	*/
.c-project-details {
  margin-bottom: 30px;
  border: solid 1px #c9c9c9; }

.c-project-details__header {
  display: flex;
  height: 300px;
  flex-direction: column-reverse;
  background: url(/c2349421d2a96e5b0d34d17cf4b52822.jpg);
  background-position: center;
  background-size: cover; }

.c-project-details__overlay {
  position: relative;
  padding: 16px 16px 16px 128px;
  font-size: 18px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75); }

.c-project-details__floating-drop-down-menu {
  position: absolute;
  top: calc(100% - 25px);
  right: 128px; }

.c-project-details__primary-actions {
  display: flex;
  align-items: center; }

.c-project-details__icon {
  width: 20px;
  height: 20px;
  margin-right: 8px; }

.c-project-details__icon--rotate {
  transform: rotate(270deg); }

.c-project-details__details {
  padding: 10px 30px;
  background-color: #fff; }
  .c-project-details__details p {
    margin-bottom: 10px; }

/*	Project form
	==================================================	*/
.modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.75); }

.modal--light {
  background-color: rgba(255, 255, 255, 0.9); }

.modal__table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed; }

.modal__cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle; }

.c-project-form {
  width: 700px;
  margin: 0 auto;
  background-color: #fff; }

.c-project-form__header {
  padding: 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center; }

.c-project-form__section-header {
  padding: 10px 30px;
  margin: 0 40px;
  text-align: center;
  background-color: #f1f1f1;
  border: solid 1px #c9c9c9; }

.c-project-form__section {
  padding: 10px 40px; }

.c-project-form__field {
  display: flex;
  flex-grow: 1;
  margin-bottom: 16px; }

.c-project-form__field--margin {
  margin-right: 16px; }

.c-project-form__cylinder {
  margin-bottom: 10px; }

.c-project-form__separator {
  height: 100px;
  border-left: solid 2px #c9c9c9; }

.c-project-details__link {
  color: #fff;
  cursor: pointer; }
  .c-project-details__link:hover {
    border-bottom: solid 1px #fff; }

.c-project-form__radio-label {
  margin-right: 5px; }

.c-project-form__options-block {
  padding: 30px 45px; }

.c-project-form__footer {
  padding: 20px;
  border-top: solid 1px #c9c9c9; }

.c-project-form__cancel {
  margin-right: 8px; }

.contact-form__error {
  height: 24px;
  color: #ea5b62; }

.subscribe {
  position: relative;
  overflow: scroll;
  height: 100%; }

/************************************** Subscribe Choice *******************************************************/
.subscribe-choice__wrapper {
  position: absolute;
  width: 80%;
  left: 0;
  right: 0;
  top: 0;
  margin: 200px auto 32px auto; }

.subscribe-choice__container {
  display: flex;
  align-items: baseline;
  justify-content: center; }

.subscribe-choice__header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 65px;
  font-size: 24px;
  background-color: #333646;
  color: #fff; }

.subscribe-choice__column {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  width: 35%;
  background-color: #fff;
  border-radius: 6px; }
  .subscribe-choice__column:nth-child(1) {
    margin-right: 70px; }

.subscribe-choice__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(16px * 4) 16px;
  font-size: 20px; }

.subscribe-choice__content-text {
  width: 80%;
  padding-bottom: calc(16px * 3); }

.subscribe-choice__footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 22px; }

.susbcribe__button {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 16px; }

/************************************** Subscribe Form *******************************************************/
.subscribe-form__wrapper {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  position: absolute;
  width: 80%;
  left: 0;
  right: 0;
  top: 0;
  margin: 120px auto 32px auto;
  background-color: #fff;
  border-radius: 6px; }

.subscribe-form__header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 65px;
  font-size: 24px;
  background-color: #333646;
  color: #fff; }

.subscribe-form__contain {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 16px; }

.subscribe-form__column {
  display: flex;
  flex-direction: column;
  width: 45%; }
  .subscribe-form__column h2 {
    margin-bottom: calc(16px * 2);
    text-align: center;
    font-size: 20px; }

.subscribe-form__select {
  padding: 0;
  width: 100%; }

.subscribe-form__field {
  padding: 8px 0; }

.subscribe-form__validation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 50%;
  padding: 16px; }

.subscribe-form__conditions {
  display: flex;
  align-items: center;
  margin: 16px 0 16px 0; }
  .subscribe-form__conditions .checkbox {
    margin-right: 16px; }

.subscribe-form__actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px; }

.subcribe__help-button {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 16px; }

.hide {
  display: none; }

.debug-modal-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5); }

.debug-modal-wrapper {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center; }

.debug-modal-content {
  width: 50%;
  height: 70%;
  overflow: hidden;
  background-color: #fff; }

.debug-modal__header {
  display: flex;
  height: 45px;
  color: white;
  background-color: #64b2b7;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  justify-content: center;
  align-items: center; }

.debug-modal-body {
  height: calc(100% - 45px);
  padding: 20px;
  overflow-y: scroll; }

.debug-card {
  margin-bottom: 15px;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12); }

.debug-card-header {
  position: relative;
  display: flex;
  height: 60px;
  padding: 0 10px;
  cursor: pointer;
  border-bottom: solid 1px #c9c9c9;
  align-items: center; }

.debug-card-header__toggle {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 18px;
  fill: #c9c9c9; }

.debug-card-header__S {
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  color: white;
  background-color: #333646;
  border-radius: 50px;
  justify-content: center;
  align-items: center; }

.debug-card-header__info {
  font-size: 12px;
  color: #c9c9c9; }

.debug-action-card {
  display: flex;
  height: 50px;
  padding: 0 40px;
  justify-content: space-between;
  align-items: center; }
  .debug-action-card:hover {
    background-color: #f1f1f1; }

.debug-card-body__action {
  display: flex;
  align-items: center; }

.debug-card-body__A {
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-size: 12px;
  color: white;
  background-color: #ea5b62;
  border-radius: 50px;
  justify-content: center;
  align-items: center; }

.debug-card-body__info {
  font-size: 12px;
  color: #c9c9c9; }

.debug-action-card__button {
  height: 30px;
  padding: 0 10px;
  color: #ea5b62;
  cursor: pointer; }

.card {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16); }

.card--sign {
  width: 350px;
  margin: 0 15px; }

.card__header {
  padding: 10px;
  font-weight: bold;
  text-align: center;
  background-color: #f1f1f1; }

.card__body {
  padding: 15px; }

.center {
  text-align: center; }

.media {
  margin: 10px; }

.media__icon {
  float: left;
  margin-right: 15px; }

.media__left-content {
  overflow: hidden; }

.flex-container {
  display: flex; }

.flex-container--column {
  flex-direction: column; }

.flex-container--center {
  justify-content: center; }

.flex-container--space-around {
  justify-content: space-around; }

/*# sourceMappingURL=styles.css.map*/