@charset "UTF-8";
/* Texte */
/* Orange Hover */
/* Orange */
/* Bleu Hover */
/* Bleu */
/* Non utilisé pour Quadral */
/* Non utilisé pour Quadral */
/* Rouge Hover */
/* Rouge */
/* Background App */
/* Black transparent */
/* Non utilisé pour Quadral */
@import url(https://fonts.googleapis.com/css?family=Dosis:400,300,500,700|Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic);
/**
   * typography
   * --------------------------------------------------
   */
body {
  font-family: 'Open Sans', sans-serif;
  color: #343235;
  background-color: #FFFBF8;
  font-size: 16px; }

a {
  color: #054A91;
  text-decoration: none; }
  a:hover, a:focus {
    color: #033566;
    text-decoration: none; }
  a:focus {
    outline: none; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.nav-link,
.btn {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.1;
  color: inherit;
  text-transform: uppercase; }

h1,
h2,
h3,
h5,
h6,
.h1,
.h2,
.h3,
.h5,
.h6 {
  font-weight: 300; }

h1 {
  margin-top: 2.125rem;
  margin-bottom: 1.625rem; }

h2 {
  margin-top: 2.125rem;
  margin-bottom: 1.313rem; }

h3 {
  margin-top: 1.313rem;
  margin-bottom: 1rem; }

h4,
h5,
h6 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

h6 {
  font-weight: normal; }

h1,
.h1 {
  font-size: 3.625rem; }

h2,
.h2 {
  font-size: 2.625rem; }

h3,
.h3 {
  font-size: 2.313rem; }

h4,
.h4 {
  font-size: 1.625rem;
  text-transform: none; }

h5,
.h5 {
  font-size: 1rem; }

h6,
.h6 {
  font-size: 0.875rem; }

p,
.p {
  margin: 0 0 5px; }

blockquote {
  border-left: 3px solid #CCD1D9; }

.img-rounded {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.img-comment {
  font-size: 1rem;
  line-height: 1.2;
  font-style: italic;
  margin: 1.5rem 0; }

/**
   * button
   * --------------------------------------------------
   */
.btn {
  color: #FFFFFF;
  border-radius: 0px;
  border: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: all .3s ease-out;
  letter-spacing: 1px;
  padding: 10px 12px;
  text-transform: uppercase;
  font-weight: 300; }
  .btn:hover, .btn:focus, .btn:active, .btn.active {
    color: #FFFFFF;
    outline: none !important; }
  .btn:active, .btn.active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled] {
    opacity: 0.45;
    filter: alpha(opacity=45); }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link.disabled, .btn-link[disabled] {
    background-color: transparent;
    color: #EFEFEF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .btn-link:hover, .btn-link:focus {
    text-decoration: underline; }
  .btn-default {
    color: #343235; }
    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
      background-color: #E0E0E0;
      color: #343235; }
    .btn-default, .btn-default.disabled, .btn-default[disabled] {
      background-color: #EFEFEF; }
  .btn-secondary {
    color: #343235; }
    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
      background-color: #E0E0E0;
      color: #343235; }
    .btn-secondary, .btn-secondary.disabled, .btn-secondary[disabled] {
      background-color: #EFEFEF; }
  .open .dropdown-toggle.btn-secondary {
    background-color: #ED6700; }
  .btn-primary, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #EE7F00; }
  .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary:active:focus, .btn-primary.active:focus {
    background-color: #ED6700; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #ED6700; }
  .open .dropdown-toggle.btn-primary {
    background-color: #ED6700; }
  .btn-info, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-color: #4CBC65; }
  .btn-info:hover, .btn-info:focus {
    background-color: #11932E; }
  .open .dropdown-toggle.btn-info {
    background-color: #11932E; }
  .btn-success, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    background-color: #4CBC65; }
  .btn-success:hover, .btn-success:focus {
    background-color: #11932E; }
  .open .dropdown-toggle.btn-success {
    background-color: #11932E; }
  .btn-warning, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    background-color: #054A91; }
  .btn-warning:active:hover, .btn-warning.active:hover, .btn-warning:active:focus, .btn-warning.active:focus {
    background-color: #033566; }
  .btn-warning:hover, .btn-warning:focus {
    background-color: #033566; }
  .open .dropdown-toggle.btn-warning {
    background-color: #033566; }
  .btn-danger, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled],
  .btn-danger .open .dropdown-toggle.btn {
    background-color: #cc1a07; }
  .btn-danger:hover, .btn-danger:focus {
    background-color: #8a1101; }
  .open .dropdown-toggle.btn-danger {
    background-color: #8a1101; }

/**
   * button-group
   * --------------------------------------------------
   */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125); }

.btn-group .btn {
  box-shadow: none; }
  .btn-group .btn + .btn {
    margin-left: 1px; }

.btn-group .btn-primary,
.btn-group .btn-primary:focus,
.btn-group .btn-primary:active,
.btn-group .btn-primary.active {
  border-left-color: #ca6c00; }

.btn-group .btn-success,
.btn-group .btn-success:focus,
.btn-group .btn-success:active,
.btn-group .btn-success.active {
  border-left-color: #3ea655; }

.btn-group .btn-warning,
.btn-group .btn-warning:focus,
.btn-group .btn-warning:active,
.btn-group .btn-warning.active {
  border-left-color: #032c56; }

.btn-group .btn-danger,
.btn-group .btn-danger:focus,
.btn-group .btn-danger:active,
.btn-group .btn-danger.active {
  border-left-color: #a91606; }

.btn-group .btn-info,
.btn-group .btn-info:focus,
.btn-group .btn-info:active,
.btn-group .btn-info.active {
  border-left-color: #3ea655; }

.btn-group .btn:first-child,
.btn-group .btn-primary:first-child,
.btn-group .btn-success:first-child,
.btn-group .btn-warning:first-child,
.btn-group .btn-danger:first-child,
.btn-group .btn-info:first-child {
  border-left-color: transparent; }

.btn-default.dropdown-toggle {
  border: 1px solid #CCD1D9 !important; }

.btn-group-vertical .btn,
.btn-group-vertical .btn-group .btn-primary {
  box-shadow: none;
  border-top-color: #ca6c00 !important; }

.btn-group-vertical .btn-primary,
.btn-group-vertical .btn-primary:focus,
.btn-group-vertical .btn-primary:active,
.btn-group-vertical .btn-primary.active,
.btn-group-vertical .btn-group .btn-primary {
  border-top-color: #ca6c00 !important; }

.btn-group-vertical .btn-success,
.btn-group-vertical .btn-success:focus,
.btn-group-vertical .btn-success:active,
.btn-group-vertical .btn-success.active,
.btn-group-vertical .btn-group .btn-success {
  border-top-color: #3ea655 !important; }

.btn-group-vertical .btn-warning,
.btn-group-vertical .btn-warning:focus,
.btn-group-vertical .btn-warning:active,
.btn-group-vertical .btn-warning.active,
.btn-group-vertical .btn-group .btn-warning {
  border-top-color: #032c56 !important; }

.btn-group-vertical .btn-danger,
.btn-group-vertical .btn-danger:focus,
.btn-group-vertical .btn-danger:active,
.btn-group-vertical .btn-danger.active,
.btn-group-vertical .btn-group .btn-danger {
  border-top-color: #a91606 !important; }

.btn-group-vertical .btn-info,
.btn-group-vertical .btn-info:focus,
.btn-group-vertical .btn-info:active,
.btn-group-vertical .btn-info.active,
.btn-group-vertical .btn-group .btn-info {
  border-top-color: #3ea655 !important; }

.btn-group-vertical .btn:not(.btn-default):first-child,
.btn-group-vertical .btn-primary:first-child,
.btn-group-vertical .btn-success:first-child,
.btn-group-vertical .btn-warning:first-child,
.btn-group-vertical .btn-danger:first-child,
.btn-group-vertical .btn-info:first-child {
  border-top: none; }

.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-radius: 0px; }

.btn-group > .btn-default:first-child:not(:last-child):not(.dropdown-toggle) {
  border: 1px solid #CCD1D9; }

/**
   * labels and badges
   * --------------------------------------------------
   */
.label,
.badge {
  background-color: #EE7F00;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: auto;
  vertical-align: middle;
  padding: 0.3em 0.6em 0.1em; }

.badge {
  font-size: 13px; }

.label-default,
.badge-default {
  border: 1px solid #EFEFEF;
  background-color: #EFEFEF;
  color: #343235; }

.label-primary,
.badge-primary {
  border-color: #EE7F00;
  background-color: #EE7F00; }

.label-success,
.badge-success {
  border-color: #4CBC65;
  background-color: #4CBC65; }

.label-danger,
.badge-danger {
  border-color: #cc1a07;
  background-color: #cc1a07; }

.label-warning,
.badge-warning {
  border-color: #054A91;
  background-color: #054A91; }

.label-info,
.badge-info {
  border-color: #4CBC65;
  background-color: #4CBC65; }

/**
   * tooltip
   * --------------------------------------------------
   */
.tooltip-inner {
  color: #343235;
  background-color: #E0E0E0; }

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  border-top-color: #E0E0E0; }

.tooltip.right .tooltip-arrow {
  border-right-color: #E0E0E0; }

.tooltip.left .tooltip-arrow {
  border-left-color: #E0E0E0; }

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #E0E0E0; }

/**
   * popover
   * --------------------------------------------------
   */
.popover {
  background-color: #E0E0E0;
  color: #343235;
  border-color: #E0E0E0;
  border-radius: 0px; }
  .popover-title {
    padding-bottom: 0;
    font-weight: bold;
    color: #343235;
    background-color: transparent;
    border-bottom: none; }
  .popover.top .arrow,
  .popover.top .arrow:after {
    border-top-color: #E0E0E0; }
  .popover.right .arrow,
  .popover.right .arrow:after {
    border-right-color: #E0E0E0; }
  .popover.bottom .arrow,
  .popover.bottom .arrow:after {
    border-bottom-color: #E0E0E0; }
  .popover.left .arrow,
  .popover.left .arrow:after {
    border-left-color: #E0E0E0; }

/**
   * progress
   * --------------------------------------------------
   */
.progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  height: 1rem;
  background-color: #ffdfbb; }
  .progress-danger {
    background-color: #fed8d4; }
  .progress-success {
    background-color: #bbe6c5; }
  .progress-info {
    background-color: #bbe6c5; }
  .progress-warning {
    background-color: #3796f8; }
  .progress-bar {
    background-color: #EE7F00;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .progress-bar-success {
    background-color: #4CBC65; }
  .progress-bar-info {
    background-color: #4CBC65; }
  .progress-bar-warning {
    background-color: #054A91; }
  .progress-bar-danger {
    background-color: #cc1a07; }

/**
   * breadcrumb
   * --------------------------------------------------
   */
.breadcrumb {
  color: #FFFFFF;
  background-color: #EE7F00;
  border-radius: 0px; }
  .breadcrumb > li + li:before {
    content: '\e409';
    font-family: 'MindIcon' !important;
    font-size: 1.5rem;
    vertical-align: middle;
    color: #FFFFFF; }
  .breadcrumb > .active {
    color: #FFFFFF; }
  .breadcrumb a {
    color: #FFFFFF; }

.breadcrumb-inverse {
  color: #343235;
  background-color: #FFFFFF; }
  .breadcrumb-inverse > li + li:before {
    content: '\e409';
    font-family: 'MindIcon' !important;
    font-size: 1.5rem;
    vertical-align: middle;
    color: #343235; }
  .breadcrumb-inverse > .active {
    color: #343235; }
  .breadcrumb-inverse a {
    color: #EE7F00; }

/**
   * pagination
   * --------------------------------------------------
   */
.pagination > li > a,
.pagination > li > span {
  color: #343235;
  background-color: transparent;
  border-color: transparent;
  float: none;
  padding: 0px;
  line-height: 1;
  padding: 2px 10px;
  border-radius: 3px; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #343235;
  background-color: transparent;
  border-color: transparent; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #FFFFFF;
  background-color: #EE7F00;
  border-color: #EE7F00; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #CCD1D9;
  background-color: transparent;
  border-color: transparent; }

.pagination > .pagination_before,
.pagination > .pagination_next {
  background-color: transparent;
  color: #EE7F00;
  font-size: 2.5rem;
  line-height: 2.5rem;
  padding-top: 4px; }

/**
   * pager
   * --------------------------------------------------
   */
.pager li > a,
.pager li > span {
  color: #FFFFFF;
  background-color: #EE7F00;
  border-color: #EE7F00;
  padding-bottom: 1px;
  padding-top: 0px; }
  .pager li > a i,
  .pager li > span i {
    font-size: 2.5rem;
    margin-top: -10px; }

.pager li > a:hover,
.pager li > a:focus {
  background-color: #ED6700;
  border-color: #ED6700; }

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #CCD1D9;
  background-color: #FFFFFF;
  border-color: #CCD1D9; }

.pager .previous > a,
.pager .previous > span {
  padding-left: 1px; }

.pager .next > a,
.pager .next > span {
  padding-right: 1px; }

/**
   * form
   * --------------------------------------------------
   */
.form-control {
  color: #343235;
  border-color: #CCD1D9;
  border-radius: 0px; }
  .form-control, .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .form-control:focus {
    border-color: #EE7F00; }
  .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
    color: #E0E0E0; }
  .form-control.disabled, .form-control[disabled] {
    border-color: #E0E0E0;
    background-color: #E0E0E0; }

.input-group-btn .btn {
  box-shadow: none;
  border: 1px solid #EE7F00; }
  .input-group-btn .btn.btn-info {
    border-color: #11932E; }
  .input-group-btn .btn.btn-success {
    border-color: #11932E; }
  .input-group-btn .btn.btn-warning {
    border-color: #033566; }
  .input-group-btn .btn.btn-danger {
    border-color: #8a1101; }

.input-group-btn .btn + .btn.btn-default {
  border-color: #ededed; }

.input-group-btn .btn + .btn.btn-primary {
  border-color: #ca6c00; }

.input-group-btn .btn + .btn.btn-info {
  border-color: #0d7324; }

.input-group-btn .btn + .btn.btn-success {
  border-color: #0d7324; }

.input-group-btn .btn + .btn.btn-warning {
  border-color: #022343; }

.input-group-btn .btn + .btn.btn-danger {
  border-color: #670d01; }

.input-group-addon {
  background-color: #EE7F00;
  border-color: #ca6c00;
  color: #FFFFFF;
  border-radius: 0px; }
  .input-group-addon .radio,
  .input-group-addon .checkbox {
    margin: -3px 0 -4px !important; }

.form-search .search-query,
.form-search .search-query:first-child,
.form-search .search-query:last-child {
  padding: 0 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px; }

.input-group .form-control:last-child {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0; }

.input-group .form-control:first-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0; }

.form-search .btn {
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px; }

.search-only {
  position: relative; }
  .search-only .search-icon {
    position: absolute;
    top: 2px;
    left: 8.5px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 17px;
    color: #E0E0E0;
    z-index: 20; }
  .search-only .form-control:last-child {
    padding-left: 40px; }

.has-feedback label ~ .form-control-feedback {
  top: 35px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #11932E; }

.has-success .form-control {
  border-color: #11932E;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.has-success .form-control:focus {
  border-color: #11932E;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.has-success .input-group-addon {
  background-color: #11932E;
  border-color: #11932E; }

.has-success .form-control-feedback {
  color: #11932E; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #033566; }

.has-warning .form-control {
  border-color: #033566;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.has-warning .form-control:focus {
  border-color: #033566;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.has-warning .input-group-addon {
  background-color: #033566;
  border-color: #033566; }

.has-warning .form-control-feedback {
  color: #033566; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #8a1101; }

.has-error .form-control {
  border-color: #8a1101;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.has-error .form-control:focus {
  border-color: #8a1101;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.has-error .input-group-addon {
  background-color: #8a1101;
  border-color: #8a1101; }

.has-error .form-control-feedback {
  color: #8a1101; }

/**
   * stepper
   * --------------------------------------------------
   */
.stepper .stepper-input {
  overflow: hidden;
  -moz-appearance: textfield; }
  .stepper .stepper-input::-webkit-inner-spin-button, .stepper .stepper-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.stepper .stepper-arrow {
  background-color: #EE7F00;
  cursor: pointer;
  display: block;
  height: 50%;
  position: absolute;
  right: 15px;
  text-indent: -99999px;
  width: 20px;
  border: 1px solid #ca6c00; }
  .stepper .stepper-arrow:hover, .stepper .stepper-arrow:active {
    background-color: #ED6700; }

.stepper .up {
  top: 0; }

.stepper .down {
  bottom: 0; }

.stepper .up::before,
.stepper .down::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent; }

.stepper .up::before {
  top: 5px;
  left: 5px;
  border-bottom: 4px solid #FFFFFF; }

.stepper .down:before {
  bottom: 5px;
  left: 6px;
  border-top: 4px solid #FFFFFF; }

.stepper.disabled .stepper-arrow {
  background-color: #EE7F00;
  opacity: 0.45;
  filter: alpha(opacity=45); }

.selecter {
  display: block;
  position: relative;
  max-width: 100%;
  z-index: 1;
  outline: none;
  /* Open */
  /* 'Cover' Positioning */
  /* 'Bottom' Positioning */
  /* 'Bottom' + 'Cover' Positioning */
  /* Multiple Select */
  /* 'Disabled' State */
  /* Scroller Support */ }
  .selecter .selecter-element {
    display: none;
    *left: -999999px;
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    z-index: 0; }
  .selecter .selecter-element,
  .selecter .selecter-element:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent; }
  .selecter .selecter-selected {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 6px 10px;
    position: relative;
    text-overflow: clip;
    z-index: 2; }
    .selecter .selecter-selected:after {
      position: absolute;
      top: 14px;
      right: 10px;
      content: "";
      width: 0;
      height: 0;
      border-top: 4px solid #343235;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent; }
  .selecter .selecter-options {
    border: 1px solid #FFFFFF;
    border-width: 0 1px 1px;
    -webkit-border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-color: #FFFFFF;
    display: none;
    left: 0;
    max-height: 260px;
    overflow: auto;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    *width: auto;
    z-index: 50; }
  .selecter .selecter-group {
    border-bottom: 1px solid #E0E0E0;
    color: #AAB2BD;
    background-color: #EFEFEF;
    display: block;
    font-size: 11px;
    padding: 5px 10px 4px;
    text-transform: uppercase; }
  .selecter .selecter-item {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E0E0E0;
    cursor: pointer;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 6px 10px;
    text-overflow: ellipsis;
    width: 100%; }
    .selecter .selecter-item.selected {
      color: #FFFFFF;
      border-bottom-color: #FFFFFF;
      background-color: #EE7F00; }
    .selecter .selecter-item.disabled {
      color: #AAB2BD;
      cursor: default; }
    .selecter .selecter-item:first-child {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    .selecter .selecter-item:last-child {
      -webkit-border-radius: 0 0 0px 0px;
      -moz-border-radius: 0 0 0px 0px;
      border-radius: 0 0 0px 0px;
      border-bottom: 0; }
  .selecter .selecter-item:hover {
    background-color: #E0E0E0; }
  .selecter .selecter-item.selected:hover {
    background-color: #EE7F00; }
  .selecter .selecter-item.disabled:hover,
  .selecter:hover .selecter-selected,
  .selecter.disabled .selecter-item:hover {
    background-color: #FFFFFF; }
  .selecter.open {
    outline: 0;
    z-index: 3; }
    .selecter.open .selecter-selected {
      border: 1px solid #FFFFFF;
      -webkit-border-radius: 0px 0px 0 0;
      -moz-border-radius: 0px 0px 0 0;
      border-radius: 0px 0px 0 0;
      z-index: 51; }
  .selecter.open .selecter-selected,
  .selecter.focus .selecter-selected {
    background-color: #FFFFFF; }
  .selecter.cover .selecter-options {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-width: 1px;
    top: 0; }
    .selecter.cover .selecter-options .selecter-item.first {
      -webkit-border-radius: 0px 0px 0 0;
      -moz-border-radius: 0px 0px 0 0;
      border-radius: 0px 0px 0 0; }
  .selecter.cover.open .selecter-selected {
    -webkit-border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
    z-index: 49; }
  .selecter.bottom .selecter-options {
    border-width: 1px 1px 0;
    bottom: 100%;
    top: auto; }
  .selecter.bottom .selecter-item:last-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none; }
  .selecter.bottom.open .selecter-selected {
    -webkit-border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px; }
  .selecter.bottom.open .selecter-options {
    -webkit-border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0; }
  .selecter.bottom.cover .selecter-options {
    bottom: 0;
    top: auto; }
  .selecter.bottom.cover.open .selecter-selected,
  .selecter.bottom.cover.open .selecter-options {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }
  .selecter.multiple .selecter-options {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-width: 1px;
    box-shadow: none;
    display: block;
    position: static;
    width: 100%; }
  .selecter.disabled .selecter-selected {
    background-color: #E0E0E0;
    border-color: #E0E0E0;
    color: #AAB2BD;
    cursor: default; }
  .selecter.disabled .selecter-options {
    background-color: #E0E0E0;
    border-color: #E0E0E0; }
  .selecter.disabled .selecter-group,
  .selecter.disabled .selecter-item {
    background-color: #E0E0E0;
    border-color: #E0E0E0;
    color: #AAB2BD;
    cursor: default; }
  .selecter.disabled .selecter-item.selected {
    background-color: #EE7F00;
    opacity: 0.45;
    filter: alpha(opacity=45);
    color: #FFFFFF; }
  .selecter .selecter-options.scroller {
    overflow: hidden; }
    .selecter .selecter-options.scroller .scroller-content {
      max-height: 260px;
      padding: 0; }

/**
   * checkbox and radio
   * --------------------------------------------------
   */
.checkbox, .radio {
  margin-top: 0;
  padding-left: 0; }

.checkbox label, .radio label {
  position: relative;
  top: 2px;
  padding-left: 5px; }

.icheckbox_flat,
.iradio_flat {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0 !important;
  width: 20px;
  height: 20px;
  background: url("../bootmind/img/check_flat/default.png") no-repeat;
  border: none;
  cursor: pointer; }

.icheckbox_flat {
  background-position: 0 0; }
  .icheckbox_flat.checked {
    background-position: -22px 0; }
  .icheckbox_flat.disabled {
    background-position: -44px 0;
    cursor: not-allowed; }
  .icheckbox_flat.checked.disabled {
    background-position: -66px 0; }

.iradio_flat {
  background-position: -88px 0; }
  .iradio_flat.checked {
    background-position: -110px 0; }
  .iradio_flat.disabled {
    background-position: -132px 0;
    cursor: not-allowed; }
  .iradio_flat.checked.disabled {
    background-position: -154px 0; }

/**
   * toggle
   * --------------------------------------------------
   */
.toggle {
  height: 32px; }
  .toggle input[type="checkbox"],
  .toggle input[type="radio"] {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    text-indent: -100000px;
    opacity: 0;
    filter: alpha(opacity=0); }
  .toggle .handle {
    display: block;
    position: relative;
    top: -20px;
    left: 0;
    width: 50px;
    height: 32px;
    background-color: #FFFFFF;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    -webkit-box-shadow: inset 0 0 0 1px #d8dce1;
    -moz-box-shadow: inset 0 0 0 1px #d8dce1;
    box-shadow: inset 0 0 0 1px #d8dce1; }
    .toggle .handle:before, .toggle .handle:after {
      content: "";
      position: absolute;
      top: 1px;
      left: 1px;
      display: block;
      width: 30px;
      height: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      background-color: #FFFFFF;
      -webkit-box-shadow: inset 0 0 0 1px #b8bfc8, 1px 1px 1px #c7ccd3;
      -moz-box-shadow: inset 0 0 0 1px #b8bfc8, 1px 1px 1px #c7ccd3;
      box-shadow: inset 0 0 0 1px #b8bfc8, 1px 1px 1px #c7ccd3; }
  .toggle input[type="checkbox"]:disabled + .handle,
  .toggle input[type="radio"]:disabled + .handle,
  .toggle input[type="checkbox"]:disabled + .handle:before,
  .toggle input[type="radio"]:disabled + .handle:before,
  .toggle input[type="checkbox"]:disabled + .handle:after,
  .toggle input[type="radio"]:disabled + .handle:after {
    opacity: 0.6;
    filter: alpha(opacity=60);
    background-color: #EFEFEF; }
  .toggle input[type="checkbox"]:checked + .handle:before,
  .toggle input[type="radio"]:checked + .handle:before {
    width: 50px;
    background-color: #EE7F00; }
  .toggle input[type="checkbox"]:checked + .handle:after,
  .toggle input[type="radio"]:checked + .handle:after {
    left: 20px;
    -webkit-box-shadow: inset 0 0 0 1px #EFEFEF, 1px 1px 1px #c7ccd3;
    -moz-box-shadow: inset 0 0 0 1px #EFEFEF, 1px 1px 1px #c7ccd3;
    box-shadow: inset 0 0 0 1px #EFEFEF, 1px 1px 1px #c7ccd3; }

/**
   * calendar
   * --------------------------------------------------
   */
.calendar {
  padding: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #343235;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .calendar .unit {
    float: left;
    width: 14.28%;
    text-align: center; }
  .calendar .years .prev {
    text-align: left; }
  .calendar .years .next {
    text-align: right; }
  .calendar .years .prev em,
  .calendar .years .next em {
    position: relative;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #343235;
    width: 34px;
    height: 34px;
    cursor: pointer; }
  .calendar .years .prev em:before,
  .calendar .years .next em:before {
    position: absolute;
    display: block;
    content: "";
    margin-top: 6px;
    border-style: solid;
    border-width: 7px;
    width: 0;
    height: 0;
    font-size: 0; }
  .calendar .years .prev em:before {
    top: 3px;
    left: 4px;
    border-color: transparent #343235 transparent transparent; }
  .calendar .years .next em:before {
    top: 3px;
    left: 13px;
    border-color: transparent transparent transparent #343235; }
  .calendar .years .prev em:hover,
  .calendar .years .next em:hover,
  .calendar .years .prev em:active,
  .calendar .years .next em:active {
    border-color: #EE7F00; }
  .calendar .years .prev em:hover:before,
  .calendar .years .prev em:active:before {
    border-color: transparent #EE7F00 transparent transparent; }
  .calendar .years .next em:hover:before,
  .calendar .years .next em:active:before {
    border-color: transparent transparent transparent #EE7F00; }
  .calendar .years .monyear {
    float: left;
    width: 71.42%;
    text-align: center;
    height: 34px;
    line-height: 34px; }
  .calendar .days {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #EFEFEF; }
    .calendar .days .day {
      color: #EE7F00;
      font-size: 11px; }
    .calendar .days .unit {
      margin-bottom: 3px;
      text-align: center;
      height: 34px;
      line-height: 37px; }
      .calendar .days .unit b {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        font-weight: normal;
        width: 34px;
        height: 34px; }
      .calendar .days .unit:active b,
      .calendar .days .unit.active b {
        display: inline-block;
        border: 1px solid #EE7F00;
        background-color: #EE7F00;
        color: #FFFFFF;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .calendar .days .unit:hover b {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #FFFFFF;
        border: 1px solid #EE7F00;
        color: #EE7F00;
        cursor: pointer;
        display: inline-block;
        line-height: 36px; }
      .calendar .days .unit.older b {
        color: #CCD1D9;
        background-color: transparent;
        cursor: default; }
      .calendar .days .unit.older:hover b {
        color: #CCD1D9;
        border: none; }

/**
   * pricing
   * --------------------------------------------------
   */
.pricing ul {
  list-style: none;
  padding: 0; }

.pricing .unit {
  position: relative;
  display: inline-block;
  text-align: center;
  min-width: 250px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .pricing .unit.active {
    top: 5px;
    margin-left: -36px;
    margin-right: -36px;
    z-index: 1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
    .pricing .unit.active .price-title h3 {
      font-size: 40px; }

@media screen and (max-width: 767px) {
  .pricing .unit {
    display: block;
    margin-bottom: 20px; }
    .pricing .unit.active {
      top: 0;
      margin-left: 0;
      margin-right: 0; }
      .pricing .unit.active .price-title h3 {
        font-size: 30px; } }

.pricing .price-title {
  padding: 20px 20px 10px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  color: #FFF; }
  .pricing .price-title h3,
  .pricing .price-title h3 > p {
    margin: 0; }

.pricing .price-body {
  padding: 20px 20px 10px;
  background: #FFFFFF; }
  .pricing .price-body ul {
    padding-top: 10px; }
  .pricing .price-body li {
    margin-bottom: 10px; }
  .pricing .price-body h4 {
    margin: 0; }

.pricing .price-foot {
  padding: 20px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  background-color: #FFFFFF; }

.pricing .price-primary .price-title {
  background-color: #EE7F00; }

.pricing .price-success .price-title {
  background-color: #4CBC65; }

.pricing .price-warning .price-title {
  background-color: #054A91; }

/**
   * alert
   * --------------------------------------------------
   */
.alert {
  color: #343235;
  border: 1px solid #EE7F00; }
  .alert h4 {
    margin-bottom: 0.625rem;
    font-weight: bold; }
  .alert-dismissable .close {
    padding: 4px 0px 0px; }
  .alert-info {
    background-color: rgba(255, 255, 255, 0.75);
    border-color: #EE7F00; }
    .alert-info strong {
      color: #EE7F00; }
  .alert-warning {
    background-color: #FFFFFF;
    border-color: #054A91; }
    .alert-warning strong {
      color: #054A91; }
  .alert-danger {
    background-color: #FFFFFF;
    border-color: #cc1a07; }
    .alert-danger strong {
      color: #cc1a07; }
  .alert-success {
    background-color: #FFFFFF;
    border-color: #4CBC65; }
    .alert-success strong {
      color: #4CBC65; }
  .alert .alert-link {
    cursor: pointer;
    text-decoration: underline;
    opacity: 0.65;
    filter: alpha(opacity=65);
    color: #343235; }
    .alert .alert-link:hover, .alert .alert-link:focus {
      opacity: 0.45;
      filter: alpha(opacity=45);
      color: #343235;
      margin-top: 1px; }
  .alert .btn-link,
  .alert .btn-link:hover,
  .alert .btn-link:focus {
    opacity: 0.65;
    filter: alpha(opacity=65);
    color: #343235;
    margin-top: 1px; }
  .alert .btn-link:focus,
  .alert .btn-link:hover {
    text-decoration: none;
    opacity: 0.4;
    filter: alpha(opacity=40); }

/**
   * tab
   * --------------------------------------------------
   */
.nav-tabs {
  border-bottom: none;
  background-color: #E0E0E0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }
  .nav-tabs > li {
    margin-bottom: 0;
    border-left: 1px solid #CCD1D9; }
  .nav-tabs > li:first-child {
    border-left: none; }
  .nav-tabs > li > a {
    margin-right: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: rgba(52, 50, 53, 0.35); }
  .nav-tabs > li:first-child > a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }
  .nav-tabs > li > a:focus,
  .nav-tabs > li > a:hover {
    border: none;
    background-color: #EFEFEF; }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active > a:hover {
    border: none;
    background-color: #FFFFFF !important; }
  .nav-tabs .dropdown-toggle,
  .nav-tabs .dropdown-toggle:hover,
  .nav-tabs .dropdown-toggle:focus {
    color: rgba(52, 50, 53, 0.35); }
  .nav-tabs li.dropdown.open .dropdown-toggle {
    color: rgba(52, 50, 53, 0.35);
    background-color: #EFEFEF; }
  .nav-tabs li.dropdown.active.open .dropdown-toggle {
    color: rgba(52, 50, 53, 0.35); }
  .nav-tabs li.dropdown.active.open .dropdown-toggle .caret,
  .nav-tabs li.dropdown.active .dropdown-toggle .caret {
    border-top-color: rgba(52, 50, 53, 0.35);
    border-bottom-color: rgba(52, 50, 53, 0.35); }
  .nav-tabs li.dropdown.open .caret,
  .nav-tabs li.dropdown.open.active .caret,
  .nav-tabs li.dropdown.open a:hover .caret,
  .nav-tabs li.dropdown.open a:focus .caret,
  .nav-tabs .dropdown-toggle .caret,
  .nav-tabs .dropdown-toggle:hover .caret,
  .nav-tabs .dropdown-toggle:focus .caret {
    border-top-color: rgba(52, 50, 53, 0.35);
    border-bottom-color: rgba(52, 50, 53, 0.35); }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
    text-align: center; }
  .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  .nav-tabs.nav-justified > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .nav-tabs.nav-justified > li:first-child > a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }
  .nav-tabs.nav-justified > li:last-child > a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border: none; }
  @media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
      border-bottom: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom: none; } }
  .tab-content {
    padding: 10px; }

.tabs-below .nav-tabs {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.tabs-below .nav-tabs > li:first-child > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.tabs-below .nav-tabs.nav-justified > li:last-child > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.tabs-left .nav-tabs > li,
.tabs-right .nav-tabs > li {
  float: none;
  border-left: none;
  border-top: 1px solid #CCD1D9; }

.tabs-left .nav-tabs > li:first-child,
.tabs-right .nav-tabs > li:first-child {
  border-top: none; }

.tabs-left .nav-tabs > li > a,
.tabs-right .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0; }

.tabs-left .nav-tabs {
  float: left;
  margin-right: 19px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.tabs-left .nav-tabs > li:first-child > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.tabs-left .nav-tabs > li:last-child > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.tabs-right .nav-tabs {
  float: right;
  margin-left: 19px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.tabs-right .nav-tabs > li:first-child > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.tabs-right .nav-tabs > li:last-child > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

/**
   * pill
   * --------------------------------------------------
   */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #FFFFFF;
  background-color: #EE7F00;
  border-radius: 0px; }

.nav-pills > li > a {
  color: #EE7F00; }

.nav-pills > li > a:hover {
  color: rgba(52, 50, 53, 0.35);
  background-color: #E0E0E0; }

.nav-pills > .active > a > .badge {
  color: #EE7F00; }

.nav-pills .open > a,
.nav-pills .open > a:focus,
.nav-pills .open > a:hover {
  color: rgba(52, 50, 53, 0.35);
  background-color: #E0E0E0; }

/**
   * navbar
   * --------------------------------------------------
   */
.navbar-form {
  padding: 0 !important; }

.navbar-default {
  min-height: 70px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0px; }
  .navbar-default {
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .navbar-default .navbar-brand,
  .navbar-default .navbar-link,
  .navbar-default .btn-link {
    color: #343235; }
  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus,
  .navbar-default .navbar-link:hover,
  .navbar-default .btn-link:hover,
  .navbar-default .btn-link:focus {
    color: #343235;
    background-color: transparent; }
  .navbar-default .navbar-text,
  .navbar-default .navbar-nav > li > a {
    color: #343235; }
    .navbar-default .navbar-text.current,
    .navbar-default .navbar-nav > li > a.current {
      border-bottom: 4px solid #EE7F00; }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #EE7F00; }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #343235;
    background-color: #EE7F00; }
  .navbar-default .btn-link[disabled]:hover,
  fieldset[disabled] .navbar-default .btn-link:hover,
  .navbar-default .btn-link[disabled]:focus,
  fieldset[disabled] .navbar-default .btn-link:focus,
  .navbar-default .navbar-nav > .disabled > a,
  .navbar-default .navbar-nav > .disabled > a:hover,
  .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ebebeb;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #FFFFFF;
    background-color: #FFFFFF; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      border-color: #FFFFFF;
      background-color: #FFFFFF; }
      .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #343235; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #EE7F00;
    height: 4px;
    width: 24px; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none;
    padding-top: 15px; }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #343235;
    background-color: #FFFFFF; }
  @media (max-width: 767px) {
    .navbar-default {
      min-height: 50px; }
      .navbar-default .navbar-nav > li > a.current {
        border-bottom: 0px;
        background-color: #EE7F00;
        color: #FFFFFF; }
      .navbar-default .navbar-nav > li > a:hover,
      .navbar-default .navbar-nav > li > a:focus {
        background-color: #EFEFEF; }
      .navbar-default .navbar-nav .open .dropdown-menu > .divider {
        background-color: #EFEFEF; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #d9d9d9; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
      .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
      .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
      .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #343235;
        background-color: #EE7F00; }
      .navbar-default .navbar-nav .open .dropdown-menu > .dropdown-header {
        color: #d9d9d9; }
      .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
      .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
      .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #e6e6e6; } }

.navbar-inverse {
  background-color: white;
  border-color: white; }

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-link,
.navbar-inverse .btn-link {
  color: white; }

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-link:hover,
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #343235;
  background-color: transparent; }

.navbar-inverse .navbar-text,
.navbar-inverse .navbar-nav > li > a {
  color: white; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #343235; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #343235;
  background-color: #FFFFFF; }

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus,
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: white;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #FFFFFF;
  background-color: #FFFFFF; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #EE7F00; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #FFFFFF; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #343235;
  background-color: #FFFFFF; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #FFFFFF; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .divider {
    background-color: #FFFFFF; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: white; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #343235;
    background-color: #FFFFFF; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    color: white; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: white; } }

/**
   * list
   * --------------------------------------------------
   */
.list-group {
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .list-group-item {
    border-color: transparent;
    border-top-color: #E0E0E0; }
    .list-group-item:first-child {
      border-top: none; }
    .list-group-item-heading {
      color: #343235; }

a.list-group-item {
  border-radius: 0px;
  color: #343235; }
  a.list-group-item:first-child, a.list-group-item:last-child {
    border-radius: 0px; }
  a.list-group-item .list-group-item-heading {
    font-size: 16px;
    color: #343235; }
  a.list-group-item:hover, a.list-group-item:focus {
    background-color: #E0E0E0; }
  a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #EE7F00;
    border-color: #EE7F00; }
  a.list-group-item.active .list-group-item-text,
  a.list-group-item.active:hover .list-group-item-text,
  a.list-group-item.active:focus .list-group-item-text {
    color: #FFFFFF; }

.list-group-item-primary {
  color: #EE7F00;
  border-color: #ED6700 transparent transparent transparent;
  background-color: #EE7F00; }
  .list-group-item-primary:first-child {
    border-color: transparent; }
  a.list-group-item-primary {
    color: #FFFFFF; }
    a.list-group-item-primary:hover, a.list-group-item-primary:focus {
      color: #FFFFFF;
      background-color: #ED6700; }
    a.list-group-item-primary.active, a.list-group-item-primary:hover, a.list-group-item-primary:focus {
      background-color: #ED6700;
      border-color: #EE7F00 transparent transparent transparent; }

.list-group-item-success {
  color: #FFFFFF;
  border-color: #11932E transparent transparent transparent;
  background-color: #4CBC65; }
  .list-group-item-success:first-child {
    border-color: transparent; }
  a.list-group-item-success {
    color: #FFFFFF; }
    a.list-group-item-success:hover, a.list-group-item-success:focus {
      color: #FFFFFF;
      background-color: #11932E; }
    a.list-group-item-success.active, a.list-group-item-success:hover, a.list-group-item-success:focus {
      background-color: #11932E;
      border-color: #4CBC65 transparent transparent transparent; }

.list-group-item-warning {
  color: #FFFFFF;
  border-color: #033566 transparent transparent transparent;
  background-color: #054A91; }
  .list-group-item-warning:first-child {
    border-color: transparent; }
  a.list-group-item-warning {
    color: #FFFFFF; }
    a.list-group-item-warning:hover, a.list-group-item-warning:focus {
      color: #FFFFFF;
      background-color: #033566; }
    a.list-group-item-warning.active, a.list-group-item-warning:hover, a.list-group-item-warning:focus {
      background-color: #033566;
      border-color: #054A91 transparent transparent transparent; }

.list-group-item-info {
  color: #FFFFFF;
  border-color: #11932E transparent transparent transparent;
  background-color: #4CBC65; }
  .list-group-item-info:first-child {
    border-color: transparent; }
  a.list-group-item-info {
    color: #FFFFFF; }
    a.list-group-item-info:hover, a.list-group-item-info:focus {
      color: #FFFFFF;
      background-color: #11932E; }
    a.list-group-item-info.active, a.list-group-item-info:hover, a.list-group-item-info:focus {
      background-color: #11932E;
      border-color: #4CBC65 transparent transparent transparent; }

.list-group-item-danger {
  color: #FFFFFF;
  border-color: #8a1101 transparent transparent transparent;
  background-color: #cc1a07; }
  .list-group-item-danger:first-child {
    border-color: transparent; }
  a.list-group-item-danger {
    color: #FFFFFF; }
    a.list-group-item-danger:hover, a.list-group-item-danger:focus {
      color: #FFFFFF;
      background-color: #8a1101; }
    a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-item-danger:focus {
      background-color: #8a1101;
      border-color: #cc1a07 transparent transparent transparent; }

/**
   * media list
   * --------------------------------------------------
   */
.media-list {
  color: rgba(52, 50, 53, 0.35); }
  .media-list .media > .pull-left {
    padding-right: 30px; }
  .media-list .media > .pull-right {
    padding-left: 30px; }
  .media-heading {
    font-size: 14px;
    color: #343235; }
  .media-text {
    border-bottom: 1px solid #AAB2BD;
    padding-bottom: 15px;
    margin-bottom: 15px; }
  .media-details {
    font-style: italic; }

/**
   * modal
   * --------------------------------------------------
   */
.modal-content {
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #343235;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.modal-header {
  border-bottom: none; }

.modal-body {
  padding: 0 15px; }

.modal-footer {
  border-top: none; }

/**
   * well
   * --------------------------------------------------
   */
.well {
  padding: 10px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #343235;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .well blockquote {
    border-color: #CCD1D9; }
  .well-lg {
    padding: 20px; }
  .well-sm {
    padding: 5px; }

/**
   * thumbnail
   * --------------------------------------------------
   */
.thumbnail {
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 0px; }
  .thumbnail a > img, .thumbnail > img {
    width: 100%;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .thumbnail .caption {
    font-size: 14px;
    padding: 15px; }
    .thumbnail .caption .btn {
      margin-top: 15px; }
  .thumbnail .caption h1,
  .thumbnail .caption h2,
  .thumbnail .caption h3,
  .thumbnail .caption h4,
  .thumbnail .caption h5,
  .thumbnail .caption h6 {
    margin: 5px 0 10px;
    font-size: 16px; }

/**
   * jumbotron
   * --------------------------------------------------
   */
.jumbotron {
  margin-bottom: 20px;
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3); }
  .container .jumbotron {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .jumbotron > .jumbotron-photo img {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    width: 100%; }
  .jumbotron .jumbotron-contents {
    padding: 20px;
    color: rgba(52, 50, 53, 0.35); }
  .jumbotron .carousel,
  .jumbotron .carousel-inner,
  .jumbotron .carousel-inner > .item.active img {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0; }
  .jumbotron .carousel-inner > .item > a > img,
  .jumbotron .carousel-inner > .item > img {
    width: 100%; }
  .jumbotron .carousel-control.left {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0; }
  .jumbotron .carousel-control.right {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0; }
  .jumbotron h1, .jumbotron .h1,
  .jumbotron h2, .jumbotron .h2 {
    font-weight: 400; }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 28px; }
  .jumbotron h2, .jumbotron .h2 {
    font-size: 24px; }
  .jumbotron p {
    font-size: 14px; }
  .jumbotron .carousel-control .icon-prev,
  .jumbotron .carousel-control .icon-next {
    font-size: 60px; }
  @media screen and (min-width: 768px) {
    .jumbotron,
    .container .jumbotron {
      padding: 0; }
    .jumbotron h1,
    .jumbotron .h1 {
      font-size: 28px; } }

/**
   * panel
   * --------------------------------------------------
   */
.panel {
  background-color: #FFFFFF;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .panel .list-group {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .panel .list-group-item:first-child {
    border-top: 1px solid #E0E0E0; }
  .panel-heading {
    -webkit-border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0; }
  .panel-title {
    font-size: 14px;
    color: #343235;
    font-weight: normal; }
  .panel-footer {
    background-color: #E0E0E0;
    border-top-color: #E0E0E0;
    -webkit-border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px; }
  .panel-default {
    border-color: #E0E0E0; }
    .panel-default > .panel-heading {
      color: #343235;
      background-color: #E0E0E0;
      border-color: #E0E0E0; }
  .panel-primary {
    border-color: #EE7F00; }
    .panel-primary > .panel-heading {
      color: #FFFFFF;
      background-color: #EE7F00;
      border-color: #EE7F00; }
  .panel-success {
    border-color: #4CBC65; }
    .panel-success > .panel-heading {
      color: #FFFFFF;
      background-color: #4CBC65;
      border-color: #4CBC65; }
  .panel-info {
    border-color: #4CBC65; }
    .panel-info > .panel-heading {
      color: #FFFFFF;
      background-color: #4CBC65;
      border-color: #4CBC65; }
  .panel-warning {
    border-color: #054A91; }
    .panel-warning > .panel-heading {
      color: #FFFFFF;
      background-color: #054A91;
      border-color: #054A91; }
  .panel-danger {
    border-color: #cc1a07; }
    .panel-danger > .panel-heading {
      color: #FFFFFF;
      background-color: #cc1a07;
      border-color: #cc1a07; }
  .panel-primary > .panel-heading > .panel-title,
  .panel-success > .panel-heading > .panel-title,
  .panel-info > .panel-heading > .panel-title,
  .panel-warning > .panel-heading > .panel-title,
  .panel-danger > .panel-heading > .panel-title {
    color: #FFFFFF; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .table:first-child,
  .panel > .table-responsive:first-child > .table:first-child {
    -webkit-border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0; }
  .panel > .list-group:last-child .list-group-item:last-child {
    -webkit-border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    -webkit-border-radius: 0px 0 0 0;
    -moz-border-radius: 0px 0 0 0;
    border-radius: 0px 0 0 0; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    -webkit-border-radius: 0 0px 0 0;
    -moz-border-radius: 0 0px 0 0;
    border-radius: 0 0px 0 0; }
  .panel > .table:last-child,
  .panel > .table-responsive:last-child > .table:last-child {
    -webkit-border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    -webkit-border-radius: 0 0 0 0px;
    -moz-border-radius: 0 0 0 0px;
    border-radius: 0 0 0 0px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    -webkit-border-radius: 0 0 0px 0;
    -moz-border-radius: 0 0 0px 0;
    border-radius: 0 0 0px 0; }
  .panel > .panel-body + .table,
  .panel > .panel-body + .table-responsive {
    border-top-color: #E0E0E0; }

/**
   * accordion
   * --------------------------------------------------
   */
.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.panel-group .panel + .panel {
  margin-top: 0; }

.panel-group .panel-heading {
  padding: 0;
  border-bottom-color: transparent; }

.panel-group .panel-heading + .panel-collapse .panel-body {
  padding: 1rem 0;
  border-top-color: transparent; }

.panel-group .panel-title a {
  padding: 0.625rem 0;
  display: block; }

.panel-group-lists .panel {
  border-bottom: 1px solid #E0E0E0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.panel-group-lists .panel:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.panel-group-lists .panel:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  border-bottom: none; }

.panel-group-lists .panel-heading + .panel-collapse .panel-body {
  padding: 1rem;
  border-top-color: #E0E0E0; }

.panel-group-lists .panel-title a {
  padding: 0.625rem 1rem;
  color: rgba(52, 50, 53, 0.35); }

.panel-group-lists .panel-title a:hover,
.panel-group-lists .panel-title a:focus,
.panel-group-lists .panel-title a:active {
  color: #AAB2BD; }

/**
   * footer
   * --------------------------------------------------
   */
.footer {
  padding: 40px 0;
  background-color: #FFFFFF; }
  .footer-logo, .footer-nav {
    float: left;
    padding: 0 20px;
    width: 20%; }
  @media (max-width: 768px) {
    .footer-logo {
      margin-bottom: 20px; }
    .footer-logo, .footer-nav {
      float: none;
      display: block;
      width: 100%; } }
  .footer-logo {
    margin-top: -5px;
    height: 32px;
    line-height: 32px; }
    .footer-logo img {
      margin-right: 10px; }
    .footer-logo a {
      font-size: 20px;
      font-weight: bold;
      color: #656D78; }
    .footer-logo a:hover,
    .footer-logo a:active {
      text-decoration: none; }
  .footer-nav .nav-title {
    margin-bottom: 15px;
    color: #656D78; }
  .footer-nav .nav-item {
    line-height: 28px; }
    .footer-nav .nav-item > a {
      color: rgba(52, 50, 53, 0.35); }
    .footer-nav .nav-item > a:hover,
    .footer-nav .nav-item > a:active {
      color: #E0E0E0;
      text-decoration: none; }
  .footer-copyright {
    color: rgba(52, 50, 53, 0.35);
    font-size: 13px;
    font-style: italic; }

/**
   * timeline
   * --------------------------------------------------
   */
.timeline dl {
  position: relative;
  top: 0;
  margin: 0;
  padding: 20px 0; }
  .timeline dl:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    content: '';
    background-color: #CCD1D9;
    z-index: 100; }
  .timeline dl dt {
    position: relative;
    top: 30px;
    padding: 3px 5px;
    margin: 0 auto 30px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #AAB2BD;
    font-weight: normal;
    color: #FFFFFF;
    width: 120px;
    z-index: 200; }
  .timeline dl dd {
    position: relative;
    z-index: 200; }
    .timeline dl dd .circ {
      position: absolute;
      top: 40px;
      left: 50%;
      margin-left: -11px;
      border: 4px solid #EFEFEF;
      width: 22px;
      height: 22px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-color: #EE7F00;
      z-index: 200; }
    .timeline dl dd .time {
      position: absolute;
      top: 31px;
      left: 50%;
      padding: 10px 20px;
      width: 100px;
      display: inline-block;
      color: #EE7F00; }
    .timeline dl dd .events {
      position: relative;
      margin-top: 31px;
      padding: 10px 10px 0;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      background-color: #FFFFFF;
      width: 47%; }
      .timeline dl dd .events:before {
        position: absolute;
        top: 12px;
        width: 0;
        height: 0;
        content: '';
        border-width: 6px;
        border-style: solid; }
      .timeline dl dd .events .events-object {
        margin-right: 10px; }
      .timeline dl dd .events .events-body {
        overflow: hidden;
        zoom: 1; }
        .timeline dl dd .events .events-body .events-heading {
          margin: 0 0 10px;
          font-size: 14px; }
    .timeline dl dd.pos-right .time {
      margin-left: -100px;
      text-align: right; }
    .timeline dl dd.pos-right .events {
      float: right; }
      .timeline dl dd.pos-right .events:before {
        left: -12px;
        border-color: transparent #FFFFFF transparent transparent; }
    .timeline dl dd.pos-left .time {
      margin-left: 0;
      text-align: left; }
    .timeline dl dd.pos-left .events {
      float: left; }
      .timeline dl dd.pos-left .events:before {
        right: -12px;
        border-color: transparent transparent transparent #FFFFFF; }

@media screen and (max-width: 767px) {
  .timeline dl:before {
    left: 60px; }
  .timeline dl dt {
    margin: 0 0 30px; }
  .timeline dl dd .circ {
    left: 60px; }
  .timeline dl dd .time {
    left: 0; }
  .timeline dl dd.pos-left .time {
    margin-left: 0;
    padding: 10px 0;
    text-align: left; }
  .timeline dl dd.pos-left .events {
    float: right;
    width: 84%; }
    .timeline dl dd.pos-left .events:before {
      left: -12px;
      border-color: transparent #FFFFFF transparent transparent; }
  .timeline dl dd.pos-right .time {
    margin-left: 0;
    padding: 10px 0;
    text-align: left; }
  .timeline dl dd.pos-right .events {
    float: right;
    width: 84%; } }

/**
   * dropdown-menu
   * --------------------------------------------------
   */
.dropdown-menu {
  border: none;
  background-color: #FFFFFF; }
  .dropdown-menu .dropdown-header {
    padding: 5px 20px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #343235; }
  .dropdown-menu li a {
    padding: 5px 20px;
    color: #343235; }
  .dropdown-menu li a:hover,
  .dropdown-menu li a:focus,
  .dropdown-menu .active a,
  .dropdown-menu .active a:hover,
  .dropdown-menu .active a:focus {
    color: #343235;
    background-color: #E0E0E0;
    outline: none; }
  .dropdown-menu .disabled a,
  .dropdown-menu .disabled a:hover,
  .dropdown-menu .disabled a:focus {
    color: #E0E0E0;
    cursor: default; }
  .dropdown-menu .divider {
    background-color: #E0E0E0;
    border-bottom: none;
    margin: 3px; }
  .dropup .dropdown-menu {
    margin-bottom: 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }

/**
   * dropdown-submenu
   * --------------------------------------------------
   */
.dropdown-submenu {
  position: relative; }
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 4px;
    -moz-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px; }
  .dropdown-submenu:hover .dropdown-menu {
    display: block; }
  .dropup .dropdown-submenu .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 4px 4px 4px 0;
    -moz-border-radius: 4px 4px 4px 0;
    border-radius: 4px 4px 4px 0; }
  .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #343235;
    margin-top: 5px;
    margin-right: -10px; }
  .dropdown-default .dropdown-submenu > a:after {
    border-left-color: #343235; }
  .dropdown-submenu:hover a:after {
    border-left-color: #343235; }
  .dropdown-submenu.pull-left {
    float: none; }
  .dropdown-submenu.pull-left .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 4px 0 4px 4px;
    -moz-border-radius: 4px 0 4px 4px;
    border-radius: 4px 0 4px 4px; }

@font-face {
  font-family: 'icons-mleab';
  src: url("fonts/icons/icons-mleab.eot?o1fuou");
  src: url("fonts/icons/icons-mleab.eot?o1fuou#iefix") format("embedded-opentype"), url("fonts/icons/icons-mleab.ttf?o1fuou") format("truetype"), url("fonts/icons/icons-mleab.woff?o1fuou") format("woff"), url("fonts/icons/icons-mleab.svg?o1fuou#icons-mleab") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="mleab-"], [class*=" mleab-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons-mleab' !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; }

.mleab-car:before {
  content: "\e92f"; }

.mleab-metro:before {
  content: "\e930"; }

.mleab-other:before {
  content: "\e931"; }

.mleab-commerce:before {
  content: "\e932"; }

.mleab-email:before {
  content: "\e900"; }

.mleab-map:before {
  content: "\e901"; }

.mleab-bar-chart:before {
  content: "\e902"; }

.mleab-blueprint:before {
  content: "\e903"; }

.mleab-bookmark:before {
  content: "\e904"; }

.mleab-bus:before {
  content: "\e905"; }

.mleab-calcul:before {
  content: "\e906"; }

.mleab-calendar:before {
  content: "\e907"; }

.mleab-checked:before {
  content: "\e908"; }

.mleab-close:before {
  content: "\e909"; }

.mleab-euro:before {
  content: "\e933"; }

.mleab-coin:before {
  content: "\e90a"; }

.mleab-communication-4:before {
  content: "\e90b"; }

.mleab-cursor-1:before {
  content: "\e90c"; }

.mleab-cursor-2:before {
  content: "\e90d"; }

.mleab-doc:before {
  content: "\e90e"; }

.mleab-download-2:before {
  content: "\e90f"; }

.mleab-draw:before {
  content: "\e910"; }

.mleab-export:before {
  content: "\e911"; }

.mleab-facebook:before {
  content: "\e912"; }

.mleab-heart-2:before {
  content: "\e913"; }

.mleab-heart-complete:before {
  content: "\e914"; }

.mleab-house-3:before {
  content: "\e915"; }

.mleab-house:before {
  content: "\e916"; }

.mleab-houses:before {
  content: "\e917"; }

.mleab-jpg:before {
  content: "\e918"; }

.mleab-key:before {
  content: "\e919"; }

.mleab-left-arrow:before {
  content: "\e91a"; }

.mleab-levels-1:before {
  content: "\e91b"; }

.mleab-more:before {
  content: "\e91c"; }

.mleab-padlock-1:before {
  content: "\e91d"; }

.mleab-padlock:before {
  content: "\e91e"; }

.mleab-pdf:before {
  content: "\e91f"; }

.mleab-photo-camera:before {
  content: "\e920"; }

.mleab-picture:before {
  content: "\e921"; }

.mleab-pie-chart-1:before {
  content: "\e922"; }

.mleab-placeholder:before {
  content: "\e923"; }

.mleab-power:before {
  content: "\e924"; }

.mleab-right-arrow:before {
  content: "\e925"; }

.mleab-save:before {
  content: "\e926"; }

.mleab-search:before {
  content: "\e927"; }

.mleab-smartphone-1:before {
  content: "\e928"; }

.mleab-speech-bubble-12:before {
  content: "\e929"; }

.mleab-telephone-3:before {
  content: "\e92a"; }

.mleab-twitter .path1:before {
  content: "\e92b";
  color: #50abf1; }

.mleab-twitter .path2:before {
  content: "\e92c";
  margin-left: -1em;
  color: white; }

.mleab-upload-2:before {
  content: "\e92d"; }

.mleab-user-2:before {
  content: "\e92e"; }

.loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.3em solid rgba(255, 255, 255, 0.2);
  border-right: 0.3em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.3em solid rgba(255, 255, 255, 0.2);
  border-left: 0.3em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  float: left;
  margin-left: -8px;
  margin-right: 4px; }
  .loader.standalone-loader {
    border-left: 1.2em solid cyan;
    border-top-width: 1.2em;
    border-right-width: 1.2em;
    border-bottom-width: 1.2em; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em; }
  .loader.standalone-loader,
  .loader:after.standalone-loader {
    width: 10em;
    height: 10em;
    margin-top: 40px; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*** EXTEND NG LOADING BAR EXTENSION **/
#loading-bar-spinner {
  bottom: 15px;
  right: 15px;
  top: auto;
  left: auto; }
  #loading-bar-spinner .spinner-icon {
    height: 25px;
    width: 25px;
    border-top-color: cyan;
    border-left-color: cyan;
    animation: loading-bar-spinner 700ms linear infinite; }

body {
  background: url(/img/background.jpg) no-repeat top center;
  background-attachment: fixed; }

.bg-white {
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.img-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.input-group-btn > button {
  height: 34px; }

.overlay {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  padding: 20px; }

.btn-danger {
  background-color: #c00000; }

.btn-round {
  border-radius: 40px; }

.modal-content {
  border-radius: 15px; }

.modal-dialog {
  box-shadow: 0px 0px 20px grey;
  border-radius: 15px; }

.reset-this {
  animation: none !important;
  animation-delay: 0 !important;
  animation-direction: normal !important;
  animation-duration: 0 !important;
  animation-fill-mode: none !important;
  animation-iteration-count: 1 !important;
  animation-name: none !important;
  animation-play-state: running !important;
  animation-timing-function: ease !important;
  backface-visibility: visible !important;
  background: 0 !important;
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: unset !important;
  background-image: none !important;
  background-origin: padding-box !important;
  background-position: 0 0 !important;
  background-position-x: 0 !important;
  background-position-y: 0 !important;
  background-repeat: repeat !important;
  background-size: auto auto !important;
  border: 0 !important;
  border-style: none !important;
  border-width: medium !important;
  border-color: inherit !important;
  border-bottom: 0 !important;
  border-bottom-color: inherit !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-style: none !important;
  border-bottom-width: medium !important;
  border-collapse: separate !important;
  border-image: none !important;
  border-left: 0 !important;
  border-left-color: inherit !important;
  border-left-style: none !important;
  border-left-width: medium !important;
  border-radius: 0 !important;
  border-right: 0 !important;
  border-right-color: inherit !important;
  border-right-style: none !important;
  border-right-width: medium !important;
  border-spacing: 0 !important;
  border-top: 0 !important;
  border-top-color: inherit !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top-style: none !important;
  border-top-width: medium !important;
  bottom: auto !important;
  box-shadow: none !important;
  box-sizing: content-box !important;
  caption-side: top !important;
  clear: none !important;
  clip: auto !important;
  color: inherit !important;
  columns: auto !important;
  column-count: auto !important;
  column-fill: balance !important;
  column-gap: normal !important;
  column-rule: medium none currentColor !important;
  column-rule-color: currentColor !important;
  column-rule-style: none !important;
  column-rule-width: none !important;
  column-span: 1 !important;
  column-width: auto !important;
  content: normal !important;
  counter-increment: none !important;
  counter-reset: none !important;
  cursor: auto !important;
  direction: ltr !important;
  display: inline !important;
  empty-cells: show !important;
  float: none !important;
  font: normal !important;
  font-family: inherit !important;
  font-size: medium !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  height: auto !important;
  hyphens: none !important;
  left: auto !important;
  letter-spacing: normal !important;
  line-height: normal !important;
  list-style: none !important;
  list-style-image: none !important;
  list-style-position: outside !important;
  list-style-type: disc !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  opacity: 1 !important;
  orphans: 0 !important;
  outline: 0 !important;
  outline-color: invert !important;
  outline-style: none !important;
  outline-width: medium !important;
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
  padding: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  page-break-after: auto !important;
  page-break-before: auto !important;
  page-break-inside: auto !important;
  perspective: none !important;
  perspective-origin: 50% 50% !important;
  position: static !important;
  /* May need to alter quotes for different locales (e.g fr) */
  quotes: '\201C' '\201D' '\2018' '\2019' !important;
  right: auto !important;
  tab-size: 8 !important;
  table-layout: auto !important;
  text-align: inherit !important;
  text-align-last: auto !important;
  text-decoration: none !important;
  text-decoration-color: inherit !important;
  text-decoration-line: none !important;
  text-decoration-style: solid !important;
  text-indent: 0 !important;
  text-shadow: none !important;
  text-transform: none !important;
  top: auto !important;
  transform: none !important;
  transform-style: flat !important;
  transition: none !important;
  transition-delay: 0s !important;
  transition-duration: 0s !important;
  transition-property: none !important;
  transition-timing-function: ease !important;
  unicode-bidi: normal !important;
  vertical-align: baseline !important;
  visibility: visible !important;
  white-space: normal !important;
  widows: 0 !important;
  width: auto !important;
  word-spacing: normal !important;
  z-index: auto !important;
  /* basic modern patch */
  all: initial !important;
  all: unset !important; }

/* basic modern patch */
#reset-this-root {
  all: initial; }
  #reset-this-root * {
    all: unset; }

.nopadding {
  padding: 0; }

.nomargin {
  margin: 0; }

.tb-ei-name {
  color: #033566 !important; }
  .tb-ei-name a {
    text-decoration: none;
    color: #033566 !important; }

.tb-ei-no-bis-div {
  justify-content: center;
  text-align: center; }

.tb-ei-no-bis-label {
  color: #033566 !important;
  font-style: italic; }

.tb-ei-detail-btn {
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  background: transparent; }

.tb-ei-section-name {
  font-weight: 300 !important;
  font-size: 26px;
  margin-bottom: 8px; }

.tb-ei-bi-table {
  border-radius: 10px !important;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px; }

.tb-ei-bi-table-head {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }
  .tb-ei-bi-table-head th {
    border-bottom: none !important; }
  .tb-ei-bi-table-head th:first-child {
    border-top-left-radius: 10px; }
  .tb-ei-bi-table-head th:last-child {
    border-top-right-radius: 10px; }

.tb-ei-bi-name-td a {
  color: #ee7f00; }

.tb-ei-bi-name-td a:hover {
  color: #c76a00; }

.tb-ei-bi-table-body tr:last-child td:first-child {
  border-bottom-left-radius: 10px; }

.tb-ei-bi-table-body tr:last-child td:last-child {
  border-bottom-right-radius: 10px; }

.tb-ei-bi-table {
  border-collapse: separate;
  border-spacing: 0px 8px;
  border-top-left-radius: 10px;
  border-radius: 11px;
  margin-bottom: 15px; }
  .tb-ei-bi-table thead {
    background: transparent;
    text-align: left; }
  .tb-ei-bi-table th {
    color: #033566;
    font-weight: 600 !important; }

.tb-ei-bi-tr-td {
  border-radius: 10px;
  box-shadow: 0px 0px 5px grey; }

.tb-ei-bi-td {
  padding: 5px 5px !important;
  padding-left: 8px !important;
  vertical-align: middle; }

.tb-ei-bi-th {
  padding-top: 3px !important;
  padding-bottom: 3px !important; }

.tb-ei-bi-sold-container {
  padding-right: 0px !important; }

.tb-ei-bi-chart {
  margin-top: 30px; }

.container {
  max-width: 100%; }

@media (min-width: 768px) {
  .modal-xl {
    width: 1400px;
    max-width: 1250px !important; } }

.nopadding {
  padding: 0; }

.nomargin {
  margin: 0; }

.tb-eis-table .tb-eis-table-head {
  padding-left: 10px; }

.tb-eis-table .tb-eis-table-header {
  padding: 0;
  margin-bottom: 10px;
  text-align: left;
  color: #033566;
  font-weight: 600; }

.tb-no-eis-div {
  margin-bottom: 15px; }

.tb-no-eis {
  color: #054A91;
  font-style: italic; }

.tb-ei-box {
  padding-top: 6px;
  margin-left: 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  min-height: 35px !important;
  height: 35px !important;
  max-height: 35px !important;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  min-width: 100%;
  border-radius: 5px;
  box-shadow: 0px 0px 5px grey; }

.tb-ei-button {
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  padding: 0;
  z-index: 1;
  border: none;
  background: transparent;
  outline: 0;
  padding: 0;
  z-index: 1; }

.tb-ei-button:hover {
  border: 2px solid #054a91;
  min-height: 35px !important;
  height: 35px !important;
  max-height: 35px !important; }

.tb-ei-col {
  border-right: 1px solid #c8c8c8; }

.tb-ei-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase; }

.tb-ei-progressbar {
  height: 80%;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #c8c8c8;
  background-color: #b4b4b4 !important; }

.progress-bar {
  padding-top: 1px; }

.tb-ei-progressbar-percent {
  font-weight: 600;
  font-size: 14px; }

.progress-bar-success {
  background-color: #1bb13b !important; }

.progress-bar-danger {
  background-color: #d31500 !important; }

.progress-bar-primary {
  background-color: #03346634 !important; }

.tb-ei-sold-count {
  color: #d31500; }

.tb-ei-available-count {
  color: #1bb13b; }

.avendre .filters {
  padding: 5px 25px 20px;
  margin-bottom: 22px; }

.nopadding {
  padding: 0; }

.bi-header {
  padding-top: 8px;
  padding-bottom: 20px; }
  .bi-header h3 {
    margin-bottom: 15px; }
  .bi-header h3 > a {
    font-weight: 300;
    color: black;
    cursor: pointer;
    font-size: 24px;
    text-decoration: none; }
  .bi-header .ei-back-icon {
    font-size: 24px; }
  .bi-header h3 > a:hover {
    color: #ee7f00; }
  .bi-header h1 {
    font-size: 25px;
    font-weight: 400;
    display: inline;
    padding-block-start: 20px;
    padding-right: 40px; }

.bi-edit-btn {
  float: right;
  border: none;
  background: transparent;
  margin-top: 0px;
  margin-bottom: 4px;
  margin-left: 40px;
  outline: 0;
  color: #8b8b8b; }
  .bi-edit-btn i {
    font-size: 30px; }

.bi-edit-btn:hover {
  color: #ee7f00;
  text-shadow: 0 0 5px #000; }

.hr-img {
  border: none;
  border-left: 1px solid #d1d1d1;
  height: 250px;
  width: 1px; }

.bi-img .bi-img-cover {
  background-position: center center;
  object-fit: contain;
  height: 325px;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  object-fit: cover;
  vertical-align: middle; }

.bi-info-hr {
  margin-top: 12px;
  margin-bottom: 12px; }

.bi-content {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px; }
  .bi-content i {
    color: #ee7f00; }
  .bi-content .bi-adresse {
    text-transform: none;
    font-size: 24px;
    margin-left: 28px; }
    .bi-content .bi-adresse i {
      font-size: 25px;
      margin-left: -28px; }

.bi-main-info {
  margin-bottom: 30px; }

.bi-city {
  font-size: 21px;
  margin-left: 25px; }

.bi-price-btn {
  outline: 0;
  border: none;
  background: transparent;
  padding: 0 0;
  margin: 0 0; }

.bi-price-btn:hover {
  color: #ee7f00;
  text-shadow: 1px 1px 1px #5d5d5d; }

.bi-price {
  font-size: 20px;
  font-weight: 100; }
  .bi-price i {
    font-size: 25px; }

.bi-price-value {
  color: #ee7f00; }

.bi-vendu {
  color: #d80000;
  font-weight: 600;
  font-size: 25px; }

.bi-surface i {
  font-size: 25px; }

.bi-surface-value {
  font-size: 20px;
  font-weight: 300; }

.bi-operations {
  margin-top: 15px;
  font-size: 15px;
  margin-bottom: 8px; }

.bi-operations-value {
  font-weight: 500;
  color: #ee7f00; }

.bi-livraison-nbsp {
  font-size: 40px;
  line-height: 0.0; }

.bi-reference {
  font-size: 15px;
  margin-bottom: 8px; }

.bi-reference-value {
  color: #ee7f00; }

.bi-reference-nbsp {
  font-size: 38px;
  line-height: 0.0; }

.bi-reserve-btn {
  margin: 5px 10px;
  margin-bottom: 15px;
  margin-left: 0px;
  font-size: 12px;
  font-weight: 500; }

.bi-reserve-btn-help {
  top: 0px;
  padding: 15px;
  margin-left: -10px;
  font-size: 28px; }

.bi-reserve-div-btn {
  margin-top: 10px;
  position: relative;
  margin-left: 0px;
  padding: 0; }

.bi-reserve-cancel-btn {
  margin-top: 10px; }

.bi-reserve-div {
  margin-top: 10px;
  margin-left: 0px;
  padding: 0; }

.bi-reserve-text {
  margin-top: 0px;
  margin-left: none;
  color: #033566;
  font-weight: 600; }

.bi-reserve-text-name {
  margin-top: 15px;
  margin-left: none;
  color: #ee7f00;
  font-size: 15px;
  font-weight: 400; }

.bi-coms {
  font-size: 15px; }

.bi-coms-value {
  color: #ee7f00; }

.bi-coms-nbsp {
  font-size: 22px;
  line-height: 0.0; }

.bi-coms-value {
  color: #ee7f00; }

.bi-ccom {
  padding: 10px 30px;
  text-align: center;
  font-style: italic;
  font-size: 14px; }

.bi-ccom-name {
  font-size: 15px;
  font-weight: 600; }

.bi-img-ccom {
  margin-top: 10px;
  margin-bottom: 10px; }

.bi-img-ccom-pic {
  padding: 10px 10px;
  border: 1px solid #eeeeee;
  border-radius: 15px;
  box-shadow: 0px 0px 5px #eeeeee;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-position: center center;
  height: 250px;
  width: 100%;
  object-fit: contain; }

.bi-contact {
  margin-top: 10px;
  font-size: 16px;
  text-decoration: none; }

.bi-contact:hover {
  text-decoration: underline; }

.bi-label-div {
  margin-bottom: 20px;
  display: inline-block; }

.bi-label {
  font-size: 22px; }

.bi-description-div {
  margin-top: 0px;
  padding: 0; }

.bi-description {
  text-align: justify;
  margin-bottom: 15px;
  margin-top: 15px; }

.bi-buttons {
  text-align: right;
  margin: 10px 0px; }
  .bi-buttons .btn {
    text-align: center;
    width: 350px;
    margin: 10px 0px; }

.bi-desc-hr {
  margin-bottom: 5px; }

.bi-desc-title-col {
  margin-top: 5px;
  margin-bottom: 5px; }

.bi-desc-title-col-btn {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end; }

.bi-desc-title-col-btn-estim {
  min-width: 300px; }

.bi-desc-title-col-btn-acq {
  min-width: 210px; }

.bi-desc-title-row {
  margin-top: 5px; }

.btn-bi-option {
  right: 0px;
  margin-bottom: 10px; }

.bi-annexes-check-div {
  margin-top: 8px;
  margin-bottom: 8px; }

.bi-annexes-check {
  border: 1px solid green; }

.bi-annexes-check:focus {
  outline: none; }

.bi-annexes-check-disabled {
  outline: none;
  background: red; }

.bi-annexes-check-disabled:hover {
  background: green; }

.bi-heart-fav {
  color: #ee7f00; }

.bi-interested {
  color: #d61d16;
  margin-left: 0px;
  font-weight: 600;
  margin-bottom: 0px; }

.bi-interested-ahref {
  color: #d61d16;
  margin-left: 0px;
  font-weight: 600;
  margin-bottom: 0px; }

.bi-interested-ahref:hover {
  color: #c9302c;
  text-shadow: 1px 1px 1px grey; }

.bi-interested-ahref:visited {
  color: #d61d16; }

@charset "UTF-8";
.bi-edit .nopadding {
  padding: 0; }

.bi-edit .bi-edit-btn {
  margin-top: 5px;
  margin-left: 20px;
  vertical-align: middle; }
  .bi-edit .bi-edit-btn i {
    font-size: 30px; }

.bi-edit .bi-edit-btn:hover {
  text-shadow: 0px 0px 5px black; }

.bi-edit .bi-edit-btn-cancel {
  color: #d60000; }

.bi-edit .bi-edit-btn-save {
  color: #00aa00; }

.bi-edit .bi-edit-btn-cancel:hover {
  color: red; }

.bi-edit .bi-edit-btn-save:hover {
  color: #00da00; }

.bi-edit .input-no-back {
  padding: px;
  margin: 0;
  padding: 3px 5px;
  background: rgba(255, 255, 255, 0.6);
  border: none;
  border: 1px solid #959595; }

.bi-edit .input-no-back:active,
.bi-edit .input-no-back:focus {
  border: 1px solid #ee7f00;
  outline-color: #ee7f00; }

.bi-edit .input-h1 {
  height: 40px;
  margin: 0;
  padding: 20px 5px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 400;
  vertical-align: middle; }

.bi-edit .input-h2 {
  padding: 5px;
  font-size: 23px;
  text-transform: none; }

.bi-edit .input-h3 {
  padding: 3px;
  font-size: 21px;
  text-transform: uppercase; }

.bi-edit .input-ei-cp {
  display: inline-block;
  max-width: 200px; }

.bi-edit .ei-operations-select {
  text-transform: none;
  display: inline-block;
  width: 200px;
  max-width: 200px; }

.bi-edit button.multiselect {
  border: none;
  background-color: initial;
  display: inline-block;
  height: 29px;
  vertical-align: middle;
  padding: 0;
  text-align: left;
  padding-left: 5px; }
  .bi-edit button.multiselect b {
    position: absolute;
    right: 10px;
    top: 40%; }

.bi-edit span.multiselect {
  display: inline-block; }

.bi-edit .multiselect-selected-text {
  color: #ee7f00;
  font-weight: 500; }

.bi-edit .btn-default.dropdown-toggle {
  border: 1px solid red; }

.bi-edit ul.multiselect-container li a {
  text-align: left;
  padding-left: 0px; }

.bi-edit ul.multiselect-container li a:focus {
  outline-color: white; }

.bi-edit .bi-header h3 > a:hover {
  color: black;
  cursor: default; }

.bi-edit .bi-name {
  vertical-align: middle;
  top: 0px;
  margin: 0;
  padding: 0;
  padding-right: 0px;
  padding-left: 5px;
  padding-block-start: 0px;
  min-width: calc(100% - 200px);
  resize: none;
  white-space: nowrap;
  overflow: auto;
  text-overflow: ellipsis; }

.bi-edit .ei-adresse-info {
  margin-left: 25px; }

.bi-edit .bi-operations {
  display: inline-block;
  margin-bottom: 10px; }

.bi-edit .bi-operations-dots {
  margin-right: 4px; }

.bi-edit .bi-reference-value {
  width: 195px; }

.bi-edit .bi-coms-dots {
  margin-right: 4px; }

.bi-edit .bi-switch {
  margin-top: 15px; }

.bi-edit .ei-label {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.bi-edit .bi-price {
  display: inline-block; }
  .bi-edit .bi-price i {
    float: left; }

.bi-edit .bi-category-icon {
  vertical-align: middle;
  margin-right: 10px;
  float: left; }

.bi-edit .bi-field-div {
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle; }

.bi-edit .bi-field {
  vertical-align: middle;
  display: inline-block;
  height: 32px;
  padding: 0px;
  padding-left: 5px;
  color: #ee7f00; }

.bi-edit .bi-input-group-addon {
  text-align: center;
  vertical-align: middle;
  height: 32px;
  width: 32px;
  margin: 0; }

.bi-edit .bi-field-icon {
  padding: 8px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  width: 40px;
  max-width: 40px;
  height: 32px;
  margin-left: -16px; }

.bi-edit .bi-price-div {
  display: inline-block;
  vertical-align: middle; }

.bi-edit .bi-price-field {
  width: 200px;
  max-width: 200px;
  margin: 0px;
  margin-right: 0px;
  font-size: 20px;
  font-weight: 100; }

.bi-edit .bi-surface-field {
  width: 95px;
  max-width: 95px;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 100; }

.bi-edit .bi-surface-div {
  display: inline-block;
  vertical-align: middle; }

.bi-edit .bi-surface-icon {
  padding-left: 12px; }

.bi-edit .bi-floor-div {
  margin-left: 14px; }

.bi-edit .bi-floor-field {
  width: 55px;
  max-width: 55px;
  font-size: 20px;
  font-weight: 100; }

.bi-edit .bi-floor-icon {
  width: 70px;
  max-width: 70px;
  padding-left: 25px; }

.bi-edit .bi-type {
  min-height: 34px;
  margin-left: 35px;
  min-width: 254px !important; }

.bi-edit .bi-type-select .multiselect-parent {
  display: table-cell;
  margin: 0;
  width: 254px;
  min-width: 254px;
  max-width: 254px !important; }
  .bi-edit .bi-type-select .multiselect-parent .dropdown-toggle {
    height: 34px;
    min-height: 34px;
    width: 100%;
    max-width: 100%;
    position: relative; }
  .bi-edit .bi-type-select .multiselect-parent ul {
    width: 254px;
    min-width: 254px; }
    .bi-edit .bi-type-select .multiselect-parent ul li.dropdown-header {
      margin-left: 0px;
      font-size: 13px; }

.bi-edit .ei-edit-adresse {
  width: 100%;
  resize: none; }

.bi-edit .text-editor-simple {
  height: 1000px;
  min-height: 1000px; }

.bi-edit .note-editor,
.bi-edit .note-editable {
  min-height: 150px; }

.bi-edit .ei-edit-pratiques-info  {
  vertical-align: middle; }

.bi-edit .ei-edit-pratiques-info-value {
  resize: none;
  vertical-align: middle;
  width: calc(100% - 10px); }

.operation-select {
  display: inline-table;
  vertical-align: middle;
  margin: 0; }
  .operation-select .multiselect-parent {
    display: table-cell;
    margin: 0;
    width: 195px;
    min-width: 195px;
    max-width: 195px !important;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .operation-select .multiselect-parent .dropdown-toggle {
      margin: 0;
      display: inline-block;
      color: #ee7f00;
      background: transparent;
      overflow: hidden;
      text-overflow: ellipsis;
      font-weight: 500;
      padding: 0px;
      padding-left: 5px;
      height: 29px;
      max-height: 29px;
      text-align: left;
      width: 100%;
      max-width: 100%;
      position: relative;
      padding-right: 20px; }
      .operation-select .multiselect-parent .dropdown-toggle span {
        position: absolute;
        right: 10px;
        top: 40%;
        color: black; }
    .operation-select .multiselect-parent ul {
      width: 195px;
      min-width: 195px; }
      .operation-select .multiselect-parent ul li a {
        cursor: pointer; }
      .operation-select .multiselect-parent ul li .ng-binding {
        color: #ee7f00;
        margin-left: 10px; }
      .operation-select .multiselect-parent ul li .checkboxInput {
        margin-left: -10px; }

.bi-plan-public-div {
  vertical-align: middle;
  margin-top: 0px !important;
  margin-bottom: 15px; }

.bi-plan-public-switch-label {
  display: inline-block;
  margin-left: 8px; }

.bi-plan-div {
  position: relative;
  min-width: calc(100% - 60px) !important;
  max-width: calc(100% - 60px) !important; }

.bi-plan-title {
  font-size: 20px; }
  .bi-plan-title i {
    font-size: 25px; }

.bi-plan-hr {
  margin-top: 12px;
  margin-bottom: 12px; }

.bi-plan-delete-btn {
  border: none;
  outline: none;
  background: transparent;
  font-size: 25px;
  float: right; }

.dossier .dossier-content {
  width: 100%;
  margin: 0px 0px; }

.dossier .bi-detail {
  max-height: 63px !important;
  /* fallback */
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.dossier .dossier-hr {
  margin-top: 30px;
  margin-bottom: 15px; }

.dossier .bis-box {
  margin: 20px 0px; }

.dossier .bi-name {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 5px !important; }

.dossier .dossier-bis-ei-name-div {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.dossier .dossier-bis-ei-name {
  font-size: 22px;
  font-weight: 500;
  color: #033566; }

.dossier .dossier-bis-bi-name {
  margin-top: 5px !important;
  margin-bottom: 10px !important;
  font-size: 20px;
  font-weight: 500; }

.dossier .dossier-info-box {
  border-radius: 10px;
  margin: 15px 0px;
  overflow-wrap: break-word; }
  .dossier .dossier-info-box i {
    width: 20px;
    font-size: 26px;
    margin-left: 10px;
    margin-right: 6px; }
  .dossier .dossier-info-box hr {
    margin-top: 15px; }

.dossier .dossier-section-title {
  margin-bottom: 20px; }

.dossier .desistement-btn-div {
  height: 55px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  bottom: 0px; }

.dossier .desistement-btn {
  position: absolute;
  z-index: 21;
  right: 0px;
  bottom: 0px; }

.dossier .dossier-info-box-type {
  margin-left: 10px;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 600; }

.dossier .dossier-btn-remove {
  background: transparent;
  float: right;
  border: none;
  outline: none; }
  .dossier .dossier-btn-remove i {
    font-size: 20px; }

.dossier .dossier-btn-remove:hover {
  text-shadow: 1px 1px 2px grey; }

.dossier .dossier-contact-box i {
  color: #ee7f00; }

.dossier .dossier-contact-fullname {
  text-align: center;
  font-weight: 600; }

.dossier .dossier-contact-name {
  text-transform: uppercase; }

.dossier .dossier-contact-forename {
  text-transform: capitalize; }

.dossier .dossier-contact-img {
  height: 100%;
  width: 80%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-position: center center;
  object-fit: contain; }

.dossier .dossier-contact-img-div {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid gainsboro;
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%; }

.dossier .dossier-contact-img-div:before {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  box-shadow: 0 0 3px 5px white inset; }

.dossier .dossier-contact-cp-city {
  margin-left: 36px; }

.dossier .dossier-contact-desc {
  margin: 10px 8px;
  margin-bottom: 20px; }

.dossier .dossier-contact-email i {
  font-size: 15px; }

.dossier .dossier-contact-phone-fixe i {
  margin-left: 13px;
  font-size: 20px; }

.dossier .dossier-contact-phone-fixe span {
  margin-left: -3px; }

.dossier .dossier-contact-phone-mobile i {
  margin-left: 10px;
  font-size: 20px; }

.dossier .dossier-rdv-box {
  padding: 10px 10px; }

.dossier .rdv-title-block-wrap {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  max-width: 100%; }

.dossier .rdv-title-block-wrap:hover {
  text-shadow: 1px 1px 1px #2c2c2c;
  cursor: pointer; }

.dossier .rdv-title-block {
  width: 100%; }

.dossier .rdv-title-text {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  color: #ee7f00;
  padding-right: 5px;
  max-width: 200px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.dossier .rdv-title-icon {
  float: right;
  margin-left: -3px;
  width: 10px;
  height: 20px;
  background-color: transparent; }
  .dossier .rdv-title-icon i {
    color: #ee7f00;
    font-size: 25px; }

.dossier .dossier-rdv-date {
  font-weight: 600;
  color: #033566; }

.dossier .dossier-rdv-lieu-div {
  width: 220px;
  max-width: 220px; }

.dossier .dossier-rdv-lieu {
  font-weight: 400; }

.dossier .dossier-info-box-none {
  color: #033566;
  font-style: italic; }

.dossier .dossier-rdv-avenir-none {
  margin-left: 10px; }

.dossier .dossier-rdv-passe-title {
  margin-top: 15px; }

.dossier .dossier-rdv-li {
  margin-top: 10px; }

.dossier .dossier-rdv-hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #f6f6f6;
  margin: 3px 0;
  margin-bottom: 3px;
  left: 0px;
  padding: 0;
  width: 80%; }

.dossier .message-box {
  border-radius: 10px;
  margin: 20px 0px;
  margin-top: 15px;
  margin-bottom: 15px; }

.dossier .dossier-documents-box {
  padding: 10px 10px;
  padding-bottom: 18px; }

.dossier .dossier-doc-btn-remove {
  margin-top: 12px;
  width: 45px;
  text-align: left; }

.dossier .dossier-doc-title-div {
  height: 60px;
  padding: 0;
  padding-top: 5px;
  vertical-align: middle; }

.dossier .dossier-doc-title {
  margin-top: 0px;
  height: 55px;
  padding: 0;
  color: #ee7f00;
  font-weight: 600;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 80%;
  width: 80%;
  max-width: 80%; }
  .dossier .dossier-doc-title i {
    position: relative;
    top: 5px;
    font-size: 32px;
    color: #033566; }

.dossier .dossier-doc-title:hover {
  text-shadow: 1px 1px 1px #2c2c2c;
  cursor: pointer; }

.dossier .dossier-doc-hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #f6f6f6;
  margin: 3px 0;
  margin-bottom: 3px;
  padding: 0; }

.dossier .dossier-doc-none {
  margin-left: 10px; }

.dossier .dossier-date-title-div-first {
  margin: 10px 5px;
  margin-top: 3px; }

.dossier .dossier-date-title-div {
  margin: 10px 5px; }

.dossier .dossier-date-title {
  font-weight: 500; }

.dossier .dossier-date-input {
  margin: 10px 5px;
  width: 200px;
  padding: 0;
  padding-left: 5px; }

.dossier .dossier-date-input-no-cross {
  margin: 10px 5px;
  width: 200px;
  padding: 0;
  padding-left: 5px;
  border: none;
  clip-path: inset(0 17px 0 0);
  outline: none;
  outline: 0; }

.dossier .dossier-af-table {
  margin-top: 15px;
  border-radius: 15px;
  background: transparent; }
  .dossier .dossier-af-table thead {
    background: transparent; }
  .dossier .dossier-af-table tr {
    border-radius: 15px;
    background: transparent; }
  .dossier .dossier-af-table td {
    vertical-align: middle; }
  .dossier .dossier-af-table th {
    background-color: #ee7f00; }
  .dossier .dossier-af-table th:first-child {
    border-top-left-radius: 15px;
    padding-left: 10px; }
  .dossier .dossier-af-table td:first-child {
    padding-left: 10px; }
  .dossier .dossier-af-table th:last-child {
    border-top-right-radius: 15px; }
  .dossier .dossier-af-table tr:last-child td:first-child {
    border-bottom-left-radius: 15px; }
  .dossier .dossier-af-table tr:last-child td:last-child {
    border-bottom-right-radius: 15px; }

.dossier .dossier-af-date-input {
  padding: 0;
  padding-left: 5px; }

.dossier .dossier-af-btn {
  float: right;
  text-align: center;
  vertical-align: middle;
  padding: 0px;
  margin: 5px;
  margin-left: 15px;
  margin-right: 10px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #363636; }
  .dossier .dossier-af-btn i {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 20px;
    z-index: 2; }

.dossier .dossier-af-btn:hover {
  text-shadow: 1px 1px 3px #5c5c5c; }

.dossier .dossier-af-none {
  text-align: center; }

.dossier .dossier-af-none-div {
  height: 40px; }

.dossier-btn-add {
  line-height: 50%;
  float: right;
  text-align: center;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  padding: 0; }
  .dossier-btn-add i {
    color: white !important;
    vertical-align: middle;
    font-size: 20px !important;
    margin: 0 !important;
    margin-left: 2px !important;
    margin-top: 1px !important; }

.dossier-btn-add:hover {
  box-shadow: 1px 1px 7px black; }

.filtres-dossiers .filters {
  padding: 5px 25px 20px;
  margin-bottom: 22px; }

.filtres-dossiers .panel-body {
  padding: 10px; }

.listeDossiers.row {
  position: relative; }
  .listeDossiers.row .col-md-7 {
    padding: 20px; }
    .listeDossiers.row .col-md-7 h2 {
      margin-top: 0; }
    .listeDossiers.row .col-md-7 a.btn {
      margin-top: 15px; }
  .listeDossiers.row > .blocDateLivraison {
    position: absolute;
    bottom: 0;
    background: #bbb;
    border-radius: 0 10px 0 0;
    padding: 2px 12px 2px 6px;
    color: #fff; }
  .listeDossiers.row p > i[class^="mleab-"] {
    color: #ee7f00; }

.date-nouvelle {
  font-style: italic;
  color: lightgrey;
  font-size: 16px;
  font-family: 'Open Sans'; }

#mapCanvas {
  height: 223px; }

.fakeImg, .diapo, .plan, .photo, .vignette {
  background: #f2f2f2; }
  .fakeImg > i, .diapo > i, .plan > i, .photo > i, .vignette > i {
    color: #bbbbbb; }

.diapo, .plan {
  height: 250px; }

.photo {
  height: 130px; }

.vignette {
  height: 80px; }

#main-dossier {
  padding-right: 30px; }

#sidebar-dossier {
  padding-left: 30px; }

#sidebar-dossier > .row,
#logement .col-md-12 {
  padding-bottom: 15px; }

#main-dossier > .row,
#sidebar-dossier > .row {
  margin-bottom: 20px; }

#rdv > h4 {
  display: inline-block;
  background-color: #ee7f00;
  color: #fff;
  border-radius: 5px;
  padding: 2px 8px; }

#rdv > .dossier-date {
  padding: 5px 0; }
  #rdv > .dossier-date h4 {
    color: #ee7f00; }

#rdv > .dossier-date + .dossier-date {
  border-top: 1px solid lightgrey; }

#dateLivraison {
  background-color: #ee7f00;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  padding: 2px 8px;
  position: relative;
  bottom: 8px;
  text-transform: none;
  font-family: 'Open Sans';
  font-weight: 300; }

table thead {
  background-color: #ee7f00;
  color: #fff; }
  table thead th {
    font-weight: normal; }

.mleab-checked {
  color: #11932E;
  font-weight: bold;
  font-size: 22px; }

@charset "UTF-8";
.ei-edit .ei-edit-btn {
  margin-top: 5px;
  margin-left: 20px; }
  .ei-edit .ei-edit-btn i {
    font-size: 30px; }

.ei-edit .ei-edit-btn:hover {
  text-shadow: 0px 0px 5px black; }

.ei-edit .ei-edit-btn-cancel {
  color: #d60000; }

.ei-edit .ei-edit-btn-save {
  color: #00aa00; }

.ei-edit .ei-edit-btn-cancel:hover {
  color: red; }

.ei-edit .ei-edit-btn-save:hover {
  color: #00da00; }

.ei-edit .input-no-back {
  padding: px;
  margin: 0;
  padding: 3px 5px;
  background: rgba(255, 255, 255, 0.6);
  border: none;
  border: 1px solid #959595; }

.ei-edit .input-no-back:active,
.ei-edit .input-no-back:focus {
  border: 1px solid #ee7f00;
  outline-color: #ee7f00; }

.ei-edit .input-h1 {
  height: 40px;
  margin: 0;
  padding: 20px 5px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 400;
  vertical-align: middle; }

.ei-edit .input-h2 {
  padding: 5px;
  font-size: 23px;
  text-transform: none; }

.ei-edit .input-h3 {
  padding: 3px;
  font-size: 21px;
  text-transform: uppercase; }

.ei-edit .input-ei-cp {
  display: inline-block;
  max-width: 200px; }

.ei-edit .ei-name {
  top: 0px;
  margin: 0;
  padding-right: 0px;
  padding-left: 0px;
  padding-block-start: 0px;
  min-width: calc(100% - 200px);
  resize: none;
  white-space: nowrap;
  overflow: auto;
  text-overflow: ellipsis; }

.ei-edit .ei-adresse-info {
  margin-left: 25px; }

.ei-edit .ei-reference-value {
  width: 195px;
  border: 1px solid #ccd1d9; }

.ei-edit .ei-label {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.ei-edit .ei-commercialisation {
  font-size: 15px; }

.ei-edit .ei-commercialisation-nbsp {
  font-size: 23px;
  line-height: 0; }

.ei-edit .ei-commercialisation-value {
  width: 195px;
  color: #ee7f00; }

.ei-edit .ei-operations {
  display: inline-block;
  margin-bottom: 10px; }

.ei-edit .ei-operations-dots {
  margin-right: 4px; }

.ei-edit .ei-coms-dots {
  margin-right: 4px; }

.ei-edit .ei-img-button-manage {
  background: transparent;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  vertical-align: middle;
  border-radius: 5px;
  padding-bottom: 30%; }

.ei-edit .ei-img-button-manage:hover {
  box-shadow: 0px 2px 1px #ee7f00, 0px -2px 1px #ee7f00, 2px 0px 1px #ee7f00, -2px 0px 1px #ee7f00, 0px 0px 6px #ee7f00; }

.ei-edit .ei-edit-adresse {
  width: 100%;
  resize: none; }

.ei-edit .ei-switch {
  position: relative;
  margin-bottom: 10px;
  margin-top: 12px;
  align-items: center; }

.ei-edit .ei-switch-name {
  font-size: 16px; }

.ei-edit .ei-switch-nbsp-archive {
  font-size: 12px;
  line-height: 0; }

.ei-edit .ei-switch-nbsp-publie {
  font-size: 28px;
  line-height: 0; }

.ei-edit .ei-switch-label {
  position: absolute;
  margin-left: 15px;
  margin-bottom: px;
  top: 0px;
  bottom: 0px; }

.ei-edit .ei-hr-af-info {
  margin-top: 0px; }

.ei-edit .text-editor-simple {
  height: 1000px;
  min-height: 1000px; }

.ei-edit .note-editor,
.ei-edit .note-editable {
  min-height: 150px; }

.ei-edit .ei-edit-pratiques-info  {
  vertical-align: middle; }

.ei-edit .ei-edit-pratiques-info-value {
  resize: none;
  vertical-align: middle;
  width: calc(100% - 10px); }

.ei-edit .ei-doc-btn {
  vertical-align: middle;
  float: none;
  margin-left: 10px;
  margin-bottom: 10px; }

.ei-edit .bi-import-btn {
  vertical-align: middle;
  position: absolute;
  right: 105px;
  font-size: 15px; }

.ei-edit .bi-add-btn {
  vertical-align: middle;
  position: absolute;
  right: 0px;
  font-size: 15px; }
  .ei-edit .bi-add-btn i {
    color: white;
    font-size: 22px;
    padding-left: 0px; }

.ei-edit .bi-button-remove {
  width: 100px;
  margin: 20px 0px;
  margin-left: -125px;
  margin-right: -20px;
  position: absolute;
  z-index: 21;
  color: white;
  text-align: center;
  padding-left: 9px; }

.user-select {
  display: table;
  border: none;
  text-align: center;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto; }
  .user-select .multiselect-parent {
    display: table-cell;
    margin: 0;
    width: 200px;
    min-width: 200px;
    max-width: 200px !important;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .user-select .multiselect-parent .dropdown-toggle {
      border: none;
      margin: 0;
      display: inline-block;
      background: transparent;
      overflow: hidden;
      text-overflow: ellipsis;
      font-weight: 500;
      padding: 0px;
      padding-left: 5px;
      width: 100%;
      max-width: 100%;
      position: relative;
      height: 29px;
      max-height: 29px;
      text-align: left;
      padding-right: 15px; }
      .user-select .multiselect-parent .dropdown-toggle span {
        position: absolute;
        right: 10px;
        top: 40%; }
      .user-select .multiselect-parent .dropdown-toggle .caret {
        color: #ee7f00; }
    .user-select .multiselect-parent ul {
      width: 195px;
      min-width: 195px; }
      .user-select .multiselect-parent ul li .ng-binding {
        margin-left: 10px; }
      .user-select .multiselect-parent ul li .checkboxInput {
        margin-left: -10px; }
      .user-select .multiselect-parent ul li:hover {
        cursor: pointer; }

.field-error {
  box-shadow: 0px 0px 3px 2px red !important; }

.ei-vip-div {
  font-size: 16px;
  font-style: normal;
  text-align: left; }

.ei-vip-code-value {
  color: #ee7f00;
  margin-top: 10px !important;
  width: 200px;
  border: 1px solid #ccd1d9; }

@charset "UTF-8";
.nopadding  {
  padding: 0; }

.nomargin {
  margin: 0; }

.ei-detail-info-icon {
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: 15px; }
  .ei-detail-info-icon i {
    font-size: 40px; }

.ei-header {
  padding-top: 20px;
  padding-bottom: 20px; }
  .ei-header .ei-name {
    display: inline;
    padding-block-start: 20px;
    padding-right: 0px;
    font-size: 25px;
    font-weight: 400; }

.ei-edit-btn {
  float: right;
  border: none;
  background: transparent;
  margin-top: 0px;
  margin-bottom: 4px;
  margin-left: 40px;
  outline: 0;
  color: #acacac; }
  .ei-edit-btn i {
    font-size: 30px; }

.ei-edit-btn:hover {
  color: #ee7f00;
  text-shadow: 0 0 5px #000; }

.ei-vendu-div {
  position: relative;
  display: inline;
  margin: 0;
  padding: 0; }

.ei-vendu {
  color: #c80000;
  font-weight: 700;
  margin-top: 0px; }

.ei-fiche-vendu {
  font-size: 30px; }

.hr-img {
  border: none;
  border-left: 1px solid #d1d1d1;
  height: 250px;
  width: 1px; }

.mleab-img-carousel {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 5px;
  background-position: center center;
  object-fit: cover;
  vertical-align: middle;
  border-radius: 5px;
  overflow: hidden; }

.mleab-img-carousel-div {
  text-align: center; }

.mleab-img-carousel-btn {
  background-color: transparent;
  text-align: center;
  border: none;
  outline: none;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 5%;
  height: 80%;
  width: 70%;
  z-index: 50;
  color: white;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 28px;
  font-weight: 800;
  text-shadow: 0px 0px 8px #292929; }

.mleab-img-slide {
  background-position: center center;
  object-fit: cover;
  vertical-align: middle;
  height: 325px;
  width: 100%;
  border-radius: 5px; }

.mleab-img {
  margin-top: 14px; }

.mleab-img .mleab-img-cover {
  background-position: center center;
  object-fit: cover;
  vertical-align: middle;
  text-align: center;
  height: 325px;
  width: calc(100%);
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 5px;
  background: transparent; }

.mleab-img-none-cover {
  border-radius: 5px;
  background-color: grey;
  background: -webkit-radial-gradient(circle farthest-corner at center center, #8f8f8f 0%, #787878 50%, #606060 80%);
  background: -o-radial-gradient(circle farthest-corner at center center, #8f8f8f 0%, #787878 50%, #606060 80%);
  background: -moz-radial-gradient(circle farthest-corner at center center, #8f8f8f 0%, #787878 50%, #606060 80%);
  background: radial-gradient(circle farthest-corner at center center, #8f8f8f 0%, #787878 50%, #606060 80%);
  text-align: center;
  background-position: center center;
  object-fit: cover;
  vertical-align: middle;
  height: 310px;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px; }

.mleab-img-none-text {
  font-family: 'Open Sans', sans-serif;
  font-style: inherit;
  color: white;
  font-weight: 500;
  font-size: 25px;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.ei-content {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px; }
  .ei-content i {
    color: #ee7f00; }
  .ei-content .ei-adresse {
    text-transform: none;
    font-size: 24px;
    margin-left: 30px; }
    .ei-content .ei-adresse i {
      font-size: 25px;
      margin-left: -33px;
      padding-right: 0px !important;
      margin-right: 0px !important; }

.ei-main-info {
  margin-bottom: 10px; }

.ei-cp-div {
  display: inline-block;
  max-width: 100px; }

.ei-cp {
  max-width: 100px; }

.ei-city-div {
  display: inline-block;
  max-width: 204px;
  min-width: 204px; }

.ei-city {
  max-width: 200px; }

.ei-adresse-info {
  font-size: 21px;
  margin-left: 27px; }

.ei-info-hr {
  margin-top: 12px;
  margin-bottom: 12px; }

.ei-acq {
  color: #033566;
  font-weight: 500; }

.bi-acq {
  color: #033566;
  font-weight: 500; }

.ei-location-btn {
  outline: 0;
  border: none;
  background: transparent;
  padding: 0 0; }

.ei-location-btn:hover {
  color: #ee7f00;
  text-shadow: 1px 1px 5px #5d5d5d; }

.ei-price {
  font-size: 20px;
  font-weight: 100; }
  .ei-price i {
    font-size: 25px; }

.ei-price-btn {
  outline: 0;
  border: none;
  background: transparent;
  padding: 0 0;
  margin: 0 0; }

.ei-price-btn:hover {
  color: #ee7f00;
  text-shadow: 1px 1px 1px #5d5d5d; }

.ei-price-info {
  margin-left: -5px; }

.ei-price-value {
  color: #ee7f00; }

.ei-types {
  margin-top: 5px;
  margin-bottom: 8px; }
  .ei-types i {
    font-size: 25px; }

.ei-types-value {
  font-size: 20px;
  font-weight: 300; }

.ei-info-row {
  margin-bottom: 2px;
  margin-top: 2px; }

.ei-info-row-title {
  font-size: 15px; }

.ei-info-row-dot {
  margin-left: -15px;
  margin-right: -15px;
  font-weight: 400; }

.ei-info-row-content {
  font-size: 15px; }

.ei-operations {
  margin-top: 10px;
  font-size: 15px;
  margin-bottom: 8px; }

.ei-operations-value {
  font-weight: 500;
  color: #ee7f00; }

.ei-livraison {
  font-size: 15px;
  margin-bottom: 8px; }

.ei-livraison-value {
  color: #ee7f00; }

.ei-livraison-nbsp {
  font-size: 20px;
  line-height: 0; }

.ei-reference {
  font-size: 15px;
  margin-bottom: 8px; }

.ei-reference-value {
  color: #ee7f00; }

.ei-reference-nbsp {
  font-size: 21px;
  line-height: 0 !important; }

.ei-codevip {
  font-size: 15px;
  margin-bottom: 0px; }

.ei-codevip-value {
  font-size: 15px;
  color: #ee7f00;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer; }

.ei-codevip-value:hover {
  text-shadow: 1px 1px 1px #5d5d5d;
  border: none !important;
  background: none !important; }

.ei-codevip-value:focus {
  border: none !important;
  background: none !important;
  outline: 0; }

.ei-codevip-link {
  word-wrap: break-word;
  margin-bottom: 20px; }

.ei-codevip-nbsp {
  font-size: 24px;
  line-height: 0 !important; }

.ei-coms {
  font-size: 15px; }

.ei-coms-value {
  color: #ee7f00; }

.ei-coms-nbsp {
  font-size: 22px;
  line-height: 0.2; }

.ei-coms-value {
  color: #ee7f00; }

.ei-proprietaire {
  padding: 10px 30px;
  text-align: center;
  font-style: italic;
  font-size: 14px; }

.ei-proprietaire-name {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 100px;
  text-align: center; }

.ei-img-proprietaire {
  margin-top: 10px; }

.ei-img-proprietaire-logo {
  padding: 10px 10px;
  border: 1px solid #eeeeee;
  border-radius: 15px;
  box-shadow: 0px 0px 5px #eeeeee;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-position: center center;
  height: 270px;
  width: 100%;
  object-fit: contain; }

.ei-contact {
  text-decoration: none; }

.ei-contact:hover {
  text-decoration: underline; }

.ei-label {
  font-size: 24px;
  max-width: 100%; }

.ei-label-s {
  font-size: 22px;
  max-width: 100%; }

.ei-description {
  text-align: justify;
  margin-top: 20px; }

.ei-pratiques i {
  font-size: 28px;
  margin-right: 10px; }

.ei-pratiques-info {
  margin-top: 0px;
  margin-bottom: 10px;
  vertical-align: middle; }

.ei-pratiques-info-detail {
  vertical-align: middle;
  margin-top: 20px;
  padding-left: 45px;
  padding-right: 20px; }
  .ei-pratiques-info-detail i {
    font-size: 30px;
    margin: 0 0;
    margin-left: -45px;
    margin-right: 15px; }

.ei-pratiques-info-value {
  vertical-align: middle; }

.ei-doc-label-div {
  margin-top: 10px;
  margin-bottom: 25px;
  display: inline-block; }

.bi-hr {
  border-color: #bfbfbf;
  background-color: #bfbfbf;
  margin-left: -15px;
  width: calc(100% + 30px); }

.bis-title-div {
  margin-bottom: 40px;
  margin-left: 5px;
  text-align: center; }

.bis-title {
  font-weight: 400; }

.ei-bi-section-div {
  margin-left: 0px; }

.ei-bi-section {
  color: #343235;
  font-weight: 500;
  font-size: 22px; }

.ei-bi-section-div-results {
  margin-bottom: 25px; }

.bis-filters-container {
  margin-left: -25px;
  width: calc(100% + 50px); }

.expand_caret {
  transform: scale(1.6); }

button[aria-expanded='false'] > .expand_caret {
  transform: scale(1.6) rotate(-90deg); }

.bis-filters-header-div, .bis-filters {
  margin: 0px;
  border: 1px solid #d2d2d2;
  border-left: none;
  border-right: none; }

.bis-filters-header-div {
  height: 45px; }

.bis-filters-header {
  border: none;
  background: whitesmoke;
  text-align: left;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  position: relative;
  width: 100%;
  height: 100%;
  color: black;
  font-size: 20px;
  font-weight: 500;
  outline: none; }

.bis-filters-separator {
  margin-bottom: 20px; }

.bis-filters {
  margin-bottom: 20px;
  padding: 20px 20px;
  border: none;
  background: #fafafa;
  border: 1px solid #d2d2d2;
  border-left: none;
  border-right: none;
  border-top: none; }
  .bis-filters .form-group {
    margin-left: 15px !important; }

.ei-no-bis-filtered {
  color: #033566;
  font-style: italic; }

.ei-bis-filtered-div {
  margin-bottom: 10px; }

.ei-bis-filtered {
  color: #5a534d;
  font-style: italic; }

.bis-box {
  position: relative;
  border-radius: 10px;
  margin: 15px -10px; }
  .bis-box i {
    font-size: 50px; }

.ei-bis-box {
  min-height: 168px !important; }

.bi-selled {
  z-index: 0;
  opacity: 0.96;
  filter: alpha(opacity=96);
  /* For IE8 and earlier */
  color: #323232;
  background-color: #efefef; }

.bi-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  outline: 0;
  padding: 0;
  z-index: 1; }

.bi-icon {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center; }
  .bi-icon i {
    color: #ee7f00; }

.bi-button:hover {
  box-shadow: 0 0 0pt 2pt #ee7f00;
  border-radius: 10px; }

.bi-button:active {
  box-shadow: 0 0 0pt 2pt #ee7f00;
  transform: translateY(2px); }

.bi-desc {
  position: relative;
  text-align: left; }
  .bi-desc .bi-name {
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 400;
    height: 25px;
    max-height: 25px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .bi-desc .bi-price {
    color: #ee7f00; }
    .bi-desc .bi-price i {
      font-size: 25px; }
  .bi-desc .bi-price-value {
    margin-left: 8px;
    margin-bottom: 8px; }
  .bi-desc .bi-not-published {
    float: right;
    margin-left: 8px; }
    .bi-desc .bi-not-published i {
      font-size: 35px; }
  .bi-desc .bi-detail {
    margin: 10px 0px;
    margin-top: 8px;
    margin-bottom: 20px;
    text-align: left;
    word-wrap: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    /* fallback */
    max-height: 60px;
    /* fallback */
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical; }

.ei-bi-reserved-me {
  font-size: 18px;
  font-weight: 900; }

.ei-bi-reserved {
  color: #033566 !important;
  text-transform: uppercase; }

.ei-bi-reserve-btn-div {
  margin-bottom: 30px;
  position: relative; }

.ei-bi-reserve-btn {
  z-index: 20;
  position: absolute; }

.ei-bi-reserve-btn-help {
  z-index: 21;
  margin-left: 195px !important;
  position: absolute; }

.bi-buttons-container {
  text-align: right;
  position: relative;
  min-height: 70px; }

.bi-button-acquereur {
  width: 220px;
  margin: 20px 0px;
  margin-left: -225px;
  margin-right: -20px;
  position: absolute;
  z-index: 21; }

.bi-button-contact {
  text-align: center;
  border: none;
  background: transparent;
  outline: 0;
  position: relative;
  z-index: 21; }
  .bi-button-contact i {
    font-size: 45px; }

.bi-tel {
  text-align: left;
  margin-left: 0px; }
  .bi-tel i {
    font-size: 15px;
    margin-right: 8px; }

.bi-tel-phone-icon {
  padding-left: 3px; }

.bi-button-contact:hover {
  text-shadow: 2px 2px #8a8a8a; }

.bi-box-contact {
  padding-bottom: 0px;
  padding-top: 1px;
  min-width: 220px;
  box-shadow: 0px 0px 5px #e6e6e6;
  border-radius: 15px;
  text-align: center;
  min-height: 130px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 10px; }

.bi-contact:hover h3 {
  text-decoration: none; }

/* Tooltip container */
/* Tooltip text */
.ei-tooltiptext {
  bottom: 20%;
  left: 120%;
  visibility: hidden;
  width: 180px;
  background-color: white;
  color: #ee7f00;
  text-shadow: 0px 0px 0px grey;
  text-align: left;
  padding: 5px 15px;
  border-radius: 6px;
  border: 1px solid #b4b4b4;
  box-shadow: 0px 0px 5px #adadad;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1; }

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-btn:hover .ei-tooltiptext {
  visibility: visible; }

.bi-is-favoris {
  margin-left: 5px; }
  .bi-is-favoris i {
    font-size: 20px;
    width: 20px;
    height: 20px; }

.nopadding {
  padding: 0; }

.favoris-header {
  padding-top: 10px;
  padding-bottom: 10px; }
  .favoris-header .favoris-name {
    display: inline;
    padding-block-start: 20px;
    padding-right: 0px;
    font-size: 25px;
    font-weight: 400; }

.favoris-reserved {
  margin-left: 6px;
  font-size: 18px;
  font-weight: 600;
  color: #054a91; }

.favoris-bi-detail {
  margin: 10px 0px;
  margin-top: 8px;
  margin-bottom: 20px;
  text-align: left;
  word-wrap: none;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 22px;
  /* fallback */
  -webkit-line-clamp: 1 !important;
  line-height: 22px !important; }

.favoris-count-desc-div {
  margin-bottom: 10px;
  margin-left: 0px; }

.favoris-count-desc {
  color: #054a91; }

.favoris-none-div {
  margin-bottom: 15px;
  margin-left: 0px; }

.favoris-none {
  color: #054a91;
  font-style: italic; }

.favoris-actions-box {
  text-align: right;
  position: relative;
  z-index: 42;
  margin: 0px;
  /* haut | droit | bas | gauche */
  padding: 10px 5px 15px 5px; }

.favoris-actions-button {
  outline: 0;
  border: none;
  background: transparent;
  padding: 0 0;
  margin: 3px;
  margin-left: 8px;
  margin-right: 8px; }

.favoris-actions-button:hover {
  text-shadow: 2px 2px 3px #8a8a8a; }

.favoris-actions-icon {
  font-size: 40px !important; }

.favoris-actions-icon-remove {
  color: #c00000 !important;
  font-size: 46px !important; }

#homeMap #mapCanvas {
  height: 550px; }

.input-group .form-control:first-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0; }

#home-header h1 {
  font-size: 400%;
  text-transform: inherit; }

#home-header .form-search .input-group-btn button {
  height: 34px; }

#home-header {
  margin-top: -20px; }
  #home-header .container {
    padding-top: 40px;
    padding-bottom: 40px;
    height: 550px; }
    #home-header .container .row + .row {
      margin-top: 20px; }
    #home-header .container .sub-search {
      margin-top: 10px; }
      #home-header .container .sub-search i {
        color: #ee7f00; }
    #home-header .container .input-group-btn {
      display: block; }

/* fix styles */
[mass-autocomplete] {
  position: relative; }

.ac-container {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important; }

h1.modal-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  color: #5e5e5e; }

.modal-content {
  border-radius: 15px;
  padding: 12px; }

.modal-content form {
  margin-top: 10px; }

.modal-content form .form-group > label {
  color: #ee7f00;
  font-size: 12px;
  margin-bottom: 0px;
  font-weight: 100; }

.modal-main-button {
  text-align: center; }

.modal-main-button > .btn {
  height: 36px; }

.modal-sub-button {
  width: 100%;
  text-align: center;
  margin-top: 10px; }

.modal-sub-button > a {
  color: #054a91;
  font-size: 12px; }

.blockconnexion {
  border-radius: 15px;
  width: 700px;
  height: 440px;
  margin: -220px 0px 0px -350px;
  position: absolute;
  top: 50%;
  left: 50%; }
  .blockconnexion label {
    font-weight: 500 !important;
    font-size: 16px !important;
    margin-bottom: 5px !important; }

@media (max-width: 767px) and (min-width: 500px) {
  .blockconnexion {
    width: 400px !important;
    height: 540px !important;
    margin: -180px 0px 0px -200px; } }

@media (max-width: 500px) {
  .blockconnexion {
    width: 300px !important;
    height: 540px !important;
    margin: -150px 0 0 -150px; } }

.log-desc {
  margin-bottom: 15px; }

.log-desc-noaccount {
  margin-bottom: 20px;
  margin-top: 15px; }

.login-register-link {
  font-weight: 600;
  text-decoration: underline; }

.connexion-btn {
  width: 160px; }

@charset "UTF-8";
.expand_caret {
  transform: scale(1.6);
  margin-left: 10px; }

.message-filters-container {
  margin-top: -15px; }

button[aria-expanded="false"] > .expand_caret {
  transform: scale(1.6) rotate(-90deg); }

.message-filters-header-div,
.message-filters {
  margin: 0px;
  border: 1px solid #d2d2d2;
  border-left: none;
  border-right: none; }

.message-filters-header-div {
  height: 45px; }

.message-filters-header {
  border: none;
  background: whitesmoke;
  text-align: left;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  position: relative;
  width: 100%;
  height: 100%;
  color: black;
  font-size: 20px;
  font-weight: 500;
  outline: none; }

.message-filters-separator {
  margin-bottom: 20px; }

.message-filters-col {
  margin-bottom: 20px;
  background: #f5f5f5;
  padding-bottom: 20px;
  padding-top: 10px;
  border-bottom: 1px solid #cfcfcf; }
  .message-filters-col hr  {
    padding: 0;
    width: 100%; }
  .message-filters-col .form-group {
    display: inline-block;
    vertical-align: middle;
    margin: 8px 15px;
    padding: 0; }
    .message-filters-col .form-group div {
      vertical-align: middle; }
    .message-filters-col .form-group .search-label {
      vertical-align: middle;
      font-size: 16px;
      font-weight: 500;
      margin-top: 5px;
      margin-bottom: 10px; }
    .message-filters-col .form-group .search-input {
      vertical-align: middle;
      border: 1px solid #ccd1d9;
      height: 34px;
      padding: 5px 10px;
      font-size: 15px;
      font-weight: 400;
      outline: none; }
  .message-filters-col .message-select {
    margin-top: 0px;
    margin-bottom: 0px;
    background: white; }
    .message-filters-col .message-select .multiselect-parent ul li a {
      margin-left: 0px;
      cursor: pointer; }
      .message-filters-col .message-select .multiselect-parent ul li a span.glyphicon {
        font-size: 20px;
        margin-left: -10px;
        margin-right: 5px; }

.message-search-btn {
  position: absolute;
  float: right;
  right: 10px;
  bottom: 10px; }

.message-search-input-publie {
  margin-top: 5px; }

.message-search-input-titre {
  position: relative;
  width: 100%;
  min-width: 100% !important; }

.message-none-div {
  margin-bottom: 15px;
  margin-left: 5px; }

.message-none {
  color: #054A91;
  font-style: italic; }

.message-box {
  position: relative;
  border-radius: 10px;
  margin: 10px 5px;
  min-height: 150px;
  height: 150px;
  max-height: 250px !important; }

.message-img-col {
  position: relative;
  height: 100%; }

.message-img-div {
  position: absolute;
  border-right: 1px solid #a0a0a0;
  min-width: 100% !important;
  width: 100% !important;
  max-width: 100%;
  height: 100% !important;
  max-height: 250px !important;
  min-height: 100% !important; }

.message-img {
  position: absolute;
  background-position: center center;
  object-fit: cover;
  vertical-align: middle;
  text-align: center;
  height: 100% !important;
  max-height: 250px !important;
  min-height: 100% !important;
  width: 100%;
  max-width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }

.message-no-img {
  text-align: center;
  justify-content: center;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  height: 100% !important;
  max-height: 250px !important;
  background-color: grey;
  background: -webkit-radial-gradient(circle farthest-corner at center center, #8f8f8f 0%, #787878 50%, #606060 80%);
  background: -o-radial-gradient(circle farthest-corner at center center, #8f8f8f 0%, #787878 50%, #606060 80%);
  background: -moz-radial-gradient(circle farthest-corner at center center, #8f8f8f 0%, #787878 50%, #606060 80%);
  background: radial-gradient(circle farthest-corner at center center, #8f8f8f 0%, #787878 50%, #606060 80%);
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px; }

.message-no-img-text {
  width: 100%;
  max-width: 100%;
  color: #f1f1f1;
  text-shadow: 0px 0px 2px #b4b4b4;
  font-weight: 500;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.message-content-col {
  position: relative;
  padding: 0; }

.message-content {
  position: absolute;
  width: calc(100% - 20px);
  margin: 0px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.message-header-hr {
  margin: 0;
  margin-bottom: 5px; }

.message-title {
  color: #033566;
  display: inline-block;
  padding: 0px;
  padding-bottom: 3px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  width: calc(100% - 90px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.message-date {
  float: right;
  padding-top: 5px;
  color: grey; }

.message-desc {
  position: relative;
  height: 90px;
  max-height: 90px;
  max-width: 100%;
  padding-top: 5px;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all; }

.message-box .bi-button:hover {
  box-shadow: 0 0 0pt 2pt #054a91;
  border-radius: 10px; }

.message-box .bi-button:active {
  box-shadow: 0 0 0pt 2pt #054a91;
  transform: translateY(2px); }

.message-viewmore-btn-div {
  text-align: center;
  width: 100%; }

.message-viewmore-btn {
  margin-top: 20px; }

nav.navbar .navbar-header {
  float: none; }

nav.navbar a.navbar-brand img {
  width: 200px;
  margin-top: 0; }

@media (max-width: 400px) {
  nav.navbar a.navbar-brand img {
    width: 150px !important;
    margin-top: 0; } }

@media (min-width: 768px) {
  nav.navbar a.navbar-brand img {
    width: 320px;
    margin-top: -6px; } }

nav.navbar .navbar-collapse {
  padding-top: 0px; }
  nav.navbar .navbar-collapse ul.navbar-icons {
    position: absolute;
    top: 0px;
    right: 0; }
    nav.navbar .navbar-collapse ul.navbar-icons a {
      height: 52px;
      background-color: transparent;
      color: #033566;
      padding: 16px 8px;
      margin: 0 0 0 1px;
      font-size: 16px; }
      nav.navbar .navbar-collapse ul.navbar-icons a:hover, nav.navbar .navbar-collapse ul.navbar-icons a.current {
        background-color: transparent;
        color: #ee7f00; }
  nav.navbar .navbar-collapse ul.navbar-right {
    margin: -18px; }
  @media (min-width: 768px) {
    nav.navbar .navbar-collapse ul.navbar-right {
      position: absolute;
      top: 0px;
      right: 0;
      margin: 1px -10px; } }
  @media (max-width: 767px) {
    nav.navbar .navbar-collapse .navbar-nav > li > a.current {
      background-color: white; } }
  @media (min-width: 768px) {
    nav.navbar .navbar-collapse ul.navbar li:first-child > a {
      margin-left: 0; } }
  nav.navbar .navbar-collapse .votre-espace {
    font-weight: 400; }
  nav.navbar .navbar-collapse .votre-espace-logo {
    color: #ee7f00;
    font-weight: 100; }
  nav.navbar .navbar-collapse a.nav-link {
    text-transform: none;
    color: #033566;
    font-weight: 400;
    padding: 8px 0px;
    margin: 10px 12px -2px 12px; }
    nav.navbar .navbar-collapse a.nav-link.current {
      color: #ee7f00; }

.profile .nopadding {
  padding: 0; }

.profile .nomarginright {
  margin-right: 0px !important; }

.profile .nomargin {
  margin: 0; }

.profile h2 {
  margin-bottom: 20px;
  margin-top: 10px; }

.profile .form-group {
  margin-right: 20px;
  padding-right: 0px;
  padding-left: 0px; }

.profile .profile-mdp-btn {
  margin-bottom: 20px; }

.profile .profile-pic-div {
  margin-top: 20px;
  position: relative;
  max-width: 100% !important;
  border: 1px solid #eeeeee;
  border-radius: 15px;
  box-shadow: 0px 0px 5px #eeeeee;
  height: 300px;
  background-position: center center;
  vertical-align: middle;
  object-fit: cover; }

.profile .profile-pic-img {
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: contain;
  height: 300px;
  width: 100%;
  border-radius: 15px;
  position: relative;
  max-width: 100% !important;
  box-shadow: 0px 0px 5px #eeeeee;
  display: block; }

.profile .birthdate-input {
  padding: 0;
  padding-left: 10px;
  padding-right: 3px;
  vertical-align: middle;
  min-width: 100% !important; }

.profile-vip-field {
  margin-top: 2px;
  margin-left: 0px; }

.profile-btn-add {
  line-height: 50%;
  text-align: center;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  padding: 0;
  background-color: #ee7f00 !important; }
  .profile-btn-add i {
    color: white !important;
    vertical-align: middle;
    font-size: 20px !important;
    margin: 0 !important;
    margin-left: 2px !important;
    margin-top: 1px !important; }

.profile-btn-add:hover {
  box-shadow: 1px 1px 7px black; }

.codevip-ei-box {
  padding-top: 6px;
  margin-left: 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  min-height: 35px !important;
  height: 35px !important;
  max-height: 35px !important;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  min-width: 100%;
  border-radius: 5px;
  box-shadow: 0px 0px 5px grey; }

.codevip-ei-button {
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  padding: 0;
  z-index: 1;
  border: none;
  background: transparent;
  outline: 0;
  padding: 0;
  z-index: 1; }

.codevip-ei-button:hover {
  border: 2px solid #ee7f00;
  min-height: 35px !important;
  height: 35px !important;
  max-height: 35px !important; }

.codevip-ei-col {
  border-right: 1px solid #c8c8c8; }

.codevip-ei-name {
  color: #ee7f00;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase; }

.codevip-ei-code {
  color: #ee7f00;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase; }

h1.modal-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  color: #5e5e5e; }

.modal-content {
  border-radius: 15px;
  padding: 12px; }

.modal-content form {
  margin-top: 10px; }

.modal-content form .form-group > label {
  color: #ee7f00;
  font-size: 12px;
  margin-bottom: 0px;
  font-weight: 100; }

.modal-main-button {
  text-align: center; }

.modal-main-button > .btn {
  height: 36px; }

.modal-sub-button {
  width: 100%;
  text-align: center;
  margin-top: 10px; }

.modal-sub-button > a {
  color: #054a91;
  font-size: 12px; }

.container-register {
  align-items: center;
  margin-top: 50px;
  margin-bottom: 150px; }

.blockregister {
  border-radius: 15px;
  width: 700px;
  height: 440px;
  margin: 0 auto;
  position: relative; }
  .blockregister label {
    font-weight: 500 !important;
    font-size: 16px !important;
    margin-bottom: 5px !important; }

@media (max-width: 767px) and (min-width: 500px) {
  .blockregister {
    width: 400px !important;
    height: 540px !important; } }

@media (max-width: 500px) {
  .blockregister {
    width: 300px !important;
    height: 540px !important; } }

@media (max-width: 600px) {
  .register-captcha-div {
    position: relative;
    left: -30px; } }

@media (max-width: 500px) {
  .register-captcha-div {
    left: -60px; } }

.reg-desc {
  margin-bottom: 15px;
  text-align: center; }

.connexion-btn {
  width: 160px;
  margin-bottom: 5px; }

.register-captcha-div {
  text-align: center;
  padding-top: 10px; }

.search-welcome-text {
  margin: 10px 5px;
  margin-top: 15px; }

.search-container .nopadding {
  padding: 0; }

.search-container .nomargin {
  margin: 0; }

.search-container .filters .criteres {
  text-align: left; }

.search-container .hr {
  margin-top: 0px;
  margin-bottom: 0px; }

.search-container .search-btn {
  margin-top: 10px;
  float: right;
  bottom: 30px;
  right: 20px; }

.search-container .panel-body {
  padding-top: 0px; }

.search-container .form-group {
  min-height: 34px !important;
  display: inline-block;
  vertical-align: middle;
  margin: 8px 15px;
  margin-right: 0px;
  padding: 0; }
  .search-container .form-group div {
    vertical-align: middle; }
  .search-container .form-group label {
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px; }
  .search-container .form-group input {
    vertical-align: middle;
    border: 1px solid #CCD1D9; }
  .search-container .form-group .input-group {
    vertical-align: middle; }
  .search-container .form-group input {
    height: 34px;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 400; }

.search-container .input-group-addon {
  padding-top: 8px;
  margin: 0 0;
  min-width: 34px;
  max-width: 34px !important;
  min-height: 34px;
  height: 34px;
  float: right; }

.search-container .input-number {
  width: 100px;
  max-width: 100px !important; }

.search-container .input-livraison {
  min-width: 205px;
  width: 205px;
  max-width: 205px;
  margin-right: 7px; }

.search-container .input-localisation-div {
  padding-right: 0px; }

.search-container .input-localisation {
  min-width: 205px;
  width: 205px;
  max-width: 205px;
  margin-right: 7px; }

.search-container .labelfilter-xs {
  width: 50px; }

.search-container .labelfilter-s {
  width: 70px; }

.search-container .labelfilter-m,
.search-container .labelfilter {
  width: 100px; }

.search-container .labelfilter-l {
  width: 140px;
  min-width: 140px !important; }

.search-container .labelfilter-xl {
  width: 230px;
  min-width: 230px !important; }

.search-container .nopadding {
  padding: 0 !important; }

.search-container .search-user-select {
  display: inline-table;
  vertical-align: middle;
  margin: 0;
  padding: 0; }
  .search-container .search-user-select .multiselect-parent {
    display: table-cell;
    margin: 0;
    width: 200px;
    min-width: 200px;
    max-width: 200px !important;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .search-container .search-user-select .multiselect-parent .dropdown-toggle {
      margin: 0;
      display: inline-block;
      color: #343235;
      background: transparent;
      overflow: hidden;
      text-overflow: ellipsis;
      font-weight: 500 !important;
      font-size: 14px !important;
      font-family: 'Open Sans', sans-serif !important;
      padding: 0px;
      padding-left: 8px;
      height: 34px;
      max-height: 34px;
      text-align: left;
      text-transform: initial;
      width: 100%;
      max-width: 100%;
      position: relative;
      padding-right: 20px; }
      .search-container .search-user-select .multiselect-parent .dropdown-toggle span {
        position: absolute;
        right: 10px;
        top: 40%;
        color: #343235; }
    .search-container .search-user-select .multiselect-parent ul {
      width: 200px;
      min-width: 200px; }
      .search-container .search-user-select .multiselect-parent ul li a {
        padding: 2px 20px; }
      .search-container .search-user-select .multiselect-parent ul li label {
        margin-top: 0px; }
      .search-container .search-user-select .multiselect-parent ul li .divider {
        visibility: hidden; }
      .search-container .search-user-select .multiselect-parent ul li .ng-binding {
        color: black;
        margin-left: 10px;
        font-size: 14px; }
      .search-container .search-user-select .multiselect-parent ul li .checkboxInput {
        margin-left: -10px; }

.search-container #searchList {
  margin-left: -15px;
  margin-right: -15px; }

.search-container #searchList > .row .col-md-4:nth-child(odd) {
  padding-left: 0; }

.search-container #searchList > .row .col-md-4:nth-child(even) {
  padding-right: 0; }

.search-container #searchRes {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px; }

.search-container .nb-results {
  color: #5a534d;
  font-style: italic; }

.search-container .no-results {
  font-style: italic;
  font-size: 20px;
  margin-top: 7px !important;
  margin-bottom: 2px !important; }

.ei-card-add .ei-img-cover-div-add {
  height: 400px;
  min-height: 400px;
  background: #e7e7e7;
  display: table;
  text-align: center;
  vertical-align: middle; }

.ei-card-add .ei-add-surrounding {
  text-align: center;
  vertical-align: middle;
  border-radius: 200px;
  width: 180px;
  height: 180px;
  padding: 40px 0px;
  border: 3px solid #afafaf;
  box-shadow: 0px 0px 50px #979797;
  margin: auto auto;
  position: relative; }

.ei-card-add .ei-img-cover-add {
  display: table-cell;
  height: 100%;
  min-height: 100%;
  text-align: center;
  vertical-align: middle; }
  .ei-card-add .ei-img-cover-add i {
    color: #8d8d8d;
    margin: auto auto;
    font-size: 100px;
    text-shadow: 0px 0px 50px #7e7e7e;
    text-shadow: -1px 0 #757575, 0 1px #757575, 1px 0 #757575, 0 -1px #757575; }

.radio-toolbar {
  display: inline-block;
  border: 1px solid #c8c8c8;
  padding: 0px !important;
  border-radius: 10px; }

.radio-toolbar > label:first-of-type {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px; }

.radio-toolbar > label:not(:first-of-type):not(:last-of-type) {
  margin: 0px -4px !important;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8; }

.radio-toolbar > label:last-of-type {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px; }

.radio-toolbar input[type="radio"] {
  height: 20px !important;
  display: none; }

.radio-toolbar > label {
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer */
  -khtml-user-select: none;
  /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none;
  /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none;
  /* Disable Android and iOS callouts*/
  text-align: center;
  display: inline-block;
  background-color: #ddd;
  padding: 3px 11px;
  text-transform: uppercase !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  cursor: pointer;
  color: #343235 !important;
  margin: 0px !important;
  max-width: 64px !important;
  width: 64px !important;
  min-width: 64px !important;
  background-color: #efefef !important; }

.radio-toolbar input[type="radio"]:checked + label {
  background-color: #EE7F00 !important;
  color: white !important; }

.search-viewmore-btn-div {
  margin-top: 20px;
  text-align: center;
  width: 100%; }

body {
  background: #ffffff;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #faf5ee, #d8d2cc);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #faf5ee, #d8d2cc); }

#filters {
  background-color: #f2f2f2;
  border: 1px solid grey;
  padding-bottom: 20px; }

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

.img-dashboard > img {
  width: 90%; }

.vendus .filters {
  padding: 5px 25px 20px;
  margin-bottom: 22px; }

.no-padding-left {
  padding-left: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.listing-bis-vendus .row {
  padding-bottom: 20px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .listing-bis-vendus .row {
      display: flex; } }
  .listing-bis-vendus .row .mleab-map {
    color: #ee7f00; }
  .listing-bis-vendus .row > .col-md-4 {
    flex: 0 1 auto; }
    .listing-bis-vendus .row > .col-md-4 .descBi {
      margin-left: 50px; }
  .listing-bis-vendus .row > .col-md-5, .listing-bis-vendus .row .col-md-3 {
    flex: 0 1 auto;
    align-self: center; }
  .listing-bis-vendus .row > .col-md-3 .btn + .btn {
    margin-top: 5px; }
  .listing-bis-vendus .row > .col-md-9 {
    text-align: center;
    margin-top: 20px; }
    .listing-bis-vendus .row > .col-md-9 p {
      margin-top: 10px; }
    .listing-bis-vendus .row > .col-md-9 [class^="mleab-"] {
      font-size: 300%;
      color: #ee7f00; }

.avatar {
  height: 6em;
  width: 6em;
  border-radius: 3em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .avatar.avatar-uploader {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer; }
    .avatar.avatar-uploader.nv-file-over {
      display: block;
      opacity: 0.8; }

.datepicker .uib-datepicker-popup {
  background-color: #fff; }
  .datepicker .uib-datepicker-popup .uib-datepicker .uib-day button,
  .datepicker .uib-datepicker-popup .uib-datepicker .uib-month button,
  .datepicker .uib-datepicker-popup .uib-datepicker .uib-year button {
    min-width: 100%;
    border: none;
    color: #000; }
  .datepicker .uib-datepicker-popup .uib-datepicker .uib-day .btn-info:hover,
  .datepicker .uib-datepicker-popup .uib-datepicker .uib-day .btn-info:focus,
  .datepicker .uib-datepicker-popup .uib-datepicker .uib-day .btn-info:active,
  .datepicker .uib-datepicker-popup .uib-datepicker .uib-day .btn-info.active,
  .datepicker .uib-datepicker-popup .uib-datepicker .uib-day .open > .dropdown-toggle.btn-info,
  .datepicker .uib-datepicker-popup .uib-datepicker .uib-month .btn-info:hover,
  .datepicker .uib-datepicker-popup .uib-datepicker .uib-month .btn-info:focus,
  .datepicker .uib-datepicker-popup .uib-datepicker .uib-month .btn-info:active,
  .datepicker .uib-datepicker-popup .uib-datepicker .uib-month .btn-info.active,
  .datepicker .uib-datepicker-popup .uib-datepicker .uib-month .open > .dropdown-toggle.btn-info,
  .datepicker .uib-datepicker-popup .uib-datepicker .uib-year .btn-info:hover,
  .datepicker .uib-datepicker-popup .uib-datepicker .uib-year .btn-info:focus,
  .datepicker .uib-datepicker-popup .uib-datepicker .uib-year .btn-info:active,
  .datepicker .uib-datepicker-popup .uib-datepicker .uib-year .btn-info.active,
  .datepicker .uib-datepicker-popup .uib-datepicker .uib-year .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #4A89DC;
    height: 32px;
    width: 32px;
    border-radius: 16px; }
    .datepicker .uib-datepicker-popup .uib-datepicker .uib-day .btn-info:hover .text-info,
    .datepicker .uib-datepicker-popup .uib-datepicker .uib-day .btn-info:focus .text-info,
    .datepicker .uib-datepicker-popup .uib-datepicker .uib-day .btn-info:active .text-info,
    .datepicker .uib-datepicker-popup .uib-datepicker .uib-day .btn-info.active .text-info,
    .datepicker .uib-datepicker-popup .uib-datepicker .uib-day .open > .dropdown-toggle.btn-info .text-info,
    .datepicker .uib-datepicker-popup .uib-datepicker .uib-month .btn-info:hover .text-info,
    .datepicker .uib-datepicker-popup .uib-datepicker .uib-month .btn-info:focus .text-info,
    .datepicker .uib-datepicker-popup .uib-datepicker .uib-month .btn-info:active .text-info,
    .datepicker .uib-datepicker-popup .uib-datepicker .uib-month .btn-info.active .text-info,
    .datepicker .uib-datepicker-popup .uib-datepicker .uib-month .open > .dropdown-toggle.btn-info .text-info,
    .datepicker .uib-datepicker-popup .uib-datepicker .uib-year .btn-info:hover .text-info,
    .datepicker .uib-datepicker-popup .uib-datepicker .uib-year .btn-info:focus .text-info,
    .datepicker .uib-datepicker-popup .uib-datepicker .uib-year .btn-info:active .text-info,
    .datepicker .uib-datepicker-popup .uib-datepicker .uib-year .btn-info.active .text-info,
    .datepicker .uib-datepicker-popup .uib-datepicker .uib-year .open > .dropdown-toggle.btn-info .text-info {
      color: #fff; }
  .datepicker .uib-datepicker-popup .uib-datepicker thead small {
    text-transform: uppercase;
    font-size: 75%; }
  .datepicker .uib-datepicker-popup .uib-datepicker .uib-weeks em.ng-binding {
    font-size: 75%; }

.elude-entity-ui .create-btn {
  margin-bottom: 10px;
  margin-top: 10px; }

.entity-ui-modal .user-picker .result {
  max-width: 320px !important;
  float: left;
  vertical-align: middle;
  display: table;
  margin-right: 20px; }

.entity-ui-modal .user-picker .no-item {
  display: table-cell;
  vertical-align: middle;
  padding-top: 4px !important; }

.entity-ui-modal .user-picker .field {
  vertical-align: middle;
  min-width: 320px !important;
  float: right; }

.elude-table {
  margin: -15px;
  width: calc(100% + 30px);
  min-width: calc(100% + 30px); }

.panel {
  margin-top: 30px;
  border-radius: 15px;
  box-shadow: 0px 0px 10px rgba(163, 163, 163, 0.445); }

.panel-heading {
  font-weight: normal;
  min-height: 50px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #d6d6d6; }

.panel-title-div {
  display: inline-flex;
  align-items: center;
  max-width: calc(70%); }

.panel-title {
  padding-top: 5px;
  vertical-align: bottom;
  font-size: 20px; }

.entity-btn-add {
  margin-left: 15px;
  line-height: 50%;
  float: right;
  text-align: center;
  vertical-align: middle;
  height: 33px;
  padding: 10px 10px;
  font-weight: 500;
  font-size: 13px; }
  .entity-btn-add i {
    vertical-align: middle;
    font-size: 20px;
    margin: 0;
    margin-left: 2px;
    margin-top: 1px; }

.entity-btn-add:hover {
  box-shadow: 1px 1px 7px black; }

.input-group-addon {
  min-width: 40px;
  max-width: 40px; }

.search-header {
  display: flex;
  margin: auto 0; }

.entity-ui-modal .ng-invalid.ng-dirty {
  border-color: #a01405; }

.entity-ui-modal .checkbox {
  vertical-align: middle;
  padding-top: 0px; }

.entity-ui-modal .fileupload .fileupload-input-div {
  margin-bottom: 0px; }

.entity-ui-modal .entity-date {
  background-color: white;
  border: 1px solid #CCD1D9;
  min-width: 150px;
  width: 150px;
  height: 33px;
  padding-left: 10px;
  padding-right: 5px;
  font-size: 14px;
  color: #000000;
  text-align: center; }

.entity-ui-modal .entity-date:focus {
  border-color: #ee7f00; }

.fileupload {
  position: relative; }
  .fileupload .fileupload-input {
    padding: 0;
    margin: 0; }
  .fileupload input[type="file"] {
    height: 32px;
    outline: none; }
  .fileupload input[type="file"]::-webkit-file-upload-button {
    height: 32px;
    outline: none; }
  .fileupload .first {
    margin-left: 0px; }
  .fileupload .last {
    margin-right: 0px; }
  .fileupload .image-repeat {
    display: inline-block;
    margin: 0px 10px; }
  .fileupload .image-border {
    display: inline-block;
    position: relative; }
  .fileupload .image-remove {
    position: absolute;
    right: 5px;
    top: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    box-shadow: 0px 0px 2px black;
    background: #f0f0f0; }
    .fileupload .image-remove i {
      text-align: center;
      vertical-align: middle;
      margin: 0;
      padding: 0;
      padding-left: 2px;
      font-style: normal;
      font-weight: 700;
      color: #464646;
      text-shadow: 0px 0px 1px grey; }
  .fileupload .image-remove:hover {
    background: #c8c8c8;
    box-shadow: 0px 0px 5px black; }
  .fileupload .image-remove:active {
    transform: translateY(20%); }
  .fileupload .fileupload-input-div {
    height: 34px;
    border: 1px solid #ccc;
    border-color: #CCD1D9;
    border-radius: 0px;
    padding: 0;
    margin: 0;
    margin-bottom: 20px; }
  .fileupload .uploaded-image {
    min-height: 100px !important;
    height: 100px  !important;
    max-height: 100px !important;
    width: auto;
    margin: 10px 0px;
    border-radius: 5px; }
  .fileupload .loading-part {
    position: absolute;
    top: 0;
    right: 50px; }
  .fileupload i.fa-check {
    position: absolute;
    top: 1px;
    right: 7px;
    font-size: 30px;
    color: green; }

.help {
  opacity: 0.4;
  padding: 5px;
  cursor: help;
  transition: opacity .4s; }
  .help:hover, .help:active {
    opacity: 1; }

.info {
  opacity: 0.4;
  padding: 5px;
  transition: opacity .4s; }
  .info:hover, .info:active {
    opacity: 1; }

.spinner {
  width: 60px;
  height: 60px;
  margin: 200px auto;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out; }
  .spinner.inline {
    margin: 10px auto;
    width: 20px;
    height: 20px; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

table.elude-table {
  background: transparent; }
  table.elude-table .text-light {
    opacity: 0.2; }
  table.elude-table .disabled-line {
    color: #777777; }
  table.elude-table .sort-header {
    user-select: none; }
    table.elude-table .sort-header span {
      float: left; }
    table.elude-table .sort-header .fa {
      display: none; }
    table.elude-table .sort-header.st-sort-descent > .fa.fa-angle-down,
    table.elude-table .sort-header.st-sort-ascent > .fa.fa-angle-up {
      display: block;
      margin-left: 5px;
      margin-top: 2px;
      float: left; }
  table.elude-table th:first-child {
    padding-left: 10px; }
  table.elude-table td:first-child {
    padding-left: 10px; }
  table.elude-table > thead > tr > th {
    padding: 4px;
    font-size: 15px;
    line-height: 22px; }
  table.elude-table > tbody > tr > td {
    padding: 4px;
    font-size: 12px;
    line-height: 27px; }
    table.elude-table > tbody > tr > td i {
      line-height: 27px; }
    table.elude-table > tbody > tr > td .btn {
      margin-bottom: 0px;
      padding: 6px; }
      table.elude-table > tbody > tr > td .btn > i {
        line-height: 1.1; }

text-editor-simple .note-editor .note-toolbar {
  padding: 3px 3px;
  vertical-align: middle; }
  text-editor-simple .note-editor .note-toolbar .note-btn-group {
    vertical-align: middle;
    margin: 5px 10px; }
  text-editor-simple .note-editor .note-toolbar .note-btn-group.btn-group {
    vertical-align: middle; }
    text-editor-simple .note-editor .note-toolbar .note-btn-group.btn-group > .btn {
      vertical-align: middle;
      border: 1px solid #c8c8c8;
      border-radius: 5px;
      color: #333; }

text-editor-simple .note-editor .note-editing-area .note-editable {
  background-color: #F8F8F8;
  border-radius: 4px;
  padding: 15px; }

text-editor-simple .note-editor .note-dropzone .note-dropzone-message {
  font-size: 12px; }

text-editor-simple .note-editor .note-statusbar {
  width: 95%;
  margin: 0 auto; }

text-editor .note-editor .note-toolbar .note-btn-group.btn-group > .btn {
  border: none;
  color: #333; }

text-editor .note-editor .note-editing-area .note-editable {
  background-color: #F8F8F8;
  border-radius: 4px;
  padding: 10px; }

text-editor .note-editor .note-dropzone .note-dropzone-message {
  font-size: 12px; }

.co-acq-switch {
  margin: 0;
  padding: 0;
  vertical-align: middle; }

.co-acq-title {
  vertical-align: middle; }

.user-picker .field {
  width: 500px; }

.col-md-4-5 {
  width: 37.5%; }

.modal-acquereur .birthdate-input {
  padding: 0;
  padding-left: 10px;
  padding-right: 3px;
  vertical-align: middle; }

.modal-acquereur .acq-bi-name {
  text-transform: capitalize;
  margin-left: 5px;
  font-weight: bold; }

.acq-admin-user-link {
  cursor: pointer;
  font-style: italic;
  margin-bottom: 0px; }

.acq-admin-user-link:hover {
  text-shadow: 1px 1px 2px grey;
  cursor: pointer; }

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 45;
  width: 50px;
  height: 50px;
  background-color: #EE7F00;
  border-radius: 50%;
  opacity: 0.8;
  display: none; }
  .back-to-top:hover {
    opacity: 1;
    cursor: pointer; }
  .back-to-top i {
    font-size: 25px;
    padding: 12px;
    color: #FFF; }

.bi-interested-user {
  margin-bottom: 2px;
  margin-top: 2px;
  cursor: default; }

.bi-interested-user-hr {
  margin-bottom: 3px;
  margin-top: 3px; }

.bi-interested-user-hr-final {
  margin-top: 3px;
  margin-bottom: 20px; }

.bi-interested-tooltiptext {
  visibility: hidden;
  background-color: white;
  color: #ee7f00;
  text-shadow: 0px 0px 0px grey;
  text-align: left;
  padding: 5px 15px;
  border-radius: 6px;
  border: 1px solid #b4b4b4;
  box-shadow: 0px 0px 5px #adadad;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1; }

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-btn:hover .bi-interested-tooltiptext {
  visibility: visible; }

.contact-conditions-div {
  margin-bottom: 10px;
  margin-top: 15px; }

.contact-conditions {
  font-size: 12px; }

.contact-accept-com-div {
  vertical-align: middle; }

.contact-accept-com {
  font-size: 12px; }

main {
  padding-bottom: 100px;
  min-height: 100%; }

.main-ui-view {
  min-height: calc(100% - 160px); }

input[type="file"] {
  margin-top: 6px; }

select.form-control {
  margin-left: 0px;
  padding-left: 6px; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

option:not(:checked) {
  color: black;
  /* prevent <option>s from becoming transparent as well */ }

.elude-optionplaceholder {
  color: red; }

/* For Firefox */
input[type='number'] {
  -moz-appearance: textfield; }

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.input-group-addon {
  padding: 0px 0px; }

/* Apple Like Checkbox */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2); }

.slider:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 0px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2); }

input:checked + .slider {
  background-color: #EE7F00; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders - Apple Like Checkbox */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

/* END Apple Like Checkbox */
.btn {
  letter-spacing: normal;
  font-weight: 500;
  font-size: 14px; }

.btn-close:focus {
  outline: 0; }

.btn-close:active {
  outline: 0; }

.cookie-main-div {
  position: relative;
  z-index: 1000; }
  .cookie-main-div .cookie-back-div {
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
    background: #797979;
    position: fixed;
    height: auto;
    min-height: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 10px; }
    .cookie-main-div .cookie-back-div .cookie-text-div {
      display: inline-block;
      max-width: calc(100% - 100px) !important;
      margin-top: 10px;
      margin-left: 10px; }
      .cookie-main-div .cookie-back-div .cookie-text-div .cookie-text {
        font-size: 16px;
        color: #fff; }
  .cookie-main-div .cookie-ok-btn {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: white;
    border: none;
    border-radius: 2px;
    background-color: #ee7f00;
    padding: 0px 8px;
    text-align: center;
    font-size: 16px;
    height: 40px;
    margin-top: 5px;
    margin-right: 20px;
    float: right;
    vertical-align: middle;
    outline: none; }
  .cookie-main-div .cookie-ok-btn:hover {
    background-color: #ff8800; }

div.cover-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 15%; }


.ei-card {
  width: 100%; }
  .ei-card .text-no-more {
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis; }
  .ei-card .panel {
    min-height: 535px !important;
    height: 535px !important;
    max-height: 535px !important;
    position: relative; }
  .ei-card .panel-heading {
    min-height: 55px !important;
    height: 55px !important;
    max-height: 55px !important;
    padding-top: 5px;
    padding-bottom: 5px; }
  .ei-card .panel-title {
    text-transform: uppercase;
    margin-top: 2px;
    font-size: 20px;
    max-lines: 1;
    min-height: 45px !important;
    height: 45px !important;
    max-height: 45px !important; }
  .ei-card .panel-body {
    min-height: 480px !important;
    height: 480px !important;
    max-height: 480px !important;
    width: 100%;
    max-width: 100%;
    padding: 0; }
  .ei-card .ei-info {
    padding: 15px; }
  .ei-card .col-md-12 {
    height: 100%; }
  .ei-card .btn {
    margin: 10px 0; }
  .ei-card .p {
    line-height: 20px; }
  .ei-card .prix {
    color: #ee7f00; }
  .ei-card .footer-card {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 80px; }
  .ei-card .ei-img-cover-div {
    width: 100%;
    height: 175px;
    overflow: hidden;
    margin: 0px 0px;
    border-radius: none; }
  .ei-card .mleab-img-none-cover {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0px;
    background-color: grey;
    background: -webkit-radial-gradient(circle farthest-corner at center center, #8f8f8f 0%, #787878 50%, #606060 80%);
    background: -o-radial-gradient(circle farthest-corner at center center, #8f8f8f 0%, #787878 50%, #606060 80%);
    background: -moz-radial-gradient(circle farthest-corner at center center, #8f8f8f 0%, #787878 50%, #606060 80%);
    background: radial-gradient(circle farthest-corner at center center, #8f8f8f 0%, #787878 50%, #606060 80%); }
  .ei-card .mleab-img-none-text {
    font-size: 18px; }
  .ei-card .ei-img-cover {
    background-position: center center;
    min-height: 175px;
    height: 175px;
    width: 100%;
    object-fit: cover;
    vertical-align: middle; }
  .ei-card .ei-biens {
    font-size: 14px; }
  .ei-card .ei-biens-nb {
    font-size: 16px; }
  .ei-card .ei-biens-type {
    font-size: 16px; }
  .ei-card .ei-adresse {
    max-lines: 1;
    text-align: left;
    overflow: hidden; }
  .ei-card i {
    color: #ee7f00;
    z-index: 999; }
  .ei-card .ei-card-hr {
    margin-top: 5px;
    margin-bottom: 0px; }
  .ei-card .ei-description {
    margin: 10px 5px;
    margin-top: 5px;
    height: 158px;
    position: relative;
    text-align: left; }
  .ei-card .ei-text-description {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-lines: 7;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical; }
  .ei-card .btn-more-div {
    float: right; }
  .ei-card .btn-more {
    background-color: #ee7f00; }
  .ei-card .ei-card-vip {
    float: right; }
    .ei-card .ei-card-vip i {
      text-shadow: 0px 0px 0.01em #ee7f00; }
  .ei-card .ei-info-icon {
    margin-left: 10px;
    float: right; }
    .ei-card .ei-info-icon i {
      font-size: 30px; }

.ei-header-vip {
  background-color: #ee7f00 !important; }

.ei-header-text-vip {
  color: #1d1d1d !important; }

.ei-not-published i {
  color: #b80000; }

.ei-archived i {
  color: #054A91; }

.ei-vip i {
  color: #ee7f00; }

.ei-button {
  text-align: left;
  width: 100%;
  border: none;
  background: transparent;
  background-color: transparent;
  background-repeat: no-repeat;
  overflow: hidden;
  outline: none;
  padding: 0; }

.ei-button:hover {
  /*CSS transitions*/
  transition-property: none !important;
  /*CSS transforms*/
  transform: none !important;
  /*CSS animations*/
  animation: none !important;
  box-shadow: 0 0 0pt 2pt #ee7f00;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px; }

.ei-button:active {
  box-shadow: 0 0 0pt 2pt #ee7f00;
  transform: translateY(2px); }

.financement-modal .endettement {
  padding: 20px 0; }
  .financement-modal .endettement .progress {
    height: 20px; }

.financement-modal .mensualite {
  color: inherit;
  font-weight: bold; }
  .financement-modal .mensualite .mensualite-price {
    font-size: 200%;
    color: #ee7f00;
    font-weight: normal; }
  .financement-modal .mensualite hr {
    margin-top: 0; }

.financement-modal #btn-financement {
  text-align: center;
  padding-bottom: 15px; }

.modal-title {
  font-weight: normal;
  text-align: center; }

.form-group label {
  font-weight: normal;
  color: #ee7f00; }

.modal-content .form-control {
  color: #000000; }

html, body {
  width: 100%;
  height: 100%; }

.main-ui-view {
  min-height: calc(100% - (60px + 41px));
  width: 100%;
  padding-bottom: 0px; }

.footer-link {
  vertical-align: middle;
  color: #033566;
  font-size: 15px;
  font-weight: 500;
  margin-right: 20px;
  margin-bottom: 30px; }

footer.footer {
  vertical-align: middle;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 20px;
  padding: 0px;
  padding-bottom: 45px;
  padding-top: 25px;
  background-color: #ffffff;
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.05); }

.gm-style-iw {
  left: 20px !important;
  top: 32px !important;
  background-color: #fff;
  border-radius: 2px 2px 0 0;
  max-width: 200px !important;
  margin-top: 5px !important; }

/* white background and box outline */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
  /* we have to use !important because we are overwritng inline styles */
  background-color: transparent !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important; }

/* close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child {
  position: relative;
  top: 37px !important;
  right: 33px !important;
  opacity: 1 !important; }

/* arrow colour */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div {
  display: none; }

.imgWindowContent img {
  max-width: 200px; }

.infoWindowContent {
  padding: 0 20px 20px; }
  .infoWindowContent h2 a {
    color: inherit; }

.modal-message .nopadding {
  padding: 0; }

.modal-message .message-contenu-label {
  margin: 0; }

.modal-message .message-contenu-input {
  margin: 0; }

.modal-message .message-contenu-area {
  margin-top: 6px;
  padding: 6px 12px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  background-color: #E0E0E0; }

.modal-message .note-editor {
  margin-top: 10px; }

.message-select {
  display: table;
  vertical-align: middle;
  margin: 10 0px;
  width: 100%;
  min-width: 100%;
  max-width: 100% !important; }
  .message-select .multiselect-parent {
    display: table-cell;
    margin: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100% !important;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .message-select .multiselect-parent .dropdown-toggle {
      margin: 0;
      display: inline-block;
      color: black;
      background: transparent;
      overflow: hidden;
      text-overflow: ellipsis;
      text-transform: capitalize;
      font-weight: 500;
      padding: 0px;
      padding-left: 10px;
      height: 34px;
      max-height: 34px;
      text-align: left;
      width: 100%;
      max-width: 100% !important;
      position: relative;
      padding-right: 20px; }
      .message-select .multiselect-parent .dropdown-toggle span {
        position: absolute;
        right: 10px;
        top: 40%;
        color: black; }
    .message-select .multiselect-parent ul {
      max-height: 300px !important;
      width: 100%;
      min-width: 100%;
      max-width: 100% !important; }
      .message-select .multiselect-parent ul .dropdown-header.ng-binding {
        color: #555555;
        padding: 5px;
        padding-left: 10px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis; }
      .message-select .multiselect-parent ul a.option {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100% !important; }
      .message-select .multiselect-parent ul li .ng-binding {
        color: #ee7f00;
        margin-left: 10px; }
      .message-select .multiselect-parent ul li .checkboxInput {
        margin-left: -10px; }

.rdv-date {
  padding: 0;
  padding-left: 10px;
  padding-right: 5px;
  margin-top: 7px;
  vertical-align: middle; }

.rdv-title {
  margin-top: 7px;
  margin-bottom: 0px; }

.rdv-time {
  margin-bottom: -30px; }

.rdv-message {
  resize: none; }

.rdv-duration-item {
  margin-left: 92px;
  margin-bottom: -30px; }

.rdv-duration-line-label {
  position: absolute;
  top: 55%;
  left: 25%;
  color: #ee7f00;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 0px; }

.rdv-btn-save {
  margin-right: 15px; }

.user-picker {
  display: flex;
  justify-content: space-between; }
  .user-picker .result {
    flex-grow: 1; }
    .user-picker .result .user-tag-multiple {
      float: left;
      margin-right: 5px; }
    .user-picker .result .no-item {
      padding-top: 20px;
      color: #888;
      font-style: italic; }
  .user-picker .field {
    width: 200px; }

.user-tag {
  margin-top: 5px;
  margin-bottom: 5px; }
  .user-tag .badge {
    font-size: 16px;
    text-transform: none;
    padding: 8px; }
  .user-tag .badge-forename {
    text-transform: capitalize; }
  .user-tag avatar {
    float: left;
    margin-left: -6px;
    margin-top: -2px;
    margin-bottom: -2px;
    margin-right: 5px; }
  .user-tag .close {
    display: block;
    font-size: 14px;
    margin-top: 2px;
    margin-left: 8px; }
