@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
/* GLOBAL APP SCSS */
[ng-click],
[data-ng-click],
[x-ng-click] {
  cursor: pointer;
}

body {
  color: #455C6C;
}

main {
  margin-top: 80px;
}

.no-header {
  margin-top: unset;
}

.business-header {
  z-index: 70;
  margin-bottom: 0;
  min-height: 40px;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  max-height: 80px;
  height: 80px;
}

.layout-page {
  box-sizing: border-box;
}

.business-view {
  background-color: #ECEFF5;
}

.onboarding-view {
  background-color: #455C6C;
}

.business-subheader {
  background-color: #F9F9F9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.business-subheader .md-button {
  border: solid 1px #9FABB3;
  max-width: 280px;
  margin-left: 10px;
  margin-right: 10px;
}
.business-subheader .md-button md-icon {
  margin-top: 8px;
}
.business-subheader .delete-btn {
  border: solid 1px #af6565;
  color: #af6565;
}
.business-subheader .delete-btn:hover {
  background-color: #e08b8b;
  color: #ffffff;
}
.business-subheader .action-btns {
  padding-left: 10px;
  padding-right: 10px;
}
.business-subheader .search-text {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.business-subheader .search-text input {
  border: solid 1px #9FABB3;
  border-radius: 3px;
  margin-top: 6px;
  padding-left: 140px;
  box-sizing: border-box;
  width: 100%;
  height: 38px;
}
.business-subheader .search-text select {
  position: absolute;
  top: 15px;
  left: 20px;
  max-width: 120px;
  height: 20px;
}
.business-subheader .search-text .ion-close {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 20px;
}
.business-subheader .search-text .ion-iphone {
  position: absolute;
  top: 16px;
  left: 50px;
  font-size: 20px;
}
.business-subheader .search-text .text-iphone {
  position: absolute;
  top: 18px;
  left: 65px;
  font-size: 14px;
  font-weight: 300;
}

.business-search-bar {
  min-width: 60%;
}

.business-subheader-toolbar {
  padding-top: 10px;
}
.business-subheader-toolbar span {
  font-size: 12px;
}

.business-large-padding-view {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10%;
  padding-right: 10%;
}

.business-small-padding-view {
  padding-left: 8px;
  padding-right: 8px;
}

.business-section {
  width: 100%;
}

.business-table-striped > tbody > tr:nth-child(odd) > td {
  background-color: #F9F9F9;
}

.business-link {
  cursor: pointer;
  color: #455C6C;
}

.business-link:hover {
  cursor: pointer;
  color: #455C6C;
  text-decoration: underline;
}

md-card {
  width: 100%;
  padding: 5px;
  box-shadow: none;
  border-top: 1px transparent solid;
  border-radius: 5px;
}
md-card md-card-content {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

md-input-container textarea.md-input {
  min-height: 150px !important;
  max-height: 150px !important;
  overflow: auto;
}

md-switch span {
  color: #455C6C;
}

md-switch.switch-title span {
  font-size: 18px;
}

md-table-container {
  width: 100%;
}

form {
  width: 100%;
}

.md-button {
  text-transform: none;
  font-weight: 400;
  font-size: 15px;
  width: 100%;
}

.md-raised,
.md-button.md-raised:not([disabled]) {
  box-shadow: 0px 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.md-light-blue.md-button.md-default-theme.md-raised:not([disabled]):hover,
.md-light-blue.md-button.md-raised:not([disabled]) {
  background-color: #768793;
  color: #ffffff;
}

.md-light-blue.md-button.md-default-theme.md-raised:not([disabled]):hover,
.md-light-blue.md-button.md-raised:not([disabled]):hover {
  background-color: #4d6271;
  color: #ffffff;
}

.md-stripe-color.md-button.md-default-theme.md-raised:not([disabled]):hover,
.md-stripe-color.md-button.md-raised:not([disabled]) {
  background-color: #666EE8;
  color: #ffffff;
}

.md-stripe-color.md-button.md-default-theme.md-raised:not([disabled]):hover,
.md-stripe-color.md-button.md-raised:not([disabled]):hover {
  background-color: #484fb1;
  color: #ffffff;
}

.business-csv-dialog .upload-csv {
  margin-top: 20px;
}
.business-csv-dialog .inputfile {
  width: 0.1px !important;
  height: 0.1px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  z-index: -1 !important;
}
.business-csv-dialog .inputfile + label {
  width: 100%;
  max-width: 100%;
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
}
.business-csv-dialog .inputfile:focus + label,
.business-csv-dialog .inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.business-csv-dialog .inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}
.business-csv-dialog .inputfile-1 + label {
  color: #ffffff;
  background-color: #455C6C;
  border-radius: 3px;
}
.business-csv-dialog .inputfile-1:focus + label,
.business-csv-dialog .inputfile-1.has-focus + label,
.business-csv-dialog .inputfile-1 + label:hover {
  background-color: #768793;
}
.business-csv-dialog .dialog-button {
  border: 1px solid #455C6C;
  color: #455C6C;
  border-radius: 3px;
  height: 44px;
}
.business-csv-dialog .error-message {
  color: #EF473A;
}
.business-csv-dialog .error-container .csv-message {
  color: #455C6C;
}
.business-csv-dialog .error-container .md-button {
  margin: 0 0 0 0;
}
.business-csv-dialog .error-container h5 {
  color: #EF473A;
}

.ion-icon-info {
  position: absolute;
  top: -11px;
  right: 3px;
  font-size: 10px;
}

.md-steppers:not(.md-steppers-linear) .md-stepper-indicator.md-editable.md-completed:hover, .md-steppers:not(.md-steppers-linear) .md-stepper-indicator.md-editable.md-completed:hover .md-stepper-indicator-wrapper, .md-steppers:not(.md-steppers-linear) .md-stepper-indicator:not(.md-active):not(.md-completed):hover, .md-steppers:not(.md-steppers-linear) .md-stepper-indicator:not(.md-active):not(.md-completed):hover .md-stepper-indicator-wrapper {
  background-color: unset;
}

.md-stepper-icon {
  color: #455C6C;
}

.md-steppers-horizontal {
  box-shadow: unset;
}
.md-steppers-horizontal .md-stepper-indicator-wrapper {
  background-color: transparent;
  display: flex;
  flex-direction: column;
}
.md-steppers-horizontal .md-stepper-indicator-wrapper .md-stepper-number {
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  color: #455C6C;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.md-steppers-horizontal .md-stepper-indicator-wrapper .md-stepper-title {
  color: #455C6C;
}
.md-steppers-horizontal .md-active .md-stepper-number {
  background-color: #00D286;
  color: #ffffff;
}
.md-steppers-horizontal .md-stepper-indicator {
  justify-content: center;
  align-items: center;
}
.md-steppers-horizontal .md-stepper-indicator:first-child {
  justify-content: flex-start;
  align-items: flex-start;
}
.md-steppers-horizontal .md-stepper-indicator:last-child {
  justify-content: flex-end;
  align-items: flex-end;
}
.md-steppers-horizontal .md-stepper-indicator:after {
  width: unset;
  height: unset;
  margin-top: unset;
  position: unset;
  top: unset;
  left: unset;
  z-index: unset;
}
.md-steppers-horizontal .md-stepper-indicator:before {
  background-color: unset;
  border-top: 1px solid #e2e2e2;
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  left: 0px;
  top: 24px;
}

md-dialog.fullscreen-dialog {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

md-dialog md-input-container {
  margin: 6px 0;
}
md-dialog md-input-container .md-input {
  border-width: 1px;
  min-height: 38px;
  border-radius: 3px;
  padding: 0 0 0 10px;
  border-width: 1px;
}
md-dialog label {
  padding-bottom: 3px;
  color: #455C6C;
  font-weight: 400;
}
md-dialog md-input-container.md-input-focused .md-input, md-dialog md-input-container.md-input-resized .md-input, md-dialog md-input-container .md-input.ng-invalid.ng-dirty {
  border-width: 1px;
}

.business-dialog-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  color: #455C6C;
}

.business-dialog-header {
  width: 100%;
}
.business-dialog-header .ion {
  font-size: 80px;
  color: #455C6C;
}
.business-dialog-header h1 {
  color: #455C6C;
}

.business-dialog-content {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.business-dialog-content .content-paragraph-separator {
  margin-bottom: 45px;
}
.business-dialog-content .content-buttons .md-button:first-child {
  margin-right: 10px;
}

.business-dialog-footer {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.btn-back {
  border: 2px solid #00D286;
  background-color: #ffffff;
  border-color: #00D286;
  color: #00D286;
}

.btn-submit {
  color: #ffffff;
  background-color: #00D286;
  border-color: #00D286;
}

.business-title {
  color: #455C6C;
  padding: 10px;
  padding-left: 20px;
  font-size: 18px;
}

.witdh-full {
  width: 100%;
}

.wave {
  background: #00D286;
  height: 50px;
  position: relative;
}

.wave::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: repeat no-repeat;
  height: 20px;
  background-color: #00D286;
}

md-input-container.md-default-theme.md-input-invalid .md-input, md-input-container.md-input-invalid .md-input {
  border-color: rgba(0, 0, 0, 0.13);
}

.business-button-subscribe {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: auto !important;
  min-width: 300px !important;
  height: auto;
  min-height: 50px;
  color: #ffffff;
  background-color: #00D286;
  font-weight: 500;
  border-radius: 10px;
  border: 0;
  box-shadow: 0 0 0 0 rgba(0, 210, 134, 0.7);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  -webkit-animation: none;
          animation: none;
}
.business-button-subscribe:hover {
  border: 0;
  background-color: #00B473 !important;
  -webkit-animation: pulse 1.25s forwards cubic-bezier(0.3, 0, 0, 1);
  animation: pulse 1.25s forwards cubic-bezier(0.3, 0, 0, 1);
}

.business-button-subscribe--bordered {
  border: 2px solid #00D286;
  background-color: transparent;
  color: #00D286;
}

.business-button-subscribe__icon {
  margin-right: 10px;
}

.business-button-subscribe__img {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 80px;
  background-position: center;
  height: 30px;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px #ECEFF5;
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 15px #ECEFF5;
  }
}
.md-button.business-button {
  width: auto;
  line-height: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: #455C6C;
  color: #455C6C;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
  border-width: 1px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(42, 47, 69, 0.1), 0 2px 5px 0 rgba(42, 47, 69, 0.08), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  opacity: 0.99;
  min-width: 210px;
}
.md-button.business-button:hover {
  background-color: rgba(69, 92, 108, 0.2);
}
.md-button.business-button:focus {
  border-color: #455C6C;
  background-color: #ffffff;
}

.md-button.business-button--animate {
  background-color: #455C6C;
  color: #ffffff;
  -webkit-animation: none;
          animation: none;
  box-shadow: 0 0 0 0 rgba(159, 171, 179, 0.7);
}
.md-button.business-button--animate:hover {
  border: 0;
  background-color: #1E2C36 !important;
  -webkit-animation: pulse-white 1.25s forwards cubic-bezier(0.3, 0, 0, 1);
  animation: pulse-white 1.25s forwards cubic-bezier(0.3, 0, 0, 1);
}

.md-button.business-button--small {
  font-size: 10px;
  height: 15px;
  min-height: 20px;
  max-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 115px;
}

.md-button.business-button--danger {
  color: #EF473A;
  border-color: #EF473A;
  background-color: #ffffff;
}
.md-button.business-button--danger:hover {
  background-color: rgba(239, 71, 58, 0.2);
}
.md-button.business-button--danger:focus {
  border-color: #EF473A;
  background-color: rgba(239, 71, 58, 0.2);
}

.md-button.business-button--positive {
  border-color: #00D286;
  background-color: #ffffff;
  color: #00D286;
}
.md-button.business-button--positive:hover {
  background-color: rgba(0, 210, 134, 0.7);
  color: #ffffff;
}
.md-button.business-button--positive:focus {
  border-color: #00D286;
  background-color: rgba(0, 210, 134, 0.7);
}

.md-button.business-button--white-positive {
  border-color: #00D286;
  background-color: #ffffff;
  color: #00D286;
}
.md-button.business-button--white-positive:hover {
  background-color: rgba(0, 210, 134, 0.7);
  color: #ffffff;
}
.md-button.business-button--white-positive:focus {
  border-color: #00D286;
  background-color: rgba(0, 210, 134, 0.7);
}

.md-button.business-button--plain-positive {
  background-color: #00D286;
  color: #ffffff;
  border-color: #00D286;
}
.md-button.business-button--plain-positive:hover {
  border-color: #059E67;
  background-color: #059E67;
}
.md-button.business-button--plain-positive:focus {
  border-color: #00D286;
  background-color: #059E67;
}

.md-button.business-button--large {
  width: 100%;
  border-width: 1px;
  border-style: solid;
}

.business-button__icon {
  position: relative;
  margin-right: 10px;
}

.business-button__icon-info {
  position: absolute;
  top: 2px;
  right: 6px;
  font-size: 15px;
}

@-webkit-keyframes pulse-white {
  to {
    box-shadow: 0 0 0 15px #ffffff;
  }
}
@keyframes pulse-white {
  to {
    box-shadow: 0 0 0 15px #ffffff;
  }
}
.business-card {
  background-color: #ffffff;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0px;
  margin-top: 50px;
  margin-bottom: 150px;
}

.business-card__header {
  position: relative;
  height: 300px;
  background-color: #ccecff;
}

.business-card__picture {
  position: absolute;
  background-repeat: no-repeat;
  height: 400px;
  top: -50px;
  background-size: 50%;
  background-position: center;
}

.business-card__paragraph {
  margin-bottom: 50px;
  color: #455C6C;
  font-size: 18px;
  line-height: 35px;
}

.business-card__action-buttons {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.business-credit-card {
  background-color: #3b4e63;
  border-radius: 9px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 400px;
  min-height: 190px;
  max-height: 190px;
  color: #ffffff;
}

.business-credit-card__card-holder {
  font-size: 20px;
  font-weight: 500;
}

.business-credit-card__digits {
  font-size: 20px;
  font-weight: 500;
}

.business-credit-card__icon {
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

md-dialog .md-actions, md-dialog md-dialog-actions {
  padding: unset;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: unset;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

md-dialog .md-actions .md-button, md-dialog md-dialog-actions .md-button {
  padding: unset;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: unset;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 10px;
  color: #455C6C;
  border-radius: 3px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: rgba(69, 92, 108, 0.07);
  font-weight: 500;
  margin-left: 10px;
  margin-right: 10px;
}
md-dialog .md-actions .md-button:hover, md-dialog md-dialog-actions .md-button:hover {
  background-color: rgba(69, 92, 108, 0.2);
}
md-dialog .md-actions .md-button:focus, md-dialog md-dialog-actions .md-button:focus {
  border-color: #455C6C;
}

.business-empty {
  font-weight: 400;
  z-index: 1;
  position: relative;
  color: #666666;
  padding: 40px;
  background-color: rgba(69, 92, 108, 0.03);
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.country-flag {
  margin-right: 10px;
}

.flag--ch, .flag--lu, .flag--nl, .flag--be, .flag--fr {
  width: 1.9em;
  height: 1.1875em;
  display: inline-block;
}

.flag--fr {
  background: linear-gradient(90deg, #15179c 33.3%, white 33.3%, white 66.6%, #ff0029 66.6%);
}

.flag--be {
  background: linear-gradient(90deg, #000000 33.3%, #fee000 33.3%, #fee000 66.6%, #ff0029 66.6%);
}

.flag--nl {
  background: linear-gradient(-180deg, #af1523 33.3%, white 33.3%, white 66.6%, #1c448c 66.6%);
}

.flag--lu {
  background: linear-gradient(-180deg, #ec2a39 33.3%, white 33.3%, white 66.6%, #00a1de 66.6%);
}

.flag--ch {
  background: linear-gradient(#d52b1e 20%, transparent 20%, transparent 80%, #d52b1e 80%), linear-gradient(to right, #d52b1e 30%, transparent 30%, transparent 45%, white 45%, white 55%, transparent 55%, transparent 70%, #d52b1e 70%), linear-gradient(#d52b1e 42%, white 42%, white 58%, #d52b1e 58%);
}

.business-form {
  margin-top: 20px;
  margin-bottom: 20px;
}

.business-image {
  width: 150px;
  max-width: 150px;
  max-height: 150px;
}

.business-label {
  border: 2px solid black;
  border-radius: 3px;
  padding: 3px;
  display: flex;
  flex-direction: row;
  align-content: center;
  text-transform: uppercase;
  justify-content: center;
}

.business-label--positive {
  background-color: #00D286;
  border-color: #00D286;
  color: #ffffff;
}

.business-label--danger {
  background-color: #EF473A;
  border-color: #EF473A;
  color: #ffffff;
}

.business-label--info {
  background-color: #455C6C;
  border-color: #455C6C;
  color: #ffffff;
}

.business-label--bordered-positive {
  border-color: #00D286;
  color: #00D286;
}

.business-label--bordered-danger {
  border-color: #EF473A;
  color: #EF473A;
}

.business-label--bordered-info {
  border-color: #455C6C;
  color: #455C6C;
}

.business-link-card {
  position: relative;
  background-color: #F9F9F9;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #F9F9F9;
  margin-bottom: 20px;
}

.business-link-card__title {
  color: #455C6C;
  text-transform: uppercase;
  font-weight: 500;
}

.md-button.business-link-card__button {
  width: auto;
  height: 25px;
  min-height: 25px;
  line-height: 10px;
  border: 1px solid #02603E;
  color: #02603E;
  border-radius: 3px;
  margin-left: 10px;
}

.md-button.business-link-card__button--danger {
  color: #EF473A;
  border: 1px solid #EF473A;
}

.md-button.business-link-card__button--light {
  color: #02603E;
  border: 1px solid #02603E;
}

.business-link {
  cursor: pointer;
  color: #00D286;
  text-decoration: none !important;
}
.business-link:hover {
  color: #00D286 -blue;
}

.business-link__icon {
  margin-left: 5px;
}

.business-list {
  color: #455C6C;
  position: relative;
  line-height: 1.5em;
}

.business-list--checkmarks li {
  text-indent: -10px;
  list-style-type: none;
}
.business-list--checkmarks li::before {
  content: "\f121";
  position: absolute;
  font-family: "Ionicons";
  font-size: 15px;
  left: 20px;
  color: #00D286;
}

.business-list__icon {
  margin-left: 10px;
}

.business-message {
  font-weight: 400;
  z-index: 1;
  position: relative;
  border-radius: 3px;
  color: #000000;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.39);
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.business-message--120 {
  height: 120px;
  max-height: 120px;
  min-height: 120px;
}

.business-message--info {
  color: #ffffff;
  background-color: #455C6C;
}

.business-message--danger {
  color: #ffffff;
  background-color: rgba(239, 71, 58, 0.7);
}

.business-message--background-icon-bag::before {
  position: absolute;
  left: 20px;
  font-family: "Ionicons";
  content: "\f110";
  font-size: 100px;
  color: rgba(69, 92, 108, 0.4);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  z-index: 1;
}

.business-message--background-icon-alert::before {
  position: absolute;
  left: 20px;
  font-family: "Ionicons";
  content: "\f101";
  font-size: 100px;
  color: rgba(69, 92, 108, 0.4);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  z-index: 1;
}

.business-message__title {
  text-align: center;
  padding: 10px;
}

.business-message__link {
  font-weight: 500;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}

.business-message__link-icon {
  padding-left: 10px;
}

.business-message__icon-close {
  position: absolute;
  right: 15px;
  top: 10px;
}

.business-modal {
  min-width: 50%;
  position: relative;
}

.business-modal__header {
  min-height: 60px;
  max-height: 60px;
  z-index: 99;
}

.business-modal__header--has-steppers {
  min-height: 100px;
  max-height: 100px;
  z-index: 99;
}

.business-modal__title {
  font-size: 20px;
  font-weight: 500;
  color: #455C6C;
}

.business-modal__close-button {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #455C6C;
}

.business-modal__content {
  color: #455C6C;
  min-height: 250px;
}

.business-modal__landing-wording {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #455C6C;
  line-height: 25px;
}

.business-modal__divider {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  margin-top: 16px;
  width: 100px;
}

.business-offer {
  background-color: #e2e2e2;
  margin-left: 5px;
  margin-right: 5px;
  width: 50%;
  padding: 5px;
  border-radius: 9px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.13);
  padding: 20px;
  margin: 50px;
}

.business-paragraph {
  color: #455C6C;
}

.business-price {
  width: 100%;
  font-size: 30px;
  display: flex;
  flex-direction: row;
  color: #455C6C;
  align-items: center;
  justify-content: center;
}

.business-price__value {
  margin-right: 3px;
}

.business-price__slash {
  margin-left: 3px;
  color: #00D286;
}

.business-price__interval {
  font-size: 25px;
}

.business-price__tax {
  margin-left: 3px;
  font-size: 18px;
  color: #00D286;
}

.business-price--small {
  color: #B2B2B2;
  font-size: 12px;
}

.business-price--selected {
  color: #00D286;
}

.business-price__container {
  height: 150px;
  margin-top: -30px;
}

.business-price--padding {
  padding: 15px;
}

.business-price--line {
  color: #00D286;
  font-size: 20px;
}

md-select.business-select {
  padding: 3px !important;
  border: 1px solid !important;
  border-radius: 3px !important;
  border-color: rgba(0, 0, 0, 0.12) !important;
}

.buisness-select md-select.md-default-theme .md-select-value.md-select-placeholder, md-select .md-select-value.md-select-placeholder {
  border-bottom: unset !important;
}

.business-setting {
  color: #455C6C;
}

.business-setting_aside {
  margin-bottom: 20px;
}

.business-setting__section {
  min-height: 180px;
  padding: 22px;
}

.business-setting__title {
  color: #455C6C;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.business-setting__divider {
  width: 100%;
  height: 1px;
  background-color: #9FABB3;
}

.business-status {
  color: #455C6C;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-start;
  align-content: center;
}

.business-status--danger {
  color: #EF473A;
}

.business-status--positive {
  color: #00D286;
}

.business-status__icon {
  margin-right: 10px;
  font-size: 14px;
}

.md-steppers-header-region {
  position: fixed;
  top: 30px;
  width: 100%;
}

.md-steppers-horizontal .md-stepper-indicator-wrapper .md-stepper-title {
  max-width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

small.md-stepper-error-message {
  max-width: 150px;
}

.business-steppers__body {
  height: 100%;
  min-height: 100%;
  padding-top: 0px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 70px;
}

.business-steppers__actions {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: white;
}

.business-steppers__payment {
  padding-top: 25px;
}

.business-switch {
  position: relative;
  font-size: 14px;
  border-radius: 20.5px;
  background: #fff;
  box-shadow: #B2B2B2 0px 1px 2px;
  color: #455C6C;
  width: 200px;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.business-switch:before {
  content: "";
  display: block;
  width: calc(50% + 10px);
  height: 100%;
  border-radius: 20.5px;
  position: absolute;
  left: 0;
  transition: left 0.15s linear;
}

.business-switch__title {
  border-radius: 20.5px;
  padding: 8px 20px;
  background: transparent;
  z-index: 1;
  text-align: center;
  line-height: 14px;
  transition: color 0.3s ease;
}
.business-switch__title:last-child:before {
  left: calc(50% - 10px);
  transition: left 0.15s linear;
}

.business-switch__title--selected {
  background-color: #00D286;
  color: #fff;
  transition: color 0.3s ease;
  width: 100%;
}

.business-table {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.13);
}
.business-table .md-row:nth-child(even) {
  background-color: #F9F9F9;
}

.business-table--header-blue thead {
  background-color: #F9F9F9;
}
.business-table--header-blue thead .md-row .md-column {
  color: #455C6C !important;
}
.business-table--header-blue tbody .md-cell {
  color: #455C6C !important;
}

.business-table--price thead {
  background-color: #F9F9F9;
}
.business-table--price thead .md-row .md-column {
  color: #B2B2B2 !important;
}
.business-table--price tbody .md-cell {
  color: #455C6C !important;
}

table.business-table--price.md-table {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

table.business-table--price.md-table tbody.md-body > tr.md-row, table.md-table tfoot.md-foot > tr.md-row {
  height: 30px;
}

table.business-table--price.md-table:not(.md-row-select) td.md-cell:first-child, table.md-table:not(.md-row-select) th.md-column:first-child {
  max-width: 95px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}

table.business-table--price-upgrade.md-table:not(.md-row-select) td.md-cell:last-child, table.business-table--price-upgrade.md-table:not(.md-row-select) th.md-column:last-child {
  border-left: 2px solid #00D286;
  border-right: 2px solid #00D286;
}

.business-table--price-upgrade thead .md-row .md-column:last-child {
  border-top: 2px solid #00D286;
  border-radius: 3px;
}

.business-table--price-upgrade .md-row:last-child .md-cell:last-child {
  border-bottom: 2px solid #00D286;
  border-radius: 3px;
}

.business-table__title--selected {
  color: #00D286;
}

.business-table__icon {
  font-size: 15px;
  color: #DADADA;
}

.business-table__icon--positive {
  font-size: 15px;
  color: #00D286;
}

.business-table__icon--danger {
  font-size: 15px;
  color: #EF473A;
}

.business-text {
  color: #455C6C;
  text-align: justify;
}

.business-text--small {
  padding-top: 20px;
  font-size: 12px;
  color: #455C6C;
}

.business-text--middle {
  padding-top: 60px;
  font-size: 16px;
  color: #455C6C;
}

.business-text--bold {
  font-weight: 500;
  color: #00D286;
}

.business-text--line {
  line-height: 1px;
}

.business-text--padding {
  padding: 15px;
}

.business-text__icon {
  margin-right: 10px;
}

.business-form .StripeElement {
  background-color: #ffffff;
  height: 30px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  transition: box-shadow 150ms ease;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
}
.business-form .StripeElement--focus {
  box-shadow: 0 1px 3px 0 #DADADA;
}
.business-form .StripeElement--invalid {
  border-color: #F9B6B1;
}
.business-form StripeElement--webkit-autofill {
  background-color: #FEF5B6 !important;
}

.account-view h3 {
  color: #455C6C;
}
.account-view p {
  color: #455C6C;
}
.account-view .md-button {
  margin: 0;
  max-width: 150px;
}
.account-view .business-link {
  margin-left: 20px;
}
.account-view .sub-title {
  font-weight: 400;
}
.account-view .message {
  color: grey;
  font-size: 12px;
}
.account-view .account-module {
  width: 100%;
}
.account-view .account-module:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.account-view .account-image {
  text-align: center;
  width: 100px;
  background-size: contain;
}

#admins-list-toolbar {
  background-color: #fff;
  max-height: unset;
  min-height: unset;
  height: 38px;
}

.board-toolbar {
  background-color: yellow;
  height: 100px;
}

.tabs-view .disable-section {
  background-color: #ffffff;
}
.tabs-view .business-section .button {
  background-color: #768793;
  color: #ffffff;
}
.tabs-view .business-section .button:hover {
  color: #768793;
}
.tabs-view .profile {
  width: 30px;
  height: 30px;
}
.tabs-view .max-length-msg {
  color: #EF473A;
  text-align: center;
}
.tabs-view table.md-table td.md-cell {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.tabs-view md-icon {
  margin-left: 20px;
}
.tabs-view .status-accepted {
  background-color: #00D286;
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 5px;
  padding-right: 15px;
  padding-left: 15px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-size: 10px;
}
.tabs-view .status-refused {
  background-color: #EF473A;
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 5px;
  padding-right: 15px;
  padding-left: 15px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-size: 10px;
}
.tabs-view .status-default {
  background-color: black;
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 5px;
  padding-right: 15px;
  padding-left: 15px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-size: 10px;
}
.tabs-view .save-welcome-btn {
  margin-top: 20px;
}
.tabs-view .review-name {
  padding-left: 10px;
}

.bsitcare-body md-content {
  overflow: unset !important;
}
.bsitcare-body md-nav-bar {
  min-height: 50px;
  max-height: 50px;
  background: green;
  z-index: 6;
}
.bsitcare-body .navbar {
  min-height: 50px;
  max-height: 50px;
  z-index: 5;
  background: yellow;
  position: fixed;
  width: 100%;
  transition: all 0.5s ease-in;
  box-shadow: 0px 0px 5px -1px #666;
  color: #666;
  background: #fff;
}

.languages-select {
  color: #344a64;
}

.active-lang {
  color: #00D185;
}

.bsitcare-view {
  overflow: unset !important;
}
.bsitcare-view * {
  outline-color: #00D185;
  box-sizing: border-box;
}
.bsitcare-view a {
  color: #00D185;
}
.bsitcare-view .company-logo {
  width: 100%;
  text-align: center;
}
.bsitcare-view .company-logo img {
  width: 50%;
}
.bsitcare-view a[fb-href] {
  cursor: pointer;
}
.bsitcare-view .logo-bsit {
  width: 100%;
  margin-top: 0;
}
.bsitcare-view .section-acceuil {
  background-size: cover;
  height: 100vh;
}
.bsitcare-view .section-acceuil div.divLogo {
  width: 40%;
  display: inline-block;
}
.bsitcare-view .section-acceuil div.tagline {
  font-weight: bold;
  font-size: 2.3em;
  color: #00D185;
  text-shadow: none;
}
.bsitcare-view .section-acceuil h1 {
  font-weight: 300;
  font-size: 2em;
  color: #666;
  text-shadow: none;
}
.bsitcare-view .section-acceuil .title-block {
  width: 80%;
  display: inline-block;
  padding: 0 10% 0 2%;
  border-left: 3px solid #00D286;
}
.bsitcare-view .section-acceuil .title-block h1 {
  text-align: left;
  font-size: 1.9em !important;
  margin-top: 0;
}
.bsitcare-view .section-acceuil .title-block h2 {
  width: 100%;
  font-size: 1.5em !important;
  font-weight: regular;
  margin-top: 50px !important;
  text-align: left;
}
.bsitcare-view .section-acceuil .title-block .buttons a {
  margin: 20px 20px 20px 0 !important;
}
.bsitcare-view .section-acceuil > div {
  text-align: center;
  margin: 0 auto;
}
.bsitcare-view .section-acceuil > div * {
  text-align: center;
}
.bsitcare-view .section-alert {
  background-color: #00D185 !important;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  flex-direction: row;
  /* Safari 6.1+ */
  padding: 1%;
}
.bsitcare-view .section-alert .alert-title {
  width: 30%;
  color: #fff;
  font-size: 2.8em;
  text-align: right;
  padding: 2%;
}
.bsitcare-view .section-alert .alert-description {
  width: 70%;
  color: #fff;
  font-size: 1.4em;
  text-align: left;
}
.bsitcare-view .section-alert .alert-description span {
  font-weight: 600;
}
.bsitcare-view .section-alert .alert-description a {
  text-decoration: none;
  font-weight: 600;
  color: #455c6c;
  margin-top: 10px;
  display: block;
}
.bsitcare-view .section-avantages h2 {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2em;
}
.bsitcare-view .section-avantages .list-advantages .item-advantages {
  width: 33%;
  min-width: 300px;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
}
.bsitcare-view .section-avantages .list-advantages .item-advantages img {
  max-width: 250px;
  margin: 30px 0px;
}
.bsitcare-view .section-avantages .list-advantages .item-advantages > h3 {
  color: #00D185 !important;
  /*#666*/
  font-size: 2em !important;
  text-transform: uppercase;
  margin: 2% !important;
}
.bsitcare-view .section-avantages .list-advantages .item-advantages > p {
  text-align: center;
  font-size: 1.2em !important;
  line-height: 1.4em !important;
  font-weight: 400;
  color: #455c6c;
  margin: 10px;
  text-align: center;
  padding: 0px 20px;
}
.bsitcare-view .section-avantages .list-advantages .item-advantages > p > a {
  text-decoration: none;
  color: #455c6c !important;
  font-weight: 600 !important;
}
.bsitcare-view .section-avantages .list-advantages .item-advantages > p > a:hover {
  color: #EF473A;
}
.bsitcare-view .section-avantages ng-include {
  text-align: center;
}
.bsitcare-view .section-contact h2 {
  font-weight: 300;
  margin-top: 50px;
  font-size: 48px;
  text-transform: uppercase;
}
.bsitcare-view .section-contact h2.white {
  color: #ffffff;
}
.bsitcare-view .section-contact h3 {
  color: #ffffff !important;
  font-weight: 300;
  margin-top: 30px;
}
.bsitcare-view .section-contact p {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.5em;
  color: #fff;
  margin-top: 20px;
}
.bsitcare-view .section-contact a {
  font-weight: 300 !important;
  color: #00D286;
  text-decoration: none;
}
.bsitcare-view .section-contact a[href^=mailto] {
  text-decoration: underline;
}
.bsitcare-view .section-contact .disclamer {
  font-size: 13px;
  font-weight: 300;
}
.bsitcare-view .section-contact separator {
  max-width: 300px;
}
.bsitcare-view .section-contact .disclaimer-oldname {
  font-style: italic;
  margin-top: 0;
}
.bsitcare-view .section-contact .news {
  max-height: 420px;
}
.bsitcare-view .section-contact .references {
  /*padding: 20px;*/
  background: #ffffff;
  width: 100vw;
}
.bsitcare-view .section-contact .references > div {
  flex-wrap: wrap;
  width: 100%;
}
.bsitcare-view .section-contact .references > div a {
  transition: all 0.5s ease-in;
  border: 2px solid transparent;
  margin: 0px 10px;
}
.bsitcare-view .section-contact .references > div a > img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 35px;
  /*width: 150px;*/
  margin: 20px 10px;
  filter: gray;
  /* IE6-9 */
  filter: grayscale(70%);
  /* Microsoft Edge and Firefox 35+ */
  -webkit-filter: grayscale(70%);
  /* Google Chrome, Safari 6+ & Opera 15+ */
}
.bsitcare-view .section-contact .references > div a > img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}
.bsitcare-view .section-contact .share-buttons {
  margin: auto;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  justify-content: center;
  align-items: center;
  margin: 0 20px;
  /*a.fb {
  	margin: 26px 0 0 0 !important;
  }*/
}
.bsitcare-view .section-contact .share-buttons iframe {
  display: inline;
  width: 87px;
  height: 21px;
  border: none;
  overflow: hidden;
}
.bsitcare-view .section-contact .share-buttons a.button {
  border-width: 0px;
  color: #00D185;
  /*#fff*/
  border-color: #fff;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 21px;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
.bsitcare-view .section-contact .share-buttons a.button > i {
  font-size: 36px;
  padding-right: 10px;
}
.bsitcare-view .section-contact .share-buttons a.button > span {
  color: #666;
}
.bsitcare-view .section-contact .share-buttons a.button:hover {
  color: #00D185;
}
.bsitcare-view .section-contact .share-buttons a.store {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
  margin: 20px 20px 50px 0;
}
.bsitcare-view .section-contact .share-buttons a.store:hover {
  background: #f05858;
  background-image: linear-gradient(to top, #f47a7a, #f05858);
}
.bsitcare-view .section-contact .share-buttons a.store img {
  width: 250px;
}
.bsitcare-view .section-contact .bsit-contact {
  width: 250px;
}
.bsitcare-view .section-features .img_feature > img {
  height: 620px;
  width: 300px;
  max-width: 300px;
  margin: 30px 0;
}
.bsitcare-view .section-features .feature-tab {
  margin: auto;
}
.bsitcare-view .section-features h2 {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2em;
  color: #fff;
}
.bsitcare-view .section-features .message {
  text-align: center;
  color: #fff;
  width: 60%;
  text-align: left;
}
.bsitcare-view .section-features .message * {
  font-size: 26px;
  line-height: 1.5;
}
.bsitcare-view .section-features .message .feature-list {
  text-indent: -1.3em;
  padding-left: 2em;
}
.bsitcare-view .section-features .message .feature-list p {
  color: #fff;
}
.bsitcare-view .section-features .message .feature-list p:hover {
  color: #00D185;
}
.bsitcare-view .section-features .message .feature-list span {
  color: #00D185;
}
.bsitcare-view .section-features .message .feature-list * {
  outline: none;
}
.bsitcare-view .section-features .message .startguide-link {
  text-align: center;
  margin-top: 50px;
}
.bsitcare-view .section-features .message ul {
  list-style-type: none;
}
.bsitcare-view .section-features .message li {
  margin-bottom: 0.5em;
}
.bsitcare-view .section-features .message strong {
  color: #00D185;
  font-weight: normal;
}
.bsitcare-view .section-features p {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 1em;
}
.bsitcare-view .section-features .extraFeaturesTitle {
  color: #fff;
  font-weight: 300;
}
.bsitcare-view .section-features .extraFeatures {
  text-align: center;
  font-size: 20px;
}
.bsitcare-view .section-features .extraFeatures div {
  display: inline-block;
  width: 33%;
  min-width: 220px;
  font-size: 20px;
}
.bsitcare-view .section-features .extraFeatures div div {
  margin: 0 25px;
  color: #fff;
  max-width: 300px;
}
.bsitcare-view .section-features .extraFeatures div span {
  font-size: 22px;
  font-weight: bold;
  color: #00D286;
}
.bsitcare-view .section-features .extraFeaturesLink {
  margin: 30px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.bsitcare-view .section-features .extraFeaturesLink a {
  text-decoration: none;
}
.bsitcare-view .section-ou h1 {
  color: #00D185;
}
.bsitcare-view .section-ou h2 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1.2em;
}
.bsitcare-view .section-ou h3 {
  font-size: 36px;
  font-weight: 300;
  margin: 10px;
  color: #455c6c;
}
.bsitcare-view .section-ou .testimonial-container {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  flex-direction: row;
  /* Safari 6.1+ */
  width: 100%;
}
.bsitcare-view .section-ou .testimonial-container .half {
  width: 50%;
}
.bsitcare-view .section-ou .testimonial-container .half p {
  text-align: center;
  margin: 0 5% 5% 20%;
  width: 65%;
  max-width: 500px;
}
.bsitcare-view .section-ou .testimonial-container .half #location-map {
  display: block;
  max-width: 500px;
  width: 65%;
  margin: 5% 5% 5% 20%;
}
.bsitcare-view .section-ou .testimonial-container .testimonial {
  padding: 5% 20% 5% 5%;
  text-align: center;
}
.bsitcare-view .section-ou .testimonial-container .testimonial img {
  width: 120px;
  margin: 2%;
}
.bsitcare-view .section-ou .testimonial-container .testimonial > div > h3 {
  color: #00D185;
  font-weight: 400 !important;
  font-size: 1.3em !important;
}
.bsitcare-view .section-ou .testimonial-container .testimonial > div > h3 > span {
  color: #666;
}
.bsitcare-view .section-alertBox {
  background-color: #ffffff !important;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  flex-direction: row;
  /* Safari 6.1+ */
  padding: 0 !important;
  border: 2px solid #00D185;
}
.bsitcare-view .section-alertBox .alertBoxAmbassadeur {
  background-color: #00D185;
  width: 50% !important;
  padding: 2% 2% 2% 4%;
  margin: 0 auto;
}
.bsitcare-view .section-alertBox .alertBoxAmbassadeur .alert-title {
  width: 100%;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 2.8em;
  text-transform: uppercase;
}
.bsitcare-view .section-alertBox .alertBoxAmbassadeur .alert-title h3 {
  color: #ffffff;
  font-weight: 300;
  font-size: 0.6em;
  margin: 0;
}
.bsitcare-view .section-alertBox .alertBoxAmbassadeur .alert-description {
  margin: 0 auto;
  width: 65%;
  color: #fff;
  font-size: 1.4em;
  text-align: left;
}
.bsitcare-view .section-alertBox .alertBoxAmbassadeur .alert-description p {
  font-size: 0.8em !important;
}
.bsitcare-view .section-alertBox .alertBoxAmbassadeur .alert-description a {
  text-decoration: none;
  font-weight: 600;
  color: #455c6c;
  margin-top: 10px;
  display: block;
  font-size: 20px;
  text-align: left;
}
.bsitcare-view .section-alertBox .alertBoxSitter {
  width: 50% !important;
  margin: 0 auto;
}
.bsitcare-view .section-alertBox .alertBoxSitter .alert-title {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 2.8em;
  text-transform: uppercase;
}
.bsitcare-view .section-alertBox .alertBoxSitter .alert-title img {
  max-height: 80px !important;
}
.bsitcare-view .section-alertBox .alertBoxSitter .alert-title h3 {
  font-weight: 300;
  text-align: center;
  color: #455c6c;
  font-size: 0.6em;
  padding: 0;
  margin: 0;
}
.bsitcare-view .section-alertBox .alertBoxSitter .alert-description {
  width: 65%;
  margin: 0 auto;
  font-size: 1.4em;
  text-align: left;
}
.bsitcare-view .section-alertBox .alertBoxSitter .alert-description p {
  font-size: 0.8em !important;
  color: #455c6c;
}
.bsitcare-view .section-alertBox .alertBoxSitter .alert-description a {
  text-decoration: none;
  font-weight: 600;
  color: #455c6c;
  margin-top: 10px;
  display: block;
  font-size: 20px;
}
.bsitcare-view .charte {
  background-color: #00D185;
}
.bsitcare-view .charte img {
  max-width: 200px;
}
.bsitcare-view .charte .alert-description h3 {
  font-weight: 300;
  margin: 0 0 20px 0;
  text-align: left;
  color: #fff;
}
.bsitcare-view .section-pourquoi div {
  flex-grow: 1;
}
.bsitcare-view .section-pourquoi img {
  background-size: 360px;
  width: 360px;
  height: 360px;
  max-width: 360px;
}
.bsitcare-view .section-pourquoi h2 {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2em;
}
.bsitcare-view .section-pourquoi .message {
  padding: 30px 10px 30px 30px;
  text-align: center;
  color: #455c6c;
  width: 60%;
  text-align: left;
}
.bsitcare-view .section-pourquoi .message > * {
  font-size: 20px;
  line-height: 1.5;
}
.bsitcare-view .section-pourquoi .message strong {
  color: #00D185;
  font-weight: normal;
}
.bsitcare-view .section-pourquoi .message a {
  text-decoration: none;
  color: #455c6c;
  font-weight: 600;
}
.bsitcare-view .section-pourquoi .message a:hover {
  color: #EF473A;
}
.bsitcare-view .section-pourquoi p {
  font-size: 16px;
}
.bsitcare-view md-option[selected] {
  color: #00D188;
}
.bsitcare-view .section-rejoignez-nous {
  padding: 20px;
}
.bsitcare-view .section-rejoignez-nous h1 {
  text-transform: inherit;
  font-size: 2.5em;
}
.bsitcare-view .section-rejoignez-nous h3 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 300;
  margin: 10px;
}
.bsitcare-view .section-rejoignez-nous separator {
  background: #ffffff;
  margin: 20px 0;
}
.bsitcare-view .section-rejoignez-nous img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100px;
}
.bsitcare-view .section-rejoignez-nous md-radio-button * {
  color: #ffffff;
}
.bsitcare-view .section-rejoignez-nous md-radio-button .md-on, .bsitcare-view .section-rejoignez-nous md-radio-button .md-off {
  color: #ffffff;
  border-color: #ffffff;
}
.bsitcare-view .section-rejoignez-nous md-radio-button .md-on {
  background-color: #ffffff;
}
.bsitcare-view .section-rejoignez-nous label {
  padding: 10px 0px;
  color: #ffffff;
}
.bsitcare-view .section-rejoignez-nous label > span {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.bsitcare-view .section-rejoignez-nous .confirmed {
  color: #ffffff;
  padding: 50px;
  font-size: 28px;
  max-width: 800px;
  line-height: 2em;
}
.bsitcare-view .section-rejoignez-nous .confirmed > a {
  color: #ffffff;
}
.bsitcare-view .section-rejoignez-nous form > * {
  display: block;
}
.bsitcare-view .section-rejoignez-nous form input[type=text], .bsitcare-view .section-rejoignez-nous form input[type=email], .bsitcare-view .section-rejoignez-nous form select {
  width: 100%;
}
.bsitcare-view .section-rejoignez-nous form md-select {
  border-radius: 5px;
  height: 29px;
  padding-top: 0px;
  border-bottom: none rgba(255, 255, 255, 0.04706);
  padding-bottom: 0px;
  border-top-color: rgba(255, 255, 255, 0.04706);
  border-right-color: rgba(255, 255, 255, 0.04706);
  border-left-color: rgba(255, 255, 255, 0.04706);
  background: #ffffff;
  outline-color: #00d185;
  margin: 0px;
}
.bsitcare-view .section-rejoignez-nous form md-select .md-select-value {
  border-bottom: none;
}
.bsitcare-view .section-rejoignez-nous form input[type=radio] {
  display: none;
}
.bsitcare-view .section-rejoignez-nous form input[type=radio] + label {
  margin-right: 10px;
}
.bsitcare-view .section-rejoignez-nous form input[type=radio] + label:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-size: 24px;
  padding: 10px 0px;
  margin-right: 5px;
  vertical-align: middle;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.bsitcare-view .section-rejoignez-nous form input[type=radio]:checked + label:before {
  content: "\f3a7";
}
.bsitcare-view .section-rejoignez-nous form input[type=radio]:not(:checked) + label:before {
  content: "\f3a6";
}
.bsitcare-view .section-rejoignez-nous form button {
  margin-top: 40px;
  border-radius: 5px;
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  background: #455c6c;
  color: #ffffff;
  background-image: linear-gradient(to top, transparent, #455c6c);
  transition: all 0.2s;
  display: inline-block;
  outline: 0;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  text-transform: uppercase;
}
.bsitcare-view .section-rejoignez-nous form button:not([disabled]):hover {
  background: #f05858;
  background-image: linear-gradient(to top, #f47a7a, #f05858);
}
.bsitcare-view .section-video h2 {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2em;
}
.bsitcare-view .section-video iframe {
  width: 80vw;
  height: 45vw;
  max-width: 1000px;
  max-height: 600px;
}
.bsitcare-view .section-video .video-button {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  width: 50px;
}
.bsitcare-view .section-video .video-button:active, .bsitcare-view .section-video .video-button:focus {
  color: #00D185;
}
.bsitcare-view .section-video .video-button i {
  font-size: 24pt;
  color: #666;
}
.bsitcare-view .section-video video {
  outline: none;
  max-width: 1200px;
  width: 80vw;
  height: auto;
}
.bsitcare-view .section-video input[type=range] {
  -webkit-appearance: none;
}
.bsitcare-view .section-video input[type=range]::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}
.bsitcare-view .section-video input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #00D185;
  margin-top: -6px;
}
.bsitcare-view .section-video input[type=range]:focus {
  outline: none;
}
.bsitcare-view .section-video input[type=range]:focus::-webkit-slider-runnable-track {
  background: #9FABB3;
}
.bsitcare-view body.home.android .appstore-button, .bsitcare-view body.home.ios .playstore-button {
  display: none;
}
.bsitcare-view .appstore-button > div, .bsitcare-view .playstore-button > div {
  background-size: contain;
  margin: 20px;
  width: 250px;
  height: 75px;
}
.bsitcare-view footer {
  position: relative;
}
.bsitcare-view section {
  width: 100vw !important;
}
.bsitcare-view section:first-child {
  z-index: 0;
}
.bsitcare-view section:last-child {
  padding-bottom: 0px;
}
.bsitcare-view section:not(:first-child) {
  padding-top: 20px;
  background-color: #ffffff;
  z-index: 1;
  position: relative;
}
.bsitcare-view section > span {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  font-size: 36pt;
  color: rgba(0, 0, 0, 0.2);
}
.bsitcare-view section > span:hover {
  color: #00D185;
}
.bsitcare-view section:first-child > span:hover {
  color: #ffffff;
}
.bsitcare-view .buttons > a {
  display: inline-block;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
  margin: 20px;
  /*padding: 20px;*/
}
.bsitcare-view .buttons > a:hover {
  background: #f05858;
  background-image: linear-gradient(to top, #f47a7a, #f05858);
}
@font-face {
  .bsitcare-view {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?cx0044");
    src: url("../fonts/icomoon.eot?cx0044#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?cx0044") format("truetype"), url("../fonts/icomoon.woff?cx0044") format("woff"), url("../fonts/icomoon.svg?cx0044#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
  }
}
.bsitcare-view [class^=icon-], .bsitcare-view [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bsitcare-view .icon-ICO-First_last_mile:before {
  content: "\e900";
}
.bsitcare-view .icon-ICO-Driver-Invitation:before {
  content: "\e901";
}
.bsitcare-view .icon-ICO-User:before {
  content: "\e902";
}
.bsitcare-view .icon-ICO-Service:before {
  content: "\e903";
}
.bsitcare-view .icon-ICO-Report:before {
  content: "\e904";
}
.bsitcare-view .icon-ICO-Optim:before {
  content: "\e905";
}
.bsitcare-view .icon-ICO-Tracking:before {
  content: "\e906";
}
.bsitcare-view .icon-ICO-Alerts:before {
  content: "\e907";
}
.bsitcare-view .icon-ICO-driver_app:before {
  content: "\e908";
}
.bsitcare-view .icon-ICO-POD:before {
  content: "\e909";
}
.bsitcare-view .icon-ICO-Dispatch:before {
  content: "\e90a";
}
.bsitcare-view .icon-ICO-Cust_Notif:before {
  content: "\e90b";
}
.bsitcare-view .icon-ICO-API:before {
  content: "\e90c";
}
.bsitcare-view nav .menu-logo {
  margin-left: 20px;
  cursor: pointer;
}
.bsitcare-view nav img {
  height: 35px !important;
  vertical-align: middle;
}
.bsitcare-view nav md-select {
  color: #00D185 !important;
  border: 0px;
  margin: 0;
  margin-top: -2px;
  padding-left: 20px !important;
  padding-right: 24px !important;
  display: inline;
}
.bsitcare-view nav md-select .md-select-value {
  border: none;
  border: none;
  font-weight: 700;
  font-size: 17px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.bsitcare-view nav md-select:not([disabled]):focus .md-select-value {
  border: none;
}
.bsitcare-view nav.small .menu-logo, .bsitcare-view nav.small h1 {
  display: none;
}
.bsitcare-view nav.small ng-transclude {
  flex-grow: 1;
}
.bsitcare-view nav.hide-menu > div {
  top: -100px !important;
}
.bsitcare-view nav > div {
  transition: all 0.5s ease-in;
  padding: 0px;
  box-shadow: 0px 0px 5px -1px #666;
  color: #666;
  background: #fff;
  position: absolute;
  width: 100%;
  top: -100px;
  z-index: 10;
}
.bsitcare-view nav > div h1 {
  font-weight: 300;
  font-size: 24px;
  margin: 0px;
}
.bsitcare-view nav > div.menu-shown {
  display: flex;
  opacity: 1;
  width: 100%;
  top: 0px;
  left: 0px;
  margin: 0px;
  position: fixed;
}
.bsitcare-view nav > div .separator {
  padding: 0px;
  margin: 0px;
}
.bsitcare-view nav > div .separator:after {
  content: "|";
}
.bsitcare-view nav > div > * > * {
  height: 50px;
  line-height: 50px;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}
.bsitcare-view nav > div span.menuitem, .bsitcare-view nav > div a, .bsitcare-view nav > div select {
  text-decoration: none;
  background-color: transparent;
  transition: all 0.5s ease-in;
  cursor: pointer;
  padding: 0px 20px;
  height: 50px;
  line-height: 50px;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #455c6c;
  text-transform: uppercase;
}
.bsitcare-view nav > div span.menuitem.menu-logo, .bsitcare-view nav > div a.menu-logo, .bsitcare-view nav > div select.menu-logo {
  margin-left: 40px;
}
.bsitcare-view nav > div span.menuitem > i, .bsitcare-view nav > div a > i, .bsitcare-view nav > div select > i {
  font-size: 30px;
}
.bsitcare-view nav > div span.menuitem:hover, .bsitcare-view nav > div a:hover, .bsitcare-view nav > div select:hover {
  color: #00D185;
}
.bsitcare-view nav > div span.menuitem.active, .bsitcare-view nav > div a.active, .bsitcare-view nav > div select.active {
  color: #00D185;
}
.bsitcare-view body.faq article > div {
  max-width: 90vw !important;
}
.bsitcare-view iframe {
  border: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.bsitcare-view article {
  padding: 0px;
  box-sizing: border-box;
  padding: 30px;
}
.bsitcare-view article > div {
  background: #fff;
  max-width: 800px;
  margin: auto;
}
.bsitcare-view article separator {
  margin-bottom: 60px;
}
.bsitcare-view article summary {
  font-size: 16pt;
  font-weight: 600;
  color: #455c6c;
}
.bsitcare-view article .article-date {
  text-align: right;
}
.bsitcare-view article .signature {
  font-size: 14pt;
  color: #4f6574;
  font-weight: 600;
}
.bsitcare-view article .references p {
  font-size: 14px;
  font-style: italic;
  color: #9FABB3;
}
.bsitcare-view article > h1:first-child {
  margin-top: 50px;
}
.bsitcare-view article h1 {
  font-size: 24pt;
  font-weight: 300;
  text-transform: uppercase;
  color: #455c6c;
  margin-bottom: 50px;
  max-width: 800px;
  margin: auto;
}
.bsitcare-view article h2 {
  font-weight: 300;
  font-size: 24pt;
  margin: 40px 0px;
  color: #00D185;
  text-align: left;
}
.bsitcare-view article h3 {
  font-weight: 500;
  font-size: 20pt;
  margin: 40px 0px;
  color: #00D185;
}
.bsitcare-view article h4 {
  font-size: 22px;
  font-weight: 300;
}
.bsitcare-view article h4 a {
  text-decoration: none;
  font-weight: 300;
}
.bsitcare-view article p, .bsitcare-view article li {
  font-weight: 300;
  line-height: 2;
  font-size: 13pt;
  color: #666;
}
.bsitcare-view article ul > li {
  list-style: none;
  margin-left: 20px;
}
.bsitcare-view article ul > li:before {
  content: ">";
  display: inline-block;
  color: #00D185;
  font-weight: 900;
  margin-right: 10px;
  margin-top: -2px;
  position: relative;
  border-radius: 20px;
  top: -2px;
}
.bsitcare-view article p {
  margin-bottom: 0;
}
.bsitcare-view article p.emphasis {
  margin: 100px 20%;
  text-align: center;
  padding: 20px;
  background: #00D185;
  color: #fff;
  font-weight: 300;
  font-size: 16pt;
}
.bsitcare-view article p.emphasis a {
  color: #fff;
}
.bsitcare-view article .redtext {
  color: #EF473A;
}
.bsitcare-view article .greentext {
  color: #00D286;
}
.bsitcare-view article table {
  border-collapse: collapse;
}
.bsitcare-view article table thead td {
  border: 1px solid #eee;
  padding: 10px;
  font-weight: 600;
}
.bsitcare-view article table tbody td {
  border: 1px solid #eee;
  padding: 10px;
  font-weight: 300;
}
.bsitcare-view article.blog img.float-left {
  float: left;
}
.bsitcare-view article.blog img.float-right {
  float: right;
}
.bsitcare-view article.blog img.float-left, .bsitcare-view article.blog img.float-right {
  width: 300px;
  border-radius: 0px;
  margin: 20px;
}
.bsitcare-view article.blog img.full {
  width: 60%;
  border-radius: 20px;
  margin: 20px auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.bsitcare-view article.blog-list {
  padding: 50px 0px;
}
.bsitcare-view article.blog-list > div {
  margin: 25px auto;
  padding: 15px 0px;
  width: 95%;
  max-width: 800px;
  cursor: pointer;
  border-left: 5px solid #ddd;
  box-shadow: 0px 0px 5px -1px #666;
}
.bsitcare-view article.blog-list > div:hover {
  border-color: #00D185;
}
.bsitcare-view article.blog-list > div:hover a {
  color: #EF473A;
}
.bsitcare-view article.blog-list > div h3 {
  text-align: left;
  margin: 0px;
  font-size: 20px !important;
  line-height: 1em;
}
.bsitcare-view article.blog-list > div p {
  font-size: 15px;
  margin-bottom: 15px;
}
.bsitcare-view article.blog-list .blog-date {
  font-weight: bold;
  color: #455C6C;
  text-align: right;
}
.bsitcare-view body {
  font-family: "Roboto", Arial, Helvetica, sans-serif !important;
}
.bsitcare-view .survey h3 {
  color: #455c6c;
}
.bsitcare-view .survey .positive {
  color: #00D185;
}
.bsitcare-view .survey .other-text {
  color: #00D185;
  font-weight: bold;
  font-size: 20px;
  padding-top: 20px;
}
.bsitcare-view .survey .question {
  font-weight: bold;
  color: #455c6c;
  font-size: 19px;
  padding-bottom: 20px;
}
.bsitcare-view .survey .question:first-child {
  color: #ef473a;
}
.bsitcare-view .survey .choice {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  align-items: center;
}
.bsitcare-view .survey .choice:first-child {
  margin-right: 10px;
}
.bsitcare-view .survey input[type=checkbox] {
  min-width: 15px;
  min-height: 15px;
}
.bsitcare-view .survey input[type=checkbox]:checked + label {
  color: #00D185;
}
.bsitcare-view .survey textarea {
  width: 100%;
  min-height: 100px;
}
.bsitcare-view .survey button {
  margin-top: 40px;
  border-radius: 5px;
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  background: #455c6c;
  color: #ffffff;
  background-image: linear-gradient(to top, transparent, #455c6c);
  transition: all 0.2s;
  display: inline-block;
  outline: 0;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  text-transform: uppercase;
}
.bsitcare-view .survey button:not([disabled]):hover {
  background: #f05858;
  background-image: linear-gradient(to top, #f47a7a, #f05858);
}
.bsitcare-view article a {
  color: #00D185;
  text-decoration: none;
  cursor: pointer;
}
.bsitcare-view article a:hover {
  color: #EF473A;
}
.bsitcare-view article p a {
  text-decoration: underline;
}
.bsitcare-view .logo {
  display: inline-block;
  padding: 30px;
  box-sizing: content-box;
  background-position: center;
  background-repeat: no-repeat;
}
.bsitcare-view .animated {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.bsitcare-view input {
  border-radius: 5px;
  height: 29px;
  padding-top: 0;
  padding-bottom: 0;
  border-color: rgba(255, 255, 255, 0.05);
}
.bsitcare-view select {
  -webkit-appearance: none;
  text-overflow: "";
  text-indent: 0.01px;
  border: 1px solid #dadada;
  background-color: #ffffff;
  color: #333333;
  cursor: pointer;
  display: block;
  font-size: 13px;
  outline: none;
  height: auto;
  padding: 8px 15px;
  position: relative;
  text-indent: 0.01px;
  z-index: 5;
  margin: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAYAAAA5ZDbSAAAABmJLR0QA/wD/AP+gvaeTAAABqElEQVR4nO3RMW4UQRRF0UvmJRESkrKeSTqc3ZCyNCYyKUiWZaCnu6r6nAW8/6VbAAAAAAAAAAAAAAAAAAAAAAAAAADAJXzaa2jbtpfH4/G9+rrX5qJ+vr6+frvf7z+OOLZb4BL5Aw6NWzsHLpHfcXjcekLgEvkNp8StJwUukX9zWtx6YuASuZPj1pMD16Ujnx63Dghcl4w8RNw6KHBdKvIwcevAwHWJyEPFrYMD19KRh4tbJwSuJSMPGbdOClxLRR42bp0YuJaIPHTcOjlwTR15+Lg1QOCaMvIUcWuQwDVV5Gni1kCBa4rIU8WtwQLX0JGni1sDBq4hI08ZtwYNXENFnjZuDRy4hog8ddwaPHCdGnn6uDVB4Dol8hJxa5LAdWjkZeLWRIHrkMhLxa3JAtdTIy8XtyYMXE+JvGTcmjRw7Rp52bg1ceDaJfLScWvywPVfkZePWwsErn+KfIm4tUjg+qvIl4lbCwWuD0W+VNxaLHC9G/lycWvBwPVm5EvGrUUD1x+Rv1w17vK2bXu53W6fz/4DAAAAAAAAAAAAAAAAAAAAAICT/AJ3vL5mb0bTOQAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 24px;
  padding-right: 0px !important;
}
.bsitcare-view select::-ms-expand {
  display: none;
}
.bsitcare-view .loader {
  -webkit-animation: heartbeat 1300ms ease 0s infinite normal;
          animation: heartbeat 1300ms ease 0s infinite normal;
}
.bsitcare-view header {
  padding: 10px;
}
.bsitcare-view section > p {
  font-size: 1em;
  /*18pt;*/
  font-weight: 500;
}
.bsitcare-view h1 {
  font-weight: bold;
  color: #01D186;
  text-align: center;
  font-size: 2.2em !important;
  line-height: 1.2em !important;
}
.bsitcare-view h1.green {
  color: #455c6c;
  text-transform: uppercase;
  font-weight: 300;
}
.bsitcare-view h1.white {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
}
.bsitcare-view h2 {
  color: #455c6c;
  font-size: 36px;
  line-height: 38px;
  text-align: center;
  margin: 0;
}
.bsitcare-view h3 {
  color: #455c6c;
  font-size: 42px;
  line-height: 46px;
  text-align: center;
}
.bsitcare-view .big {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
}
.bsitcare-view .scroll-back-to-top {
  text-align: center;
  color: #01D186;
  font-size: 24pt;
  cursor: pointer;
}
.bsitcare-view .scroll-back-to-top:hover {
  color: #EF473A;
}
.bsitcare-view separator {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 300px;
  /*150px*/
  height: 3px;
  background: #00D185;
  display: block;
}
.bsitcare-view button[disabled] {
  opacity: 0.5;
}
.bsitcare-view .heart-loader {
  position: absolute;
  background: #ffffff;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  color: #666;
  pointer-events: none;
}
.bsitcare-view footer {
  background: #ffffff;
  width: 100%;
}
.bsitcare-view footer a {
  cursor: pointer;
}
.bsitcare-view footer > div {
  padding: 10px 20px;
}
.bsitcare-view footer > div > * {
  padding: 3px 0px;
}
.bsitcare-view footer > div > span {
  color: #999;
}
.bsitcare-view footer > div > span a {
  color: #455c6c !important;
  font-weight: bold;
  text-decoration: none;
}
.bsitcare-view footer > div > span a:hover {
  color: #00D185 !important;
}
.bsitcare-view footer > div:last-child a:hover {
  color: #F35D54 !important;
}
.bsitcare-view .app-screen-right {
  float: right;
  max-width: 100%;
  margin: 30px;
}
.bsitcare-view .topbox {
  border: 2px solid #00D286;
  padding: 10px;
  overflow: auto;
  margin-top: 15px;
}
.bsitcare-view .greenbutton {
  display: inline-block;
  padding: 15px;
  margin: 5px;
  background-color: #00D286;
  color: #fff;
  border-radius: 5px;
}
.bsitcare-view .greenbutton-large {
  display: block;
  border-radius: 5px;
  max-width: 400px;
  padding: 25px;
  margin: 5px auto;
  background-color: #00D286;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
.bsitcare-view .greenbutton-large div:hover {
  color: #455C6C;
}
.bsitcare-view .button-third {
  width: 33%;
  min-width: 220px;
  max-width: 300px;
}
.bsitcare-view .facebook-button {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
  padding: 20px;
  background-color: #3b5998;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.bsitcare-view .testimonialbox {
  display: block;
  background-color: #00D286;
  padding: 20px 30px;
  margin: 20px;
  max-width: 500px;
}
.bsitcare-view .testimonialbox p {
  color: #fff !important;
}
.bsitcare-view .cta-indication {
  text-align: center;
  font-size: 0.8em;
  font-style: italic;
}
.bsitcare-view .countryspecific {
  color: #455C6C;
  font-size: 0.8em;
}
.bsitcare-view .bsitcare-form {
  max-width: 500px;
  padding: 15px 5%;
  margin: 30px auto;
  border-top: 7px solid #455C6C;
  box-shadow: 0 2px 5px #aaa;
}
.bsitcare-view .bsitcare-form h3 {
  margin: 10px auto;
}
.bsitcare-view .form-price input {
  margin-right: 10px;
}
.bsitcare-view .form-contact input {
  margin: 15px auto;
  padding: 10px 20px;
  text-align: center;
  border: #9FABB3 1px solid;
}
.bsitcare-view .form-submit {
  display: block;
  margin: 20px auto;
  padding: 15px;
  background-color: #00D286;
  color: #fff;
  text-transform: uppercase;
}
.bsitcare-view #mc_embed_signup {
  background: #fff;
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
}
.bsitcare-view #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: none !important;
}
.bsitcare-view .mc-field-group {
  height: 65px !important;
}
.bsitcare-view .formhalf {
  margin: 0 auto;
  width: 100%;
}
.bsitcare-view #mc_embed_signup .button {
  display: block;
  text-align: center;
  margin: 10px auto !important;
  min-height: 40px;
  width: 100%;
}
.bsitcare-view .selector {
  cursor: pointer;
}
.bsitcare-view .expand-toggle-plus {
  display: inline-block;
  text-align: center;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  font-weight: bold;
  background-color: #00D286;
  color: #fff;
}
.bsitcare-view .expand-toggle-plus:hover {
  color: #455C6C;
  cursor: pointer;
}
.bsitcare-view .expand-toggle-minus {
  display: inline-block;
  text-align: center;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  font-weight: bold;
  border: 1px solid #00D286;
}
.bsitcare-view .expand-toggle-minus:hover {
  color: #455C6C;
  cursor: pointer;
}
.bsitcare-view press {
  max-width: 250px;
}
@media screen and (min-width: 480px) and (max-width: 680px) {
  .bsitcare-view .section-acceuil div.tagline {
    font-size: 2em;
  }
  .bsitcare-view .section-acceuil .title-block {
    margin: 0 0 20px 0;
  }
  .bsitcare-view .section-accueil {
    height: auto !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .bsitcare-view .section-accueil {
    height: auto !important;
  }
  .bsitcare-view .section-avantages .list-advantages .item-advantages > p {
    font-size: 1.2em !important;
    line-height: 1.3em !important;
  }
  .bsitcare-view .section-features .message {
    width: 60%;
  }
  .bsitcare-view .section-features .message * {
    font-size: 22px;
  }
}
@media screen and (min-width: 480px) {
  .bsitcare-view .section-accueil {
    height: auto !important;
  }
  .bsitcare-view .section-avantages .list-advantages .item-advantages {
    flex-grow: 1;
  }
  .bsitcare-view .section-contact {
    padding-top: 40px !important;
  }
  .bsitcare-view .section-contact .share-buttons a.button {
    margin: 40px 20px;
  }
  .bsitcare-view .section-rejoignez-nous > div {
    flex-grow: 1;
  }
  .bsitcare-view .section-rejoignez-nous form {
    max-width: 500px;
  }
  .bsitcare-view section:first-child {
    height: 100vh;
    position: fixed;
    top: 0px;
  }
  .bsitcare-view section:nth-child(2) {
    margin-top: 100vh;
  }
  .bsitcare-view section:not(:first-child) {
    padding: 50px;
  }
  .bsitcare-view section {
    margin: 0px 0px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .bsitcare-view section > span {
    display: none;
  }
  .bsitcare-view section {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
  }
  .bsitcare-view .buttons > a > img {
    width: 250px;
  }
  .bsitcare-view footer > div > *.anchor + .anchor:before {
    content: "|";
    text-decoration: none;
    color: #666;
    padding: 0px 10px;
  }
}
@media screen and (min-width: 480px) and (max-width: 900px) {
  .bsitcare-view .section-accueil {
    height: auto !important;
  }
  .bsitcare-view .section-pourquoi .message {
    width: 80%;
    padding: 30px;
  }
  .bsitcare-view .section-pourquoi .message * {
    font-size: 18px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1400px) {
  .bsitcare-view h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .bsitcare-view h3 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}
@media screen and (min-width: 600px) {
  .bsitcare-view .section-features .message {
    padding: 30px 30px 30px 0px;
  }
}
@media screen and (min-width: 680px) {
  .bsitcare-view .section-accueil {
    height: auto !important;
  }
  .bsitcare-view .section-acceuil > div {
    padding: 1% 1%;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .bsitcare-view .section-pourquoi .message {
    width: 60%;
  }
  .bsitcare-view .section-pourquoi .message * {
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  .bsitcare-view .section-contact .references {
    padding-bottom: 0%;
  }
  .bsitcare-view .section-contact .references > div {
    width: 100%;
    /*860px*/
  }
  .bsitcare-view nav:not(.small) {
    display: block;
  }
  .bsitcare-view nav.small {
    display: none;
  }
  .bsitcare-view article > div:before, .bsitcare-view article > div:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .bsitcare-view article > div:after {
    clear: both;
  }
  .bsitcare-view article .bsit-custom-left, .bsitcare-view article .bsit-custom-right {
    float: left;
    width: 50%;
  }
  .bsitcare-view article .bsit-custom-w100 {
    float: left;
    width: 100%;
  }
  .bsitcare-view hierarchy {
    margin: 50px;
    display: flex;
  }
  .bsitcare-view hierarchy .article-structure {
    padding-right: 100px;
    min-width: 40%;
  }
  .bsitcare-view hierarchy .article-structure > strong {
    color: #00D185;
  }
  .bsitcare-view hierarchy .article-structure > ul {
    margin-left: -40px;
  }
  .bsitcare-view hierarchy .article-structure > ul li a {
    color: gray;
  }
}
@media screen and (min-width: 1200px) {
  .bsitcare-view .section-avantages .list-advantages .item-advantages > p {
    padding: 0px 50px;
  }
  .bsitcare-view .section-features .feature-tab {
    width: 1000px;
  }
  .bsitcare-view .section-features .extraFeatures div {
    max-width: 360px;
  }
  .bsitcare-view footer > div > * {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .bsitcare-view .section-features .img_feature > img {
    width: 240px;
    height: 495px;
    max-width: 240px;
    margin-bottom: 30px;
  }
  .bsitcare-view .section-features .feature-tab {
    width: 800px;
  }
  .bsitcare-view .section-features .extraFeatures div {
    width: 100%;
    padding: 20px;
    min-width: 100px;
  }
  .bsitcare-view .section-features .extraFeatures div div {
    margin: 0 10px;
  }
  .bsitcare-view .section-pourquoi img {
    background-size: 240px;
    width: 240px;
    height: 240px;
    max-width: 240px;
  }
  .bsitcare-view footer > div > * {
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  .bsitcare-view .section-avantages .list-advantages .item-advantages {
    width: 100%;
  }
  .bsitcare-view nav span {
    display: none;
  }
  .bsitcare-view nav:not(.small) {
    position: absolute !important;
    top: 0;
    background: transparent;
    padding: 0px 10px;
    width: 100%;
    height: 100vh;
    z-index: 10;
  }
  .bsitcare-view nav:not(.small) img {
    margin: auto;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    height: 50px !important;
  }
  .bsitcare-view nav:not(.small) a, .bsitcare-view nav:not(.small) select {
    font-size: 16pt;
    margin: 20px 0px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    padding-left: 0px !important;
    color: #455c6c;
    /*#455c6c*/
  }
  .bsitcare-view nav.small {
    display: block;
  }
  .bsitcare-view nav {
    position: inherit !important;
    margin: 0px;
    padding: 0px;
  }
  .bsitcare-view nav > div {
    position: inherit !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    text-align: right;
  }
  .bsitcare-view nav > div .menu-logo {
    margin-left: 0px !important;
    flex-basis: 50%;
    background-repeat: no-repeat;
    background-position-x: 20px;
  }
  .bsitcare-view nav > div h1 {
    font-size: 18px !important;
    flex-basis: 100% !important;
    order: 3 !important;
  }
  .bsitcare-view nav > div ng-transclude {
    flex-basis: 50%;
  }
  .bsitcare-view nav > div ng-transclude i {
    vertical-align: sub;
  }
}
@media screen and (max-width: 950px) {
  .bsitcare-view .section-acceuil div.divLogo {
    width: 80%;
    margin-top: 100px;
  }
  .bsitcare-view .section-acceuil .title-block {
    border-left: none;
    padding: 5% 0 0 0;
  }
  .bsitcare-view .section-acceuil .title-block h1 {
    text-align: center;
    font-size: 1.4em !important;
  }
  .bsitcare-view .section-acceuil .title-block h2 {
    text-align: center;
    font-size: 1.4em !important;
    margin-top: 20px;
  }
  .bsitcare-view .section-features .extraFeatures div {
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 900px) {
  .bsitcare-view .section-alert {
    display: block;
    padding: 20px;
  }
  .bsitcare-view .section-alert .alert-title {
    width: 100%;
    text-align: center;
    padding: 0% 0% 2% 0%;
  }
  .bsitcare-view .section-alert .alert-description {
    width: 100%;
    text-align: center;
  }
  .bsitcare-view .section-ou .testimonial-container {
    display: block;
  }
  .bsitcare-view .section-ou .testimonial-container .half {
    width: 100%;
  }
  .bsitcare-view .section-ou .testimonial-container .half #location-map {
    width: 80%;
    margin: 0% 10%;
  }
  .bsitcare-view .section-ou .testimonial-container .testimonial {
    width: 100%;
    padding: 0% 10%;
  }
  .bsitcare-view .section-alertBox {
    display: block;
    padding: 5%;
  }
  .bsitcare-view .section-alertBox .alertBoxAmbassadeur {
    width: 100% !important;
    padding: 5%;
  }
  .bsitcare-view .section-alertBox .alertBoxAmbassadeur .alert-title {
    width: 100%;
    text-align: center;
    padding: 0% 0% 2% 0%;
  }
  .bsitcare-view .section-alertBox .alertBoxAmbassadeur .alert-description {
    width: 100%;
  }
  .bsitcare-view .section-alertBox .alertBoxSitter {
    width: 100% !important;
    padding: 5%;
  }
  .bsitcare-view .section-alertBox .alertBoxSitter .alert-description {
    width: 100%;
  }
  .bsitcare-view .charte img {
    max-width: 150px;
  }
  .bsitcare-view .charte .alert-description h3 {
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  .bsitcare-view .android .logo-bsit {
    width: 300px;
    height: 112.2 px;
    background-size: 300px auto;
    padding: 0px;
  }
  .bsitcare-view .ios .logo-bsit {
    width: 300px;
    height: 112.2 px;
    background-size: 300px auto;
    padding: 0px;
  }
  .bsitcare-view .ios .section-1 {
    min-height: 100vh !important;
  }
  .bsitcare-view video {
    width: 100vw;
  }
}
@media screen and (max-width: 600px) {
  .bsitcare-view .section-acceuil div.divLogo {
    width: 80%;
    margin-top: 150px;
  }
  .bsitcare-view .section-avantages .list-advantages .item-advantages img {
    margin: 0 auto;
  }
  .bsitcare-view .section-features .message {
    padding: 30px 0px;
  }
  .bsitcare-view article summary {
    font-size: 14pt;
  }
  .bsitcare-view article h4 {
    font-size: 18px;
  }
  .bsitcare-view article.blog-list > div {
    border-left: none;
    border-top: 5px solid #ddd;
    width: 100%;
  }
  .bsitcare-view .big {
    font-size: 18px;
  }
  .bsitcare-view .testimonialbox {
    margin: 20px auto;
  }
  .bsitcare-view .testimonialbox p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .bsitcare-view .section-acceuil {
    height: auto !important;
  }
  .bsitcare-view .section-acceuil div.tagline {
    font-size: 1.6em;
  }
  .bsitcare-view .section-contact .section-footer {
    margin-bottom: 30px;
  }
  .bsitcare-view .section-contact .share-buttons a.button {
    margin: 10px 0px;
    width: 100%;
  }
  .bsitcare-view .section-contact img {
    margin: 10px 0px;
  }
  .bsitcare-view .section-features .message {
    width: 100%;
    padding: 30px;
  }
  .bsitcare-view .section-features .message * {
    font-size: 22px;
  }
  .bsitcare-view .section-features .extraFeaturesLink {
    padding-bottom: 40px;
  }
  .bsitcare-view .section-pourquoi .message {
    width: 100%;
    padding: 30px;
  }
  .bsitcare-view .section-pourquoi .message * {
    font-size: 18px;
  }
  .bsitcare-view .section-rejoignez-nous img {
    width: 300px;
    height: 112.2px;
    background-size: contain;
  }
  .bsitcare-view .section-video iframe {
    width: 100vw;
    height: 56.25vw;
  }
  .bsitcare-view .section-video video {
    width: 100vw;
  }
  .bsitcare-view section:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .bsitcare-view section {
    height: auto;
    width: 100vw;
  }
  .bsitcare-view section > span {
    display: none;
  }
  .bsitcare-view .buttons > a {
    padding: 0px;
    width: 70vw;
    margin: 15px;
  }
  .bsitcare-view .buttons > a img {
    width: 70vw;
  }
  .bsitcare-view section:not(:first-child) {
    min-height: inherit;
  }
  .bsitcare-view nav md-select {
    padding: 0 !important;
  }
  .bsitcare-view nav > div span.menuitem, .bsitcare-view nav > div a, .bsitcare-view nav > div select {
    padding: 0px 10px;
  }
  .bsitcare-view article h1 {
    font-size: 32pt;
  }
  .bsitcare-view h2 {
    font-size: 24px !important;
    line-height: 35px !important;
  }
  .bsitcare-view h3 {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .bsitcare-view footer > div > * {
    padding: 10px;
    text-align: center;
  }
}
@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}

.landing-page-hr-message {
  color: #455c6c;
  font-size: 16px;
  line-height: 38px;
  text-align: left !important;
  margin: 0;
}

.section-features {
  background: linear-gradient(to top right, #32686B, #455C6C);
}

.section-contact {
  text-align: center;
  background: linear-gradient(to top right, #32686B, #455C6C);
}

.calcImage250 {
  width: 250px;
  height: 250px;
  background-color: #f0f0f0;
}

.calcImage100 {
  width: 100px;
  height: 100px;
  background-color: #3d606b;
}

.calcImagePhone {
  width: 300px;
  height: 620px;
  border: 1px solid rgb(64, 94, 107);
  border-radius: 45px;
  background-color: rgba(64, 94, 107, 0.85);
}

.calcImagePhoneWhite {
  margin-left: 50px !important;
  width: 250px !important;
  height: 500px !important;
  border: 1px solid #f0f0f0;
  border-radius: 45px;
  background-color: #f0f0f0;
}

.calcImageDownloadButtons {
  width: 250px;
  height: 80px;
  background-color: #363636;
}

.calcImageBsitCareLogo {
  width: 200px !important;
  height: 60px !important;
  background-color: #ffffff;
}

.calcImageCompanyBadge {
  background-color: rgba(255, 255, 255, 0.8);
  width: 500px;
  height: 300px;
}

.bsitcare-view .logo-bsit {
  max-width: 500px;
  max-height: 300px;
}

.missions-view .table-bottom {
  height: 30px;
  width: 100%;
}

.style-finished {
  background-color: #059E67 !important;
  border: 2px solid #059E67 !important;
  color: #ffffff !important;
}

.style-autostopped {
  background-color: #455C6C !important;
  border: 2px solid #455C6C !important;
  color: #ffffff !important;
}

.style-completed {
  background-color: #455C6C !important;
  border: 2px solid #455C6C !important;
  color: #ffffff !important;
}

.style-created {
  background-color: #0097A7 !important;
  border: 2px solid #0097A7 !important;
  color: #ffffff !important;
}

.style-confirmed {
  background-color: #C0271B !important;
  border: 2px solid #C0271B !important;
  color: #ffffff !important;
}

.childcare-label {
  text-align: center;
  color: #ffffff;
  background-color: #00D286;
  border: 2px solid #00D286;
  border-radius: 5px;
  padding: 5px;
  padding-right: 15px;
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 10px;
}

.childcare-label-sepcials {
  background-color: #455C6C;
  border: 1px solid #455C6C;
  color: #ffffff;
}

.company-view {
  color: #455C6C;
}
.company-view md-card-header {
  background-color: #768793;
  color: #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.company-view .company-image-cover img {
  max-height: 200px;
  margin-bottom: 30px;
}
.company-view .company-admin-administration {
  background-color: #F9F9F9;
}
.company-view md-input-container textarea.md-input {
  min-height: 100px;
  max-height: 100px;
  overflow: auto;
}
.company-view .custom-url-container {
  padding: 0px;
  margin: 19px;
  border: 1px solid black;
  border-radius: 4px;
  height: 35px;
}
.company-view .employees-page-card .max-length-msg {
  color: #EF473A;
  text-align: center;
}
.company-view .custom-url-text {
  background-color: #f7f7f7;
  padding-left: 15px;
  min-width: 310px;
}
.company-view .custom-url-input {
  padding-top: 25px;
}
.company-view .ion-android-clipboard {
  font-size: 30px;
}
.company-view .icon-button {
  padding: 0;
  margin: 0;
  min-height: 0;
}
.company-view #completeUrl {
  display: none;
}
.company-view .employees-page-form {
  min-height: 100%;
}
.company-view .upload-button {
  border: 1px solid #9FABB3;
  border-radius: 3px;
  color: #455C6C;
  max-width: 250px;
}

.contact-us-view p {
  text-align: justify;
}
.contact-us-view .italic {
  font-style: italic;
}
.contact-us-view .contact-area {
  max-width: 500px;
}

.employees-view .employee-container {
  margin-top: 20px;
}
.employees-view .not-found-text {
  font-size: 20px;
  color: #FF6245;
}
.employees-view .align-has-app {
  margin-top: 20px;
}
.employees-view .label-app {
  border: 1px solid white;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  font-size: 10px;
  min-width: 50px;
  max-width: 50px;
  max-height: 15px;
  text-align: center;
  margin-top: 14px;
}
.employees-view .without-app {
  background-color: orange;
}
.employees-view .has-app {
  background-color: #01d286;
}
.employees-view .bz-button {
  border: 1px solid #455C6C;
  color: #455C6C;
  border-radius: 3px;
  height: 44px;
  min-width: 200px;
}

.documents-view {
  min-height: 100%;
}
.documents-view .no-files {
  color: rgb(179, 179, 179);
}
.documents-view .no-files i {
  font-size: 60px;
}
.documents-view .my-button-icon {
  height: auto;
}
.documents-view .floating-button {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
}
.documents-view .floating-button-2 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 105px;
  right: 40px;
}
.documents-view button {
  border-radius: 50;
  width: 100%;
  min-height: 40px;
  font-size: 16px;
}
.documents-view button i {
  font-size: 20px;
  padding-right: 5px;
}
.documents-view md-card {
  width: 210px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
  border-top: 0px;
}
.documents-view md-card .image-icon {
  color: #ffffff;
  font-size: 50px;
}
.documents-view .circle-div {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.documents-view .image-div {
  background: rgb(72, 136, 233);
}
.documents-view .pdf-div {
  background: rgb(233, 72, 72);
}
.documents-view .audio-div {
  background: rgb(62, 202, 69);
}
.documents-view .video-div {
  background: rgb(216, 30, 169);
}
.documents-view .archive-div {
  background: rgb(23, 192, 155);
}
.documents-view .text-div {
  background: rgb(116, 23, 192);
}
.documents-view .html-div {
  background: rgb(255, 157, 10);
}
.documents-view .js-div {
  background: rgb(252, 255, 82);
}
.documents-view .js-div i {
  color: rgb(63, 63, 63);
}
.documents-view .url-div {
  background: rgb(165, 5, 98);
}
.documents-view .other-div {
  background: rgb(153, 153, 153);
}
.documents-view .md-icon-button {
  padding: 0px;
}
.documents-view .md-icon-button i {
  padding-right: 0px;
}
.documents-view .card-header {
  color: #ffffff;
}
.documents-view .card-header i {
  font-size: 24px;
}
.documents-view .md-button-icon {
  height: auto;
  width: auto;
}
.documents-view .menu-icon {
  font-size: 16px;
}

.share-link-dialog {
  min-width: 70%;
}

.rename-dialog {
  min-width: 70%;
}

.employees-view .employee-container {
  margin-top: 20px;
}
.employees-view .not-found-text {
  font-size: 20px;
  color: #F47E75;
}
.employees-view .align-has-app {
  margin-top: 20px;
}
.employees-view .label-app {
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-size: 10px;
  min-width: 50px;
  max-width: 50px;
  max-height: 15px;
  text-align: center;
  margin-top: 14px;
}
.employees-view .without-app {
  background-color: #EF473A;
}
.employees-view .has-app {
  background-color: #00D286;
}
.employees-view .bz-button {
  border: 1px solid #455C6C;
  color: #455C6C;
  border-radius: 3px;
  height: 44px;
  min-width: 200px;
}
.employees-view .warning {
  color: #F9B6B1;
}
.employees-view .positive {
  color: #00D286;
}
.employees-view .domain-validated:before {
  position: absolute;
  left: 20px;
  font-family: "Ionicons";
  content: "\f4d3";
  font-size: 100px;
  color: rgba(85, 146, 85, 0.271);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  z-index: 1;
}
.employees-view .domain-pending:before {
  position: absolute;
  left: 20px;
  font-family: "Ionicons";
  content: "\f4d3";
  font-size: 100px;
  color: rgba(128, 84, 37, 0.271);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  z-index: 1;
}
.employees-view .section-title {
  padding: 10px;
  color: #455C6C;
  font-size: 20px;
  text-shadow: rgba(85, 146, 85, 0.271);
}
.employees-view .background-green {
  background-color: #dde6dd;
}
.employees-view .background-grey {
  background-color: #e0e0e0;
}

.gift-card-view .amount-btn.md-button,
.gift-card-view .create-btn.md-button,
.gift-card-view .stripe-pay-btn.md-button {
  width: unset;
}
.gift-card-view .gift-card-image {
  border: 1px #ffffff solid;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.gift-card-view .gift-card-img-container {
  width: 80%;
}
.gift-card-view .img_gift-card-image-flat {
  border: 1px solid #ffffff;
  border-radius: 6px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 56.726907%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 10px 0 -5px #eee;
  transition: box-shadow 0.5s ease;
}
.gift-card-view .gift-card-price {
  position: relative;
  top: 40px;
  left: 10px;
  font-size: 30px;
  color: #ffffff;
}
.gift-card-view .gift-card-img-stack {
  transition: box-shadow 0.5s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 10px 0 -5px #eee, 0 10px 1px -4px rgba(0, 0, 0, 0.15), 0 20px 0 -10px #eee, 0 20px 1px -9px rgba(0, 0, 0, 0.15);
}
.gift-card-view .amount-btn {
  border: 1px, solid gray;
}
.gift-card-view .amount-selected {
  background-color: rgba(206, 206, 206, 0.15);
  border: 1px solid #00D286;
}
.gift-card-view .gift-card-form {
  padding-top: 35px;
}
.gift-card-view #stripe-input-container .group {
  background: #ffffff;
  border: 1px solid #DADADA;
  border-radius: 4px;
  margin-bottom: 20px;
}
.gift-card-view #stripe-input-container label {
  position: relative;
  color: #768793;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
  display: block;
}
.gift-card-view #stripe-input-container .group label:not(:last-child) {
  border-bottom: 1px solid #F0F5FA;
}
.gift-card-view #stripe-input-container label > span {
  width: 10%;
  text-align: right;
  float: left;
}
.gift-card-view #stripe-input-container .field {
  background: transparent;
  font-weight: 300;
  border: 0;
  color: #666EE8;
  outline: none;
  padding-right: 10px;
  padding-left: 10px;
  cursor: text;
  width: 65%;
  height: 38px;
  float: right;
}
.gift-card-view #stripe-input-container .field::-webkit-input-placeholder {
  color: #E1E5E7;
}
.gift-card-view #stripe-input-container .field::-moz-placeholder {
  color: #E1E5E7;
}
.gift-card-view #stripe-input-container .field:-ms-input-placeholder {
  color: #E1E5E7;
}
.gift-card-view #stripe-input-container .outcome {
  float: left;
  width: 100%;
  padding-top: 8px;
  min-height: 24px;
  text-align: center;
}
.gift-card-view #stripe-input-container .success,
.gift-card-view #stripe-input-container .error {
  font-size: 13px;
}
.gift-card-view #stripe-input-container .success.visible,
.gift-card-view #stripe-input-container .error.visible {
  display: inline;
}
.gift-card-view #stripe-input-container .error {
  color: #EF473A;
}
.gift-card-view #stripe-input-container .success {
  color: #666EE8;
}
.gift-card-view #stripe-input-container .success .token {
  font-weight: 500;
  font-size: 13px;
}
.gift-card-view #stripe-input-container .stripe-pay-btn,
.gift-card-view #stripe-input-container .create-btn {
  width: 100%;
  margin: 3px;
}

.home-view {
  background-color: white;
  height: 100%;
}

.wave-container {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.wave-card {
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0.5;
}

.wave-card--transformed {
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0.5;
  transform: translateX();
}

.home-view__warning {
  background-color: #c7c7c6;
  color: black;
  width: 100%;
  opacity: 0.7;
  font-size: 10px;
}

.home-infography__container {
  padding: 20px;
  height: 100%;
}

.home-infography__title {
  background: #00D286;
  width: 50%;
  text-align: center;
  padding: 20px;
  color: white;
  font-size: 20px;
}

.home-infography__content {
  width: 100%;
}

.home-infography__box {
  position: relative;
  width: 100%;
  height: 150px;
  border-radius: 5px;
  text-align: center;
  margin: 30px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  flex: 1 1 100%;
  margin: 15px;
  z-index: 499;
  z-index: 499;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  transition-property: color, background-color, box-shadow, transform;
  transition-duration: 0.15s;
}

.home-infography__box--230 {
  height: 230px;
}

.home-infography__pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 350px 350px;
  background-position: 200px 0px;
}

.home-infography__box--occasional {
  position: relative;
  z-index: 1;
  background-image: linear-gradient(0deg, #cbebff 65%, rgba(203, 235, 255, 0.3) 100%);
  height: 100%;
  width: 100%;
}

.home-infography__box--recurrent {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(0deg, #a4efd4 50%, rgba(164, 239, 212, 0.3) 100%);
}

.home-infography__box--holidays {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(0deg, #FEF5B6 50%, rgba(254, 245, 182, 0.3) 100%);
}

.home-infography__content {
  padding-top: 40px;
}

.home-infography__box-number {
  font-size: 30px;
}

.b--color-black {
  color: #455c6c;
}

.b--color-white {
  color: white;
}

.b--color-blue {
  color: #268ece;
}

.home-infography__box-icon--stars {
  background-size: 50px 50px;
  background-repeat: no-repeat;
  height: 50px;
  width: 100%;
  background-position: center;
}

.home-infography__box-icon--users {
  background-size: 80%;
  background-repeat: no-repeat;
  height: 110px;
  width: 100%;
  background-position: center;
}

.home-infography__box-text {
  width: 100%;
  max-width: 200px;
  font-size: 14px;
}

.intro-view {
  min-height: 100%;
}
.intro-view .intro-card .intro-header img {
  width: 100%;
}
.intro-view .intro-card .intro-header p {
  text-align: center;
}
.intro-view .forget-password {
  width: 300px;
  color: #455C6C;
  margin-left: 15px;
}

.forget-password-dialog .fail-message {
  color: #455C6C;
  text-align: center;
}
.forget-password-dialog .md-button {
  margin: 0;
}

.icon-warn {
  color: #f47e75;
}

.icon-error {
  color: #ef473a;
}

.icon-sync {
  margin-top: 13px;
  font-size: 13px;
}

.icon-ok {
  color: #00d286;
}

.validation-warning {
  color: #f47e75;
  font-weight: bold;
}

.member-role-parent {
  background-color: #00d286;
  border: 1px solid white;
  border-radius: 5px;
  padding: 5px;
  padding-right: 15px;
  padding-left: 15px;
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  font-size: 10px;
}

.member-role-admin {
  background-color: #ef473a;
  border: 1px solid white;
  border-radius: 5px;
  padding: 5px;
  padding-right: 15px;
  padding-left: 15px;
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  font-size: 10px;
}

.member-role-sitter {
  background-color: white;
  border: 1px solid #00d286;
  border-radius: 5px;
  padding: 5px;
  padding-right: 15px;
  padding-left: 15px;
  text-transform: uppercase;
  color: #00d286;
  font-weight: 400;
  font-size: 10px;
}

.members-view .not-found-text {
  font-size: 20px;
  color: #f47e75;
}

.bz-button {
  border: 1px solid #455c6c;
  color: #455c6c;
  border-radius: 3px;
  height: 44px;
  min-width: 200px;
  margin: 0px 10px 0px 10px !important;
}

.member-progress-bar {
  border-radius: 3px;
  margin-top: 20px;
  width: 50%;
  background-color: white;
  padding: 50px;
}

.member-progress-bar-title {
  margin-top: 20px;
}

.onboarding-view {
  height: 100%;
}
.onboarding-view .onboarding-container {
  width: 70%;
  max-width: 900px;
  margin: 0 auto;
}
.onboarding-view md-input-container {
  margin: 6px 0;
}
.onboarding-view md-input-container .md-input {
  border-width: 1px;
  min-height: 38px;
  border-radius: 3px;
  padding: 0 0 0 10px;
  border-width: 1px;
}
.onboarding-view label {
  padding-bottom: 3px;
  color: #455C6C;
  font-weight: 400;
}
.onboarding-view md-input-container.md-input-focused .md-input, .onboarding-view md-input-container.md-input-resized .md-input, .onboarding-view md-input-container .md-input.ng-invalid.ng-dirty {
  border-width: 1px;
}
.onboarding-view .bsit-step {
  border-radius: 5px;
  padding: 30px;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
  transition-property: background-color, fill, color;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.13);
  background-color: #ffffff;
  height: 100%;
  min-height: 60vh;
}
.onboarding-view .ion {
  color: #00D286;
  margin-right: 10px;
}
.onboarding-view .step-header {
  margin-top: 20px;
  margin-bottom: 20px;
}
.onboarding-view .step-header h1 {
  color: #455C6C;
  font-size: 25px;
  font-weight: unset;
}
.onboarding-view .step-header h1 span {
  color: #00D286;
}
.onboarding-view .step-header small {
  color: #363636;
}
.onboarding-view .password-progress {
  margin-top: -20px;
  padding-left: 2px;
  padding-right: 2px;
}
.onboarding-view .default .md-bar {
  background-color: #B2B2B2;
}
.onboarding-view .strong .md-bar {
  background-color: #00D286;
}
.onboarding-view .medium .md-bar {
  background-color: #F9B6B1;
}
.onboarding-view .weak .md-bar {
  background-color: #EF473A;
}
.onboarding-view .field {
  position: relative;
  background: transparent;
  font-weight: 300;
  border: 1px solid rgba(0, 0, 0, 0.13);
  color: #1E2C36;
  outline: none;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 3px;
  cursor: text;
  min-height: 38px;
}
.onboarding-view .field::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.87);
}
.onboarding-view .field::-moz-placeholder {
  color: rgba(0, 0, 0, 0.87);
}
.onboarding-view .field:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.87);
}
.onboarding-view ul.custom-checkmark {
  list-style-type: none;
  text-indent: -10px;
  line-height: 1.5em;
}
.onboarding-view ul.custom-checkmark li {
  margin-top: 10px;
}
.onboarding-view .bsit-care-ad {
  color: #455C6C;
  text-align: center;
}
.onboarding-view .bsit-care-ad .bsit-care-ad-container {
  max-width: 250px;
  padding: 10px;
  padding-top: 25px;
}
.onboarding-view .bsit-care-ad .pack-info {
  text-align: left;
  font-size: 14px;
  padding-top: 20px;
}
.onboarding-view .bsit-care-ad p {
  color: #455C6C;
}
.onboarding-view .bsit-care-ad .bold {
  font-weight: 500;
}
.onboarding-view .bsit-care-ad .pack-contact {
  font-size: 13px;
  font-weight: 500;
}
.onboarding-view .bsit-care-ad .pack-contact p {
  color: #455C6C;
}
.onboarding-view .bsit-care-ad .contact {
  color: #00D286 -blue;
}
.onboarding-view .bsit-care-ad .contact-ion {
  color: #00D286 -blue;
}
.onboarding-view .bsit-care-ad-price .value {
  font-size: 30px;
}
.onboarding-view .bsit-care-ad-price .slash {
  font-size: 30px;
  color: #00D286;
}
.onboarding-view .bsit-care-ad-price .period {
  font-size: 25px;
}
.onboarding-view .bsit-care-ad-price .taxe {
  color: #00D286;
  font-size: 18px;
}
.onboarding-view .plan-chooser {
  position: relative;
  font-size: 14px;
  height: 35px;
  border-radius: 20.5px;
  background: #fff;
  box-shadow: #B2B2B2 0px 1px 2px;
  color: #455C6C;
  width: auto;
}
.onboarding-view .plan-chooser:before {
  content: "";
  display: block;
  width: calc(50% + 10px);
  height: 100%;
  border-radius: 20.5px;
  position: absolute;
  left: 0;
  transition: left 0.15s linear;
}
.onboarding-view .plan-chooser.pack-basic:before {
  left: calc(50% - 10px);
  transition: left 0.15s linear;
}
.onboarding-view .plan-chooser > div {
  border-radius: 20.5px;
  padding: 10px 20px;
  background: transparent;
  z-index: 1;
  text-align: center;
  line-height: 14px;
  transition: color 0.3s ease;
  font-weight: 400;
}
.onboarding-view .plan-chooser > div.selected {
  background-color: #00D286;
  color: #fff;
  transition: color 0.3s ease;
  font-weight: 500;
}
.onboarding-view .plan-chooser > div.bsit-mini {
  padding-left: 36px;
}
.onboarding-view .plan-chooser > div.bsit-basic {
  padding-right: 36px;
}
.onboarding-view .btn-stepper {
  width: 60%;
  margin-left: 40%;
}
.onboarding-view .img_powered-by-stripe {
  width: 238px;
  height: 52px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAO4AAAA0CAMAAAC6lfRZAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAGDUExURUBFcUBFcUBFcUBFcUBFcUBFcUBFcUdwTEBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcUBFcdH2nXcAAACBdFJOU4BiAV4mPH8ARA8XeH59CVNpem9yInwGdxFcLApoBQNUeQxZAnEQXQcOdGxjFm5DZGZIc1hAVUEgFRk5Wwh1RhQEaiVgex4LdkxOSxwoM1cNMFIbZVprX0JwMjguTUcrbVYtSiFhRTo/JFFnUDcaE0kqOzQYHxInNjEpPTUdTy8jPimfy9oAAAZCSURBVGje7ZrnWxrbFsZfB5mfRECR0ARRxN57770bjTXG9N5OTpLT2/3T74cZEdAY8OY5j8p9P/FsZpffnr3XXmvPEpZczgZ/QDdSvpaIM2xjyoItc+tGyyxzneL+XKMbL9/jE9x7pgpA5gggqCwIWsmsBOHyqUDkcyHKVDCqRvVm4eCa9XJex3EHWrsvVc+pyLVjjfyyHYfLVZX/2uEWA6DLyK8r7DmaD7ferdZ8T1zPFX6LS16A0u+Je5Xl5Cu4RtuvS7GCwW25QR5+oLO2f7R87mu47btnt1/zTm9XRkDnjm086rwO0ezdj1MAxOeXTnABylQCMNI5Cc7U3i0BOGyZMYDo8xRwqTMKUPUplFOX5V1dXV2x8e8EMB+eOfkZDh9+4+HnyRSh6xzcoShncBNBAGB10Z6xJgCAzdZcBugCgPnO74Lr4tbJTyi++NkyuBAXzuKeat4jSdNjpyVjFbnjEt/7l3Hdif8JlwlJnrb0kuJcB1jTZxA2/13cWQCCletrH4xT3PpwOFx7Ee7CzLYBQHROWgJgfrn6HwCKch7gR3gjydMw0bFRI+mNY0+SWh3lknwOR7ukg/sdf41LUszhUKSjS1Lz246lOquhnuWOskAmbuivjrIayedwtEhSncORZiPuA/BWkvzdg5mW2UJr7G4f78nCHfFIjioAqqU2gEG3ZL4COMwZdwBGpdkwQPS19BJapNI4k9Yu65X7XhIIvrUcnY9QInNgCog/l6SVKsDVmI7b1AhER+Vuok2SKkk2n3b8BIAj66Qxz8N9lOFVWWXlkvQDAHfUDkBEkhwATbnimoMwrbtxGHpvwJZ2YULqB9qlx4wFdAirhy6Sz6wRJDcn1Aef1yehX+oFXAlIx4X6KExN6z8Qk0qn+O3MYiY8cHDWzShJW5vn4M4FAYa1BUBLKBQKtQDQnAPuZEXFm7/hszSMsSwVBVmY0y2eSkdAt9xe7ihmcE8KJbgtFUOxX2qe4oGpQBtD0hDclxqq0nFdb+S+B5U6MBiR7sNouqn6CQAwBnfM/HB1G2BT+1nWi7s5W2Zvudpt6/Ij7KiDeKnby588VRFE9BIjJGmEeEDF4LF237SkY6h7CK/ONVXuJoJuvSLh1jyuDGvY2Zga5mBzfrh3AKY0ko3bkCNu9O8Dqday7qqFY1UY9BcR7CJe+oKoR5WpNv0qBkl6kSpqjcD++Zb5AfToEYy2G/Rldr37NNVAmy9/3KD+yMbdyQF3KBSybifTcCekbY6crMlF/ySfpCOM25bGT3Cd8MUqmo5AxwW4ngSVfRh12Z0XHVUBACV54T61DNPLbNzZfE7Kh7BmL+Za6RjvEMv6gy+wJ+1DS1oIKkmvwXFa9aLFLCdVrnPP4dInCwC8zxG3SJICjQDbWgagtyKlQD64GsaollqDLPikHgOMHjUACVN6mGRwUdJuewo31EhbnaS6mPQBlrNNVdO03CNQKandAHozOl60vd7mRgCvjduTC+4KAL8qBsDAJf0g3Y1D23YStiRpEIalQBDe2e987MH6qrGTwtUTqFr7NJhcsY4sVzjrIDKGFiBebtvSzczvcEXBX1pNSXOJdNyX38B94ZaeBW1f06wHqLKvG0PHi/nhaq8ewPta9hz2SVqDVkky+6YAxlpPcbUSBKjqlfTk626GHQ/8nrVvAe/M+voHAP60fQc+/zZcfQEuiZlVA4Axn3QMAF9+L+lbX01S923cIkd6LOQZfb7/yL4+qLF8vgqHwz4/mt8O/BAJ2E6kPaNlA929lqHzLw2UzaW15nDEQlv7r+0wtBuj4izuqbo1fSZEOBc3pQFJvp8yiup0RWQOcVsX4N4KSDN54Q57JCkWvJK4z6D6Atxhv6SecA64xslBbV+Yl9eftmJcmUv0x0Szb508vQ8WADDer1j/Ld5JAiSK1O31er1ea19Uer1er/cEd6PYAMacqe+YvpJJAHC9270qtDWT4b7zlvjB7Ebts7TbuNK9/kjLV+LuEzej2VHblTl1fkd/7ey4bpbSvaoC0P9xc7jHLiRczzX84JmGu7nWUZpPFb8ari1u60beXkTkeiYrXFbOQktFOePL3WBVF14aWYElCRZMCuiLwkzwBVf1DX/BZnVa+radnO+5magef0MqOf+//ovVICZqZIAAAAAASUVORK5CYII=) !important;
  background-size: 238px 52px;
}
.onboarding-view .company-select {
  position: relative;
}
.onboarding-view .company-select .company-input input {
  padding-left: 160px;
}
.onboarding-view .company-select .bsit-select {
  position: absolute;
  max-width: 150px;
  z-index: 3;
  top: -9px;
  left: 10px;
}
.onboarding-view .company-select .country-flag {
  margin-right: 10px;
}
.onboarding-view .img-stripe {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
}
.onboarding-view .special-label {
  color: #455C6C;
  font-weight: 400;
  font-size: 13px;
  padding-bottom: 3px;
}
.onboarding-view .sitter-cards {
  max-width: 300px;
}
.onboarding-view .sitter-card {
  margin: 16px;
  width: 100%;
  height: 100px;
  position: relative;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  padding: 10px 20px;
  border-radius: 3px;
}
.onboarding-view .sitter-card .button-more {
  z-index: 2;
  position: absolute;
  color: #B2B2B2;
  font-weight: 100;
  font-size: 24px;
  width: 44px;
  right: 0px;
  top: 0px;
}
.onboarding-view .sitter-card .sitter-name {
  color: #455C6C;
  margin-top: 2px;
  font-weight: 400;
  min-height: 20px;
  display: inline-block;
}
.onboarding-view .sitter-card .sitter-infos {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.onboarding-view .sitter-card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -16px;
  width: 16px;
  height: 100%;
}
.onboarding-view .sitter-card .assign-sitter-button {
  font-size: 12px;
  margin: 12px 0 8px 0;
  width: 100%;
  border-radius: 0;
}
.onboarding-view .btn-skip {
  color: #00D286 -blue;
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: 500;
}
.onboarding-view .btn-skip .skip-ion {
  margin-left: 10px;
}

.profile-view h3 {
  color: #455C6C;
}
.profile-view p {
  color: #455C6C;
}
.profile-view .md-button {
  margin: 0;
  max-width: 150px;
}
.profile-view .business-link {
  margin-left: 20px;
}
.profile-view .sub-title {
  font-weight: 400;
}
.profile-view .message {
  color: grey;
  font-size: 12px;
}
.profile-view .profile-module {
  width: 100%;
}
.profile-view .profile-module:not(:last-child) {
  border-bottom: 1px solid #9FABB3;
}

.validate-card {
  width: 50%;
}
.validate-card md-input-container {
  width: 100%;
}
.validate-card .contact-form-error {
  color: #EF473A;
}
.validate-card .md-button {
  margin: 0;
}
.validate-card .expiration-message {
  color: #455C6C;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.validate-card .password-message {
  color: #455C6C;
}
.validate-card .validation-messages h2 {
  color: #455C6C;
  line-height: 20px;
}
.validate-card .validation-messages p {
  color: #455C6C;
  line-height: 20px;
}
.validate-card .validation-messages small {
  color: #455C6C;
  line-height: 20px;
}

.business-btn-bordered {
  background-color: #ffffff;
  border: 2px solid #00D286;
  color: #00D286;
  border-radius: 3px;
  transition: background-color 350ms ease-in, color 350ms ease-in;
}
.business-btn-bordered:disabled {
  border-color: #DADADA;
  background-color: #DADADA;
  color: #ffffff;
}
.business-btn-bordered:not([disabled]):hover {
  background-color: #00D286;
  color: #ffffff;
  transition: background-color 350ms ease-in, color 350ms ease-in;
}

.business-btn-plain {
  text-transform: uppercase;
  background-color: #00D286;
  border: 2px solid #00D286;
  color: #ffffff;
  border-radius: 3px;
  transition: background-color 350ms ease-in, color 350ms ease-in;
}
.business-btn-plain:disabled {
  border-color: rgba(0, 0, 0, 0.38);
}
.business-btn-plain:not([disabled]):hover {
  background-color: #00D286;
  color: #ffffff;
  transition: background-color 350ms ease-in, color 350ms ease-in;
}

company-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.company-header {
  background-color: #ffffff !important;
  width: 100%;
  margin: 0;
  padding: 0;
}
.company-header .bsit-care-logo {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.company-header .bsit-care-logo .img_logo-bsitcare {
  height: 80px;
  width: 280px;
  background-size: 60%;
  background-position: 50px;
  background-repeat: no-repeat;
}
.company-header .bsit-care-logo div:focus {
  outline: none;
  border: 0;
}
.company-header .bsit-care-logo div:active {
  background-color: #f7f6f6;
}
.company-header .company-logo {
  width: 300px;
  max-height: 80px;
  padding: 4px;
  text-align: center;
  width: 100%;
}
.company-header .company-logo .company-header-logo {
  max-height: 70px;
  background-position: center center;
  background-repeat: no-repeat;
}
.company-header .header-center {
  width: 500px;
  height: 100%;
}
.company-header .button-responsive-sidenav {
  height: 100%;
  max-width: 80px;
  width: 80px;
}
.company-header .button-responsive-sidenav md-icon {
  color: grey;
  text-align: center;
  height: 100%;
  padding-top: 25px;
}
.company-header .company-name {
  color: #455C6C;
}
.company-header .navbar-profile {
  color: #455C6C;
  font-size: 14px;
  width: 500px;
  max-width: 500px;
  max-height: 80px;
}
.company-header .navbar-profile .profile-icon {
  width: 30px;
  height: 30px;
}
.company-header .navbar-profile .profile-name {
  width: 100%;
  margin-right: 20px;
}
.company-header .navbar-profile .profile-label {
  font-size: 10px;
  color: grey;
}
.company-header .navbar-profile:focus {
  outline: none;
  border: 0;
}

side-menu {
  overflow: inherit !important;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

#side-menu {
  background-color: #ffffff;
  width: 280px;
  height: 100%;
}
#side-menu .active {
  background-color: #E1E5E7;
}
#side-menu .side-menu-content {
  width: 100%;
  margin-top: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
}
#side-menu .side-menu-items {
  width: 100%;
}
#side-menu .side-menu-company-select md-select {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
#side-menu .side-menu-legals {
  width: 100%;
}
#side-menu .side-menu-legals .logo-legals {
  height: 50px;
  width: auto;
}
#side-menu .side-menu-items-container {
  padding-top: 10px;
}
#side-menu .side-menu-items-container .md-button {
  padding-left: 15px;
  margin-left: 0px;
}
#side-menu .icon {
  height: 15px;
  width: 15px;
  margin-right: 20px;
}
#side-menu .ion {
  width: 15px;
  margin-right: 20px;
}

.company-details .company-details img, .company-details .company-logo {
  margin-top: 8px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 30px;
  height: 30px;
  max-width: 30px;
  max-height: 30px;
  box-shadow: 0 2px 5px 0 rgba(49, 49, 93, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  border-radius: 15px;
}

.company-details .icon {
  margin-top: 8px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 30px;
  height: 30px;
  max-width: 30px;
  max-height: 30px;
  box-shadow: 0 2px 5px 0 rgba(49, 49, 93, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  border-radius: 15px;
}

.responsive-legals {
  text-align: center;
  font-size: 10px;
}

.legal-links div, .legal-links a {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  padding: 2px;
}
.legal-links a:hover {
  text-decoration: underline;
}

.sweet-alerts {
  text-align: center;
  /*------- Checkmark ---------*/
  /*---------- Cross ----------*/
}
.sweet-alerts .check_mark {
  width: 80px;
  height: 130px;
  margin: 0 auto;
}
.sweet-alerts button {
  cursor: pointer;
  margin-left: 15px;
}
.sweet-alerts .hide {
  display: none;
}
.sweet-alerts .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}
.sweet-alerts .sa-icon.sa-success {
  border-color: #4CAF50;
}
.sweet-alerts .sa-icon.sa-success::before,
.sweet-alerts .sa-icon.sa-success::after {
  content: "";
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #ffffff;
  transform: rotate(45deg);
}
.sweet-alerts .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px;
}
.sweet-alerts .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0px 60px;
}
.sweet-alerts .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(76, 175, 80, 0.5);
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alerts .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #ffffff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  transform: rotate(-45deg);
}
.sweet-alerts .sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}
.sweet-alerts .sa-icon.sa-success {
  border-color: transparent\9 ;
}
.sweet-alerts .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9 ;
}
.sweet-alerts .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9 ;
}
.sweet-alerts .animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}
.sweet-alerts .animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
.sweet-alerts .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #4CAF50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alerts .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
}
.sweet-alerts .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.sweet-alerts .svg-box {
  display: inline-block;
  position: relative;
  width: 150px;
}
.sweet-alerts .green-stroke {
  stroke: #059E67;
}
.sweet-alerts .red-stroke {
  stroke: #F47E75;
}
.sweet-alerts .yellow-stroke {
  stroke: #E0C921;
}
.sweet-alerts .circular circle.path {
  stroke-dasharray: 330;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  opacity: 0.4;
  -webkit-animation: 0.7s draw-circle ease-out;
          animation: 0.7s draw-circle ease-out;
}
.sweet-alerts .checkmark {
  stroke-width: 6.25;
  stroke-linecap: round;
  position: absolute;
  top: 56px;
  left: 49px;
  width: 52px;
  height: 40px;
}
.sweet-alerts .checkmark path {
  -webkit-animation: 1s draw-check ease-out;
          animation: 1s draw-check ease-out;
}
@-webkit-keyframes draw-circle {
  0% {
    stroke-dasharray: 0, 330;
    stroke-dashoffset: 0;
    opacity: 1;
  }
  80% {
    stroke-dasharray: 330, 330;
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes draw-circle {
  0% {
    stroke-dasharray: 0, 330;
    stroke-dashoffset: 0;
    opacity: 1;
  }
  80% {
    stroke-dasharray: 330, 330;
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes draw-check {
  0% {
    stroke-dasharray: 49, 80;
    stroke-dashoffset: 48;
    opacity: 0;
  }
  50% {
    stroke-dasharray: 49, 80;
    stroke-dashoffset: 48;
    opacity: 1;
  }
  100% {
    stroke-dasharray: 130, 80;
    stroke-dashoffset: 48;
  }
}
@keyframes draw-check {
  0% {
    stroke-dasharray: 49, 80;
    stroke-dashoffset: 48;
    opacity: 0;
  }
  50% {
    stroke-dasharray: 49, 80;
    stroke-dashoffset: 48;
    opacity: 1;
  }
  100% {
    stroke-dasharray: 130, 80;
    stroke-dashoffset: 48;
  }
}
.sweet-alerts .cross {
  stroke-width: 6.25;
  stroke-linecap: round;
  position: absolute;
  top: 54px;
  left: 54px;
  width: 40px;
  height: 40px;
}
.sweet-alerts .cross .first-line {
  -webkit-animation: 0.7s draw-first-line ease-out;
          animation: 0.7s draw-first-line ease-out;
}
.sweet-alerts .cross .second-line {
  -webkit-animation: 0.7s draw-second-line ease-out;
          animation: 0.7s draw-second-line ease-out;
}
@-webkit-keyframes draw-first-line {
  0% {
    stroke-dasharray: 0, 56;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 0, 56;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 56, 330;
    stroke-dashoffset: 0;
  }
}
@keyframes draw-first-line {
  0% {
    stroke-dasharray: 0, 56;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 0, 56;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 56, 330;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes draw-second-line {
  0% {
    stroke-dasharray: 0, 55;
    stroke-dashoffset: 1;
  }
  50% {
    stroke-dasharray: 0, 55;
    stroke-dashoffset: 1;
  }
  100% {
    stroke-dasharray: 55, 0;
    stroke-dashoffset: 70;
  }
}
@keyframes draw-second-line {
  0% {
    stroke-dasharray: 0, 55;
    stroke-dashoffset: 1;
  }
  50% {
    stroke-dasharray: 0, 55;
    stroke-dashoffset: 1;
  }
  100% {
    stroke-dasharray: 55, 0;
    stroke-dashoffset: 70;
  }
}
.sweet-alerts .alert-sign {
  stroke-width: 6.25;
  stroke-linecap: round;
  position: absolute;
  top: 40px;
  left: 68px;
  width: 15px;
  height: 70px;
  -webkit-animation: 0.5s alert-sign-bounce cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation: 0.5s alert-sign-bounce cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.sweet-alerts .alert-sign .dot {
  stroke: none;
  fill: #E0C921;
}
@-webkit-keyframes alert-sign-bounce {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes alert-sign-bounce {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

.special-label {
  font-size: 12px;
  color: #455C6C;
}