/* add the imports here */ /* URI to check color names: chir.ag/projects/name-that-color/#F4F7FA
*/
/* Grey 04 */
/* Grey 05 */
/* Grey 06 */
/* Grey 07 */
/* Grey 08 */
/* COLORS CLASS */
.c-light-grey {
  color: #667587;
}

.c-green-brand {
  color: #9ac433;
}

.c-green-dark {
  color: #2C7A26;
}

.c-i-green-dark {
  color: #2C7A26 !important;
}

.color-i-white {
  color: #fff !important;
}

.color-black {
  color: black;
}

.color-i-heavy-dark-grey {
  color: #3F4A56 !important;
}

.color-darker-10-grey {
  color: #6D6F70;
}

.color-orange-ux {
  color: #f84717;
}

/* BACKGROUND CLASS */
.bg-i-white {
  background-color: #fff !important;
}

.bg-i-grey {
  background-color: #eceff4 !important;
}

.bg-cmd-logo {
  background-color: #3388ce;
}

.contract-top-box {
  border-radius: 3px 3px 0 0;
  box-shadow: 0 1px 4px 0 rgba(128, 145, 165, 0.5);
}
.contract-top-box img {
  position: absolute;
  right: 0;
  margin-right: 16px;
  height: 16px;
  width: 16px;
  top: 50%;
  cursor: pointer;
  transform: translate(0, -50%);
}

.contract-bottom-box {
  border-radius: 0 0 3px 3px;
  box-shadow: 0 -1px 4px 0 rgba(128, 145, 165, 0.5);
  /** WHEN CONTRACT CONTAINER DISABLE MODE **/
  /** WHEN CONTRACT CONTAINER ENABLED MODE **/
}
.contract-bottom-box input[type=checkbox]:disabled ~ label {
  color: #b3c0ce;
  cursor: default;
}
.contract-bottom-box button:disabled {
  border: 1px solid #B0BAC5;
  background-color: #B0BAC5;
}
.contract-bottom-box input[type=checkbox] ~ label {
  color: black;
  cursor: pointer;
}
.contract-bottom-box button {
  border: 1px solid #f84717;
  background-color: #f84717;
}
@media screen and (max-width: 360px) {
  .contract-bottom-box button {
    width: 280px;
  }
}

.containerError input[type=checkbox] {
  border: 1px solid #ee151d !important;
}
.containerError input[type=checkbox] ~ label {
  color: #ee151d;
}

.bnp-tooltip-white-alpha-dot-7 {
  background-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

.bnp-tooltip-grey {
  background-color: #bfcad6;
  color: #fff;
}

.bnp-tooltip-darker-grey {
  background-color: #6D6F70;
  color: #fff;
}

.bnp-tooltip-size-16 {
  width: 16px;
  height: 16px;
}

.bnp-tooltip-size-13 {
  width: 13px;
  height: 13px;
}

.bnp-tooltip-i {
  font-family: initial;
  transition: background 300ms linear;
  border-radius: 100%;
  padding: 0 5px;
  line-height: 12px;
  display: inline-block;
  cursor: pointer;
}

.bnp-info-icon-14 {
  width: 14px;
}

.bnp-tooltip {
  position: absolute;
  display: none;
  transition: all 200ms linear;
  color: black;
  z-index: 999;
  background: #fff;
  max-width: 300px;
  padding: 8px;
  border-radius: 3px;
  box-shadow: 1px 1px 4px 1px black;
  font-size: 12px;
  left: 0;
  right: 0;
}

.bnp-tooltip-center {
  position: absolute;
  left: 150px;
  display: none;
  transition: all 200ms linear;
  color: black;
  z-index: 999;
  background: #fff;
  max-width: 300px;
  padding: 8px;
  border-radius: 3px;
  box-shadow: 1px 1px 4px 1px black;
  font-size: 12px;
  right: 0;
}

.bnp-tooltip-right {
  position: absolute;
  left: 300px;
  display: none;
  transition: all 200ms linear;
  color: black;
  z-index: 999;
  background: #fff;
  max-width: 300px;
  padding: 8px;
  border-radius: 3px;
  box-shadow: 1px 1px 4px 1px black;
  font-size: 12px;
  right: 0;
}

.bnp-tooltip-i:hover + .bnp-tooltip, .bnp-tooltip-i:active + .bnp-tooltip, .bnp-tooltip-i:focus + .bnp-tooltip {
  display: block;
}

.bnp-tooltip-i:hover + .bnp-tooltip-center, .bnp-tooltip-i:active + .bnp-tooltip-center, .bnp-tooltip-i:focus + .bnp-tooltip-center {
  display: block;
}

.bnp-tooltip-i:hover + .bnp-tooltip-right, .bnp-tooltip-i:active + .bnp-tooltip-right, .bnp-tooltip-i:focus + .bnp-tooltip-right {
  display: block;
}

/* FONT */
.font-black-i {
  font-family: BNPP Black !important;
}

.font-black {
  font-family: BNPP Black;
}

.font-i-black {
  font-family: BNPP Black !important;
}

.font-bnp {
  font-family: BNPP;
}

.font-i-bnp {
  font-family: BNPP !important;
}

.font-light {
  font-family: BNPP Light;
}

.font-i-light {
  font-family: BNPP Light !important;
}

.f-f-i-initial {
  font-family: initial !important;
}

.f-s-0 {
  font-size: 0;
}

.f-s-12 {
  font-size: 12px;
}

.f-s-14 {
  font-size: 14px;
}

.f-s-i-14 {
  font-size: 14px !important;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-i-16 {
  font-size: 16px !important;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-i-18 {
  font-size: 18px !important;
}

.f-s-i-21 {
  font-size: 21px;
}

.f-s-i-22 {
  font-size: 22px !important;
}

.f-s-21 {
  font-size: 21px;
}

.f-s-22 {
  font-size: 22px;
}

.f-s-24 {
  font-size: 24px;
}

.f-s-i-24 {
  font-size: 24px !important;
}

@media screen and (max-width: 991px) {
  .fs-md-i-16 {
    font-size: 16px !important;
  }
}
/* LINE */
.lh-12 {
  line-height: 12px;
}

.lh-i-14 {
  line-height: 14px !important;
}

.lh-16 {
  line-height: 16px;
}

.lh-18 {
  line-height: 18px;
}

.lh-20 {
  line-height: 20px;
}

.lh-i-20 {
  line-height: 20px !important;
}

.lh-30 {
  line-height: 30px;
}

.lh-34 {
  line-height: 34px;
}

.lh-i-24 {
  line-height: 24px !important;
}

.lh-21 {
  line-height: 21px;
}

.lh-15 {
  line-height: 15px;
}

@media screen and (max-width: 991px) {
  .lh-md-i-16 {
    line-height: 16px !important;
  }
}
/* BORDERS */
.border-n {
  border: none;
}

.border-i-n {
  border: none !important;
}

.b-r-0 {
  border-radius: 0;
}

.b-r-3 {
  border-radius: 3px;
}

.b-r-4 {
  border-radius: 4px;
}

.b-r-i-3 {
  border-radius: 3px !important;
}

.bordered {
  border: 1px solid;
}

/* DISPLAYS */
.d-none {
  display: none;
}

.d-i-none {
  display: none !important;
}

.d-flex {
  display: flex;
}

.d-i-inline-flex {
  display: inline-flex !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

@media screen and (max-width: 991px) {
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
.flex-grow {
  flex-grow: 1;
}

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

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

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

/*GRID 8*/
.row.grid-8 {
  margin-left: -4px;
  margin-right: -4px;
}
.row.grid-8 [class*=col-xs-],
.row.grid-8 [class*=col-sm-],
.row.grid-8 [class*=col-md-],
.row.grid-8 [class*=col-lg-] {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

@media (max-width: 767px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row [class*=col-xs-],
  .row [class*=col-sm-],
  .row [class*=col-md-],
  .row [class*=col-lg-] {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
}
/* SPACING */
.p-t-auto {
  padding-top: auto;
}

.p-t-4 {
  padding-top: 4px;
}

.p-t-8 {
  padding-top: 8px;
}

.p-t-16 {
  padding-top: 16px;
}

.p-t-24 {
  padding-top: 24px;
}

.p-t-32 {
  padding-top: 32px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-48 {
  padding-top: 48px;
}

.p-t-56 {
  padding-top: 56px;
}

.p-t-64 {
  padding-top: 64px;
}

.p-t-72 {
  padding-top: 72px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-r-auto {
  padding-right: auto;
}

.p-r-4 {
  padding-right: 4px;
}

.p-r-8 {
  padding-right: 8px;
}

.p-r-16 {
  padding-right: 16px;
}

.p-r-24 {
  padding-right: 24px;
}

.p-r-32 {
  padding-right: 32px;
}

.p-r-40 {
  padding-right: 40px;
}

.p-r-48 {
  padding-right: 48px;
}

.p-r-56 {
  padding-right: 56px;
}

.p-r-64 {
  padding-right: 64px;
}

.p-r-72 {
  padding-right: 72px;
}

.p-r-80 {
  padding-right: 80px;
}

.p-b-auto {
  padding-bottom: auto;
}

.p-b-4 {
  padding-bottom: 4px;
}

.p-b-8 {
  padding-bottom: 8px;
}

.p-b-16 {
  padding-bottom: 16px;
}

.p-b-24 {
  padding-bottom: 24px;
}

.p-b-32 {
  padding-bottom: 32px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-b-48 {
  padding-bottom: 48px;
}

.p-b-56 {
  padding-bottom: 56px;
}

.p-b-64 {
  padding-bottom: 64px;
}

.p-b-72 {
  padding-bottom: 72px;
}

.p-b-80 {
  padding-bottom: 80px;
}

.p-l-auto {
  padding-left: auto;
}

.p-l-4 {
  padding-left: 4px;
}

.p-l-8 {
  padding-left: 8px;
}

.p-l-16 {
  padding-left: 16px;
}

.p-l-24 {
  padding-left: 24px;
}

.p-l-32 {
  padding-left: 32px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-l-48 {
  padding-left: 48px;
}

.p-l-56 {
  padding-left: 56px;
}

.p-l-64 {
  padding-left: 64px;
}

.p-l-72 {
  padding-left: 72px;
}

.p-l-80 {
  padding-left: 80px;
}

.p-auto {
  padding: auto;
}

.p-4 {
  padding: 4px;
}

.p-8 {
  padding: 8px;
}

.p-16 {
  padding: 16px;
}

.p-24 {
  padding: 24px;
}

.p-32 {
  padding: 32px;
}

.p-40 {
  padding: 40px;
}

.p-48 {
  padding: 48px;
}

.p-56 {
  padding: 56px;
}

.p-64 {
  padding: 64px;
}

.p-72 {
  padding: 72px;
}

.p-80 {
  padding: 80px;
}

.m-t-auto {
  margin-top: auto;
}

.m-t-4 {
  margin-top: 4px;
}

.m-t-8 {
  margin-top: 8px;
}

.m-t-16 {
  margin-top: 16px;
}

.m-t-24 {
  margin-top: 24px;
}

.m-t-32 {
  margin-top: 32px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-48 {
  margin-top: 48px;
}

.m-t-56 {
  margin-top: 56px;
}

.m-t-64 {
  margin-top: 64px;
}

.m-t-72 {
  margin-top: 72px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-r-auto {
  margin-right: auto;
}

.m-r-4 {
  margin-right: 4px;
}

.m-r-8 {
  margin-right: 8px;
}

.m-r-16 {
  margin-right: 16px;
}

.m-r-24 {
  margin-right: 24px;
}

.m-r-32 {
  margin-right: 32px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-r-48 {
  margin-right: 48px;
}

.m-r-56 {
  margin-right: 56px;
}

.m-r-64 {
  margin-right: 64px;
}

.m-r-72 {
  margin-right: 72px;
}

.m-r-80 {
  margin-right: 80px;
}

.m-b-auto {
  margin-bottom: auto;
}

.m-b-4 {
  margin-bottom: 4px;
}

.m-b-8 {
  margin-bottom: 8px;
}

.m-b-16 {
  margin-bottom: 16px;
}

.m-b-24 {
  margin-bottom: 24px;
}

.m-b-32 {
  margin-bottom: 32px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-48 {
  margin-bottom: 48px;
}

.m-b-56 {
  margin-bottom: 56px;
}

.m-b-64 {
  margin-bottom: 64px;
}

.m-b-72 {
  margin-bottom: 72px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-l-auto {
  margin-left: auto;
}

.m-l-4 {
  margin-left: 4px;
}

.m-l-8 {
  margin-left: 8px;
}

.m-l-16 {
  margin-left: 16px;
}

.m-l-24 {
  margin-left: 24px;
}

.m-l-32 {
  margin-left: 32px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-l-48 {
  margin-left: 48px;
}

.m-l-56 {
  margin-left: 56px;
}

.m-l-64 {
  margin-left: 64px;
}

.m-l-72 {
  margin-left: 72px;
}

.m-l-80 {
  margin-left: 80px;
}

.m-auto {
  margin: auto;
}

.m-4 {
  margin: 4px;
}

.m-8 {
  margin: 8px;
}

.m-16 {
  margin: 16px;
}

.m-24 {
  margin: 24px;
}

.m-32 {
  margin: 32px;
}

.m-40 {
  margin: 40px;
}

.m-48 {
  margin: 48px;
}

.m-56 {
  margin: 56px;
}

.m-64 {
  margin: 64px;
}

.m-72 {
  margin: 72px;
}

.m-80 {
  margin: 80px;
}

/* COLUMNS */
.cols-1 {
  width: 8.33%;
}

.cols-2 {
  width: 16.67%;
}

.cols-3 {
  width: 25%;
}

.cols-4 {
  width: 33.33%;
}

.cols-5 {
  width: 41.67%;
}

.cols-6 {
  width: 50%;
}

.cols-7 {
  width: 58.33%;
}

.cols-8 {
  width: 66.66%;
}

.cols-9 {
  width: 75%;
}

.cols-10 {
  width: 83.33%;
}

.cols-11 {
  width: 91.66%;
}

.cols-12 {
  width: 100%;
}

.cols-i-12 {
  width: 100% !important;
}

@media screen and (max-width: 991px) {
  .cols-md-i-12 {
    width: 100% !important;
  }
}
@media screen and (max-width: 480px) {
  .cols-xs-i-12 {
    width: 100% !important;
  }
}
.w-65 {
  width: 65%;
}

.w-35 {
  width: 35%;
}

.w-i-65 {
  width: 65% !important;
}

.w-i-35 {
  width: 35% !important;
}

.w-100 {
  width: 100%;
}

.w-11px {
  width: 11px;
}

.w-20px {
  width: 20px;
}

.w-24px {
  width: 24px;
}

.w-45px {
  width: 45px;
}

.vr.ctlm-vr {
  min-height: 70px;
  height: 100%;
  margin: 0 auto !important;
}

/* POSITIONING */
.positioning-relative {
  position: relative;
}

.positioning-i-relative {
  position: relative !important;
}

.positioning-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-center {
  display: block;
  margin: auto;
}

.positioning-table-center {
  display: table-cell;
  vertical-align: middle;
}

.position-flex-center {
  align-items: center;
  justify-content: space-around;
  -ms-flex-direction: column;
}

.positioning-i-table-center {
  display: table-cell !important;
  vertical-align: middle !important;
}

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

.center-i-text {
  text-align: center !important;
}

.algn-i-unset-text {
  text-align: unset !important;
}

.algn-left-text {
  text-align: left !important;
}

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

.align-right {
  float: right;
  text-align: right;
  /* margin-right: 16px; */
}

.float-right {
  float: right;
}

.align-left {
  float: left;
  text-align: left;
  /* margin-left: 16px; */
}

.j-c-inherit {
  justify-content: inherit;
}

.j-c-space-evenly {
  justify-content: space-evenly;
}

.j-c-space-between {
  justify-content: space-between;
}

.j-c-space-around {
  justify-content: space-around;
}

.j-c-center {
  justify-content: center;
}

.v-a-middle {
  vertical-align: middle;
}

.r-0 {
  right: 0;
}

.b-24 {
  bottom: 24px;
}

.b-8 {
  bottom: 8px;
}

/* FLOAT */
.no-float {
  float: none;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

/* POSITIONING VERTICAL */
.center-block-vertically {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.down-50-perc {
  transform: translateY(50%);
}

/* Margins */
.mrg-auto {
  margin: auto;
}

.mrg-8 {
  margin: 8px;
}

@media screen and (max-width: 991px) {
  .mrg-md-4 {
    margin: 4px !important;
  }
  .mrg-md-b-16 {
    margin-bottom: 16px !important;
  }
  .mrg-md-i-0-4-8-0 {
    margin: 0px 4px 8px 0px !important;
  }
}
.mrg-l-auto {
  margin-left: auto;
}

.mrg-left-8 {
  margin-left: 8px;
}

.mrg-l-0 {
  margin-left: 0;
}

.mrg-l-i-0 {
  margin-left: 0 !important;
}

.mrg-l-8 {
  margin-left: 8px;
}

.mrg-l-20 {
  margin-left: 20px;
}

.mrg-l-30 {
  margin-left: 30px;
}

.mrg-l-i-30 {
  margin-left: 30px !important;
}

.mrg-l-58 {
  margin-left: 58px;
}

.mrg-l-200 {
  margin-left: 200px;
}

.mrg-r-auto {
  margin-right: auto;
}

.mrg-r-2 {
  margin-right: 2px;
}

.mrg-r-4 {
  margin-right: 4px;
}

.mrg-r-8 {
  margin-right: 8px;
}

.mrg-r-i-8 {
  margin-right: 8px !important;
}

.mrg-r-20 {
  margin-right: 20px;
}

.mrg-r-30 {
  margin-right: 30px;
}

.mrg-r-200 {
  margin-right: 200px;
}

.mrg-t-8 {
  margin-top: 8px;
}

.mrg-t-10 {
  margin-top: 10px;
}

.mrg-t-16 {
  margin-top: 16px;
}

.mrg-t-i-16 {
  margin-top: 16px !important;
}

.mrg-t-20 {
  margin-top: 20px;
}

.mrg-t-24 {
  margin-top: 24px;
}

.mrg-t-i-24 {
  margin-top: 24px !important;
}

.mrg-t-24-n {
  margin-top: -24px;
}

.mrg-t-40 {
  margin-top: 40px;
}

.mrg-b-i-0 {
  margin-bottom: 0 !important;
}

.mrg-b-4 {
  margin-bottom: 4px;
}

.mrg-b-i-4 {
  margin-bottom: 4px !important;
}

.mrg-b-8 {
  margin-bottom: 8px;
}

.mrg-b-i-8 {
  margin-bottom: 8px !important;
}

.mrg-b-12 {
  margin-bottom: 12px;
}

.mrg-b-i-12 {
  margin-bottom: 12px !important;
}

.mrg-b-16 {
  margin-bottom: 16px;
}

.mrg-b-i-16 {
  margin-bottom: 16px !important;
}

.mrg-b-22 {
  margin-bottom: 22px;
}

.mrg-b-24 {
  margin-bottom: 24px;
}

.mrg-b-30 {
  margin-bottom: 30px;
}

.mrg-b-40 {
  margin-bottom: 40px;
}

.stdard-top-mrg {
  margin-top: 16px;
}

.common-mrg {
  margin: 0px 16px 16px 0px;
}

.common-mrg-total {
  margin: 16px;
}

.mrg-total-10 {
  margin: 10px;
}

.no-margin {
  margin: 0 !important;
}

.mrg-0 {
  margin: 0;
}

/* Paddings */
.no-padd-i {
  padding: 0 !important;
}

.no-padd {
  padding: 0;
}

.no-padd-l {
  padding-left: 0;
}

.padd-8 {
  padding: 8px;
}

.padd-32 {
  padding: 32px;
}

@media screen and (max-width: 991px) {
  .padd-md-8 {
    padding: 8px;
  }
}
.padd-i-8 {
  padding: 8px !important;
}

.padd-10 {
  padding: 10px;
}

.padd-16 {
  padding: 16px;
}

.padd-i-16 {
  padding: 16px !important;
}

.padd-24 {
  padding: 24px;
}

.padd-b-i-0 {
  padding-bottom: 0px !important;
}

.padd-b-1 {
  padding-bottom: 1px;
}

.padd-b-5 {
  padding-bottom: 5px;
}

.padd-b-8 {
  padding-bottom: 8px;
}

.padd-b-i-8 {
  padding-bottom: 8px !important;
}

.padd-b-9 {
  padding-bottom: 9px;
}

.padd-b-10 {
  padding-bottom: 10px;
}

.padd-b-16 {
  padding-bottom: 10px;
}

.padd-b-i-16 {
  padding-bottom: 16px !important;
}

.padd-b-20 {
  padding-bottom: 20px;
}

.padd-b-24 {
  padding-bottom: 24px;
}

.padd-b-32 {
  padding-bottom: 32px;
}

.padd-t-5 {
  padding-top: 5px;
}

.padd-t-6 {
  padding-top: 6px;
}

.padd-t-8 {
  padding-top: 8px;
}

.padd-t-i-8 {
  padding-top: 8px !important;
}

.padd-t-10 {
  padding-top: 10px;
}

.padd-t-16 {
  padding-top: 16px;
}

.padd-t-i-16 {
  padding-top: 16px !important;
}

.padd-t-19 {
  padding-top: 19px;
}

.padd-t-20 {
  padding-top: 20px;
}

.padd-t-22 {
  padding-top: 22px;
}

.padd-t-24 {
  padding-top: 24px;
}

.padd-t-25 {
  padding-top: 25px;
}

.padd-t-i-25 {
  padding-top: 25px !important;
}

.padd-t-26 {
  padding-top: 26px;
}

.padd-t-28 {
  padding-top: 28px;
}

.padd-t-29 {
  padding-top: 29px;
}

.padd-t-32 {
  padding-top: 32px;
}

.padd-t-i-32 {
  padding-top: 32px !important;
}

.stdard-top-padd {
  padding-top: 10px;
}

.stdard-top-padd-16 {
  padding-top: 16px;
}

.padd-l-0 {
  padding-left: 0px;
}

.padd-l-4 {
  padding-left: 4px;
}

.padd-l-8 {
  padding-left: 8px;
}

.padd-l-16 {
  padding-left: 16px;
}

.padd-l-16 {
  padding-left: 16px;
}

.padd-l-24 {
  padding-left: 24px;
}

.padd-l-28 {
  padding-left: 28px;
}

.padd-l-32 {
  padding-left: 32px;
}

.padd-r-0 {
  padding-right: 0px;
}

.padd-r-8 {
  padding-right: 8px;
}

.padd-r-10 {
  padding-right: 10px;
}

.padd-r-16 {
  padding-right: 16px;
}

.padd-r-24 {
  padding-right: 24px;
}

.padd-r-32 {
  padding-right: 32px;
}

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

.top-0 {
  top: 0;
}

/* Z-INDEX */
.z-100 {
  z-index: 100;
}

.z-150 {
  z-index: 150 !important;
}

.z-200 {
  z-index: 200;
}

/* Colors - fonts and backgrounds */
.background-n {
  background: none;
}

.background-blue {
  background-color: #1991EB;
}

.background-white {
  background-color: #fff;
}

.background-yellow {
  background-color: #EBB107;
}

.background-green {
  background-color: #9ac433;
}

.background-grey {
  background-color: #8091A5;
}

.white-color {
  color: #fff;
}

.box-portrait-color-filled {
  margin: 0px 16px 8px 16px;
}

.no-box-shadow {
  box-shadow: none;
}

/* HEIGHT */
.h-i-100 {
  height: 100% !important;
}

.h-11px {
  height: 11px;
}

.h-16px {
  height: 16px;
}

.w-16px {
  width: 16px;
}

.w-18px {
  width: 18px;
}

.h-20px {
  height: 20px;
}

.h-24px {
  height: 24px;
}

.h-30px {
  height: 30px;
}

.h-40px {
  height: 40px;
}

.h-45px {
  height: 45px;
}

.h-56px {
  height: 56px;
}

.m-h-570px {
  max-height: 570px;
}

.m-h-400px {
  max-height: 400px;
}

/* WIDTH - responsive */
@media screen and (max-width: 468px) {
  .m-w-328-xs {
    margin: 4px 0 4px 0 !important;
  }
}

@media screen and (min-width: 469px) {
  .m-w-200-not-xs {
    margin: 8px;
    max-width: 200px;
  }
}

/* WIDTH */
.m-w-200 {
  max-width: 200px;
}

.m-w-240 {
  max-width: 240px;
}

.m-w-328 {
  max-width: 328px;
}

.m-w-330 {
  max-width: 330px;
}

.m-w-480 {
  max-width: 480px;
}

.m-w-i-960px {
  max-width: 960px !important;
}

@media screen and (min-width: 768px) {
  .m-w-i-calc-16px {
    max-width: calc(100% - 16px) !important;
  }
}
/* ACTIONS and ANIMATIONS */
.clickable {
  cursor: pointer;
}

.clickable-all {
  cursor: pointer;
  pointer-events: all;
}

/** End of Position and alignment **/
/** OVERFLOW **/
.o-hidden {
  overflow: hidden;
}

.o-y-scroll {
  overflow-y: scroll;
}

.o-hidden {
  overflow: hidden;
}

/*Transitions*/
.transition-all-ease-500 {
  transition: all 0.5s ease;
}