/*
 * ! Stereo Boilerplate - 2025-06-17 
 */
@charset "UTF-8";
/*p {
  @include font-size(14px)
}*/
/* USAGE
@include keyframes(move-the-object) {
  0%   { left: 100px; }
  100% { left: 200px; }
}

.object-to-animate {
  @include animation('move-the-object .5s 1', 'move-the-object-again .5s 1 .5s');
}
*/
/**
* Conditional Media Query Mixin
* by @sheiko (http://dsheiko.com)
*
* The problem this mixin solves is explained there
* http://css-tricks.com/conditional-media-query-mixins/
*
* https://github.com/dsheiko
* MIT license: http://www.opensource.org/licenses/mit-license.php
*/
/**
 * Usage examples
 */
/*.body {
  @include media( ">sm", "<md" ){
    background: red;
    color: white;
  };
}*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Work+Sans:300,400,600");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

input,
select,
textarea {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  outline: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.-request-horaire input {
  display: inline-block;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-bottom: 1px solid #4886ff;
}

.-request-horaire select, .-request-horaire textarea {
  width: auto;
  padding-right: 30px;
}

.-min-width-request {
  min-width: 175px;
}

.-min-width-request.-textarea {
  vertical-align: top;
}

.-min-width-request.-textarea textarea {
  display: inline-block;
}

.-requetes-no-block {
  display: inline-block;
  border: none;
}

.select-custom-wrap {
  position: relative;
}

.select-custom-wrap .arrow-down {
  fill: #4886ff;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(0, -20%);
      -ms-transform: translate(0, -20%);
          transform: translate(0, -20%);
  width: 32px;
  height: 32px;
  z-index: 200;
  pointer-events: none;
}

.select-custom-wrap .-requetes-new-position {
  fill: #4886ff;
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(-10%, -50%);
      -ms-transform: translate(-10%, -50%);
          transform: translate(-10%, -50%);
  width: 32px;
  height: 32px;
  z-index: 200;
  pointer-events: none;
}

@media screen and (max-width: 1000px) {
  .select-custom-wrap .-requetes-new-position {
    top: 38%;
  }
}

select {
  text-transform: none;
  border-bottom: 1px solid #4886ff;
  background-color: #ffffff;
  /*&:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000000; // Text :focus color
    }*/
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  background: none;
  color: inherit;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
.o-button {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: none;
  color: inherit;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font: inherit;
  line-height: normal;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

button:hover,
.o-button:hover {
  text-decoration: none;
}

p {
  line-height: 1.7857142857rem;
  font-size: 14px;
  margin: 0 0 20px;
}

blockquote {
  font-weight: bold;
}

@media (min-width: 1000px) {
  blockquote {
    font-size: 1.8571428571rem;
    margin: 0 0 4.2857142857rem;
    padding: 0 0 0 8.5714285714rem;
  }
}

@media (max-width: 999px) {
  blockquote {
    font-size: 20px;
    margin: 0 0 4.2857142857rem;
    padding: 0 0 0 60px;
  }
}

.o-entry ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1000px) {
  .o-entry ul {
    margin-bottom: 2.4285714286rem;
  }
}

@media (max-width: 999px) {
  .o-entry ul {
    margin-bottom: 34px;
  }
}

.o-entry li {
  position: relative;
  padding-left: 20px;
}

.o-entry li:before {
  content: "•";
  display: inline-block;
  margin-right: 12px;
}

.-pull-right {
  float: right;
}

.-pull-left {
  float: left;
}

html {
  color: #444444;
  font-size: 14px;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
}

body {
  -webkit-font-smoothing: antialiased;
  background: #E6EBF0;
}

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

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

img, svg {
  max-width: 100%;
}

a {
  color: #4886ff;
  text-decoration: none;
}

a:hover {
  color: #72b646;
}

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

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

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

.clearfix {
  clear: both;
}

.o-h, h1, .o-h1, h2, .o-h2, h3, .o-h3, h4, .o-h4, h5, .o-h5, h6, .o-h6 {
  margin-top: 0;
  line-height: 1.2;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #444444;
  margin: 0 0 15px;
}

.o-h.-blue, h1.-blue, .-blue.o-h1, h2.-blue, .-blue.o-h2, h3.-blue, .-blue.o-h3, h4.-blue, .-blue.o-h4, h5.-blue, .-blue.o-h5, h6.-blue, .-blue.o-h6 {
  color: #4886ff;
}

h1, .o-h1 {
  margin: 0 0 20px;
  font-size: 36px;
  font-weight: 100;
}

@media (max-width: 1199px) {
  h1, .o-h1 {
    font-size: 26px;
  }
}

h2, .o-h2 {
  font-size: 26px;
  font-weight: 100;
}

@media (max-width: 1199px) {
  h2, .o-h2 {
    font-size: 22px;
  }
}

h3, .o-h3 {
  color: #393939;
  font-size: 16px;
}

h4, .o-h4 {
  font-size: 14px;
}

h5, .o-h5 {
  font-size: 14px;
}

h6, .o-h6 {
  font-size: 14px;
}

.o-container {
  position: relative;
  margin: 0 auto;
}

@media (min-width: 1600px) {
  .o-container {
    padding: 0 12%;
  }
  .o-container.-small {
    padding: 0 20%;
  }
}

@media (min-width: 1000px) and (max-width: 1599px) {
  .o-container {
    padding: 0 4.2857142857rem;
  }
}

@media (min-width: 500px) and (max-width: 999px) {
  .o-container {
    padding: 0 40px;
  }
}

@media (max-width: 499px) {
  .o-container {
    padding: 0 20px;
  }
}

.o-grid {
  position: relative;
  margin-left: -60px;
  letter-spacing: normal;
  font-size: 0;
}

.o-grid.-margin-tiny {
  margin-left: -0.9285714286rem;
}

@media (max-width: 699px) {
  .o-grid.-center-small {
    text-align: center;
  }
}

.o-grid_item, .o-half, .o-quarter, .o-whole, .o-two-thirds, .o-third, .o-three-quarters, .o-three-fifths, .o-two-fifths {
  display: inline-block;
  padding-left: 60px;
  width: 100%;
  vertical-align: top;
  font-size: 1rem;
}

.o-grid_item.-bottom, .-bottom.o-half, .-bottom.o-quarter, .-bottom.o-whole, .-bottom.o-two-thirds, .-bottom.o-third, .-bottom.o-three-quarters, .-bottom.o-three-fifths, .-bottom.o-two-fifths {
  vertical-align: bottom;
}

.o-grid.-margin-tiny .o-grid_item, .o-grid.-margin-tiny .o-half, .o-grid.-margin-tiny .o-quarter, .o-grid.-margin-tiny .o-whole, .o-grid.-margin-tiny .o-two-thirds, .o-grid.-margin-tiny .o-third, .o-grid.-margin-tiny .o-three-quarters, .o-grid.-margin-tiny .o-three-fifths, .o-grid.-margin-tiny .o-two-fifths {
  padding-left: 0.9285714286rem;
}

@media (min-width: 700px) {
  .o-grid.-margin-even .o-grid_item:nth-child(even), .o-grid.-margin-even .o-half:nth-child(even), .o-grid.-margin-even .o-quarter:nth-child(even), .o-grid.-margin-even .o-whole:nth-child(even), .o-grid.-margin-even .o-two-thirds:nth-child(even), .o-grid.-margin-even .o-third:nth-child(even), .o-grid.-margin-even .o-three-quarters:nth-child(even), .o-grid.-margin-even .o-three-fifths:nth-child(even), .o-grid.-margin-even .o-two-fifths:nth-child(even) {
    margin-top: 8.5714285714rem;
  }
}

@media (min-width: 700px) {
  .o-half {
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .o-quarter {
    width: 25%;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .o-quarter {
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .o-two-thirds {
    width: 65%;
  }
}

@media (min-width: 1000px) {
  .o-third {
    width: 33.33333333%;
  }
}

@media (min-width: 1000px) {
  .o-three-quarters {
    width: 75%;
  }
}

@media (min-width: 1000px) {
  .o-three-fifths {
    width: 60%;
  }
}

@media (min-width: 1000px) {
  .o-two-fifths {
    width: 40%;
  }
}

.c-confirmation {
  background: #ffffff;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
}

.c-form-data {
  background: #ffffff;
  padding: 30px;
  border-radius: 5px;
}

.c-form-data h2 {
  margin-bottom: 30px;
  line-height: 1em;
}

.c-form-data h2 small {
  font-size: 11px;
}

.o-label, .o-checkbox-label, .o-radio-label {
  display: block;
  position: relative;
}

@media (min-width: 1000px) {
  .o-label, .o-checkbox-label, .o-radio-label {
    margin-bottom: 30px;
  }
}

@media (max-width: 999px) {
  .o-label, .o-checkbox-label, .o-radio-label {
    margin-bottom: 30px;
  }
}

.o-label-password {
  display: block;
  position: relative;
}

@media (min-width: 1000px) {
  .o-label-password {
    margin-bottom: 30px;
  }
}

@media (max-width: 999px) {
  .o-label-password {
    margin-bottom: 30px;
  }
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-text-fill-color: #4886ff !important;
}

.o-input, .o-checkbox-label::before, .o-radio-label::before, .o-checkbox-label::after, .o-radio-label::after, .o-select, .o-textarea {
  border: none;
  background: none;
  color: #000000;
  font-size: 16px;
  min-height: 55px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

@media (min-width: 1000px) {
  .o-input, .o-checkbox-label::before, .o-radio-label::before, .o-checkbox-label::after, .o-radio-label::after, .o-select, .o-textarea {
    padding: 20px 10px;
  }
}

@media (max-width: 999px) {
  .o-input, .o-checkbox-label::before, .o-radio-label::before, .o-checkbox-label::after, .o-radio-label::after, .o-select, .o-textarea {
    padding: 15px 10px;
  }
}

.o-input::-webkit-input-placeholder, .o-select::-webkit-input-placeholder, .o-textarea::-webkit-input-placeholder {
  color: #444444;
  opacity: 1;
}

.o-input:-ms-input-placeholder, .o-select:-ms-input-placeholder, .o-textarea:-ms-input-placeholder {
  color: #444444;
  opacity: 1;
}

.o-input::-ms-input-placeholder, .o-select::-ms-input-placeholder, .o-textarea::-ms-input-placeholder {
  color: #444444;
  opacity: 1;
}

.o-input::placeholder, .o-select::placeholder, .o-textarea::placeholder {
  color: #444444;
  opacity: 1;
}

.o-input-password {
  border: none;
  background: none;
  color: #000000;
  font-size: 16px;
  min-height: 55px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

@media (min-width: 1000px) {
  .o-input-password {
    padding: 20px 10px;
  }
}

@media (max-width: 999px) {
  .o-input-password {
    padding: 15px 10px;
  }
}

.o-input-password::-webkit-input-placeholder {
  color: #444444;
  opacity: 1;
}

.o-input-password:-ms-input-placeholder {
  color: #444444;
  opacity: 1;
}

.o-input-password::-ms-input-placeholder {
  color: #444444;
  opacity: 1;
}

.o-input-password::placeholder {
  color: #444444;
  opacity: 1;
}

.o-checkbox, .o-radio {
  position: absolute;
  width: 0;
  opacity: 0;
}

.o-checkbox:focus + .o-checkbox-label::before, .o-radio:focus + .o-checkbox-label::before, .o-checkbox:focus + .o-radio-label::before, .o-radio:focus + .o-radio-label::before {
  border: none;
}

.o-checkbox:checked + .o-checkbox-label::after, .o-radio:checked + .o-checkbox-label::after, .o-checkbox:checked + .o-radio-label::after, .o-radio:checked + .o-radio-label::after {
  opacity: 1;
}

.o-checkbox-label, .o-radio-label {
  position: relative;
  display: inline-block;
  margin-right: 0.5em;
  padding-left: 1.7142857143rem;
  font-size: 14px;
  color: #444444;
  cursor: pointer;
}

.o-checkbox-label::before, .o-radio-label::before, .o-checkbox-label::after, .o-radio-label::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  border-radius: 2px;
  margin-top: -7px;
  padding: 0;
  width: 12px;
  height: 12px;
  content: "";
}

.o-checkbox-label::before, .o-radio-label::before {
  background-color: #4886ff;
}

.o-checkbox-label::after, .o-radio-label::after {
  border-color: transparent;
  background-color: transparent;
  background-image: url("../img/check.svg");
  background-position: center;
  background-size: 0.7142857143rem;
  background-repeat: no-repeat;
  opacity: 0;
}

.o-checkbox-wrap {
  display: block;
}

.o-radio-label::before, .o-radio-label::after {
  border-radius: 50%;
}

.o-radio-label::after {
  background-image: url("../img/circle.svg");
}

.o-radio-wrap {
  display: block;
}

.o-select {
  position: relative;
  z-index: 1;
  padding-right: 2.8571428571rem;
}

.o-select-wrap {
  position: relative;
}

.o-select-wrap::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 2.8571428571rem;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2211.3%22%20viewBox%3D%220%200%2013%2011.3%22%20enable-background%3D%22new%200%200%2013%2011.3%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23424242%22%20points%3D%226.5%2011.3%203.3%205.6%200%200%206.5%200%2013%200%209.8%205.6%20%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 0.7142857143rem;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}

.o-textarea {
  resize: none;
  background: #ffffff;
  width: 100%;
  margin-top: 25px;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 2px solid #5587f7;
}

@media (min-width: 1000px) {
  .o-textarea {
    height: 10rem;
  }
}

@media (max-width: 999px) {
  .o-textarea {
    height: 140px;
  }
}

.o-form ::-webkit-input-placeholder {
  opacity: 1;
}

.o-form :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}

.o-form ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}

.o-form :-ms-input-placeholder {
  opacity: 1;
}

.o-label-text {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  pointer-events: none;
  color: #444444;
  line-height: 55px;
  min-height: 55px;
  font-size: 14px;
  -webkit-transition: line-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: line-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: line-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: line-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-label-text:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.1px;
  background: #f1f1f1;
  z-index: 1;
}

.o-label-text:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 2px solid #4886ff;
  z-index: 1;
  -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

input:focus + .o-label-text, input:valid + .o-label-text, input.is-focus + .o-label-text, input.is-disable + .o-label-text {
  line-height: 2px;
}

input:focus + .o-label-text:after, input:valid + .o-label-text:after, input.is-focus + .o-label-text:after, input.is-disable + .o-label-text:after {
  width: 100%;
}

input:focus + .o-label-text.is-class-validated:after, input:valid + .o-label-text.is-class-validated:after, input.is-focus + .o-label-text.is-class-validated:after, input.is-disable + .o-label-text.is-class-validated:after {
  width: 0%;
}

input + .o-label-text.is-class-validated.has-value {
  line-height: 2px;
}

input + .o-label-text.is-class-validated.has-value:after {
  width: 100%;
}

.o-form-btn-wrap {
  margin-bottom: 20px;
}

.c-change-profile-img {
  margin-bottom: 30px;
}

.c-change-profile-img table.form-table {
  display: block !important;
}

.c-change-profile-img table.form-table td, .c-change-profile-img table.form-table tr {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
}

.screen-reader-text {
  display: none;
}

.o-btn {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.3;
  line-height: 1;
  color: #ffffff;
  background: #4886ff;
  border-radius: 20px;
  line-height: 1.4em;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  border: 1px solid #4886ff;
  display: inline-block;
  -webkit-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1000px) {
  .o-btn {
    padding: 0.4285714286rem 1.8571428571rem;
  }
}

@media (max-width: 999px) {
  .o-btn {
    padding: 8px 20px;
    font-size: 12px;
  }
}

@media screen and (max-width: 2000px) {
  .o-btn.-space-top {
    margin-top: 35px;
  }
}

.o-btn:hover {
  color: #4886ff;
  background: #ffffff;
}

.o-btn.o-btn-file {
  height: 32px;
  padding-left: 38px;
  position: relative;
}

.o-btn.o-btn-file svg {
  background: #ffffff;
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 3px;
  left: 4px;
}

.o-btn.-btn-gray {
  background: #ffffff;
  border-color: #d5d5d5;
  color: #444444;
}

.o-btn.-btn-gray:hover {
  background: #444444;
  border-color: #444444;
  color: #ffffff;
}

.o-btn.-btn-disable {
  background: #d5d5d5;
  border-color: #444444;
  color: #444444;
}

.o-btn.-btn-disable:hover {
  background: #d5d5d5;
  border-color: #444444;
  color: #444444;
}

.-btn-toggle .-state-active {
  display: none;
}

.-btn-toggle.is-active .-state-idle {
  display: none;
}

.-btn-toggle.is-active .-state-active {
  display: inline-block;
}

/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.d-none {
  visibility: hidden !important;
  opacity: 0 !important;
  -webkit-transition: visibility 0.2s, opacity 0.2s linear !important;
  transition: visibility 0.2s, opacity 0.2s linear !important;
}

.d-visible {
  visibility: visible;
  opacity: 1;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 500px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 700px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1000px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1600px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 700px) {
  .container {
    width: 668px;
    max-width: 100%;
  }
}

@media (min-width: 1000px) {
  .container {
    width: 992px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1100px;
    max-width: 100%;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1480px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 500px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 700px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1000px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1600px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 500px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 700px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1000px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1600px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
}

@media (min-width: 500px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 700px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1000px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1600px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 500px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xs-0 {
    right: auto;
  }
  .pull-xs-1 {
    right: 8.3333333333%;
  }
  .pull-xs-2 {
    right: 16.6666666667%;
  }
  .pull-xs-3 {
    right: 25%;
  }
  .pull-xs-4 {
    right: 33.3333333333%;
  }
  .pull-xs-5 {
    right: 41.6666666667%;
  }
  .pull-xs-6 {
    right: 50%;
  }
  .pull-xs-7 {
    right: 58.3333333333%;
  }
  .pull-xs-8 {
    right: 66.6666666667%;
  }
  .pull-xs-9 {
    right: 75%;
  }
  .pull-xs-10 {
    right: 83.3333333333%;
  }
  .pull-xs-11 {
    right: 91.6666666667%;
  }
  .pull-xs-12 {
    right: 100%;
  }
  .push-xs-0 {
    left: auto;
  }
  .push-xs-1 {
    left: 8.3333333333%;
  }
  .push-xs-2 {
    left: 16.6666666667%;
  }
  .push-xs-3 {
    left: 25%;
  }
  .push-xs-4 {
    left: 33.3333333333%;
  }
  .push-xs-5 {
    left: 41.6666666667%;
  }
  .push-xs-6 {
    left: 50%;
  }
  .push-xs-7 {
    left: 58.3333333333%;
  }
  .push-xs-8 {
    left: 66.6666666667%;
  }
  .push-xs-9 {
    left: 75%;
  }
  .push-xs-10 {
    left: 83.3333333333%;
  }
  .push-xs-11 {
    left: 91.6666666667%;
  }
  .push-xs-12 {
    left: 100%;
  }
  .offset-xs-0 {
    margin-left: 0%;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 700px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.3333333333%;
  }
  .pull-sm-2 {
    right: 16.6666666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.3333333333%;
  }
  .pull-sm-5 {
    right: 41.6666666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.3333333333%;
  }
  .pull-sm-8 {
    right: 66.6666666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.3333333333%;
  }
  .pull-sm-11 {
    right: 91.6666666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.3333333333%;
  }
  .push-sm-2 {
    left: 16.6666666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.3333333333%;
  }
  .push-sm-5 {
    left: 41.6666666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.3333333333%;
  }
  .push-sm-8 {
    left: 66.6666666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.3333333333%;
  }
  .push-sm-11 {
    left: 91.6666666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1000px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.3333333333%;
  }
  .pull-md-2 {
    right: 16.6666666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.3333333333%;
  }
  .pull-md-5 {
    right: 41.6666666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.3333333333%;
  }
  .pull-md-8 {
    right: 66.6666666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.3333333333%;
  }
  .pull-md-11 {
    right: 91.6666666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.3333333333%;
  }
  .push-md-2 {
    left: 16.6666666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.3333333333%;
  }
  .push-md-5 {
    left: 41.6666666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.3333333333%;
  }
  .push-md-8 {
    left: 66.6666666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.3333333333%;
  }
  .push-md-11 {
    left: 91.6666666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.3333333333%;
  }
  .pull-lg-2 {
    right: 16.6666666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.3333333333%;
  }
  .pull-lg-5 {
    right: 41.6666666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.3333333333%;
  }
  .pull-lg-8 {
    right: 66.6666666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.3333333333%;
  }
  .pull-lg-11 {
    right: 91.6666666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.3333333333%;
  }
  .push-lg-2 {
    left: 16.6666666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.3333333333%;
  }
  .push-lg-5 {
    left: 41.6666666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.3333333333%;
  }
  .push-lg-8 {
    left: 66.6666666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.3333333333%;
  }
  .push-lg-11 {
    left: 91.6666666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1600px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.3333333333%;
  }
  .pull-xl-2 {
    right: 16.6666666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.3333333333%;
  }
  .pull-xl-5 {
    right: 41.6666666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.3333333333%;
  }
  .pull-xl-8 {
    right: 66.6666666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.3333333333%;
  }
  .pull-xl-11 {
    right: 91.6666666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.3333333333%;
  }
  .push-xl-2 {
    left: 16.6666666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.3333333333%;
  }
  .push-xl-5 {
    left: 41.6666666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.3333333333%;
  }
  .push-xl-8 {
    left: 66.6666666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.3333333333%;
  }
  .push-xl-11 {
    left: 91.6666666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 500px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 700px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1000px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1600px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.c-nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 0px 20px 1px rgba(40, 40, 85, 0.15);
  box-shadow: 0 0px 20px 1px rgba(40, 40, 85, 0.15);
  padding-left: 20px;
  -webkit-transition: padding-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: padding-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: padding-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: padding-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 20;
}

@media (max-width: 999px) {
  .c-header {
    padding-left: 0;
  }
}

.c-heading {
  height: 90px;
  line-height: 90px;
}

@media (max-width: 999px) {
  .c-heading {
    height: 60px;
    line-height: 60px;
  }
}

.c-btn-panel-control {
  padding-right: 70px;
  height: 90px;
  display: block;
  position: relative;
}

@media (max-width: 999px) {
  .c-btn-panel-control {
    height: 60px;
  }
}

@media (max-width: 699px) {
  .c-sidebar-panel .c-sidebar-panel .c-btn-panel-control {
    background: #E6EBF0;
  }
}

.c-ico-control {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  bottom: 0;
}

.-sidebar-is-mini .c-ico-control {
  width: 95px;
}

.c-ico-control svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #4886ff;
  width: 32px;
  height: 32px;
}

.c-sidebar-logo .c-ico-control svg {
  fill: #ffffff;
}

.c-logo-white {
  width: 100px;
  height: auto;
}

.c-btn-search {
  cursor: pointer;
  display: inline-block;
}

.c-btn-search .-state-idle {
  fill: #444444;
  width: 30px;
  height: 30px;
}

.c-btn-search .-state-active {
  fill: #ff5555;
}

.c-btn-notif {
  display: inline-block;
  position: relative;
}

.c-btn-notif .c-svg-ico {
  width: 30px;
  height: 30px;
  fill: #4886ff;
}

.c-btn-notif .c-btn-notif-num {
  display: none;
  background: #ff5555;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(20px, -20px);
      -ms-transform: translate(20px, -20px);
          transform: translate(20px, -20px);
  z-index: 10;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 11px;
  text-align: center;
}

.c-btn-notif.is-active .c-svg-ico {
  fill: #ff5555;
}

.c-btn-notif.is-active .c-btn-notif-num {
  display: inline-block;
}

.c-header-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 15px;
  z-index: 20;
}

.c-header-btn {
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.c-btn-profile-img {
  margin-left: 10px;
  vertical-align: middle;
}

@media (min-width: 1000px) {
  .c-btn-profile-img {
    width: 60px;
    height: 60px;
    background-color: #E6EBF0;
    border-radius: 50%;
    display: inline-block;
  }
}

@media (max-width: 999px) {
  .c-btn-profile-img {
    margin-left: 5px;
  }
}

.c-btn-profile-img img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

@media (max-width: 999px) {
  .c-btn-profile-img img {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 1000px) {
  .c-btn-profile-img-link {
    width: 60px;
    height: 60px;
    display: inline-block;
  }
  .c-btn-profile-img-link img {
    vertical-align: top;
  }
}

.c-header-search {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  max-width: 0px;
  overflow: hidden;
  z-index: 10;
  height: 90px;
  -webkit-transition: max-width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: max-width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: max-width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 999px) {
  .c-header-search {
    height: 60px;
  }
}

.c-header-search.is-active {
  max-width: 100%;
}

.c-form-search-wrap {
  position: relative;
  padding: 0 200px 0 90px;
}

@media (max-width: 999px) {
  .c-form-search-wrap {
    padding: 0 160px 0 50px;
  }
}

.c-form-search-input {
  display: block;
  line-height: 90px;
  font-size: 28px;
  font-weight: 100;
}

@media (max-width: 999px) {
  .c-form-search-input {
    line-height: 60px;
    font-size: 20px;
  }
}

.c-search-btn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 90px;
}

@media (max-width: 999px) {
  .c-search-btn {
    width: 40px;
  }
}

.c-search-btn .c-svg-ico {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  fill: #444444;
  -webkit-transition: fill 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: fill 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: fill 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: fill 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-search-btn:hover .c-svg-ico {
  fill: #4886ff;
}

.c-btn-nav-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: #4886ff;
  cursor: pointer;
}

.c-btn-nav-mobile .c-svg-ico {
  fill: #ffffff;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 1000px) {
  .c-btn-nav-mobile {
    display: none;
  }
}

.c-btn-disconnect-wrap {
  font-size: 14px;
  color: #444444;
  font-weight: 600;
  background-color: #ffffff;
  border: 1px solid #E6EBF0;
  position: absolute;
  top: 100%;
  right: -15px;
  font-weight: 600;
  line-height: 26px;
  padding-top: 7px;
  width: 360px;
  font-size: 14px;
  display: none;
  -webkit-box-shadow: 0 5px 5px 0px rgba(40, 40, 85, 0.15);
          box-shadow: 0 5px 5px 0px rgba(40, 40, 85, 0.15);
}

.c-btn-profile:hover .c-btn-disconnect-wrap {
  display: block;
}

.c-btn-disconnect {
  color: #ff5555;
  display: block;
  border: 1px solid #E6EBF0;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  padding: 0 28px 0 70px;
  position: relative;
  text-transform: uppercase;
}

.c-btn-disconnect:hover {
  color: #ff5555;
}

.c-btn-disconnect-name {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  padding: 0 28px;
  color: #444444;
}

.c-btn-disconnect-name:hover {
  color: #444444;
}

.disconnect-svg {
  fill: #ff5555;
  position: absolute;
  top: 50%;
  left: 28px;
  width: 14px;
  height: 14px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.o-footer {
  font-size: 12px;
}

.o-sidebar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 340px;
  background: #ffffff;
  z-index: 100;
  -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1000px) {
  .-sidebar-is-mini .o-sidebar {
    width: 95px;
  }
}

@media (max-width: 999px) {
  .o-sidebar {
    left: -110%;
    width: 100%;
    -webkit-transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .-sidebar-is-active .o-sidebar {
    left: 0;
  }
}

.c-sidebar-logo {
  display: block;
  height: 90px;
  line-height: 90px;
  color: #ffffff;
  background: #4886ff;
}

@media (max-width: 999px) {
  .c-sidebar-logo {
    height: 60px;
    line-height: 60px;
  }
}

.c-sidebar-logo .c-btn-nav-mobile {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
}

@media (max-width: 999px) {
  .c-sidebar-logo .c-btn-nav-mini {
    display: none;
  }
}

@media (min-width: 1000px) {
  .c-sidebar-logo .c-btn-nav-mobile {
    display: none;
  }
  .-sidebar-is-mini .c-sidebar-logo.c-btn-panel-control {
    padding-right: 0;
  }
  .-sidebar-is-mini .c-sidebar-logo.c-btn-panel-control .c-logo-white {
    display: none;
  }
}

.c-sidebar-panel-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.c-sidebar-panel-inner-wrap {
  width: auto;
  padding-bottom: 70px;
  position: relative;
  background: #ffffff;
  height: 100vh;
  -webkit-box-shadow: 0 0px 20px 1px rgba(40, 40, 85, 0.15);
  box-shadow: 0 0px 20px 1px rgba(40, 40, 85, 0.15);
}

.c-sidebar-panel-inner-wrap:hover:after {
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-sidebar-panel-inner-wrap:after {
  content: "";
  position: absolute;
  display: block;
  top: 90px;
  right: 0px;
  width: 7px;
  bottom: 0;
  background: white;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: opacity 0.3s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 0.3s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
  pointer-events: none;
}

.c-sidebar-panel-inner-wrap.main-sidebar {
  min-width: 0px;
}

.c-sidebar-panel.is-active .c-sidebar-panel-inner-wrap {
  min-width: 280px;
}

.c-sidebar-panel .c-sidebar-panel {
  pointer-events: none;
}

.c-sidebar-panel .c-sidebar-panel .c-heading, .c-sidebar-panel .c-sidebar-panel .c-sidebar-panel-inner {
  pointer-events: all;
}

.c-heading {
  position: relative;
}

@media (min-width: 700px) {
  .c-heading {
    z-index: 50;
  }
}

.c-sidebar-panel-fix {
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  min-height: 100%;
}

.c-sidebar-panel {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  background: #ffffff;
}

.c-sidebar-panel .c-sidebar-panel {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: auto;
  z-index: -10;
  /* all sub-panels */
  -webkit-transform: translate(-120%, 0);
      -ms-transform: translate(-120%, 0);
          transform: translate(-120%, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 699px) {
  .c-sidebar-panel .c-sidebar-panel {
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .c-sidebar-panel .c-sidebar-panel > .c-sidebar-inner-wrap {
    z-index: 20;
  }
  .c-sidebar-panel .c-sidebar-panel > .c-sidebar-panel {
    z-index: 40;
  }
}

@media (min-width: 700px) {
  .c-sidebar-panel .c-sidebar-panel > .c-sidebar-inner-wrap {
    z-index: -20;
  }
  .c-sidebar-panel .c-sidebar-panel > .c-sidebar-panel {
    z-index: -40;
  }
}

.c-sidebar-panel .c-sidebar-panel.is-active {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.c-sidebar-panel-inner {
  position: relative;
  width: auto;
  overflow: auto;
  min-height: calc(100vh - 90px);
  max-height: calc(100vh - 90px);
}

@media (max-width: 699px) {
  .c-sidebar-panel-inner {
    width: 100%;
  }
}

.c-sidebar-panel .c-sidebar-panel .c-sidebar-panel-inner {
  min-width: 170px;
}

.c-sidebar-panel-inner::-webkit-scrollbar {
  width: 6px;
}

.c-sidebar-panel-inner::-webkit-scrollbar-track {
  background: transparent;
}

.c-sidebar-panel-inner::-webkit-scrollbar-thumb {
  background: #4886ff;
  border-radius: 3px;
}

.c-sidebar-panel-inner:hover::-webkit-scrollbar-thumb {
  background: #4886ff;
}

@media (min-width: 700px) {
  .o-sidebar > .c-sidebar-panel-wrap > .c-sidebar-panel > .c-sidebar-panel > .c-sidebar-panel-inner-wrap {
    z-index: -20;
  }
}

@media (max-width: 699px) {
  .o-sidebar > .c-sidebar-panel-wrap > .c-sidebar-panel > .c-sidebar-panel > .c-sidebar-panel-inner-wrap {
    z-index: 20;
  }
}

@media (min-width: 700px) {
  .o-sidebar > .c-sidebar-panel-wrap > .c-sidebar-panel > .c-sidebar-panel > .c-sidebar-panel > .c-sidebar-panel-inner-wrap {
    z-index: -40;
  }
}

@media (max-width: 699px) {
  .o-sidebar > .c-sidebar-panel-wrap > .c-sidebar-panel > .c-sidebar-panel > .c-sidebar-panel > .c-sidebar-panel-inner-wrap {
    z-index: 40;
  }
}

.c-sidebar-nav .c-btn-sidebar-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-btn-sidebar_item {
  position: relative;
}

.c-btn-sidebar_item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #C1C4CF;
  background: linear-gradient(270.08deg, #E6EBF0 0%, #C0C4CF 100%), #C1C4CF;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f1f5', endColorstr='#ffffff',GradientType=1 );
}

@media (min-width: 1000px) {
  .-sidebar-is-mini .c-btn-sidebar_item .c-btn-sidebar-text {
    display: none;
  }
}

.c-btn-sidebar {
  padding-left: 90px;
  display: block;
  position: relative;
}

@media (max-width: 999px) {
  .c-btn-sidebar {
    padding-left: 60px;
  }
}

.c-btn-sidebar-wrap .c-btn-sidebar {
  display: block;
  position: relative;
  z-index: 10;
  padding: 31px;
  font-weight: 600;
  color: #444444;
}

@media (max-width: 999px) {
  .c-btn-sidebar-wrap .c-btn-sidebar {
    padding: 21px 31px;
  }
}

@media (max-width: 999px) {
  .c-btn-sidebar-wrap .c-btn-sidebar.-with-ico {
    padding: 21px 27px 21px 70px;
  }
}

@media (min-width: 1000px) {
  .c-btn-sidebar-wrap .c-btn-sidebar.-with-ico {
    padding: 31px 27px 31px 90px;
  }
  .-sidebar-is-mini .c-btn-sidebar-wrap .c-btn-sidebar.-with-ico {
    padding: 40px 0;
    width: 95px;
  }
}

@media (min-width: 1000px) and (max-width: 999px) {
  .-sidebar-is-mini .c-btn-sidebar-wrap .c-btn-sidebar.-with-ico {
    padding: 25px 0;
  }
}

.c-btn-sidebar-wrap .c-btn-sidebar.-with-ico .c-svg-ico {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #d5d5d5;
  -webkit-transition: fill 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: fill 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: fill 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: fill 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 999px) {
  .c-btn-sidebar-wrap .c-btn-sidebar.-with-ico .c-svg-ico {
    left: 35px;
  }
}

@media (min-width: 1000px) {
  .c-btn-sidebar-wrap .c-btn-sidebar.-with-ico .c-svg-ico {
    left: 55px;
  }
}

@media (min-width: 1000px) {
  .-sidebar-is-mini .c-btn-sidebar-wrap .c-btn-sidebar.-with-ico .c-svg-ico {
    left: 50%;
  }
}

.c-btn-sidebar-wrap .c-btn-sidebar:hover, .c-btn-sidebar-wrap .c-btn-sidebar.is-active {
  color: #4886ff;
}

.c-btn-sidebar-wrap .c-btn-sidebar:hover:before, .c-btn-sidebar-wrap .c-btn-sidebar.is-active:before {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.c-btn-sidebar-wrap .c-btn-sidebar:hover:after, .c-btn-sidebar-wrap .c-btn-sidebar.is-active:after {
  opacity: 1;
}

.c-btn-sidebar-wrap .c-btn-sidebar:hover .c-svg-ico, .c-btn-sidebar-wrap .c-btn-sidebar.is-active .c-svg-ico {
  fill: #4886ff;
}

.c-btn-sidebar-wrap .c-btn-sidebar:before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  left: 0;
  top: 25px;
  bottom: 25px;
  background: #4886ff;
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  z-index: 1;
}

@media (max-width: 999px) {
  .c-btn-sidebar-wrap .c-btn-sidebar:before {
    top: 10px;
    bottom: 10px;
  }
}

.c-btn-sidebar-wrap .c-btn-sidebar:after {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #f0f1f5;
  background: -webkit-gradient(linear, left top, right top, from(#f0f1f5), to(white));
  background: linear-gradient(to right, #f0f1f5 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f1f5', endColorstr='#ffffff',GradientType=1 );
}

.c-sidebar-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 75px;
}

@media (max-width: 999px) {
  .c-sidebar-footer {
    display: none;
  }
}

@media (min-width: 1000px) {
  .-sidebar-is-mini .c-sidebar-footer {
    padding-left: 0;
  }
}

.c-btn-sidebar-footer {
  line-height: 75px;
  display: inline-block;
  padding: 0 15px;
  font-weight: 600;
  color: #444444;
  z-index: 10;
}

.c-btn-sidebar-footer:hover {
  color: #4886ff;
}

.c-btn-sidebar-footer:hover .c-svg-ico {
  fill: #4886ff;
}

.c-btn-sidebar-footer .c-svg-ico {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #d5d5d5;
  width: 32px;
  height: 32px;
  -webkit-transition: fill 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: fill 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: fill 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: fill 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 700px) {
  .-sidebar-is-mini .c-btn-sidebar-footer {
    position: relative;
    display: block;
    padding: 40px 0;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .-sidebar-is-mini .c-btn-sidebar-footer {
    padding: 25px 0;
  }
}

@media (min-width: 700px) {
  .-sidebar-is-mini .c-btn-sidebar-footer:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    left: 0;
    top: 25px;
    bottom: 25px;
    background: #4886ff;
    -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    z-index: 1;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .-sidebar-is-mini .c-btn-sidebar-footer:before {
    top: 10px;
    bottom: 10px;
  }
}

@media (min-width: 700px) {
  .-sidebar-is-mini .c-btn-sidebar-footer:after {
    content: "";
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #f0f1f5;
    background: -webkit-gradient(linear, left top, right top, from(#f0f1f5), to(white));
    background: linear-gradient(to right, #f0f1f5 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f1f5', endColorstr='#ffffff',GradientType=1 );
  }
  .-sidebar-is-mini .c-btn-sidebar-footer:hover:before {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .-sidebar-is-mini .c-btn-sidebar-footer:hover:after {
    opacity: 1;
  }
  .-sidebar-is-mini .c-btn-sidebar-footer span {
    display: none;
  }
  .-sidebar-is-mini .c-btn-sidebar-footer .c-svg-ico {
    display: block;
  }
}

.c-sidebar-title {
  font-size: 26px;
  font-weight: 100;
  color: #444444;
  margin-bottom: 30px;
}

.c-sidebar-top-content {
  padding: 20px;
}

.c-sidebar-form .o-input, .c-sidebar-form .o-checkbox-label::before, .c-sidebar-form .o-radio-label::before, .c-sidebar-form .o-checkbox-label::after, .c-sidebar-form .o-radio-label::after, .c-sidebar-form .o-select, .c-sidebar-form .o-textarea {
  font-size: 14px;
  color: #444444;
  font-weight: normal;
  display: block;
  width: 180px;
  padding: 0 15px;
  line-height: 40px;
  border: 1px solid #f1f1f1;
}

.c-sidebar-form .o-input::-webkit-input-placeholder, .c-sidebar-form .o-select::-webkit-input-placeholder, .c-sidebar-form .o-textarea::-webkit-input-placeholder {
  color: #444444;
}

.c-sidebar-form .o-input:-ms-input-placeholder, .c-sidebar-form .o-select:-ms-input-placeholder, .c-sidebar-form .o-textarea:-ms-input-placeholder {
  color: #444444;
}

.c-sidebar-form .o-input::-ms-input-placeholder, .c-sidebar-form .o-select::-ms-input-placeholder, .c-sidebar-form .o-textarea::-ms-input-placeholder {
  color: #444444;
}

.c-sidebar-form .o-input::placeholder, .c-sidebar-form .o-select::placeholder, .c-sidebar-form .o-textarea::placeholder {
  color: #444444;
}

.c-sidebar-form-input-wrap {
  margin-bottom: 20px;
}

.c-sidebar-form-ordering {
  font-weight: bold;
  color: #4886ff;
  cursor: pointer;
}

.c-sidebar-order_item {
  display: inline-block;
  padding-right: 50px;
  position: relative;
}

.c-sidebar-order_item .c-svg-ico {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 40px;
  width: 40px;
}

.c-btn-nav-mini {
  cursor: pointer;
}

.c-btn-nav-mini svg {
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 700px) {
  .-sidebar-is-mini .c-btn-nav-mini svg {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
        -ms-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
  }
}

.c-sidebar-footer_item {
  display: inline-block;
}

@media (min-width: 700px) {
  .-sidebar-is-mini .c-sidebar-footer_item {
    display: block;
    position: relative;
  }
  .-sidebar-is-mini .c-sidebar-footer_item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #f0f1f5;
    background: -webkit-gradient(linear, left top, right top, from(#f0f1f5), to(white));
    background: linear-gradient(to right, #f0f1f5 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f1f5', endColorstr='#ffffff',GradientType=1 );
  }
}

@media (min-width: 700px) {
  .-visible-sm {
    display: none !important;
  }
}

.c-btn-sidebar-id {
  display: block;
  font-weight: normal;
  padding-top: 5px;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 140px 20px 20px;
  -webkit-transition: padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1000px) {
  body.-no-sidebar {
    padding-left: 0;
  }
}

@media (max-width: 999px) {
  body {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 80px;
  }
}

.o-section {
  position: relative;
  z-index: 1;
}

@media (max-width: 999px) {
  .o-section {
    padding: 40px 0;
  }
}

.o-page-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.o-page-content {
  padding: 30px 20px;
}

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

.-section-control .o-btn {
  margin-left: 15px;
  position: relative;
  top: 10px;
}

section {
  margin-bottom: 40px;
}

.o-table {
  width: 100%;
  min-width: 1400px;
  font-size: 12px;
  text-align: left;
  margin-bottom: 30px;
  border-spacing: 5px;
  border-collapse: separate;
}

.o-table th, .o-table td {
  padding: 15px;
  min-width: 110px;
  min-height: 55px;
}

.o-table th {
  font-weight: bold;
  color: #393939;
}

.o-table td {
  color: #444444;
  background: #ffffff;
  vertical-align: top;
}

.c-table-wrap {
  overflow: auto;
}

.c-table-wrap::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 3px;
}

.c-table-wrap::-webkit-scrollbar-track {
  background: #e0e1eb;
  width: 6px;
  height: 6px;
  -webkit-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.c-table-wrap::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #4886ff;
}

.c-side-image:before {
  content: "";
  display: block;
  position: fixed;
  top: 90px;
  right: 0;
  bottom: 0;
  background: url(../img/im-accueil.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 25%;
}

@media (max-width: 999px) {
  .c-side-image:before {
    display: none;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .c-side-image:before {
    width: 20%;
  }
}

.c-side-image-profil:before {
  content: "";
  display: block;
  position: fixed;
  top: 90px;
  right: 0;
  bottom: 0;
  background: url(../img/im-accueil.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 25%;
}

@media (max-width: 1199px) {
  .c-side-image-profil:before {
    display: none;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .c-side-image-profil:before {
    width: 20%;
  }
}

body.page-template-t-login {
  padding-top: 0;
}

.-vam {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.c-page-wrap {
  min-height: 100vh;
  width: 100%;
}

.c-login-form-wrap {
  border-radius: 8px;
  background: #ffffff;
  -webkit-box-shadow: 0 10px 20px 1px #e2e3ec;
  box-shadow: 0 10px 20px 1px #e2e3ec;
  overflow: hidden;
}

.c-login-form {
  padding: 50px 40px;
}

.c-login-form .o-label, .c-login-form .o-checkbox-label, .c-login-form .o-radio-label {
  margin-bottom: 60px;
}

.c-login-form .o-checkbox-label:before, .c-login-form .o-radio-label:before, .c-login-form .o-checkbox-label:after, .c-login-form .o-radio-label:after {
  min-height: 12px;
}

.c-login-error {
  color: red;
  margin-bottom: 20px;
}

.c-login-form-logo {
  width: 165px;
  height: auto;
  margin-bottom: 50px;
}

.c-btn-forgot-pw {
  color: #393939;
  font-weight: bold;
  font-size: 14px;
}

.c-login-side-text {
  padding: 40px;
  color: #ffffff;
}

.c-login-side-text h2 {
  color: #ffffff;
  font-weight: 100;
  font-size: 36px;
}

@media (max-width: 699px) {
  .c-login-side-text h2 {
    font-size: 26px;
  }
}

.c-notifs-list {
  margin-bottom: 40px;
}

.c-notifs-pre-list {
  font-weight: bold;
  color: #393939;
  margin-bottom: 15px;
}

.c-notifs_item {
  background: #ffffff;
  padding: 20px 20px 20px 75px;
  margin-bottom: 15px;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0 0px 20px 1px rgba(40, 40, 85, 0);
  box-shadow: 0 0px 20px 1px rgba(40, 40, 85, 0);
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 999px) {
  .c-notifs_item {
    padding: 20px 10px 10px 55px;
  }
}

.c-notifs_item:hover {
  -webkit-box-shadow: 0 5px 10px 1px rgba(40, 40, 85, 0.1);
  box-shadow: 0 5px 10px 1px rgba(40, 40, 85, 0.1);
}

.-c-notifs-checkbox {
  position: absolute;
  top: 35px;
  left: 40px;
}

@media (max-width: 999px) {
  .-c-notifs-checkbox {
    top: 30px;
    left: 20px;
  }
}

.-read .-c-notifs-checkbox .o-checkbox-label:before, .-read .-c-notifs-checkbox .o-radio-label:before {
  background: #d5d5d5;
}

@media (min-width: 1000px) {
  .c-notifs-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-notifs_item-title {
  display: inline-block;
}

@media (max-width: 999px) {
  .c-notifs_item-title {
    width: 100%;
    display: block;
  }
}

.c-notifs_item:hover .c-notifs_item-title {
  color: #72b646;
}

.-read .c-notifs_item:hover .c-notifs_item-title {
  color: #444444;
}

.-read .c-notifs_item-title {
  color: #444444;
}

.c-notifs_item-link {
  display: block;
  color: #4886ff;
  -webkit-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-notifs_item:hover .c-notifs_item-link {
  color: #72b646;
}

.-read .c-notifs_item:hover .c-notifs_item-link {
  color: #444444;
}

.-read .c-notifs_item-link {
  color: #444444;
}

.c-notifs_item-info {
  white-space: nowrap;
  display: inline-block;
  line-height: 32px;
}

@media (max-width: 999px) {
  .c-notifs_item-info {
    width: 100%;
    display: block;
  }
}

.c-notifs_item-file {
  display: inline-block;
  font-size: 14px;
  color: #444444;
  text-transform: uppercase;
}

.c-notifs_item-date {
  display: inline-block;
  font-size: 12px;
  padding-left: 25px;
  position: relative;
  color: #d5d5d5;
  text-transform: uppercase;
  margin-left: 35px;
}

.c-notifs_item-date:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 1px;
  background: #d5d5d5;
}

.c-notifs-cat {
  margin-bottom: 5px;
}

.c-notifs-cat_item {
  display: inline-block;
  margin: 0 20px 10px 0;
  padding: 0 20px;
  border-radius: 14px;
  line-height: 28px;
  font-size: 12px;
  text-transform: uppercase;
  color: #444444;
  border: 1px solid #f1f1f1;
}

.o-article {
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 40px;
  color: #393939;
}

.o-article img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.o-article-date {
  text-transform: uppercase;
  color: #444444;
  font-size: 12px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}

.o-article-date:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 1px;
  background: #d5d5d5;
}

.o-article-cats {
  margin-bottom: 5px;
}

.o-article-cats_item {
  display: inline-block;
  background: #ffffff;
  border-radius: 15px;
  padding: 0 20px;
  line-height: 30px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #444444;
  margin-right: 15px;
  margin-bottom: 15px;
}

.supervision-block-un {
  margin-bottom: 65px;
}

.c-supervision-head {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-item: center;
  width: 100%;
}

@media (max-width: 999px) {
  .c-supervision-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-supervision-head .c-semaine-supervision {
    width: 100%;
  }
}

.c-title-supervision {
  position: relative;
  color: #5587f7;
  font-size: 45px;
  margin: 0;
}

.c-semaine-supervision {
  border-radius: 40px;
  background-color: #ffffff;
  color: #8a8a8a;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  padding: 13px;
  font-size: 12px;
  padding-right: 50px;
}

.c-select-form {
  position: relative;
}

@media (max-width: 999px) {
  .c-select-form {
    margin-top: 20px;
  }
}

.c-arrow {
  position: absolute;
  background: url("../img/arrow-down.svg");
  fill: #000000;
  top: 42%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 15px;
  width: 20px;
  height: 20px;
  z-index: 200;
  pointer-events: none;
}

@media (max-width: 999px) {
  .c-arrow {
    position: absolute;
    background: url("../img/arrow-down.svg");
    fill: #000000;
    top: 50%;
    width: 20px;
    height: 20px;
    z-index: 200;
    pointer-events: none;
  }
}

.c-date-form {
  margin-top: 30px;
}

.c-date {
  position: relative;
  padding-left: 24px;
  font-weight: bold;
  color: #393939;
}

.c-date:before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #393939;
}

.info-supervision {
  font-size: 18px;
}

.premiere-section-form,
.deuxieme-section-form,
.troisieme-section-form {
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e3e3e6;
}

.quatrieme-section-form {
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.c-title-form {
  font-weight: bold;
  color: #393939;
  font-size: 16px;
  padding-top: 10px;
}

.c-title-form-2 {
  margin-bottom: 8px;
  font-weight: bold;
  color: #393939;
  font-size: 16px;
  padding-top: 10px;
}

.c-form-choice-text {
  color: #4d4d4e;
  font-size: 16px;
}

.white-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  margin-bottom: 30px;
}

.form-number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #8b8b8b;
  font-weight: bold;
}

.c-wrap-textarea {
  margin: 30px 0px 0px 30px;
}

.c-label-details {
  color: #8b8b8b;
}

.c-procedure-wrap {
  padding-left: 70px;
  padding-top: 15px;
  position: relative;
  margin-bottom: 20px;
}

.c-procedure-wrap:before {
  content: '';
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.c-procedure-text {
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  width: 90%;
}

.c-procedure-red-text {
  color: #ff5555;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  width: 90%;
}

.c-procedure-text-bold {
  font-weight: 600;
  color: #393939;
}

.c-number {
  position: absolute;
  top: 14px;
  left: 14px;
  font-weight: 600;
}

.-blue-title {
  color: #4886ff !important;
  margin-bottom: 45px;
}

.o-list-reception {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 30px;
}

@media (max-width: 699px) {
  .o-list-reception {
    margin-bottom: 0;
  }
}

.o-list-reception-list {
  position: relative;
  padding-left: 15px;
}

.o-list-reception-list:before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
}

.c-plaintes-text-bold {
  font-weight: 600;
  color: #393939;
  margin-top: 30px;
  margin-bottom: 10px;
}

.o-links-plaintes {
  color: #444444;
  display: block;
}

@media (max-width: 999px) {
  .o-links-plaintes {
    display: block;
  }
}

@media (max-width: 999px) {
  .c-plaintes-envoye-wrap {
    margin-bottom: 30px;
  }
}

.o-years_item {
  position: relative;
  padding-left: 100px;
}

@media (max-width: 699px) {
  .o-years_item {
    padding-left: 80px;
  }
}

@media (max-width: 499px) {
  .o-years_item {
    padding-left: 0;
  }
}

@media (min-width: 500px) {
  .o-years_item .o-h1.-bullet a {
    position: relative;
  }
  .o-years_item .o-h1.-bullet a:before {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    left: -25px;
    width: 9px;
    height: 9px;
    background: #4886ff;
    border-radius: 50%;
  }
  .o-years_item .o-h1.-bullet a:hover:before {
    background: #72b646;
  }
  .o-years_item:before {
    position: absolute;
    top: 12px;
    left: 0;
    width: 45px;
    text-align: center;
    content: attr(data-year);
    color: #393939;
    font-weight: bold;
    font-size: 16px;
  }
  .o-years_item:after {
    position: absolute;
    display: block;
    content: "";
    top: 52px;
    left: 22px;
    width: 1px;
    bottom: -5px;
    background: #d5d5d5;
  }
}

/*.supervision-block-un {
    margin-bottom: 65px;
}

.c-supervision-head{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-item: center;
    width: 100%;
    @include media("<md") {
        flex-direction: column;

        .c-semaine-supervision{
            width: 100%;

        }
    }
}

.c-title-supervision {
    position: relative;
    color: #5587f7;
    font-size: 45px;
    margin: 0;
    // margin-bottom: 38px;
}

.c-semaine-supervision {

    border-radius: 40px;
    background-color: $white;
    color: #8a8a8a;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    display: inline-block;
    padding: 13px;
    font-size: 12px;
    padding-right: 50px;

    option{
        // font-size: 40px;
    }
}
.c-select-form{
    position: relative;
    // top: 3px;
    // width: 30%;
    // right: 0;

    @include media("<md") {
        margin-top: 20px;
    };
}
.c-arrow{
    position: absolute;
    background: url("../img/arrow-down.svg");
    fill: $black;
    top: 42%;
    transform: translate(0,-50%);
    right: 15px;
    width: 20px;
    height: 20px;
    z-index: 200;
    pointer-events: none;

    @include media("<md") {
        position: absolute;
        background: url("../img/arrow-down.svg");
        fill: $black;
        top: 50%;
        width: 20px;
        height: 20px;
        z-index: 200;
        pointer-events: none;
    };
}

.c-title-form {
    font-weight: bold;
    color: #393939;
    font-size: 16px;
    padding-top: 10px;

    &-2{
        margin-bottom: 8px;
        font-weight: bold;
        color: #393939;
        font-size: 16px;
        padding-top: 10px;
    }
}

.c-procedure-wrap{
	border-bottom: 1px solid #000;
}

.white-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: $white;
    position: relative;
    margin-bottom: 30px;
}

.form-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #8b8b8b;
    font-weight: bold;
}*/
.-select-request-wrap svg {
  fill: #393939 !important;
}

@media screen and (max-width: 1000px) {
  .-select-request-wrap {
    top: 40%;
  }
}

.input-request-filter {
  background-color: #E6EBF0;
  border-bottom: 1px solid #4886ff;
  padding: 15px 30px;
}

@media screen and (max-width: 700px) {
  .input-request-filter {
    margin-bottom: 25px;
  }
}

.-select-request-top-page {
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 600;
}

@media screen and (max-width: 700px) {
  .-select-request-top-page {
    margin-bottom: 15px;
  }
}

.o-table-horaire td.-td-absolute {
  position: absolute;
  left: 14px;
  width: 31px;
  z-index: 1000;
  background-color: #ffffff;
  min-height: 52px !important;
  padding: 15px 0;
  vertical-align: middle;
}

.o-table-horaire td.-td-absolute span {
  display: inline-block;
}

.o-table-horaire-2 {
  min-width: 100px !important;
  width: auto !important;
}

.o-table-horaire-2 th {
  width: 100px;
}

.o-table-horaire-2 th:first-child {
  width: 33px;
  padding: 0;
}

.o-table-horaire.-no-padding-request-table {
  margin: 15px 0;
}

.-table-horaire-request td > div {
  padding: 15px !important;
}

.-titles-smaller th {
  font-size: 14px !important;
  padding: 12px 10px !important;
}

table td.c-title-side-requetes.-request-number {
  font-size: 14px;
  color: #000000;
}

.o-table-request-wrap {
  display: table;
  margin: 8px 0;
  padding: 20px 0;
  border-top: 1px solid #444444;
}

.o-table-request-wrap:nth-child(1) {
  border-top: none;
}

.info-svg-request {
  width: 28px;
  height: 28px;
  fill: #4886ff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.c-listing-result {
  padding-top: 20px;
}

.c-listing-result.-border-bottom ul {
  border-top: none;
  border-bottom: 1px solid #f1f1f1;
}

.c-listing-result.-no-border ul {
  border: none !important;
}

.c-listing-result .col-md-4 ul {
  font-size: 10px;
  border-bottom: none;
}

.c-listing-result ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 0;
  padding-top: 15px;
  margin-bottom: 30px;
  border-top: 1px solid #f1f1f1;
}

.c-listing-result ul li {
  padding-bottom: 0;
  margin-bottom: 10px;
}

body {
  overflow-x: hidden;
  color: #8F929B;
}

.red {
  color: #ff5555 !important;
}

.green {
  color: #72b646;
}

.o-tickets-feedbackPanel {
  background-color: #4886FF;
  color: #fff;
  padding: 20px 40px;
  font-weight: 600;
  text-align: left;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 420px;
  max-width: 550px;
  min-width: 360px;
  position: fixed;
  bottom: 0;
  right: 60px;
  z-index: 200;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

body.has-tickets-page-panel-open .o-tickets-feedbackPanel {
  right: 400px;
}

body.has-tickets-feedbackPanel-open .o-tickets-feedbackPanel {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.o-tickets-page-wrapper {
  margin: 0 40px 0 20px;
}

.o-blacklist-overlay {
  z-index: 201;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(144, 147, 156, 0.6);
  display: none;
}

body.has-blacklist-open .o-blacklist-overlay {
  display: block;
}

.o-blacklist-details {
  background-color: #fff;
  width: 0;
  height: 0;
  max-width: 1024px;
  position: fixed;
  z-index: 202;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, calc(-50% - .5px));
      -ms-transform: translate(-50%, calc(-50% - .5px));
          transform: translate(-50%, calc(-50% - .5px));
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
}

.o-blacklist-details > div {
  padding: 40px;
}

.o-blacklist-details .blackList-email {
  padding: 0 20px;
  border-radius: 30px;
  border: 1px solid #C1C4CF;
  width: 100%;
  height: 40px;
  display: inline-block;
  font-weight: 400;
  font-weight: 500;
  -moz-appearance: textfield;
  background-color: #fff;
  margin-bottom: 20px;
}

.o-blacklist-details button {
  padding: 0 20px;
  border-radius: 30px;
  width: auto;
  height: 40px;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  font-weight: 500;
  background-color: #fff;
  color: #4886FF;
  border: #4886FF 1px solid;
  margin-bottom: 20px;
}

.o-blacklist-details button:active {
  background-color: #dde8fe;
}

.o-blacklist-details small {
  margin-top: 20px;
}

body.has-blacklist-open .o-blacklist-details.is-visible {
  width: 500px;
  height: auto;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.o-tickets-details {
  background-color: #fff;
  width: 0;
  height: 0;
  max-width: 1024px;
  min-width: 940px;
  position: fixed;
  z-index: 102;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, calc(-50% - .5px));
      -ms-transform: translate(-50%, calc(-50% - .5px));
          transform: translate(-50%, calc(-50% - .5px));
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
}

.o-tickets-details > div {
  padding: 40px;
}

.o-tickets-details-supply-request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.o-tickets-details-supply-request label {
  margin-bottom: 6px;
}

.o-tickets-details-supply-request textarea.message,
.o-tickets-details-supply-request input[type="text"] {
  padding: 10px;
  -webkit-box-shadow: inset 0 0 9px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 9px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid #aaa;
  color: #3c3c3c;
  margin-bottom: 20px;
}

.o-tickets-details-supply-request textarea.message:focus,
.o-tickets-details-supply-request input[type="text"]:focus {
  border-color: #4886FF;
}

.o-tickets-details-supply-request textarea.message {
  width: 100%;
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.o-tickets-details-details {
  width: 100%;
  padding: 0 40px 40px !important;
  max-height: 360px;
}

.is-new-ticket .o-tickets-details-details {
  max-height: unset;
}

.o-tickets-details-details-wrapper {
  max-height: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-tickets-details-details .attachmentsWrapper {
  margin-top: 10px;
}

.o-tickets-details-details .attachmentsWrapper .label {
  margin-bottom: 2px !important;
}

.o-tickets-details-details .attachmentsWrapper .fileRow {
  width: 100%;
  position: relative;
  margin-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.o-tickets-details-details .attachmentsWrapper .fileRow .far {
  margin-top: 1px;
}

.o-tickets-details-details .attachmentsWrapper .fileRow a {
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  display: block;
  text-overflow: ellipsis;
}

.o-tickets-details-details .attachmentsWrapper .fileRow .removeFile {
  position: absolute;
  left: -20px;
  top: 0;
  color: red;
  cursor: pointer;
}

.o-tickets-details-details.internalRequest {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0 !important;
}

.o-tickets-details-details.internalRequest .o-tickets-details-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.o-tickets-details-details.internalRequest .label {
  font-size: 1rem;
  margin-bottom: 6px;
}

.o-tickets-details-details.internalRequest .the-datepicker__deselect-button {
  left: -15px !important;
  top: 9px !important;
}

.o-tickets-details-details .value {
  width: 90%;
}

.o-tickets-details-details textarea.message, .o-tickets-details-details input[type="text"] {
  padding: 10px;
  -webkit-box-shadow: inset 0 0 9px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 9px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid #aaa;
  color: #3c3c3c;
}

.o-tickets-details-details textarea.message:focus, .o-tickets-details-details input[type="text"]:focus {
  border-color: #4886FF;
}

.o-tickets-details-details textarea.message {
  width: 100%;
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.o-tickets-details-details .detailsRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-height: 100%;
  width: 100%;
}

.o-tickets-details-details .detailsRow > div {
  min-width: 33%;
  padding: 0 20px;
  overflow-y: auto;
}

.o-tickets-details-details .detailsRow > div:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 0;
}

.o-tickets-details-details .detailsRow > div:last-child {
  padding-right: 0;
}

.o-tickets-details-details .detailsRow.internalRequest {
  margin-bottom: 20px;
}

.o-tickets-details-details .detailsRow.internalRequest > div {
  max-width: 50%;
  min-width: 50%;
}

.o-tickets-details-details .detailsRow.internalRequest:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.o-tickets-details-details .detailsRow.internalRequest:last-child > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.o-tickets-details-details .ticketType {
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 40px;
}

.o-tickets-details-details .o-tickets-details-types-row select.editSelectType {
  border: none;
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 40px;
  border-radius: 0;
  width: auto;
  min-width: 350px;
}

.o-tickets-details-details .o-tickets-details-types-row select.editSelectType option {
  font-size: 1rem;
}

.o-tickets-details-details .o-tickets-details-types-row .select2-container {
  border: none;
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 30px;
  border-radius: 0;
  width: auto;
}

.o-tickets-details-details .o-tickets-details-types-row .select2-container *:focus {
  outline: none;
}

.o-tickets-details-details .o-tickets-details-types-row .select2-container .select2-selection {
  border: none;
}

.o-tickets-details-details .o-tickets-details-types-row .select2-container .select2-selection .select2-selection__rendered {
  color: #000;
  padding-left: 0px;
}

.o-tickets-details-details .ticketID {
  float: right;
}

.o-tickets-details-details .label {
  font-size: 0.9rem;
  margin-right: 6px;
  white-space: nowrap;
  display: inline-block;
}

.o-tickets-details-details .label:first-child {
  margin-top: 0;
}

.o-tickets-details-details .value.description {
  height: 100%;
  margin-bottom: 0;
  width: 100%;
}

.o-tickets-details-details .value {
  margin-bottom: 10px;
  color: #3c3c3c;
  display: inline-block;
}

.o-tickets-details-details .value .descriptionWrapper {
  position: relative;
  overflow: hidden;
  height: 98%;
}

.o-tickets-details-details .value .descriptionWrapper:after {
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../img/fadeBG.png");
}

.o-tickets-details-details .value .description {
  color: #8F929B;
  margin-bottom: 0;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  display: block;
  line-height: 1.4rem;
}

.o-tickets-details-details .value .description > div {
  padding-bottom: 20px;
}

.o-tickets-details-details .fas.fa-spider {
  float: right;
  margin-top: 16px;
  cursor: pointer;
}

.o-tickets-details-details i {
  margin-left: 0 !important;
}

.o-tickets-details-header {
  vertical-align: middle;
  padding: 10px 20px;
}

.o-tickets-details-header .close-tickets-details {
  float: right;
  cursor: pointer;
  line-height: 22px;
  vertical-align: middle;
}

.o-tickets-details-header .close-tickets-details i {
  margin-right: 0 !important;
}

.o-tickets-details-header .close-tickets-details:hover {
  color: #6e7077;
}

.o-tickets-details-header .ticketAssignedTo,
.o-tickets-details-header .ticketLongTimer,
.o-tickets-details-header .tickets-status-badge {
  margin-left: 30px;
}

.o-tickets-details-header .ticketAssignedTo a,
.o-tickets-details-header .ticketLongTimer a,
.o-tickets-details-header .tickets-status-badge a {
  text-decoration: underline;
}

.o-tickets-details-header .ticketAssignedTo i,
.o-tickets-details-header .ticketLongTimer i,
.o-tickets-details-header .tickets-status-badge i {
  margin-right: 6px;
  margin-top: -2px;
}

.o-tickets-details-history {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 120px;
  overflow-y: auto;
  padding: 0 40px !important;
}

.supply-request-form .o-tickets-details-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -50px;
}

.o-tickets-details-history-content {
  width: 100%;
}

.o-tickets-details-history-content .historyRow {
  background-color: #F5F7F9;
  padding: 14px 20px;
}

.o-tickets-details-history-content .historyRow:nth-child(even) {
  background-color: #fff;
}

.o-tickets-details-history-content .historyRow div:last-child {
  margin-bottom: 0px !important;
}

.o-tickets-details-history-content em {
  font-style: normal;
  font-weight: bold;
}

.o-tickets-details-history-content .name {
  font-style: normal;
  color: #4886FF;
}

.o-tickets-details-history-content .info {
  font-size: 0.9rem;
}

.o-tickets-details-history-content .info .ts {
  margin-left: 15px;
  float: right;
}

.o-tickets-details-history-content .info:first-child {
  margin-top: 0;
}

.o-tickets-details-history-content .info i.fas {
  font-size: 0.65rem;
  margin: 0px 2px 0px 0px;
  color: #4886FF;
}

.o-tickets-details-history-content .note {
  color: #000;
  margin: 10px 0 10px 10px;
}

.o-tickets-details-form {
  height: 350px;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-tickets-details-form.internalSupply form .actions > span {
  min-width: 50%;
}

.o-tickets-details-form.internalSupply form .actions > span > div {
  width: 80%;
}

.o-tickets-details-form.internalRequest {
  min-height: auto;
  height: auto;
}

.o-tickets-details-form.internalRequest .addNclose {
  display: inline-block !important;
}

.o-tickets-details-form.internalRequest form .actions > span {
  min-width: 50%;
}

.o-tickets-details-form.internalRequest form .actions > span > div {
  width: 80%;
}

.o-tickets-details-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.o-tickets-details-form form .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}

.o-tickets-details-form form .actions span {
  outline: none;
}

.o-tickets-details-form form .actions > span {
  outline: none;
  white-space: nowrap;
  min-width: 28%;
}

.o-tickets-details-form form .actions > span div {
  padding-top: 6px;
}

.o-tickets-details-form form .message {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.o-tickets-details-form form .message textarea {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 9px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 9px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #aaa;
  color: #3c3c3c;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.o-tickets-details-form form .message textarea:focus {
  border-color: #4886FF;
}

.o-tickets-details-form form .buttons {
  text-align: right;
  padding-top: 20px;
}

.o-tickets-details-form form .buttons button {
  padding: 0 20px;
  border-radius: 30px;
  width: auto;
  height: 40px;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  font-weight: 500;
}

.o-tickets-details-form form .buttons button:after {
  font-family: 'Font Awesome 5 Pro';
  color: #fff;
  display: inline-block;
  margin-left: 12px;
  font-weight: bold;
}

.o-tickets-details-form form .buttons button.sendReminder {
  background-color: #fff;
  color: #4886FF;
  float: left;
  border: #4886FF 1px solid;
  margin-left: 5px;
}

.o-tickets-details-form form .buttons button.sendReminder:active {
  background-color: #dde8fe;
}

.o-tickets-details-form form .buttons button.sendReminder:after {
  color: #4886FF;
  content: '\f0f3' !important;
}

.o-tickets-details-form form .buttons button.printTicket {
  background-color: #fff;
  color: #4886FF;
  float: left;
  border: #4886FF 1px solid;
  margin-left: 5px;
  padding: 0 4px;
}

.o-tickets-details-form form .buttons button.printTicket:active {
  background-color: #dde8fe;
}

.o-tickets-details-form form .buttons button.withFollowup {
  background-color: #fff;
  color: #C1C4CF;
  float: left;
  border: #C1C4CF 1px solid;
  margin-left: 5px;
  position: relative;
}

.o-tickets-details-form form .buttons button.withFollowup:disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.o-tickets-details-form form .buttons button.withFollowup.followup-status-on {
  border-color: #ef9700;
  color: #ef9700;
}

.o-tickets-details-form form .buttons button.withFollowup.followup-status-completed {
  border-color: #72b646;
  color: #72b646;
}

.o-tickets-details-form form .buttons button.withFollowup:active {
  background-color: #dde8fe;
}

.o-tickets-details-form form .buttons button.withFollowup:after {
  color: inherit;
  content: '\f0d7' !important;
}

.o-tickets-details-form form .buttons button.withFollowup ul {
  position: absolute;
  margin: 0;
  padding: 0;
  min-width: 100%;
  bottom: calc(100% + 1px);
  left: 0;
  background: white;
  list-style: none;
  text-align: left;
  border: 1px solid #C1C4CF;
  border-radius: 6px;
}

.o-tickets-details-form form .buttons button.withFollowup ul li {
  padding: 10px 16px;
  color: #444;
  white-space: nowrap;
}

.o-tickets-details-form form .buttons button.withFollowup ul li:hover {
  background-color: #F5F7F9;
}

.o-tickets-details-form form .buttons button.addAttachment {
  background-color: #fff;
  color: #4886FF;
  float: left;
  border: #4886FF 1px solid;
  margin-left: 5px;
  padding: 0 4px;
}

.o-tickets-details-form form .buttons button.addAttachment:active {
  background-color: #dde8fe;
}

.o-tickets-details-form form .buttons button.addNclose {
  display: none;
}

.o-tickets-details-form form .buttons button.save, .o-tickets-details-form form .buttons button.saveNclose, .o-tickets-details-form form .buttons button.addNclose {
  background-color: #72b646;
}

.o-tickets-details-form form .buttons button.save:active, .o-tickets-details-form form .buttons button.saveNclose:active, .o-tickets-details-form form .buttons button.addNclose:active {
  background-color: #5b9437;
}

.o-tickets-details-form form .buttons button.save:after, .o-tickets-details-form form .buttons button.saveNclose:after, .o-tickets-details-form form .buttons button.addNclose:after {
  content: '\f0c7' !important;
}

.o-tickets-details-form form .buttons button.supplyRequest {
  background-color: #4886FF;
}

.o-tickets-details-form form .buttons button.supplyRequest:active {
  background-color: #264683;
}

.o-tickets-details-form form .buttons button.supplyRequest:after {
  content: '\f0e0' !important;
}

.o-tickets-details-form form .buttons button.cancel {
  background-color: #C1C4CF;
}

.o-tickets-details-form form .buttons button.cancel:active {
  background-color: #e0e0e0;
}

.o-tickets-details-form form .buttons button.cancel:after {
  content: '\f00d';
}

.o-tickets-details-form form .buttons button.-supply.-supply-cancel {
  margin-right: 5px;
}

.o-tickets-details-form form .buttons button.-supply.-supply-send {
  background-color: #72b646;
}

.o-tickets-details-form form .buttons button.-supply.-supply-send:active {
  background-color: #5b9437;
}

.o-tickets-details-form form .buttons button.-supply.-supply-send:after {
  content: '\f0e0' !important;
}

.o-tickets-details-form form .buttons button:disabled {
  opacity: 0.6;
}

.o-tickets-details-overlay {
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(144, 147, 156, 0.6);
  display: none;
}

body.has-tickets-details-open .o-tickets-details-overlay {
  display: block;
}

body.has-tickets-details-open .o-tickets-details.is-visible {
  width: 75%;
  height: 90%;
  min-height: 800px;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.o-tickets-details .col-5 {
  width: 5%;
  max-width: 5%;
  display: inline-block;
}

.o-tickets-details .col-10 {
  width: 10%;
  max-width: 10%;
  display: inline-block;
}

.o-tickets-details .col-15 {
  width: 15%;
  max-width: 15%;
  display: inline-block;
}

.o-tickets-details .col-20 {
  width: 20%;
  max-width: 20%;
  display: inline-block;
}

.o-tickets-details .col-25 {
  width: 25%;
  max-width: 25%;
  display: inline-block;
}

.o-tickets-details .col-30 {
  width: 30%;
  max-width: 30%;
  display: inline-block;
}

.o-tickets-details .col-33 {
  width: 33.3%;
  max-width: 33.3%;
  display: inline-block;
}

.o-tickets-details .col-35 {
  width: 35%;
  max-width: 35%;
  display: inline-block;
}

.o-tickets-details .col-40 {
  width: 40%;
  max-width: 40%;
  display: inline-block;
}

.o-tickets-details .col-45 {
  width: 45%;
  max-width: 45%;
  display: inline-block;
}

.o-tickets-details .col-50 {
  width: 50%;
  max-width: 50%;
  display: inline-block;
}

.o-tickets-details .col-55 {
  width: 55%;
  max-width: 55%;
  display: inline-block;
}

.o-tickets-details .col-60 {
  width: 60%;
  max-width: 60%;
  display: inline-block;
}

.o-tickets-details .col-65 {
  width: 65%;
  max-width: 65%;
  display: inline-block;
}

.o-tickets-details .col-70 {
  width: 70%;
  max-width: 70%;
  display: inline-block;
}

.o-tickets-details .col-75 {
  width: 75%;
  max-width: 75%;
  display: inline-block;
}

.o-tickets-details .col-80 {
  width: 80%;
  max-width: 80%;
  display: inline-block;
}

.o-tickets-details .col-85 {
  width: 85%;
  max-width: 85%;
  display: inline-block;
}

.o-tickets-details .col-90 {
  width: 90%;
  max-width: 90%;
  display: inline-block;
}

.o-tickets-details .col-95 {
  width: 95%;
  max-width: 95%;
  display: inline-block;
}

.o-tickets-details .col-100 {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.o-tickets-page-panel {
  position: fixed;
  top: 0px;
  left: 100%;
  z-index: 102;
  background-color: #fff;
  color: #fff;
  -webkit-box-shadow: 0 0 20px 1px rgba(40, 40, 85, 0.15);
          box-shadow: 0 0 20px 1px rgba(40, 40, 85, 0.15);
  height: 100vh;
  width: 340px;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

body.has-tickets-page-panel-open .o-tickets-page-panel {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-tickets-page-panel-overlay {
  z-index: 101;
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(144, 147, 156, 0.6);
  display: none;
}

body.has-tickets-page-panel-open .o-tickets-page-panel-overlay {
  display: block;
}

.o-tickets-page-panel .close-filter-panel {
  cursor: pointer;
  line-height: 40px;
  vertical-align: middle;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  margin: 10px 0 10px 20px;
}

.o-tickets-page-panel .close-filter-panel i.fa-times {
  margin-left: 0;
}

.o-tickets-page-panel .page-filter-title {
  line-height: 40px;
  vertical-align: middle;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  margin: 10px 0 10px 20px;
  display: none;
  color: #000;
}

.o-tickets-page-panel .filters-list {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.o-tickets-page-panel .filters-list > li {
  max-height: 50vh;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding: 20px;
  position: relative;
  border-bottom: 2px solid #ddd;
  color: #3c3c3c;
  vertical-align: middle;
}

.o-tickets-page-panel .filters-list > li input[type=number], .o-tickets-page-panel .filters-list > li input[type=text], .o-tickets-page-panel .filters-list > li input[type=search], .o-tickets-page-panel .filters-list > li input[type=date] {
  padding: 0 20px;
  border-radius: 30px;
  border: 1px solid #C1C4CF;
  width: 100%;
  height: 40px;
  display: inline-block;
  font-weight: 400;
  font-weight: 500;
  -moz-appearance: textfield;
  background-color: #fff;
}

.o-tickets-page-panel .filters-list > li input[type=number]::-webkit-outer-spin-button, .o-tickets-page-panel .filters-list > li input[type=number]::-webkit-inner-spin-button, .o-tickets-page-panel .filters-list > li input[type=text]::-webkit-outer-spin-button, .o-tickets-page-panel .filters-list > li input[type=text]::-webkit-inner-spin-button, .o-tickets-page-panel .filters-list > li input[type=search]::-webkit-outer-spin-button, .o-tickets-page-panel .filters-list > li input[type=search]::-webkit-inner-spin-button, .o-tickets-page-panel .filters-list > li input[type=date]::-webkit-outer-spin-button, .o-tickets-page-panel .filters-list > li input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.o-tickets-page-panel .filters-list > li select.selectAssignedTo, .o-tickets-page-panel .filters-list > li select.selectFollowers, .o-tickets-page-panel .filters-list > li select.selectAvisedTo {
  width: 100%;
}

.o-tickets-page-panel .filters-list > li i.fas {
  margin-left: 0;
  font-size: 0.8rem;
}

.o-tickets-page-panel .filters-list > li .expandButton {
  cursor: pointer;
}

.o-tickets-page-panel .filters-list > li .expandButton i {
  width: 8px;
}

.o-tickets-page-panel .filters-list > li.expanded .sub-filters-list {
  height: auto;
}

.o-tickets-page-panel .filters-list > li.expanded .expandButton {
  cursor: pointer;
}

.o-tickets-page-panel .filters-list > li.expanded .expandButton i::before {
  content: '\f078';
}

.o-tickets-page-panel .filters-list > li.resetForm {
  text-align: right;
  border-bottom: none;
  line-height: 1.2rem;
  padding: 6px 20px;
}

.o-tickets-page-panel .filters-list > li.resetForm span {
  cursor: pointer;
  font-style: normal;
  font-size: 12px;
  text-decoration: underline;
  color: #8F929B;
}

.o-tickets-page-panel .filters-list > li.resetForm span:hover {
  color: #393939;
}

.o-tickets-page-panel .filters-list.stats > li {
  font-weight: 400;
}

.o-tickets-page-panel .filters-list.stats > li h2 {
  font-weight: 500;
}

.o-tickets-page-panel .sub-filters-list {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin: 6px 0 0 20px;
  height: 0;
  overflow: hidden;
}

.o-tickets-page-panel .sub-filters-list > li {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 2rem;
}

.o-tickets-page-panel .sub-filters-list > li .select2-container .select2-search__field {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1rem;
}

.o-tickets-page-panel .sub-filters-list > li .select2-container .select2-selection.select2-selection--multiple {
  border: 0px;
  background-color: transparent;
}

i.fad,
i.fal,
i.far,
i.fas {
  margin: 0 10px;
  font-size: 0.85rem;
  line-height: 1rem;
  vertical-align: middle;
}

i.fad.fa-times,
i.fal.fa-times,
i.far.fa-times,
i.fas.fa-times {
  font-size: 1.3rem;
  line-height: 1.3rem;
  margin: -5px 10px 0;
}

i.collapsedStatus {
  line-height: 34px;
  vertical-align: middle;
  width: 34px;
  text-align: center;
  font-size: 0.7rem;
  color: #4886FF;
  border-radius: 50%;
  border: 1px solid #4886FF;
}

.tickets-nav * {
  line-height: 40px;
  vertical-align: middle;
}

.tickets-nav-left {
  max-width: 60%;
  width: auto;
  display: inline-block;
}

.tickets-nav-left .tickets-applied-filter,
.tickets-nav-left .tickets-nav-item {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
}

.tickets-nav-left .tickets-applied-filter > div,
.tickets-nav-left .tickets-nav-item > div {
  vertical-align: middle;
  line-height: 40px;
}

.tickets-nav-right {
  width: auto;
  display: inline-block;
  float: right;
  white-space: nowrap;
}

.tickets-nav-right .tickets-nav-item {
  color: #8F929B;
  display: inline-block;
  margin-right: 0;
  margin-left: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  vertical-align: middle;
  cursor: pointer;
}

.tickets-nav-right .tickets-nav-item:hover {
  color: #393939;
}

.tickets-nav-right .tickets-nav-item:last-child {
  margin-right: 0;
}

.tickets-nav-right .tickets-nav-item:first-child {
  margin-left: 0;
}

.tickets-nav-right .tickets-nav-item .o-button {
  border-radius: 30px;
  border: 1px solid #4886FF;
  color: #4886FF;
  padding: 0 20px;
  font-weight: 500;
  line-height: 22px;
  margin-right: 20px;
}

.tickets-nav-right .tickets-nav-item .js-new-ticket::after,
.tickets-nav-right .tickets-nav-item .js-new-supply::after {
  font-family: 'Font Awesome 5 Pro';
  color: #fff;
  display: inline-block;
  margin-left: 12px;
  font-weight: bold;
  color: #4886FF;
  content: '\f067';
}

.countStatusFilter,
.tickets-completed,
.tickets-late,
.tickets-total {
  background-color: #C1C4CF;
  border-radius: 20px;
  padding: 0 10px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  margin-right: 20px;
}

.stats-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0px 0 40px;
  background-color: white;
  border-radius: 6px;
  max-height: 0px;
  overflow: hidden;
  margin: 0;
  opacity: 0;
  -webkit-transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.stats-row.-is-loading .stats-list {
  color: transparent !important;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.stats-row.-is-visible {
  max-height: 6000px;
  margin: 20px 0;
  padding: 35px 0px 35px 40px;
  opacity: 1;
  -webkit-transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.stats-row .col .stats-close {
  position: absolute;
  top: 16px;
  right: 6px;
  font-weight: 200;
  cursor: pointer;
  font-size: 1rem;
}

.stats-row .col .stats-close:hover {
  color: black;
}

.stats-row .stats-columns {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.stats-row .stats-splitter {
  width: 50%;
  height: 1px;
  border-bottom: 1px solid #f5f5f5;
  margin: 16px 0;
}

.stats-row > div {
  max-width: 50%;
  margin-right: 40px;
  border-right: 1px solid #d3d3d3;
  padding-right: 40px;
}

.stats-row > div:last-child {
  border-right: none;
  margin-right: 0px;
}

.stats-row h3 {
  margin-bottom: 30px;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.stats-row h3 > span .fas {
  font-size: 1.5rem;
  font-weight: 200;
  margin-left: 0;
}

.stats-row .stats-date-range {
  font-size: 12px;
}

.stats-row .stats-date-range .far {
  margin: 0;
  position: absolute;
  right: 0px;
  pointer-events: none;
}

.stats-row .stats-date-range .picker-wrapper {
  position: relative;
  margin-right: 4px;
}

.stats-row .stats-date-range .the-datepicker__deselect {
  display: none;
}

.stats-row .stats-date-range .the-datepicker__container {
  right: 0;
}

.stats-row .stats-date-range .the-datepicker__container .the-datepicker__main {
  right: 0;
  left: unset !important;
}

.stats-row .stats-date-range .the-datepicker__container .the-datepicker__top {
  display: none;
}

.stats-row .stats-date-range .hidden-picker {
  display: none;
}

.stats-row .stats-date-range .stats-date-picker {
  display: inline-block;
  width: unset;
}

.stats-row .stats-list .stats-item {
  white-space: nowrap;
  padding: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stats-row .stats-list .stats-item .stats-trailing-dot {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1px dotted #d3d3d3;
  margin: 0 6px;
}

.stats-row .stats-list .stats-item .stats-name {
  max-width: calc(100% - 120px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  -webkit-line-clamp: none;
  -webkit-box-orient: none;
}

.stats-row .stats-list .stats-item .stats-count {
  font-size: 12px;
}

.stats-trend {
  padding: 2px;
  padding: 0 10px;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  margin-left: 6px;
  min-width: 52px;
  text-align: right;
}

.stats-trend .fas {
  margin: 0 2px 0 -2px;
  font-size: 0.7rem;
  line-height: 1;
}

.stats-trend.-increase {
  color: red;
}

.stats-trend.-increase::after {
  content: '\f106';
  font-family: 'Font Awesome 5 Pro';
  margin: 0 0px 0 2px;
  font-size: 0.7rem;
  line-height: 1;
}

.stats-trend.-decrease {
  color: green;
}

.stats-trend.-decrease::after {
  content: '\f107';
  font-family: 'Font Awesome 5 Pro';
  margin: 0 0px 0 2px;
  font-size: 0.7rem;
  line-height: 1;
}

.tickets-nav-item .stats-trend {
  min-width: auto;
  padding: 0;
  margin: 0 10px 0 4px;
  cursor: pointer;
}

.tickets-nav-item .stats-trend .fas.fa-chart-line {
  margin: 1px 6px 0;
}

.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.countStatusFilter {
  float: right;
  position: relative;
  top: 4px;
  margin-right: 0;
}

.tickets-late {
  background-color: #ff5555;
  margin-right: 0;
}

.tickets-completed {
  background-color: #72b646;
  margin-right: 0;
}

.tickets-applied-filter {
  color: #4886FF;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 40px;
  vertical-align: middle;
  text-transform: uppercase;
  margin-right: 20px;
  white-space: nowrap;
}

.tickets-applied-filter i.fal,
.tickets-applied-filter i.far,
.tickets-applied-filter i.fas {
  cursor: pointer;
}

.tickets-applied-filter i.fal:hover,
.tickets-applied-filter i.far:hover,
.tickets-applied-filter i.fas:hover {
  color: #264683;
}

.tickets-applied-filter.excluded {
  color: #ff5555;
}

.tickets-applied-filter.excluded span {
  text-decoration: line-through !important;
}

.tickets-applied-filter .truncate {
  max-width: 150px;
  overflow: hidden;
  display: inline-block;
  -webkit-line-clamp: none;
  -webkit-box-orient: none;
}

.load-more,
.load-more-loading {
  width: 100%;
  text-align: center;
  margin-top: -40px;
  bottom: 60px;
}

.tickets-table {
  margin: 10px 0 60px;
  width: 100%;
}

.tickets-table td,
.tickets-table th {
  background-color: #fff;
  vertical-align: middle;
  padding: 0 30px;
}

.tickets-table td {
  height: 80px;
  color: #000;
  vertical-align: top;
  padding: 20px 30px;
  border-bottom: 1px solid #C1C4CF;
}

.tickets-table tr.line td:first-child {
  border-left: 4px solid #000;
  padding-left: 23px;
}

.tickets-table tr td:last-child {
  padding-right: 23px;
}

.tickets-table tr.line {
  cursor: pointer;
}

.tickets-table tr.line:hover td {
  background-color: #f5f7f9;
}

.tickets-table tr.line .collapsedStatus::before {
  content: '\f078';
}

.tickets-table tr.lineDetails td {
  display: none;
}

.tickets-table tbody.expanded tr.line td {
  background-color: #4886FF;
  color: #fff;
}

.tickets-table tbody.expanded tr.line .collapsedStatus::before {
  content: '\f077';
}

.tickets-table tbody.expanded tr.lineDetails td {
  display: table-cell;
}

.tickets-table thead tr th {
  color: #4886FF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  border-bottom: 1px solid #C1C4CF;
  white-space: nowrap;
  cursor: pointer;
}

.tickets-table thead tr th:hover {
  color: #264683;
}

.tickets-table thead tr th.sorted {
  background-color: #C1C4CF;
  color: #fff;
}

.tickets-table thead tr th.sorted:hover {
  background-color: #8F929B;
  color: #fff;
}

.tickets-table thead tr th.sorted.asc i::before {
  content: '\f0de' !important;
  top: 2px;
}

.tickets-table thead tr th.sorted.desc i::before {
  content: '\f0dd';
  top: -4px;
}

.tickets-table thead tr th.sortable i::before {
  position: relative;
  top: -1px;
}

.tickets-table thead tr th.col-No {
  width: 5%;
}

.tickets-table thead tr th.col-DateCreated {
  width: 15%;
}

.tickets-table thead tr th.col-Status {
  width: 15%;
}

.tickets-table thead tr th.col-Type {
  width: 35%;
}

.tickets-table thead tr th.col-AssignedTo {
  width: 20%;
}

.tickets-table thead tr th.col-Duration {
  width: 10%;
}

.tickets-table thead tr th .fas.fa-clock {
  margin-right: 0;
}

.tickets-table a {
  font-weight: 600;
  color: #4886FF;
  text-decoration: underline;
}

.tickets-table a:hover {
  color: #264683;
}

.tickets-table td div.created-date {
  white-space: nowrap;
  margin-top: 16px;
  font-size: 0.9rem;
  color: #8F929B;
}

.tickets-table td div.ticketAssignedTo {
  margin-top: 22px;
}

.tickets-table td div.ticketAssignedTo.noUser {
  color: #ff5555;
}

.tickets-table td div.ticketAssignedTo.noUser i {
  color: #ff5555;
  opacity: 0.6;
}

.tickets-table td div.ticketAssignedTo i {
  margin-left: 0;
  font-size: 0.9rem;
  color: #4886FF;
  opacity: 0.6;
}

.tickets-table td div.ticketAvisedTo {
  margin-top: 4px;
  color: #6e7077;
}

.tickets-table td div.ticketAvisedTo a {
  color: #6e7077;
}

.tickets-table td div.ticketAvisedTo i {
  margin-left: 0;
  margin-right: 6px;
  font-size: 0.8rem;
  color: #6e7077;
}

.tickets-table td div.ticketID {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.tickets-table td div.ticketCreatedBy {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.tickets-table td div.ticketDescription {
  margin-top: 6px;
  font-size: 0.9rem;
  color: #8F929B;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tickets-status-badge {
  background-color: #C1C4CF;
  border-radius: 4px;
  padding: 4px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  white-space: nowrap;
}

.tickets-meta-badge-wrapper {
  margin-top: 6px;
  line-height: 20px;
}

.tickets-meta-badge {
  background-color: white;
  border-radius: 4px;
  padding: 2px 6px;
  border: 1px solid #8F929B;
  color: #8F929B;
  font-size: 10px;
  line-height: 12px;
  white-space: nowrap;
}

.tickets-meta-badge.is-internal-request {
  color: #4886FF;
  border-color: #4886FF;
  background-color: white;
}

li.subCats {
  margin-left: 16px;
}

li.subCatsGroup {
  line-height: 1rem !important;
  margin-top: 12px;
  font-weight: 600;
}

.o-tickets-details-subTypes {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  white-space: nowrap;
  position: relative;
  padding-right: 16px;
}

.o-tickets-details-subTypes .select2-dropdown {
  max-width: 300px !important;
}

.o-tickets-details-subTypes .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none !important;
  font-size: 12px !important;
}

.o-tickets-details-subTypes .select2-search__field {
  font-size: 12px !important;
  text-align: right !important;
}

.o-tickets-details-subTypes::after {
  display: inline-block;
  content: '';
  position: absolute;
  right: 6px;
  top: 10px;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
}

.o-tickets-details-subTypes .select2-container .select2-selection--multiple .select2-selection__rendered {
  overflow: visible;
  white-space: normal;
}

.o-tickets-details-subTypes .select2-selection__choice {
  float: none !important;
  display: inline-block !important;
  background-color: white !important;
  border-radius: 4px;
  padding: 4px 10px !important;
  margin-top: 0px !important;
  margin-bottom: 4px !important;
  border: 1px solid #8F929B !important;
  color: #8F929B;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
}

.o-tickets-details-types-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

.tleft {
  text-align: left;
}

.nowrap {
  white-space: nowrap;
}

button,
input,
select {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

small.OLDstatus {
  display: block;
  color: #8F929B;
  text-transform: uppercase;
  margin-top: 6px;
  display: none;
}

@media (min-width: 1600px) {
  .tickets-nav-item.filters {
    display: none !important;
  }
  .o-tickets-page-flex-wrapper {
    margin-left: 20px;
  }
  .tickets-table-wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .o-tickets-page-panel-wrapper {
    padding-top: 10px;
  }
  .o-tickets-page-panel {
    position: -webkit-sticky;
    position: sticky;
    background-color: transparent;
    min-width: 340px;
    margin: -15px 0 0 40px;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: auto;
    z-index: 0;
  }
  .o-tickets-page-panel .filter-item-wrapper:first-child {
    padding-top: 0px;
  }
  .o-tickets-page-panel .close-filter-panel {
    display: none;
  }
  .o-tickets-page-panel .page-filter-title {
    display: block;
  }
  .o-tickets-page-panel .filters-list > li input[type=number], .o-tickets-page-panel input[type=text], .o-tickets-page-panel input[type=search], .o-tickets-page-panel input[type=date] {
    border: 0px !important;
  }
  .ticket-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
  }
}

.o-tickets-page-wrapper {
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}

.o-tickets-page-wrapper .isInternalRequestWrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-tickets-page-wrapper .switch {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 12px;
  float: right;
  margin-top: 4px;
}

.o-tickets-page-wrapper .switch.is-internal-request {
  float: none;
  margin-top: 0;
  margin-right: 6px;
}

.o-tickets-page-wrapper .switch.is-internal-request .slider {
  background-color: #C1C4CF;
}

.o-tickets-page-wrapper .switch.is-internal-request input:checked + .slider {
  background-color: #4886FF;
}

.o-tickets-page-wrapper .switch.is-internal-request input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #4886FF;
          box-shadow: 0 0 1px #4886FF;
}

.o-tickets-page-wrapper .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.o-tickets-page-wrapper .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4886FF;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.o-tickets-page-wrapper .slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.o-tickets-page-wrapper input:checked + .slider {
  background-color: red;
}

.o-tickets-page-wrapper input:focus + .slider {
  -webkit-box-shadow: 0 0 1px red;
          box-shadow: 0 0 1px red;
}

.o-tickets-page-wrapper input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

.o-tickets-page-wrapper .slider.round {
  border-radius: 34px;
}

.o-tickets-page-wrapper .slider.round:before {
  border-radius: 50%;
}

.o-tickets-page-wrapper input[type=checkbox] {
  display: none;
}

.o-tickets-page-wrapper input[type=checkbox] + label:before {
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  top: 2px;
  position: relative;
  content: "\f0c8";
  letter-spacing: 10px;
}

.o-tickets-page-wrapper input[type=checkbox]:checked + label:before {
  content: "\f14a" !important;
  font-weight: 600;
  color: #4886FF;
}

body .select2-container--default .select2-results__option[aria-disabled=true] {
  color: #C1C4CF !important;
}

.select2-results__option {
  color: #8F929B;
}

body .o-tickets-details-form .select2-container--default .select2-selection--multiple .select2-selection__choice,
body .o-tickets-details-details-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 4px 10px !important;
  margin-top: 0px !important;
}

body .o-tickets-details-form ul.select2-selection__rendered,
body .o-tickets-details-details-wrapper ul.select2-selection__rendered {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding: none !important;
}

body .o-tickets-details-form .select2-container--default .select2-selection--multiple,
body .o-tickets-details-form .select2-container--default .select2-selection--single,
body .o-tickets-details-details-wrapper .select2-container--default .select2-selection--multiple,
body .o-tickets-details-details-wrapper .select2-container--default .select2-selection--single {
  border-radius: 30px;
  height: 40px;
}

body .o-tickets-details-form .select2-container--default .select2-selection--multiple .select2-selection__arrow,
body .o-tickets-details-form .select2-container--default .select2-selection--multiple .select2-selection__rendered,
body .o-tickets-details-form .select2-container--default .select2-selection--single .select2-selection__arrow,
body .o-tickets-details-form .select2-container--default .select2-selection--single .select2-selection__rendered,
body .o-tickets-details-details-wrapper .select2-container--default .select2-selection--multiple .select2-selection__arrow,
body .o-tickets-details-details-wrapper .select2-container--default .select2-selection--multiple .select2-selection__rendered,
body .o-tickets-details-details-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
body .o-tickets-details-details-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 40px;
  padding: 12px 20px;
  line-height: 1rem;
}

body .o-tickets-details-form .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
body .o-tickets-details-form .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
body .o-tickets-details-details-wrapper .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
body .o-tickets-details-details-wrapper .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

body .o-tickets-details-form .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
body .o-tickets-details-form .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
body .o-tickets-details-details-wrapper .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
body .o-tickets-details-details-wrapper .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

body .o-tickets-details-form .-locations-select,
body .o-tickets-details-details-wrapper .-locations-select {
  margin-bottom: 20px;
}

body .o-tickets-details-form .-locations-select .label,
body .o-tickets-details-details-wrapper .-locations-select .label {
  margin-bottom: 6px;
}

body .select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid #aaa;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

body .select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

body .the-datepicker__select {
  border-bottom: 0px;
}

body table.form-table tr[data-name="isDisabled"] {
  display: none !important;
}

input.alert, .value.alert .select2.select2-container {
  -webkit-animation: shake 0.3s;
          animation: shake 0.3s;
}

input.alert::-webkit-input-placeholder, .value.alert .select2.select2-container::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1;
  /* Firefox */
  font-weight: 800;
}

input.alert:-ms-input-placeholder, .value.alert .select2.select2-container:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1;
  /* Firefox */
  font-weight: 800;
}

input.alert::-ms-input-placeholder, .value.alert .select2.select2-container::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1;
  /* Firefox */
  font-weight: 800;
}

input.alert::placeholder, .value.alert .select2.select2-container::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1;
  /* Firefox */
  font-weight: 800;
}

.value.alert .select2.select2-container .select2-selection {
  border-color: red;
}

input.alert, .value.alert .select2.select2-container {
  -webkit-animation: shake 0.3s;
          animation: shake 0.3s;
}

input.alert:-ms-input-placeholder,
.value.alert .select2.select2-container:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: red;
  font-weight: 800;
  animation: shake 0.3s;
}

input.alert, .value.alert .select2.select2-container {
  -webkit-animation: shake 0.3s;
          animation: shake 0.3s;
}

input.alert::-ms-input-placeholder,
.value.alert .select2.select2-container::-ms-input-placeholder {
  /* Microsoft Edge */
  color: red;
  font-weight: 800;
  animation: shake 0.3s;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
            transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
            transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
            transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
            transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
            transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
            transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
            transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
            transform: translate(1px, -2px) rotate(-1deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
            transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
            transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
            transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
            transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
            transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
            transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
            transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
            transform: translate(1px, -2px) rotate(-1deg);
  }
}

select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  -webkit-box-shadow: none;
          box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
  display: none;
}

.o-tickets-details-internal-switch__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 26px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.full-width {
  width: 100% !important;
  max-width: 100% !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.supply-request-form .detailsRow,
.supply-request-form .o-tickets-details-history .o-tickets-details-history-content,
.supply-request-form form .actions,
.supply-request-form form .message {
  display: none;
}

.supply-request-form .o-tickets-details-form.internalSupply {
  min-height: unset;
  height: unset;
}

.supply-request-form .buttons > button:not(.-supply) {
  display: none !important;
}

@media print {
  body.has-tickets-details-open {
    padding: 0 !important;
  }
  body.has-tickets-details-open .o-tickets-feedbackPanel {
    display: none !important;
  }
  body.has-tickets-details-open .o-tickets-page-wrapper {
    margin: 0 !important;
  }
  body.has-tickets-details-open .o-tickets-details {
    top: 0px;
    left: 0px;
    height: auto !important;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    border-radius: 0;
    overflow-y: visible;
    display: block !important;
    position: relative;
  }
  body.has-tickets-details-open .o-tickets-details-details {
    max-height: unset;
  }
  body.has-tickets-details-open .o-tickets-details-history {
    overflow-y: visible;
    -webkit-box-flex: none;
        -ms-flex-positive: none;
            flex-grow: none;
    min-height: none;
  }
  body.has-tickets-details-open .o-tickets-page-flex-wrapper {
    display: none;
  }
  body.has-tickets-details-open .o-tickets-details-form {
    display: none;
  }
  body.has-tickets-details-open .o-tickets-details-overlay {
    background-color: white !important;
  }
  body.has-tickets-details-open .label {
    color: #3c3c3c !important;
  }
  body.has-tickets-details-open .value {
    color: black !important;
  }
  body.has-tickets-details-open .descriptionWrapper {
    overflow: visible !important;
  }
  body.has-tickets-details-open .descriptionWrapper .description {
    color: black;
    overflow: visible !important;
    max-height: none !important;
  }
  body.has-tickets-details-open .descriptionWrapper .description > div {
    padding-bottom: 0 !important;
    color: black;
  }
  body.has-tickets-details-open .descriptionWrapper:after {
    display: none !important;
  }
  * {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }
}

.loading-screen {
  width: 100%;
  background-color: #ffffff;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
}

.loading-screen-svg {
  fill: #4886ff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  z-index: 400;
  pointer-events: none;
  position: absolute;
}

.c-title-horaire {
  color: #8a8a8a;
}

.blue-circle-1, .blue-circle-2 {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #5587f7;
  position: relative;
  display: inline-block;
}

.c-arrow-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/fleche-gauche.svg");
  z-index: 200;
  pointer-events: none;
}

.c-arrow-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/fleche-droite.svg");
  z-index: 200;
  pointer-events: none;
}

.o-table-horaire {
  width: 100%;
  min-width: 1400px;
  font-size: 12px;
  margin: 30px 0 30px 0;
  border-collapse: collapse;
  border-spacing: 5px;
}

@media (max-width: 999px) {
  .o-table-horaire {
    min-width: 1080px;
  }
}

.o-table-horaire.-request-horaire td {
  border-bottom: none !important;
}

.o-table-horaire.-new-dropdown td > div::before {
  display: none;
}

.o-table-horaire th, .o-table-horaire td {
  min-height: 80px;
}

.o-table-horaire th {
  padding: 30px 10px 30px 10px;
}

.o-table-horaire td:first-child div::after {
  display: none;
}

.o-table-horaire td > div {
  padding: 30px 15px 30px 15px;
  position: relative;
  min-height: 100%;
}

.o-table-horaire td > div::before {
  content: "a";
  visibility: hidden;
  font-size: 0;
  letter-spacing: 0;
}

.o-table-horaire td > div::after {
  position: absolute;
  top: 15px;
  left: 0px;
  bottom: 15px;
  width: 1px;
  background: #ebebeb;
  content: "";
}

.o-table-horaire th {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}

.o-table-horaire td {
  background: #ffffff;
  vertical-align: top;
  border-bottom: 5px solid #f6f7fa;
  color: #8a8a8a;
  text-align: center;
}

.o-table-horaire strong {
  display: block;
  font-size: 30px;
  font-weight: 100;
  margin: 30px 0px 30px;
  color: #8b8b8b;
}

@media (max-width: 999px) {
  .o-table-horaire strong {
    font-size: 18px;
  }
}

.c-title-side {
  color: #5486f5 !important;
  font-size: 18px;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 100;
  text-align: left !important;
}

table td.c-title-side-requetes {
  font-size: 18px;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 100;
  text-align: center !important;
  vertical-align: middle;
}

.c-block-horaire-1 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-item: center;
  width: 100%;
}

@media (max-width: 999px) {
  .c-block-horaire-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-block-horaire-1 .c-blok-blue-circle {
    text-align: right;
  }
}

.requetes-red {
  font-weight: 600;
  color: #ff5555;
}

.requetes-yellow {
  font-weight: 600;
  color: #ffb304;
}

.requetes-green {
  font-weight: 600;
  color: #72b646;
}

.-new-dropdown .dropdown::after {
  display: none;
}

.-new-dropdown .dropdown-toggle {
  position: relative;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #4886ff !important;
  width: 175px;
}

.-new-dropdown .dropdown-toggle::before {
  display: none;
}

.-new-dropdown .dropdown-toggle .selected-tag {
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 55px;
}

.-new-dropdown .dropdown-toggle button {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
}

.-new-dropdown .dropdown-toggle button span {
  color: #4886ff;
}

.-new-dropdown .dropdown-toggle i::before {
  border-color: #4886ff !important;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: -7px;
}

.-new-dropdown .dropdown-toggle .form-control {
  width: 100% !important;
}

.-padded-list li {
  list-style: none;
  padding-bottom: 10px;
}

.c-overlay-wrap {
  position: fixed;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  z-index: 400;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), left 0s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), left 0s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), left 0s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), left 0s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.-is-overlay-open .c-overlay-wrap {
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), left 0s 0s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), left 0s 0s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), left 0s 0s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), left 0s 0s cubic-bezier(0.4, 0, 0.2, 1);
  left: 0;
  opacity: 1;
}

body.-is-overlay-open {
  overflow: hidden !important;
}

.c-overlay-panels {
  pointer-events: none;
  min-height: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 60px);
      -ms-transform: translate(0, 60px);
          transform: translate(0, 60px);
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.-is-overlay-open .c-overlay-panels {
  -webkit-transition: opacity 0.3s 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: opacity 0.3s 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: opacity 0.3s 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 0.3s 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.c-overlay-panel {
  pointer-events: all;
  display: none;
  display: inline-block;
  margin: 0 auto;
  max-width: 490px;
  width: 100%;
}

.c-overlay-panel .is-active {
  display: block;
}

.c-overlay-panel-content {
  border-radius: 10px;
  padding: 40px 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.7);
}

.c-inner-overlay {
  height: 100%;
  max-height: 40vh;
  overflow: auto;
  padding: 10px 15px 50px 0;
  position: relative;
}

.c-inner-overlay-fade {
  position: relative;
  height: 100%;
  max-height: 40vh;
}

.c-inner-overlay-fade::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 15px;
  height: 80px;
  z-index: 15;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+80 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, white), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 80%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.c-inner-overlay::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #e0e1eb;
}

.c-inner-overlay::-webkit-scrollbar-track {
  width: 6px;
  height: 6px;
  -webkit-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}

.c-inner-overlay::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #4886ff;
}

.c-inner-overlay::-webkit-scrollbar {
  width: 6px;
}

.c-inner-overlay::-webkit-scrollbar-track {
  background: transparent;
}

.c-inner-overlay::-webkit-scrollbar-thumb {
  background: #4886ff;
  border-radius: 3px;
}

.c-overlay-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
}

.c-overlay-btn-close {
  position: absolute;
  display: block;
  top: 15px;
  right: 15px;
  z-index: 50;
  cursor: pointer;
}

.c-overlay-btn-close svg {
  fill: #ffffff;
}

.c-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background: rgba(41, 49, 57, 0.8);
}

.-overlay-light .c-overlay-bg {
  background: rgba(246, 247, 251, 0.8);
}

.c-breadcrumb {
  font-size: 14px;
}

@media (max-width: 999px) {
  .c-breadcrumb {
    display: none;
  }
}

.c-svg-ico {
  width: 40px;
  height: 40px;
  fill: #4886ff;
}

.c-breadcrumb_item {
  font-weight: bold;
}

.c-breadcrumb_item:after {
  display: inline-block;
  padding: 0 12px;
  content: "/";
  color: #d5d5d5;
}

.c-breadcrumb_item .c-svg-ico {
  margin-top: -4px;
  height: 40px;
  fill: #4886ff;
  -webkit-transition: fill 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: fill 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: fill 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: fill 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-breadcrumb_item:last-child {
  color: #444444;
  font-weight: normal;
}

.c-breadcrumb_item:last-child:after {
  display: none;
}

.c-breadcrumb_item:hover .c-svg-ico {
  fill: #72b646;
}

.c-gallery_item {
  padding-top: 65%;
  position: relative;
  display: block;
  background: #d5d5d5;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  background-size: cover;
  background-position: 50% 50%;
}

.c-gallery_item-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-gallery_item-hover .c-svg-ico {
  position: absolute;
  bottom: 0;
  left: 0;
  fill: #ffffff;
  -webkit-transform: translate(-40px, 0);
      -ms-transform: translate(-40px, 0);
          transform: translate(-40px, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-gallery_item-hover:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(114, 182, 70, 0.4) 0%, rgba(114, 182, 70, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6672b646', endColorstr='#0072b646',GradientType=1 );
}

.c-gallery_item-hover:hover {
  opacity: 1;
}

.c-gallery_item-hover:hover .c-svg-ico {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.u-vertical-center {
  font-size: 0;
}

.u-vertical-center:before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}

.u-vertical-center > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}

.u-clearfix::after {
  display: block;
  content: "";
  clear: both;
}

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.u-visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  margin: 0;
  width: auto;
  height: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.u-invisible {
  visibility: hidden;
}

.u-left {
  float: left !important;
}

.u-right {
  float: right !important;
}

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

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

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

.is-visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.is-hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}

.show-print {
  display: none;
}

@media print {
  .hidden-print {
    display: none;
  }
  .show-print {
    display: block;
  }
  body {
    padding-left: 20px;
    padding-top: 0;
    background: #fff;
  }
  .c-header, .o-sidebar, .c-block-blue-circle, .o-btn.-space-top, .o-footer, .arrow-down {
    display: none;
  }
  .c-title-horaire {
    font-size: 28px;
  }
  .o-table-horaire td div {
    padding: 7px 0 5px;
  }
  .o-table-horaire th, .o-table-horaire td {
    border-right: 1px solid #ebebeb;
    min-height: 0;
    padding: 0;
  }
  .o-table-horaire th:last-child, .o-table-horaire td:last-child {
    border-right: none;
  }
  .o-table-horaire th:last-child .select-custom-wrap, .o-table-horaire td:last-child .select-custom-wrap {
    border: none;
  }
  .o-table-horaire {
    page-break-after: always;
    min-width: 100%;
  }
  .o-table-horaire strong {
    padding: 10px 0;
    margin: 10px 0;
    color: #000 !important;
  }
  .select-custom-wrap {
    color: #000 !important;
  }
  .select-custom-wrap::before, .select-custom-wrap::after {
    display: none;
  }
  .select-custom {
    text-align: center;
    font-size: 18px;
    text-align-last: center;
    border: none;
  }
  .o-table-horaire td.c-title-side {
    padding-right: 10px;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    vertical-align: bottom !important;
    color: #000 !important;
  }
  .o-table-horaire td.c-title-side div {
    display: inline-block;
  }
  .select-custom-wrap select {
    font-size: 12px;
    padding: 5px 0;
    width: 100%;
  }
  .input-request-filter {
    font-size: 12px;
    padding: 5px 0px;
    border-bottom: none;
    background: none;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    width: 100%;
  }
  .c-filter-title {
    font-size: 20px;
    font-weight: bold;
  }
  .col-xs-20 {
    width: 20%;
  }
  .single-information .c-title-horaire {
    margin-bottom: 0;
  }
  .o-table-request-wrap th, .o-table-request-wrap td {
    min-height: inherit;
    padding: 2px 2px;
  }
  .jump-page {
    page-break-after: always;
  }
}
