/* -- logo -- */
.train-logo {
  width: 9vh;
  height: 4vh;
  background: no-repeat center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.train-logo.train-logo-cdt {
  background-image: url(../assets/img/logos-cati/logo-cdt.png);
}

.train-logo.train-logo-pf {
  background-image: url(../assets/img/logos-cati/logo-mini.png);
}

.train-logo.train-logo-qdh {
  background-image: url(../assets/img/logos-cati/logo-quai.png);
}

.train-logo.train-logo-ps {
  background-image: url(../assets/img/logos-cati/logo-spec.png);
}

.cal-icon{
    margin-right: 5px;
}

.nodec span{
    margin-bottom: 2px;
}

.nodec li{
    list-style-type: none;
}

.dark-bg{
    background-color: #3e3e40;
}

.text-xs {
    font-size: .75rem;
    line-height: 1.5
}

.marginb{
    margin-bottom: 5px;
}

.margint{
    margin-top: 15px;
}

.blink_me {
  animation: blinker 1s linear infinite;
}
.icon {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 32px;
  position: relative;
}

.confetti {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.confetti-piece {
  position: absolute;
  width: 8px;
  height: 16px;
  background: #ffd300;
  top: 0;
  opacity: 0;
}
.confetti-piece:nth-child(1) {
  left: 7%;
  -webkit-transform: rotate(47deg);
          transform: rotate(47deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 23ms;
          animation-delay: 23ms;
  -webkit-animation-duration: 1129ms;
          animation-duration: 1129ms;
}
.confetti-piece:nth-child(2) {
  left: 14%;
  -webkit-transform: rotate(-69deg);
          transform: rotate(-69deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 157ms;
          animation-delay: 157ms;
  -webkit-animation-duration: 1041ms;
          animation-duration: 1041ms;
}
.confetti-piece:nth-child(3) {
  left: 21%;
  -webkit-transform: rotate(-80deg);
          transform: rotate(-80deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 418ms;
          animation-delay: 418ms;
  -webkit-animation-duration: 1163ms;
          animation-duration: 1163ms;
}
.confetti-piece:nth-child(4) {
  left: 28%;
  -webkit-transform: rotate(-38deg);
          transform: rotate(-38deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 173ms;
          animation-delay: 173ms;
  -webkit-animation-duration: 820ms;
          animation-duration: 820ms;
}
.confetti-piece:nth-child(5) {
  left: 35%;
  -webkit-transform: rotate(-31deg);
          transform: rotate(-31deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 429ms;
          animation-delay: 429ms;
  -webkit-animation-duration: 1113ms;
          animation-duration: 1113ms;
}
.confetti-piece:nth-child(6) {
  left: 42%;
  -webkit-transform: rotate(11deg);
          transform: rotate(11deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 270ms;
          animation-delay: 270ms;
  -webkit-animation-duration: 982ms;
          animation-duration: 982ms;
}
.confetti-piece:nth-child(7) {
  left: 49%;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 428ms;
          animation-delay: 428ms;
  -webkit-animation-duration: 981ms;
          animation-duration: 981ms;
}
.confetti-piece:nth-child(8) {
  left: 56%;
  -webkit-transform: rotate(-19deg);
          transform: rotate(-19deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 451ms;
          animation-delay: 451ms;
  -webkit-animation-duration: 1151ms;
          animation-duration: 1151ms;
}
.confetti-piece:nth-child(9) {
  left: 63%;
  -webkit-transform: rotate(58deg);
          transform: rotate(58deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 18ms;
          animation-delay: 18ms;
  -webkit-animation-duration: 885ms;
          animation-duration: 885ms;
}
.confetti-piece:nth-child(10) {
  left: 70%;
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 422ms;
          animation-delay: 422ms;
  -webkit-animation-duration: 747ms;
          animation-duration: 747ms;
}
.confetti-piece:nth-child(11) {
  left: 77%;
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 271ms;
          animation-delay: 271ms;
  -webkit-animation-duration: 1196ms;
          animation-duration: 1196ms;
}
.confetti-piece:nth-child(12) {
  left: 84%;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 451ms;
          animation-delay: 451ms;
  -webkit-animation-duration: 730ms;
          animation-duration: 730ms;
}
.confetti-piece:nth-child(13) {
  left: 91%;
  -webkit-transform: rotate(13deg);
          transform: rotate(13deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 363ms;
          animation-delay: 363ms;
  -webkit-animation-duration: 982ms;
          animation-duration: 982ms;
}
.confetti-piece:nth-child(odd) {
  background: #17d3ff;
}
.confetti-piece:nth-child(even) {
  z-index: 1;
}
.confetti-piece:nth-child(4n) {
  width: 5px;
  height: 12px;
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
}
.confetti-piece:nth-child(3n) {
  width: 3px;
  height: 10px;
  -webkit-animation-duration: 2500ms;
          animation-duration: 2500ms;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.confetti-piece:nth-child(4n-7) {
  background: #ff4e91;
}

@-webkit-keyframes makeItRain {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
}

@keyframes makeItRain {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.text-sm {
    font-size: .875rem;
    line-height: 1.5
}

.text-base {
    font-size: 1rem;
    line-height: 1.375
}

.text-lg {
    font-size: 1.25rem;
    line-height: 1.5
}

@media (min-width:576px) {
    .text-sm-xs {
        font-size: .75rem;
        line-height: 1.5
    }
    .text-sm-sm {
        font-size: .875rem;
        line-height: 1.5
    }
    .text-sm-base {
        font-size: 1rem;
        line-height: 1.375
    }
    .text-sm-lg {
        font-size: 1.25rem;
        line-height: 1.5
    }
}

@media (min-width:768px) {
    .text-md-xs {
        font-size: .75rem;
        line-height: 1.5
    }
    .text-md-sm {
        font-size: .875rem;
        line-height: 1.5
    }
    .text-md-base {
        font-size: 1rem;
        line-height: 1.375
    }
    .text-md-lg {
        font-size: 1.25rem;
        line-height: 1.5
    }
}

@media (min-width:1024px) {
    .text-lg-xs {
        font-size: .75rem;
        line-height: 1.5
    }
    .text-lg-sm {
        font-size: .875rem;
        line-height: 1.5
    }
    .text-lg-base {
        font-size: 1rem;
        line-height: 1.375
    }
    .text-lg-lg {
        font-size: 1.25rem;
        line-height: 1.5
    }
}

@media (min-width:1280px) {
    .text-xl-xs {
        font-size: .75rem;
        line-height: 1.5
    }
    .text-xl-sm {
        font-size: .875rem;
        line-height: 1.5
    }
    .text-xl-base {
        font-size: 1rem;
        line-height: 1.375
    }
    .text-xl-lg {
        font-size: 1.25rem;
        line-height: 1.5
    }
}

.text-grays100 {
    color: #f2f2f2!important
}

a.text-grays100:focus,
a.text-grays100:hover {
    color: #d9d9d9!important
}

.text-grays200 {
    color: #d7d7d7!important
}

a.text-grays200:focus,
a.text-grays200:hover {
    color: #bebebe!important
}

.text-grays300 {
    color: #b9b9b9!important
}

a.text-grays300:focus,
a.text-grays300:hover {
    color: #a0a0a0!important
}

.text-grays400 {
    color: #747678!important
}

a.text-grays400:focus,
a.text-grays400:hover {
    color: #5b5d5e!important
}

.text-grays500 {
    color: #4d4f53!important
}

a.text-grays500:focus,
a.text-grays500:hover {
    color: #343639!important
}

.text-grays600 {
    color: #333!important
}

a.text-grays600:focus,
a.text-grays600:hover {
    color: #1a1a1a!important
}

.text-grays700 {
    color: #495057!important
}

a.text-grays700:focus,
a.text-grays700:hover {
    color: #32373b!important
}

.text-grays800 {
    color: #343a40!important
}

a.text-grays800:focus,
a.text-grays800:hover {
    color: #1d2124!important
}

.text-grays900 {
    color: #212529!important
}

a.text-grays900:focus,
a.text-grays900:hover {
    color: #0a0c0d!important
}

.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08)
}

.flatpickr-calendar.inline,
.flatpickr-calendar.open {
    opacity: 1;
    max-height: 640px;
    visibility: visible
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999
}

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1);
    animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar:after,
.flatpickr-calendar:before {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    left: 22px
}

.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
    left: auto;
    right: 22px
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px
}

.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
    bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
    top: 100%
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff
}

.flatpickr-calendar:focus {
    outline: 0
}

.flatpickr-wrapper {
    position: relative;
    display: inline-block
}

.flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flatpickr-months .flatpickr-month {
    background: transparent;
    color: rgba(0, 0, 0, .9);
    fill: rgba(0, 0, 0, .9);
    height: 28px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    line-height: 16px;
    height: 28px;
    padding: 10px;
    z-index: 3;
    color: rgba(0, 0, 0, .9);
    fill: rgba(0, 0, 0, .9)
}

.flatpickr-months .flatpickr-next-month.disabled,
.flatpickr-months .flatpickr-prev-month.disabled {
    display: none
}

.flatpickr-months .flatpickr-next-month i,
.flatpickr-months .flatpickr-prev-month i {
    position: relative
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 0
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 0
}

.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
    color: #959ea9
}

.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #f64747
}

.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
    width: 14px;
    height: 14px
}

.flatpickr-months .flatpickr-next-month svg path,
.flatpickr-months .flatpickr-prev-month svg path {
    -webkit-transition: fill .1s;
    transition: fill .1s;
    fill: inherit
}

.numInputWrapper {
    position: relative;
    height: auto
}

.numInputWrapper input,
.numInputWrapper span {
    display: inline-block
}

.numInputWrapper input {
    width: 100%
}

.numInputWrapper input::-ms-clear {
    display: none
}

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, .15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.numInputWrapper span:hover {
    background: rgba(0, 0, 0, .1)
}

.numInputWrapper span:active {
    background: rgba(0, 0, 0, .2)
}

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, .6);
    top: 26%
}

.numInputWrapper span.arrowDown {
    top: 50%
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, .6);
    top: 40%
}

.numInputWrapper span svg {
    width: inherit;
    height: auto
}

.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, .5)
}

.numInputWrapper:hover {
    background: rgba(0, 0, 0, .05)
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 6.16px 0 0;
    line-height: 1;
    height: 28px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: .5ch;
    padding: 0
}

.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\0;
    display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month input.cur-year {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 .5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, .5);
    background: transparent;
    pointer-events: none
}

.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px
}

.flatpickr-weekdays,
.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flatpickr-weekdays .flatpickr-weekdaycontainer,
span.flatpickr-weekday {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0, 0, 0, .54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    font-weight: bolder
}

.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px
}

.flatpickr-days:focus {
    outline: 0
}

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.dayContainer+.dayContainer {
    -webkit-box-shadow: -1px 0 0 #e6e6e6;
    box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6
}

.flatpickr-day.today {
    border-color: #959ea9
}

.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    background: #569ff7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7
}

.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
    border-radius: 0 50px 50px 0
}

.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #569ff7;
    box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
    border-radius: 50px
}

.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
    color: rgba(57, 57, 57, .3);
    background: transparent;
    border-color: transparent;
    cursor: default
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, .1)
}

.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.flatpickr-day.hidden {
    visibility: hidden
}

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    display: inline-block;
    float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6;
    box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, .3);
    background: transparent;
    cursor: default;
    border: none
}

.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.flatpickr-innerContainer,
.flatpickr-rContainer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both
}

.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-time input {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flatpickr-time input.flatpickr-hour {
    font-weight: 700
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time input:focus {
    outline: 0;
    border: 0
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
    height: inherit;
    display: inline-block;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: 700;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400
}

.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
    background: #f3f3f3
}

.flatpickr-input[readonly] {
    cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.irs {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.irs,
.irs-line {
    position: relative;
    display: block
}

.irs-line {
    overflow: hidden;
    outline: none!important
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0
}

.irs-line-left {
    left: 0;
    width: 11%
}

.irs-line-mid {
    left: 9%;
    width: 82%
}

.irs-line-right {
    right: 0;
    width: 11%
}

.irs-bar {
    width: 0
}

.irs-bar,
.irs-bar-edge {
    position: absolute;
    display: block;
    left: 0
}

.irs-bar-edge {
    top: 0
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1
}

.irs-slider.type_last {
    z-index: 2
}

.irs-min {
    left: 0
}

.irs-max,
.irs-min {
    position: absolute;
    display: block;
    cursor: default
}

.irs-max {
    right: 0
}

.irs-from,
.irs-single,
.irs-to {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000
}

.irs-grid-pol.small {
    height: 4px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: transparent;
    z-index: 2
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed
}

.irs-disabled {
    opacity: .4
}

.irs-hidden-input {
    position: absolute!important;
    display: block!important;
    top: 0!important;
    left: 0!important;
    width: 0!important;
    height: 0!important;
    font-size: 0!important;
    line-height: 0!important;
    padding: 0!important;
    margin: 0!important;
    overflow: hidden;
    outline: none!important;
    z-index: -9999!important;
    background: none!important;
    border-style: solid!important;
    border-color: transparent!important
}

:root {
    --blue: #0088ce;
    --purple: #6e1e78;
    --pink: #a1006b;
    --red: #cd0037;
    --orange: #e05206;
    --yellow: #ffb612;
    --green: #82be00;
    --teal: #d2e100;
    --cyan: #009aa6;
    --gray: #333;
    --gray-dark: #343a40;
    --primary: #0088ce;
    --primary-dark: #0074af;
    --secondary: #4d4f53;
    --success: #82be00;
    --info: #009aa6;
    --warning: #ffb612;
    --danger: #cd0037;
    --light: #f2f2f2;
    --dark: #343a40;
    --white: #fff;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1280px;
    --font-family-sans-serif: Avenir, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: Avenir, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375;
    color: #4d4f53;
    text-align: left
}

[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0088ce;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0074af;
    text-decoration: none
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

caption {
    padding-top: 0 1.25rem;
    padding-bottom: 0 1.25rem;
    color: #747678;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: #333
}

.h1,
h1 {
    font-size: 1.5rem
}

.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2
}

.display-2,
.display-3,
.display-4 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: .75rem;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #747678
}

.blockquote-footer:before {
    content: "\2014   \A0"
}

body {
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f2f2f2
}

@font-face {
    font-family: Avenir;
    src: url(assets/fonts/avenir-lighter.woff);
    font-weight: 300
}

@font-face {
    font-family: Avenir;
    src: url(assets/fonts/avenir-book.woff);
    font-weight: 400
}

@font-face {
    font-family: Avenir;
    src: url(assets/fonts/avenir-medium.woff);
    font-weight: 500
}

@font-face {
    font-family: Avenir;
    src: url(assets/fonts/avenir-black.woff);
    font-weight: 900
}

@font-face {
    font-family: icons;
    src: url(assets/fonts/icons.eot?#iefix) format("embedded-opentype"), url(assets/fonts/icons.woff2) format("woff2"), url(assets/fonts/icons.woff) format("woff"), url(assets/fonts/icons.ttf) format("truetype"), url(assets/fonts/icons.svg#icons) format("svg")
}

i {
    line-height: 1
}

i:before {
    font-family: icons!important;
    font-style: normal;
    font-weight: 400!important;
    vertical-align: top
}

.icons-add:before {
    content: "\F101"
}

.icons-admin:before {
    content: "\F102"
}

.icons-alert-notification:before {
    content: "\F103"
}

.icons-ambulant-sales:before {
    content: "\F104"
}

.icons-arrow-double:before {
    content: "\F105"
}

.icons-arrow-down:before {
    content: "\F106"
}

.icons-arrow-next:before {
    content: "\F107"
}

.icons-arrow-prev:before {
    content: "\F108"
}

.icons-arrow-real:before {
    content: "\F109"
}

.icons-arrow-up:before {
    content: "\F10A"
}

.icons-arrow:before {
    content: "\F10B"
}

.icons-booking:before {
    content: "\F10C"
}

.icons-bookmark-off:before {
    content: "\F10D"
}

.icons-bookmark:before {
    content: "\F10E"
}

.icons-bypass:before {
    content: "\F10F"
}

.icons-calendar-time:before {
    content: "\F110"
}

.icons-calendar:before {
    content: "\F111"
}

.icons-checked:before {
    content: "\F112"
}

.icons-circle-account-connected:before {
    content: "\F113"
}

.icons-circle-arrow:before {
    content: "\F114"
}

.icons-circle-back-top:before {
    content: "\F115"
}

.icons-circle-cancelled:before {
    content: "\F116"
}

.icons-circle-delay:before {
    content: "\F117"
}

.icons-circle-delete:before {
    content: "\F118"
}

.icons-circle-disruption:before {
    content: "\F119"
}

.icons-circle-facebook:before {
    content: "\F11A"
}

.icons-circle-flux-rss:before {
    content: "\F11B"
}

.icons-circle-google-plus:before {
    content: "\F11C"
}

.icons-circle-information:before {
    content: "\F11D"
}

.icons-circle-instagram:before {
    content: "\F11E"
}

.icons-circle-linkedin:before {
    content: "\F11F"
}

.icons-circle-mail:before {
    content: "\F120"
}

.icons-circle-pinterest:before {
    content: "\F121"
}

.icons-circle-print:before {
    content: "\F122"
}

.icons-circle-reverse:before {
    content: "\F123"
}

.icons-circle-tooltip:before {
    content: "\F124"
}

.icons-circle-twitter:before {
    content: "\F125"
}

.icons-circle-works:before {
    content: "\F126"
}

.icons-clock:before {
    content: "\F127"
}

.icons-close:before {
    content: "\F128"
}

.icons-disabled-service:before {
    content: "\F129"
}

.icons-distribution:before {
    content: "\F12A"
}

.icons-document:before {
    content: "\F12B"
}

.icons-document2:before {
    content: "\F12C"
}

.icons-download:before {
    content: "\F12D"
}

.icons-eco-consumption:before {
    content: "\F12E"
}

.icons-external-link:before {
    content: "\F12F"
}

.icons-facebook:before {
    content: "\F130"
}

.icons-file:before {
    content: "\F131"
}

.icons-filters:before {
    content: "\F132"
}

.icons-free-bike:before {
    content: "\F133"
}

.icons-instagram:before {
    content: "\F134"
}

.icons-itinerary-bike:before {
    content: "\F135"
}

.icons-itinerary-bullet:before {
    content: "\F136"
}

.icons-itinerary-bus-2:before {
    content: "\F137"
}

.icons-itinerary-bus:before {
    content: "\F138"
}

.icons-itinerary-car:before {
    content: "\F139"
}

.icons-itinerary-line-idf-a:before {
    content: "\F13A"
}

.icons-itinerary-line-idf-b:before {
    content: "\F13B"
}

.icons-itinerary-line-idf-c:before {
    content: "\F13C"
}

.icons-itinerary-line-idf-d:before {
    content: "\F13D"
}

.icons-itinerary-line-idf-e:before {
    content: "\F13E"
}

.icons-itinerary-line-idf-h:before {
    content: "\F13F"
}

.icons-itinerary-line-idf-j:before {
    content: "\F140"
}

.icons-itinerary-line-idf-k:before {
    content: "\F141"
}

.icons-itinerary-line-idf-l:before {
    content: "\F142"
}

.icons-itinerary-line-idf-n:before {
    content: "\F143"
}

.icons-itinerary-line-idf-p:before {
    content: "\F144"
}

.icons-itinerary-line-idf-r:before {
    content: "\F145"
}

.icons-itinerary-line-idf-u:before {
    content: "\F146"
}

.icons-itinerary-line-metro-1:before {
    content: "\F147"
}

.icons-itinerary-line-metro-10:before {
    content: "\F148"
}

.icons-itinerary-line-metro-11:before {
    content: "\F149"
}

.icons-itinerary-line-metro-12:before {
    content: "\F14A"
}

.icons-itinerary-line-metro-13:before {
    content: "\F14B"
}

.icons-itinerary-line-metro-14:before {
    content: "\F14C"
}

.icons-itinerary-line-metro-2:before {
    content: "\F14D"
}

.icons-itinerary-line-metro-3:before {
    content: "\F14E"
}

.icons-itinerary-line-metro-3bis:before {
    content: "\F14F"
}

.icons-itinerary-line-metro-4:before {
    content: "\F150"
}

.icons-itinerary-line-metro-5:before {
    content: "\F151"
}

.icons-itinerary-line-metro-6:before {
    content: "\F152"
}

.icons-itinerary-line-metro-7:before {
    content: "\F153"
}

.icons-itinerary-line-metro-7bis:before {
    content: "\F154"
}

.icons-itinerary-line-metro-8:before {
    content: "\F155"
}

.icons-itinerary-line-metro-9:before {
    content: "\F156"
}

.icons-itinerary-line-tram-1:before {
    content: "\F157"
}

.icons-itinerary-line-tram-10:before {
    content: "\F158"
}

.icons-itinerary-line-tram-11:before {
    content: "\F159"
}

.icons-itinerary-line-tram-12:before {
    content: "\F15A"
}

.icons-itinerary-line-tram-13:before {
    content: "\F15B"
}

.icons-itinerary-line-tram-2:before {
    content: "\F15C"
}

.icons-itinerary-line-tram-3:before {
    content: "\F15D"
}

.icons-itinerary-line-tram-3a:before {
    content: "\F15E"
}

.icons-itinerary-line-tram-3b:before {
    content: "\F15F"
}

.icons-itinerary-line-tram-3est:before {
    content: "\F160"
}

.icons-itinerary-line-tram-4:before {
    content: "\F161"
}

.icons-itinerary-line-tram-5:before {
    content: "\F162"
}

.icons-itinerary-line-tram-6:before {
    content: "\F163"
}

.icons-itinerary-line-tram-7:before {
    content: "\F164"
}

.icons-itinerary-line-tram-8:before {
    content: "\F165"
}

.icons-itinerary-line-tram-9:before {
    content: "\F166"
}

.icons-itinerary-metro:before {
    content: "\F167"
}

.icons-itinerary-pedestrian:before {
    content: "\F168"
}

.icons-itinerary-rer:before {
    content: "\F169"
}

.icons-itinerary-train-station:before {
    content: "\F16A"
}

.icons-itinerary-train:before {
    content: "\F16B"
}

.icons-itinerary-tram:before {
    content: "\F16C"
}

.icons-itinerary-tramway:before {
    content: "\F16D"
}

.icons-label:before {
    content: "\F16E"
}

.icons-large-building:before {
    content: "\F16F"
}

.icons-large-clock:before {
    content: "\F170"
}

.icons-large-conversation:before {
    content: "\F171"
}

.icons-large-creditcard:before {
    content: "\F172"
}

.icons-large-france:before {
    content: "\F173"
}

.icons-large-group:before {
    content: "\F174"
}

.icons-large-headphones:before {
    content: "\F175"
}

.icons-large-information:before {
    content: "\F176"
}

.icons-large-itinerary-bike:before {
    content: "\F177"
}

.icons-large-itinerary-bus-2:before {
    content: "\F178"
}

.icons-large-itinerary-bus:before {
    content: "\F179"
}

.icons-large-itinerary-car:before {
    content: "\F17A"
}

.icons-large-itinerary-metro:before {
    content: "\F17B"
}

.icons-large-itinerary-pedestrian:before {
    content: "\F17C"
}

.icons-large-itinerary-rer:before {
    content: "\F17D"
}

.icons-large-itinerary-train-station:before {
    content: "\F17E"
}

.icons-large-itinerary-train:before {
    content: "\F17F"
}

.icons-large-itinerary-tram:before {
    content: "\F180"
}

.icons-large-itinerary-tramway:before {
    content: "\F181"
}

.icons-large-lightbulb:before {
    content: "\F182"
}

.icons-large-luggage:before {
    content: "\F183"
}

.icons-large-mail:before {
    content: "\F184"
}

.icons-large-phone:before {
    content: "\F185"
}

.icons-large-search-recent:before {
    content: "\F186"
}

.icons-large-seat:before {
    content: "\F187"
}

.icons-large-skateboard:before {
    content: "\F188"
}

.icons-large-smartphone:before {
    content: "\F189"
}

.icons-large-sncf:before {
    content: "\F18A"
}

.icons-large-stroller:before {
    content: "\F18B"
}

.icons-large-suitcase:before {
    content: "\F18C"
}

.icons-large-swipecard:before {
    content: "\F18D"
}

.icons-large-ticket:before {
    content: "\F18E"
}

.icons-large-truck:before {
    content: "\F18F"
}

.icons-large-warning:before {
    content: "\F190"
}

.icons-list:before {
    content: "\F191"
}

.icons-localisation-pin:before {
    content: "\F192"
}

.icons-lounge-car:before {
    content: "\F193"
}

.icons-menu-account:before {
    content: "\F194"
}

.icons-menu-burger:before {
    content: "\F195"
}

.icons-menu-searchbar:before {
    content: "\F196"
}

.icons-message:before {
    content: "\F197"
}

.icons-mosaic:before {
    content: "\F198"
}

.icons-nursery-service:before {
    content: "\F199"
}

.icons-options:before {
    content: "\F19A"
}

.icons-pause:before {
    content: "\F19B"
}

.icons-pencil:before {
    content: "\F19C"
}

.icons-play-area:before {
    content: "\F19D"
}

.icons-play:before {
    content: "\F19E"
}

.icons-position:before {
    content: "\F19F"
}

.icons-print:before {
    content: "\F1A0"
}

.icons-professionnal-area:before {
    content: "\F1A1"
}

.icons-quiet-area:before {
    content: "\F1A2"
}

.icons-refresh:before {
    content: "\F1A3"
}

.icons-rent-bike:before {
    content: "\F1A4"
}

.icons-sami-confused:before {
    content: "\F1A5"
}

.icons-sami-grin:before {
    content: "\F1A6"
}

.icons-sami-sad:before {
    content: "\F1A7"
}

.icons-sami-smile:before {
    content: "\F1A8"
}

.icons-search-recent:before {
    content: "\F1A9"
}

.icons-search:before {
    content: "\F1AA"
}

.icons-share:before {
    content: "\F1AB"
}

.icons-slider-off:before {
    content: "\F1AC"
}

.icons-slider-on:before {
    content: "\F1AD"
}

.icons-sort:before {
    content: "\F1AE"
}

.icons-support:before {
    content: "\F1AF"
}

.icons-tag:before {
    content: "\F1B0"
}

.icons-tgv-family:before {
    content: "\F1B1"
}

.icons-toolbar-bold:before {
    content: "\F1B2"
}

.icons-toolbar-center:before {
    content: "\F1B3"
}

.icons-toolbar-italic:before {
    content: "\F1B4"
}

.icons-toolbar-left:before {
    content: "\F1B5"
}

.icons-toolbar-list:before {
    content: "\F1B6"
}

.icons-toolbar-underline:before {
    content: "\F1B7"
}

.icons-twitter:before {
    content: "\F1B8"
}

.icons-volume-down:before {
    content: "\F1B9"
}

.icons-volume-up:before {
    content: "\F1BA"
}

.icons-warning:before {
    content: "\F1BB"
}

.icons-wifi-area:before {
    content: "\F1BC"
}

.icons-young-service:before {
    content: "\F1BD"
}

.h1,
h1 {
    font-weight: 400;
    line-height: 1.25
}

@media (max-width:767.98px) {
    .h1,
    h1 {
        font-size: 1.25rem;
        line-height: 1.3
    }
}

.display-1 {
    color: #0088ce
}

.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    margin-top: 10px;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.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-auto,
.col-md,
.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-auto,
.col-sm,
.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-auto,
.col-xl,
.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-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1,
.col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-2,
.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6,
.col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-8,
.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-10,
.col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1024px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1280px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: #fff
}

.table td,
.table th {
    padding: 0 1.25rem;
    vertical-align: top;
    border-top: 1px solid #d8d8d8
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #d8d8d8
}

.yellowT{
  color: rgb(255, 255, 0);
}

.sizeF{
  width: 50px;
}

.table2 td,
.table2 th {
    padding: 0 1.25rem;
    vertical-align: top;
}

.table2 thead th {
    vertical-align: bottom;
}

.table3 td,
.table3 th {
    padding: 0 1.25rem;
    vertical-align: top;
}

.table3 thead th {
    vertical-align: bottom;
}

.table tbody+tbody {
    border-top: 2px solid #d8d8d8
}

.table .table {
    background-color: #f2f2f2
}

.table-sm td,
.table-sm th {
    padding: 0 .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #d8d8d8
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.tableb{
      background-color: #084b96;
    color: white;
}

.tableg{
      background-color: #559e20;
    color: white;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-striped2 tbody tr:nth-of-type(odd) {
    background-color: #0a1e61;
    color: white;
}

.table-striped2 tbody tr {
    background-color: #084b96;
    color: white;
}

.table-striped3 tbody tr:nth-of-type(odd) {
    background-color: #0a6d2f;
    color: white;
}

.table-striped3 tbody tr {
    background-color: #559e20;
    color: white;
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8def1
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #a3d4ed
}

.table-primary-dark,
.table-primary-dark>td,
.table-primary-dark>th {
    background-color: #b8d8e9
}

.table-hover .table-primary-dark:hover,
.table-hover .table-primary-dark:hover>td,
.table-hover .table-primary-dark:hover>th {
    background-color: #a5cde3
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #cdcecf
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c0c1c3
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #dcedb8
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #d2e8a4
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #b8e3e6
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #a5dcdf
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffebbd
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe3a4
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f1b8c7
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #eda3b6
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fbfbfb
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #eee
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-white,
.table-white>td,
.table-white>th {
    background-color: #fff
}

.table-hover .table-white:hover,
.table-hover .table-white:hover>td,
.table-hover .table-white:hover>th {
    background-color: #f2f2f2
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #f2f2f2;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #333;
    background-color: #f2f2f2;
    border-color: #d8d8d8
}

.table-dark {
    color: #f2f2f2;
    background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:1023.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1279.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
}

.mastheader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1056;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 3.75rem;
    padding-right: 1rem;
    padding-left: 1rem;
    background-color: #333
}

.mastheader-logo img {
    width: 3.125rem
}

.mastheader-toolbar .btn {
    color: #fff
}

.mastheader-toolbar .btn-only-icon {
    min-width: auto
}

@media (max-width:767.98px) {
    .mastheader-search {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1030;
        width: 100vw;
        height: 100vh;
        background-color: #fff
    }
    .mastheader-search:not(.active) {
        display: none
    }
    .mastheader-search .input-group {
        height: 3.125rem;
        padding-right: .625rem;
        border-bottom: 1px solid #d7d7d7
    }
    .mastheader-search .form-control-state,
    .mastheader-search .input-group-append,
    .mastheader-search label {
        display: none
    }
    .mastheader-search .form-control {
        padding-right: 2.1875rem;
        background-color: #fff;
        border: 0
    }
    .mastheader-search .form-control:active,
    .mastheader-search .form-control:focus {
        background-color: #fff
    }
    .mastheader-search .form-control.clear-option~.btn-clear {
        right: .625rem;
        width: 1.375rem;
        height: 1.375rem
    }
    .mastheader-search .form-control.clear-option~.btn-clear:before {
        position: absolute;
        top: calc(50% - .6875rem);
        right: -.75rem;
        width: .0625rem;
        height: 1.375rem;
        content: "";
        background-color: #d7d7d7
    }
    .mastheader-search .btn-only-icon {
        min-width: 2.5rem;
        padding-top: .125rem
    }
    .mastheader-toolbar .btn {
        min-height: 2.8125rem;
        padding-right: .875rem;
        padding-left: .875rem
    }
}

@media (min-width:768px) {
    .mastheader {
        height: 4.75rem
    }
    .mastheader-logo img {
        width: 4.375rem
    }
    .mastheader-search {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 0;
        max-width: 26.625rem
    }
}

@media (min-width:1024px) {
    .mastheader {
        height: 4.75rem
    }
    .mastheader-search {
        max-width: 30.625rem
    }
}

@media (min-width:1024px) and (max-width:1279.98px) {
    .mastheader-logo {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 0
    }
}

@media (min-width:1280px) {
    .mastheader {
        height: 4rem
    }
    .mastheader-title {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 0
    }
    .mastheader-search {
        max-width: 25.625rem
    }
}

.mastnav {
    position: fixed;
    left: 0;
    z-index: 1055
}

.mastnav,
.mastnav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.mastnav-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (max-width:1023.98px) {
    .mastnav {
        position: fixed;
        bottom: 0;
        width: 100%;
        min-height: 3.25rem;
        background-color: #fff;
        border-top: 1px solid #d8d8d8
    }
    .mastnav-top {
        width: 100%
    }
    .mastnav-item,
    .mastnav-top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .mastnav-item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-height: 3.25rem;
        font-size: .625rem;
        color: #4d4f53
    }
    .mastnav-item.active,
    .mastnav-item:active,
    .mastnav-item:focus,
    .mastnav-item:hover {
        color: #0088ce
    }
    .mastnav-item [class^=icons-] {
        margin-bottom: .25rem
    }
}

@media (min-width:1024px) {
    .mastnav {
        top: 0;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 6.25rem;
        height: 100vh;
        padding-top: 4.75rem;
        background-color: #0088ce
    }
    .mastnav,
    .mastnav-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .mastnav-top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .mastnav-item {
        min-height: 5rem;
        font-size: .75rem;
        color: #fff
    }
    .mastnav-item:not(.active) {
        border-bottom: 1px solid hsla(0, 0%, 100%, .2)
    }
    .mastnav-item.active,
    .mastnav-item:active,
    .mastnav-item:focus,
    .mastnav-item:hover {
        color: #fff;
        background-color: #0074af
    }
    .mastnav-item [class^=icons-] {
        margin-bottom: .5rem
    }
    .mastnav-item-horizontal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 3.75rem
    }
    .mastnav-item-horizontal [class^=icons-] {
        margin-right: .5rem;
        margin-bottom: 0
    }
}

@media (min-width:1280px) {
    .mastnav {
        padding-top: 4rem
    }
}

.actionbar {
    position: fixed;
    top: 3.75rem;
    z-index: 1055;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 3.875rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    background-color: #fff
}

.actionbar>nav .breadcrumb {
    padding-top: .1875rem
}

.actionbar .breadcrumb {
    border-bottom: none
}

.actionbar.has-tabs {
    height: 5.625rem
}

.actionbar-head {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.actionbar-head,
.actionbar-head .h1 a,
.actionbar-head h1 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.actionbar-head .h1 a:not(:hover),
.actionbar-head h1 a:not(:hover) {
    color: #333
}

.actionbar-head .breadcrumb {
    height: 1.875rem
}

@media (max-width:767.98px) {
    .actionbar {
        border-bottom: 1px solid #d8d8d8
    }
}

@media (min-width:768px) {
    .actionbar {
        top: 4.75rem;
        height: 5rem
    }
    .actionbar.has-tabs {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        height: 6.5625rem
    }
}

@media (min-width:1024px) {
    .actionbar {
        top: 4.75rem;
        right: 0;
        width: calc(100% - 6.25rem);
        height: 4.375rem;
        padding-right: .75rem;
        padding-left: 1.875rem
    }
    .actionbar.has-tabs {
        height: 6.125rem
    }
}

@media (min-width:1280px) {
    .actionbar {
        top: 4rem;
        height: 5rem;
        padding-right: 1.875rem
    }
    .actionbar.has-tabs {
        height: 6.5625rem
    }
}

.footerbar {
    position: fixed;
    bottom: 0;
    z-index: 1030;
    width: 100%;
    height: 4.25rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    background-color: #fff;
    border-top: .0625rem solid #d7d7d7
}

@media (max-width:1023.98px) {
    .footerbar {
        bottom: 3.25rem
    }
}

@media (min-width:1024px) {
    .footerbar {
        right: 0;
        bottom: 0;
        width: calc(100% - 6.25rem);
        height: 4.375rem;
        padding-right: .75rem;
        padding-left: 1.875rem
    }
}

@media (min-width:1280px) {
    .actionbar {
        padding-right: 1.875rem
    }
}

.controlbar {
    position: fixed;
    left: 0;
    z-index: 1030;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 2.5rem;
    background-color: #f2f2f2
}

@media (max-width:767.98px) {
    .controlbar {
        top: 7.625rem;
        border-bottom: 1px solid #d8d8d8
    }
    .actionbar.has-tabs+.controlbar {
        top: 9.375rem
    }
}

@media (max-width:767.98px) {
    .mastheader+.mastcontainer {
        padding-top: 3.75rem
    }
    .mastheader+.actionbar+.mastcontainer {
        padding-top: 7.625rem
    }
    .mastheader+.actionbar.has-tabs+.mastcontainer {
        padding-top: 9.375rem
    }
    .mastheader+.actionbar+.controlbar+.mastcontainer {
        padding-top: 10.125rem
    }
    .mastheader+.actionbar.has-tabs+.controlbar+.mastcontainer {
        padding-top: 11.875rem
    }
}

@media (max-width:1023.98px) {
    .mastcontainer {
        padding-bottom: 3.25rem
    }
}

@media (min-width:768px) {
    .mastheader+.mastcontainer {
        padding-top: 4.75rem
    }
    .mastheader+.actionbar+.controlbar+.mastcontainer,
    .mastheader+.actionbar+.mastcontainer {
        padding-top: 9.75rem
    }
    .mastheader+.actionbar.has-tabs+.controlbar+.mastcontainer,
    .mastheader+.actionbar.has-tabs+.mastcontainer {
        padding-top: 11.3125rem
    }
}

@media (min-width:1024px) {
    .mastcontainer {
        padding-left: 6.25rem
    }
    .mastheader+.mastcontainer {
        padding-top: 4.75rem
    }
    .mastheader+.actionbar+.controlbar+.mastcontainer,
    .mastheader+.actionbar+.mastcontainer {
        padding-top: 9.125rem
    }
    .mastheader+.actionbar.has-tabs+.controlbar+.mastcontainer,
    .mastheader+.actionbar.has-tabs+.mastcontainer {
        padding-top: 10.875rem
    }
}

@media (min-width:1280px) {
    .mastheader+.mastcontainer {
        padding-top: 4rem
    }
    .mastheader+.actionbar+.controlbar+.mastcontainer,
    .mastheader+.actionbar+.mastcontainer {
        padding-top: 9rem
    }
    .mastheader+.actionbar.has-tabs+.controlbar+.mastcontainer,
    .mastheader+.actionbar.has-tabs+.mastcontainer {
        padding-top: 10.5625rem
    }
}

.schedule-grid {
    height: 100%
}

.schedule-grid,
.schedule-maincontent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.schedule-maincontent {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    background-color: #fff
}

.schedule-maincontent.scrollable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: auto
}

.schedule-sidebar-planning {
    display: none
}

@media (min-width:1024px) {
    .schedule-sidebar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5rem;
        -ms-flex: 0 0 12.5rem;
        flex: 0 0 12.5rem;
        overflow-y: auto
    }
    .schedule-sidebar-planning {
        display: block
    }
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #f2f2f2;
    border: 1px solid #b9b9b9;
    border-radius: .4375rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #333
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

code {
    font-size: 87.5%;
    color: #a1006b;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .4375rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.form-control {
    display: block;
    width: 100%;
    padding: .65625rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #0088ce;
    background-color: #f2f2f2;
    background-clip: padding-box;
    border: 0 solid #747678;
    border-radius: .4375rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #0088ce;
    background-color: #f2f2f2;
    border-color: #4fc3ff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control::-webkit-input-placeholder {
    color: #747678;
    opacity: 1
}

.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #747678;
    opacity: 1
}

.form-control::placeholder {
    color: #747678;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f2f2f2;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: 2.25rem
}

select.form-control:focus::-ms-value {
    color: #0088ce;
    background-color: #f2f2f2
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: 0.65625rem;
    padding-bottom: 0.65625rem;
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .65625rem;
    padding-bottom: .65625rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .125rem 1.25rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .4375rem
}

.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: 1.5625rem
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .4375rem
}

.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: 2.875rem
}

.form-group {
    margin-bottom: 1.5rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #747678
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 1rem;
    color: #82be00
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(130, 190, 0, .8);
    border-radius: .2rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #82be00
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #82be00;
    -webkit-box-shadow: 0 0 0 0 rgba(130, 190, 0, .25);
    box-shadow: 0 0 0 0 rgba(130, 190, 0, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #82be00
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #82be00
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    background-color: #c2ff3f
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    background-color: #a5f100
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 1px #f2f2f2, 0 0 0 0 rgba(130, 190, 0, .25);
    box-shadow: 0 0 0 1px #f2f2f2, 0 0 0 0 rgba(130, 190, 0, .25)
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #82be00
}

.custom-file-input.is-valid~.custom-file-label:before,
.was-validated .custom-file-input:valid~.custom-file-label:before {
    border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    -webkit-box-shadow: 0 0 0 0 rgba(130, 190, 0, .25);
    box-shadow: 0 0 0 0 rgba(130, 190, 0, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 1rem;
    color: #cd0037
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(205, 0, 55, .8);
    border-radius: .2rem
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #cd0037
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #cd0037;
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 55, .25);
    box-shadow: 0 0 0 0 rgba(205, 0, 55, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #cd0037
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #cd0037
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    background-color: #ff4e7d
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    background-color: #ff0145
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 1px #f2f2f2, 0 0 0 0 rgba(205, 0, 55, .25);
    box-shadow: 0 0 0 1px #f2f2f2, 0 0 0 0 rgba(205, 0, 55, .25)
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #cd0037
}

.custom-file-input.is-invalid~.custom-file-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label:before {
    border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 55, .25);
    box-shadow: 0 0 0 0 rgba(205, 0, 55, .25)
}

.form-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .form-group,
    .form-inline label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

label {
    margin-bottom: .5rem;
    font-weight: 500
}

input:invalid {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control-container {
    position: relative
}

.form-control-container input {
    width: 100%
}

.form-control-container.is-invalid .form-control,
.form-control-container.is-invalid~div[data-role=counter] {
    color: #cd0037
}

.form-control-container.is-invalid+.invalid-feedback {
    display: block
}

.form-control-container.has-right-icon .form-control {
    padding-right: 3rem
}

.form-control-container.has-right-icon .form-control-icon {
    right: 0;
    padding-right: .5rem
}

.form-control-container.has-left-icon .form-control {
    padding-left: 3rem
}

.form-control-container.has-left-icon .form-control-icon {
    left: 0;
    padding-left: .5rem
}

.form-control-state {
    top: 0;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    border-radius: .4375rem
}

.form-control-state,
.form-control-state:after {
    position: absolute;
    left: 0;
    display: block;
    width: 100%
}

.form-control-state:after {
    bottom: 0;
    height: 2px;
    content: "";
    background-color: transparent
}

.is-invalid .form-control-state:after {
    background-color: #cd0037
}

.is-valid .form-control-state:after {
    background-color: #82be00
}

.form-control {
    min-height: 2.8125rem;
    font-weight: 500
}

.form-control::-webkit-input-placeholder {
    font-weight: 400
}

.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    font-weight: 400
}

.form-control::placeholder {
    font-weight: 400
}

.form-control-container:not(.is-invalid) .form-control:focus~.form-control-state:after {
    background-color: #0088ce
}

.form-control.is-valid ~.form-control-state:after,
.was-validated .form-control:valid~.form-control-state:after {
    background-color: #82be00
}

.form-control.is-invalid~.form-control-state:after,
.was-validated .form-control:invalid~.form-control-state:after {
    background-color: #cd0037
}

.form-control:disabled,
.form-control[readonly] {
    color: #4d4f53
}

.form-control[readonly] {
    padding-right: 3rem;
    pointer-events: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='27' height='25' viewBox='0 0 27 25'%3e%3cdefs%3e%3cstyle%3e.disabled-icon%7bfill:%23747678;%7d%3c/style%3e%3c/defs%3e%3cpath class='disabled-icon' d='M26.79,25.05H1.21a.73.73,0,0,0,0,1.45H26.79a.73.73,0,0,0,0-1.45Z' transform='translate(-0.5 -1.5)'/%3e%3cpath class='disabled-icon' d='M19.8,8.87h-.61V6.73a5.23,5.23,0,0,0-10.46,0V8.87H8.2a1.63,1.63,0,0,0-1.63,1.62V21.32A1.62,1.62,0,0,0,8.2,22.94H19.8a1.62,1.62,0,0,0,1.63-1.62V10.49A1.63,1.63,0,0,0,19.8,8.87ZM10.93,6.73a3,3,0,1,1,6.06,0V8.87H10.93Zm3,14.15a5,5,0,1,1,5-5A5,5,0,0,1,14,20.88Z' transform='translate(-0.5 -1.5)'/%3e%3cpath class='disabled-icon' d='M14,12.62a3.29,3.29,0,1,0,3.29,3.29A3.29,3.29,0,0,0,14,12.62Zm0,4.75a1.47,1.47,0,1,1,1.47-1.46A1.46,1.46,0,0,1,14,17.37Z' transform='translate(-0.5 -1.5)'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right 18px;
    background-size: 27px 25px
}

.form-control-container:not(.is-invalid) .form-control[required]:valid {
    padding-right: 3rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 22'%3e%3cdefs%3e%3cstyle%3e.check-icon%7bfill:%230088ce;%7d%3c/style%3e%3c/defs%3e%3ctitle%3echeck%3c/title%3e%3cpath class='check-icon' d='M33.18,13.21,15.53,30.87a1.11,1.11,0,0,1-1.58,0L6.82,23.75a1.13,1.13,0,0,1,0-1.58l2.1-2.11a1.13,1.13,0,0,1,1.58,0L14,23.5a1.13,1.13,0,0,0,1.58,0l14-14a1.13,1.13,0,0,1,1.58,0l2.11,2.11a1.13,1.13,0,0,1,0,1.58' transform='translate(-6.5 -9.2)'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right 18px;
    background-size: 18px 14px
}

.form-control.clear-option {
    padding-right: 3rem
}

.form-control.clear-option~.btn-clear {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.625rem;
    height: 1.625rem;
    padding: 0;
    font-size: .625rem;
    border-style: solid;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    min-height: 1.875rem
}

.form-control-white,
.form-control-white:active,
.form-control-white:focus {
    background-color: #fff
}

textarea.form-control {
    min-height: 10rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #4d4f53
}

textarea.form-control:focus {
    color: #4d4f53
}

textarea.form-control.stretchy {
    resize: none
}

.form-control-container.is-invalid textarea.form-control {
    color: #4d4f53
}

textarea.form-control[readonly] {
    background-position: bottom 18px right 18px
}

.form-control-icon {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3rem;
    height: 100%;
    color: #0088ce
}

.col-form-label {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: .5rem;
    font-weight: 500
}

label.required:after {
    color: #cd0037;
    content: "*"
}

.form-error {
    padding: 1.625rem 1.875rem;
    color: #fff;
    background-color: #cd0037;
    border-radius: .3125rem
}

.form-error .h2 {
    color: inherit
}

.form-error ul {
    padding-left: 1rem
}

.form-primary {
    padding: 1rem 1.875rem;
    color: #fff;
    background-color: #0088ce;
    border-radius: .3125rem
}
.form-primary-sm {
    padding: 0.75rem 1.5rem;
    color: #fff;
    background-color: #0088ce;
    border-radius: .3125rem
}

.form-warning-sm {
    padding: 0.75rem 1.5rem;
    color: #fff;
    background-color: #343a40;
    border-radius: .3125rem
}

.form-error-sm {
    padding: 0.75rem 1.5rem;
    color: #fff;
    background-color: #cd0037;
    border-radius: .3125rem
}



.btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .59375rem 1.875rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .4375rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn.disabled,
.btn:disabled {
    opacity: 1
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #0088ce;
    border-color: #0088ce
}

.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #0074af;
    border-color: #0074af
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #b9b9b9;
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0074af;
    border-color: #0074af
}

.btn-secondary {
  color: #fff;
  background-color: #4d4f53;
  border-color: #4d4f53; }
  .btn-secondary:hover, .btn-secondary:focus {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #b9b9b9;
    background-color: #f2f2f2;
    border-color: #f2f2f2; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }

.btn-success {
    color: #212529;
    background-color: #82be00;
    border-color: #82be00
}

.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #689800;
    border-color: #5f8b00
}

.btn-success.disabled,
.btn-success:disabled {
    color: #b9b9b9;
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #5f8b00;
    border-color: #567e00
}

.btn-info {
    color: #fff;
    background-color: #009aa6;
    border-color: #009aa6
}

.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #007780;
    border-color: #006b73
}

.btn-info.disabled,
.btn-info:disabled {
    color: #b9b9b9;
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #006b73;
    border-color: #005f66
}

.btn-warning {
    color: #212529;
    background-color: #ffb612;
    border-color: #ffb612
}

.btn-warning:focus,
.btn-warning:hover {
    color: #212529;
    background-color: #eba200;
    border-color: #de9a00
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #b9b9b9;
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #de9a00;
    border-color: #d19100
}

.btn-danger {
    color: #fff;
    background-color: #cd0037;
    border-color: #cd0037
}

.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #a7002d;
    border-color: #9a0029
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #b9b9b9;
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #9a0029;
    border-color: #8d0026
}

.btn-light {
    color: #212529;
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.btn-light:focus,
.btn-light:hover {
    color: #212529;
    background-color: #dfdfdf;
    border-color: #d9d9d9
}

.btn-light.disabled,
.btn-light:disabled {
    color: #b9b9b9;
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #d9d9d9;
    border-color: #d2d2d2
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #b9b9b9;
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-white {
    color: #0088ce;
    background-color: #fff;
    border-color: #fff
}

.btn-white:focus,
.btn-white:hover {
    color: #0074af;
    background-color: #fff;
    border-color: #fff
}

.btn-white.disabled,
.btn-white:disabled {
    color: #b9b9b9;
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active,
.show>.btn-white.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-transparent {
    color: #fff
}

.btn-transparent,
.btn-transparent:focus,
.btn-transparent:hover {
    background-color: transparent;
    border-color: transparent
}

.btn-transparent.disabled,
.btn-transparent:disabled {
    color: #b9b9b9;
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.btn-transparent:not(:disabled):not(.disabled).active,
.btn-transparent:not(:disabled):not(.disabled):active,
.show>.btn-transparent.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.btn-outline-primary {
    color: #0088ce;
    background-color: transparent;
    background-image: none;
    border-color: #0088ce
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0088ce;
    border-color: #0088ce
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 136, 206, .5);
    box-shadow: 0 0 0 0 rgba(0, 136, 206, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #0088ce;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0088ce;
    border-color: #0088ce
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 136, 206, .5);
    box-shadow: 0 0 0 0 rgba(0, 136, 206, .5)
}

.btn-outline-primary-dark {
    color: #0074af;
    background-color: transparent;
    background-image: none;
    border-color: #0074af
}

.btn-outline-primary-dark:hover {
    color: #fff;
    background-color: #0074af;
    border-color: #0074af
}

.btn-outline-primary-dark.focus,
.btn-outline-primary-dark:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 116, 175, .5);
    box-shadow: 0 0 0 0 rgba(0, 116, 175, .5)
}

.btn-outline-primary-dark.disabled,
.btn-outline-primary-dark:disabled {
    color: #0074af;
    background-color: transparent
}

.btn-outline-primary-dark:not(:disabled):not(.disabled).active,
.btn-outline-primary-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary-dark.dropdown-toggle {
    color: #fff;
    background-color: #0074af;
    border-color: #0074af
}

.btn-outline-primary-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 116, 175, .5);
    box-shadow: 0 0 0 0 rgba(0, 116, 175, .5)
}

.btn-outline-secondary {
    color: #4d4f53;
    background-color: transparent;
    background-image: none;
    border-color: #4d4f53
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #4d4f53;
    border-color: #4d4f53
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(77, 79, 83, .5);
    box-shadow: 0 0 0 0 rgba(77, 79, 83, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #4d4f53;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #4d4f53;
    border-color: #4d4f53
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(77, 79, 83, .5);
    box-shadow: 0 0 0 0 rgba(77, 79, 83, .5)
}

.btn-outline-success {
    color: #82be00;
    background-color: transparent;
    background-image: none;
    border-color: #82be00
}

.btn-outline-success:hover {
    color: #212529;
    background-color: #82be00;
    border-color: #82be00
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(130, 190, 0, .5);
    box-shadow: 0 0 0 0 rgba(130, 190, 0, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #82be00;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #82be00;
    border-color: #82be00
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(130, 190, 0, .5);
    box-shadow: 0 0 0 0 rgba(130, 190, 0, .5)
}

.btn-outline-info {
    color: #009aa6;
    background-color: transparent;
    background-image: none;
    border-color: #009aa6
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #009aa6;
    border-color: #009aa6
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 154, 166, .5);
    box-shadow: 0 0 0 0 rgba(0, 154, 166, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #009aa6;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #009aa6;
    border-color: #009aa6
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 154, 166, .5);
    box-shadow: 0 0 0 0 rgba(0, 154, 166, .5)
}

.btn-outline-warning {
    color: #ffb612;
    background-color: transparent;
    background-image: none;
    border-color: #ffb612
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffb612;
    border-color: #ffb612
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 182, 18, .5);
    box-shadow: 0 0 0 0 rgba(255, 182, 18, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffb612;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffb612;
    border-color: #ffb612
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 182, 18, .5);
    box-shadow: 0 0 0 0 rgba(255, 182, 18, .5)
}

.btn-outline-danger {
    color: #cd0037;
    background-color: transparent;
    background-image: none;
    border-color: #cd0037
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #cd0037;
    border-color: #cd0037
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 55, .5);
    box-shadow: 0 0 0 0 rgba(205, 0, 55, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #cd0037;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #cd0037;
    border-color: #cd0037
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 0, 55, .5);
    box-shadow: 0 0 0 0 rgba(205, 0, 55, .5)
}

.btn-outline-light {
    color: #f2f2f2;
    background-color: transparent;
    background-image: none;
    border-color: #f2f2f2
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 95%, .5);
    box-shadow: 0 0 0 0 hsla(0, 0%, 95%, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f2f2f2;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 95%, .5);
    box-shadow: 0 0 0 0 hsla(0, 0%, 95%, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 0 rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 0 rgba(52, 58, 64, .5)
}

.btn-outline-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff
}

.btn-outline-white:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white.focus,
.btn-outline-white:focus {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .5)
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-white:not(:disabled):not(.disabled).active,
.btn-outline-white:not(:disabled):not(.disabled):active,
.show>.btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-white.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .5)
}

.btn-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    font-weight: 500;
    color: #0088ce;
    background-color: transparent;
    border: 0
}

.btn-link:hover {
    color: #0074af;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #333
}

.btn-link [class^=icons-] {
    font-size: .8125rem
}

.btn-link-white {
    color: #fff
}

.btn-group-sm>.btn,
.btn-sm {
    font-weight: 500;
    padding: .125rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .4375rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.btn-only-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 3.125rem;
    min-height: 2.8125rem;
    padding: 0
}

.btn-only-icon.active [class^=icons-arrow-] {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.btn-only-icon.btn-white.disabled,
.btn-only-icon.btn-white:disabled {
    color: #b9b9b9;
    background-color: #fff;
    border-color: #fff
}

.btn-group-sm>.btn-only-icon.btn,
.btn-only-icon.btn-sm {
    min-width: 1.875rem;
    min-height: 1.875rem
}

.btn-rounded {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    font-size: .875rem;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    background-color: #747678;
    border: none;
    border-radius: 50%;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.btn-rounded:hover {
    background-color: #0074af
}

.btn-rounded.disabled,
.btn-rounded:disabled {
    color: #b9b9b9;
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.btn-rounded:not(:disabled):not(.disabled).box-shadow {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2)
}

.btn-rounded:not(:disabled):not(.disabled).box-shadow:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-rounded-primary {
    color: #fff;
    background-color: #0088ce
}

.btn-rounded-primary:not(:disabled):not(.disabled):active,
.btn-rounded-primary:not(:disabled):not(.disabled):focus,
.btn-rounded-primary:not(:disabled):not(.disabled):hover {
    color: #fff;
    background-color: #0074af
}

.btn-rounded-white {
    color: #0088ce;
    background-color: #fff
}

.btn-rounded-white:not(:disabled):not(.disabled):active,
.btn-rounded-white:not(:disabled):not(.disabled):focus,
.btn-rounded-white:not(:disabled):not(.disabled):hover {
    color: #fff;
    background-color: #0088ce
}

.btn-rounded-gray,
.btn-rounded-gray:not(:disabled):not(.disabled):active,
.btn-rounded-gray:not(:disabled):not(.disabled):focus,
.btn-rounded-gray:not(:disabled):not(.disabled):hover {
    color: #fff;
    background-color: #b9b9b9
}

.btn-rounded-facebook {
    color: #fff;
    background-color: #747678
}

.btn-rounded-facebook:not(:disabled):not(.disabled):active,
.btn-rounded-facebook:not(:disabled):not(.disabled):focus,
.btn-rounded-facebook:not(:disabled):not(.disabled):hover {
    color: #fff;
    background-color: #3b5998
}

.btn-rounded-twitter {
    color: #fff;
    background-color: #747678
}

.btn-rounded-twitter:not(:disabled):not(.disabled):active,
.btn-rounded-twitter:not(:disabled):not(.disabled):focus,
.btn-rounded-twitter:not(:disabled):not(.disabled):hover {
    color: #fff;
    background-color: #4099ff
}

.btn-rounded-linkedin {
    color: #fff;
    background-color: #747678
}

.btn-rounded-linkedin:not(:disabled):not(.disabled):active,
.btn-rounded-linkedin:not(:disabled):not(.disabled):focus,
.btn-rounded-linkedin:not(:disabled):not(.disabled):hover {
    color: #fff;
    background-color: #007bb6
}

.btn-rounded-youtube {
    color: #fff;
    background-color: #747678
}

.btn-rounded-youtube:not(:disabled):not(.disabled):active,
.btn-rounded-youtube:not(:disabled):not(.disabled):focus,
.btn-rounded-youtube:not(:disabled):not(.disabled):hover {
    color: #fff;
    background-color: #b00
}

.btn-options {
    min-width: 3.4375rem;
    padding: 0;
    background-color: transparent
}

.btn-options:active,
.btn-options:focus,
.btn-options:hover,
.btn-options[aria-expanded=true] {
    color: #0088ce;
    background-color: transparent
}

.btn.btn-favorite {
    color: #b9b9b9
}

.btn.btn-favorite.active,
.btn.btn-favorite:hover {
    color: #ffb612
}

.btn-notif {
    position: relative
}

.btn-notif .notif {
    position: absolute;
    top: calc(50% - 1rem);
    right: calc(50% - 1.125rem);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 1rem;
    min-height: 1rem;
    padding-top: 3px;
    font-size: .5625rem;
    line-height: 1;
    color: #fff;
    background-color: #0088ce;
    border-radius: 50%
}

.btn-card,
.btn-notif .notif {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-card {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 9.0625rem;
    min-height: 9.0625rem;
    font-weight: 400;
    color: #747678;
    background-color: #fff;
    border-color: #747678
}

.btn-card span {
    display: block;
    margin-top: 1.125rem
}

.btn-card:focus,
.btn-card:hover {
    color: #fff;
    background-color: #0074af;
    border-color: #0074af
}

.btn-card.disabled,
.btn-card:disabled {
    color: #b9b9b9;
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.btn-card:not(:disabled):not(.disabled).active,
.btn-card:not(:disabled):not(.disabled):active,
.show>.btn-card.dropdown-toggle {
    color: #fff;
    background-color: #0088ce;
    border-color: #0088ce
}

.btn-color-gray {
    color: #333
}

.btn-color-gray:not(:disabled):not(.disabled).active,
.btn-color-gray:not(:disabled):not(.disabled):active,
.btn-color-gray:not(:disabled):not(.disabled):focus,
.btn-color-gray:not(:disabled):not(.disabled):hover {
    color: #0088ce
}

.btn-color-gray.btn-rounded-white:not(:disabled):not(.disabled).active,
.btn-color-gray.btn-rounded-white:not(:disabled):not(.disabled):active,
.btn-color-gray.btn-rounded-white:not(:disabled):not(.disabled):focus,
.btn-color-gray.btn-rounded-white:not(:disabled):not(.disabled):hover {
    background-color: #fff
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

.collapsing,
.dropdown,
.dropup {
    position: relative
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #4d4f53;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d7d7d7;
    border-radius: .4375rem
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #d7d7d7
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .563rem 1.375rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #0088ce;
    text-decoration: none;
    background-color: transparent
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0088ce
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #333;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.375rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #747678;
    white-space: nowrap
}

.dropdown-toggle {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial
}

.dropdown-toggle [class^=icons-arrow-] {
    display: inline-block;
    font-size: .625rem
}

.dropdown-toggle [class^=icons-arrow-]+span:not(.sr-only),
.dropdown-toggle span:not(.sr-only)+[class^=icons-arrow-] {
    margin-left: .875rem
}

.dropdown-toggle[aria-expanded=true] [class^=icons-arrow-] {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropdown-menu:after,
.dropdown-menu:before {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    content: " ";
    border: solid transparent
}

.dropdown-menu:after {
    border-color: hsla(0, 0%, 100%, 0);
    border-width: 9px
}

.dropdown-menu:before {
    border-color: hsla(0, 0%, 85%, 0);
    border-width: .625rem
}

.dropdown .dropdown-menu:after,
.dropup .dropdown-menu:after {
    margin-left: -.5625rem
}

.dropdown .dropdown-menu:before,
.dropup .dropdown-menu:before {
    margin-left: -.625rem
}

.dropdown .dropdown-menu:not(.dropdown-menu-right):after,
.dropdown .dropdown-menu:not(.dropdown-menu-right):before,
.dropup .dropdown-menu:not(.dropdown-menu-right):after,
.dropup .dropdown-menu:not(.dropdown-menu-right):before {
    left: 1.125rem
}

.dropdown .dropdown-menu[x-placement=bottom-end],
.dropdown .dropdown-menu[x-placement=bottom-start],
.dropup .dropdown-menu[x-placement=bottom-end],
.dropup .dropdown-menu[x-placement=bottom-start] {
    top: .875rem!important
}

.dropdown .dropdown-menu[x-placement=bottom-end]:after,
.dropdown .dropdown-menu[x-placement=bottom-end]:before,
.dropdown .dropdown-menu[x-placement=bottom-start]:after,
.dropdown .dropdown-menu[x-placement=bottom-start]:before,
.dropup .dropdown-menu[x-placement=bottom-end]:after,
.dropup .dropdown-menu[x-placement=bottom-end]:before,
.dropup .dropdown-menu[x-placement=bottom-start]:after,
.dropup .dropdown-menu[x-placement=bottom-start]:before {
    bottom: 100%
}

.dropdown .dropdown-menu[x-placement=bottom-end]:after,
.dropdown .dropdown-menu[x-placement=bottom-start]:after,
.dropup .dropdown-menu[x-placement=bottom-end]:after,
.dropup .dropdown-menu[x-placement=bottom-start]:after {
    border-bottom-color: #fff
}

.dropdown .dropdown-menu[x-placement=bottom-end]:before,
.dropdown .dropdown-menu[x-placement=bottom-start]:before,
.dropup .dropdown-menu[x-placement=bottom-end]:before,
.dropup .dropdown-menu[x-placement=bottom-start]:before {
    border-bottom-color: #d7d7d7
}

.dropdown .dropdown-menu[x-placement=top-end],
.dropdown .dropdown-menu[x-placement=top-start],
.dropup .dropdown-menu[x-placement=top-end],
.dropup .dropdown-menu[x-placement=top-start] {
    top: -.875rem!important
}

.dropdown .dropdown-menu[x-placement=top-end]:after,
.dropdown .dropdown-menu[x-placement=top-end]:before,
.dropdown .dropdown-menu[x-placement=top-start]:after,
.dropdown .dropdown-menu[x-placement=top-start]:before,
.dropup .dropdown-menu[x-placement=top-end]:after,
.dropup .dropdown-menu[x-placement=top-end]:before,
.dropup .dropdown-menu[x-placement=top-start]:after,
.dropup .dropdown-menu[x-placement=top-start]:before {
    top: 100%
}

.dropdown .dropdown-menu[x-placement=top-end]:after,
.dropdown .dropdown-menu[x-placement=top-start]:after,
.dropup .dropdown-menu[x-placement=top-end]:after,
.dropup .dropdown-menu[x-placement=top-start]:after {
    border-top-color: #fff
}

.dropdown .dropdown-menu[x-placement=top-end]:before,
.dropdown .dropdown-menu[x-placement=top-start]:before,
.dropup .dropdown-menu[x-placement=top-end]:before,
.dropup .dropdown-menu[x-placement=top-start]:before {
    border-top-color: #d7d7d7
}

.dropright .dropdown-menu:after {
    margin-top: .625rem
}

.dropright .dropdown-menu:before {
    margin-top: .5625rem
}

.dropright .dropdown-menu[x-placement=right-end],
.dropright .dropdown-menu[x-placement=right-start] {
    left: .875rem!important
}

.dropright .dropdown-menu[x-placement=right-end]:after,
.dropright .dropdown-menu[x-placement=right-end]:before,
.dropright .dropdown-menu[x-placement=right-start]:after,
.dropright .dropdown-menu[x-placement=right-start]:before {
    top: .5rem;
    right: 100%
}

.dropright .dropdown-menu[x-placement=right-end]:after,
.dropright .dropdown-menu[x-placement=right-start]:after {
    border-right-color: #fff
}

.dropright .dropdown-menu[x-placement=right-end]:before,
.dropright .dropdown-menu[x-placement=right-start]:before {
    border-right-color: #d7d7d7
}

.dropleft .dropdown-menu:after {
    margin-top: .625rem
}

.dropleft .dropdown-menu:before {
    margin-top: .5625rem
}

.dropleft .dropdown-menu[x-placement=left-end],
.dropleft .dropdown-menu[x-placement=left-start] {
    left: -.875rem!important
}

.dropleft .dropdown-menu[x-placement=left-end]:after,
.dropleft .dropdown-menu[x-placement=left-end]:before,
.dropleft .dropdown-menu[x-placement=left-start]:after,
.dropleft .dropdown-menu[x-placement=left-start]:before {
    top: .5rem;
    left: 100%
}

.dropleft .dropdown-menu[x-placement=left-end]:after,
.dropleft .dropdown-menu[x-placement=left-start]:after {
    border-left-color: #fff
}

.dropleft .dropdown-menu[x-placement=left-end]:before,
.dropleft .dropdown-menu[x-placement=left-start]:before {
    border-left-color: #d7d7d7
}

.dropdown-menu-lg {
    width: 21.25rem
}

.dropdown-menu-right:after {
    right: 1.125rem
}

.dropdown-menu-right:before {
    right: 1.0625rem
}

.dropdown-header {
    font-size: .75rem;
    text-transform: uppercase
}

.dropdown-divider {
    width: calc(100% - 2.75rem);
    margin-left: 1.375rem
}

.dropdown-item {
    font-weight: 500;
    color: #333
}

.dropdown-item:not(.disabled).active,
.dropdown-item:not(.disabled):active,
.dropdown-item:not(.disabled):focus {
    color: #0088ce;
    background-color: #fff
}

input:checked+.dropdown-item:not(.disabled) {
    color: #0088ce
}

.dropdown-item.disabled {
    color: #b9b9b9;
    pointer-events: none;
    cursor: none
}

.dropdown-menu-header {
    padding: 1.875rem;
    background-color: #4d4f53
}

@media (max-width:767.98px) {
    .dropdown .dropdown-toggle[aria-expanded=true] {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
    .dropup .dropdown-toggle[aria-expanded=true] {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
    .dropdown .dropdown-menu,
    .dropup .dropdown-menu {
        width: 100%;
        min-width: auto;
        margin: 0
    }
    .dropdown .dropdown-menu:after,
    .dropdown .dropdown-menu:before,
    .dropup .dropdown-menu:after,
    .dropup .dropdown-menu:before {
        pointer-events: none;
        border: 0;
        opacity: 0
    }
    .dropdown .dropdown-menu[x-placement=bottom-end],
    .dropdown .dropdown-menu[x-placement=bottom-start],
    .dropup .dropdown-menu[x-placement=bottom-end],
    .dropup .dropdown-menu[x-placement=bottom-start] {
        top: 0!important;
        border-top: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
    .dropdown .dropdown-menu[x-placement=top-end],
    .dropdown .dropdown-menu[x-placement=top-start],
    .dropup .dropdown-menu[x-placement=top-end],
    .dropup .dropdown-menu[x-placement=top-start] {
        top: 0!important;
        border-bottom: none;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
    .dropup-split.show .dropdown-toggle-split {
        border-top-right-radius: 0
    }
    .dropup-split.show .dropdown-menu {
        border-bottom: 1px solid #d7d7d7;
        border-bottom-right-radius: .4375rem
    }
    .dropdown-split.show .dropdown-toggle-split {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
    .dropdown-split.show .dropdown-menu {
        border-top: 1px solid #d7d7d7;
        border-top-right-radius: .4375rem
    }
    .dropdown-toggle-split+.dropdown-menu {
        right: 0!important;
        left: auto!important
    }
    .dropdown .dropdown-item,
    .dropup .dropdown-item {
        white-space: normal
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group,
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: 1.40625rem;
    padding-left: 1.40625rem
}

.dropdown-toggle-split:after {
    margin-left: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .9375rem;
    padding-left: .9375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file:focus,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
    margin-left: 0
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:first-child) .custom-file-label:before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: 0
}

.input-group-prepend {
    margin-right: 0
}

.input-group-append {
    margin-left: 0
}

.input-group-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .65625rem 1.25rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0088ce;
    text-align: center;
    white-space: nowrap;
    background-color: #d7d7d7;
    border: 0 solid #747678;
    border-radius: .4375rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group {
    z-index: 1
}

.input-group>.input-group-last:not(:last-child)>.btn {
    border-top-right-radius: .4375rem;
    border-bottom-right-radius: .4375rem
}

.input-group .form-control-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%
}

.input-group .form-control-container:not(:last-child),
.input-group .form-control-container:not(:last-child) .form-control,
.input-group .form-control-container:not(:last-child) .form-control-state {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group .form-control-container:not(:first-child),
.input-group .form-control-container:not(:first-child) .form-control,
.input-group .form-control-container:not(:first-child) .form-control-state {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group-prepend>.btn,
.input-group-prepend>.btn-group .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-append>.btn,
.input-group-append>.btn-group .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.375rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    background-color: #0088ce
}

.custom-control-input:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 1px #f2f2f2, none;
    box-shadow: 0 0 0 1px #f2f2f2, none
}

.custom-control-input:active~.custom-control-label:before {
    color: #fff;
    background-color: #82d4ff
}

.custom-control-input:disabled~.custom-control-label {
    color: #b9b9b9
}

.custom-control-input:disabled~.custom-control-label:before {
    background-color: transparent
}

.custom-control-label:before {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .125rem;
    left: 0;
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    content: ""
}

.custom-control-label:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: 3px
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    background-color: #0088ce
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    background-color: #0088ce
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: #f2f2f2
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: #f2f2f2
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:before {
    background-color: #0088ce
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: none
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: #f2f2f2
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: 2.25rem;
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #0088ce;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #747678;
    border-radius: .4375rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #4fc3ff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(79, 195, 255, .5);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(79, 195, 255, .5)
}

.custom-select:focus::-ms-value {
    color: #0088ce;
    background-color: #f2f2f2
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #333;
    background-color: #d7d7d7
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: 1.5625rem;
    font-size: 75%
}

.custom-select-lg,
.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.custom-select-lg {
    height: 2.875rem;
    font-size: 125%
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: 2.25rem
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-control {
    border-color: #4fc3ff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.custom-file-input:focus~.custom-file-control:before {
    border-color: #4fc3ff
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: 2.25rem;
    background-color: #f2f2f2;
    border: 1px solid #747678;
    border-radius: .4375rem
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem 1.875rem;
    line-height: 1.5;
    color: #0088ce
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(2.25rem - 1px * 2);
    content: "Browse";
    background-color: #d7d7d7;
    border-left: 1px solid #747678;
    border-radius: 0 .4375rem .4375rem 0
}

.custom-control-input:not(:disabled):checked~.custom-control-label,
.custom-control-input:not(:indeterminate):checked~.custom-control-label {
    color: #0088ce
}

.custom-control-input:not(:disabled):checked~.custom-control-label:before,
.custom-control-input:not(:indeterminate):checked~.custom-control-label:before {
    border-color: #0088ce
}

.custom-control-input:not(:disabled):checked~.custom-control-label.active,
.custom-control-input:not(:disabled):checked~.custom-control-label:active,
.custom-control-input:not(:disabled):checked~.custom-control-label:focus,
.custom-control-input:not(:disabled):checked~.custom-control-label:hover,
.custom-control-input:not(:indeterminate):checked~.custom-control-label.active,
.custom-control-input:not(:indeterminate):checked~.custom-control-label:active,
.custom-control-input:not(:indeterminate):checked~.custom-control-label:focus,
.custom-control-input:not(:indeterminate):checked~.custom-control-label:hover {
    color: #0074af
}

.custom-control-input:not(:disabled):checked~.custom-control-label.active:before,
.custom-control-input:not(:disabled):checked~.custom-control-label:active:before,
.custom-control-input:not(:disabled):checked~.custom-control-label:focus:before,
.custom-control-input:not(:disabled):checked~.custom-control-label:hover:before,
.custom-control-input:not(:indeterminate):checked~.custom-control-label.active:before,
.custom-control-input:not(:indeterminate):checked~.custom-control-label:active:before,
.custom-control-input:not(:indeterminate):checked~.custom-control-label:focus:before,
.custom-control-input:not(:indeterminate):checked~.custom-control-label:hover:before {
    background-color: #0074af;
    border-color: #0074af
}

.custom-control-input:disabled:checked~.custom-control-label,
.custom-control-input:disabled:indeterminate:checked~.custom-control-label,
.custom-control-input:disabled:indeterminate~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
    color: #b9b9b9!important
}

.custom-control-input:disabled:checked~.custom-control-label:before,
.custom-control-input:disabled:indeterminate:checked~.custom-control-label:before,
.custom-control-input:disabled:indeterminate~.custom-control-label:before,
.custom-control-input:disabled~.custom-control-label:before {
    border-color: #f2f2f2!important
}

.custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: #f2f2f2!important
}

.custom-control-label {
    padding-top: .125rem;
    margin-bottom: 0;
    color: #747678
}

.custom-control-label:before {
    border: 2px solid #b9b9b9
}

.custom-control-input:focus+.custom-control-label,
.custom-control-label.active,
.custom-control-label:active,
.custom-control-label:focus,
.custom-control-label:hover {
    color: #0088ce
}

.custom-control-input:focus+.custom-control-label:before,
.custom-control-label.active:before,
.custom-control-label:active:before,
.custom-control-label:focus:before,
.custom-control-label:hover:before {
    border-color: #0088ce
}

.custom-control-label.active:before {
    background-color: #0088ce
}

.custom-control-label.active:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-control-label.indeterminate:before {
    background-color: #0088ce;
    border-color: #0088ce
}

.custom-control-label.indeterminate:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-control-label.indeterminate:hover {
    color: #0074af
}

.custom-control-label.indeterminate:hover:before {
    background-color: #0074af;
    border-color: #0074af
}

.custom-control-label:checked:hover {
    color: #0088ce
}

.custom-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.custom-checkbox .custom-control-input:not(:disabled):not(.disabled):indeterminate~.custom-control-label {
    color: #0088ce
}

.custom-checkbox .custom-control-input:not(:disabled):not(.disabled):indeterminate~.custom-control-label:before {
    border-color: #0088ce
}

.custom-checkbox .custom-control-input:not(:disabled):not(.disabled):indeterminate~.custom-control-label:hover {
    color: #0074af
}

.custom-checkbox .custom-control-input:not(:disabled):not(.disabled):indeterminate~.custom-control-label:hover:before {
    background-color: #0074af;
    border-color: #0074af
}

.custom-checkbox.is-green .custom-control-input:not(:disabled):checked~.custom-control-label,
.custom-checkbox.is-green .custom-control-input:not(:indeterminate):checked~.custom-control-label {
    color: #4cd201
}

.custom-checkbox.is-green .custom-control-input:not(:disabled):checked~.custom-control-label:before,
.custom-checkbox.is-green .custom-control-input:not(:indeterminate):checked~.custom-control-label:before {
    background-color: #4cd201;
    border-color: #4cd201
}

.custom-checkbox.is-green .custom-control-input:not(:disabled):checked~.custom-control-label.active,
.custom-checkbox.is-green .custom-control-input:not(:disabled):checked~.custom-control-label:active,
.custom-checkbox.is-green .custom-control-input:not(:disabled):checked~.custom-control-label:focus,
.custom-checkbox.is-green .custom-control-input:not(:disabled):checked~.custom-control-label:hover,
.custom-checkbox.is-green .custom-control-input:not(:indeterminate):checked~.custom-control-label.active,
.custom-checkbox.is-green .custom-control-input:not(:indeterminate):checked~.custom-control-label:active,
.custom-checkbox.is-green .custom-control-input:not(:indeterminate):checked~.custom-control-label:focus,
.custom-checkbox.is-green .custom-control-input:not(:indeterminate):checked~.custom-control-label:hover {
    color: #4cd201
}

.custom-checkbox.is-green .custom-control-input:not(:disabled):checked~.custom-control-label.active:before,
.custom-checkbox.is-green .custom-control-input:not(:disabled):checked~.custom-control-label:active:before,
.custom-checkbox.is-green .custom-control-input:not(:disabled):checked~.custom-control-label:focus:before,
.custom-checkbox.is-green .custom-control-input:not(:disabled):checked~.custom-control-label:hover:before,
.custom-checkbox.is-green .custom-control-input:not(:indeterminate):checked~.custom-control-label.active:before,
.custom-checkbox.is-green .custom-control-input:not(:indeterminate):checked~.custom-control-label:active:before,
.custom-checkbox.is-green .custom-control-input:not(:indeterminate):checked~.custom-control-label:focus:before,
.custom-checkbox.is-green .custom-control-input:not(:indeterminate):checked~.custom-control-label:hover:before {
    background-color: #4cd201;
    border-color: #4cd201
}

.custom-checkbox.is-green .custom-control-input:focus~.custom-control-label {
    color: #4cd201
}

.custom-checkbox.is-green .custom-control-input:focus~.custom-control-label:before {
    border-color: #4cd201
}

.custom-checkbox.is-green .custom-control-label.active,
.custom-checkbox.is-green .custom-control-label:active,
.custom-checkbox.is-green .custom-control-label:focus,
.custom-checkbox.is-green .custom-control-label:hover {
    color: #4cd201
}

.custom-checkbox.is-green .custom-control-label.active:before,
.custom-checkbox.is-green .custom-control-label:active:before,
.custom-checkbox.is-green .custom-control-label:focus:before,
.custom-checkbox.is-green .custom-control-label:hover:before {
    border-color: #4cd201
}

.custom-checkbox.is-yellow .custom-control-input:not(:disabled):checked~.custom-control-label,
.custom-checkbox.is-yellow .custom-control-input:not(:indeterminate):checked~.custom-control-label {
    color: #ffb901
}

.custom-checkbox.is-yellow .custom-control-input:not(:disabled):checked~.custom-control-label:before,
.custom-checkbox.is-yellow .custom-control-input:not(:indeterminate):checked~.custom-control-label:before {
    background-color: #ffb901;
    border-color: #ffb901
}

.custom-checkbox.is-yellow .custom-control-input:not(:disabled):checked~.custom-control-label.active,
.custom-checkbox.is-yellow .custom-control-input:not(:disabled):checked~.custom-control-label:active,
.custom-checkbox.is-yellow .custom-control-input:not(:disabled):checked~.custom-control-label:focus,
.custom-checkbox.is-yellow .custom-control-input:not(:disabled):checked~.custom-control-label:hover,
.custom-checkbox.is-yellow .custom-control-input:not(:indeterminate):checked~.custom-control-label.active,
.custom-checkbox.is-yellow .custom-control-input:not(:indeterminate):checked~.custom-control-label:active,
.custom-checkbox.is-yellow .custom-control-input:not(:indeterminate):checked~.custom-control-label:focus,
.custom-checkbox.is-yellow .custom-control-input:not(:indeterminate):checked~.custom-control-label:hover {
    color: #ffb901
}

.custom-checkbox.is-yellow .custom-control-input:not(:disabled):checked~.custom-control-label.active:before,
.custom-checkbox.is-yellow .custom-control-input:not(:disabled):checked~.custom-control-label:active:before,
.custom-checkbox.is-yellow .custom-control-input:not(:disabled):checked~.custom-control-label:focus:before,
.custom-checkbox.is-yellow .custom-control-input:not(:disabled):checked~.custom-control-label:hover:before,
.custom-checkbox.is-yellow .custom-control-input:not(:indeterminate):checked~.custom-control-label.active:before,
.custom-checkbox.is-yellow .custom-control-input:not(:indeterminate):checked~.custom-control-label:active:before,
.custom-checkbox.is-yellow .custom-control-input:not(:indeterminate):checked~.custom-control-label:focus:before,
.custom-checkbox.is-yellow .custom-control-input:not(:indeterminate):checked~.custom-control-label:hover:before {
    background-color: #ffb901;
    border-color: #ffb901
}

.custom-checkbox.is-yellow .custom-control-input:focus~.custom-control-label {
    color: #ffb901
}

.custom-checkbox.is-yellow .custom-control-input:focus~.custom-control-label:before {
    border-color: #ffb901
}

.custom-checkbox.is-yellow .custom-control-label.active,
.custom-checkbox.is-yellow .custom-control-label:active,
.custom-checkbox.is-yellow .custom-control-label:focus,
.custom-checkbox.is-yellow .custom-control-label:hover {
    color: #ffb901
}

.custom-checkbox.is-yellow .custom-control-label.active:before,
.custom-checkbox.is-yellow .custom-control-label:active:before,
.custom-checkbox.is-yellow .custom-control-label:focus:before,
.custom-checkbox.is-yellow .custom-control-label:hover:before {
    border-color: #ffb901
}

.custom-checkbox.is-gray .custom-control-input:not(:disabled):checked~.custom-control-label,
.custom-checkbox.is-gray .custom-control-input:not(:indeterminate):checked~.custom-control-label {
    color: #333
}

.custom-checkbox.is-gray .custom-control-input:not(:disabled):checked~.custom-control-label:before,
.custom-checkbox.is-gray .custom-control-input:not(:indeterminate):checked~.custom-control-label:before {
    background-color: #333;
    border-color: #333
}

.custom-checkbox.is-gray .custom-control-input:not(:disabled):checked~.custom-control-label.active,
.custom-checkbox.is-gray .custom-control-input:not(:disabled):checked~.custom-control-label:active,
.custom-checkbox.is-gray .custom-control-input:not(:disabled):checked~.custom-control-label:focus,
.custom-checkbox.is-gray .custom-control-input:not(:disabled):checked~.custom-control-label:hover,
.custom-checkbox.is-gray .custom-control-input:not(:indeterminate):checked~.custom-control-label.active,
.custom-checkbox.is-gray .custom-control-input:not(:indeterminate):checked~.custom-control-label:active,
.custom-checkbox.is-gray .custom-control-input:not(:indeterminate):checked~.custom-control-label:focus,
.custom-checkbox.is-gray .custom-control-input:not(:indeterminate):checked~.custom-control-label:hover {
    color: #333
}

.custom-checkbox.is-gray .custom-control-input:not(:disabled):checked~.custom-control-label.active:before,
.custom-checkbox.is-gray .custom-control-input:not(:disabled):checked~.custom-control-label:active:before,
.custom-checkbox.is-gray .custom-control-input:not(:disabled):checked~.custom-control-label:focus:before,
.custom-checkbox.is-gray .custom-control-input:not(:disabled):checked~.custom-control-label:hover:before,
.custom-checkbox.is-gray .custom-control-input:not(:indeterminate):checked~.custom-control-label.active:before,
.custom-checkbox.is-gray .custom-control-input:not(:indeterminate):checked~.custom-control-label:active:before,
.custom-checkbox.is-gray .custom-control-input:not(:indeterminate):checked~.custom-control-label:focus:before,
.custom-checkbox.is-gray .custom-control-input:not(:indeterminate):checked~.custom-control-label:hover:before {
    background-color: #333;
    border-color: #333
}

.custom-checkbox.is-gray .custom-control-input:focus~.custom-control-label {
    color: #333
}

.custom-checkbox.is-gray .custom-control-input:focus~.custom-control-label:before {
    border-color: #333
}

.custom-checkbox.is-gray .custom-control-label.active,
.custom-checkbox.is-gray .custom-control-label:active,
.custom-checkbox.is-gray .custom-control-label:focus,
.custom-checkbox.is-gray .custom-control-label:hover {
    color: #333
}

.custom-checkbox.is-gray .custom-control-label.active:before,
.custom-checkbox.is-gray .custom-control-label:active:before,
.custom-checkbox.is-gray .custom-control-label:focus:before,
.custom-checkbox.is-gray .custom-control-label:hover:before {
    border-color: #333
}

.custom-checkbox.is-pink .custom-control-input:not(:disabled):checked~.custom-control-label,
.custom-checkbox.is-pink .custom-control-input:not(:indeterminate):checked~.custom-control-label {
    color: #a1006b
}

.custom-checkbox.is-pink .custom-control-input:not(:disabled):checked~.custom-control-label:before,
.custom-checkbox.is-pink .custom-control-input:not(:indeterminate):checked~.custom-control-label:before {
    background-color: #a1006b;
    border-color: #a1006b
}

.custom-checkbox.is-pink .custom-control-input:not(:disabled):checked~.custom-control-label.active,
.custom-checkbox.is-pink .custom-control-input:not(:disabled):checked~.custom-control-label:active,
.custom-checkbox.is-pink .custom-control-input:not(:disabled):checked~.custom-control-label:focus,
.custom-checkbox.is-pink .custom-control-input:not(:disabled):checked~.custom-control-label:hover,
.custom-checkbox.is-pink .custom-control-input:not(:indeterminate):checked~.custom-control-label.active,
.custom-checkbox.is-pink .custom-control-input:not(:indeterminate):checked~.custom-control-label:active,
.custom-checkbox.is-pink .custom-control-input:not(:indeterminate):checked~.custom-control-label:focus,
.custom-checkbox.is-pink .custom-control-input:not(:indeterminate):checked~.custom-control-label:hover {
    color: #a1006b
}

.custom-checkbox.is-pink .custom-control-input:not(:disabled):checked~.custom-control-label.active:before,
.custom-checkbox.is-pink .custom-control-input:not(:disabled):checked~.custom-control-label:active:before,
.custom-checkbox.is-pink .custom-control-input:not(:disabled):checked~.custom-control-label:focus:before,
.custom-checkbox.is-pink .custom-control-input:not(:disabled):checked~.custom-control-label:hover:before,
.custom-checkbox.is-pink .custom-control-input:not(:indeterminate):checked~.custom-control-label.active:before,
.custom-checkbox.is-pink .custom-control-input:not(:indeterminate):checked~.custom-control-label:active:before,
.custom-checkbox.is-pink .custom-control-input:not(:indeterminate):checked~.custom-control-label:focus:before,
.custom-checkbox.is-pink .custom-control-input:not(:indeterminate):checked~.custom-control-label:hover:before {
    background-color: #a1006b;
    border-color: #a1006b
}

.custom-checkbox.is-pink .custom-control-input:focus~.custom-control-label {
    color: #a1006b
}

.custom-checkbox.is-pink .custom-control-input:focus~.custom-control-label:before {
    border-color: #a1006b
}

.custom-checkbox.is-pink .custom-control-label.active,
.custom-checkbox.is-pink .custom-control-label:active,
.custom-checkbox.is-pink .custom-control-label:focus,
.custom-checkbox.is-pink .custom-control-label:hover {
    color: #a1006b
}

.custom-checkbox.is-pink .custom-control-label.active:before,
.custom-checkbox.is-pink .custom-control-label:active:before,
.custom-checkbox.is-pink .custom-control-label:focus:before,
.custom-checkbox.is-pink .custom-control-label:hover:before {
    border-color: #a1006b
}

.custom-checkbox-alone {
    width: 1.125rem;
    height: 1.125rem;
    min-height: auto;
    padding: 0
}

.custom-checkbox-alone .custom-control-label:after,
.custom-checkbox-alone .custom-control-label:before {
    top: 0
}

.switch-control {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 1.5rem;
    margin-bottom: 0
}

.switch-control:focus input:not([disabled])+.switch-control-slider,
.switch-control:hover input:not([disabled])+.switch-control-slider {
    background-color: #0088ce
}

.switch-control:focus input:not([disabled])+.switch-control-slider:before,
.switch-control:hover input:not([disabled])+.switch-control-slider:before {
    background-color: #fff
}

.switch-control-slider {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    background-color: #f2f2f2;
    border-radius: .75rem
}

.switch-control-slider,
.switch-control-slider:before {
    position: absolute;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.switch-control-slider:before {
    bottom: .3125rem;
    left: .3125rem;
    width: .875rem;
    height: .875rem;
    content: "";
    background-color: #0088ce;
    border-radius: 50%
}

input:checked+.switch-control-slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px)
}

input:not([disabled]):checked+.switch-control-slider {
    background-color: #0088ce
}

input:not([disabled]):checked+.switch-control-slider:before {
    background-color: #fff
}

input[disabled]+.switch-control-slider {
    cursor: auto
}

input[disabled]+.switch-control-slider:before,
input[disabled]:checked+.switch-control-slider {
    background-color: #b9b9b9
}

input[disabled]:checked+.switch-control-slider:before {
    background-color: #fff
}

.options-control {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: .3125rem;
    background-color: #4d4f53;
    border-radius: .6875rem
}

.options-control.disabled {
    background-color: #f2f2f2
}

.options-control .options-item+.options-item {
    padding-left: .1875rem
}

.options-btn {
    padding: .375rem 1.25rem .3125rem;
    margin-bottom: 0;
    color: #fff;
    white-space: nowrap;
    border-radius: .4375rem
}

input[disabled]+.options-btn {
    color: #b9b9b9
}

input:checked+.options-btn,
input[disabled]:checked+.options-btn {
    color: #4d4f53;
    background-color: #fff
}

.options-control-lg .options-btn {
    padding: .625rem 1.25rem
}

.options-links {
    border-bottom: 1px solid #ebebeb
}

.options-links .options-item {
    position: relative;
    display: inline-block;
    padding-top: .375rem;
    padding-bottom: .375rem;
    color: #4d4f53;
    cursor: pointer
}

.options-links .options-item:not(:first-child) {
    margin-left: .5rem
}

.options-links .options-item:not(:last-child) {
    margin-right: .5rem
}

.options-links .options-item.active,
.options-links .options-item:active,
.options-links .options-item:focus,
.options-links .options-item:hover {
    color: #0088ce
}

.options-links .options-item.active:after,
.options-links .options-item:active:after,
.options-links .options-item:focus:after,
.options-links .options-item:hover:after {
    position: absolute;
    bottom: -.0625rem;
    left: 0;
    display: block;
    width: 100%;
    height: .3125rem;
    content: "";
    background-color: #0088ce;
    border-radius: .625rem
}

.select-improved:not(.active) .select-menu {
    display: none
}

.select-improved .form-control.is-placeholder {
    color: #747678
}

.select-control {
    position: relative
}

.select-improved.active>.select-control>.input-group .form-control {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.select-improved.active>.select-control .input-group-last>.btn {
    border-bottom-right-radius: 0
}

.select-improved-up.active>.select-control>.input-group .form-control {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: .4375rem;
    border-bottom-left-radius: .4375rem
}

.select-improved-up.active>.select-control .input-group-last>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: .4375rem
}

.select-control>.input-group .form-control {
    position: relative;
    border: 1px solid #f2f2f2;
    -webkit-transition: none;
    transition: none
}

.select-improved.active>.select-control>.input-group .form-control {
    border-top-color: #d7d7d7;
    border-left-color: #d7d7d7
}

.select-improved-up.active>.select-control>.input-group .form-control {
    border-top-color: #f2f2f2;
    border-bottom-color: #d7d7d7;
    border-left-color: #d7d7d7
}

.select-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-height: 22.5rem;
    padding: 1.25rem;
    overflow-y: auto;
    background-color: #fff;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-bottom-right-radius: .4375rem;
    border-bottom-left-radius: .4375rem
}

.select-menu>.d-flex {
    min-height: 0
}

.select-improved-up .select-menu {
    top: auto;
    bottom: 100%;
    border-top: 1px solid #d7d7d7;
    border-bottom: none;
    border-radius: .4375rem .4375rem 0 0
}

.select-menu-inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.select-menu-item {
    width: 100%;
    padding: 0;
    font-weight: 500;
    color: #4d4f53;
    text-align: left;
    cursor: pointer;
    background: none;
    border: 0
}

.select-menu-item.active,
.select-menu-item:active,
.select-menu-item:focus,
.select-menu-item:hover {
    color: #0088ce
}

.select-menu-item+.select-menu-item {
    margin-top: .875rem
}

.select-group+.select-group {
    margin-top: 1.125rem
}

.select-group-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.select-group-head .select-group-close {
    display: none
}

.select-group-head .select-group-show {
    display: inline-block
}

.select-group-head [class^=icons-arrow-] {
    display: inline-block;
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: -webkit-transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out, -webkit-transform .15s ease-out
}

.select-group-head[data-role=collapse]>* {
    pointer-events: none
}

.select-group-head.active .select-group-close {
    display: inline-block
}

.select-group-head.active .select-group-show {
    display: none
}

.select-group-head.active [class^=icons-arrow-] {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.select-group-title {
    padding: 0;
    font-weight: 500;
    color: #4d4f53;
    text-align: left;
    cursor: pointer;
    background: none;
    border: 0
}

.select-group-content {
    padding-top: .875rem;
    padding-left: 1.75rem
}

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: .4375rem;
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .4375rem;
    border-top-right-radius: .4375rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .4375rem;
    border-bottom-left-radius: .4375rem
}

.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 0 solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: 0.4375rem 0.4375rem 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 0 solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 0.4375rem 0.4375rem
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: 0.4375rem
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 0.4375rem;
    border-top-right-radius: 0.4375rem
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: 0.4375rem;
    border-bottom-left-radius: 0.4375rem
}

.card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 10px
}

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -10px;
        margin-left: -10px
    }
    .card-deck,
    .card-deck .card {
        -webkit-box-direction: normal
    }
    .card-deck .card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 10px;
        margin-bottom: 0;
        margin-left: 10px
    }
}

.card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 10px
}

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group>.card {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:first-child .card-header,
    .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:first-child .card-footer,
    .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:last-child .card-header,
    .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:last-child .card-footer,
    .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }
    .card-group>.card:only-child {
        border-radius: .4375rem
    }
    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        border-top-left-radius: .4375rem;
        border-top-right-radius: .4375rem
    }
    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: .4375rem;
        border-bottom-left-radius: .4375rem
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child),
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #fff;
    border-radius: .4375rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #333;
    content: "url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath fill='%23b9b9b9' d='M40.42 25 17 48.85a4.69 4.69 0 0 1-6.15 0,5.15 5.15 0 0 1-1.16-3.08 4.38 4.38 0 0 1 1.16-3.08L28.12 25 10.81 7.31A4.6 4.6 0 0 1 11.58.38a5.39 5.39 0 0 1 5.77 1.16Z'/%3E%3C/svg%3E\")"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #0088ce
}

.breadcrumb {
    border-bottom: 1px solid #f2f2f2;
    border-radius: 0
}

.breadcrumb,
.breadcrumb-item {
    font-weight: 500
}

.breadcrumb-item+.breadcrumb-item:before {
    width: 1.5rem;
    height: .625rem;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath fill='%230088ce' d='M40.42 25 17 48.85a4.69 4.69 0 0 1-6.15 0,5.15 5.15 0 0 1-1.16-3.08 4.38 4.38 0 0 1 1.16-3.08L28.12 25 10.81 7.31A4.6 4.6 0 0 1 11.58.38a5.39 5.39 0 0 1 5.77 1.16Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: .5rem .625rem
}

.breadcrumb-item.active {
    color: #333
}

.breadcrumb-item.active~.breadcrumb-item:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath fill='%23b9b9b9' d='M40.42 25 17 48.85a4.69 4.69 0 0 1-6.15 0,5.15 5.15 0 0 1-1.16-3.08 4.38 4.38 0 0 1 1.16-3.08L28.12 25 10.81 7.31A4.6 4.6 0 0 1 11.58.38a5.39 5.39 0 0 1 5.77 1.16Z'/%3E%3C/svg%3E")
}

.breadcrumb-item.active~.breadcrumb-item a {
    font-weight: 400;
    color: #747678
}

.breadcrumb-item.active+.breadcrumb-item:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath fill='%333333' d='M40.42 25 17 48.85a4.69 4.69 0 0 1-6.15 0,5.15 5.15 0 0 1-1.16-3.08 4.38 4.38 0 0 1 1.16-3.08L28.12 25 10.81 7.31A4.6 4.6 0 0 1 11.58.38a5.39 5.39 0 0 1 5.77 1.16Z'/%3E%3C/svg%3E")
}

.breadcrumb-lg {
    font-size: 1.5rem;
    line-height: 1.25
}

.breadcrumb-lg .breadcrumb-item+.breadcrumb-item:before {
    width: 1.625rem;
    height: .875rem;
    background-size: .625rem .875rem
}

@media (max-width:1023.98px) {
    .breadcrumb-lg {
        font-size: 1.25rem;
        line-height: 1.3
    }
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .4375rem
}

.page-link {
    position: relative;
    display: block;
    padding: .125rem .313rem;
    margin-left: 0;
    line-height: 1.25;
    color: #747678;
    border: 0 solid transparent
}

.page-link,
.page-link:hover {
    background-color: transparent
}

.page-link:hover {
    color: #0074af;
    text-decoration: none;
    border-color: transparent
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .4375rem;
    border-bottom-left-radius: .4375rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .4375rem;
    border-bottom-right-radius: .4375rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #0088ce;
    background-color: transparent;
    border-color: transparent
}

.page-item.disabled .page-link {
    color: #333;
    pointer-events: none;
    cursor: auto;
    background-color: transparent;
    border-color: transparent
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .4375rem;
    border-bottom-left-radius: .4375rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .4375rem;
    border-bottom-right-radius: .4375rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .4375rem;
    border-bottom-left-radius: .4375rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .4375rem;
    border-bottom-right-radius: .4375rem
}

.page-item {
    padding-right: .25rem;
    padding-left: .25rem;
    font-size: 1rem;
    color: gray
}

.page-item.active .page-link {
    position: relative
}

.page-item.active .page-link:hover {
    color: #0074af
}

.page-item.active .page-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .125rem;
    content: "";
    background-color: currentColor;
    border-radius: 2px
}

.page-item:not(.page-skip)+.page-skip {
    padding-left: 1.875rem
}

.page-link {
    font-size: .875rem
}

.page-link,
.page-skip {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.page-skip:not(.disabled) .page-link {
    color: #0088ce
}

.page-skip:not(.disabled) .page-link:hover {
    color: #0074af
}

.page-skip+.page-item:not(.page-skip) {
    padding-left: 1.875rem
}

@media (min-width:576px) {
    .page-link {
        font-size: 1rem
    }
}

.badge {
    display: inline-block;
    padding: .313rem 1.5rem;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .75rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #0088ce
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #00669b
}

.badge-primary-dark {
    color: #fff;
    background-color: #0074af
}

.badge-primary-dark[href]:focus,
.badge-primary-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #00527c
}

.badge-secondary {
    color: #fff;
    background-color: #4d4f53
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #343639
}

.badge-success {
    color: #212529;
    background-color: #82be00
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #5f8b00
}

.badge-info {
    color: #fff;
    background-color: #009aa6
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #006b73
}

.badge-warning {
    color: #212529;
    background-color: #ffb612
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #de9a00
}

.badge-danger {
    color: #fff;
    background-color: #cd0037
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #9a0029
}

.badge-light {
    color: #212529;
    background-color: #f2f2f2
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d9d9d9
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.badge-white {
    color: #212529;
    background-color: #fff
}

.badge-white[href]:focus,
.badge-white[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #e6e6e6
}

.sami {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.125rem;
    height: 3.125rem;
    color: #fff;
    text-transform: uppercase;
    background-color: #b9b9b9;
    border-radius: .4375rem
}

.sami-blue {
    background-color: #0088ce
}

.sami-checkbox-blue {
    cursor: pointer
}

input:checked+.sami-checkbox-blue {
    background-color: #0088ce
}

.sami-red {
    background-color: #cd0037
}

.sami-checkbox-red {
    cursor: pointer
}

input:checked+.sami-checkbox-red {
    background-color: #cd0037
}

.sami-yellow {
    background-color: #ffb612
}

.sami-checkbox-yellow {
    cursor: pointer
}

input:checked+.sami-checkbox-yellow {
    background-color: #ffb612
}

.sami-green {
    background-color: #82be00
}

.sami-checkbox-green {
    cursor: pointer
}

input:checked+.sami-checkbox-green {
    background-color: #82be00
}

.sami-gray {
    background-color: #333
}

.sami-checkbox-gray {
    cursor: pointer
}

input:checked+.sami-checkbox-gray {
    background-color: #333
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #d7d7d7;
    border-radius: .4375rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .4375rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3.7rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #00476b;
    background-color: #cce7f5;
    border-color: #b8def1
}

.alert-primary hr {
    border-top-color: #a3d4ed
}

.alert-primary .alert-link {
    color: #002538
}

.alert-primary-dark {
    color: #003c5b;
    background-color: #cce3ef;
    border-color: #b8d8e9
}

.alert-primary-dark hr {
    border-top-color: #a5cde3
}

.alert-primary-dark .alert-link {
    color: #001a28
}

.alert-secondary {
    color: #28292b;
    background-color: #dbdcdd;
    border-color: #cdcecf
}

.alert-secondary hr {
    border-top-color: #c0c1c3
}

.alert-secondary .alert-link {
    color: #0f1011
}

.alert-success {
    color: #446300;
    background-color: #e6f2cc;
    border-color: #dcedb8
}

.alert-success hr {
    border-top-color: #d2e8a4
}

.alert-success .alert-link {
    color: #213000
}

.alert-info {
    color: #005056;
    background-color: #ccebed;
    border-color: #b8e3e6
}

.alert-info hr {
    border-top-color: #a5dcdf
}

.alert-info .alert-link {
    color: #002123
}

.alert-warning {
    color: #855f09;
    background-color: #fff0d0;
    border-color: #ffebbd
}

.alert-warning hr {
    border-top-color: #ffe3a4
}

.alert-warning .alert-link {
    color: #553d06
}

.alert-danger {
    color: #6b001d;
    background-color: #f5ccd7;
    border-color: #f1b8c7
}

.alert-danger hr {
    border-top-color: #eda3b6
}

.alert-danger .alert-link {
    color: #38000f
}

.alert-light {
    color: #7e7e7e;
    background-color: #fcfcfc;
    border-color: #fbfbfb
}

.alert-light hr {
    border-top-color: #eee
}

.alert-light .alert-link {
    color: #656565
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

.alert-white {
    color: #858585;
    background-color: #fff;
    border-color: #fff
}

.alert-white hr {
    border-top-color: #f2f2f2
}

.alert-white .alert-link {
    color: #6c6c6c
}

.progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: .625rem;
    font-size: .75rem;
    color: #4d4f53;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #e1ded9), color-stop(50%, transparent));
    background-image: -webkit-linear-gradient(left, #e1ded9 50%, transparent 0);
    background-image: linear-gradient(90deg, #e1ded9 50%, transparent 0);
    background-size: .25rem .625rem;
    border-radius: .3125rem
}

.progress.has-label {
    margin-top: 2.375rem
}

.progress-bar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #4d4f53;
    text-align: center;
    background-color: #0088ce;
    border-radius: .3125rem;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-label {
    position: absolute;
    right: 0;
    bottom: calc(100% + .5rem);
    font-size: 1.5rem;
    font-weight: 500
}

.progress-label sup {
    font-size: .875rem
}

.progress-bar[aria-valuenow="100"] .progress-label {
    right: 0;
    left: auto;
    color: #0088ce
}

.progress-circle {
    position: relative;
    display: inline-block;
    width: 7.5rem;
    height: 7.5rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 120' style='enable-background:new 0 0 120 120;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23D7D7D7;%7d %3c/style%3e%3cg%3e%3crect x='59' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='55.2' y='0.1' transform='matrix(0.9976 -6.975647e-02 6.975647e-02 0.9976 -0.2907 3.9376)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='51.5' y='0.5' transform='matrix(0.9903 -0.1392 0.1392 0.9903 -0.3974 7.368)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='47.8' y='1.2' transform='matrix(0.9781 -0.2079 0.2079 0.9781 -0.427 10.2973)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='44.1' y='2.1' transform='matrix(0.9613 -0.2756 0.2756 0.9613 -0.4827 12.749)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='40.5' y='3.3' transform='matrix(0.9397 -0.342 0.342 0.9397 -0.6613 14.7626)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='37' y='4.7' transform='matrix(0.9135 -0.4067 0.4067 0.9135 -1.0509 16.3931)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='33.6' y='6.3' transform='matrix(0.8829 -0.4695 0.4695 0.8829 -1.7286 17.7087)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='30.4' y='8.2' transform='matrix(0.848 -0.5299 0.5299 0.848 -2.7588 18.7897)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='27.3' y='10.3' transform='matrix(0.809 -0.5878 0.5878 0.809 -4.1915 19.7261)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='24.3' y='12.6' transform='matrix(0.766 -0.6428 0.6428 0.766 -6.0608 20.6152)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='21.5' y='15.2' transform='matrix(0.7193 -0.6947 0.6947 0.7193 -8.3843 21.5593)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='18.9' y='17.9' transform='matrix(0.6691 -0.7431 0.7431 0.6691 -11.1622 22.6633)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='16.4' y='20.8' transform='matrix(0.6157 -0.788 0.788 0.6157 -14.3769 24.0315)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='14.2' y='23.8' transform='matrix(0.5592 -0.829 0.829 0.5592 -17.9939 25.7655)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='12.2' y='27' transform='matrix(0.5 -0.866 0.866 0.5 -21.9615 27.9615)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='10.5' y='30.3' transform='matrix(0.4384 -0.8988 0.8988 0.4384 -26.2122 30.7076)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='8.9' y='33.8' transform='matrix(0.3746 -0.9272 0.9272 0.3746 -30.6638 34.0815)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='7.6' y='37.3' transform='matrix(0.309 -0.9511 0.9511 0.309 -35.2211 38.1485)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='6.6' y='40.9' transform='matrix(0.2419 -0.9703 0.9703 0.2419 -39.7776 42.9595)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='5.8' y='44.6' transform='matrix(0.1736 -0.9848 0.9848 0.1736 -44.2179 48.5492)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='5.3' y='48.4' transform='matrix(0.1045 -0.9945 0.9945 0.1045 -48.42 54.9351)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='5' y='52.1' transform='matrix(3.489950e-02 -0.9994 0.9994 3.489950e-02 -52.2577 62.1164)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='0' y='60.9' transform='matrix(0.9994 -3.489950e-02 3.489950e-02 0.9994 -2.1561 0.2482)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='0.3' y='64.6' transform='matrix(0.9945 -0.1045 0.1045 0.9945 -6.8272 1.0177)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='0.8' y='68.4' transform='matrix(0.9848 -0.1736 0.1736 0.9848 -11.9436 2.2383)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='1.6' y='72.1' transform='matrix(0.9703 -0.2419 0.2419 0.9703 -17.4499 4.0099)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='2.6' y='75.7' transform='matrix(0.9511 -0.309 0.309 0.9511 -23.2745 6.4241)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='3.9' y='79.2' transform='matrix(0.9272 -0.3746 0.3746 0.9272 -29.331 9.5626)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='5.5' y='82.7' transform='matrix(0.8988 -0.4384 0.4384 0.8988 -35.5191 13.4941)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='7.2' y='86' transform='matrix(0.866 -0.5 0.5 0.866 -41.7269 18.2731)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='9.2' y='89.2' transform='matrix(0.829 -0.5592 0.5592 0.829 -47.8331 23.9378)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='11.4' y='92.2' transform='matrix(0.788 -0.6157 0.6157 0.788 -53.7091 30.5088)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='13.9' y='95.1' transform='matrix(0.7431 -0.6691 0.6691 0.7431 -59.2218 37.988)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='16.5' y='97.8' transform='matrix(0.6947 -0.7193 0.7193 0.6947 -64.236 46.3581)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='19.3' y='100.4' transform='matrix(0.6428 -0.766 0.766 0.6428 -68.6175 55.5822)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='22.3' y='102.7' transform='matrix(0.5878 -0.809 0.809 0.5878 -72.2355 65.6038)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='25.4' y='104.8' transform='matrix(0.5299 -0.848 0.848 0.5299 -74.9657 76.3475)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='28.6' y='106.7' transform='matrix(0.4695 -0.8829 0.8829 0.4695 -76.693 87.7197)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='32' y='108.3' transform='matrix(0.4067 -0.9135 0.9135 0.4067 -77.3138 99.6102)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='35.5' y='109.7' transform='matrix(0.342 -0.9397 0.9397 0.342 -76.7383 111.8932)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='39.1' y='110.9' transform='matrix(0.2756 -0.9613 0.9613 0.2756 -74.893 124.43)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='42.8' y='111.8' transform='matrix(0.2079 -0.9781 0.9781 0.2079 -71.7222 137.0703)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='46.5' y='112.5' transform='matrix(0.1392 -0.9903 0.9903 0.1392 -67.1899 149.6558)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='50.2' y='112.9' transform='matrix(6.975647e-02 -0.9976 0.9976 6.975647e-02 -61.2806 162.0216)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='59' y='108' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='62.8' y='107.9' transform='matrix(0.9976 -6.975647e-02 6.975647e-02 0.9976 -7.7877 4.7255)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='66.5' y='107.5' transform='matrix(0.9903 -0.1392 0.1392 0.9903 -15.1355 10.5006)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='70.2' y='106.8' transform='matrix(0.9781 -0.2079 0.2079 0.9781 -21.9001 17.2744)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='73.9' y='105.9' transform='matrix(0.9613 -0.2756 0.2756 0.9613 -27.9452 24.9761)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='77.5' y='104.7' transform='matrix(0.9397 -0.342 0.342 0.9397 -33.1442 33.5167)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='81' y='103.3' transform='matrix(0.9135 -0.4067 0.4067 0.9135 -37.383 42.7899)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='84.4' y='101.7' transform='matrix(0.8829 -0.4695 0.4695 0.8829 -40.5617 52.6742)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='87.6' y='99.8' transform='matrix(0.848 -0.5299 0.5299 0.848 -42.5973 63.0348)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='90.7' y='97.7' transform='matrix(0.809 -0.5878 0.5878 0.809 -43.4248 73.7261)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='93.7' y='95.4' transform='matrix(0.766 -0.6428 0.6428 0.766 -42.999 84.594)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='96.5' y='92.8' transform='matrix(0.7193 -0.6947 0.6947 0.7193 -41.2954 95.4789)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='99.1' y='90.1' transform='matrix(0.6691 -0.7431 0.7431 0.6691 -38.3109 106.2184)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='101.6' y='87.2' transform='matrix(0.6157 -0.788 0.788 0.6157 -34.0637 116.6505)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='103.8' y='84.2' transform='matrix(0.5592 -0.829 0.829 0.5592 -28.5937 126.6159)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='105.8' y='81' transform='matrix(0.5 -0.866 0.866 0.5 -21.9615 135.9615)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='107.5' y='77.7' transform='matrix(0.4384 -0.8988 0.8988 0.4384 -14.2476 144.5431)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='109.1' y='74.2' transform='matrix(0.3746 -0.9272 0.9272 0.3746 -5.5511 152.2277)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='110.4' y='70.7' transform='matrix(0.309 -0.9511 0.9511 0.309 4.0122 158.8962)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='111.4' y='67.1' transform='matrix(0.2419 -0.9703 0.9703 0.2419 14.3114 164.4454)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='112.2' y='63.4' transform='matrix(0.1736 -0.9848 0.9848 0.1736 25.2032 168.79)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='112.7' y='59.6' transform='matrix(0.1045 -0.9945 0.9945 0.1045 36.5339 171.8641)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='113' y='55.9' transform='matrix(3.489950e-02 -0.9994 0.9994 3.489950e-02 48.1428 173.6225)' class='st0' width='2' height='12'/%3e%3c/g%3e%3cg%3e%3crect x='108' y='57.1' transform='matrix(0.9994 -3.489950e-02 3.489950e-02 0.9994 -1.9588 4.0128)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='107.7' y='53.4' transform='matrix(0.9945 -0.1045 0.1045 0.9945 -5.0588 12.1831)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='107.2' y='49.6' transform='matrix(0.9848 -0.1736 0.1736 0.9848 -7.0711 20.4225)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='106.4' y='45.9' transform='matrix(0.9703 -0.2419 0.2419 0.9703 -8.0163 28.5853)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='105.4' y='42.3' transform='matrix(0.9511 -0.309 0.309 0.9511 -7.9343 36.5311)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='104.1' y='38.8' transform='matrix(0.9272 -0.3746 0.3746 0.9272 -6.8838 44.1282)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='102.5' y='35.3' transform='matrix(0.8988 -0.4384 0.4384 0.8988 -4.9408 51.2552)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='100.8' y='32' transform='matrix(0.866 -0.5 0.5 0.866 -2.1962 57.8038)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='98.8' y='28.8' transform='matrix(0.829 -0.5592 0.5592 0.829 1.2454 63.6808)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='96.6' y='25.8' transform='matrix(0.788 -0.6157 0.6157 0.788 5.2685 68.8093)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='94.1' y='22.9' transform='matrix(0.7431 -0.6691 0.6691 0.7431 9.7488 73.1303)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='91.5' y='20.2' transform='matrix(0.6947 -0.7193 0.7193 0.6947 14.5562 76.6036)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='88.7' y='17.6' transform='matrix(0.6428 -0.766 0.766 0.6428 19.5576 79.2086)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='85.7' y='15.3' transform='matrix(0.5878 -0.809 0.809 0.5878 24.6192 80.944)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='82.6' y='13.2' transform='matrix(0.5299 -0.848 0.848 0.5299 29.6096 81.828)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='79.4' y='11.3' transform='matrix(0.4695 -0.8829 0.8829 0.4695 34.4027 81.8974)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='76' y='9.7' transform='matrix(0.4067 -0.9135 0.9135 0.4067 38.8799 81.2069)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='72.5' y='8.3' transform='matrix(0.342 -0.9397 0.9397 0.342 42.9327 79.8275)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='68.9' y='7.1' transform='matrix(0.2756 -0.9613 0.9613 0.2756 46.4651 77.845)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='65.2' y='6.2' transform='matrix(0.2079 -0.9781 0.9781 0.2079 49.3951 75.358)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='61.5' y='5.5' transform='matrix(0.1392 -0.9903 0.9903 0.1392 51.657 72.4756)' class='st0' width='12' height='2'/%3e%3c/g%3e%3cg%3e%3crect x='57.8' y='5.1' transform='matrix(6.975647e-02 -0.9976 0.9976 6.975647e-02 53.2021 69.3153)' class='st0' width='12' height='2'/%3e%3c/g%3e%3c/svg%3e")
}

.progress-circle-figure {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.progress-circle-meter,
.progress-circle-value {
    fill: none
}

.progress-circle-meter {
    stroke: #fff
}

.progress-circle-value {
    stroke: #0088ce;
    stroke-linecap: round
}

.progress-circle-label {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    font-weight: 500
}

.progress-circle-label sup {
    font-size: .875rem
}

.progress-circle-label.done {
    color: #0088ce
}

.progress-sm {
    height: .3125rem;
    overflow: hidden;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    border-radius: .15625rem
}

.media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.meta-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none
}

@media (max-width:575.98px) {
    .meta-list-item.separator-none {
        padding-left: 0
    }
    .meta-list-item.separator-none:before {
        display: none
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .meta-list-item.separator-sm-none {
        padding-left: 0
    }
    .meta-list-item.separator-sm-none:before {
        display: none
    }
}

@media (min-width:768px) and (max-width:1023.98px) {
    .meta-list-item.separator-md-none {
        padding-left: 0
    }
    .meta-list-item.separator-md-none:before {
        display: none
    }
}

@media (min-width:1024px) and (max-width:1279.98px) {
    .meta-list-item.separator-lg-none {
        padding-left: 0
    }
    .meta-list-item.separator-lg-none:before {
        display: none
    }
}

@media (min-width:1280px) {
    .meta-list-item.separator-xl-none {
        padding-left: 0
    }
    .meta-list-item.separator-xl-none:before {
        display: none
    }
}

@media (min-width:1024px) {
    .meta-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .meta-list-item {
        padding-right: 1.25rem
    }
    .meta-list-item.separator {
        position: relative;
        padding-left: 1.375rem
    }
    .meta-list-item.separator:before {
        position: absolute;
        top: .25rem;
        left: 0;
        display: block;
        width: .125rem;
        height: .75rem;
        content: "";
        background-color: #8a8b8d
    }
}

.list-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f2f2f2
}

.list-group-item-action:active {
    color: #4d4f53;
    background-color: #d7d7d7
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #d7d7d7
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #333;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #4d4f53;
    background-color: #fff;
    border-color: #d7d7d7
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #00476b;
    background-color: #b8def1
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #00476b;
    background-color: #a3d4ed
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #00476b;
    border-color: #00476b
}

.list-group-item-primary-dark {
    color: #003c5b;
    background-color: #b8d8e9
}

.list-group-item-primary-dark.list-group-item-action:focus,
.list-group-item-primary-dark.list-group-item-action:hover {
    color: #003c5b;
    background-color: #a5cde3
}

.list-group-item-primary-dark.list-group-item-action.active {
    color: #fff;
    background-color: #003c5b;
    border-color: #003c5b
}

.list-group-item-secondary {
    color: #28292b;
    background-color: #cdcecf
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #28292b;
    background-color: #c0c1c3
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #28292b;
    border-color: #28292b
}

.list-group-item-success {
    color: #446300;
    background-color: #dcedb8
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #446300;
    background-color: #d2e8a4
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #446300;
    border-color: #446300
}

.list-group-item-info {
    color: #005056;
    background-color: #b8e3e6
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #005056;
    background-color: #a5dcdf
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #005056;
    border-color: #005056
}

.list-group-item-warning {
    color: #855f09;
    background-color: #ffebbd
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #855f09;
    background-color: #ffe3a4
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #855f09;
    border-color: #855f09
}

.list-group-item-danger {
    color: #6b001d;
    background-color: #f1b8c7
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #6b001d;
    background-color: #eda3b6
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #6b001d;
    border-color: #6b001d
}

.list-group-item-light {
    color: #7e7e7e;
    background-color: #fbfbfb
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #7e7e7e;
    background-color: #eee
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7e7e7e;
    border-color: #7e7e7e
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.list-group-item-white {
    color: #858585;
    background-color: #fff
}

.list-group-item-white.list-group-item-action:focus,
.list-group-item-white.list-group-item-action:hover {
    color: #858585;
    background-color: #f2f2f2
}

.list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585
}

.close {
    float: right;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    color: #4c4f54;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus,
.close:hover {
    color: #4c4f54;
    text-decoration: none;
    opacity: .75
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.close {
    opacity: 1
}

.modal,
.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.modal-dialog-centered {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content,
.modal-dialog-centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.modal-content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, .2);
    border-radius: .4375rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 0 solid #d7d7d7;
    border-top-left-radius: .4375rem;
    border-top-right-radius: .4375rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.375
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 0 solid #d7d7d7
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 480px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-sm {
        max-width: 320px
    }
}

@media (min-width:1024px) {
    .modal-lg {
        max-width: 800px
    }
}

.modal-header,
.modal-header .close {
    padding: 1.375rem 1.875rem 0
}

.modal-header .close {
    margin: -1.375rem -1.875rem 0 auto
}

.modal-body {
    padding: 1.375rem 1.875rem
}

.modal-body:not(:first-child) {
    padding-top: .5rem
}

.modal-body:not(:last-child) {
    padding-bottom: 0
}

.modal-body p:last-child {
    margin-bottom: 0
}

.modal-footer {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1.875rem
}

.modal-footer:not(:first-child) {
    padding-top: .75rem
}

.modal-footer>:not(:first-child) {
    margin-left: .625rem
}

.modal-footer>:not(:last-child) {
    margin-right: .625rem
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Avenir, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .4375rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 420px;
    font-family: Avenir, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 1rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d7d7d7;
    border-radius: .4375rem
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .4375rem
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:after,
.bs-popover-top .arrow:before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:before {
    bottom: 0;
    border-top-color: #d7d7d7
}

.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-top .arrow:after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .4375rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:after,
.bs-popover-right .arrow:before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:before {
    left: 0;
    border-right-color: #d7d7d7
}

.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-right .arrow:after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:after,
.bs-popover-bottom .arrow:before {
    border-width: 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:before {
    top: 0;
    border-bottom-color: #d7d7d7
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-bottom .arrow:after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #fff
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .4375rem 0
}

.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:after,
.bs-popover-left .arrow:before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:before {
    right: 0;
    border-left-color: #d7d7d7
}

.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-left .arrow:after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: 1.5rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #0088ce;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    border-top-left-radius: calc(.4375rem - 1px);
    border-top-right-radius: calc(.4375rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 1.5rem;
    color: #4d4f53
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: calc(.5rem + 5px)
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: calc(.5rem + 5px)
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: calc(.5rem + 5px)
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: calc(.5rem + 5px)
}

.popover-header {
    padding-bottom: 0;
    border: 0
}

.popover-header:not(:empty)+.popover-body {
    padding-top: .125rem
}

.popover {
    width: 100%
}

.popover:before {
    position: absolute;
    top: 1.5625rem;
    right: 1.5625rem;
    display: block;
    width: .75rem;
    height: .75rem;
    cursor: pointer;
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3ctitle%3eclose%3c/title%3e%3cpath d='M7.91,6l3.71-3.71a1.37,1.37,0,0,0,0-1.9,1.38,1.38,0,0,0-1.91,0L6,4.09,2.29.38A1.38,1.38,0,0,0,.38.38a1.4,1.4,0,0,0,0,1.91L4.09,6,.38,9.71a1.38,1.38,0,0,0,0,1.91,1.38,1.38,0,0,0,1.91,0L6,7.91l3.71,3.71a1.38,1.38,0,0,0,1.91,0,1.4,1.4,0,0,0,0-1.91Z' transform='translate(0 0)'/%3e%3c/svg%3e")
}

@media (max-width:1023.98px) {
    .popover-body,
    .popover-header {
        padding: 1.125rem .875rem
    }
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: hsla(0, 0%, 100%, .5)
}

.carousel-indicators li:before {
    top: -10px
}

.carousel-indicators li:after,
.carousel-indicators li:before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li:after {
    bottom: -10px
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.management-item.list-group-item {
    padding: 0
}

.management-item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.125rem .5rem
}

.management-item-content:hover {
    background-color: #f2f2f2
}

.management-item-content .custom-control {
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    padding: 0
}

.management-item-content .custom-control-label:after,
.management-item-content .custom-control-label:before {
    top: 0
}

.management-item-checkbox {
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

.management-item-caret,
.management-item-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.management-item-caret:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 1.125rem;
    content: "";
    border-color: transparent transparent transparent #b9b9b9;
    border-style: solid;
    border-width: .375em 0 .375em .375em;
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: -webkit-transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out, -webkit-transform .15s ease-out
}

.management-item-group.active .management-item-caret:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.management-item-input,
.management-item-symbol {
    padding-top: .0625rem;
    padding-right: .5rem;
    padding-left: .5rem;
    text-align: center
}

.management-item-main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-right: .375rem;
    padding-left: .375rem
}

.management-item-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.management-item-group {
    cursor: pointer
}

.management-item-group .management-item {
    border-top: 1px solid #d7d7d7
}

.management-item-group .management-item-content {
    min-height: 3.125rem;
    padding-top: 0;
    padding-bottom: 0
}

.management-item-group .management-item-main,
.management-item-group .management-item-symbol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.management-item-group .management-item-symbol {
    padding-right: .625rem;
    padding-left: 0
}

.management-item-group .management-item-action {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.management-item-group .management-item-action .btn {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    min-height: 1.875rem
}

.management-item-group .management-item-spacing {
    padding-left: 3.625rem
}

.management-item-grouplist {
    padding-left: 0;
    list-style: none
}

.management-item-group:not(.active) .management-item-grouplist {
    display: none
}

@media (max-width:1023.98px) {
    .management-item-input+.management-item-symbol {
        display: none
    }
    .management-item-action {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:1024px) {
    .management-item-content,
    .management-item-input,
    .management-item-symbol {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
    .management-item-symbol:first-child {
        padding-left: .5rem
    }
    .management-item-main {
        padding-right: .125rem;
        padding-left: .125rem
    }
    .management-item-action {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-right: .625rem;
        padding-left: 2.875rem
    }
}

.form-chips-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-top: .3125rem;
    padding-left: .3125rem;
    cursor: text;
    background-color: #f2f2f2;
    background-clip: padding-box;
    border-radius: .4375rem
}

.chips-group {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: .3125rem;
    padding-bottom: .3125rem;
    vertical-align: middle
}

.chips-group .chips:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.chips-group .chips:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.chips {
    display: inline-block;
    font-weight: 500;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #0088ce;
    border: 1px solid #0088ce;
    padding: .5em 1.125em;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .4375rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.chips .icons-close {
    font-size: .625rem
}

.chips-label {
    padding-right: 0
}

.chips-btn:focus,
.chips-btn:hover {
    text-decoration: none;
    background-color: #0074af
}

.chips-btn.focus,
.chips-btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.chips-only-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 2.75rem;
    min-height: 2.5rem;
    padding: 0
}

.chips-input {
    min-height: 2.8125rem;
    padding-right: 5px;
    padding-bottom: .3125rem;
    padding-left: 1.125rem;
    background-color: transparent;
    border: none
}

.toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none
}

.toolbar-item+.toolbar-item,
.toolbar-item.separator {
    position: relative
}

.toolbar-item+.toolbar-item:before,
.toolbar-item.separator:before {
    position: absolute;
    top: calc(50% - .6875rem);
    left: 0;
    width: .0625rem;
    height: 1.375rem;
    content: "";
    background-color: #e6e6e6
}

.toolbar-item.separator-gray-100:before {
    background-color: #f2f2f2
}

.toolbar-item.separator-gray-200:before {
    background-color: #d7d7d7
}

.toolbar-item.separator-gray-300:before {
    background-color: #b9b9b9
}

.toolbar-item.separator-gray-400:before {
    background-color: #747678
}

.toolbar-item.separator-gray-500:before {
    background-color: #4d4f53
}

.toolbar-item.separator-gray-600:before {
    background-color: #333
}

.toolbar-item.separator-gray-700:before {
    background-color: #495057
}

.toolbar-item.separator-gray-800:before {
    background-color: #343a40
}

.toolbar-item.separator-gray-900:before {
    background-color: #212529
}

.toolbar-item-spacing {
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

.toolbar-item.separator {
    position: relative
}

.toolbar-item.separator:before {
    position: absolute;
    top: calc(50% - .6875rem);
    left: 0;
    width: .0625rem;
    height: 1.375rem;
    content: "";
    background-color: #e6e6e6;
    opacity: 1
}

.toolbar-item.no-separator:before {
    width: 0;
    height: 0;
    opacity: 0
}

.toolbar-item-spacing-right {
    padding-right: 1.25rem
}

.toolbar-item-spacing-left {
    padding-left: 1.25rem
}

.toolbar-item-no-spacing-right {
    padding-right: 0
}

.toolbar-item-no-spacing-left {
    padding-left: 0
}

@media (min-width:576px) {
    .toolbar-item.separator-sm {
        position: relative
    }
    .toolbar-item.separator-sm:before {
        position: absolute;
        top: calc(50% - .6875rem);
        left: 0;
        width: .0625rem;
        height: 1.375rem;
        content: "";
        background-color: #e6e6e6;
        opacity: 1
    }
    .toolbar-item.no-separator-sm:before {
        width: 0;
        height: 0;
        opacity: 0
    }
    .toolbar-item-spacing-right-sm {
        padding-right: 1.25rem
    }
    .toolbar-item-spacing-left-sm {
        padding-left: 1.25rem
    }
    .toolbar-item-no-spacing-right-sm {
        padding-right: 0
    }
    .toolbar-item-no-spacing-left-sm {
        padding-left: 0
    }
}

@media (min-width:768px) {
    .toolbar-item.separator-md {
        position: relative
    }
    .toolbar-item.separator-md:before {
        position: absolute;
        top: calc(50% - .6875rem);
        left: 0;
        width: .0625rem;
        height: 1.375rem;
        content: "";
        background-color: #e6e6e6;
        opacity: 1
    }
    .toolbar-item.no-separator-md:before {
        width: 0;
        height: 0;
        opacity: 0
    }
    .toolbar-item-spacing-right-md {
        padding-right: 1.25rem
    }
    .toolbar-item-spacing-left-md {
        padding-left: 1.25rem
    }
    .toolbar-item-no-spacing-right-md {
        padding-right: 0
    }
    .toolbar-item-no-spacing-left-md {
        padding-left: 0
    }
}

@media (min-width:1024px) {
    .toolbar-item.separator-lg {
        position: relative
    }
    .toolbar-item.separator-lg:before {
        position: absolute;
        top: calc(50% - .6875rem);
        left: 0;
        width: .0625rem;
        height: 1.375rem;
        content: "";
        background-color: #e6e6e6;
        opacity: 1
    }
    .toolbar-item.no-separator-lg:before {
        width: 0;
        height: 0;
        opacity: 0
    }
    .toolbar-item-spacing-right-lg {
        padding-right: 1.25rem
    }
    .toolbar-item-spacing-left-lg {
        padding-left: 1.25rem
    }
    .toolbar-item-no-spacing-right-lg {
        padding-right: 0
    }
    .toolbar-item-no-spacing-left-lg {
        padding-left: 0
    }
}

@media (min-width:1280px) {
    .toolbar-item.separator-xl {
        position: relative
    }
    .toolbar-item.separator-xl:before {
        position: absolute;
        top: calc(50% - .6875rem);
        left: 0;
        width: .0625rem;
        height: 1.375rem;
        content: "";
        background-color: #e6e6e6;
        opacity: 1
    }
    .toolbar-item.no-separator-xl:before {
        width: 0;
        height: 0;
        opacity: 0
    }
    .toolbar-item-spacing-right-xl {
        padding-right: 1.25rem
    }
    .toolbar-item-spacing-left-xl {
        padding-left: 1.25rem
    }
    .toolbar-item-no-spacing-right-xl {
        padding-right: 0
    }
    .toolbar-item-no-spacing-left-xl {
        padding-left: 0
    }
}

.navtabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    overflow: hidden;
    white-space: nowrap;
    list-style: none
}

.navtabs:after,
.navtabs:before {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 4rem;
    height: 100%;
    pointer-events: none;
    content: ""
}

.navtabs.scroll-left-max:before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(2%, #fff), color-stop(98%, hsla(0, 0%, 100%, 0)));
    background: -webkit-linear-gradient(left, #fff 2%, hsla(0, 0%, 100%, 0) 98%);
    background: linear-gradient(90deg, #fff 2%, hsla(0, 0%, 100%, 0) 98%)
}

.navtabs.scroll-left-min:after {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(2%, #fff), color-stop(98%, hsla(0, 0%, 100%, 0)));
    background: -webkit-linear-gradient(right, #fff 2%, hsla(0, 0%, 100%, 0) 98%);
    background: linear-gradient(270deg, #fff 2%, hsla(0, 0%, 100%, 0) 98%)
}

.navtabs-item {
    padding-right: 1.25rem
}

.navtabs-item a {
    display: block;
    color: #747678
}

.navtabs-item a.active,
.navtabs-item a:active,
.navtabs-item a:focus,
.navtabs-item a:hover {
    position: relative;
    color: #0088ce
}

.navtabs-item a.active {
    font-weight: 500;
    color: #0088ce
}

@media (min-width:768px) {
    .navtabs-item {
        padding-right: 1.25rem
    }
    .navtabs-item a {
        padding-top: .25rem;
        padding-bottom: 1rem
    }
    .navtabs-item a.active:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: .3125rem;
        content: "";
        background-color: #0088ce;
        border-radius: 3px
    }
}

.flatpickr-input[readonly] {
    font-weight: 500;
    color: #0088ce;
    background-image: none
}

.flatpickr-wrapper {
    width: 100%
}

.flatpickr-calendar {
    width: 19.125rem!important;
    padding: 1.5rem 1.875rem;
    margin-top: .625rem;
    font-size: .75rem;
    border: 1px solid #d7d7d7;
    border-radius: .4375rem;
    -webkit-box-shadow: none;
    box-shadow: none
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #d7d7d7
}

.flatpickr-calendar:after {
    right: 1.5rem;
    left: auto;
    margin: 0 -9px;
    border-width: 9px
}

.flatpickr-calendar:before {
    right: 1.5rem;
    left: auto;
    margin: 0 -10px;
    border-width: 10px
}

.flatpickr-calendar.static {
    right: 0
}

.flatpickr-calendar.rangeMode {
    right: auto;
    left: 0
}

.flatpickr-calendar.rangeMode:after,
.flatpickr-calendar.rangeMode:before {
    right: auto;
    left: 1.5rem
}

.flatpickr-months {
    position: relative;
    padding-bottom: 1.875rem;
    color: #0088ce;
    fill: #0088ce
}

.flatpickr-months .flatpickr-month,
.flatpickr-months .flatpickr-month.flatpickr-next-month,
.flatpickr-months .flatpickr-month.flatpickr-next-month:hover,
.flatpickr-months .flatpickr-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-month.flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-month:hover {
    color: #0088ce
}

.flatpickr-current-month {
    pointer-events: none
}

.flatpickr-current-month .cur-month.cur-month,
.flatpickr-current-month .cur-year.cur-year {
    font-size: 1.25rem;
    font-weight: 500
}

.flatpickr-weekday.flatpickr-weekday {
    font-size: .75rem;
    color: #333
}

.flatpickr-days {
    width: 100%!important
}

.dayContainer,
.flatpickr-rContainer {
    width: 100%;
    min-width: auto
}

.flatpickr-day {
    -webkit-flex-basis: 29px;
    -ms-flex-preferred-size: 29px;
    flex-basis: 29px;
    width: 1.8125rem;
    height: 1.8125rem;
    margin: .25rem .0625rem;
    line-height: 29px
}

.flatpickr-day.today {
    z-index: 2;
    font-weight: 500;
    color: #fff;
    background-color: #4d4f53;
    border-color: #4d4f53
}

.flatpickr-day.today.inRange {
    color: #0088ce;
    background-color: #e5f3fa;
    border-color: #e5f3fa
}

.flatpickr-day.endRange.endRange,
.flatpickr-day.focus,
.flatpickr-day.selected,
.flatpickr-day.startRange.startRange {
    font-weight: 500;
    color: #fff;
    background-color: #0088ce;
    border-color: #0088ce
}

.flatpickr-day.endRange.endRange:hover,
.flatpickr-day.focus:hover,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange.startRange:hover {
    background-color: #0074af;
    border-color: #0074af
}

.flatpickr-day.endRange.endRange,
.flatpickr-day.startRange.startRange {
    z-index: 2;
    border-radius: 50%
}

.flatpickr-day.startRange+.flatpickr-day.inRange:before {
    position: absolute;
    top: -1px;
    right: 100%;
    display: block;
    width: 100%;
    height: calc(100% + 2px);
    content: "";
    background-color: #e5f3fa
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.prevMonthDay.inRange {
    background-color: #e5f3fa;
    border-color: #e5f3fa;
    -webkit-box-shadow: -5px 0 0 #e5f3fa, 5px 0 0 #e5f3fa;
    box-shadow: -5px 0 0 #e5f3fa, 5px 0 0 #e5f3fa
}

.flatpickr-day.inRange:after,
.flatpickr-day.nextMonthDay.inRange:after,
.flatpickr-day.prevMonthDay.inRange:after {
    position: absolute;
    top: -1px;
    left: 100%;
    display: block;
    width: 100%;
    height: calc(100% + 2px);
    content: "";
    background-color: #e5f3fa
}

.flatpickr-day.endRange.startRange+.endRange,
.flatpickr-day.selected.startRange+.endRange,
.flatpickr-day.startRange.startRange+.endRange {
    -webkit-box-shadow: none;
    box-shadow: none
}

.flatpickr-time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: none;
    color: #747678
}

.flatpickr-time .numInputWrapper {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: none;
    height: auto;
    padding-left: 4.6875rem;
    background: none
}

.flatpickr-time .numInputWrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.125rem;
    line-height: 3.125rem
}

.flatpickr-time .numInputWrapper:first-child:before {
    content: "Heures"
}

.flatpickr-time .numInputWrapper:last-child:before {
    content: "Minutes"
}

.flatpickr-time .numInputWrapper span.arrowDown,
.flatpickr-time .numInputWrapper span.arrowUp {
    position: absolute;
    top: 0;
    width: 1.5rem;
    height: 100%;
    padding: 0;
    line-height: 1;
    background-repeat: no-repeat;
    border: 0;
    opacity: 1
}

.flatpickr-time .numInputWrapper span.arrowDown:after,
.flatpickr-time .numInputWrapper span.arrowUp:after {
    opacity: 0
}

.flatpickr-time .numInputWrapper span.arrowDown:hover,
.flatpickr-time .numInputWrapper span.arrowUp:hover {
    background-color: transparent
}

.flatpickr-time .numInputWrapper span.arrowDown {
    left: 4.6875rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 2'%3e%3cdefs%3e%3cstyle%3e.a%7bfill:%230088ce;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eSans titre - 1%3c/title%3e%3crect class='a' width='12' height='2'/%3e%3c/svg%3e");
    background-position: 100%;
    background-size: 12px 2px
}

.flatpickr-time .numInputWrapper span.arrowUp {
    right: 0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3cdefs%3e%3cstyle%3e.a%7bfill:%230088ce;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eSans titre - 1%3c/title%3e%3crect class='a' y='5' width='12' height='2'/%3e%3crect class='a' y='5' width='12' height='2' transform='translate(0 12) rotate(-90)'/%3e%3c/svg%3e");
    background-position: 0;
    background-size: 12px 12px
}

.flatpickr-time.time24hr .numInputWrapper {
    width: auto
}

.flatpickr-time input.flatpickr-hour {
    font-weight: 400
}

.flatpickr-time .numInput {
    width: 5.375rem;
    height: 3.125rem;
    font-size: 1.125rem;
    background-color: #f2f2f2;
    border-radius: .4375rem
}

.flatpickr-time .numInput.input {
    font-weight: 400
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height: 100%;
    padding-top: .625rem;
    border-top: none
}

.flatpickr-time .flatpickr-time-separator {
    height: 10px;
    text-indent: -9999px
}

.form-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 2.375rem;
    padding-left: .625rem;
    line-height: 1;
    border: 1px solid #f2f2f2;
    border-bottom: 0;
    border-radius: 7px 7px 0 0
}

.form-toolbar+.form-control-container>.form-control {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.form-toolbar-item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.375rem;
    height: 1.5rem;
    text-align: center;
    background-color: transparent;
    border: 0
}

.form-toolbar-item.active,
.form-toolbar-item:active,
.form-toolbar-item:focus,
.form-toolbar-item:hover {
    color: #0088ce
}

.form-toolbar-separator {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.5rem;
    height: 1.5rem;
    margin: 0;
    text-align: center;
    border: 0
}

.form-toolbar-separator:after {
    display: inline-block;
    width: .0625rem;
    height: 1rem;
    content: "";
    background-color: #d7d7d7
}

.range-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .875rem;
    font-weight: 500;
    color: #0088ce
}

.range-slider [class^=icons-] {
    color: #4d4f53
}

.irs {
    width: 100%;
    height: 26px
}

.irs-with-grid {
    height: 75px
}

.irs-line {
    top: 8px;
    height: 10px;
    background: #f2f2f2;
    border-radius: 5px
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    height: 8px
}

.irs-bar,
.irs-bar-edge {
    top: 8px;
    height: 10px;
    background: #0088ce
}

.irs-bar-edge {
    width: 14px;
    border-right: 0;
    border-radius: 5px 0 0 5px
}

.irs-slider {
    top: 0;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: #0088ce;
    border: 1px solid #0088ce;
    border-radius: 50%
}

.irs-from,
.irs-max,
.irs-min,
.irs-single,
.irs-to {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
    opacity: 0
}

.irs-from:focus,
.irs-from:hover,
.irs-max:focus,
.irs-max:hover,
.irs-min:focus,
.irs-min:hover,
.irs-single:focus,
.irs-single:hover,
.irs-to:focus,
.irs-to:hover {
    opacity: 1
}

.irs-from,
.irs-single,
.irs-to {
    z-index: 10
}

.range-slider.is-disabled {
    color: #b9b9b9;
    pointer-events: none
}

.range-slider.is-disabled .irs-bar,
.range-slider.is-disabled .irs-bar-edge,
.range-slider.is-disabled .irs-slider {
    background-color: #b9b9b9
}

.range-slider.is-disabled .irs-slider {
    border-color: #b9b9b9
}

.advanced-search:not(.active) .select-menu {
    display: none
}

.advanced-search-control {
    position: relative
}

.advanced-search.active>.advanced-search-control:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: " ";
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-top-left-radius: .4375rem;
    border-top-right-radius: .4375rem
}

.advanced-search.active>.advanced-search-control>.input-group .form-control {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.advanced-search.active>.advanced-search-control .input-group-last>.btn {
    border-bottom-right-radius: 0
}

.advanced-search-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    width: 100%;
    max-height: 22.5rem;
    padding: 1.25rem;
    overflow-y: auto;
    background-color: #fff;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-bottom-right-radius: .4375rem;
    border-bottom-left-radius: .4375rem
}

.advanced-search-menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    background: none;
    border: 0
}

.advanced-search-menu-item .btn-link:not(:hover):first-child {
    color: #4d4f53
}

.advanced-search-menu-item+.advanced-search-menu-item {
    margin-top: .875rem
}

.advanced-search-menu-title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .875rem;
    font-size: .75rem;
    color: #747678;
    text-transform: uppercase
}

.advanced-search-menu-title .btn-link {
    font-size: .875rem
}

.advanced-search-menu-item+.advanced-search-menu-title {
    margin-top: 1.5rem
}

table {
    width: 100%;
    vertical-align: middle;
    table-layout: auto;
    border-collapse: collapse
}

td,
th {
    padding: 0;
    text-align: left;
    vertical-align: top;
}

td[data-role=toggle-group-btn]>* {
    pointer-events: none
}

.table-wrapper {
    position: relative;
    width: 100%
}

.table-scroller {
    width: 100%;
    overflow-x: auto;
    overflow-y: visible
}

.table-scroller:before {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 4rem;
    height: 100%;
    pointer-events: none;
    content: ""
}

.table-scroller.scroll-left-max:before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(2%, #fff), color-stop(98%, hsla(0, 0%, 100%, 0)));
    background: -webkit-linear-gradient(left, #fff 2%, hsla(0, 0%, 100%, 0) 98%);
    background: linear-gradient(90deg, #fff 2%, hsla(0, 0%, 100%, 0) 98%)
}

.table-scroller:not(.last-cell-fixed):after {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 4rem;
    height: 100%;
    pointer-events: none;
    content: ""
}

.table-scroller:not(.last-cell-fixed).scroll-left-min:after {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(2%, #fff), color-stop(98%, hsla(0, 0%, 100%, 0)));
    background: -webkit-linear-gradient(right, #fff 2%, hsla(0, 0%, 100%, 0) 98%);
    background: linear-gradient(270deg, #fff 2%, hsla(0, 0%, 100%, 0) 98%)
}

.table-scroller.last-cell-fixed .tbody .cell-fixed:after {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 4rem;
    height: 100%;
    pointer-events: none;
    content: ""
}

.table-scroller.last-cell-fixed.scroll-left-min .tbody .cell-fixed:after {
    right: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(2%, #fff), color-stop(98%, hsla(0, 0%, 100%, 0)));
    background: -webkit-linear-gradient(right, #fff 2%, hsla(0, 0%, 100%, 0) 98%);
    background: linear-gradient(270deg, #fff 2%, hsla(0, 0%, 100%, 0) 98%)
}

.table td,
.table th {
    border-color: #d8d8d8
}

.table td:first-child,
.table th:first-child {
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

.table .btn-only-icon {
    min-width: auto;
    min-height: 1.875rem;
    padding-right: .625rem;
    padding-left: .625rem
}

.thead.thead td,
.thead.thead th {
    position: relative;
    font-weight: 400;
    color: #333;
    vertical-align: middle;
    border: none
}

.thead.thead td:not(:first-child):before,
.thead.thead th:not(:first-child):before {
    position: absolute;
    top: calc(50% - .6875rem);
    left: 0;
    width: .0625rem;
    height: 1.375rem;
    content: "";
    background-color: #d7d7d7
}

.thead.thead .cell-inner {
    min-height: 2.5rem
}

.thead.thead .dropdown-toggle:focus,
.thead.thead .dropdown-toggle:hover,
.thead.thead .dropdown-toggle[aria-expanded=true] {
    color: #0088ce
}

.cell-sort .icons-sort {
    -webkit-transition: -webkit-transform .15s ease;
    transition: -webkit-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease, -webkit-transform .15s ease
}

.cell-sort.active .icons-sort {
    color: #0088ce
}

.cell-sort.up .icons-sort {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tbody tr:first-child td,
.tbody tr:first-child th {
    border: none
}

.tbody tr {
    vertical-align: middle
}

.trgroup:not(.active) {
    display: none
}

.trgroup .cell-350>.cell-inner {
    padding-left: 2.5rem
}

.cell-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 3.25rem;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.dragscroll .cell-inner {
    white-space: nowrap
}

.cell-350>.cell-inner {
    max-width: 21.875rem
}

.cell-caret>.cell-inner:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 1.25rem;
    content: "";
    border-color: transparent transparent transparent #b9b9b9;
    border-style: solid;
    border-width: .375em 0 .375em .375em;
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: -webkit-transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out, -webkit-transform .15s ease-out
}

.cell-caret.active>.cell-inner:before,
.trhead.active .cell-caret>.cell-inner:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.cell-fixed {
    text-align: center
}

.table .cell-fixed,
.thead.thead .cell-fixed {
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.625rem;
    min-height: 3.25rem;
    padding-right: 0;
    padding-left: 0;
    background-color: #fff;
    border-top: none
}

.table .cell-fixed:before,
.thead.thead .cell-fixed:before {
    position: absolute;
    top: 0!important;
    left: 0;
    width: .0625rem;
    height: 100%!important;
    content: "";
    background-color: #d8d8d8!important
}

.thead.thead .cell-fixed {
    background-color: #f2f2f2
}

.cell-placeholder {
    width: 4.625rem
}

.table .cell-placeholder,
.thead.thead .cell-placeholder {
    padding-right: 0;
    padding-left: 0
}

.table .cell-placeholder>span,
.thead.thead .cell-placeholder>span {
    display: block;
    width: 4.625rem
}

@media (min-width:768px) {
    .table-wrapper.has-footerbar {
        padding-bottom: 4.25rem
    }
}

@media (min-width:1024px) {
    .table td:first-child,
    .table th:first-child {
        padding-right: .75rem;
        padding-left: 1.875rem
    }
}

@media (min-width:1280px) {
    .table td:first-child,
    .table th:first-child {
        padding-left: 1.875rem
    }
}

.table-filters {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1032;
    background-color: #fff
}

.table-filters:not(.active) {
    display: none
}

.table-filters-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 4.0625rem;
    padding-right: .625rem;
    padding-left: 1.875rem;
    border-bottom: 1px solid #d7d7d7
}

.table-filters-title {
    font-weight: 500;
    color: #333
}

.table-filters-menu {
    padding: 1.5rem 2.0625rem 1.5rem 1.875rem;
    overflow-y: auto
}

@media (max-width:767.98px) {
    .table-filters {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 100vh
    }
    .table-filters-head {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 1;
        -ms-flex: 0 0 1;
        flex: 0 0 1
    }
    .table-filters-menu {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

@media (min-width:768px) {
    .table-filters {
        top: 9.75rem;
        width: 20.8125rem;
        border: 1px solid #d7d7d7;
        border-right: none
    }
    .table-filters-menu {
        max-height: 26.5625rem;
        padding-right: 2.1875rem
    }
    .table-filters-head {
        padding-right: .8125rem
    }
    .table-filters-title {
        text-transform: uppercase
    }
}

@media (min-width:1024px) {
    .table-filters {
        top: 9.125rem
    }
}

@media (min-width:1280px) {
    .table-filters {
        top: 9rem
    }
    .table-filters-menu {
        padding-right: 3.25rem
    }
    .table-filters-head {
        padding-right: 1.875rem
    }
}

.schedule {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff
}

.schedule-head {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.schedule-col-head {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding-top: .625rem;
    padding-bottom: .625rem;
    background-color: #f2f2f2
}

.schedule-daylabel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-size: .875rem;
    text-align: center;
    text-transform: uppercase
}

.schedule-daylabel.current:before {
    display: inline-block;
    width: .4375rem;
    height: .4375rem;
    margin-right: .625rem;
    content: "";
    background-color: #0088ce;
    border-radius: 50%
}

.schedule-daynumber i {
    font-style: normal
}

.schedule-daynumber.disabled {
    color: #b9b9b9
}

@media (max-width:767.98px) {
    .schedule-daylabel {
        font-weight: 500
    }
    .schedule-daynumber {
        position: relative;
        margin-top: .625rem;
        font-size: .875rem;
        background-color: transparent;
        border-radius: 50%;
        width: 100%;
        height: 0;
        padding-bottom: 100%
    }
    .schedule-daynumber.current {
        color: #fff;
        background-color: #2097d4
    }
    .schedule-daynumber>span {
        position: absolute;
        top: 0;
        left: 0;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%
    }
}

@media (min-width:768px) {
    .schedule-daylabel {
        font-size: 1rem;
        border-right: 1px solid #d7d7d7
    }
    .schedule-daynumber {
        margin-bottom: .5rem;
        margin-left: .875rem;
        font-size: .75rem
    }
    .schedule-daynumber.current {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 1.25rem;
        height: 1.25rem;
        margin-top: .3125rem;
        margin-bottom: .3125rem;
        margin-left: .375rem;
        color: #fff;
        background-color: #2097d4;
        border-radius: 50%
    }
}

.schedule-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.schedule-content .schedule-row {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.schedule-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.schedule-wholeday>div {
    padding-top: .75rem;
    padding-bottom: .75rem;
    border-bottom: .3125rem solid #f2f2f2
}

.schedule-col-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

.schedule-hournumber {
    font-size: .75rem
}

.schedule-hourlabel {
    padding-top: .125rem;
    padding-right: 1.25rem;
    font-size: .75rem;
    line-height: 1.1;
    text-align: right
}

.schedule-daily .schedule-row {
    padding-right: 1.5rem
}

.schedule-daily .schedule-cell,
.schedule-weekly .schedule-cell {
    height: 3.75rem
}

.schedule-daily .schedule-cell .schedule-hournumber,
.schedule-weekly .schedule-cell .schedule-hournumber {
    position: relative;
    top: -.5rem;
    text-align: center
}

.schedule-daily .schedule-col-hour,
.schedule-weekly .schedule-col-hour {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 5.125rem;
    -ms-flex: 0 0 5.125rem;
    flex: 0 0 5.125rem
}

.schedule-daily .schedule-col-event,
.schedule-weekly .schedule-col-event {
    position: relative
}

.schedule-daily .schedule-col-event .schedule-cell,
.schedule-weekly .schedule-col-event .schedule-cell {
    border-top: 1px solid #d7d7d7
}

.schedule-daily .schedule-col-event .event,
.schedule-weekly .schedule-col-event .event {
    position: absolute;
    z-index: 99;
    width: 100%
}

.schedule-daily .schedule-content,
.schedule-weekly .schedule-content {
    padding-top: 1.5rem;
    overflow-y: auto
}

@media (min-width:768px) {
    .schedule-weekly .schedule-day {
        text-align: center
    }
}

@media (max-width:767.98px) {
    .schedule-monthly {
        display: block;
        -webkit-box-flex: 0;
        -webkit-flex: 0;
        -ms-flex: 0;
        flex: 0
    }
    .schedule-monthly .schedule-col-head {
        background-color: #fff
    }
    .schedule-monthly .schedule-content {
        display: block
    }
    .schedule-monthly .schedule-col-content {
        padding-right: 2%;
        padding-left: 2%
    }
}

@media (min-width:768px) {
    .schedule-monthly .schedule-day {
        padding-right: 2.125rem;
        text-align: right
    }
    .schedule-monthly .schedule-content .schedule-row:not(:last-child) {
        border-bottom: 1px solid #d7d7d7
    }
    .schedule-monthly .schedule-content .schedule-col-content:not(:last-child) {
        border-right: 1px solid #d7d7d7
    }
}

.schedule-planning .schedule-col-event,
.schedule-planning .schedule-col-head:not(.schedule-col-hour),
.schedule-planning .schedule-wholeday .schedule-col-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 10.625rem;
    -ms-flex: 1 0 10.625rem;
    flex: 1 0 10.625rem
}

.schedule-planning .schedule-col-head:not(.schedule-col-hour) .schedule-daylabel {
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

.schedule-planning .schedule-head {
    min-height: 3.75rem;
    padding: 0
}

.schedule-planning .schedule-col-head {
    padding-top: .625rem;
    padding-bottom: .625rem;
    background-color: #f2f2f2
}

.schedule-planning .schedule-col-hour {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 5.125rem;
    -ms-flex: 0 0 5.125rem;
    flex: 0 0 5.125rem
}

.schedule-planning .schedule-col-event {
    position: relative
}

.schedule-planning .schedule-col-event .schedule-cell {
    border-top: 1px solid #d7d7d7
}

.schedule-planning .schedule-col-event .event {
    position: absolute;
    z-index: 99;
    width: 100%
}

.schedule-planning .schedule-cell {
    height: 3.75rem
}

.schedule-planning .schedule-cell .schedule-hournumber {
    position: relative;
    top: -.5rem;
    text-align: center
}

.schedule-planning .schedule-content {
    padding-top: 1.5rem
}

.schedule-planning .schedule-progress {
    padding-top: .375rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

@media (min-width:768px) {
    .schedule-planning .schedule-col-head:not(.schedule-col-hour) .schedule-daylabel:first-child {
        border-left: 1px solid #d7d7d7
    }
}

@media (max-width:767.98px) {
    .schedule-daynumber {
        position: relative;
        margin-top: .625rem;
        font-size: .875rem;
        background-color: transparent;
        border-radius: 50%;
        width: 100%;
        height: 0;
        padding-bottom: 100%
    }
    .schedule-daynumber.current {
        color: #fff;
        background-color: #2097d4
    }
    .schedule-daynumber>span {
        position: absolute;
        top: 0;
        left: 0;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%
    }
}

@media (min-width:768px) {
    .schedule-daynumber {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 1.25rem;
        height: 1.25rem;
        margin-top: .3125rem;
        margin-bottom: .3125rem;
        margin-left: .375rem;
        font-size: .75rem;
        background-color: transparent;
        border-radius: 50%
    }
    .schedule-daynumber.current {
        color: #fff;
        background-color: #2097d4
    }
}

.event {
    z-index: 1;
    cursor: pointer;
    background-color: rgba(97, 215, 31, .3)
}

.event:after {
    background-color: #61d71f
}

.event-color1 {
    background-color: rgba(255, 185, 1, .3)
}

.event-color1:after {
    background-color: #ffb901
}

.event-color2 {
    background-color: rgba(161, 0, 107, .3)
}

.event-color2:after {
    background-color: #a1006b
}

.event-color3 {
    background-color: rgba(77, 79, 83, .3)
}

.event-color3:after {
    background-color: #4d4f53
}

.event.active {
    z-index: 1060!important
}

.event-close {
    position: absolute;
    top: .125rem;
    right: 0
}

.event-month {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 1rem;
    padding-right: .25rem;
    padding-left: 1.125rem;
    font-size: .75rem;
    word-wrap: break-word;
    border-radius: .4375rem
}

.event-month:after {
    position: absolute;
    top: calc(50% - .25rem);
    left: .3125rem;
    width: .5rem;
    height: .5rem;
    content: "";
    border-radius: 50%
}

.event-month+.event-month {
    margin-top: .1875rem
}

.event-day {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: .4375rem .25rem .4375rem 1.25rem;
    font-size: .75rem;
    border-radius: .4375rem
}

.event-day:after {
    position: absolute;
    top: .6875rem;
    left: .375rem;
    width: .5rem;
    height: .5rem;
    content: "";
    border-radius: 50%
}

.event-more {
    padding-left: 1rem;
    margin-top: .25rem;
    font-size: .75rem
}

.event-planning {
    background-color: #f2f2f2
}

.event-planning:after {
    position: absolute;
    top: .625rem;
    left: .625rem;
    width: .125rem;
    height: .625rem;
    content: "";
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2 10'%3e%3cdefs%3e%3cstyle%3e.a%7bfill:%23737578;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eSans titre - 2%3c/title%3e%3crect class='a' width='2' height='2'/%3e%3crect class='a' y='4' width='2' height='2'/%3e%3crect class='a' y='8' width='2' height='2'/%3e%3c/svg%3e");
    background-size: 2px 10px
}

.event-modal {
    font-size: 1rem;
    background-color: #fff
}

.event:not(.active) .event-modal {
    display: none
}

@media (max-width:1023.98px) {
    .event-modal {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1060;
        width: 100%;
        height: 100%
    }
    .event-modal-head {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 4.0625rem;
        padding-right: .625rem;
        padding-left: 1.875rem;
        border-bottom: 1px solid #d7d7d7
    }
    .event-modal-title {
        font-weight: 500;
        color: #333
    }
    .event-modal-content {
        padding: 1.5rem 2.0625rem 1.5rem 1.875rem;
        overflow-y: auto
    }
}

@media (min-width:1024px) {
    .event-modal {
        position: absolute;
        top: -6rem;
        width: 19.125rem;
        padding: 1.875rem;
        border-radius: .4375rem;
        -webkit-box-shadow: 0 8px 35px 0 rgba(0, 0, 0, .18);
        box-shadow: 0 8px 35px 0 rgba(0, 0, 0, .18)
    }
    .event-modal.right {
        left: calc(100% + 1rem)
    }
    .event-modal.right:after {
        right: 100%;
        border-color: transparent #fff transparent transparent;
        border-width: 6px 6px 6px 0
    }
    .event-modal.left {
        right: calc(100% + 1rem)
    }
    .event-modal.left:after {
        left: 100%;
        border-color: transparent transparent transparent #fff;
        border-width: 6px 0 6px 6px
    }
    .event-modal:after {
        position: absolute;
        top: 6.0625rem;
        width: 0;
        height: 0;
        pointer-events: none;
        content: "";
        border-style: solid
    }
}

.schedule-chip:after {
    display: inline-block;
    width: .4375rem;
    height: .4375rem;
    margin-left: .375rem;
    content: "";
    background-color: #61d71f;
    border-radius: 50%
}

.schedule-chip-color1:after {
    background-color: #ffb901
}

.schedule-chip-color2:after {
    background-color: #a1006b
}

.schedule-chip-color3:after {
    background-color: #4d4f53
}

.schedule-filters {
    background-color: #fff
}

.schedule-filters-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 4.0625rem;
    padding-right: .625rem;
    padding-left: 1.875rem;
    border-bottom: 1px solid #d7d7d7
}

.schedule-filters-title {
    font-weight: 500;
    color: #333
}

.schedule-filters-menu {
    padding: 1.5rem 2.0625rem 1.5rem 1.875rem;
    overflow-y: auto
}

.filters-menu-item {
    width: 100%;
    padding: 0;
    font-weight: 500;
    color: #4d4f53;
    text-align: left;
    cursor: pointer;
    background: none;
    border: 0
}

.filters-menu-item.has-hover.active,
.filters-menu-item.has-hover:active,
.filters-menu-item.has-hover:focus,
.filters-menu-item.has-hover:hover {
    color: #0088ce
}

.filters-menu-item+.filters-menu-item {
    margin-top: 1.5rem
}

.filters-group+.filters-group {
    margin-top: 1.875rem
}

.filters-group-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.filters-group-head [class^=icons-arrow-] {
    display: inline-block;
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: -webkit-transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out, -webkit-transform .15s ease-out
}

.filters-group-head[aria-expanded=true] [class^=icons-arrow-] {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.filters-group-title {
    padding: 0;
    font-weight: 500;
    color: #4d4f53;
    text-align: left;
    cursor: pointer;
    background: none;
    border: 0
}

.filters-group-content .filters-menu-item:first-child {
    padding-top: 1.25rem
}

@media (max-width:1023.98px) {
    .schedule-filters {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1032;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 100vh
    }
    .schedule-filters:not(.active) {
        display: none
    }
    .schedule-filters-head {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 1;
        -ms-flex: 0 0 1;
        flex: 0 0 1
    }
    .schedule-filters-menu {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        width: 100%;
        max-width: 33.125rem;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width:1024px) {
    .schedule-filters-head {
        display: none
    }
}

.schedule-sidebar-planning {
    overflow: hidden
}

.schedule-planning-menu {
    height: 100%;
    padding-top: 3.75rem;
    background-color: #f2f2f2
}

.schedule-planning-menu-inner {
    height: 100%;
    padding: 1.25rem 1.875rem;
    overflow-y: auto;
    background-color: #fff
}

.schedule-planning-menu-inner .event-planning+.event-planning {
    margin-top: .625rem
}

.options-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999999;
    background-color: #fff
}

.options-menu:not(.active) {
    display: none
}

.options-menu-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 4.0625rem;
    padding-right: .625rem;
    padding-left: 1.875rem;
    border-bottom: 1px solid #d7d7d7
}

.options-menu-title {
    font-weight: 500;
    color: #333
}

@media (max-width:1023.98px) {
    .options-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: calc(100vh - 3.25rem - 1px)
    }
    .options-menu-head {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 1;
        -ms-flex: 0 0 1;
        flex: 0 0 1
    }
    .options-menu-menu {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

#chartjs-tooltip {
    padding: 1.125rem;
    pointer-events: none;
    background-color: #f2f2f2;
    border-radius: .1875rem
}

#chartjs-tooltip th {
    font-weight: 400
}

.chartjs-tooltip-title {
    padding-bottom: .125rem;
    color: #333
}

.chartjs-tooltip-line-indicator {
    position: relative;
    display: inline-block;
    width: 1.25rem;
    height: .1875rem;
    margin-right: .5rem;
    margin-bottom: .125rem
}

.chart-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.chart-caption,
.chart-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.chart-caption {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.chart-caption-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.chart-caption-item:before {
    display: block;
    width: 1.1875rem;
    height: 1.1875rem;
    margin-right: .625rem;
    content: "";
    background-color: #0088ce
}

.chart-caption-item-train:before {
    display: block;
    width: 1.1875rem;
    height: 1.1875rem;
    margin-right: .625rem;
    content: "";
    background-color: #ffb612
}

.chart-caption-item-express:before {
    display: block;
    width: 1.1875rem;
    height: 1.1875rem;
    margin-right: .625rem;
    content: "";
    background-color: #82be00
}

.chart-caption-item-draisine:before {
    display: block;
    width: 1.1875rem;
    height: 1.1875rem;
    margin-right: .625rem;
    content: "";
    background-color: #cd0037
}

.chart-caption-item-sambaldur:before {
    display: block;
    width: 1.1875rem;
    height: 1.1875rem;
    margin-right: .625rem;
    content: "";
    background-color: #009aa6
}

.chart-caption-item.dashed:before,
.chart-caption-item.line:before {
    width: 1.5625rem;
    height: .1875rem
}

.chart-caption-item.dashed:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0088ce), color-stop(50%, transparent));
    background: -webkit-linear-gradient(left, #0088ce 50%, transparent 0);
    background: linear-gradient(90deg, #0088ce 50%, transparent 0);
    background-size: 4px
}

.chart-caption-item:not(:last-child) {
    padding-right: 1.25rem
}

@media (min-width:768px) {
    .chart-head {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: .75rem 1.875rem;
        background-color: #f2f2f2
    }
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.bg-primary {
    background-color: #0088ce!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #00669b!important
}

.bg-primary-dark {
    background-color: #0074af!important
}

a.bg-primary-dark:focus,
a.bg-primary-dark:hover,
button.bg-primary-dark:focus,
button.bg-primary-dark:hover {
    background-color: #00527c!important
}

.bg-secondary {
    background-color: #4d4f53!important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #343639!important
}

.bg-success {
    background-color: #82be00!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #5f8b00!important
}

.bg-info {
    background-color: #009aa6!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #006b73!important
}

.bg-warning {
    background-color: #ffb612!important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #de9a00!important
}

.bg-danger {
    background-color: #cd0037!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #9a0029!important
}

.bg-light {
    background-color: #f2f2f2!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #d9d9d9!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124!important
}

a.bg-white:focus,
a.bg-white:hover,
button.bg-white:focus,
button.bg-white:hover {
    background-color: #e6e6e6!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #d7d7d7!important
}

.border-top {
    border-top: 1px solid #d7d7d7!important
}

.border-right {
    border-right: 1px solid #d7d7d7!important
}

.border-bottom {
    border-bottom: 1px solid #d7d7d7!important
}

.border-left {
    border-left: 1px solid #d7d7d7!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #0088ce!important
}

.border-primary-dark {
    border-color: #0074af!important
}

.border-secondary {
    border-color: #4d4f53!important
}

.border-success {
    border-color: #82be00!important
}

.border-info {
    border-color: #009aa6!important
}

.border-warning {
    border-color: #ffb612!important
}

.border-danger {
    border-color: #cd0037!important
}

.border-light {
    border-color: #f2f2f2!important
}

.border-dark {
    border-color: #343a40!important
}

.border-white {
    border-color: #fff!important
}

.rounded {
    border-radius: .4375rem!important
}

.rounded-top {
    border-top-left-radius: .4375rem!important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .4375rem!important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .4375rem!important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .4375rem!important
}

.rounded-left {
    border-top-left-radius: .4375rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-0 {
    border-radius: 0!important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -webkit-inline-flex!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@media (min-width:576px) {
    .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-row {
        display: table-row!important
    }
    .d-sm-table-cell {
        display: table-cell!important
    }
    .d-sm-flex {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box!important;
        display: -webkit-inline-flex!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:768px) {
    .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-row {
        display: table-row!important
    }
    .d-md-table-cell {
        display: table-cell!important
    }
    .d-md-flex {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box!important;
        display: -webkit-inline-flex!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:1024px) {
    .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-row {
        display: table-row!important
    }
    .d-lg-table-cell {
        display: table-cell!important
    }
    .d-lg-flex {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box!important;
        display: -webkit-inline-flex!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:1280px) {
    .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-row {
        display: table-row!important
    }
    .d-xl-table-cell {
        display: table-cell!important
    }
    .d-xl-flex {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box!important;
        display: -webkit-inline-flex!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }
    .d-print-inline {
        display: inline!important
    }
    .d-print-inline-block {
        display: inline-block!important
    }
    .d-print-block {
        display: block!important
    }
    .d-print-table {
        display: table!important
    }
    .d-print-table-row {
        display: table-row!important
    }
    .d-print-table-cell {
        display: table-cell!important
    }
    .d-print-flex {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-print-inline-flex {
        display: -webkit-inline-box!important;
        display: -webkit-inline-flex!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal!important;
    -webkit-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal!important
}

.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-flex-direction: column!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-flex-direction: row-reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse!important
}

.flex-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-flex-direction: column-reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -webkit-flex-wrap: wrap!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse!important;
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.justify-content-start {
    -webkit-box-pack: start!important;
    -webkit-justify-content: flex-start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -webkit-justify-content: flex-end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -webkit-justify-content: space-around!important;
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -webkit-box-align: start!important;
    -webkit-align-items: flex-start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -webkit-box-align: end!important;
    -webkit-align-items: flex-end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -webkit-box-align: baseline!important;
    -webkit-align-items: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -webkit-box-align: stretch!important;
    -webkit-align-items: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -webkit-align-content: flex-start!important;
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -webkit-align-content: flex-end!important;
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -webkit-align-content: center!important;
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -webkit-align-content: space-between!important;
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -webkit-align-content: space-around!important;
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -webkit-align-content: stretch!important;
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -webkit-align-self: auto!important;
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -webkit-align-self: flex-start!important;
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -webkit-align-self: flex-end!important;
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -webkit-align-self: center!important;
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -webkit-align-self: baseline!important;
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -webkit-align-self: stretch!important;
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal!important;
        -webkit-flex-direction: row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal!important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical!important;
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: row-reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: column-reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        -webkit-flex-wrap: wrap!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap!important;
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start!important;
        -webkit-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end!important;
        -webkit-justify-content: flex-end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center!important;
        -webkit-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify!important;
        -webkit-justify-content: space-between!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        -webkit-justify-content: space-around!important;
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-sm-start {
        -webkit-box-align: start!important;
        -webkit-align-items: flex-start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-sm-end {
        -webkit-box-align: end!important;
        -webkit-align-items: flex-end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-sm-center {
        -webkit-box-align: center!important;
        -webkit-align-items: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline!important;
        -webkit-align-items: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch!important;
        -webkit-align-items: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-sm-start {
        -webkit-align-content: flex-start!important;
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-sm-end {
        -webkit-align-content: flex-end!important;
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-sm-center {
        -webkit-align-content: center!important;
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-sm-between {
        -webkit-align-content: space-between!important;
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-sm-around {
        -webkit-align-content: space-around!important;
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        -webkit-align-content: stretch!important;
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-sm-auto {
        -webkit-align-self: auto!important;
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-sm-start {
        -webkit-align-self: flex-start!important;
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-sm-end {
        -webkit-align-self: flex-end!important;
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-sm-center {
        -webkit-align-self: center!important;
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-sm-baseline {
        -webkit-align-self: baseline!important;
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        -webkit-align-self: stretch!important;
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal!important;
        -webkit-flex-direction: row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal!important
    }
    .flex-md-column {
        -webkit-box-orient: vertical!important;
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: row-reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: column-reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        -webkit-flex-wrap: wrap!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap!important;
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-md-start {
        -webkit-box-pack: start!important;
        -webkit-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        -webkit-box-pack: end!important;
        -webkit-justify-content: flex-end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        -webkit-box-pack: center!important;
        -webkit-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify!important;
        -webkit-justify-content: space-between!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-md-around {
        -webkit-justify-content: space-around!important;
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-md-start {
        -webkit-box-align: start!important;
        -webkit-align-items: flex-start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-md-end {
        -webkit-box-align: end!important;
        -webkit-align-items: flex-end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-md-center {
        -webkit-box-align: center!important;
        -webkit-align-items: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline!important;
        -webkit-align-items: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch!important;
        -webkit-align-items: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-md-start {
        -webkit-align-content: flex-start!important;
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-md-end {
        -webkit-align-content: flex-end!important;
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-md-center {
        -webkit-align-content: center!important;
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-md-between {
        -webkit-align-content: space-between!important;
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-md-around {
        -webkit-align-content: space-around!important;
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-md-stretch {
        -webkit-align-content: stretch!important;
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-md-auto {
        -webkit-align-self: auto!important;
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-md-start {
        -webkit-align-self: flex-start!important;
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-md-end {
        -webkit-align-self: flex-end!important;
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-md-center {
        -webkit-align-self: center!important;
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-md-baseline {
        -webkit-align-self: baseline!important;
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-md-stretch {
        -webkit-align-self: stretch!important;
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:1024px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal!important;
        -webkit-flex-direction: row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal!important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical!important;
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: row-reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: column-reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        -webkit-flex-wrap: wrap!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap!important;
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start!important;
        -webkit-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end!important;
        -webkit-justify-content: flex-end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center!important;
        -webkit-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify!important;
        -webkit-justify-content: space-between!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        -webkit-justify-content: space-around!important;
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-lg-start {
        -webkit-box-align: start!important;
        -webkit-align-items: flex-start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-lg-end {
        -webkit-box-align: end!important;
        -webkit-align-items: flex-end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-lg-center {
        -webkit-box-align: center!important;
        -webkit-align-items: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline!important;
        -webkit-align-items: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch!important;
        -webkit-align-items: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-lg-start {
        -webkit-align-content: flex-start!important;
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-lg-end {
        -webkit-align-content: flex-end!important;
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-lg-center {
        -webkit-align-content: center!important;
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-lg-between {
        -webkit-align-content: space-between!important;
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-lg-around {
        -webkit-align-content: space-around!important;
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        -webkit-align-content: stretch!important;
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-lg-auto {
        -webkit-align-self: auto!important;
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-lg-start {
        -webkit-align-self: flex-start!important;
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-lg-end {
        -webkit-align-self: flex-end!important;
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-lg-center {
        -webkit-align-self: center!important;
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-lg-baseline {
        -webkit-align-self: baseline!important;
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        -webkit-align-self: stretch!important;
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:1280px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal!important;
        -webkit-flex-direction: row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal!important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical!important;
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: row-reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: column-reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        -webkit-flex-wrap: wrap!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap!important;
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start!important;
        -webkit-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end!important;
        -webkit-justify-content: flex-end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center!important;
        -webkit-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify!important;
        -webkit-justify-content: space-between!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        -webkit-justify-content: space-around!important;
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-xl-start {
        -webkit-box-align: start!important;
        -webkit-align-items: flex-start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-xl-end {
        -webkit-box-align: end!important;
        -webkit-align-items: flex-end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-xl-center {
        -webkit-box-align: center!important;
        -webkit-align-items: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline!important;
        -webkit-align-items: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch!important;
        -webkit-align-items: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-xl-start {
        -webkit-align-content: flex-start!important;
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-xl-end {
        -webkit-align-content: flex-end!important;
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-xl-center {
        -webkit-align-content: center!important;
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-xl-between {
        -webkit-align-content: space-between!important;
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-xl-around {
        -webkit-align-content: space-around!important;
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        -webkit-align-content: stretch!important;
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-xl-auto {
        -webkit-align-self: auto!important;
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-xl-start {
        -webkit-align-self: flex-start!important;
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-xl-end {
        -webkit-align-self: flex-end!important;
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-xl-center {
        -webkit-align-self: center!important;
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-xl-baseline {
        -webkit-align-self: baseline!important;
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        -webkit-align-self: stretch!important;
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left!important
    }
    .float-sm-right {
        float: right!important
    }
    .float-sm-none {
        float: none!important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left!important
    }
    .float-md-right {
        float: right!important
    }
    .float-md-none {
        float: none!important
    }
}

@media (min-width:1024px) {
    .float-lg-left {
        float: left!important
    }
    .float-lg-right {
        float: right!important
    }
    .float-lg-none {
        float: none!important
    }
}

@media (min-width:1280px) {
    .float-xl-left {
        float: left!important
    }
    .float-xl-right {
        float: right!important
    }
    .float-xl-none {
        float: none!important
    }
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.m-0 {
    margin: 0!important
}

.mt-0,
.my-0 {
    margin-top: 0!important
}

.mr-0,
.mx-0 {
    margin-right: 0!important
}

.mb-0,
.my-0 {
    margin-bottom: 0!important
}

.ml-0,
.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,
.my-1 {
    margin-top: .25rem!important
}

.mr-1,
.mx-1 {
    margin-right: .25rem!important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,
.my-2 {
    margin-top: .5rem!important
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,
.my-3 {
    margin-top: 1rem!important
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,
.my-5 {
    margin-top: 3rem!important
}

.mr-5,
.mx-5 {
    margin-right: 3rem!important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,
.py-0 {
    padding-top: 0!important
}

.pr-0,
.px-0 {
    padding-right: 0!important
}

.pb-0,
.py-0 {
    padding-bottom: 0!important
}

.pl-0,
.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,
.py-2 {
    padding-top: .5rem!important
}

.pr-2,
.px-2 {
    padding-right: .5rem!important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,
.py-3 {
    padding-top: 1rem!important
}

.pr-3,
.px-3 {
    padding-right: 1rem!important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,
.py-5 {
    padding-top: 3rem!important
}

.pr-5,
.px-5 {
    padding-right: 3rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
    padding-left: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,
.my-auto {
    margin-top: auto!important
}

.mr-auto,
.mx-auto {
    margin-right: auto!important
}

.mb-auto,
.my-auto {
    margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
    margin-left: auto!important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0!important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0!important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0!important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0!important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0!important
    }
    .m-sm-1 {
        margin: .25rem!important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem!important
    }
    .m-sm-3 {
        margin: 1rem!important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem!important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem!important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem!important
    }
    .m-sm-4 {
        margin: 1.5rem!important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem!important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem!important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem!important
    }
    .m-sm-5 {
        margin: 3rem!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0!important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0!important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0!important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0!important
    }
    .p-sm-1 {
        padding: .25rem!important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem!important
    }
    .p-sm-3 {
        padding: 1rem!important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem!important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem!important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem!important
    }
    .p-sm-4 {
        padding: 1.5rem!important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem!important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem!important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem!important
    }
    .p-sm-5 {
        padding: 3rem!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto!important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto!important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0!important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0!important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0!important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0!important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0!important
    }
    .m-md-1 {
        margin: .25rem!important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem!important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem!important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem!important
    }
    .m-md-3 {
        margin: 1rem!important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem!important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem!important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem!important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem!important
    }
    .m-md-4 {
        margin: 1.5rem!important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem!important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem!important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem!important
    }
    .m-md-5 {
        margin: 3rem!important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem!important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem!important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0!important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0!important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0!important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0!important
    }
    .p-md-1 {
        padding: .25rem!important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem!important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem!important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem!important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem!important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem!important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem!important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem!important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto!important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto!important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto!important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width:1024px) {
    .m-lg-0 {
        margin: 0!important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0!important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0!important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0!important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0!important
    }
    .m-lg-1 {
        margin: .25rem!important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem!important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem!important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem!important
    }
    .m-lg-3 {
        margin: 1rem!important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem!important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem!important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem!important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem!important
    }
    .m-lg-4 {
        margin: 1.5rem!important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem!important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem!important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem!important
    }
    .m-lg-5 {
        margin: 3rem!important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem!important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem!important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem!important
    }
    .p-lg-0 {
        padding: 0!important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0!important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0!important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0!important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0!important
    }
    .p-lg-1 {
        padding: .25rem!important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem!important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem!important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem!important
    }
    .p-lg-3 {
        padding: 1rem!important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem!important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem!important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem!important
    }
    .p-lg-4 {
        padding: 1.5rem!important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem!important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem!important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem!important
    }
    .p-lg-5 {
        padding: 3rem!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem!important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto!important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto!important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width:1280px) {
    .m-xl-0 {
        margin: 0!important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0!important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0!important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0!important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0!important
    }
    .m-xl-1 {
        margin: .25rem!important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem!important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem!important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem!important
    }
    .m-xl-2 {
        margin: .5rem!important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem!important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem!important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem!important
    }
    .m-xl-3 {
        margin: 1rem!important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem!important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem!important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem!important
    }
    .m-xl-4 {
        margin: 1.5rem!important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem!important
    }
    .m-xl-5 {
        margin: 3rem!important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem!important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem!important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem!important
    }
    .p-xl-0 {
        padding: 0!important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0!important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0!important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0!important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0!important
    }
    .p-xl-1 {
        padding: .25rem!important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem!important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem!important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem!important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem!important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem!important
    }
    .p-xl-3 {
        padding: 1rem!important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem!important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem!important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem!important
    }
    .p-xl-4 {
        padding: 1.5rem!important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem!important
    }
    .p-xl-5 {
        padding: 3rem!important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem!important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem!important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem!important
    }
    .m-xl-auto {
        margin: auto!important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto!important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto!important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto!important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto!important
    }
}

.text-justify {
    text-align: justify!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left!important
    }
    .text-sm-right {
        text-align: right!important
    }
    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left!important
    }
    .text-md-right {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
}

@media (min-width:1024px) {
    .text-lg-left {
        text-align: left!important
    }
    .text-lg-right {
        text-align: right!important
    }
    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width:1280px) {
    .text-xl-left {
        text-align: left!important
    }
    .text-xl-right {
        text-align: right!important
    }
    .text-xl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-italic {
    font-style: italic!important
}

.text-primary {
    color: #0088ce!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #00669b!important
}

.text-primary-dark {
    color: #0074af!important
}

a.text-primary-dark:focus,
a.text-primary-dark:hover {
    color: #00527c!important
}

.text-secondary {
    color: #4d4f53!important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #343639!important
}

.text-success {
    color: #82be00!important
}

a.text-success:focus,
a.text-success:hover {
    color: #5f8b00!important
}

.text-info {
    color: #009aa6!important
}

a.text-info:focus,
a.text-info:hover {
    color: #006b73!important
}

.text-warning {
    color: #ffb612!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #de9a00!important
}

.text-danger {
    color: #cd0037!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #9a0029!important
}

.text-light {
    color: #f2f2f2!important
}

a.text-light:focus,
a.text-light:hover {
    color: #d9d9d9!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124!important
}

.text-white {
    color: #fff!important
}

a.text-white:focus,
a.text-white:hover {
    color: #e6e6e6!important
}

.text-muted {
    color: #747678!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

.text-blue {
    color: #0088ce
}

.text-purple {
    color: #6e1e78
}

.text-pink {
    color: #a1006b
}

.text-red {
    color: #cd0037
}

.text-orange {
    color: #e05206
}

.text-yellow {
    color: #ffb612
}

.text-green {
    color: #82be00
}

.text-teal {
    color: #d2e100
}

.text-cyan {
    color: #009aa6
}

.text-white {
    color: #fff
}

.text-gray {
    color: #333
}

.text-gray-dark {
    color: #343a40
}

.bg-blue {
    background-color: #0088ce
}

.bg-purple {
    background-color: #6e1e78
}

.bg-pink {
    background-color: #a1006b
}

.bg-red {
    background-color: #cd0037
}

.bg-orange {
    background-color: #e05206
}

.bg-yellow {
    background-color: #ffb612
}

.bg-green {
    background-color: #82be00
}

.bg-teal {
    background-color: #d2e100
}

.bg-cyan {
    background-color: #009aa6
}

.bg-white {
    background-color: #fff
}

.bg-gray {
    background-color: #333
}

.bg-gray-dark {
    background-color: #343a40
}

.bg-gray100 {
    background-color: #f2f2f2
}

.bg-gray200 {
    background-color: #d7d7d7
}

.bg-gray300 {
    background-color: #b9b9b9
}

.bg-gray400 {
    background-color: #747678
}

.bg-gray500 {
    background-color: #4d4f53
}

.bg-gray600 {
    background-color: #333
}

.bg-gray700 {
    background-color: #495057
}

.bg-gray800 {
    background-color: #343a40
}

.bg-gray900 {
    background-color: #212529
}

[class^=icons-] {
    display: inline-block
}

.icon-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.icon-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.icon-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.icon-flip-horizontal {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.icon-flip-vertical {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1)
}

.icons-size-x5 {
    font-size: .5rem
}

.icons-size-x75 {
    font-size: .75rem
}

.icons-size-1x {
    font-size: 1rem
}

.icons-size-1x25 {
    font-size: 1.25rem
}

.icons-size-1x5 {
    font-size: 1.5rem
}

.icons-size-1x75 {
    font-size: 1.75rem
}

.icons-size-2x {
    font-size: 2rem
}

.icons-size-3x {
    font-size: 3rem
}

.icons-size-30px {
    font-size: 1.875rem
}

.icons-size-50px {
    font-size: 3.125rem
}

.icons-size-66px {
    font-size: 4.125rem
}

.icons-size-90px {
    font-size: 5.625rem
}

.icons-size-96px {
    font-size: 6rem
}

.icons-size-140px {
    font-size: 8.75rem
}

@media (min-width:576px) {
    .icons-sm-size-x5 {
        font-size: .5rem
    }
    .icons-sm-size-x75 {
        font-size: .75rem
    }
    .icons-sm-size-1x {
        font-size: 1rem
    }
    .icons-sm-size-1x25 {
        font-size: 1.25rem
    }
    .icons-sm-size-1x5 {
        font-size: 1.5rem
    }
    .icons-sm-size-1x75 {
        font-size: 1.75rem
    }
    .icons-sm-size-2x {
        font-size: 2rem
    }
    .icons-sm-size-3x {
        font-size: 3rem
    }
    .icons-sm-size-30px {
        font-size: 1.875rem
    }
    .icons-sm-size-50px {
        font-size: 3.125rem
    }
    .icons-sm-size-66px {
        font-size: 4.125rem
    }
    .icons-sm-size-90px {
        font-size: 5.625rem
    }
    .icons-sm-size-96px {
        font-size: 6rem
    }
    .icons-sm-size-140px {
        font-size: 8.75rem
    }
}

@media (min-width:768px) {
    .icons-md-size-x5 {
        font-size: .5rem
    }
    .icons-md-size-x75 {
        font-size: .75rem
    }
    .icons-md-size-1x {
        font-size: 1rem
    }
    .icons-md-size-1x25 {
        font-size: 1.25rem
    }
    .icons-md-size-1x5 {
        font-size: 1.5rem
    }
    .icons-md-size-1x75 {
        font-size: 1.75rem
    }
    .icons-md-size-2x {
        font-size: 2rem
    }
    .icons-md-size-3x {
        font-size: 3rem
    }
    .icons-md-size-30px {
        font-size: 1.875rem
    }
    .icons-md-size-50px {
        font-size: 3.125rem
    }
    .icons-md-size-66px {
        font-size: 4.125rem
    }
    .icons-md-size-90px {
        font-size: 5.625rem
    }
    .icons-md-size-96px {
        font-size: 6rem
    }
    .icons-md-size-140px {
        font-size: 8.75rem
    }
}

@media (min-width:1024px) {
    .icons-lg-size-x5 {
        font-size: .5rem
    }
    .icons-lg-size-x75 {
        font-size: .75rem
    }
    .icons-lg-size-1x {
        font-size: 1rem
    }
    .icons-lg-size-1x25 {
        font-size: 1.25rem
    }
    .icons-lg-size-1x5 {
        font-size: 1.5rem
    }
    .icons-lg-size-1x75 {
        font-size: 1.75rem
    }
    .icons-lg-size-2x {
        font-size: 2rem
    }
    .icons-lg-size-3x {
        font-size: 3rem
    }
    .icons-lg-size-30px {
        font-size: 1.875rem
    }
    .icons-lg-size-50px {
        font-size: 3.125rem
    }
    .icons-lg-size-66px {
        font-size: 4.125rem
    }
    .icons-lg-size-90px {
        font-size: 5.625rem
    }
    .icons-lg-size-96px {
        font-size: 6rem
    }
    .icons-lg-size-140px {
        font-size: 8.75rem
    }
}

@media (min-width:1280px) {
    .icons-xl-size-x5 {
        font-size: .5rem
    }
    .icons-xl-size-x75 {
        font-size: .75rem
    }
    .icons-xl-size-1x {
        font-size: 1rem
    }
    .icons-xl-size-1x25 {
        font-size: 1.25rem
    }
    .icons-xl-size-1x5 {
        font-size: 1.5rem
    }
    .icons-xl-size-1x75 {
        font-size: 1.75rem
    }
    .icons-xl-size-2x {
        font-size: 2rem
    }
    .icons-xl-size-3x {
        font-size: 3rem
    }
    .icons-xl-size-30px {
        font-size: 1.875rem
    }
    .icons-xl-size-50px {
        font-size: 3.125rem
    }
    .icons-xl-size-66px {
        font-size: 4.125rem
    }
    .icons-xl-size-90px {
        font-size: 5.625rem
    }
    .icons-xl-size-96px {
        font-size: 6rem
    }
    .icons-xl-size-140px {
        font-size: 8.75rem
    }
}

.flex-fluid {
    -webkit-box-flex: 1!important;
    -webkit-flex: 1 1 auto!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}

.flex-fixed {
    -webkit-box-flex: 0!important;
    -webkit-flex: 0 0 auto!important;
    -ms-flex: 0 0 auto!important;
    flex: 0 0 auto!important
}

@media (min-width:576px) {
    .flex-sm-fluid {
        -webkit-box-flex: 1!important;
        -webkit-flex: 1 1 auto!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-sm-fixed {
        -webkit-box-flex: 0!important;
        -webkit-flex: 0 0 auto!important;
        -ms-flex: 0 0 auto!important;
        flex: 0 0 auto!important
    }
}

@media (min-width:768px) {
    .flex-md-fluid {
        -webkit-box-flex: 1!important;
        -webkit-flex: 1 1 auto!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-md-fixed {
        -webkit-box-flex: 0!important;
        -webkit-flex: 0 0 auto!important;
        -ms-flex: 0 0 auto!important;
        flex: 0 0 auto!important
    }
}

@media (min-width:1024px) {
    .flex-lg-fluid {
        -webkit-box-flex: 1!important;
        -webkit-flex: 1 1 auto!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-lg-fixed {
        -webkit-box-flex: 0!important;
        -webkit-flex: 0 0 auto!important;
        -ms-flex: 0 0 auto!important;
        flex: 0 0 auto!important
    }
}

@media (min-width:1280px) {
    .flex-xl-fluid {
        -webkit-box-flex: 1!important;
        -webkit-flex: 1 1 auto!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-xl-fixed {
        -webkit-box-flex: 0!important;
        -webkit-flex: 0 0 auto!important;
        -ms-flex: 0 0 auto!important;
        flex: 0 0 auto!important
    }
}

.overflow-hidden {
    overflow: hidden!important
}

.overflow-y {
    overflow-y: auto!important
}

.g-0 {
    padding: 0!important
}

.gt-0,
.gy-0 {
    padding-top: 0!important
}

.gr-0,
.gx-0 {
    padding-right: 0!important
}

.gb-0,
.gy-0 {
    padding-bottom: 0!important
}

.gl-0,
.gx-0 {
    padding-left: 0!important
}

.g-1 {
    padding: .3125rem!important
}

.gt-1,
.gy-1 {
    padding-top: .3125rem!important
}

.gr-1,
.gx-1 {
    padding-right: .3125rem!important
}

.gb-1,
.gy-1 {
    padding-bottom: .3125rem!important
}

.gl-1,
.gx-1 {
    padding-left: .3125rem!important
}

.g-2 {
    padding: .625rem!important
}

.gt-2,
.gy-2 {
    padding-top: .625rem!important
}

.gr-2,
.gx-2 {
    padding-right: .625rem!important
}

.gb-2,
.gy-2 {
    padding-bottom: .625rem!important
}

.gl-2,
.gx-2 {
    padding-left: .625rem!important
}

.g-3 {
    padding: 1.25rem!important
}

.gt-3,
.gy-3 {
    padding-top: 1.25rem!important
}

.gr-3,
.gx-3 {
    padding-right: 1.25rem!important
}

.gb-3,
.gy-3 {
    padding-bottom: 1.25rem!important
}

.gl-3,
.gx-3 {
    padding-left: 1.25rem!important
}

.g-4 {
    padding: 1.875rem!important
}

.gt-4,
.gy-4 {
    padding-top: 1.875rem!important
}

.gr-4,
.gx-4 {
    padding-right: 1.875rem!important
}

.gb-4,
.gy-4 {
    padding-bottom: 1.875rem!important
}

.gl-4,
.gx-4 {
    padding-left: 1.875rem!important
}

.g-5 {
    padding: 2.5rem!important
}

.gt-5,
.gy-5 {
    padding-top: 2.5rem!important
}

.gr-5,
.gx-5 {
    padding-right: 2.5rem!important
}

.gb-5,
.gy-5 {
    padding-bottom: 2.5rem!important
}

.gl-5,
.gx-5 {
    padding-left: 2.5rem!important
}

.g-6 {
    padding: 3.125rem!important
}

.gt-6,
.gy-6 {
    padding-top: 3.125rem!important
}

.gr-6,
.gx-6 {
    padding-right: 3.125rem!important
}

.gb-6,
.gy-6 {
    padding-bottom: 3.125rem!important
}

.gl-6,
.gx-6 {
    padding-left: 3.125rem!important
}

.g-7 {
    padding: 3.75rem!important
}

.gt-7,
.gy-7 {
    padding-top: 3.75rem!important
}

.gr-7,
.gx-7 {
    padding-right: 3.75rem!important
}

.gb-7,
.gy-7 {
    padding-bottom: 3.75rem!important
}

.gl-7,
.gx-7 {
    padding-left: 3.75rem!important
}

.g-8 {
    padding: 5rem!important
}

.gt-8,
.gy-8 {
    padding-top: 5rem!important
}

.gr-8,
.gx-8 {
    padding-right: 5rem!important
}

.gb-8,
.gy-8 {
    padding-bottom: 5rem!important
}

.gl-8,
.gx-8 {
    padding-left: 5rem!important
}

@media (min-width:576px) {
    .g-sm-0 {
        padding: 0!important
    }
    .gt-sm-0,
    .gy-sm-0 {
        padding-top: 0!important
    }
    .gr-sm-0,
    .gx-sm-0 {
        padding-right: 0!important
    }
    .gb-sm-0,
    .gy-sm-0 {
        padding-bottom: 0!important
    }
    .gl-sm-0,
    .gx-sm-0 {
        padding-left: 0!important
    }
    .g-sm-1 {
        padding: .3125rem!important
    }
    .gt-sm-1,
    .gy-sm-1 {
        padding-top: .3125rem!important
    }
    .gr-sm-1,
    .gx-sm-1 {
        padding-right: .3125rem!important
    }
    .gb-sm-1,
    .gy-sm-1 {
        padding-bottom: .3125rem!important
    }
    .gl-sm-1,
    .gx-sm-1 {
        padding-left: .3125rem!important
    }
    .g-sm-2 {
        padding: .625rem!important
    }
    .gt-sm-2,
    .gy-sm-2 {
        padding-top: .625rem!important
    }
    .gr-sm-2,
    .gx-sm-2 {
        padding-right: .625rem!important
    }
    .gb-sm-2,
    .gy-sm-2 {
        padding-bottom: .625rem!important
    }
    .gl-sm-2,
    .gx-sm-2 {
        padding-left: .625rem!important
    }
    .g-sm-3 {
        padding: 1.25rem!important
    }
    .gt-sm-3,
    .gy-sm-3 {
        padding-top: 1.25rem!important
    }
    .gr-sm-3,
    .gx-sm-3 {
        padding-right: 1.25rem!important
    }
    .gb-sm-3,
    .gy-sm-3 {
        padding-bottom: 1.25rem!important
    }
    .gl-sm-3,
    .gx-sm-3 {
        padding-left: 1.25rem!important
    }
    .g-sm-4 {
        padding: 1.875rem!important
    }
    .gt-sm-4,
    .gy-sm-4 {
        padding-top: 1.875rem!important
    }
    .gr-sm-4,
    .gx-sm-4 {
        padding-right: 1.875rem!important
    }
    .gb-sm-4,
    .gy-sm-4 {
        padding-bottom: 1.875rem!important
    }
    .gl-sm-4,
    .gx-sm-4 {
        padding-left: 1.875rem!important
    }
    .g-sm-5 {
        padding: 2.5rem!important
    }
    .gt-sm-5,
    .gy-sm-5 {
        padding-top: 2.5rem!important
    }
    .gr-sm-5,
    .gx-sm-5 {
        padding-right: 2.5rem!important
    }
    .gb-sm-5,
    .gy-sm-5 {
        padding-bottom: 2.5rem!important
    }
    .gl-sm-5,
    .gx-sm-5 {
        padding-left: 2.5rem!important
    }
    .g-sm-6 {
        padding: 3.125rem!important
    }
    .gt-sm-6,
    .gy-sm-6 {
        padding-top: 3.125rem!important
    }
    .gr-sm-6,
    .gx-sm-6 {
        padding-right: 3.125rem!important
    }
    .gb-sm-6,
    .gy-sm-6 {
        padding-bottom: 3.125rem!important
    }
    .gl-sm-6,
    .gx-sm-6 {
        padding-left: 3.125rem!important
    }
    .g-sm-7 {
        padding: 3.75rem!important
    }
    .gt-sm-7,
    .gy-sm-7 {
        padding-top: 3.75rem!important
    }
    .gr-sm-7,
    .gx-sm-7 {
        padding-right: 3.75rem!important
    }
    .gb-sm-7,
    .gy-sm-7 {
        padding-bottom: 3.75rem!important
    }
    .gl-sm-7,
    .gx-sm-7 {
        padding-left: 3.75rem!important
    }
    .g-sm-8 {
        padding: 5rem!important
    }
    .gt-sm-8,
    .gy-sm-8 {
        padding-top: 5rem!important
    }
    .gr-sm-8,
    .gx-sm-8 {
        padding-right: 5rem!important
    }
    .gb-sm-8,
    .gy-sm-8 {
        padding-bottom: 5rem!important
    }
    .gl-sm-8,
    .gx-sm-8 {
        padding-left: 5rem!important
    }
}

@media (min-width:768px) {
    .g-md-0 {
        padding: 0!important
    }
    .gt-md-0,
    .gy-md-0 {
        padding-top: 0!important
    }
    .gr-md-0,
    .gx-md-0 {
        padding-right: 0!important
    }
    .gb-md-0,
    .gy-md-0 {
        padding-bottom: 0!important
    }
    .gl-md-0,
    .gx-md-0 {
        padding-left: 0!important
    }
    .g-md-1 {
        padding: .3125rem!important
    }
    .gt-md-1,
    .gy-md-1 {
        padding-top: .3125rem!important
    }
    .gr-md-1,
    .gx-md-1 {
        padding-right: .3125rem!important
    }
    .gb-md-1,
    .gy-md-1 {
        padding-bottom: .3125rem!important
    }
    .gl-md-1,
    .gx-md-1 {
        padding-left: .3125rem!important
    }
    .g-md-2 {
        padding: .625rem!important
    }
    .gt-md-2,
    .gy-md-2 {
        padding-top: .625rem!important
    }
    .gr-md-2,
    .gx-md-2 {
        padding-right: .625rem!important
    }
    .gb-md-2,
    .gy-md-2 {
        padding-bottom: .625rem!important
    }
    .gl-md-2,
    .gx-md-2 {
        padding-left: .625rem!important
    }
    .g-md-3 {
        padding: 1.25rem!important
    }
    .gt-md-3,
    .gy-md-3 {
        padding-top: 1.25rem!important
    }
    .gr-md-3,
    .gx-md-3 {
        padding-right: 1.25rem!important
    }
    .gb-md-3,
    .gy-md-3 {
        padding-bottom: 1.25rem!important
    }
    .gl-md-3,
    .gx-md-3 {
        padding-left: 1.25rem!important
    }
    .g-md-4 {
        padding: 1.875rem!important
    }
    .gt-md-4,
    .gy-md-4 {
        padding-top: 1.875rem!important
    }
    .gr-md-4,
    .gx-md-4 {
        padding-right: 1.875rem!important
    }
    .gb-md-4,
    .gy-md-4 {
        padding-bottom: 1.875rem!important
    }
    .gl-md-4,
    .gx-md-4 {
        padding-left: 1.875rem!important
    }
    .g-md-5 {
        padding: 2.5rem!important
    }
    .gt-md-5,
    .gy-md-5 {
        padding-top: 2.5rem!important
    }
    .gr-md-5,
    .gx-md-5 {
        padding-right: 2.5rem!important
    }
    .gb-md-5,
    .gy-md-5 {
        padding-bottom: 2.5rem!important
    }
    .gl-md-5,
    .gx-md-5 {
        padding-left: 2.5rem!important
    }
    .g-md-6 {
        padding: 3.125rem!important
    }
    .gt-md-6,
    .gy-md-6 {
        padding-top: 3.125rem!important
    }
    .gr-md-6,
    .gx-md-6 {
        padding-right: 3.125rem!important
    }
    .gb-md-6,
    .gy-md-6 {
        padding-bottom: 3.125rem!important
    }
    .gl-md-6,
    .gx-md-6 {
        padding-left: 3.125rem!important
    }
    .g-md-7 {
        padding: 3.75rem!important
    }
    .gt-md-7,
    .gy-md-7 {
        padding-top: 3.75rem!important
    }
    .gr-md-7,
    .gx-md-7 {
        padding-right: 3.75rem!important
    }
    .gb-md-7,
    .gy-md-7 {
        padding-bottom: 3.75rem!important
    }
    .gl-md-7,
    .gx-md-7 {
        padding-left: 3.75rem!important
    }
    .g-md-8 {
        padding: 5rem!important
    }
    .gt-md-8,
    .gy-md-8 {
        padding-top: 5rem!important
    }
    .gr-md-8,
    .gx-md-8 {
        padding-right: 5rem!important
    }
    .gb-md-8,
    .gy-md-8 {
        padding-bottom: 5rem!important
    }
    .gl-md-8,
    .gx-md-8 {
        padding-left: 5rem!important
    }
}

@media (min-width:1024px) {
    .g-lg-0 {
        padding: 0!important
    }
    .gt-lg-0,
    .gy-lg-0 {
        padding-top: 0!important
    }
    .gr-lg-0,
    .gx-lg-0 {
        padding-right: 0!important
    }
    .gb-lg-0,
    .gy-lg-0 {
        padding-bottom: 0!important
    }
    .gl-lg-0,
    .gx-lg-0 {
        padding-left: 0!important
    }
    .g-lg-1 {
        padding: .3125rem!important
    }
    .gt-lg-1,
    .gy-lg-1 {
        padding-top: .3125rem!important
    }
    .gr-lg-1,
    .gx-lg-1 {
        padding-right: .3125rem!important
    }
    .gb-lg-1,
    .gy-lg-1 {
        padding-bottom: .3125rem!important
    }
    .gl-lg-1,
    .gx-lg-1 {
        padding-left: .3125rem!important
    }
    .g-lg-2 {
        padding: .625rem!important
    }
    .gt-lg-2,
    .gy-lg-2 {
        padding-top: .625rem!important
    }
    .gr-lg-2,
    .gx-lg-2 {
        padding-right: .625rem!important
    }
    .gb-lg-2,
    .gy-lg-2 {
        padding-bottom: .625rem!important
    }
    .gl-lg-2,
    .gx-lg-2 {
        padding-left: .625rem!important
    }
    .g-lg-3 {
        padding: 1.25rem!important
    }
    .gt-lg-3,
    .gy-lg-3 {
        padding-top: 1.25rem!important
    }
    .gr-lg-3,
    .gx-lg-3 {
        padding-right: 1.25rem!important
    }
    .gb-lg-3,
    .gy-lg-3 {
        padding-bottom: 1.25rem!important
    }
    .gl-lg-3,
    .gx-lg-3 {
        padding-left: 1.25rem!important
    }
    .g-lg-4 {
        padding: 1.875rem!important
    }
    .gt-lg-4,
    .gy-lg-4 {
        padding-top: 1.875rem!important
    }
    .gr-lg-4,
    .gx-lg-4 {
        padding-right: 1.875rem!important
    }
    .gb-lg-4,
    .gy-lg-4 {
        padding-bottom: 1.875rem!important
    }
    .gl-lg-4,
    .gx-lg-4 {
        padding-left: 1.875rem!important
    }
    .g-lg-5 {
        padding: 2.5rem!important
    }
    .gt-lg-5,
    .gy-lg-5 {
        padding-top: 2.5rem!important
    }
    .gr-lg-5,
    .gx-lg-5 {
        padding-right: 2.5rem!important
    }
    .gb-lg-5,
    .gy-lg-5 {
        padding-bottom: 2.5rem!important
    }
    .gl-lg-5,
    .gx-lg-5 {
        padding-left: 2.5rem!important
    }
    .g-lg-6 {
        padding: 3.125rem!important
    }
    .gt-lg-6,
    .gy-lg-6 {
        padding-top: 3.125rem!important
    }
    .gr-lg-6,
    .gx-lg-6 {
        padding-right: 3.125rem!important
    }
    .gb-lg-6,
    .gy-lg-6 {
        padding-bottom: 3.125rem!important
    }
    .gl-lg-6,
    .gx-lg-6 {
        padding-left: 3.125rem!important
    }
    .g-lg-7 {
        padding: 3.75rem!important
    }
    .gt-lg-7,
    .gy-lg-7 {
        padding-top: 3.75rem!important
    }
    .gr-lg-7,
    .gx-lg-7 {
        padding-right: 3.75rem!important
    }
    .gb-lg-7,
    .gy-lg-7 {
        padding-bottom: 3.75rem!important
    }
    .gl-lg-7,
    .gx-lg-7 {
        padding-left: 3.75rem!important
    }
    .g-lg-8 {
        padding: 5rem!important
    }
    .gt-lg-8,
    .gy-lg-8 {
        padding-top: 5rem!important
    }
    .gr-lg-8,
    .gx-lg-8 {
        padding-right: 5rem!important
    }
    .gb-lg-8,
    .gy-lg-8 {
        padding-bottom: 5rem!important
    }
    .gl-lg-8,
    .gx-lg-8 {
        padding-left: 5rem!important
    }
}

@media (min-width:1280px) {
    .g-xl-0 {
        padding: 0!important
    }
    .gt-xl-0,
    .gy-xl-0 {
        padding-top: 0!important
    }
    .gr-xl-0,
    .gx-xl-0 {
        padding-right: 0!important
    }
    .gb-xl-0,
    .gy-xl-0 {
        padding-bottom: 0!important
    }
    .gl-xl-0,
    .gx-xl-0 {
        padding-left: 0!important
    }
    .g-xl-1 {
        padding: .3125rem!important
    }
    .gt-xl-1,
    .gy-xl-1 {
        padding-top: .3125rem!important
    }
    .gr-xl-1,
    .gx-xl-1 {
        padding-right: .3125rem!important
    }
    .gb-xl-1,
    .gy-xl-1 {
        padding-bottom: .3125rem!important
    }
    .gl-xl-1,
    .gx-xl-1 {
        padding-left: .3125rem!important
    }
    .g-xl-2 {
        padding: .625rem!important
    }
    .gt-xl-2,
    .gy-xl-2 {
        padding-top: .625rem!important
    }
    .gr-xl-2,
    .gx-xl-2 {
        padding-right: .625rem!important
    }
    .gb-xl-2,
    .gy-xl-2 {
        padding-bottom: .625rem!important
    }
    .gl-xl-2,
    .gx-xl-2 {
        padding-left: .625rem!important
    }
    .g-xl-3 {
        padding: 1.25rem!important
    }
    .gt-xl-3,
    .gy-xl-3 {
        padding-top: 1.25rem!important
    }
    .gr-xl-3,
    .gx-xl-3 {
        padding-right: 1.25rem!important
    }
    .gb-xl-3,
    .gy-xl-3 {
        padding-bottom: 1.25rem!important
    }
    .gl-xl-3,
    .gx-xl-3 {
        padding-left: 1.25rem!important
    }
    .g-xl-4 {
        padding: 1.875rem!important
    }
    .gt-xl-4,
    .gy-xl-4 {
        padding-top: 1.875rem!important
    }
    .gr-xl-4,
    .gx-xl-4 {
        padding-right: 1.875rem!important
    }
    .gb-xl-4,
    .gy-xl-4 {
        padding-bottom: 1.875rem!important
    }
    .gl-xl-4,
    .gx-xl-4 {
        padding-left: 1.875rem!important
    }
    .g-xl-5 {
        padding: 2.5rem!important
    }
    .gt-xl-5,
    .gy-xl-5 {
        padding-top: 2.5rem!important
    }
    .gr-xl-5,
    .gx-xl-5 {
        padding-right: 2.5rem!important
    }
    .gb-xl-5,
    .gy-xl-5 {
        padding-bottom: 2.5rem!important
    }
    .gl-xl-5,
    .gx-xl-5 {
        padding-left: 2.5rem!important
    }
    .g-xl-6 {
        padding: 3.125rem!important
    }
    .gt-xl-6,
    .gy-xl-6 {
        padding-top: 3.125rem!important
    }
    .gr-xl-6,
    .gx-xl-6 {
        padding-right: 3.125rem!important
    }
    .gb-xl-6,
    .gy-xl-6 {
        padding-bottom: 3.125rem!important
    }
    .gl-xl-6,
    .gx-xl-6 {
        padding-left: 3.125rem!important
    }
    .g-xl-7 {
        padding: 3.75rem!important
    }
    .gt-xl-7,
    .gy-xl-7 {
        padding-top: 3.75rem!important
    }
    .gr-xl-7,
    .gx-xl-7 {
        padding-right: 3.75rem!important
    }
    .gb-xl-7,
    .gy-xl-7 {
        padding-bottom: 3.75rem!important
    }
    .gl-xl-7,
    .gx-xl-7 {
        padding-left: 3.75rem!important
    }
    .g-xl-8 {
        padding: 5rem!important
    }
    .gt-xl-8,
    .gy-xl-8 {
        padding-top: 5rem!important
    }
    .gr-xl-8,
    .gx-xl-8 {
        padding-right: 5rem!important
    }
    .gb-xl-8,
    .gy-xl-8 {
        padding-bottom: 5rem!important
    }
    .gl-xl-8,
    .gx-xl-8 {
        padding-left: 5rem!important
    }
}

.font-weight-medium {
    font-weight: 500!important
}

.text-gray100 {
    color: #f2f2f2
}

.text-gray200 {
    color: #d7d7d7
}

.text-gray300 {
    color: #b9b9b9
}

.text-gray400 {
    color: #747678
}

.text-gray500 {
    color: #4d4f53
}

.text-gray600 {
    color: #333
}

.text-gray700 {
    color: #495057
}

.text-gray800 {
    color: #343a40
}

.text-gray900 {
    color: #212529
}

@media print {
    *,
    :after,
    :before {
        text-shadow: none!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    .container,
    body {
        min-width: 1024px!important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}
