
/*!
 * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.lead {
    font-weight: 300;
}
.display-1 {
    font-weight: 600;
}
.display-2 {
    font-weight: 400;
}
.display-3,
.display-4 {
    font-weight: 400;
}
.display-4 {
}
.small,
small {
    font-weight: 400;
}
.mark,
mark {
    padding: 0.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: 5px;
}
.initialism {
    text-transform: uppercase;
}
.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    border-left: 0.25rem solid #f6f6f6;
}
.blockquote-footer {
    display: block;
    color: #f6f6f6;
}
.blockquote-footer::before {
    content: "\2014 \00A0";
}
.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: 0.25rem solid #f6f6f6;
    border-left: 0;
}
.blockquote-reverse .blockquote-footer::before {
    content: "";
}
.blockquote-reverse .blockquote-footer::after {
    content: "\00A0 \2014";
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    color: #f6f6f6;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.has-success .custom-control,
.has-success .form-check-inline,
.has-success .form-check-label{
    color: #4cbb6c;
}
.has-warning .custom-control,
.has-warning .form-check-inline,
.has-warning .form-check-label{
    color: #ff9a52;
}
.has-warning .input-group-addon {
    color: #ff9a52;
    border-color: #ff9a52;
    background-color: #fff;
}
.has-danger .input-group-addon {
    color: #ff4c4c;
    border-color: #ff4c4c;
    background-color: #fff;
}
.input-group {
    position: relative;
    width: 100%;
    display: table;
    border-collapse: separate;
}
.input-group-addon {
    white-space: nowrap;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    vertical-align: middle;
}
.input-group-addon {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.25;
    color: #7a7a7a;
    text-align: center;
    background-color: #f6f6f6;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0;
}

.input-group-btn {
    white-space: nowrap;
}
.input-group-btn,
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    z-index: 3;
}
.custom-control {
    position: relative;
    display: inline-block;
    padding-left: 1.5rem;
    cursor: pointer;
}
.custom-control + .custom-control {
    margin-left: 1rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #0074d9;
}
.custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}
.custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #84c6ff;
}
.custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eee;
}
.custom-control-input:disabled ~ .custom-control-description {
    color: #767676;
    cursor: not-allowed;
}
.custom-control-indicator {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-select-sm {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}
.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    cursor: pointer;
}
.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}
.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
}
.custom-file-control:lang(en)::after {
    content: "Choose file...";
}
.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 0 0 0;
}
.custom-file-control:lang(en)::before {
    content: "Browse";
}
.tab-content > .active {
    display: block;
}

.tag {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
}
.tag:empty {
    display: none;
}
.btn .tag {
    position: relative;
    top: -1px;
}
a.tag:focus,
a.tag:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.tag-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.tag-default {
    background-color: #f6f6f6;
}
.tag-default[href]:focus,
.tag-default[href]:hover {
    background-color: #ddd;
}
.tag-primary {
    background-color: #24b9d7;
}
.tag-primary[href]:focus,
.tag-primary[href]:hover {
    background-color: #1d93ab;
}
.tag-success {
    background-color: #4cbb6c;
}
.tag-success[href]:focus,
.tag-success[href]:hover {
    background-color: #3a9a56;
}
.tag-info {
    background-color: #5bc0de;
}
.tag-info[href]:focus,
.tag-info[href]:hover {
    background-color: #31b0d5;
}
.tag-warning {
    background-color: #ff9a52;
}
.tag-warning[href]:focus,
.tag-warning[href]:hover {
    background-color: #ff7c1f;
}
.tag-danger {
    background-color: #ff4c4c;
}
.tag-danger[href]:focus,
.tag-danger[href]:hover {
    background-color: #ff1919;
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #f6f6f6;
    border-radius: 0.3rem;
}
.jumbotron-hr {
    border-top-color: #ddd;
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
.progress {
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem;
}
.progress[value] {
    background-color: #eee;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
.progress[value]::-ms-fill {
    background-color: #0074d9;
    border: 0;
}
.progress[value]::-moz-progress-bar {
    background-color: #0074d9;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.progress[value]::-webkit-progress-value {
    background-color: #0074d9;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.progress[value="100"]::-moz-progress-bar {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.progress[value="100"]::-webkit-progress-value {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 0;
}
.progress[value],
base::-moz-progress-bar {
    background-color: #eee;
    border-radius: 0;
}
.progress-striped[value]::-webkit-progress-value {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
.progress-striped[value]::-moz-progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
.progress-striped[value]::-ms-fill {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
.progress-animated[value]::-webkit-progress-value {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-animated[value]::-moz-progress-bar {
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-success[value]::-webkit-progress-value {
    background-color: #4cbb6c;
}
.progress-success[value]::-moz-progress-bar {
    background-color: #4cbb6c;
}
.progress-success[value]::-ms-fill {
    background-color: #4cbb6c;
}
.progress-info[value]::-webkit-progress-value {
    background-color: #5bc0de;
}
.progress-info[value]::-moz-progress-bar {
    background-color: #5bc0de;
}
.progress-info[value]::-ms-fill {
    background-color: #5bc0de;
}
.progress-warning[value]::-webkit-progress-value {
    background-color: #ff9a52;
}
.progress-warning[value]::-moz-progress-bar {
    background-color: #ff9a52;
}
.progress-warning[value]::-ms-fill {
    background-color: #ff9a52;
}
.progress-danger[value]::-webkit-progress-value {
    background-color: #ff4c4c;
}
.progress-danger[value]::-moz-progress-bar {
    background-color: #ff4c4c;
}
.progress-danger[value]::-ms-fill {
    background-color: #ff4c4c;
}
.media,
.media-body {
    overflow: hidden;
}
.media-body {
    width: 10000px;
}
.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right {
    padding-left: 10px;
}
.media-left {
    padding-right: 10px;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list,
ul {
    padding-left: 0;
    list-style: none;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.modal,
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    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.in {
    opacity: 0.5;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.in {
    opacity: 0.9;
}
.tooltip.bs-tether-element-attached-bottom,
.tooltip.tooltip-top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before,
.tooltip.tooltip-top .tooltip-inner::before {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #ff4c4c;
}
.tooltip.bs-tether-element-attached-left,
.tooltip.tooltip-right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bs-tether-element-attached-left .tooltip-inner::before,
.tooltip.tooltip-right .tooltip-inner::before {
    top: 50%;
    left: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #ff4c4c;
}
.tooltip.bs-tether-element-attached-top,
.tooltip.tooltip-bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.bs-tether-element-attached-top .tooltip-inner::before,
.tooltip.tooltip-bottom .tooltip-inner::before {
    top: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #ff4c4c;
}
.tooltip.bs-tether-element-attached-right,
.tooltip.tooltip-left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip.bs-tether-element-attached-right .tooltip-inner::before,
.tooltip.tooltip-left .tooltip-inner::before {
    top: 50%;
    right: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #ff4c4c;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #ff4c4c;
    border-radius: 0;
}
.tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}


.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-faded {
    background-color: #f7f7f9;
}
.bg-primary {
    background-color: #24b9d7 !important;
}
a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #1d93ab !important;
}
.bg-success {
    background-color: #4cbb6c !important;
}
a.bg-success:focus,
a.bg-success:hover {
    background-color: #3a9a56 !important;
}
.bg-info {
    background-color: #5bc0de !important;
}
a.bg-info:focus,
a.bg-info:hover {
    background-color: #31b0d5 !important;
}
.bg-warning {
    background-color: #ff9a52 !important;
}
a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #ff7c1f !important;
}
.bg-danger {
    background-color: #ff4c4c !important;
}
a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #ff1919 !important;
}
.bg-inverse {
    background-color: #363a42 !important;
}
a.bg-inverse:focus,
a.bg-inverse:hover {
    background-color: #1f2126 !important;
}
.rounded {
    border-radius: 0;
}
.rounded-top {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.rounded-right {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.rounded-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.rounded-left {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.rounded-circle {
    border-radius: 50%;
}
.d-block {
    display: block !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-inline {
    display: inline !important;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.invisible {
    visibility: hidden !important;
}
.hidden-xl-down,
.hidden-xs-up,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
    display: none !important;
}
@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../css/479700ea91d964d295d7.eot);
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(../css/12a47ed5fd5585f0f422.woff2) format("woff2"), url(../css/f2a0933406f783065152.woff) format("woff"), url(../css/00b1fb69fb78ff50fd55.ttf) format("truetype");
}
.material-icons {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-family: "Material Icons", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
}
.input-group.focus {
    outline: 0.1875rem solid #24b9d7;
}

.input-group .input-group-btn {
    display: block;
    width: auto;
}
.input-group .input-group-btn > .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0.25rem 1rem;
    margin-left: 0;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #7a7a7a;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #7a7a7a;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #7a7a7a;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #7a7a7a;
}
input:active::-webkit-input-placeholder,
textarea:active::-webkit-input-placeholder {
    color: #232323;
}
input:active::-moz-placeholder,
textarea:active::-moz-placeholder {
    color: #232323;
}
input:active:-ms-input-placeholder,
textarea:active:-ms-input-placeholder {
    color: #232323;
}
input:active:-moz-placeholder,
textarea:active:-moz-placeholder {
    color: #232323;
}
.form-group.has-error input,
.form-group.has-error select {
    outline: 0.1875rem solid #ff4c4c;
}
.form-group.has-error .help-block {
    color: #ff4c4c;
}

.bootstrap-touchspin {
    display: inline-block;
    
    width: auto;
}
.bootstrap-touchspin input:focus {
    outline: 0;
}
.bootstrap-touchspin .input-group-btn-vertical {
    width: auto;
    color: #232323;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
    content: "\E5CE";
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
    content: "\E5CF";
}
.bootstrap-touchspin .input-group-btn-vertical i {
    top: 0.0625rem;
    left: 0.1875rem;
}


.thumb-mask > .mask {
    position: relative;
    width: 3.438rem;
    height: 3.438rem;
    margin: 0.625rem 0;
    overflow: hidden;
    border: #f6f6f6 1px solid;
}
.thumb-mask > .mask img {
    width: 55px;
    height: 55px;
}
.help-block {
    margin-top: 0.625rem;
}

.alert-warning .material-icons {
    padding-top: 0.3125rem;
    margin-right: 0.625rem;
    color: #ff9a52;
}
.alert-warning .alert-text {
    padding-top: 0.625rem;
}
.alert-warning .alert-link {
    padding: 0.3125rem 1.25rem;
    margin-left: 0.625rem;
    font-weight: 600;
    color: #6c868e;
    border-width: 2px;
    border-radius: 2px;
}
.alert-warning ul li:last-child .alert-link {
    color: #fff;
}
.alert-warning .warning-buttons {
    margin-top: 0.3125rem;
}
.btn-tertiary-outline {
    color: #6c868e;
    background-color: transparent;
    background-image: none;
    border: 0.15rem solid #6c868e;
    border-color: #6c868e;
}
.btn-tertiary-outline:hover {
    color: #bbcdd2;
    border-color: #bbcdd2;
}

.separator {
    margin: 0;
    border-color: rgba(0, 0, 0, 0.25);
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (30px * 2));
}

input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
.ui-autocomplete.ui-front {
    z-index: 999;
}
.ps-alert-error {
    margin-bottom: 0;
}
.ps-alert-error .item {
    background-color: #ff4c4c;
}
.ps-alert-error .item,
.ps-alert-success .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
    border: 2px #ff4c4c solid;
}
.ps-alert-error .item i,
.ps-alert-success .item i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 15px #ff4c4c solid;
}
.ps-alert-error .item i svg {
    width: 24px;
    height: 24px;
    background-color: #ff4c4c;
}
.ps-alert-success .item i svg {
    width: 24px;
    height: 24px;
}


.js-payment-binary.disabled .accept-cgv,
body#checkout section.checkout-step.-current .content,
body#checkout section.checkout-step.-current.-reachable.-complete .content {
    display: block;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    display: block;
    margin-right: 0.125rem;
    color: #7a7a7a;
    cursor: pointer;
}
.js-payment-binary,
.js-payment-binary .accept-cgv,
body#checkout section.checkout-step.-reachable.-complete .content {
    display: none;
}

.js-payment-binary.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

#blockcart-modal .cart-content p .label,
#blockcart-modal .cart-content p .value  {
    font-weight: 600;
}
#blockcart-modal,
#product-description-short {
    color: #232323;
}

#product-modal .modal-content .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -35%;
}
#product-modal .modal-content .modal-body .image-caption {
    width: 100%;
    padding: 0.625rem 1.25rem;
    background: #fff;
    border-top: #f6f6f6 1px solid;
}
#product-modal .modal-content .modal-body .thumbnails  {
    position: relative;
}
#product-modal .modal-content .modal-body .mask {
    position: relative;
    z-index: 1;
    max-height: 49.38rem;
    margin-top: 2.188rem;
    overflow: hidden;
}
#product-modal .modal-content .modal-body .mask.nomargin {
    margin-top: 0;
}
#product-modal .modal-content .modal-body .product-images img {
    width: 9.25rem;
    cursor: pointer;
    background: #fff;
}
#product-modal .modal-content .modal-body .product-images img:hover {
    border: #24b9d7 3px solid;
}
#product-modal .modal-content .modal-body .arrows {
    position: absolute;
    top: 0;
    right: 1.875rem;
    z-index: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
#product-modal .modal-content .modal-body .arrows .arrow-up {
    position: absolute;
    top: -2rem;
    opacity: 0.2;
}
#product-modal .modal-content .modal-body .arrows .arrow-down {
    position: absolute;
    bottom: -2rem;
}
#product-modal .modal-content .modal-body .arrows i {
    display: inline;
}
#blockcart-modal .modal-header,
#product #block-reassurance {
    background: #fff;
}
#blockcart-modal .modal-header .close {
    opacity: 1;
}
#blockcart-modal .modal-header .close .material-icons {
    color: #363a42;
}
#blockcart-modal .modal-body {
    padding: 3.125rem 1.875rem;
    background: #fff;
}

#blockcart-modal .modal-dialog {
    width: 100%;
    max-width: 1140px;
}

#blockcart-modal .modal-title {
    font-weight: 400;
    color: #353943;
}
#blockcart-modal .modal-title i.material-icons {
    margin-right: 1.875rem;
    color: #4cbb6c;
}
#blockcart-modal .product-name {
    color: #24b9d7;
}
#blockcart-modal .product-price {
    display: block;
    color: #363a42;
}

#blockcart-modal .divide-right {
    border-right: 1px solid #dbdbdb;
}
.product-images > li.thumb-container .thumb {
    margin-bottom: 0.625rem;
    cursor: pointer;
}
.images-container .product-images > li.thumb-container .thumb {
    margin-right: 0.8125rem;
}
.product-images > li.thumb-container .thumb.selected,
.product-images > li.thumb-container .thumb:hover {
    border: #24b9d7 3px solid;
}

.scroll-box-arrows {
    display: none;
}
.scroll-box-arrows.scroll {
    display: block;
}
.scroll-box-arrows i {
    position: absolute;
    bottom: 1.625rem;
    height: 100px;
    line-height: 100px;
    cursor: pointer;
}
.scroll-box-arrows .left {
    left: 0;
}
.scroll-box-arrows .right {
    right: 0;
}
#product-details .label {
    font-weight: 500;
    color: #232323;
}
.social-sharing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 1.5rem;
}
.social-sharing li {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.5rem;
    cursor: pointer;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0.25rem 0.25rem;
    background-size: 2rem 2rem;
    border-radius: 50%;
}
.social-sharing li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.block-social ul li a:hover,
.social-sharing li a:hover {
    color: transparent;
}

.product-line-grid-body > .product-line-info > .label {
    padding: 0;
    font-weight: 600;
    line-height: inherit;
    text-align: left;
    white-space: inherit;
}
.product-line-grid-body > .product-line-info > .out-of-stock {
    color: red;
}
.product-line-grid-body > .product-line-info > .available {
    color: #4cbb6c;
}
.product-line-grid-body > .product-line-info .unit-price-cart {
    overflow: hidden;
    font-weight: 500;
    color: #7a7a7a;
    text-overflow: ellipsis;
}
.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
    line-height: 36px;
    color: #232323;
}
.product-line-grid-right .cart-line-product-actions .remove-from-cart,
.product-line-grid-right .product-price .remove-from-cart {
    display: inline-block;
    margin-top: 0.3125rem;
    color: #232323;
}
#block-reassurance {
    margin-top: 2rem;
}
#block-reassurance img {
    width: 1.563rem;
    margin-right: 0.625rem;
}
#block-reassurance li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
#block-reassurance li .block-reassurance-item {
    padding: 1rem 1.5rem;
}
.quickview .modal-dialog {
    width: calc(100% - 30px);
    max-width: 64rem;
}
.quickview .modal-content {
    width: 100%;
    min-height: 28.13rem;
    background: #f6f6f6;
}
.quickview .modal-header {
    padding: 0.625rem;
    border: 0;
}
.quickview .modal-body {
    min-height: 23.75rem;
}
.quickview .modal-footer {
    border-top: 1px solid rgba(122, 122, 122, 0.3);
}
.quickview .layer {
    display: none;
}
.quickview .product-cover img {
    width: 100%;
    height: auto;
}
.quickview .images-container {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 21.88rem;
}
.quickview .images-container .product-images > li.thumb-container .thumb {
    width: 100%;
    max-width: 4.938rem;
    height: auto;
    margin-bottom: 0.8125rem;
    background: #fff;
}
.quickview .mask {
    width: 35%;
    max-height: 22.5rem;
    margin-left: 0.625rem;
    overflow: hidden;
}
.quickview .arrows {
    position: absolute;
    top: 0;
    right: 5rem;
    bottom: 0;
    z-index: 0;
    max-height: 22.5rem;
}
.quickview .arrows .arrow-up {
    margin-top: -3.125rem;
    cursor: pointer;
    opacity: 0.2;
}
.quickview .arrows .arrow-down {
    position: absolute;
    bottom: -1.875rem;
    cursor: pointer;
}
.quickview .social-sharing {
    margin-top: 0;
    margin-left: 2.5rem;
}
#stores .page-stores {
    width: 85%;
    margin: 0 auto;
}
#stores .page-stores .store-item {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
#stores .page-stores .store-item-container,
#stores .page-stores .store-item-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
#stores .page-stores .store-item-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.875rem 0;
}
#stores .page-stores .store-item-container ul {
    margin-bottom: 0;
}
#stores .page-stores .store-item-container .divide-left {
    border-left: #f6f6f6 1px solid;
}
#stores .page-stores .store-item-container .divide-left tr {
    height: 1.563rem;
}
#stores .page-stores .store-item-container .divide-left td {
    padding-left: 0.375rem;
}
#stores .page-stores .store-item-container .divide-left th {
    text-align: right;
}
#stores .page-stores .store-item-container .store-description {
}
#stores .page-stores .store-item-footer {
    padding-top: 0.5rem;
    margin-top: 0.5rem;
}
#stores .page-stores .store-item-footer.divide-top {
    border-top: #f6f6f6 1px solid;
}
#stores .page-stores .store-item-footer div:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
}
#stores .page-stores .store-item-footer i.material-icons {
    margin-right: 0.625rem;
    color: #7a7a7a;
}

#blockEmailSubscription_displayFooterBefore {
    width: 100%;
    margin: auto;
}
.block-contact,
.footer-container li a {
    color: #7a7a7a;
}

.block-social {
    text-align: right;
}
.block-social ul li {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0.125rem;
    cursor: pointer;
    background-color: #f6f6f6;
    background-repeat: no-repeat;
}

.block-social ul li a {
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.contact-rich {
    color: #7a7a7a;
    word-wrap: break-word;
}
.contact-rich,
.contact-rich h4 {
    margin-bottom: 2rem;
}
.contact-rich .block {
    height: auto;
    overflow: hidden;
}
.contact-rich .block .icon {
    
    width: 3.5rem;
}
.contact-rich .block .icon i {
}
.contact-rich .block .data {
    width: auto;
    overflow: hidden;
    color: #232323;
}
.contact-rich .block .data.email {
    padding-top: 0.375rem;
}
.contact-rich .block a[href^="mailto:"] {
    margin-top: 1rem;
    clear: both;
}
.contact-form {
    width: 100%;
    padding: 1rem;
    color: #7a7a7a;
    background: #fff;
}
.contact-form h3,
.contact-rich h4 {
    color: #232323;
    text-transform: uppercase;
}
.customization-modal .modal-content {
    border: 1px solid #f6f6f6;
    border-radius: 0;
}
.customization-modal .modal-content .modal-body {
    padding-top: 0;
}
.progress {
    background: #dbdbdb;
}
.progress-bar {
    height: 100%;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
}

@media (min-width: 576px) {
    .navbar-toggleable-xs {
        display: block !important;
    }
    .card-deck {
        display: table;
        width: 100%;
        margin-bottom: 0.75rem;
        table-layout: fixed;
        border-spacing: 1.25rem 0;
    }
    .card-deck .card {
        margin-bottom: 0;
    }
    .card-deck-wrapper {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
    .card-group {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .card-deck .card,
    .card-group .card {
        display: table-cell;
        vertical-align: top;
    }
    .card-group .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0;
    }
    .card-group .card:not(:first-child):not(:last-child),
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
    .card-group .card:not(:first-child):not(:last-child) .card-img-top {
        border-radius: 0;
    }
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
    .jumbotron {
        padding: 4rem 2rem;
    }
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto;
    }
    .modal-sm {
        max-width: 300px;
    }

    .hidden-sm-up {
        display: none !important;
    }

}
@media (min-width: 768px) {
    .navbar-toggleable-sm {
        display: block !important;
    }

    .hidden-md-up {
        display: none !important;
    }

    #blockcart-modal .cart-content {
        padding-left: 2.5rem;
    }
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
    .header-top-right {
        width: 100%;
        padding-right: 15px;
    }

    #payment-confirmation button.btn {
        white-space: normal;
    }


    .cart-grid-body .no-items {
        display: inline-block;
        padding: 1rem;
    }

    #stores .page-stores .store-item-container {
        display: block;
    }
    #stores .page-stores .store-item-container .divide-left {
        border-left: none;
    }
    #stores .page-stores .store-item-container .store-description a,
    #stores .page-stores .store-item-container .store-description address {
        margin-bottom: 0.5rem;
    }
    #stores .page-stores .store-item-footer.divide-top {
        border-top: #f6f6f6 1px solid;
    }
    #stores .page-stores .store-item-footer li {
        margin-bottom: 0.625rem;
    }
    #stores .page-stores .store-item-footer .card-block {
        padding: 0.75rem 0.75rem 0;
    }
    .sitemap {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }


    .top-menu .sub-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transition: 0.5s ease-out;
        transition: 0.5s ease-out;
    }


    .forgotten-password .form-fields .center-email-fields {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .forgotten-password .form-fields .center-email-fields button {
        width: calc(100% - 20px);
        margin: 10px;
    }
    .forgotten-password .form-fields .email {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .products-sort-order .select-title {
        margin-left: 0;
    }

    #subcategories ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #blockcart-modal .product-name,
    #blockcart-modal .product-price {
        padding: 0 0.5rem;
    }
    #blockcart-modal .divide-right {
        border-right: none;
    }
    #blockcart-modal .modal-body {
        padding: 1rem;
    }
    .product-line-grid-body {
        margin-bottom: 1rem;
    }
    #stores .page-stores {
        width: 100%;
    }
    #stores .page-stores .store-item-container {
        padding: 1rem 0;
    }
    .block-contact #contact-infos {
        padding: 0.625rem;
        padding-top: 0;
    }
    .block-social ul {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
    .block-social ul li {
        width: 2rem;
        height: 2rem;
        margin-right: 1.3rem;
        margin-bottom: 1.3rem;
        background-size: contain;
    }

}
@media (max-width: 1024.9) {

    #product-modal .modal-content .modal-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .delivery-option {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
    }

    .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
        text-align: left;
    }

    #block-cmsinfo {
        padding: 1.25rem 1.875rem;
    }
    #product-modal .modal-content .modal-body .product-cover-modal {
        max-width: 100%;
        height: auto;
    }
    #blockcart-modal .product-image {
        max-width: 70%;
        margin: 0 auto 1rem;
    }
    .product-cover img {
        width: 100%;
        height: auto;
    }
    #product-modal .modal-content .modal-body {
        margin-left: 0;
    }
    #product-modal .modal-content .modal-body .arrows {
        display: none;
    }
    #product-modal .modal-content .modal-body .image-caption {
        width: 100%;
    }
    #blockcart-modal .modal-dialog {
        width: calc(100% - 20px);
    }
    #blockcart-modal .modal-body {
        padding: 1.875rem;
    }
    .product-images > li.thumb-container > .thumb:not(.selected) {
        border: 0;
    }
    .block-social {
        text-align: center;
    }
    .block-contact {
        padding-left: 1.5rem;
    }
}
/* Menu hacks very small devices */
@media (max-width:480px) { 
    .megamenu__list > .megamenu__cats > .megamenu-item > .megamenu__cats {
        padding-inline: 0!important; 
    }
    .megamenu__cat { 
        gap: 5px!important; 
        font-size: 14px!important; 
    }
    .header__logo { 
        width: 150px!important; 
    }
    .mobile-menu__header, .mobile-menu__content, .mobile-menu__prefooter {
        padding-inline: 1.5rem!important; 
    }
}